Class ReportName
- java.lang.Object
-
- com.google.cloud.migrationcenter.v1.ReportName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class ReportName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ReportName.Builder
Builder for projects/{project}/locations/{location}/reportConfigs/{report_config}/reports/{report}.
-
Constructor Summary
Constructors Modifier Constructor Description protected
ReportName()
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Constructor Detail
-
ReportName
@Deprecated protected ReportName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getReportConfig
public String getReportConfig()
-
getReport
public String getReport()
-
newBuilder
public static ReportName.Builder newBuilder()
-
toBuilder
public ReportName.Builder toBuilder()
-
of
public static ReportName of(String project, String location, String reportConfig, String report)
-
format
public static String format(String project, String location, String reportConfig, String report)
-
parse
public static ReportName parse(String formattedString)
-
parseList
public static List<ReportName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<ReportName> values)
-
isParsableFrom
public static boolean isParsableFrom(String formattedString)
-
getFieldValuesMap
public Map<String,String> getFieldValuesMap()
- Specified by:
getFieldValuesMap
in interfacecom.google.api.resourcenames.ResourceName
-
getFieldValue
public String getFieldValue(String fieldName)
- Specified by:
getFieldValue
in interfacecom.google.api.resourcenames.ResourceName
-
-