Class SecretManagerServiceGrpc.SecretManagerServiceImplBase (2.17.0)

public abstract static class SecretManagerServiceGrpc.SecretManagerServiceImplBase implements 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
  • SecretVersion

Inheritance

java.lang.Object > SecretManagerServiceGrpc.SecretManagerServiceImplBase

Implements

io.grpc.BindableService, SecretManagerServiceGrpc.AsyncService

Constructors

SecretManagerServiceImplBase()

public SecretManagerServiceImplBase()

Methods

bindService()

public final ServerServiceDefinition bindService()
Returns
TypeDescription
io.grpc.ServerServiceDefinition