Update docs for 1.4.1 release
diff --git a/docs/dyn/androidpublisher_v2.html b/docs/dyn/androidpublisher_v2.html
index 6920586..6b8a165 100644
--- a/docs/dyn/androidpublisher_v2.html
+++ b/docs/dyn/androidpublisher_v2.html
@@ -72,7 +72,7 @@
</style>
-<h1><a href="androidpublisher_v2.html">Google Play Android Developer API</a></h1>
+<h1><a href="androidpublisher_v2.html">Google Play Developer API</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="androidpublisher_v2.edits.html">edits()</a></code>
@@ -80,6 +80,11 @@
<p class="firstline">Returns the edits Resource.</p>
<p class="toc_element">
+ <code><a href="androidpublisher_v2.entitlements.html">entitlements()</a></code>
+</p>
+<p class="firstline">Returns the entitlements Resource.</p>
+
+<p class="toc_element">
<code><a href="androidpublisher_v2.inappproducts.html">inappproducts()</a></code>
</p>
<p class="firstline">Returns the inappproducts Resource.</p>
@@ -89,4 +94,25 @@
</p>
<p class="firstline">Returns the purchases 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