Class ArtifactName.ProjectLocationApiDeploymentArtifactBuilder
- java.lang.Object
-
- com.google.cloud.apigeeregistry.v1.ArtifactName.ProjectLocationApiDeploymentArtifactBuilder
-
- Enclosing class:
- ArtifactName
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class ArtifactName.ProjectLocationApiDeploymentArtifactBuilder extends Object
Builder for projects/{project}/locations/{location}/apis/{api}/deployments/{deployment}/artifacts/{artifact}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ProjectLocationApiDeploymentArtifactBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArtifactName
build()
String
getApi()
String
getArtifact()
String
getDeployment()
String
getLocation()
String
getProject()
ArtifactName.ProjectLocationApiDeploymentArtifactBuilder
setApi(String api)
ArtifactName.ProjectLocationApiDeploymentArtifactBuilder
setArtifact(String artifact)
ArtifactName.ProjectLocationApiDeploymentArtifactBuilder
setDeployment(String deployment)
ArtifactName.ProjectLocationApiDeploymentArtifactBuilder
setLocation(String location)
ArtifactName.ProjectLocationApiDeploymentArtifactBuilder
setProject(String project)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getApi
public String getApi()
-
getDeployment
public String getDeployment()
-
getArtifact
public String getArtifact()
-
setProject
public ArtifactName.ProjectLocationApiDeploymentArtifactBuilder setProject(String project)
-
setLocation
public ArtifactName.ProjectLocationApiDeploymentArtifactBuilder setLocation(String location)
-
setApi
public ArtifactName.ProjectLocationApiDeploymentArtifactBuilder setApi(String api)
-
setDeployment
public ArtifactName.ProjectLocationApiDeploymentArtifactBuilder setDeployment(String deployment)
-
setArtifact
public ArtifactName.ProjectLocationApiDeploymentArtifactBuilder setArtifact(String artifact)
-
build
public ArtifactName build()
-
-