Class DeploymentGroupName.Builder (0.68.0)

public static class DeploymentGroupName.Builder

Builder for projects/{project}/locations/{location}/deploymentGroups/{deployment_group}.

Inheritance

java.lang.Object > DeploymentGroupName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public DeploymentGroupName build()
Returns
Type Description
DeploymentGroupName

getDeploymentGroup()

public String getDeploymentGroup()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setDeploymentGroup(String deploymentGroup)

public DeploymentGroupName.Builder setDeploymentGroup(String deploymentGroup)
Parameter
Name Description
deploymentGroup String
Returns
Type Description
DeploymentGroupName.Builder

setLocation(String location)

public DeploymentGroupName.Builder setLocation(String location)
Parameter
Name Description
location String
Returns
Type Description
DeploymentGroupName.Builder

setProject(String project)

public DeploymentGroupName.Builder setProject(String project)
Parameter
Name Description
project String
Returns
Type Description
DeploymentGroupName.Builder