Interface ListDeviceConfigVersionsResponseOrBuilder

    • Method Detail

      • getDeviceConfigsList

        List<DeviceConfig> getDeviceConfigsList()
         The device configuration for the last few versions. Versions are listed
         in decreasing order, starting from the most recent one.
         
        repeated .google.cloud.iot.v1.DeviceConfig device_configs = 1;
      • getDeviceConfigs

        DeviceConfig getDeviceConfigs​(int index)
         The device configuration for the last few versions. Versions are listed
         in decreasing order, starting from the most recent one.
         
        repeated .google.cloud.iot.v1.DeviceConfig device_configs = 1;
      • getDeviceConfigsCount

        int getDeviceConfigsCount()
         The device configuration for the last few versions. Versions are listed
         in decreasing order, starting from the most recent one.
         
        repeated .google.cloud.iot.v1.DeviceConfig device_configs = 1;
      • getDeviceConfigsOrBuilderList

        List<? extends DeviceConfigOrBuilder> getDeviceConfigsOrBuilderList()
         The device configuration for the last few versions. Versions are listed
         in decreasing order, starting from the most recent one.
         
        repeated .google.cloud.iot.v1.DeviceConfig device_configs = 1;
      • getDeviceConfigsOrBuilder

        DeviceConfigOrBuilder getDeviceConfigsOrBuilder​(int index)
         The device configuration for the last few versions. Versions are listed
         in decreasing order, starting from the most recent one.
         
        repeated .google.cloud.iot.v1.DeviceConfig device_configs = 1;