Represents an HTTP Batch operation. Individual HTTP requests are added with the add method and the batch is executed using execute.
Adds a gapi.client.HttpRequest to the batch.
The HTTP request to add to this batch.
extra parameters for this batch entry.
Executes all requests in the batch. The supplied callback is executed on success or failure.
The callback to execute when the batch returns.