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<AddSecretVersionRequest,SecretVersion> |
SecretManagerServiceClient.addSecretVersionCallable()
Creates a new [SecretVersion][google.cloud.secretmanager.v1.SecretVersion] containing secret
data and attaches it to an existing [Secret][google.cloud.secretmanager.v1.Secret].
|
UnaryCallSettings<AddSecretVersionRequest,SecretVersion> |
SecretManagerServiceSettings.addSecretVersionSettings()
Returns the object with the settings used for calls to addSecretVersion.
|
UnaryCallSettings.Builder<AddSecretVersionRequest,SecretVersion> |
SecretManagerServiceSettings.Builder.addSecretVersionSettings()
Returns the builder for the settings used for calls to addSecretVersion.
|
static MethodDescriptor<AddSecretVersionRequest,SecretVersion> |
SecretManagerServiceGrpc.getAddSecretVersionMethod() |
Parser<AddSecretVersionRequest> |
AddSecretVersionRequest.getParserForType() |
static Parser<AddSecretVersionRequest> |
AddSecretVersionRequest.parser() |
Modifier and Type | Method and Description |
---|---|
SecretVersion |
SecretManagerServiceGrpc.SecretManagerServiceBlockingStub.addSecretVersion(AddSecretVersionRequest request)
Creates a new [SecretVersion][google.cloud.secretmanager.v1.SecretVersion] containing secret data and attaches
it to an existing [Secret][google.cloud.secretmanager.v1.Secret].
|
com.google.common.util.concurrent.ListenableFuture<SecretVersion> |
SecretManagerServiceGrpc.SecretManagerServiceFutureStub.addSecretVersion(AddSecretVersionRequest request)
Creates a new [SecretVersion][google.cloud.secretmanager.v1.SecretVersion] containing secret data and attaches
it to an existing [Secret][google.cloud.secretmanager.v1.Secret].
|
SecretVersion |
SecretManagerServiceClient.addSecretVersion(AddSecretVersionRequest request)
Creates a new [SecretVersion][google.cloud.secretmanager.v1.SecretVersion] containing secret
data and attaches it to an existing [Secret][google.cloud.secretmanager.v1.Secret].
|
void |
SecretManagerServiceGrpc.SecretManagerServiceImplBase.addSecretVersion(AddSecretVersionRequest request,
StreamObserver<SecretVersion> responseObserver)
Creates a new [SecretVersion][google.cloud.secretmanager.v1.SecretVersion] containing secret data and attaches
it to an existing [Secret][google.cloud.secretmanager.v1.Secret].
|
void |
SecretManagerServiceGrpc.SecretManagerServiceStub.addSecretVersion(AddSecretVersionRequest request,
StreamObserver<SecretVersion> responseObserver)
Creates a new [SecretVersion][google.cloud.secretmanager.v1.SecretVersion] containing secret data and attaches
it to an existing [Secret][google.cloud.secretmanager.v1.Secret].
|
AddSecretVersionRequest.Builder |
AddSecretVersionRequest.Builder.mergeFrom(AddSecretVersionRequest other) |
static AddSecretVersionRequest.Builder |
AddSecretVersionRequest.newBuilder(AddSecretVersionRequest prototype) |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<AddSecretVersionRequest,SecretVersion> |
GrpcSecretManagerServiceStub.addSecretVersionCallable() |
UnaryCallable<AddSecretVersionRequest,SecretVersion> |
HttpJsonSecretManagerServiceStub.addSecretVersionCallable() |
UnaryCallable<AddSecretVersionRequest,SecretVersion> |
SecretManagerServiceStub.addSecretVersionCallable() |
UnaryCallSettings<AddSecretVersionRequest,SecretVersion> |
SecretManagerServiceStubSettings.addSecretVersionSettings()
Returns the object with the settings used for calls to addSecretVersion.
|
UnaryCallSettings.Builder<AddSecretVersionRequest,SecretVersion> |
SecretManagerServiceStubSettings.Builder.addSecretVersionSettings()
Returns the builder for the settings used for calls to addSecretVersion.
|
Copyright © 2022 Google LLC. All rights reserved.