Enum Version.VersionStatus (4.47.0)

public enum Version.VersionStatus extends Enum<Version.VersionStatus> implements ProtocolMessageEnum

The status of a version.

Protobuf enum google.cloud.dialogflow.v2beta1.Version.VersionStatus

Implements

ProtocolMessageEnum

Static Fields

NameDescription
FAILED

Version training failed.

FAILED = 3;

FAILED_VALUE

Version training failed.

FAILED = 3;

IN_PROGRESS

Version is not ready to serve (e.g. training is in progress).

IN_PROGRESS = 1;

IN_PROGRESS_VALUE

Version is not ready to serve (e.g. training is in progress).

IN_PROGRESS = 1;

READY

Version is ready to serve.

READY = 2;

READY_VALUE

Version is ready to serve.

READY = 2;

UNRECOGNIZED
VERSION_STATUS_UNSPECIFIED

Not specified. This value is not used.

VERSION_STATUS_UNSPECIFIED = 0;

VERSION_STATUS_UNSPECIFIED_VALUE

Not specified. This value is not used.

VERSION_STATUS_UNSPECIFIED = 0;

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