Uses of Class
com.google.cloud.vmmigration.v1.CloneJob.State
-
Packages that use CloneJob.State Package Description com.google.cloud.vmmigration.v1 A client to VM Migration API -
-
Uses of CloneJob.State in com.google.cloud.vmmigration.v1
Methods in com.google.cloud.vmmigration.v1 that return CloneJob.State Modifier and Type Method Description static CloneJob.StateCloneJob.State. forNumber(int value)CloneJob.StateCloneJob.Builder. getState()Output only.CloneJob.StateCloneJob. getState()Output only.CloneJob.StateCloneJobOrBuilder. getState()Output only.static CloneJob.StateCloneJob.State. valueOf(int value)Deprecated.static CloneJob.StateCloneJob.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static CloneJob.StateCloneJob.State. valueOf(String name)Returns the enum constant of this type with the specified name.static CloneJob.State[]CloneJob.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 CloneJob.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<CloneJob.State>CloneJob.State. internalGetValueMap()Methods in com.google.cloud.vmmigration.v1 with parameters of type CloneJob.State Modifier and Type Method Description CloneJob.BuilderCloneJob.Builder. setState(CloneJob.State value)Output only.
-