RequestBatch
Một loạt yêu cầu Thực thi.
Biểu diễn dưới dạng JSON |
{
"name": string,
"requests": [
{
object (Request )
}
]
} |
Trường |
name |
string
Tên của tài nguyên chứa yêu cầu này. Một số hoạt động triển khai theo lô có thể yêu cầu một lô chỉ được dành cho một tài nguyên duy nhất, ví dụ như một cơ sở dữ liệu.
|
requests[] |
object (Request )
Các yêu cầu nằm trong lô này.
|
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2024-09-05 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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"]]