public enum CreateConversationModelEvaluationOperationMetadata.State extends Enum<CreateConversationModelEvaluationOperationMetadata.State> implements ProtocolMessageEnum
State of CreateConversationModel operation.
Protobuf enum
google.cloud.dialogflow.v2.CreateConversationModelEvaluationOperationMetadata.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CANCELLED |
The operation is cancelled. |
CANCELLED_VALUE |
The operation is cancelled. |
FAILED |
The operation has failed. |
FAILED_VALUE |
The operation has failed. |
INITIALIZING |
The operation is being prepared. |
INITIALIZING_VALUE |
The operation is being prepared. |
RUNNING |
The operation is running. |
RUNNING_VALUE |
The operation is running. |
STATE_UNSPECIFIED |
Operation status not specified. |
STATE_UNSPECIFIED_VALUE |
Operation status not specified. |
SUCCEEDED |
The operation has succeeded. |
SUCCEEDED_VALUE |
The 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() |