Uses of Class
com.google.cloud.networkmanagement.v1beta1.Step.StepInfoCase
-
Packages that use Step.StepInfoCase Package Description com.google.cloud.networkmanagement.v1beta1 A client to Network Management API -
-
Uses of Step.StepInfoCase in com.google.cloud.networkmanagement.v1beta1
Methods in com.google.cloud.networkmanagement.v1beta1 that return Step.StepInfoCase Modifier and Type Method Description static Step.StepInfoCase
Step.StepInfoCase. forNumber(int value)
Step.StepInfoCase
Step.Builder. getStepInfoCase()
Step.StepInfoCase
Step. getStepInfoCase()
Step.StepInfoCase
StepOrBuilder. getStepInfoCase()
static Step.StepInfoCase
Step.StepInfoCase. valueOf(int value)
Deprecated.static Step.StepInfoCase
Step.StepInfoCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static Step.StepInfoCase[]
Step.StepInfoCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-