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