docs: update generated docs (#1053)
Updates for both discovery docs and epydoc API Documentation
Fixes: #1049
diff --git a/docs/dyn/compute_alpha.regions.html b/docs/dyn/compute_alpha.regions.html
index 852816d..61db624 100644
--- a/docs/dyn/compute_alpha.regions.html
+++ b/docs/dyn/compute_alpha.regions.html
@@ -75,6 +75,9 @@
<h1><a href="compute_alpha.html">Compute Engine API</a> . <a href="compute_alpha.regions.html">regions</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
+ <code><a href="#close">close()</a></code></p>
+<p class="firstline">Close httplib2 connections.</p>
+<p class="toc_element">
<code><a href="#get">get(project, region)</a></code></p>
<p class="firstline">Returns the specified Region resource. Gets a list of available regions by making a list() request.</p>
<p class="toc_element">
@@ -85,6 +88,11 @@
<p class="firstline">Retrieves the next page of results.</p>
<h3>Method Details</h3>
<div class="method">
+ <code class="details" id="close">close()</code>
+ <pre>Close httplib2 connections.</pre>
+</div>
+
+<div class="method">
<code class="details" id="get">get(project, region)</code>
<pre>Returns the specified Region resource. Gets a list of available regions by making a list() request.
@@ -121,6 +129,7 @@
"selfLink": "A String", # [Output Only] Server-defined URL for the resource.
"selfLinkWithId": "A String", # [Output Only] Server-defined URL for this resource with the resource id.
"status": "A String", # [Output Only] Status of the region, either UP or DOWN.
+ "supportsPzs": True or False, # [Output Only] Reserved for future use.
"zones": [ # [Output Only] A list of zones available in this region, in the form of resource URLs.
"A String",
],
@@ -181,6 +190,7 @@
"selfLink": "A String", # [Output Only] Server-defined URL for the resource.
"selfLinkWithId": "A String", # [Output Only] Server-defined URL for this resource with the resource id.
"status": "A String", # [Output Only] Status of the region, either UP or DOWN.
+ "supportsPzs": True or False, # [Output Only] Reserved for future use.
"zones": [ # [Output Only] A list of zones available in this region, in the form of resource URLs.
"A String",
],