| Modifier and Type | Method and Description |
|---|---|
static Answer.Step.State |
Answer.Step.State.forNumber(int value) |
Answer.Step.State |
Answer.StepOrBuilder.getState()
The state of the step.
|
Answer.Step.State |
Answer.Step.getState()
The state of the step.
|
Answer.Step.State |
Answer.Step.Builder.getState()
The state of the step.
|
static Answer.Step.State |
Answer.Step.State.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Answer.Step.State |
Answer.Step.State.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Answer.Step.State |
Answer.Step.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Answer.Step.State[] |
Answer.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<Answer.Step.State> |
Answer.Step.State.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Answer.Step.Builder |
Answer.Step.Builder.setState(Answer.Step.State value)
The state of the step.
|
Copyright © 2024 Google LLC. All rights reserved.