public sealed class ListDeviceStatesResponse : IMessage<ListDeviceStatesResponse>, IEquatable<ListDeviceStatesResponse>, IDeepCloneable<ListDeviceStatesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud IoT v1 API class ListDeviceStatesResponse.
Response for ListDeviceStates
.
Implements
IMessageListDeviceStatesResponse, IEquatableListDeviceStatesResponse, IDeepCloneableListDeviceStatesResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Iot.V1Assembly
Google.Cloud.Iot.V1.dll
Constructors
ListDeviceStatesResponse()
public ListDeviceStatesResponse()
ListDeviceStatesResponse(ListDeviceStatesResponse)
public ListDeviceStatesResponse(ListDeviceStatesResponse other)
Parameter | |
---|---|
Name | Description |
other | ListDeviceStatesResponse |
Properties
DeviceStates
public RepeatedField<DeviceState> DeviceStates { get; }
The last few device states. States are listed in descending order of server update time, starting from the most recent one.
Property Value | |
---|---|
Type | Description |
RepeatedFieldDeviceState |