Cloud Tasks V2beta3 API - Module Google::Cloud::Tasks::V2beta3::BatchCreateTasksMetadata::State (v0.20.0)
Stay organized with collections
Save and categorize content based on your preferences.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-08-03 UTC."],[],[]]