Cloud Tasks V2beta3 API - Module Google::Cloud::Tasks::V2beta3::BatchCreateTasksMetadata::State (v0.20.0)

Reference documentation and code samples for the Cloud Tasks V2beta3 API module Google::Cloud::Tasks::V2beta3::BatchCreateTasksMetadata::State.

The state of the batch create operation.

Constants

STATE_UNSPECIFIED

value: 0
The default value. This value is used if the state is omitted.

RUNNING

value: 1
The batch create is running.

SUCCEEDED

value: 2
The batch create has finished. All tasks in the request were successfully created.

PARTIALLY_SUCCEEDED

value: 5
The batch create has finished with partial success. The tasks that failed to be created are reported in failed_requests.

FAILED

value: 3
The batch create has failed. This means the overall batch create operation failed to complete. This can happen due to an internal error preventing the operation from finishing.

CANCELLED

value: 4
The batch create was cancelled.