Package com.google.cloud.config.v1
Class DeploymentName.Builder
- java.lang.Object
-
- com.google.cloud.config.v1.DeploymentName.Builder
-
- Enclosing class:
- DeploymentName
public static class DeploymentName.Builder extends Object
Builder for projects/{project}/locations/{location}/deployments/{deployment}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeploymentNamebuild()StringgetDeployment()StringgetLocation()StringgetProject()DeploymentName.BuildersetDeployment(String deployment)DeploymentName.BuildersetLocation(String location)DeploymentName.BuildersetProject(String project)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getDeployment
public String getDeployment()
-
setProject
public DeploymentName.Builder setProject(String project)
-
setLocation
public DeploymentName.Builder setLocation(String location)
-
setDeployment
public DeploymentName.Builder setDeployment(String deployment)
-
build
public DeploymentName build()
-
-