public enum Document.State extends Enum<Document.State> implements ProtocolMessageEnum
Possible states of the document
Protobuf enum google.cloud.dialogflow.v2.Document.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ACTIVE |
The document is active and ready to use. |
ACTIVE_VALUE |
The document is active and ready to use. |
CREATING |
The document creation is in progress. |
CREATING_VALUE |
The document creation is in progress. |
DELETING |
The document deletion is in progress. |
DELETING_VALUE |
The document deletion is in progress. |
RELOADING |
The document is reloading. |
RELOADING_VALUE |
The document is reloading. |
STATE_UNSPECIFIED |
The document state is unspecified. |
STATE_UNSPECIFIED_VALUE |
The document state is unspecified. |
UNRECOGNIZED |
|
UPDATING |
The document updation is in progress. |
UPDATING_VALUE |
The document updation is in progress. |
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() |