Uses of Interface
com.google.cloud.iot.v1.DeviceOrBuilder
-
Packages that use DeviceOrBuilder Package Description com.google.cloud.iot.v1 A client to Cloud IoT API -
-
Uses of DeviceOrBuilder in com.google.cloud.iot.v1
Classes in com.google.cloud.iot.v1 that implement DeviceOrBuilder Modifier and Type Class Description class
Device
The device resource.static class
Device.Builder
The device resource.Methods in com.google.cloud.iot.v1 that return DeviceOrBuilder Modifier and Type Method Description DeviceOrBuilder
CreateDeviceRequest.Builder. getDeviceOrBuilder()
Required.DeviceOrBuilder
CreateDeviceRequest. getDeviceOrBuilder()
Required.DeviceOrBuilder
CreateDeviceRequestOrBuilder. getDeviceOrBuilder()
Required.DeviceOrBuilder
UpdateDeviceRequest.Builder. getDeviceOrBuilder()
Required.DeviceOrBuilder
UpdateDeviceRequest. getDeviceOrBuilder()
Required.DeviceOrBuilder
UpdateDeviceRequestOrBuilder. getDeviceOrBuilder()
Required.DeviceOrBuilder
ListDevicesResponse.Builder. getDevicesOrBuilder(int index)
The devices that match the request.DeviceOrBuilder
ListDevicesResponse. getDevicesOrBuilder(int index)
The devices that match the request.DeviceOrBuilder
ListDevicesResponseOrBuilder. getDevicesOrBuilder(int index)
The devices that match the request.Methods in com.google.cloud.iot.v1 that return types with arguments of type DeviceOrBuilder Modifier and Type Method Description List<? extends DeviceOrBuilder>
ListDevicesResponse.Builder. getDevicesOrBuilderList()
The devices that match the request.List<? extends DeviceOrBuilder>
ListDevicesResponse. getDevicesOrBuilderList()
The devices that match the request.List<? extends DeviceOrBuilder>
ListDevicesResponseOrBuilder. getDevicesOrBuilderList()
The devices that match the request.
-