Interface DeviceStateOrBuilder (2.41.0)

public interface DeviceStateOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBinaryData()

public abstract ByteString getBinaryData()

The device state data.

bytes binary_data = 2;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the updateTime field is set.