Interface ListDeviceConfigVersionsResponseOrBuilder (2.37.0)

public interface ListDeviceConfigVersionsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDeviceConfigs(int index)

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

Parameter
NameDescription
indexint
Returns
TypeDescription
DeviceConfig

getDeviceConfigsCount()

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

Returns
TypeDescription
int

getDeviceConfigsList()

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

Returns
TypeDescription
List<DeviceConfig>

getDeviceConfigsOrBuilder(int index)

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

Parameter
NameDescription
indexint
Returns
TypeDescription
DeviceConfigOrBuilder

getDeviceConfigsOrBuilderList()

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

Returns
TypeDescription
List<? extends com.google.cloud.iot.v1.DeviceConfigOrBuilder>