Module: Google::Cloud::Talent::V4beta1::BatchOperationMetadata::State

Defined in:
proto_docs/google/cloud/talent/v4beta1/common.rb

Constant Summary collapse

STATE_UNSPECIFIED =

Default value.

0
INITIALIZING =

The batch operation is being prepared for processing.

1
PROCESSING =

The batch operation is actively being processed.

2
SUCCEEDED =

The batch operation is processed, and at least one item has been successfully processed.

3
FAILED =

The batch operation is done and no item has been successfully processed.

4
CANCELLING =

The batch operation is in the process of cancelling after google.longrunning.Operations.CancelOperation is called.

5
CANCELLED =

The batch operation is done after google.longrunning.Operations.CancelOperation is called. Any items processed before cancelling are returned in the response.

6