public interface ListDeviceConfigVersionsResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
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;
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;
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;
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;
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;
Copyright © 2022 Google LLC. All rights reserved.