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