Package com.google.cloud.iot.v1
Interface ListDeviceConfigVersionsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListDeviceConfigVersionsResponse
,ListDeviceConfigVersionsResponse.Builder
public interface ListDeviceConfigVersionsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeviceConfig
getDeviceConfigs(int index)
The device configuration for the last few versions.int
getDeviceConfigsCount()
The device configuration for the last few versions.List<DeviceConfig>
getDeviceConfigsList()
The device configuration for the last few versions.DeviceConfigOrBuilder
getDeviceConfigsOrBuilder(int index)
The device configuration for the last few versions.List<? extends DeviceConfigOrBuilder>
getDeviceConfigsOrBuilderList()
The device configuration for the last few versions.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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;
-
-