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