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 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;