public static class SecretName.ProjectLocationSecretBuilder extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ProjectLocationSecretBuilder() |
| Modifier and Type | Method and Description |
|---|---|
SecretName |
build() |
String |
getLocation() |
String |
getProject() |
String |
getSecret() |
SecretName.ProjectLocationSecretBuilder |
setLocation(String location) |
SecretName.ProjectLocationSecretBuilder |
setProject(String project) |
SecretName.ProjectLocationSecretBuilder |
setSecret(String secret) |
public String getProject()
public String getLocation()
public String getSecret()
public SecretName.ProjectLocationSecretBuilder setProject(String project)
public SecretName.ProjectLocationSecretBuilder setLocation(String location)
public SecretName.ProjectLocationSecretBuilder setSecret(String secret)
public SecretName build()
Copyright © 2024 Google LLC. All rights reserved.