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