public sealed class ClientInfo : IMessage<ClientInfo>, IEquatable<ClientInfo>, IDeepCloneable<ClientInfo>, IBufferMessage, IMessageReference documentation and code samples for the Device Streaming v1 API class ClientInfo.
Information about the client which invoked the device session.
Implements
IMessageClientInfo, IEquatableClientInfo, IDeepCloneableClientInfo, IBufferMessage, IMessageNamespace
Google.Cloud.DeviceStreaming.V1Assembly
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 |
|