Uses of Class
com.google.cloud.vmmigration.v1.CloneStep.StepCase
-
Packages that use CloneStep.StepCase Package Description com.google.cloud.vmmigration.v1 A client to VM Migration API -
-
Uses of CloneStep.StepCase in com.google.cloud.vmmigration.v1
Methods in com.google.cloud.vmmigration.v1 that return CloneStep.StepCase Modifier and Type Method Description static CloneStep.StepCase
CloneStep.StepCase. forNumber(int value)
CloneStep.StepCase
CloneStep.Builder. getStepCase()
CloneStep.StepCase
CloneStep. getStepCase()
CloneStep.StepCase
CloneStepOrBuilder. getStepCase()
static CloneStep.StepCase
CloneStep.StepCase. valueOf(int value)
Deprecated.static CloneStep.StepCase
CloneStep.StepCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static CloneStep.StepCase[]
CloneStep.StepCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-