BatchCreateTasksLog
Stay organized with collections
Save and categorize content based on your preferences.
outlined_flag
This page details the BatchCreateTasks request and response structures within the Deliveries API.
The log may be split if the request.requests or response.tasks fields cause it to exceed 256 KB.
BatchCreateTasksRequestLog includes an array of CreateTaskRequestLog objects, specifying the resources to create.
BatchCreateTasksResponseLog contains an array of TaskLog objects representing the created tasks.
The overall log structure includes header, request, response, and error details, with links to further documentation.
Details on the BatchCreateTasks request and response.
Note: This log is subject to splitting on the request.requests and response.tasks fields if the total log size exceeds 256 KB. See Split Logs for more details.
Fields
request
object (BatchCreateTasksRequestLog )
The request sent to the Deliveries API.
response
object (BatchCreateTasksResponseLog )
The response returned to the client. It will be unset if the RPC call resulted in an error.
errorResponse
object (ErrorResponseLog )
The error response returned to the client. It will be unset if the RPC call succeeded.
BatchCreateTasksRequestLog
Details on the BatchCreateTasks request.
Fields
requests[]
object (CreateTaskRequestLog )
The request messages specifying the resources to create.
BatchCreateTasksResponseLog
Details on the BatchCreateTasks response.
JSON representation
{
"tasks" : [
{
object (TaskLog )
}
]
}
Fields
tasks[]
object (TaskLog )
Tasks created.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-27 UTC.
[null,null,["Last updated 2025-08-27 UTC."],[],[]]