RequestBatch
लागू करने के लिए अनुरोधों का बैच.
JSON के काेड में दिखाना |
{
"name": string,
"requests": [
{
object (Request )
}
]
} |
फ़ील्ड |
name |
string
उस संसाधन का नाम जिसके लिए यह अनुरोध किया गया है. कुछ बैच को लागू करने के लिए, हो सकता है कि एक बैच को सिर्फ़ एक रिसॉर्स के लिए होना ज़रूरी हो, जैसे कि एक डेटाबेस.
|
requests[] |
object (Request )
इस बैच में मौजूद अनुरोध.
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-09-05 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-09-05 (UTC) को अपडेट किया गया."],[[["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"]]