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