public interface DeviceStateOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBinaryData()
public abstract ByteString getBinaryData()
The device state data.
bytes binary_data = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The binaryData. |
getUpdateTime()
public abstract Timestamp getUpdateTime()
[Output only] The time at which this state version was updated in Cloud IoT Core.
.google.protobuf.Timestamp update_time = 1;
Returns | |
---|---|
Type | Description |
Timestamp |
The updateTime. |
getUpdateTimeOrBuilder()
public abstract TimestampOrBuilder getUpdateTimeOrBuilder()
[Output only] The time at which this state version was updated in Cloud IoT Core.
.google.protobuf.Timestamp update_time = 1;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
hasUpdateTime()
public abstract boolean hasUpdateTime()
[Output only] The time at which this state version was updated in Cloud IoT Core.
.google.protobuf.Timestamp update_time = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateTime field is set. |