Uses of Class
com.google.cloud.vmmigration.v1.CutoverJob.State
-
Packages that use CutoverJob.State Package Description com.google.cloud.vmmigration.v1 A client to VM Migration API -
-
Uses of CutoverJob.State in com.google.cloud.vmmigration.v1
Methods in com.google.cloud.vmmigration.v1 that return CutoverJob.State Modifier and Type Method Description static CutoverJob.State
CutoverJob.State. forNumber(int value)
CutoverJob.State
CutoverJob.Builder. getState()
Output only.CutoverJob.State
CutoverJob. getState()
Output only.CutoverJob.State
CutoverJobOrBuilder. getState()
Output only.static CutoverJob.State
CutoverJob.State. valueOf(int value)
Deprecated.static CutoverJob.State
CutoverJob.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static CutoverJob.State
CutoverJob.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static CutoverJob.State[]
CutoverJob.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.vmmigration.v1 that return types with arguments of type CutoverJob.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<CutoverJob.State>
CutoverJob.State. internalGetValueMap()
Methods in com.google.cloud.vmmigration.v1 with parameters of type CutoverJob.State Modifier and Type Method Description CutoverJob.Builder
CutoverJob.Builder. setState(CutoverJob.State value)
Output only.
-