Package com.google.cloud.iot.v1
Class DeviceManagerGrpc
- java.lang.Object
-
- com.google.cloud.iot.v1.DeviceManagerGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/iot/v1/device_manager.proto") public final class DeviceManagerGrpc extends Object
Internet of Things (IoT) service. Securely connect and manage IoT devices.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
DeviceManagerGrpc.AsyncService
Internet of Things (IoT) service.static class
DeviceManagerGrpc.DeviceManagerBlockingStub
A stub to allow clients to do synchronous rpc calls to service DeviceManager.static class
DeviceManagerGrpc.DeviceManagerFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service DeviceManager.static class
DeviceManagerGrpc.DeviceManagerImplBase
Base class for the server implementation of the service DeviceManager.static class
DeviceManagerGrpc.DeviceManagerStub
A stub to allow clients to do asynchronous rpc calls to service DeviceManager.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(DeviceManagerGrpc.AsyncService service)
static io.grpc.MethodDescriptor<BindDeviceToGatewayRequest,BindDeviceToGatewayResponse>
getBindDeviceToGatewayMethod()
static io.grpc.MethodDescriptor<CreateDeviceRequest,Device>
getCreateDeviceMethod()
static io.grpc.MethodDescriptor<CreateDeviceRegistryRequest,DeviceRegistry>
getCreateDeviceRegistryMethod()
static io.grpc.MethodDescriptor<DeleteDeviceRequest,com.google.protobuf.Empty>
getDeleteDeviceMethod()
static io.grpc.MethodDescriptor<DeleteDeviceRegistryRequest,com.google.protobuf.Empty>
getDeleteDeviceRegistryMethod()
static io.grpc.MethodDescriptor<GetDeviceRequest,Device>
getGetDeviceMethod()
static io.grpc.MethodDescriptor<GetDeviceRegistryRequest,DeviceRegistry>
getGetDeviceRegistryMethod()
static io.grpc.MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>
getGetIamPolicyMethod()
static io.grpc.MethodDescriptor<ListDeviceConfigVersionsRequest,ListDeviceConfigVersionsResponse>
getListDeviceConfigVersionsMethod()
static io.grpc.MethodDescriptor<ListDeviceRegistriesRequest,ListDeviceRegistriesResponse>
getListDeviceRegistriesMethod()
static io.grpc.MethodDescriptor<ListDevicesRequest,ListDevicesResponse>
getListDevicesMethod()
static io.grpc.MethodDescriptor<ListDeviceStatesRequest,ListDeviceStatesResponse>
getListDeviceStatesMethod()
static io.grpc.MethodDescriptor<ModifyCloudToDeviceConfigRequest,DeviceConfig>
getModifyCloudToDeviceConfigMethod()
static io.grpc.MethodDescriptor<SendCommandToDeviceRequest,SendCommandToDeviceResponse>
getSendCommandToDeviceMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static io.grpc.MethodDescriptor<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>
getSetIamPolicyMethod()
static io.grpc.MethodDescriptor<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>
getTestIamPermissionsMethod()
static io.grpc.MethodDescriptor<UnbindDeviceFromGatewayRequest,UnbindDeviceFromGatewayResponse>
getUnbindDeviceFromGatewayMethod()
static io.grpc.MethodDescriptor<UpdateDeviceRequest,Device>
getUpdateDeviceMethod()
static io.grpc.MethodDescriptor<UpdateDeviceRegistryRequest,DeviceRegistry>
getUpdateDeviceRegistryMethod()
static DeviceManagerGrpc.DeviceManagerBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic DeviceManagerGrpc.DeviceManagerFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic DeviceManagerGrpc.DeviceManagerStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCreateDeviceRegistryMethod
public static io.grpc.MethodDescriptor<CreateDeviceRegistryRequest,DeviceRegistry> getCreateDeviceRegistryMethod()
-
getGetDeviceRegistryMethod
public static io.grpc.MethodDescriptor<GetDeviceRegistryRequest,DeviceRegistry> getGetDeviceRegistryMethod()
-
getUpdateDeviceRegistryMethod
public static io.grpc.MethodDescriptor<UpdateDeviceRegistryRequest,DeviceRegistry> getUpdateDeviceRegistryMethod()
-
getDeleteDeviceRegistryMethod
public static io.grpc.MethodDescriptor<DeleteDeviceRegistryRequest,com.google.protobuf.Empty> getDeleteDeviceRegistryMethod()
-
getListDeviceRegistriesMethod
public static io.grpc.MethodDescriptor<ListDeviceRegistriesRequest,ListDeviceRegistriesResponse> getListDeviceRegistriesMethod()
-
getCreateDeviceMethod
public static io.grpc.MethodDescriptor<CreateDeviceRequest,Device> getCreateDeviceMethod()
-
getGetDeviceMethod
public static io.grpc.MethodDescriptor<GetDeviceRequest,Device> getGetDeviceMethod()
-
getUpdateDeviceMethod
public static io.grpc.MethodDescriptor<UpdateDeviceRequest,Device> getUpdateDeviceMethod()
-
getDeleteDeviceMethod
public static io.grpc.MethodDescriptor<DeleteDeviceRequest,com.google.protobuf.Empty> getDeleteDeviceMethod()
-
getListDevicesMethod
public static io.grpc.MethodDescriptor<ListDevicesRequest,ListDevicesResponse> getListDevicesMethod()
-
getModifyCloudToDeviceConfigMethod
public static io.grpc.MethodDescriptor<ModifyCloudToDeviceConfigRequest,DeviceConfig> getModifyCloudToDeviceConfigMethod()
-
getListDeviceConfigVersionsMethod
public static io.grpc.MethodDescriptor<ListDeviceConfigVersionsRequest,ListDeviceConfigVersionsResponse> getListDeviceConfigVersionsMethod()
-
getListDeviceStatesMethod
public static io.grpc.MethodDescriptor<ListDeviceStatesRequest,ListDeviceStatesResponse> getListDeviceStatesMethod()
-
getSetIamPolicyMethod
public static io.grpc.MethodDescriptor<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> getSetIamPolicyMethod()
-
getGetIamPolicyMethod
public static io.grpc.MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getGetIamPolicyMethod()
-
getTestIamPermissionsMethod
public static io.grpc.MethodDescriptor<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> getTestIamPermissionsMethod()
-
getSendCommandToDeviceMethod
public static io.grpc.MethodDescriptor<SendCommandToDeviceRequest,SendCommandToDeviceResponse> getSendCommandToDeviceMethod()
-
getBindDeviceToGatewayMethod
public static io.grpc.MethodDescriptor<BindDeviceToGatewayRequest,BindDeviceToGatewayResponse> getBindDeviceToGatewayMethod()
-
getUnbindDeviceFromGatewayMethod
public static io.grpc.MethodDescriptor<UnbindDeviceFromGatewayRequest,UnbindDeviceFromGatewayResponse> getUnbindDeviceFromGatewayMethod()
-
newStub
public static DeviceManagerGrpc.DeviceManagerStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static DeviceManagerGrpc.DeviceManagerBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static DeviceManagerGrpc.DeviceManagerFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(DeviceManagerGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-