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