Class DeploymentName.Builder (0.52.0)

public static class DeploymentName.Builder

Builder for projects/{project}/locations/{location}/agents/{agent}/environments/{environment}/deployments/{deployment}.

Inheritance

java.lang.Object > DeploymentName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public DeploymentName build()
Returns
TypeDescription
DeploymentName

getAgent()

public String getAgent()
Returns
TypeDescription
String

getDeployment()

public String getDeployment()
Returns
TypeDescription
String

getEnvironment()

public String getEnvironment()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setAgent(String agent)

public DeploymentName.Builder setAgent(String agent)
Parameter
NameDescription
agentString
Returns
TypeDescription
DeploymentName.Builder

setDeployment(String deployment)

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

setEnvironment(String environment)

public DeploymentName.Builder setEnvironment(String environment)
Parameter
NameDescription
environmentString
Returns
TypeDescription
DeploymentName.Builder

setLocation(String location)

public DeploymentName.Builder setLocation(String location)
Parameter
NameDescription
locationString
Returns
TypeDescription
DeploymentName.Builder

setProject(String project)

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