Regen all docs. (#700)
* Stop recursing if discovery == {}
* Generate docs with 'make docs'.
diff --git a/docs/dyn/drive_v3.revisions.html b/docs/dyn/drive_v3.revisions.html
index 2c86689..c03d9a6 100644
--- a/docs/dyn/drive_v3.revisions.html
+++ b/docs/dyn/drive_v3.revisions.html
@@ -76,7 +76,7 @@
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#delete">delete(fileId, revisionId)</a></code></p>
-<p class="firstline">Permanently deletes a revision. This method is only applicable to files with binary content in Drive.</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">
<code><a href="#get">get(fileId, revisionId, acknowledgeAbuse=None)</a></code></p>
<p class="firstline">Gets a revision's metadata or content by ID.</p>
@@ -95,7 +95,7 @@
<h3>Method Details</h3>
<div class="method">
<code class="details" id="delete">delete(fileId, revisionId)</code>
- <pre>Permanently deletes a revision. This method is only applicable to files with binary content in Drive.
+ <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't be deleted.
Args:
fileId: string, The ID of the file. (required)
@@ -131,6 +131,9 @@
# This field is only applicable to files with binary content in Drive.
"publishAuto": True or False, # Whether subsequent revisions will be automatically republished. This is only applicable to Google Docs.
"originalFilename": "A String", # The original filename used to create this revision. This is only applicable to files with binary content in Drive.
+ "exportLinks": { # Links for exporting Google Docs to specific formats.
+ "a_key": "A String", # A mapping from export format to URL
+ },
"published": True or False, # Whether this revision is published. This is only applicable to Google Docs.
"size": "A String", # The size of the revision's content in bytes. This is only applicable to files with binary content in Drive.
"id": "A String", # The ID of the revision.
@@ -167,9 +170,9 @@
An object of the form:
{ # A list of revisions of a file.
- "nextPageToken": "A String", # The page token for the next page of revisions. This will be absent if the end of the revisions list has been reached.
+ "nextPageToken": "A String", # The page token for the next page of revisions. This will be absent if the end of the revisions list has been reached. If the token is rejected for any reason, it should be discarded, and pagination should be restarted from the first page of results.
"kind": "drive#revisionList", # Identifies what kind of resource this is. Value: the fixed string "drive#revisionList".
- "revisions": [ # The full list of revisions.
+ "revisions": [ # The list of revisions. If nextPageToken is populated, then this list may be incomplete and an additional page of results should be fetched.
{ # The metadata for a revision to a file.
"mimeType": "A String", # The MIME type of the revision.
"kind": "drive#revision", # Identifies what kind of resource this is. Value: the fixed string "drive#revision".
@@ -186,6 +189,9 @@
# This field is only applicable to files with binary content in Drive.
"publishAuto": True or False, # Whether subsequent revisions will be automatically republished. This is only applicable to Google Docs.
"originalFilename": "A String", # The original filename used to create this revision. This is only applicable to files with binary content in Drive.
+ "exportLinks": { # Links for exporting Google Docs to specific formats.
+ "a_key": "A String", # A mapping from export format to URL
+ },
"published": True or False, # Whether this revision is published. This is only applicable to Google Docs.
"size": "A String", # The size of the revision's content in bytes. This is only applicable to files with binary content in Drive.
"id": "A String", # The ID of the revision.
@@ -236,6 +242,9 @@
# This field is only applicable to files with binary content in Drive.
"publishAuto": True or False, # Whether subsequent revisions will be automatically republished. This is only applicable to Google Docs.
"originalFilename": "A String", # The original filename used to create this revision. This is only applicable to files with binary content in Drive.
+ "exportLinks": { # Links for exporting Google Docs to specific formats.
+ "a_key": "A String", # A mapping from export format to URL
+ },
"published": True or False, # Whether this revision is published. This is only applicable to Google Docs.
"size": "A String", # The size of the revision's content in bytes. This is only applicable to files with binary content in Drive.
"id": "A String", # The ID of the revision.
@@ -263,6 +272,9 @@
# This field is only applicable to files with binary content in Drive.
"publishAuto": True or False, # Whether subsequent revisions will be automatically republished. This is only applicable to Google Docs.
"originalFilename": "A String", # The original filename used to create this revision. This is only applicable to files with binary content in Drive.
+ "exportLinks": { # Links for exporting Google Docs to specific formats.
+ "a_key": "A String", # A mapping from export format to URL
+ },
"published": True or False, # Whether this revision is published. This is only applicable to Google Docs.
"size": "A String", # The size of the revision's content in bytes. This is only applicable to files with binary content in Drive.
"id": "A String", # The ID of the revision.