Regen all docs. (#700)
* Stop recursing if discovery == {}
* Generate docs with 'make docs'.
diff --git a/docs/dyn/drive_v2.children.html b/docs/dyn/drive_v2.children.html
index 59d9772..73d569a 100644
--- a/docs/dyn/drive_v2.children.html
+++ b/docs/dyn/drive_v2.children.html
@@ -81,7 +81,7 @@
<code><a href="#get">get(folderId, childId)</a></code></p>
<p class="firstline">Gets a specific child reference.</p>
<p class="toc_element">
- <code><a href="#insert">insert(folderId, body, supportsTeamDrives=None)</a></code></p>
+ <code><a href="#insert">insert(folderId, body, supportsTeamDrives=None, supportsAllDrives=None)</a></code></p>
<p class="firstline">Inserts a file into a folder.</p>
<p class="toc_element">
<code><a href="#list">list(folderId, orderBy=None, q=None, pageToken=None, maxResults=None)</a></code></p>
@@ -120,7 +120,7 @@
</div>
<div class="method">
- <code class="details" id="insert">insert(folderId, body, supportsTeamDrives=None)</code>
+ <code class="details" id="insert">insert(folderId, body, supportsTeamDrives=None, supportsAllDrives=None)</code>
<pre>Inserts a file into a folder.
Args:
@@ -135,7 +135,8 @@
"selfLink": "A String", # A link back to this reference.
}
- supportsTeamDrives: boolean, Whether the requesting application supports Team Drives.
+ supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
+ supportsAllDrives: boolean, Deprecated - Whether the requesting application supports both My Drives and shared drives. This parameter will only be effective until June 1, 2020. Afterwards all applications are assumed to support shared drives.
Returns:
An object of the form: