Package com.google.cloud.iot.v1
Interface DeviceStateOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DeviceState,DeviceState.Builder
public interface DeviceStateOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.ByteStringgetBinaryData()The device state data.com.google.protobuf.TimestampgetUpdateTime()[Output only] The time at which this state version was updated in Cloud IoT Core.com.google.protobuf.TimestampOrBuildergetUpdateTimeOrBuilder()[Output only] The time at which this state version was updated in Cloud IoT Core.booleanhasUpdateTime()[Output only] The time at which this state version was updated in Cloud IoT Core.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasUpdateTime
boolean hasUpdateTime()
[Output only] The time at which this state version was updated in Cloud IoT Core.
.google.protobuf.Timestamp update_time = 1;- Returns:
- Whether the updateTime field is set.
-
getUpdateTime
com.google.protobuf.Timestamp getUpdateTime()
[Output only] The time at which this state version was updated in Cloud IoT Core.
.google.protobuf.Timestamp update_time = 1;- Returns:
- The updateTime.
-
getUpdateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
[Output only] The time at which this state version was updated in Cloud IoT Core.
.google.protobuf.Timestamp update_time = 1;
-
getBinaryData
com.google.protobuf.ByteString getBinaryData()
The device state data.
bytes binary_data = 2;- Returns:
- The binaryData.
-
-