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 |
---|---|
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].
|
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].
|
SecretVersion |
SecretManagerServiceClient.addSecretVersion(SecretName parent,
SecretPayload payload)
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(String parent,
SecretPayload payload)
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 |
SecretVersion.Builder.build() |
SecretVersion |
SecretVersion.Builder.buildPartial() |
SecretVersion |
SecretManagerServiceGrpc.SecretManagerServiceBlockingStub.destroySecretVersion(DestroySecretVersionRequest request)
Destroys a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].
|
SecretVersion |
SecretManagerServiceClient.destroySecretVersion(DestroySecretVersionRequest request)
Destroys a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].
|
SecretVersion |
SecretManagerServiceClient.destroySecretVersion(SecretVersionName name)
Destroys a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].
|
SecretVersion |
SecretManagerServiceClient.destroySecretVersion(String name)
Destroys a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].
|
SecretVersion |
SecretManagerServiceGrpc.SecretManagerServiceBlockingStub.disableSecretVersion(DisableSecretVersionRequest request)
Disables a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].
|
SecretVersion |
SecretManagerServiceClient.disableSecretVersion(DisableSecretVersionRequest request)
Disables a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].
|
SecretVersion |
SecretManagerServiceClient.disableSecretVersion(SecretVersionName name)
Disables a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].
|
SecretVersion |
SecretManagerServiceClient.disableSecretVersion(String name)
Disables a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].
|
SecretVersion |
SecretManagerServiceGrpc.SecretManagerServiceBlockingStub.enableSecretVersion(EnableSecretVersionRequest request)
Enables a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].
|
SecretVersion |
SecretManagerServiceClient.enableSecretVersion(EnableSecretVersionRequest request)
Enables a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].
|
SecretVersion |
SecretManagerServiceClient.enableSecretVersion(SecretVersionName name)
Enables a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].
|
SecretVersion |
SecretManagerServiceClient.enableSecretVersion(String name)
Enables a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].
|
static SecretVersion |
SecretVersion.getDefaultInstance() |
SecretVersion |
SecretVersion.getDefaultInstanceForType() |
SecretVersion |
SecretVersion.Builder.getDefaultInstanceForType() |
SecretVersion |
SecretManagerServiceGrpc.SecretManagerServiceBlockingStub.getSecretVersion(GetSecretVersionRequest request)
Gets metadata for a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].
|
SecretVersion |
SecretManagerServiceClient.getSecretVersion(GetSecretVersionRequest request)
Gets metadata for a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].
|
SecretVersion |
SecretManagerServiceClient.getSecretVersion(SecretVersionName name)
Gets metadata for a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].
|
SecretVersion |
SecretManagerServiceClient.getSecretVersion(String name)
Gets metadata for a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].
|
SecretVersion |
ListSecretVersionsResponse.getVersions(int index)
The list of [SecretVersions][google.cloud.secretmanager.v1.SecretVersion] sorted in reverse by
create_time (newest first).
|
SecretVersion |
ListSecretVersionsResponse.Builder.getVersions(int index)
The list of [SecretVersions][google.cloud.secretmanager.v1.SecretVersion] sorted in reverse by
create_time (newest first).
|
SecretVersion |
ListSecretVersionsResponseOrBuilder.getVersions(int index)
The list of [SecretVersions][google.cloud.secretmanager.v1.SecretVersion] sorted in reverse by
create_time (newest first).
|
static SecretVersion |
SecretVersion.parseDelimitedFrom(InputStream input) |
static SecretVersion |
SecretVersion.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static SecretVersion |
SecretVersion.parseFrom(byte[] data) |
static SecretVersion |
SecretVersion.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static SecretVersion |
SecretVersion.parseFrom(ByteBuffer data) |
static SecretVersion |
SecretVersion.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static SecretVersion |
SecretVersion.parseFrom(ByteString data) |
static SecretVersion |
SecretVersion.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static SecretVersion |
SecretVersion.parseFrom(CodedInputStream input) |
static SecretVersion |
SecretVersion.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static SecretVersion |
SecretVersion.parseFrom(InputStream input) |
static SecretVersion |
SecretVersion.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
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].
|
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.
|
com.google.common.util.concurrent.ListenableFuture<SecretVersion> |
SecretManagerServiceGrpc.SecretManagerServiceFutureStub.destroySecretVersion(DestroySecretVersionRequest request)
Destroys a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].
|
UnaryCallable<DestroySecretVersionRequest,SecretVersion> |
SecretManagerServiceClient.destroySecretVersionCallable()
Destroys a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].
|
UnaryCallSettings<DestroySecretVersionRequest,SecretVersion> |
SecretManagerServiceSettings.destroySecretVersionSettings()
Returns the object with the settings used for calls to destroySecretVersion.
|
UnaryCallSettings.Builder<DestroySecretVersionRequest,SecretVersion> |
SecretManagerServiceSettings.Builder.destroySecretVersionSettings()
Returns the builder for the settings used for calls to destroySecretVersion.
|
com.google.common.util.concurrent.ListenableFuture<SecretVersion> |
SecretManagerServiceGrpc.SecretManagerServiceFutureStub.disableSecretVersion(DisableSecretVersionRequest request)
Disables a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].
|
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.
|
com.google.common.util.concurrent.ListenableFuture<SecretVersion> |
SecretManagerServiceGrpc.SecretManagerServiceFutureStub.enableSecretVersion(EnableSecretVersionRequest request)
Enables a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].
|
UnaryCallable<EnableSecretVersionRequest,SecretVersion> |
SecretManagerServiceClient.enableSecretVersionCallable()
Enables a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].
|
UnaryCallSettings<EnableSecretVersionRequest,SecretVersion> |
SecretManagerServiceSettings.enableSecretVersionSettings()
Returns the object with the settings used for calls to enableSecretVersion.
|
UnaryCallSettings.Builder<EnableSecretVersionRequest,SecretVersion> |
SecretManagerServiceSettings.Builder.enableSecretVersionSettings()
Returns the builder for the settings used for calls to enableSecretVersion.
|
static MethodDescriptor<AddSecretVersionRequest,SecretVersion> |
SecretManagerServiceGrpc.getAddSecretVersionMethod() |
static MethodDescriptor<DestroySecretVersionRequest,SecretVersion> |
SecretManagerServiceGrpc.getDestroySecretVersionMethod() |
static MethodDescriptor<DisableSecretVersionRequest,SecretVersion> |
SecretManagerServiceGrpc.getDisableSecretVersionMethod() |
static MethodDescriptor<EnableSecretVersionRequest,SecretVersion> |
SecretManagerServiceGrpc.getEnableSecretVersionMethod() |
static MethodDescriptor<GetSecretVersionRequest,SecretVersion> |
SecretManagerServiceGrpc.getGetSecretVersionMethod() |
Parser<SecretVersion> |
SecretVersion.getParserForType() |
com.google.common.util.concurrent.ListenableFuture<SecretVersion> |
SecretManagerServiceGrpc.SecretManagerServiceFutureStub.getSecretVersion(GetSecretVersionRequest request)
Gets metadata for a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].
|
UnaryCallable<GetSecretVersionRequest,SecretVersion> |
SecretManagerServiceClient.getSecretVersionCallable()
Gets metadata for a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].
|
UnaryCallSettings<GetSecretVersionRequest,SecretVersion> |
SecretManagerServiceSettings.getSecretVersionSettings()
Returns the object with the settings used for calls to getSecretVersion.
|
UnaryCallSettings.Builder<GetSecretVersionRequest,SecretVersion> |
SecretManagerServiceSettings.Builder.getSecretVersionSettings()
Returns the builder for the settings used for calls to getSecretVersion.
|
List<SecretVersion> |
ListSecretVersionsResponse.getVersionsList()
The list of [SecretVersions][google.cloud.secretmanager.v1.SecretVersion] sorted in reverse by
create_time (newest first).
|
List<SecretVersion> |
ListSecretVersionsResponse.Builder.getVersionsList()
The list of [SecretVersions][google.cloud.secretmanager.v1.SecretVersion] sorted in reverse by
create_time (newest first).
|
List<SecretVersion> |
ListSecretVersionsResponseOrBuilder.getVersionsList()
The list of [SecretVersions][google.cloud.secretmanager.v1.SecretVersion] sorted in reverse by
create_time (newest first).
|
static Parser<SecretVersion> |
SecretVersion.parser() |
Modifier and Type | Method and Description |
---|---|
ListSecretVersionsResponse.Builder |
ListSecretVersionsResponse.Builder.addVersions(int index,
SecretVersion value)
The list of [SecretVersions][google.cloud.secretmanager.v1.SecretVersion] sorted in reverse by
create_time (newest first).
|
ListSecretVersionsResponse.Builder |
ListSecretVersionsResponse.Builder.addVersions(SecretVersion value)
The list of [SecretVersions][google.cloud.secretmanager.v1.SecretVersion] sorted in reverse by
create_time (newest first).
|
SecretVersion.Builder |
SecretVersion.Builder.mergeFrom(SecretVersion other) |
static SecretVersion.Builder |
SecretVersion.newBuilder(SecretVersion prototype) |
ListSecretVersionsResponse.Builder |
ListSecretVersionsResponse.Builder.setVersions(int index,
SecretVersion value)
The list of [SecretVersions][google.cloud.secretmanager.v1.SecretVersion] sorted in reverse by
create_time (newest first).
|
Modifier and Type | Method and Description |
---|---|
ListSecretVersionsResponse.Builder |
ListSecretVersionsResponse.Builder.addAllVersions(Iterable<? extends SecretVersion> values)
The list of [SecretVersions][google.cloud.secretmanager.v1.SecretVersion] sorted in reverse by
create_time (newest first).
|
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].
|
static com.google.api.core.ApiFuture<SecretManagerServiceClient.ListSecretVersionsPagedResponse> |
SecretManagerServiceClient.ListSecretVersionsPagedResponse.createAsync(PageContext<ListSecretVersionsRequest,ListSecretVersionsResponse,SecretVersion> context,
com.google.api.core.ApiFuture<ListSecretVersionsResponse> futureResponse) |
protected SecretManagerServiceClient.ListSecretVersionsPage |
SecretManagerServiceClient.ListSecretVersionsPage.createPage(PageContext<ListSecretVersionsRequest,ListSecretVersionsResponse,SecretVersion> context,
ListSecretVersionsResponse response) |
com.google.api.core.ApiFuture<SecretManagerServiceClient.ListSecretVersionsPage> |
SecretManagerServiceClient.ListSecretVersionsPage.createPageAsync(PageContext<ListSecretVersionsRequest,ListSecretVersionsResponse,SecretVersion> context,
com.google.api.core.ApiFuture<ListSecretVersionsResponse> futureResponse) |
void |
SecretManagerServiceGrpc.SecretManagerServiceImplBase.destroySecretVersion(DestroySecretVersionRequest request,
StreamObserver<SecretVersion> responseObserver)
Destroys a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].
|
void |
SecretManagerServiceGrpc.SecretManagerServiceStub.destroySecretVersion(DestroySecretVersionRequest request,
StreamObserver<SecretVersion> responseObserver)
Destroys 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].
|
void |
SecretManagerServiceGrpc.SecretManagerServiceImplBase.enableSecretVersion(EnableSecretVersionRequest request,
StreamObserver<SecretVersion> responseObserver)
Enables a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].
|
void |
SecretManagerServiceGrpc.SecretManagerServiceStub.enableSecretVersion(EnableSecretVersionRequest request,
StreamObserver<SecretVersion> responseObserver)
Enables a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].
|
void |
SecretManagerServiceGrpc.SecretManagerServiceImplBase.getSecretVersion(GetSecretVersionRequest request,
StreamObserver<SecretVersion> responseObserver)
Gets metadata for a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].
|
void |
SecretManagerServiceGrpc.SecretManagerServiceStub.getSecretVersion(GetSecretVersionRequest request,
StreamObserver<SecretVersion> responseObserver)
Gets metadata for a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].
|
Copyright © 2022 Google LLC. All rights reserved.