@Generated(value="by gapic-generator-java") public class FeatureViewName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
FeatureViewName.Builder
Builder for
projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
FeatureViewName()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static String |
format(String project,
String location,
String featureOnlineStore,
String featureView) |
String |
getFeatureOnlineStore() |
String |
getFeatureView() |
String |
getFieldValue(String fieldName) |
Map<String,String> |
getFieldValuesMap() |
String |
getLocation() |
String |
getProject() |
int |
hashCode() |
static boolean |
isParsableFrom(String formattedString) |
static FeatureViewName.Builder |
newBuilder() |
static FeatureViewName |
of(String project,
String location,
String featureOnlineStore,
String featureView) |
static FeatureViewName |
parse(String formattedString) |
static List<FeatureViewName> |
parseList(List<String> formattedStrings) |
FeatureViewName.Builder |
toBuilder() |
String |
toString() |
static List<String> |
toStringList(List<FeatureViewName> values) |
@Deprecated protected FeatureViewName()
public String getProject()
public String getLocation()
public String getFeatureOnlineStore()
public String getFeatureView()
public static FeatureViewName.Builder newBuilder()
public FeatureViewName.Builder toBuilder()
public static FeatureViewName of(String project, String location, String featureOnlineStore, String featureView)
public static String format(String project, String location, String featureOnlineStore, String featureView)
public static FeatureViewName parse(String formattedString)
public static List<FeatureViewName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<FeatureViewName> 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 © 2023 Google LLC. All rights reserved.