Package com.google.cloud.kms.v1
Class EkmServiceGrpc
- java.lang.Object
-
- com.google.cloud.kms.v1.EkmServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/kms/v1/ekm_service.proto") public final class EkmServiceGrpc extends Object
Google Cloud Key Management EKM Service Manages external cryptographic keys and operations using those keys. Implements a REST model with the following objects: * [EkmConnection][google.cloud.kms.v1.EkmConnection]
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
EkmServiceGrpc.AsyncService
Google Cloud Key Management EKM Service Manages external cryptographic keys and operations using those keys.static class
EkmServiceGrpc.EkmServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service EkmService.static class
EkmServiceGrpc.EkmServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service EkmService.static class
EkmServiceGrpc.EkmServiceImplBase
Base class for the server implementation of the service EkmService.static class
EkmServiceGrpc.EkmServiceStub
A stub to allow clients to do asynchronous rpc calls to service EkmService.
-
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(EkmServiceGrpc.AsyncService service)
static io.grpc.MethodDescriptor<CreateEkmConnectionRequest,EkmConnection>
getCreateEkmConnectionMethod()
static io.grpc.MethodDescriptor<GetEkmConfigRequest,EkmConfig>
getGetEkmConfigMethod()
static io.grpc.MethodDescriptor<GetEkmConnectionRequest,EkmConnection>
getGetEkmConnectionMethod()
static io.grpc.MethodDescriptor<ListEkmConnectionsRequest,ListEkmConnectionsResponse>
getListEkmConnectionsMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static io.grpc.MethodDescriptor<UpdateEkmConfigRequest,EkmConfig>
getUpdateEkmConfigMethod()
static io.grpc.MethodDescriptor<UpdateEkmConnectionRequest,EkmConnection>
getUpdateEkmConnectionMethod()
static io.grpc.MethodDescriptor<VerifyConnectivityRequest,VerifyConnectivityResponse>
getVerifyConnectivityMethod()
static EkmServiceGrpc.EkmServiceBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic EkmServiceGrpc.EkmServiceFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic EkmServiceGrpc.EkmServiceStub
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
-
getListEkmConnectionsMethod
public static io.grpc.MethodDescriptor<ListEkmConnectionsRequest,ListEkmConnectionsResponse> getListEkmConnectionsMethod()
-
getGetEkmConnectionMethod
public static io.grpc.MethodDescriptor<GetEkmConnectionRequest,EkmConnection> getGetEkmConnectionMethod()
-
getCreateEkmConnectionMethod
public static io.grpc.MethodDescriptor<CreateEkmConnectionRequest,EkmConnection> getCreateEkmConnectionMethod()
-
getUpdateEkmConnectionMethod
public static io.grpc.MethodDescriptor<UpdateEkmConnectionRequest,EkmConnection> getUpdateEkmConnectionMethod()
-
getGetEkmConfigMethod
public static io.grpc.MethodDescriptor<GetEkmConfigRequest,EkmConfig> getGetEkmConfigMethod()
-
getUpdateEkmConfigMethod
public static io.grpc.MethodDescriptor<UpdateEkmConfigRequest,EkmConfig> getUpdateEkmConfigMethod()
-
getVerifyConnectivityMethod
public static io.grpc.MethodDescriptor<VerifyConnectivityRequest,VerifyConnectivityResponse> getVerifyConnectivityMethod()
-
newStub
public static EkmServiceGrpc.EkmServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static EkmServiceGrpc.EkmServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static EkmServiceGrpc.EkmServiceFutureStub 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(EkmServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-