A request message sent as part of a batch execution.
| JSON representation | 
|---|
| { "requestId" : string , "methodName" : string , "request" : { "@type" : string , field1 : ... , ... } , "extensions" : [ { "@type" : string , field1 : ... , ... } ] } | 
| Fields | |
|---|---|
| requestId |   Unique id of this request within the batch. The Response message with a matching  | 
| methodName |   The method being called. Must be a fully qualified method name. Example: google.rpc.batch.Batch.Execute | 
| request |   The request payload. An object containing fields of an arbitrary type. An additional field  | 
| extensions[] |   Application specific request metadata. An object containing fields of an arbitrary type. An additional field  | 

