@Generated(value="by gapic-generator-java") public class FeatureName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
FeatureName.Builder
Builder for
projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
FeatureName()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static String |
format(String project,
String location,
String featurestore,
String entityType,
String feature) |
String |
getEntityType() |
String |
getFeature() |
String |
getFeaturestore() |
String |
getFieldValue(String fieldName) |
Map<String,String> |
getFieldValuesMap() |
String |
getLocation() |
String |
getProject() |
int |
hashCode() |
static boolean |
isParsableFrom(String formattedString) |
static FeatureName.Builder |
newBuilder() |
static FeatureName |
of(String project,
String location,
String featurestore,
String entityType,
String feature) |
static FeatureName |
parse(String formattedString) |
static List<FeatureName> |
parseList(List<String> formattedStrings) |
FeatureName.Builder |
toBuilder() |
String |
toString() |
static List<String> |
toStringList(List<FeatureName> values) |
@Deprecated protected FeatureName()
public String getProject()
public String getLocation()
public String getFeaturestore()
public String getEntityType()
public String getFeature()
public static FeatureName.Builder newBuilder()
public FeatureName.Builder toBuilder()
public static FeatureName of(String project, String location, String featurestore, String entityType, String feature)
public static String format(String project, String location, String featurestore, String entityType, String feature)
public static FeatureName parse(String formattedString)
public static List<FeatureName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<FeatureName> 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 © 2022 Google LLC. All rights reserved.