Class ArtifactName.Builder
- java.lang.Object
-
- com.google.cloud.apigeeregistry.v1.ArtifactName.Builder
-
- Enclosing class:
- ArtifactName
public static class ArtifactName.Builder extends Object
Builder for projects/{project}/locations/{location}/artifacts/{artifact}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArtifactNamebuild()StringgetArtifact()StringgetLocation()StringgetProject()ArtifactName.BuildersetArtifact(String artifact)ArtifactName.BuildersetLocation(String location)ArtifactName.BuildersetProject(String project)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getArtifact
public String getArtifact()
-
setProject
public ArtifactName.Builder setProject(String project)
-
setLocation
public ArtifactName.Builder setLocation(String location)
-
setArtifact
public ArtifactName.Builder setArtifact(String artifact)
-
build
public ArtifactName build()
-
-