Package com.google.cloud.kms.v1
Class EkmServiceGrpc.EkmServiceImplBase
- java.lang.Object
-
- com.google.cloud.kms.v1.EkmServiceGrpc.EkmServiceImplBase
-
- All Implemented Interfaces:
EkmServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- EkmServiceGrpc
public abstract static class EkmServiceGrpc.EkmServiceImplBase extends Object implements io.grpc.BindableService, EkmServiceGrpc.AsyncService
Base class for the server implementation of the service EkmService.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]
-
-
Constructor Summary
Constructors Constructor Description EkmServiceImplBase()
-
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.kms.v1.EkmServiceGrpc.AsyncService
createEkmConnection, getEkmConfig, getEkmConnection, listEkmConnections, updateEkmConfig, updateEkmConnection, verifyConnectivity
-
-