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