Uses of Class
com.google.cloud.networkmanagement.v1.Step.State
-
Packages that use Step.State Package Description com.google.cloud.networkmanagement.v1 A client to Network Management API -
-
Uses of Step.State in com.google.cloud.networkmanagement.v1
Methods in com.google.cloud.networkmanagement.v1 that return Step.State Modifier and Type Method Description static Step.StateStep.State. forNumber(int value)Step.StateStep.Builder. getState()Each step is in one of the pre-defined states.Step.StateStep. getState()Each step is in one of the pre-defined states.Step.StateStepOrBuilder. getState()Each step is in one of the pre-defined states.static Step.StateStep.State. valueOf(int value)Deprecated.static Step.StateStep.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Step.StateStep.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.v1 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.v1 with parameters of type Step.State Modifier and Type Method Description Step.BuilderStep.Builder. setState(Step.State value)Each step is in one of the pre-defined states.
-