@Generated(value="by gapic-generator-java") public class FeaturestoreName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
FeaturestoreName.Builder
Builder for projects/{project}/locations/{location}/featurestores/{featurestore}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
FeaturestoreName()
Deprecated.
|
| Modifier and Type | Method and 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) |
@Deprecated protected FeaturestoreName()
public String getProject()
public String getLocation()
public String getFeaturestore()
public static FeaturestoreName.Builder newBuilder()
public FeaturestoreName.Builder toBuilder()
public static FeaturestoreName of(String project, String location, String featurestore)
public static FeaturestoreName parse(String formattedString)
public static List<FeaturestoreName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<FeaturestoreName> values)
public static boolean isParsableFrom(String formattedString)
public Map<String,String> getFieldValuesMap()
getFieldValuesMap in interface com.google.api.resourcenames.ResourceNamepublic String getFieldValue(String fieldName)
getFieldValue in interface com.google.api.resourcenames.ResourceNameCopyright © 2025 Google LLC. All rights reserved.