| Modifier and Type | Method and Description |
|---|---|
static Step.State |
Step.State.forNumber(int value) |
Step.State |
StepOrBuilder.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 |
Step.Builder.getState()
Each step is in one of the pre-defined states.
|
static Step.State |
Step.State.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Step.State |
Step.State.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<Step.State> |
Step.State.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Step.Builder |
Step.Builder.setState(Step.State value)
Each step is in one of the pre-defined states.
|
Copyright © 2022 Google LLC. All rights reserved.