public enum Version.VersionStatus extends Enum<Version.VersionStatus> implements ProtocolMessageEnum
The status of a version.
Protobuf enum google.cloud.dialogflow.v2.Version.VersionStatus
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
FAILED |
Version training failed. |
FAILED_VALUE |
Version training failed. |
IN_PROGRESS |
Version is not ready to serve (e.g. training is in progress). |
IN_PROGRESS_VALUE |
Version is not ready to serve (e.g. training is in progress). |
READY |
Version is ready to serve. |
READY_VALUE |
Version is ready to serve. |
UNRECOGNIZED |
|
VERSION_STATUS_UNSPECIFIED |
Not specified. This value is not used. |
VERSION_STATUS_UNSPECIFIED_VALUE |
Not specified. This value is not used. |
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() |