在批量执行过程中发送的请求消息。
| JSON 表示法 | 
|---|
{ "requestId": string, "methodName": string, "request": { "@type": string, field1: ..., ... }, "extensions": [ { "@type": string, field1: ..., ... } ] }  | 
            
| 字段 | |
|---|---|
requestId | 
              
                 
 此请求在批处理中的唯一 ID。包含匹配   | 
            
methodName | 
              
                 
 被调用的方法。必须是完全限定的方法名称。示例:google.rpc.batch.Batch.Execute  | 
            
request | 
              
                 
 请求载荷。 此对象可以包含任意类型的字段。附加字段   | 
            
extensions[] | 
              
                 
 应用专用请求元数据。 此对象可以包含任意类型的字段。附加字段   |