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