Package | Description |
---|---|
com.google.cloud.secretmanager.v1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
SecretName |
SecretName.Builder.build() |
static SecretName |
SecretName.of(String project,
String secret) |
static SecretName |
SecretName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static List<SecretName> |
SecretName.parseList(List<String> formattedStrings) |
Modifier and Type | Method and Description |
---|---|
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].
|
void |
SecretManagerServiceClient.deleteSecret(SecretName name)
Deletes a [Secret][google.cloud.secretmanager.v1.Secret].
|
Secret |
SecretManagerServiceClient.getSecret(SecretName name)
Gets metadata for a given [Secret][google.cloud.secretmanager.v1.Secret].
|
SecretManagerServiceClient.ListSecretVersionsPagedResponse |
SecretManagerServiceClient.listSecretVersions(SecretName parent)
Lists [SecretVersions][google.cloud.secretmanager.v1.SecretVersion].
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
SecretName.toStringList(List<SecretName> values) |
Copyright © 2022 Google LLC. All rights reserved.