RequestBatch
مجموعة من الطلبات المطلوب تنفيذها
تمثيل JSON |
{
"name": string,
"requests": [
{
object (Request )
}
]
} |
الحقول |
name |
string
اسم المورد المعنيّ بهذا الطلب. وقد تتطلب بعض عمليات تنفيذ "الدُفعة" أن تكون الدفعة لمورد واحد فقط، على سبيل المثال، قاعدة بيانات واحدة.
|
requests[] |
object (Request )
الطلبات المضمّنة في هذه الدُفعة.
|
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-09-05 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-09-05 (حسب التوقيت العالمي المتفَّق عليه)"],[[["The JSON representation outlines a batch of execution requests."],["Each batch can be named and contains an array of individual requests defined by the `Request` object."],["Batches may be limited to a single resource, depending on the implementation."]]],["The JSON representation outlines a structure for batch requests. A batch, identified by a `name` string, contains multiple `requests`. Each request within the `requests` array is defined by a separate `Request` object. The `name` field specifies the target resource for the entire batch, with some implementations restricting batches to a single resource. The `requests` array holds the specific operations to be executed in the batch.\n"]]