Uses of Interface
com.google.cloud.iot.v1.DeviceRegistryOrBuilder
-
Packages that use DeviceRegistryOrBuilder Package Description com.google.cloud.iot.v1 A client to Cloud IoT API -
-
Uses of DeviceRegistryOrBuilder in com.google.cloud.iot.v1
Classes in com.google.cloud.iot.v1 that implement DeviceRegistryOrBuilder Modifier and Type Class Description class
DeviceRegistry
A container for a group of devices.static class
DeviceRegistry.Builder
A container for a group of devices.Methods in com.google.cloud.iot.v1 that return DeviceRegistryOrBuilder Modifier and Type Method Description DeviceRegistryOrBuilder
ListDeviceRegistriesResponse.Builder. getDeviceRegistriesOrBuilder(int index)
The registries that matched the query.DeviceRegistryOrBuilder
ListDeviceRegistriesResponse. getDeviceRegistriesOrBuilder(int index)
The registries that matched the query.DeviceRegistryOrBuilder
ListDeviceRegistriesResponseOrBuilder. getDeviceRegistriesOrBuilder(int index)
The registries that matched the query.DeviceRegistryOrBuilder
CreateDeviceRegistryRequest.Builder. getDeviceRegistryOrBuilder()
Required.DeviceRegistryOrBuilder
CreateDeviceRegistryRequest. getDeviceRegistryOrBuilder()
Required.DeviceRegistryOrBuilder
CreateDeviceRegistryRequestOrBuilder. getDeviceRegistryOrBuilder()
Required.DeviceRegistryOrBuilder
UpdateDeviceRegistryRequest.Builder. getDeviceRegistryOrBuilder()
Required.DeviceRegistryOrBuilder
UpdateDeviceRegistryRequest. getDeviceRegistryOrBuilder()
Required.DeviceRegistryOrBuilder
UpdateDeviceRegistryRequestOrBuilder. getDeviceRegistryOrBuilder()
Required.Methods in com.google.cloud.iot.v1 that return types with arguments of type DeviceRegistryOrBuilder Modifier and Type Method Description List<? extends DeviceRegistryOrBuilder>
ListDeviceRegistriesResponse.Builder. getDeviceRegistriesOrBuilderList()
The registries that matched the query.List<? extends DeviceRegistryOrBuilder>
ListDeviceRegistriesResponse. getDeviceRegistriesOrBuilderList()
The registries that matched the query.List<? extends DeviceRegistryOrBuilder>
ListDeviceRegistriesResponseOrBuilder. getDeviceRegistriesOrBuilderList()
The registries that matched the query.
-