Enum AnalyzeAssetMetadata.AnalysisStatus.State (0.2.0)

public enum AnalyzeAssetMetadata.AnalysisStatus.State extends Enum<AnalyzeAssetMetadata.AnalysisStatus.State> implements ProtocolMessageEnum

The state of the search capability.

Protobuf enum google.cloud.visionai.v1.AnalyzeAssetMetadata.AnalysisStatus.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
FAILED

The process failed.

FAILED = 3;

FAILED_VALUE

The process failed.

FAILED = 3;

IN_PROGRESS

The feature is in progress.

IN_PROGRESS = 1;

IN_PROGRESS_VALUE

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