Uses of Class
com.google.cloud.networkmanagement.v1beta1.Step.State
-
Packages that use Step.State Package Description com.google.cloud.networkmanagement.v1beta1 A client to Network Management API -
-
Uses of Step.State in com.google.cloud.networkmanagement.v1beta1
Methods in com.google.cloud.networkmanagement.v1beta1 that return Step.State Modifier and Type Method Description static Step.State
Step.State. forNumber(int value)
Step.State
Step.Builder. getState()
Each step is in one of the pre-defined states.Step.State
Step. getState()
Each step is in one of the pre-defined states.Step.State
StepOrBuilder. getState()
Each step is in one of the pre-defined states.static Step.State
Step.State. valueOf(int value)
Deprecated.static Step.State
Step.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Step.State
Step.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static Step.State[]
Step.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.networkmanagement.v1beta1 that return types with arguments of type Step.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Step.State>
Step.State. internalGetValueMap()
Methods in com.google.cloud.networkmanagement.v1beta1 with parameters of type Step.State Modifier and Type Method Description Step.Builder
Step.Builder. setState(Step.State value)
Each step is in one of the pre-defined states.
-