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