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