Class SecretManagerServiceGrpc.SecretManagerServiceImplBase
- java.lang.Object
-
- com.google.cloud.secretmanager.v1.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 Summary
Constructors Constructor Description SecretManagerServiceImplBase()
-
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.secretmanager.v1.SecretManagerServiceGrpc.AsyncService
accessSecretVersion, addSecretVersion, createSecret, deleteSecret, destroySecretVersion, disableSecretVersion, enableSecretVersion, getIamPolicy, getSecret, getSecretVersion, listSecrets, listSecretVersions, setIamPolicy, testIamPermissions, updateSecret
-
-