Device Streaming v1 API - Class ClientInfo (1.1.0)

public sealed class ClientInfo : IMessage<ClientInfo>, IEquatable<ClientInfo>, IDeepCloneable<ClientInfo>, IBufferMessage, IMessage

Reference documentation and code samples for the Device Streaming v1 API class ClientInfo.

Information about the client which invoked the device session.

Inheritance

object > ClientInfo

Namespace

Google.Cloud.DeviceStreaming.V1

Assembly

Google.Cloud.DeviceStreaming.V1.dll

Constructors

ClientInfo()

public ClientInfo()

ClientInfo(ClientInfo)

public ClientInfo(ClientInfo other)
Parameter
Name Description
other ClientInfo

Properties

Client

public string Client { get; set; }

Required. Client name, such as gcloud. The maximum length is 64 characters.

Property Value
Type Description
string

Version

public string Version { get; set; }

Optional. Client version. The maximum length is 64 characters.

Property Value
Type Description
string