docs: update generated docs (#1053)

Updates for both discovery docs and epydoc API Documentation

Fixes: #1049
diff --git a/docs/dyn/analytics_v3.management.clientId.html b/docs/dyn/analytics_v3.management.clientId.html
index dd86b56..0156c53 100644
--- a/docs/dyn/analytics_v3.management.clientId.html
+++ b/docs/dyn/analytics_v3.management.clientId.html
@@ -75,10 +75,18 @@
 <h1><a href="analytics_v3.html">Google Analytics API</a> . <a href="analytics_v3.management.html">management</a> . <a href="analytics_v3.management.clientId.html">clientId</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="#hashClientId">hashClientId(body=None)</a></code></p>
 <p class="firstline">Hashes the given Client ID.</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="hashClientId">hashClientId(body=None)</code>
   <pre>Hashes the given Client ID.
 
@@ -87,9 +95,9 @@
     The object takes the form of:
 
 { # JSON template for a hash Client Id request resource.
+    &quot;clientId&quot;: &quot;A String&quot;,
     &quot;webPropertyId&quot;: &quot;A String&quot;,
     &quot;kind&quot;: &quot;analytics#hashClientIdRequest&quot;,
-    &quot;clientId&quot;: &quot;A String&quot;,
   }
 
 
@@ -97,10 +105,10 @@
   An object of the form:
 
     { # JSON template for a hash Client Id response resource.
-    &quot;webPropertyId&quot;: &quot;A String&quot;,
+    &quot;kind&quot;: &quot;analytics#hashClientIdResponse&quot;,
     &quot;clientId&quot;: &quot;A String&quot;,
     &quot;hashedClientId&quot;: &quot;A String&quot;,
-    &quot;kind&quot;: &quot;analytics#hashClientIdResponse&quot;,
+    &quot;webPropertyId&quot;: &quot;A String&quot;,
   }</pre>
 </div>