RequestBatch
Stay organized with collections
Save and categorize content based on your preferences.
A batch of requests to Execute.
JSON representation |
{
"name": string,
"requests": [
{
object (Request )
}
]
} |
Fields |
name |
string
The name of the resource this request is for. Some Batch implementations may require a batch to be for only a single resource, for example a single database.
|
requests[] |
object (Request )
The requests contained in this batch.
|
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-03-13 UTC.
[null,null,["Last updated 2025-03-13 UTC."],[],[],null,["# RequestBatch\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nA batch of requests to Execute.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"requests\": [ { object (/workspace/tasks/reference/rest/v1/Request) } ] } ``` |\n\n| Fields ||\n|--------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` The name of the resource this request is for. Some Batch implementations may require a batch to be for only a single resource, for example a single database. |\n| `requests[]` | `object (`[Request](/workspace/tasks/reference/rest/v1/Request)`)` The requests contained in this batch. |"]]