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.StateCutoverJob.State. forNumber(int value)CutoverJob.StateCutoverJob.Builder. getState()Output only.CutoverJob.StateCutoverJob. getState()Output only.CutoverJob.StateCutoverJobOrBuilder. getState()Output only.static CutoverJob.StateCutoverJob.State. valueOf(int value)Deprecated.static CutoverJob.StateCutoverJob.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static CutoverJob.StateCutoverJob.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.BuilderCutoverJob.Builder. setState(CutoverJob.State value)Output only.
-