Package com.google.cloud.iot.v1
Interface ListDeviceStatesResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListDeviceStatesResponse
,ListDeviceStatesResponse.Builder
public interface ListDeviceStatesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDeviceStatesList
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;
-
getDeviceStates
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;
-
getDeviceStatesCount
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;
-
getDeviceStatesOrBuilderList
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;
-
getDeviceStatesOrBuilder
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;
-
-