Package com.google.cloud.iot.v1
Class DeviceManagerGrpc.DeviceManagerImplBase
- java.lang.Object
-
- com.google.cloud.iot.v1.DeviceManagerGrpc.DeviceManagerImplBase
-
- All Implemented Interfaces:
DeviceManagerGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- DeviceManagerGrpc
public abstract static class DeviceManagerGrpc.DeviceManagerImplBase extends Object implements io.grpc.BindableService, DeviceManagerGrpc.AsyncService
Base class for the server implementation of the service DeviceManager.Internet of Things (IoT) service. Securely connect and manage IoT devices.
-
-
Constructor Summary
Constructors Constructor Description DeviceManagerImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.iot.v1.DeviceManagerGrpc.AsyncService
bindDeviceToGateway, createDevice, createDeviceRegistry, deleteDevice, deleteDeviceRegistry, getDevice, getDeviceRegistry, getIamPolicy, listDeviceConfigVersions, listDeviceRegistries, listDevices, listDeviceStates, modifyCloudToDeviceConfig, sendCommandToDevice, setIamPolicy, testIamPermissions, unbindDeviceFromGateway, updateDevice, updateDeviceRegistry
-
-