Package | Description |
---|---|
com.google.cloud.secretmanager.v1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
SecretVersionName |
SecretVersionName.Builder.build() |
static SecretVersionName |
SecretVersionName.of(String project,
String secret,
String secretVersion) |
static SecretVersionName |
SecretVersionName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static List<SecretVersionName> |
SecretVersionName.parseList(List<String> formattedStrings) |
Modifier and Type | Method and Description |
---|---|
AccessSecretVersionResponse |
SecretManagerServiceClient.accessSecretVersion(SecretVersionName name)
Accesses a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].
|
SecretVersion |
SecretManagerServiceClient.destroySecretVersion(SecretVersionName name)
Destroys a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].
|
SecretVersion |
SecretManagerServiceClient.disableSecretVersion(SecretVersionName name)
Disables a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].
|
SecretVersion |
SecretManagerServiceClient.enableSecretVersion(SecretVersionName name)
Enables a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].
|
SecretVersion |
SecretManagerServiceClient.getSecretVersion(SecretVersionName name)
Gets metadata for a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
SecretVersionName.toStringList(List<SecretVersionName> values) |
Copyright © 2022 Google LLC. All rights reserved.