Class SecretName.ProjectLocationSecretBuilder (2.42.0)

public static class SecretName.ProjectLocationSecretBuilder

Builder for projects/{project}/locations/{location}/secrets/{secret}.

Inheritance

java.lang.Object > SecretName.ProjectLocationSecretBuilder

Constructors

ProjectLocationSecretBuilder()

protected ProjectLocationSecretBuilder()

Methods

build()

public SecretName build()
Returns
Type Description
SecretName

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

getSecret()

public String getSecret()
Returns
Type Description
String

setLocation(String location)

public SecretName.ProjectLocationSecretBuilder setLocation(String location)
Parameter
Name Description
location String
Returns
Type Description
SecretName.ProjectLocationSecretBuilder

setProject(String project)

public SecretName.ProjectLocationSecretBuilder setProject(String project)
Parameter
Name Description
project String
Returns
Type Description
SecretName.ProjectLocationSecretBuilder

setSecret(String secret)

public SecretName.ProjectLocationSecretBuilder setSecret(String secret)
Parameter
Name Description
secret String
Returns
Type Description
SecretName.ProjectLocationSecretBuilder