Enum Processor.ProcessorState (0.2.0)

public enum Processor.ProcessorState extends Enum<Processor.ProcessorState> implements ProtocolMessageEnum

Protobuf enum google.cloud.visionai.v1.Processor.ProcessorState

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

Processor is and ready for use.

ACTIVE = 2;

ACTIVE_VALUE

Processor is and ready for use.

ACTIVE = 2;

CREATING

Processor is being created (not ready for use).

CREATING = 1;

CREATING_VALUE

Processor is being created (not ready for use).

CREATING = 1;

DELETING

Processor is being deleted (not ready for use).

DELETING = 3;

DELETING_VALUE

Processor is being deleted (not ready for use).

DELETING = 3;

FAILED

Processor deleted or creation failed .

FAILED = 4;

FAILED_VALUE

Processor deleted or creation failed .

FAILED = 4;

PROCESSOR_STATE_UNSPECIFIED

Unspecified Processor state.

PROCESSOR_STATE_UNSPECIFIED = 0;

PROCESSOR_STATE_UNSPECIFIED_VALUE

Unspecified Processor state.

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