Package com.google.cloud.aiplatform.v1
Class ArtifactName.Builder
- java.lang.Object
-
- com.google.cloud.aiplatform.v1.ArtifactName.Builder
-
- Enclosing class:
- ArtifactName
public static class ArtifactName.Builder extends Object
Builder for projects/{project}/locations/{location}/metadataStores/{metadata_store}/artifacts/{artifact}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArtifactName
build()
String
getArtifact()
String
getLocation()
String
getMetadataStore()
String
getProject()
ArtifactName.Builder
setArtifact(String artifact)
ArtifactName.Builder
setLocation(String location)
ArtifactName.Builder
setMetadataStore(String metadataStore)
ArtifactName.Builder
setProject(String project)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getMetadataStore
public String getMetadataStore()
-
getArtifact
public String getArtifact()
-
setProject
public ArtifactName.Builder setProject(String project)
-
setLocation
public ArtifactName.Builder setLocation(String location)
-
setMetadataStore
public ArtifactName.Builder setMetadataStore(String metadataStore)
-
setArtifact
public ArtifactName.Builder setArtifact(String artifact)
-
build
public ArtifactName build()
-
-