public interface ListDeviceStatesResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
DeviceState |
getDeviceStates(int index)
The last few device states.
|
int |
getDeviceStatesCount()
The last few device states.
|
List<DeviceState> |
getDeviceStatesList()
The last few device states.
|
DeviceStateOrBuilder |
getDeviceStatesOrBuilder(int index)
The last few device states.
|
List<? extends DeviceStateOrBuilder> |
getDeviceStatesOrBuilderList()
The last few device states.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<DeviceState> getDeviceStatesList()
The last few device states. States are listed in descending order of server update time, starting from the most recent one.
repeated .google.cloud.iot.v1.DeviceState device_states = 1;
DeviceState getDeviceStates(int index)
The last few device states. States are listed in descending order of server update time, starting from the most recent one.
repeated .google.cloud.iot.v1.DeviceState device_states = 1;
int getDeviceStatesCount()
The last few device states. States are listed in descending order of server update time, starting from the most recent one.
repeated .google.cloud.iot.v1.DeviceState device_states = 1;
List<? extends DeviceStateOrBuilder> getDeviceStatesOrBuilderList()
The last few device states. States are listed in descending order of server update time, starting from the most recent one.
repeated .google.cloud.iot.v1.DeviceState device_states = 1;
DeviceStateOrBuilder getDeviceStatesOrBuilder(int index)
The last few device states. States are listed in descending order of server update time, starting from the most recent one.
repeated .google.cloud.iot.v1.DeviceState device_states = 1;
Copyright © 2022 Google LLC. All rights reserved.