RequestBatch
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Wsadę żądań do wykonania.
Zapis JSON |
{
"name": string,
"requests": [
{
object (Request )
}
]
} |
Pola |
name |
string
Nazwa zasobu, którego dotyczy prośba. Niektóre implementacje Batch mogą wymagać, aby partia dotyczyła tylko jednego zasobu, np. jednej bazy danych.
|
requests[] |
object (Request )
żądania zawarte w tym zbiorze.
|
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-03-13 UTC.
[null,null,["Ostatnia aktualizacja: 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. |"]]