Class KeyManagementServiceGrpc.KeyManagementServiceImplBase

  • All Implemented Interfaces:
    KeyManagementServiceGrpc.AsyncService, io.grpc.BindableService
    Enclosing class:
    KeyManagementServiceGrpc

    public abstract static class KeyManagementServiceGrpc.KeyManagementServiceImplBase
    extends Object
    implements io.grpc.BindableService, KeyManagementServiceGrpc.AsyncService
    Base class for the server implementation of the service KeyManagementService.
     Google Cloud Key Management Service
     Manages cryptographic keys and operations using those keys. Implements a REST
     model with the following objects:
     * [KeyRing][google.cloud.kms.v1.KeyRing]
     * [CryptoKey][google.cloud.kms.v1.CryptoKey]
     * [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion]
     * [ImportJob][google.cloud.kms.v1.ImportJob]
     If you are using manual gRPC libraries, see
     [Using gRPC with Cloud KMS](https://cloud.google.com/kms/docs/grpc).
     
    • Constructor Detail

      • KeyManagementServiceImplBase

        public KeyManagementServiceImplBase()
    • Method Detail

      • bindService

        public final io.grpc.ServerServiceDefinition bindService()
        Specified by:
        bindService in interface io.grpc.BindableService