Device Streaming v1 API - Class StatusUpdate (1.0.0-beta01)

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

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

A StatusUpdate message given over the ADB protocol for the device state.

Inheritance

object > StatusUpdate

Namespace

Google.Cloud.DeviceStreaming.V1

Assembly

Google.Cloud.DeviceStreaming.V1.dll

Constructors

StatusUpdate()

public StatusUpdate()

StatusUpdate(StatusUpdate)

public StatusUpdate(StatusUpdate other)
Parameter
Name Description
other StatusUpdate

Properties

Features

public string Features { get; set; }

A comma-separated list of "features" that this device supports.

Property Value
Type Description
string

Properties

public MapField<string, string> Properties { get; }

A map of properties with information about this device.

Property Value
Type Description
MapFieldstringstring

State

public StatusUpdate.Types.DeviceState State { get; set; }

The device's state

Property Value
Type Description
StatusUpdateTypesDeviceState