Class DeploymentName.Builder (2.41.0)

public static class DeploymentName.Builder

Builder for projects/{project}/deployments/{deployment}.

Inheritance

java.lang.Object > DeploymentName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public DeploymentName build()
Returns
TypeDescription
DeploymentName

getDeployment()

public String getDeployment()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setDeployment(String deployment)

public DeploymentName.Builder setDeployment(String deployment)
Parameter
NameDescription
deploymentString
Returns
TypeDescription
DeploymentName.Builder

setProject(String project)

public DeploymentName.Builder setProject(String project)
Parameter
NameDescription
projectString
Returns
TypeDescription
DeploymentName.Builder