Package | Description |
---|---|
com.google.cloud.secretmanager.v1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
ProjectName |
ProjectName.Builder.build() |
static ProjectName |
ProjectName.of(String project) |
static ProjectName |
ProjectName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static List<ProjectName> |
ProjectName.parseList(List<String> formattedStrings) |
Modifier and Type | Method and Description |
---|---|
Secret |
SecretManagerServiceClient.createSecret(ProjectName parent,
String secretId,
Secret secret)
Creates a new [Secret][google.cloud.secretmanager.v1.Secret] containing no
[SecretVersions][google.cloud.secretmanager.v1.SecretVersion].
|
SecretManagerServiceClient.ListSecretsPagedResponse |
SecretManagerServiceClient.listSecrets(ProjectName parent)
Lists [Secrets][google.cloud.secretmanager.v1.Secret].
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
ProjectName.toStringList(List<ProjectName> values) |
Copyright © 2022 Google LLC. All rights reserved.