Package com.google.cloud.vmmigration.v1
Class UtilizationReportName
- java.lang.Object
-
- com.google.cloud.vmmigration.v1.UtilizationReportName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class UtilizationReportName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UtilizationReportName.Builder
Builder for projects/{project}/locations/{location}/sources/{source}/utilizationReports/{utilization_report}.
-
Constructor Summary
Constructors Modifier Constructor Description protected
UtilizationReportName()
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 source, String utilizationReport)
String
getFieldValue(String fieldName)
Map<String,String>
getFieldValuesMap()
String
getLocation()
String
getProject()
String
getSource()
String
getUtilizationReport()
int
hashCode()
static boolean
isParsableFrom(String formattedString)
static UtilizationReportName.Builder
newBuilder()
static UtilizationReportName
of(String project, String location, String source, String utilizationReport)
static UtilizationReportName
parse(String formattedString)
static List<UtilizationReportName>
parseList(List<String> formattedStrings)
UtilizationReportName.Builder
toBuilder()
String
toString()
static List<String>
toStringList(List<UtilizationReportName> values)
-
-
-
Constructor Detail
-
UtilizationReportName
@Deprecated protected UtilizationReportName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getSource
public String getSource()
-
getUtilizationReport
public String getUtilizationReport()
-
newBuilder
public static UtilizationReportName.Builder newBuilder()
-
toBuilder
public UtilizationReportName.Builder toBuilder()
-
of
public static UtilizationReportName of(String project, String location, String source, String utilizationReport)
-
format
public static String format(String project, String location, String source, String utilizationReport)
-
parse
public static UtilizationReportName parse(String formattedString)
-
parseList
public static List<UtilizationReportName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<UtilizationReportName> 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
-
-