Update docs for 1.4.1 release
diff --git a/docs/dyn/bigquery_v2.html b/docs/dyn/bigquery_v2.html
index 9a19266..1d1b35c 100644
--- a/docs/dyn/bigquery_v2.html
+++ b/docs/dyn/bigquery_v2.html
@@ -99,4 +99,25 @@
</p>
<p class="firstline">Returns the tables Resource.</p>
+<p class="toc_element">
+ <code><a href="#new_batch_http_request">new_batch_http_request()</a></code></p>
+<p class="firstline">Create a BatchHttpRequest object based on the discovery document.</p>
+<h3>Method Details</h3>
+<div class="method">
+ <code class="details" id="new_batch_http_request">new_batch_http_request()</code>
+ <pre>Create a BatchHttpRequest object based on the discovery document.
+
+ Args:
+ callback: callable, A callback to be called for each response, of the
+ form callback(id, response, exception). The first parameter is the
+ request id, and the second is the deserialized response object. The
+ third is an apiclient.errors.HttpError exception object if an HTTP
+ error occurred while processing the request, or None if no error
+ occurred.
+
+ Returns:
+ A BatchHttpRequest object based on the discovery document.
+ </pre>
+</div>
+
</body></html>
\ No newline at end of file