Enum RunStatus.State (0.2.0)

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

State represents the running status of the Process.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
COMPLETED

COMPLETED means the Process has completed the processing, especially for non-streaming use case.

COMPLETED = 3;

COMPLETED_VALUE

COMPLETED means the Process has completed the processing, especially for non-streaming use case.

COMPLETED = 3;

FAILED

FAILED means the Process failed to complete the processing.

FAILED = 4;

FAILED_VALUE

FAILED means the Process failed to complete the processing.

FAILED = 4;

INITIALIZING

INITIALIZING means the Process is scheduled but yet ready to handle real traffic.

INITIALIZING = 1;

INITIALIZING_VALUE

INITIALIZING means the Process is scheduled but yet ready to handle real traffic.

INITIALIZING = 1;

PENDING

PENDING means the Process is created but yet to be scheduled.

PENDING = 5;

PENDING_VALUE

PENDING means the Process is created but yet to be scheduled.

PENDING = 5;

RUNNING

RUNNING means the Process is up running and handling traffic.

RUNNING = 2;

RUNNING_VALUE

RUNNING means the Process is up running and handling traffic.

RUNNING = 2;

STATE_UNSPECIFIED

State is unspecified.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

State is unspecified.

STATE_UNSPECIFIED = 0;

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