public interface DeviceStateOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ByteString |
getBinaryData()
The device state data.
|
Timestamp |
getUpdateTime()
[Output only] The time at which this state version was updated in Cloud
IoT Core.
|
TimestampOrBuilder |
getUpdateTimeOrBuilder()
[Output only] The time at which this state version was updated in Cloud
IoT Core.
|
boolean |
hasUpdateTime()
[Output only] The time at which this state version was updated in Cloud
IoT Core.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasUpdateTime()
[Output only] The time at which this state version was updated in Cloud IoT Core.
.google.protobuf.Timestamp update_time = 1;
Timestamp getUpdateTime()
[Output only] The time at which this state version was updated in Cloud IoT Core.
.google.protobuf.Timestamp update_time = 1;
TimestampOrBuilder getUpdateTimeOrBuilder()
[Output only] The time at which this state version was updated in Cloud IoT Core.
.google.protobuf.Timestamp update_time = 1;
ByteString getBinaryData()
The device state data.
bytes binary_data = 2;
Copyright © 2022 Google LLC. All rights reserved.