docs: update generated docs (#1053)

Updates for both discovery docs and epydoc API Documentation

Fixes: #1049
diff --git a/docs/dyn/analytics_v3.userDeletion.userDeletionRequest.html b/docs/dyn/analytics_v3.userDeletion.userDeletionRequest.html
index 73a5684..636845d 100644
--- a/docs/dyn/analytics_v3.userDeletion.userDeletionRequest.html
+++ b/docs/dyn/analytics_v3.userDeletion.userDeletionRequest.html
@@ -75,10 +75,18 @@
 <h1><a href="analytics_v3.html">Google Analytics API</a> . <a href="analytics_v3.userDeletion.html">userDeletion</a> . <a href="analytics_v3.userDeletion.userDeletionRequest.html">userDeletionRequest</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="#upsert">upsert(body=None)</a></code></p>
 <p class="firstline">Insert or update a user deletion requests.</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="upsert">upsert(body=None)</code>
   <pre>Insert or update a user deletion requests.
 
@@ -88,14 +96,14 @@
 
 { # JSON template for a user deletion request resource.
     &quot;kind&quot;: &quot;analytics#userDeletionRequest&quot;, # Value is &quot;analytics#userDeletionRequest&quot;.
-    &quot;propertyId&quot;: &quot;A String&quot;, # Property ID
-    &quot;deletionRequestTime&quot;: &quot;A String&quot;, # This marks the point in time for which all user data before should be deleted
-    &quot;firebaseProjectId&quot;: &quot;A String&quot;, # Firebase Project Id
-    &quot;webPropertyId&quot;: &quot;A String&quot;, # Web property ID of the form UA-XXXXX-YY.
     &quot;id&quot;: { # User ID.
       &quot;userId&quot;: &quot;A String&quot;, # The User&#x27;s id
       &quot;type&quot;: &quot;A String&quot;, # Type of user
     },
+    &quot;firebaseProjectId&quot;: &quot;A String&quot;, # Firebase Project Id
+    &quot;webPropertyId&quot;: &quot;A String&quot;, # Web property ID of the form UA-XXXXX-YY.
+    &quot;propertyId&quot;: &quot;A String&quot;, # Property ID
+    &quot;deletionRequestTime&quot;: &quot;A String&quot;, # This marks the point in time for which all user data before should be deleted
   }
 
 
@@ -104,14 +112,14 @@
 
     { # JSON template for a user deletion request resource.
       &quot;kind&quot;: &quot;analytics#userDeletionRequest&quot;, # Value is &quot;analytics#userDeletionRequest&quot;.
-      &quot;propertyId&quot;: &quot;A String&quot;, # Property ID
-      &quot;deletionRequestTime&quot;: &quot;A String&quot;, # This marks the point in time for which all user data before should be deleted
-      &quot;firebaseProjectId&quot;: &quot;A String&quot;, # Firebase Project Id
-      &quot;webPropertyId&quot;: &quot;A String&quot;, # Web property ID of the form UA-XXXXX-YY.
       &quot;id&quot;: { # User ID.
         &quot;userId&quot;: &quot;A String&quot;, # The User&#x27;s id
         &quot;type&quot;: &quot;A String&quot;, # Type of user
       },
+      &quot;firebaseProjectId&quot;: &quot;A String&quot;, # Firebase Project Id
+      &quot;webPropertyId&quot;: &quot;A String&quot;, # Web property ID of the form UA-XXXXX-YY.
+      &quot;propertyId&quot;: &quot;A String&quot;, # Property ID
+      &quot;deletionRequestTime&quot;: &quot;A String&quot;, # This marks the point in time for which all user data before should be deleted
     }</pre>
 </div>