docs: update generated docs (#1053)
Updates for both discovery docs and epydoc API Documentation
Fixes: #1049
diff --git a/docs/dyn/drive_v3.permissions.html b/docs/dyn/drive_v3.permissions.html
index 9830e6b..5c1003c 100644
--- a/docs/dyn/drive_v3.permissions.html
+++ b/docs/dyn/drive_v3.permissions.html
@@ -75,6 +75,9 @@
<h1><a href="drive_v3.html">Drive API</a> . <a href="drive_v3.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="#create">create(fileId, body=None, emailMessage=None, enforceSingleParent=None, moveToNewOwnersRoot=None, sendNotificationEmail=None, supportsAllDrives=None, supportsTeamDrives=None, transferOwnership=None, useDomainAdminAccess=None)</a></code></p>
<p class="firstline">Creates a permission for a file or shared drive.</p>
<p class="toc_element">
@@ -84,7 +87,7 @@
<code><a href="#get">get(fileId, permissionId, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None)</a></code></p>
<p class="firstline">Gets a permission by ID.</p>
<p class="toc_element">
- <code><a href="#list">list(fileId, pageSize=None, pageToken=None, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None)</a></code></p>
+ <code><a href="#list">list(fileId, includePermissionsForView=None, pageSize=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>
@@ -94,6 +97,11 @@
<p class="firstline">Updates a permission 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="create">create(fileId, body=None, emailMessage=None, enforceSingleParent=None, moveToNewOwnersRoot=None, sendNotificationEmail=None, supportsAllDrives=None, supportsTeamDrives=None, transferOwnership=None, useDomainAdminAccess=None)</code>
<pre>Creates a permission for a file or shared drive.
@@ -154,6 +162,7 @@
# - group
# - domain
# - anyone When creating a permission, if type is user or group, you must provide an emailAddress for the user or group. When type is domain, you must provide a domain. There isn't extra information required for a anyone type.
+ "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value.
}
emailMessage: string, A plain text custom message to include in the notification email.
@@ -220,6 +229,7 @@
# - group
# - domain
# - anyone When creating a permission, if type is user or group, you must provide an emailAddress for the user or group. When type is domain, you must provide a domain. There isn't extra information required for a anyone type.
+ "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value.
}</pre>
</div>
@@ -302,15 +312,17 @@
# - group
# - domain
# - anyone When creating a permission, if type is user or group, you must provide an emailAddress for the user or group. When type is domain, you must provide a domain. There isn't extra information required for a anyone type.
+ "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value.
}</pre>
</div>
<div class="method">
- <code class="details" id="list">list(fileId, pageSize=None, pageToken=None, supportsAllDrives=None, supportsTeamDrives=None, useDomainAdminAccess=None)</code>
+ <code class="details" id="list">list(fileId, includePermissionsForView=None, pageSize=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 of the file or shared drive. (required)
+ includePermissionsForView: string, Specifies which additional view's permissions to include in the response. Only 'published' is supported.
pageSize: 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.
@@ -376,6 +388,7 @@
# - group
# - domain
# - anyone When creating a permission, if type is user or group, you must provide an emailAddress for the user or group. When type is domain, you must provide a domain. There isn't extra information required for a anyone type.
+ "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value.
},
],
}</pre>
@@ -457,6 +470,7 @@
# - group
# - domain
# - anyone When creating a permission, if type is user or group, you must provide an emailAddress for the user or group. When type is domain, you must provide a domain. There isn't extra information required for a anyone type.
+ "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value.
}
removeExpiration: boolean, Whether to remove the expiration date.
@@ -520,6 +534,7 @@
# - group
# - domain
# - anyone When creating a permission, if type is user or group, you must provide an emailAddress for the user or group. When type is domain, you must provide a domain. There isn't extra information required for a anyone type.
+ "view": "A String", # Indicates the view for this permission. Only populated for permissions that belong to a view. published is the only supported value.
}</pre>
</div>