Class SecretManagerServiceGrpc.SecretManagerServiceImplBase

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

    public abstract static class SecretManagerServiceGrpc.SecretManagerServiceImplBase
    extends Object
    implements io.grpc.BindableService, SecretManagerServiceGrpc.AsyncService
    Base class for the server implementation of the service SecretManagerService.
     Secret Manager Service
     Manages secrets and operations using those secrets. Implements a REST
     model with the following objects:
     * [Secret][google.cloud.secretmanager.v1.Secret]
     * [SecretVersion][google.cloud.secretmanager.v1.SecretVersion]
     
    • Constructor Detail

      • SecretManagerServiceImplBase

        public SecretManagerServiceImplBase()
    • Method Detail

      • bindService

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