Class FeaturestoreName (3.42.0)

public class FeaturestoreName implements ResourceName

Inheritance

Object > FeaturestoreName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String project, String location, String featurestore)

public static String format(String project, String location, String featurestore)
Parameters
NameDescription
projectString
locationString
featurestoreString
Returns
TypeDescription
String

isParsableFrom(String formattedString)

public static boolean isParsableFrom(String formattedString)
Parameter
NameDescription
formattedStringString
Returns
TypeDescription
boolean

newBuilder()

public static FeaturestoreName.Builder newBuilder()
Returns
TypeDescription
FeaturestoreName.Builder

of(String project, String location, String featurestore)

public static FeaturestoreName of(String project, String location, String featurestore)
Parameters
NameDescription
projectString
locationString
featurestoreString
Returns
TypeDescription
FeaturestoreName

parse(String formattedString)

public static FeaturestoreName parse(String formattedString)
Parameter
NameDescription
formattedStringString
Returns
TypeDescription
FeaturestoreName

parseList(List<String> formattedStrings)

public static List<FeaturestoreName> parseList(List<String> formattedStrings)
Parameter
NameDescription
formattedStringsList<String>
Returns
TypeDescription
List<FeaturestoreName>

toStringList(List<FeaturestoreName> values)

public static List<String> toStringList(List<FeaturestoreName> values)
Parameter
NameDescription
valuesList<FeaturestoreName>
Returns
TypeDescription
List<String>

Constructors

FeaturestoreName() (deprecated)

protected FeaturestoreName()

Methods

equals(Object o)

public boolean equals(Object o)
Parameter
NameDescription
oObject
Returns
TypeDescription
boolean
Overrides

getFeaturestore()

public String getFeaturestore()
Returns
TypeDescription
String

getFieldValue(String fieldName)

public String getFieldValue(String fieldName)
Parameter
NameDescription
fieldNameString
Returns
TypeDescription
String

getFieldValuesMap()

public Map<String,String> getFieldValuesMap()
Returns
TypeDescription
Map<String,String>

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

toBuilder()

public FeaturestoreName.Builder toBuilder()
Returns
TypeDescription
FeaturestoreName.Builder

toString()

public String toString()
Returns
TypeDescription
String
Overrides