Google Cloud Document Ai V1 Client - Class State (1.9.0)

Reference documentation and code samples for the Google Cloud Document Ai V1 Client class State.

State of the longrunning operation.

Protobuf type google.cloud.documentai.v1.CommonOperationMetadata.State

Namespace

Google \ Cloud \ DocumentAI \ V1 \ CommonOperationMetadata

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Unspecified state.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

RUNNING

Value: 1

Operation is still running.

Generated from protobuf enum RUNNING = 1;

CANCELLING

Value: 2

Operation is being cancelled.

Generated from protobuf enum CANCELLING = 2;

SUCCEEDED

Value: 3

Operation succeeded.

Generated from protobuf enum SUCCEEDED = 3;

FAILED

Value: 4

Operation failed.

Generated from protobuf enum FAILED = 4;

CANCELLED

Value: 5

Operation is cancelled.

Generated from protobuf enum CANCELLED = 5;