Uses of Interface
com.google.cloud.iot.v1.DeviceConfigOrBuilder
-
Packages that use DeviceConfigOrBuilder Package Description com.google.cloud.iot.v1 A client to Cloud IoT API -
-
Uses of DeviceConfigOrBuilder in com.google.cloud.iot.v1
Classes in com.google.cloud.iot.v1 that implement DeviceConfigOrBuilder Modifier and Type Class Description class
DeviceConfig
The device configuration.static class
DeviceConfig.Builder
The device configuration.Methods in com.google.cloud.iot.v1 that return DeviceConfigOrBuilder Modifier and Type Method Description DeviceConfigOrBuilder
Device.Builder. getConfigOrBuilder()
The most recent device configuration, which is eventually sent from Cloud IoT Core to the device.DeviceConfigOrBuilder
Device. getConfigOrBuilder()
The most recent device configuration, which is eventually sent from Cloud IoT Core to the device.DeviceConfigOrBuilder
DeviceOrBuilder. getConfigOrBuilder()
The most recent device configuration, which is eventually sent from Cloud IoT Core to the device.DeviceConfigOrBuilder
ListDeviceConfigVersionsResponse.Builder. getDeviceConfigsOrBuilder(int index)
The device configuration for the last few versions.DeviceConfigOrBuilder
ListDeviceConfigVersionsResponse. getDeviceConfigsOrBuilder(int index)
The device configuration for the last few versions.DeviceConfigOrBuilder
ListDeviceConfigVersionsResponseOrBuilder. getDeviceConfigsOrBuilder(int index)
The device configuration for the last few versions.Methods in com.google.cloud.iot.v1 that return types with arguments of type DeviceConfigOrBuilder Modifier and Type Method Description List<? extends DeviceConfigOrBuilder>
ListDeviceConfigVersionsResponse.Builder. getDeviceConfigsOrBuilderList()
The device configuration for the last few versions.List<? extends DeviceConfigOrBuilder>
ListDeviceConfigVersionsResponse. getDeviceConfigsOrBuilderList()
The device configuration for the last few versions.List<? extends DeviceConfigOrBuilder>
ListDeviceConfigVersionsResponseOrBuilder. getDeviceConfigsOrBuilderList()
The device configuration for the last few versions.
-