Class State (2.24.0)
Stay organized with collections
Save and categorize content based on your preferences.
State(value)
The state of the batch create operation.
Enums
Name
Description
STATE_UNSPECIFIED
The default value. This value is used if the state is omitted.
RUNNING
The batch create is running.
SUCCEEDED
The batch create has finished. All tasks in the request were successfully created.
PARTIALLY_SUCCEEDED
The batch create has finished with partial success. The tasks that failed to be created are reported in failed_requests.
FAILED
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-06 UTC."],[],[]]