Package | Description |
---|---|
com.google.cloud.secretmanager.v1 |
The interfaces provided are listed below, along with usage samples.
|
com.google.cloud.secretmanager.v1.stub |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<GetSecretRequest,Secret> |
SecretManagerServiceGrpc.getGetSecretMethod() |
Parser<GetSecretRequest> |
GetSecretRequest.getParserForType() |
UnaryCallable<GetSecretRequest,Secret> |
SecretManagerServiceClient.getSecretCallable()
Gets metadata for a given [Secret][google.cloud.secretmanager.v1.Secret].
|
UnaryCallSettings<GetSecretRequest,Secret> |
SecretManagerServiceSettings.getSecretSettings()
Returns the object with the settings used for calls to getSecret.
|
UnaryCallSettings.Builder<GetSecretRequest,Secret> |
SecretManagerServiceSettings.Builder.getSecretSettings()
Returns the builder for the settings used for calls to getSecret.
|
static Parser<GetSecretRequest> |
GetSecretRequest.parser() |
Modifier and Type | Method and Description |
---|---|
Secret |
SecretManagerServiceGrpc.SecretManagerServiceBlockingStub.getSecret(GetSecretRequest request)
Gets metadata for a given [Secret][google.cloud.secretmanager.v1.Secret].
|
com.google.common.util.concurrent.ListenableFuture<Secret> |
SecretManagerServiceGrpc.SecretManagerServiceFutureStub.getSecret(GetSecretRequest request)
Gets metadata for a given [Secret][google.cloud.secretmanager.v1.Secret].
|
Secret |
SecretManagerServiceClient.getSecret(GetSecretRequest request)
Gets metadata for a given [Secret][google.cloud.secretmanager.v1.Secret].
|
void |
SecretManagerServiceGrpc.SecretManagerServiceImplBase.getSecret(GetSecretRequest request,
StreamObserver<Secret> responseObserver)
Gets metadata for a given [Secret][google.cloud.secretmanager.v1.Secret].
|
void |
SecretManagerServiceGrpc.SecretManagerServiceStub.getSecret(GetSecretRequest request,
StreamObserver<Secret> responseObserver)
Gets metadata for a given [Secret][google.cloud.secretmanager.v1.Secret].
|
GetSecretRequest.Builder |
GetSecretRequest.Builder.mergeFrom(GetSecretRequest other) |
static GetSecretRequest.Builder |
GetSecretRequest.newBuilder(GetSecretRequest prototype) |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<GetSecretRequest,Secret> |
GrpcSecretManagerServiceStub.getSecretCallable() |
UnaryCallable<GetSecretRequest,Secret> |
HttpJsonSecretManagerServiceStub.getSecretCallable() |
UnaryCallable<GetSecretRequest,Secret> |
SecretManagerServiceStub.getSecretCallable() |
UnaryCallSettings<GetSecretRequest,Secret> |
SecretManagerServiceStubSettings.getSecretSettings()
Returns the object with the settings used for calls to getSecret.
|
UnaryCallSettings.Builder<GetSecretRequest,Secret> |
SecretManagerServiceStubSettings.Builder.getSecretSettings()
Returns the builder for the settings used for calls to getSecret.
|
Copyright © 2022 Google LLC. All rights reserved.