RequestBatch
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Yürütülecek bir istek grubu.
JSON gösterimi |
{
"name": string,
"requests": [
{
object (Request )
}
]
} |
Alanlar |
name |
string
Bu isteğin ait olduğu kaynağın adı. Bazı toplu uygulama örnekleri, bir toplu işlemin yalnızca tek bir kaynak (ör. tek bir veritabanı) için olmasını gerektirebilir.
|
requests[] |
object (Request )
Bu gruptaki istekler.
|
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-03-13 UTC.
[null,null,["Son güncelleme tarihi: 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. |"]]