public enum AssistAnswer.State extends Enum<AssistAnswer.State> implements ProtocolMessageEnumState of the answer generation.
Protobuf enum google.cloud.discoveryengine.v1beta.AssistAnswer.State
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
CANCELLED |
Assist operation has been cancelled (e.g. client closed the stream). May contain a partial response. |
CANCELLED_VALUE |
Assist operation has been cancelled (e.g. client closed the stream). May contain a partial response. |
FAILED |
Assist operation has failed. |
FAILED_VALUE |
Assist operation has failed. |
IN_PROGRESS |
Assist operation is currently in progress. |
IN_PROGRESS_VALUE |
Assist operation is currently in progress. |
SKIPPED |
Assist operation has been skipped. |
SKIPPED_VALUE |
Assist operation has been skipped. |
STATE_UNSPECIFIED |
Unknown. |
STATE_UNSPECIFIED_VALUE |
Unknown. |
SUCCEEDED |
Assist operation has succeeded. |
SUCCEEDED_VALUE |
Assist operation has succeeded. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|