docs: update generated docs (#1053)

Updates for both discovery docs and epydoc API Documentation

Fixes: #1049
diff --git a/docs/dyn/apigee_v1.organizations.environments.analytics.admin.html b/docs/dyn/apigee_v1.organizations.environments.analytics.admin.html
index 8a4d76e..4271c61 100644
--- a/docs/dyn/apigee_v1.organizations.environments.analytics.admin.html
+++ b/docs/dyn/apigee_v1.organizations.environments.analytics.admin.html
@@ -75,21 +75,24 @@
 <h1><a href="apigee_v1.html">Apigee API</a> . <a href="apigee_v1.organizations.html">organizations</a> . <a href="apigee_v1.organizations.environments.html">environments</a> . <a href="apigee_v1.organizations.environments.analytics.html">analytics</a> . <a href="apigee_v1.organizations.environments.analytics.admin.html">admin</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="#getSchemav2">getSchemav2(name, type=None, x__xgafv=None)</a></code></p>
-<p class="firstline">Get a list of metrics and dimensions which can be used for creating</p>
+<p class="firstline">Get a list of metrics and dimensions which can be used for creating analytics queries and reports. Each schema element contains the name of the field with its associated type and if it is either custom field or standard field.</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="getSchemav2">getSchemav2(name, type=None, x__xgafv=None)</code>
-  <pre>Get a list of metrics and dimensions which can be used for creating
-analytics queries and reports.
-Each schema element contains the name of the field with its associated type
-and if it is either custom field or standard field.
+  <pre>Get a list of metrics and dimensions which can be used for creating analytics queries and reports. Each schema element contains the name of the field with its associated type and if it is either custom field or standard field.
 
 Args:
-  name: string, Required. The parent organization and environment names. Must be of the
-form `organizations/{org}/environments/{env}/analytics/admin/schemav2`. (required)
-  type: string, Required. Type refers to the dataset name whose schema needs to be
-retrieved E.g. type=fact or type=agg_cus1
+  name: string, Required. The parent organization and environment names. Must be of the form `organizations/{org}/environments/{env}/analytics/admin/schemav2`. (required)
+  type: string, Required. Type refers to the dataset name whose schema needs to be retrieved E.g. type=fact or type=agg_cus1
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -99,45 +102,29 @@
   An object of the form:
 
     { # Response for Schema call
-    &quot;meta&quot;: [ # Additional metadata associated with schema. This is
-        # a legacy field and usually consists of an empty array of strings.
-      &quot;A String&quot;,
-    ],
     &quot;dimensions&quot;: [ # List of schema fiels grouped as dimensions.
       { # Message type for the schema element
-        &quot;properties&quot;: { # Message type for schema property # Property of the schema field
-            # E.g.
-            # {
-            #    &quot;createTime&quot;: &quot;2016-02-26T10:23:09.592Z&quot;,
-            #    &quot;custom&quot;: &quot;false&quot;,
-            #    &quot;type&quot;: &quot;string&quot;
-            # }
+        &quot;name&quot;: &quot;A String&quot;, # Name of the field
+        &quot;properties&quot;: { # Message type for schema property # Property of the schema field E.g. { &quot;createTime&quot;: &quot;2016-02-26T10:23:09.592Z&quot;, &quot;custom&quot;: &quot;false&quot;, &quot;type&quot;: &quot;string&quot; }
+          &quot;custom&quot;: &quot;A String&quot;, # Custom is a flag signifying if the field was provided as part of the standard dataset or a custom field created by the customer
           &quot;createTime&quot;: &quot;A String&quot;, # Creation time of the field
-          &quot;custom&quot;: &quot;A String&quot;, # Custom is a flag signifying if the field was provided as
-              # part of the standard dataset or a custom field created by the customer
           &quot;type&quot;: &quot;A String&quot;, # Data type of the field.
         },
-        &quot;name&quot;: &quot;A String&quot;, # Name of the field
       },
     ],
-    &quot;metrics&quot;: [ # List of schema fields grouped as dimensions. These are fields
-        # that can be used with an aggregate function such as sum, avg, min, max.
+    &quot;metrics&quot;: [ # List of schema fields grouped as dimensions. These are fields that can be used with an aggregate function such as sum, avg, min, max.
       { # Message type for the schema element
-        &quot;properties&quot;: { # Message type for schema property # Property of the schema field
-            # E.g.
-            # {
-            #    &quot;createTime&quot;: &quot;2016-02-26T10:23:09.592Z&quot;,
-            #    &quot;custom&quot;: &quot;false&quot;,
-            #    &quot;type&quot;: &quot;string&quot;
-            # }
+        &quot;name&quot;: &quot;A String&quot;, # Name of the field
+        &quot;properties&quot;: { # Message type for schema property # Property of the schema field E.g. { &quot;createTime&quot;: &quot;2016-02-26T10:23:09.592Z&quot;, &quot;custom&quot;: &quot;false&quot;, &quot;type&quot;: &quot;string&quot; }
+          &quot;custom&quot;: &quot;A String&quot;, # Custom is a flag signifying if the field was provided as part of the standard dataset or a custom field created by the customer
           &quot;createTime&quot;: &quot;A String&quot;, # Creation time of the field
-          &quot;custom&quot;: &quot;A String&quot;, # Custom is a flag signifying if the field was provided as
-              # part of the standard dataset or a custom field created by the customer
           &quot;type&quot;: &quot;A String&quot;, # Data type of the field.
         },
-        &quot;name&quot;: &quot;A String&quot;, # Name of the field
       },
     ],
+    &quot;meta&quot;: [ # Additional metadata associated with schema. This is a legacy field and usually consists of an empty array of strings.
+      &quot;A String&quot;,
+    ],
   }</pre>
 </div>