@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}.
|
static class |
FeatureName.ProjectLocationFeatureGroupFeatureBuilder
Builder for
projects/{project}/locations/{location}/featureGroups/{feature_group}/features/{feature}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
FeatureName()
Deprecated.
|
@Deprecated protected FeatureName()
public String getProject()
public String getLocation()
public String getFeaturestore()
public String getEntityType()
public String getFeature()
public String getFeatureGroup()
public static FeatureName.Builder newBuilder()
@BetaApi(value="The per-pattern Builders are not stable yet and may be changed in the future.") public static FeatureName.Builder newProjectLocationFeaturestoreEntityTypeFeatureBuilder()
@BetaApi(value="The per-pattern Builders are not stable yet and may be changed in the future.") public static FeatureName.ProjectLocationFeatureGroupFeatureBuilder newProjectLocationFeatureGroupFeatureBuilder()
public FeatureName.Builder toBuilder()
public static FeatureName of(String project, String location, String featurestore, String entityType, String feature)
@BetaApi(value="The static create methods are not stable yet and may be changed in the future.") public static FeatureName ofProjectLocationFeaturestoreEntityTypeFeatureName(String project, String location, String featurestore, String entityType, String feature)
@BetaApi(value="The static create methods are not stable yet and may be changed in the future.") public static FeatureName ofProjectLocationFeatureGroupFeatureName(String project, String location, String featureGroup, String feature)
public static String format(String project, String location, String featurestore, String entityType, String feature)
@BetaApi(value="The static format methods are not stable yet and may be changed in the future.") public static String formatProjectLocationFeaturestoreEntityTypeFeatureName(String project, String location, String featurestore, String entityType, String feature)
@BetaApi(value="The static format methods are not stable yet and may be changed in the future.") public static String formatProjectLocationFeatureGroupFeatureName(String project, String location, String featureGroup, 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 © 2024 Google LLC. All rights reserved.