Class SecretVersionName.ProjectLocationSecretSecretVersionBuilder (2.42.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
TypeDescription
SecretVersionName

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

getSecret()

public String getSecret()
Returns
TypeDescription
String

getSecretVersion()

public String getSecretVersion()
Returns
TypeDescription
String

setLocation(String location)

public SecretVersionName.ProjectLocationSecretSecretVersionBuilder setLocation(String location)
Parameter
NameDescription
locationString
Returns
TypeDescription
SecretVersionName.ProjectLocationSecretSecretVersionBuilder

setProject(String project)

public SecretVersionName.ProjectLocationSecretSecretVersionBuilder setProject(String project)
Parameter
NameDescription
projectString
Returns
TypeDescription
SecretVersionName.ProjectLocationSecretSecretVersionBuilder

setSecret(String secret)

public SecretVersionName.ProjectLocationSecretSecretVersionBuilder setSecret(String secret)
Parameter
NameDescription
secretString
Returns
TypeDescription
SecretVersionName.ProjectLocationSecretSecretVersionBuilder

setSecretVersion(String secretVersion)

public SecretVersionName.ProjectLocationSecretSecretVersionBuilder setSecretVersion(String secretVersion)
Parameter
NameDescription
secretVersionString
Returns
TypeDescription
SecretVersionName.ProjectLocationSecretSecretVersionBuilder