Package com.google.cloud.aiplatform.v1
Class FeaturestoreName
- java.lang.Object
-
- com.google.cloud.aiplatform.v1.FeaturestoreName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class FeaturestoreName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FeaturestoreName.Builder
Builder for projects/{project}/locations/{location}/featurestores/{featurestore}.
-
Constructor Summary
Constructors Modifier Constructor Description protected
FeaturestoreName()
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
static String
format(String project, String location, String featurestore)
String
getFeaturestore()
String
getFieldValue(String fieldName)
Map<String,String>
getFieldValuesMap()
String
getLocation()
String
getProject()
int
hashCode()
static boolean
isParsableFrom(String formattedString)
static FeaturestoreName.Builder
newBuilder()
static FeaturestoreName
of(String project, String location, String featurestore)
static FeaturestoreName
parse(String formattedString)
static List<FeaturestoreName>
parseList(List<String> formattedStrings)
FeaturestoreName.Builder
toBuilder()
String
toString()
static List<String>
toStringList(List<FeaturestoreName> values)
-
-
-
Constructor Detail
-
FeaturestoreName
@Deprecated protected FeaturestoreName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getFeaturestore
public String getFeaturestore()
-
newBuilder
public static FeaturestoreName.Builder newBuilder()
-
toBuilder
public FeaturestoreName.Builder toBuilder()
-
of
public static FeaturestoreName of(String project, String location, String featurestore)
-
parse
public static FeaturestoreName parse(String formattedString)
-
parseList
public static List<FeaturestoreName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<FeaturestoreName> values)
-
isParsableFrom
public static boolean isParsableFrom(String formattedString)
-
getFieldValuesMap
public Map<String,String> getFieldValuesMap()
- Specified by:
getFieldValuesMap
in interfacecom.google.api.resourcenames.ResourceName
-
getFieldValue
public String getFieldValue(String fieldName)
- Specified by:
getFieldValue
in interfacecom.google.api.resourcenames.ResourceName
-
-