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