RequestBatch
এক্সিকিউট করার জন্য অনুরোধের একটি ব্যাচ।
JSON প্রতিনিধিত্ব |
---|
{
"name": string,
"requests": [
{
object (Request )
}
]
} |
ক্ষেত্র |
---|
name | string এই অনুরোধের জন্য সম্পদের নাম. কিছু ব্যাচ বাস্তবায়নের জন্য একটি ব্যাচ শুধুমাত্র একটি একক সম্পদের জন্য প্রয়োজন হতে পারে, উদাহরণস্বরূপ একটি একক ডাটাবেস। |
requests[] | object ( Request ) এই ব্যাচে থাকা অনুরোধগুলি। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-01-10 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-01-10 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"]]