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 protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RevisionName
build()
String
getDeployment()
String
getLocation()
String
getProject()
String
getRevision()
RevisionName.Builder
setDeployment(String deployment)
RevisionName.Builder
setLocation(String location)
RevisionName.Builder
setProject(String project)
RevisionName.Builder
setRevision(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()
-
-