Update docs for 1.4.1 release
diff --git a/docs/dyn/compute_v1.html b/docs/dyn/compute_v1.html
index 8cc2eba..dd93e45 100644
--- a/docs/dyn/compute_v1.html
+++ b/docs/dyn/compute_v1.html
@@ -195,11 +195,21 @@
 <p class="firstline">Returns the targetPools Resource.</p>
 
 <p class="toc_element">
+  <code><a href="compute_v1.targetVpnGateways.html">targetVpnGateways()</a></code>
+</p>
+<p class="firstline">Returns the targetVpnGateways Resource.</p>
+
+<p class="toc_element">
   <code><a href="compute_v1.urlMaps.html">urlMaps()</a></code>
 </p>
 <p class="firstline">Returns the urlMaps Resource.</p>
 
 <p class="toc_element">
+  <code><a href="compute_v1.vpnTunnels.html">vpnTunnels()</a></code>
+</p>
+<p class="firstline">Returns the vpnTunnels Resource.</p>
+
+<p class="toc_element">
   <code><a href="compute_v1.zoneOperations.html">zoneOperations()</a></code>
 </p>
 <p class="firstline">Returns the zoneOperations Resource.</p>
@@ -209,4 +219,25 @@
 </p>
 <p class="firstline">Returns the zones 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