@Generated(value="by gapic-generator-java") public class FeatureGroupName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
FeatureGroupName.Builder
Builder for projects/{project}/locations/{location}/featureGroups/{feature_group}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
FeatureGroupName()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static String |
format(String project,
String location,
String featureGroup) |
String |
getFeatureGroup() |
String |
getFieldValue(String fieldName) |
Map<String,String> |
getFieldValuesMap() |
String |
getLocation() |
String |
getProject() |
int |
hashCode() |
static boolean |
isParsableFrom(String formattedString) |
static FeatureGroupName.Builder |
newBuilder() |
static FeatureGroupName |
of(String project,
String location,
String featureGroup) |
static FeatureGroupName |
parse(String formattedString) |
static List<FeatureGroupName> |
parseList(List<String> formattedStrings) |
FeatureGroupName.Builder |
toBuilder() |
String |
toString() |
static List<String> |
toStringList(List<FeatureGroupName> values) |
@Deprecated protected FeatureGroupName()
public String getProject()
public String getLocation()
public String getFeatureGroup()
public static FeatureGroupName.Builder newBuilder()
public FeatureGroupName.Builder toBuilder()
public static FeatureGroupName of(String project, String location, String featureGroup)
public static FeatureGroupName parse(String formattedString)
public static List<FeatureGroupName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<FeatureGroupName> 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.