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 ObjectBuilder for projects/{project}/locations/{location}/apis/{api}/deployments/{deployment}/artifacts/{artifact}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedProjectLocationApiDeploymentArtifactBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArtifactNamebuild()StringgetApi()StringgetArtifact()StringgetDeployment()StringgetLocation()StringgetProject()ArtifactName.ProjectLocationApiDeploymentArtifactBuildersetApi(String api)ArtifactName.ProjectLocationApiDeploymentArtifactBuildersetArtifact(String artifact)ArtifactName.ProjectLocationApiDeploymentArtifactBuildersetDeployment(String deployment)ArtifactName.ProjectLocationApiDeploymentArtifactBuildersetLocation(String location)ArtifactName.ProjectLocationApiDeploymentArtifactBuildersetProject(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()
-
-