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