Class FeaturestoreName.Builder
- java.lang.Object
-
- com.google.cloud.aiplatform.v1beta1.FeaturestoreName.Builder
-
- Enclosing class:
- FeaturestoreName
public static class FeaturestoreName.Builder extends Object
Builder for projects/{project}/locations/{location}/featurestores/{featurestore}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FeaturestoreName
build()
String
getFeaturestore()
String
getLocation()
String
getProject()
FeaturestoreName.Builder
setFeaturestore(String featurestore)
FeaturestoreName.Builder
setLocation(String location)
FeaturestoreName.Builder
setProject(String project)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getFeaturestore
public String getFeaturestore()
-
setProject
public FeaturestoreName.Builder setProject(String project)
-
setLocation
public FeaturestoreName.Builder setLocation(String location)
-
setFeaturestore
public FeaturestoreName.Builder setFeaturestore(String featurestore)
-
build
public FeaturestoreName build()
-
-