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