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 |
---|---|
Parser<UpdateSecretRequest> |
UpdateSecretRequest.getParserForType() |
static MethodDescriptor<UpdateSecretRequest,Secret> |
SecretManagerServiceGrpc.getUpdateSecretMethod() |
static Parser<UpdateSecretRequest> |
UpdateSecretRequest.parser() |
UnaryCallable<UpdateSecretRequest,Secret> |
SecretManagerServiceClient.updateSecretCallable()
Updates metadata of an existing [Secret][google.cloud.secretmanager.v1.Secret].
|
UnaryCallSettings<UpdateSecretRequest,Secret> |
SecretManagerServiceSettings.updateSecretSettings()
Returns the object with the settings used for calls to updateSecret.
|
UnaryCallSettings.Builder<UpdateSecretRequest,Secret> |
SecretManagerServiceSettings.Builder.updateSecretSettings()
Returns the builder for the settings used for calls to updateSecret.
|
Modifier and Type | Method and Description |
---|---|
UpdateSecretRequest.Builder |
UpdateSecretRequest.Builder.mergeFrom(UpdateSecretRequest other) |
static UpdateSecretRequest.Builder |
UpdateSecretRequest.newBuilder(UpdateSecretRequest prototype) |
Secret |
SecretManagerServiceGrpc.SecretManagerServiceBlockingStub.updateSecret(UpdateSecretRequest request)
Updates metadata of an existing [Secret][google.cloud.secretmanager.v1.Secret].
|
com.google.common.util.concurrent.ListenableFuture<Secret> |
SecretManagerServiceGrpc.SecretManagerServiceFutureStub.updateSecret(UpdateSecretRequest request)
Updates metadata of an existing [Secret][google.cloud.secretmanager.v1.Secret].
|
Secret |
SecretManagerServiceClient.updateSecret(UpdateSecretRequest request)
Updates metadata of an existing [Secret][google.cloud.secretmanager.v1.Secret].
|
void |
SecretManagerServiceGrpc.SecretManagerServiceImplBase.updateSecret(UpdateSecretRequest request,
StreamObserver<Secret> responseObserver)
Updates metadata of an existing [Secret][google.cloud.secretmanager.v1.Secret].
|
void |
SecretManagerServiceGrpc.SecretManagerServiceStub.updateSecret(UpdateSecretRequest request,
StreamObserver<Secret> responseObserver)
Updates metadata of an existing [Secret][google.cloud.secretmanager.v1.Secret].
|
Modifier and Type | Method and Description |
---|---|
UnaryCallable<UpdateSecretRequest,Secret> |
GrpcSecretManagerServiceStub.updateSecretCallable() |
UnaryCallable<UpdateSecretRequest,Secret> |
HttpJsonSecretManagerServiceStub.updateSecretCallable() |
UnaryCallable<UpdateSecretRequest,Secret> |
SecretManagerServiceStub.updateSecretCallable() |
UnaryCallSettings<UpdateSecretRequest,Secret> |
SecretManagerServiceStubSettings.updateSecretSettings()
Returns the object with the settings used for calls to updateSecret.
|
UnaryCallSettings.Builder<UpdateSecretRequest,Secret> |
SecretManagerServiceStubSettings.Builder.updateSecretSettings()
Returns the builder for the settings used for calls to updateSecret.
|
Copyright © 2022 Google LLC. All rights reserved.