Enum IndexingStatus.State (0.2.0)

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

State enum for this asset's indexing.

Protobuf enum google.cloud.visionai.v1.IndexingStatus.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
FAILED

The process failed.

FAILED = 3;

FAILED_VALUE

The process failed.

FAILED = 3;

IN_PROGRESS

The indexing is in progress.

IN_PROGRESS = 1;

IN_PROGRESS_VALUE

The indexing is in progress.

IN_PROGRESS = 1;

STATE_UNSPECIFIED

The default process state should never happen.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

The default process state should never happen.

STATE_UNSPECIFIED = 0;

SUCCEEDED

The process is successfully done.

SUCCEEDED = 2;

SUCCEEDED_VALUE

The process is successfully done.

SUCCEEDED = 2;

UNRECOGNIZED

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