Class SecretVersionName.ProjectLocationSecretSecretVersionBuilder (2.43.0)

public static class SecretVersionName.ProjectLocationSecretSecretVersionBuilder

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

Inheritance

java.lang.Object > SecretVersionName.ProjectLocationSecretSecretVersionBuilder

Constructors

ProjectLocationSecretSecretVersionBuilder()

protected ProjectLocationSecretSecretVersionBuilder()

Methods

build()

public SecretVersionName build()
Returns
Type Description
SecretVersionName

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

getSecret()

public String getSecret()
Returns
Type Description
String

getSecretVersion()

public String getSecretVersion()
Returns
Type Description
String

setLocation(String location)

public SecretVersionName.ProjectLocationSecretSecretVersionBuilder setLocation(String location)
Parameter
Name Description
location String
Returns
Type Description
SecretVersionName.ProjectLocationSecretSecretVersionBuilder

setProject(String project)

public SecretVersionName.ProjectLocationSecretSecretVersionBuilder setProject(String project)
Parameter
Name Description
project String
Returns
Type Description
SecretVersionName.ProjectLocationSecretSecretVersionBuilder

setSecret(String secret)

public SecretVersionName.ProjectLocationSecretSecretVersionBuilder setSecret(String secret)
Parameter
Name Description
secret String
Returns
Type Description
SecretVersionName.ProjectLocationSecretSecretVersionBuilder

setSecretVersion(String secretVersion)

public SecretVersionName.ProjectLocationSecretSecretVersionBuilder setSecretVersion(String secretVersion)
Parameter
Name Description
secretVersion String
Returns
Type Description
SecretVersionName.ProjectLocationSecretSecretVersionBuilder