docs: update generated docs (#1053)

Updates for both discovery docs and epydoc API Documentation

Fixes: #1049
diff --git a/docs/dyn/drive_v3.revisions.html b/docs/dyn/drive_v3.revisions.html
index 9ba4a62..cbfcda3 100644
--- a/docs/dyn/drive_v3.revisions.html
+++ b/docs/dyn/drive_v3.revisions.html
@@ -75,6 +75,9 @@
 <h1><a href="drive_v3.html">Drive API</a> . <a href="drive_v3.revisions.html">revisions</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="#delete">delete(fileId, revisionId)</a></code></p>
 <p class="firstline">Permanently deletes a file version. You can only delete revisions for files with binary content in Google Drive, like images or videos. Revisions for other files, like Google Docs or Sheets, and the last remaining file version can't be deleted.</p>
 <p class="toc_element">
@@ -94,6 +97,11 @@
 <p class="firstline">Updates a revision with patch semantics.</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="delete">delete(fileId, revisionId)</code>
   <pre>Permanently deletes a file version. You can only delete revisions for files with binary content in Google Drive, like images or videos. Revisions for other files, like Google Docs or Sheets, and the last remaining file version can&#x27;t be deleted.
 
@@ -137,6 +145,7 @@
     &quot;originalFilename&quot;: &quot;A String&quot;, # The original filename used to create this revision. This is only applicable to files with binary content in Drive.
     &quot;publishAuto&quot;: True or False, # Whether subsequent revisions will be automatically republished. This is only applicable to Google Docs.
     &quot;published&quot;: True or False, # Whether this revision is published. This is only applicable to Google Docs.
+    &quot;publishedLink&quot;: &quot;A String&quot;, # A link to the published revision.
     &quot;publishedOutsideDomain&quot;: True or False, # Whether this revision is published outside the domain. This is only applicable to Google Docs.
     &quot;size&quot;: &quot;A String&quot;, # The size of the revision&#x27;s content in bytes. This is only applicable to files with binary content in Drive.
   }</pre>
@@ -195,6 +204,7 @@
         &quot;originalFilename&quot;: &quot;A String&quot;, # The original filename used to create this revision. This is only applicable to files with binary content in Drive.
         &quot;publishAuto&quot;: True or False, # Whether subsequent revisions will be automatically republished. This is only applicable to Google Docs.
         &quot;published&quot;: True or False, # Whether this revision is published. This is only applicable to Google Docs.
+        &quot;publishedLink&quot;: &quot;A String&quot;, # A link to the published revision.
         &quot;publishedOutsideDomain&quot;: True or False, # Whether this revision is published outside the domain. This is only applicable to Google Docs.
         &quot;size&quot;: &quot;A String&quot;, # The size of the revision&#x27;s content in bytes. This is only applicable to files with binary content in Drive.
       },
@@ -248,6 +258,7 @@
   &quot;originalFilename&quot;: &quot;A String&quot;, # The original filename used to create this revision. This is only applicable to files with binary content in Drive.
   &quot;publishAuto&quot;: True or False, # Whether subsequent revisions will be automatically republished. This is only applicable to Google Docs.
   &quot;published&quot;: True or False, # Whether this revision is published. This is only applicable to Google Docs.
+  &quot;publishedLink&quot;: &quot;A String&quot;, # A link to the published revision.
   &quot;publishedOutsideDomain&quot;: True or False, # Whether this revision is published outside the domain. This is only applicable to Google Docs.
   &quot;size&quot;: &quot;A String&quot;, # The size of the revision&#x27;s content in bytes. This is only applicable to files with binary content in Drive.
 }
@@ -278,6 +289,7 @@
     &quot;originalFilename&quot;: &quot;A String&quot;, # The original filename used to create this revision. This is only applicable to files with binary content in Drive.
     &quot;publishAuto&quot;: True or False, # Whether subsequent revisions will be automatically republished. This is only applicable to Google Docs.
     &quot;published&quot;: True or False, # Whether this revision is published. This is only applicable to Google Docs.
+    &quot;publishedLink&quot;: &quot;A String&quot;, # A link to the published revision.
     &quot;publishedOutsideDomain&quot;: True or False, # Whether this revision is published outside the domain. This is only applicable to Google Docs.
     &quot;size&quot;: &quot;A String&quot;, # The size of the revision&#x27;s content in bytes. This is only applicable to files with binary content in Drive.
   }</pre>