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.
JSON representation |
---|
{ "header": { object ( |
Fields | |
---|---|
header |
Request header. |
request |
The request sent to the Deliveries API. |
response |
The response returned to the client. It will be unset if the RPC call resulted in an error. |
error |
The error response returned to the client. It will be unset if the RPC call succeeded. |
BatchCreateTasksRequestLog
Details on the BatchCreateTasks request.
JSON representation |
---|
{
"requests": [
{
object ( |
Fields | |
---|---|
requests[] |
The request messages specifying the resources to create. |
BatchCreateTasksResponseLog
Details on the BatchCreateTasks response.
JSON representation |
---|
{
"tasks": [
{
object ( |
Fields | |
---|---|
tasks[] |
Tasks created. |