docs: update generated docs (#1053)
Updates for both discovery docs and epydoc API Documentation
Fixes: #1049
diff --git a/docs/dyn/drive_v2.permissions.html b/docs/dyn/drive_v2.permissions.html
index 710f4b1..d293584 100644
--- a/docs/dyn/drive_v2.permissions.html
+++ b/docs/dyn/drive_v2.permissions.html
@@ -75,6 +75,9 @@
<h1><a href="drive_v2.html">Drive API</a> . <a href="drive_v2.permissions.html">permissions</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, permissionId, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None)</a></code></p>
<p class="firstline">Deletes a permission from a file or shared drive.</p>
<p class="toc_element">
@@ -87,7 +90,7 @@
<code><a href="#insert">insert(fileId, body=None, emailMessage=None, enforceSingleParent=None, moveToNewOwnersRoot=None, sendNotificationEmails=None, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None)</a></code></p>
<p class="firstline">Inserts a permission for a file or shared drive.</p>
<p class="toc_element">
- <code><a href="#list">list(fileId, maxResults=None, pageToken=None, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None)</a></code></p>
+ <code><a href="#list">list(fileId, includePermissionsForView=None, maxResults=None, pageToken=None, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None)</a></code></p>
<p class="firstline">Lists a file's or shared drive's permissions.</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -100,6 +103,11 @@
<p class="firstline">Updates a permission.</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, permissionId, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None)</code>
<pre>Deletes a permission from a file or shared drive.
@@ -186,6 +194,7 @@
# - domain
# - anyone
"value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.
+ "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value.
"withLink": True or False, # Whether the link is required for this permission.
}</pre>
</div>
@@ -275,6 +284,7 @@
# - domain
# - anyone
"value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.
+ "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value.
"withLink": True or False, # Whether the link is required for this permission.
}
@@ -349,16 +359,18 @@
# - domain
# - anyone
"value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.
+ "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value.
"withLink": True or False, # Whether the link is required for this permission.
}</pre>
</div>
<div class="method">
- <code class="details" id="list">list(fileId, maxResults=None, pageToken=None, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None)</code>
+ <code class="details" id="list">list(fileId, includePermissionsForView=None, maxResults=None, pageToken=None, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None)</code>
<pre>Lists a file's or shared drive's permissions.
Args:
fileId: string, The ID for the file or shared drive. (required)
+ includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only 'published' is supported.
maxResults: integer, The maximum number of permissions to return per page. When not set for files in a shared drive, at most 100 results will be returned. When not set for files that are not in a shared drive, the entire list will be returned.
pageToken: string, The token for continuing a previous list request on the next page. This should be set to the value of 'nextPageToken' from the previous response.
supportsAllDrives: boolean, Whether the requesting application supports both My Drives and shared drives.
@@ -431,6 +443,7 @@
# - domain
# - anyone
"value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.
+ "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value.
"withLink": True or False, # Whether the link is required for this permission.
},
],
@@ -524,6 +537,7 @@
# - domain
# - anyone
"value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.
+ "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value.
"withLink": True or False, # Whether the link is required for this permission.
}
@@ -596,6 +610,7 @@
# - domain
# - anyone
"value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.
+ "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value.
"withLink": True or False, # Whether the link is required for this permission.
}</pre>
</div>
@@ -670,6 +685,7 @@
# - domain
# - anyone
"value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.
+ "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value.
"withLink": True or False, # Whether the link is required for this permission.
}
@@ -742,6 +758,7 @@
# - domain
# - anyone
"value": "A String", # The email address or domain name for the entity. This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.
+ "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value.
"withLink": True or False, # Whether the link is required for this permission.
}</pre>
</div>