Enum Document.State (4.47.0)

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

Possible states of the document

Protobuf enum google.cloud.dialogflow.v2beta1.Document.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACTIVE

The document is active and ready to use.

ACTIVE = 2;

ACTIVE_VALUE

The document is active and ready to use.

ACTIVE = 2;

CREATING

The document creation is in progress.

CREATING = 1;

CREATING_VALUE

The document creation is in progress.

CREATING = 1;

DELETING

The document deletion is in progress.

DELETING = 5;

DELETING_VALUE

The document deletion is in progress.

DELETING = 5;

RELOADING

The document is reloading.

RELOADING = 4;

RELOADING_VALUE

The document is reloading.

RELOADING = 4;

STATE_UNSPECIFIED

The document state is unspecified.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

The document state is unspecified.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED
UPDATING

The document updation is in progress.

UPDATING = 3;

UPDATING_VALUE

The document updation is in progress.

UPDATING = 3;

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()