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. |
CANCELLED |
The batch create was cancelled. |