RequestBatch
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
JSON 표현 |
{
"name": string,
"requests": [
{
object (Request )
}
]
} |
필드 |
name |
string
이 요청의 대상 리소스 이름입니다. 일부 일괄 처리 구현에서는 단일 리소스(예: 단일 데이터베이스)에 대해서만 일괄 처리를 실행해야 할 수 있습니다.
|
requests[] |
object (Request )
이 일괄 처리에 포함된 요청입니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-03-13(UTC)
[null,null,["최종 업데이트: 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. |"]]