Enum CreateConversationModelEvaluationOperationMetadata.State (4.47.0)

public enum CreateConversationModelEvaluationOperationMetadata.State extends Enum<CreateConversationModelEvaluationOperationMetadata.State> implements ProtocolMessageEnum

State of CreateConversationModel operation.

Protobuf enum google.cloud.dialogflow.v2.CreateConversationModelEvaluationOperationMetadata.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CANCELLED

The operation is cancelled.

CANCELLED = 3;

CANCELLED_VALUE

The operation is cancelled.

CANCELLED = 3;

FAILED

The operation has failed.

FAILED = 5;

FAILED_VALUE

The operation has failed.

FAILED = 5;

INITIALIZING

The operation is being prepared.

INITIALIZING = 1;

INITIALIZING_VALUE

The operation is being prepared.

INITIALIZING = 1;

RUNNING

The operation is running.

RUNNING = 2;

RUNNING_VALUE

The operation is running.

RUNNING = 2;

STATE_UNSPECIFIED

Operation status not specified.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Operation status not specified.

STATE_UNSPECIFIED = 0;

SUCCEEDED

The operation has succeeded.

SUCCEEDED = 4;

SUCCEEDED_VALUE

The operation has succeeded.

SUCCEEDED = 4;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()