docs: docs update (#911)

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-api-python-client/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)

Fixes #<issue_number_goes_here> 🦕
diff --git a/docs/dyn/drive_v2.parents.html b/docs/dyn/drive_v2.parents.html
index 0620c4a..e7a6f48 100644
--- a/docs/dyn/drive_v2.parents.html
+++ b/docs/dyn/drive_v2.parents.html
@@ -81,7 +81,7 @@
   <code><a href="#get">get(fileId, parentId)</a></code></p>
 <p class="firstline">Gets a specific parent reference.</p>
 <p class="toc_element">
-  <code><a href="#insert">insert(fileId, body=None, enforceSingleParent=None, supportsTeamDrives=None, supportsAllDrives=None)</a></code></p>
+  <code><a href="#insert">insert(fileId, body=None, enforceSingleParent=None, supportsAllDrives=None, supportsTeamDrives=None)</a></code></p>
 <p class="firstline">Adds a parent folder for a file.</p>
 <p class="toc_element">
   <code><a href="#list">list(fileId)</a></code></p>
@@ -94,7 +94,7 @@
 Args:
   fileId: string, The ID of the file. (required)
   parentId: string, The ID of the parent. (required)
-  enforceSingleParent: boolean, Set to true to opt in to API behavior that aims for all items to have exactly one parent. This parameter only takes effect if the item is not in a shared drive. If the item's last parent is removed, the item is placed under its owner's root.
+  enforceSingleParent: boolean, Set to true to opt in to API behavior that aims for all items to have exactly one parent. This parameter only takes effect if the item is not in a shared drive. If the item&#x27;s last parent is removed, the item is placed under its owner&#x27;s root.
 </pre>
 </div>
 
@@ -109,17 +109,17 @@
 Returns:
   An object of the form:
 
-    { # A reference to a file's parent.
-    "selfLink": "A String", # A link back to this reference.
-    "kind": "drive#parentReference", # This is always drive#parentReference.
-    "id": "A String", # The ID of the parent.
-    "isRoot": True or False, # Whether or not the parent is the root folder.
-    "parentLink": "A String", # A link to the parent.
+    { # A reference to a file&#x27;s parent.
+    &quot;id&quot;: &quot;A String&quot;, # The ID of the parent.
+    &quot;isRoot&quot;: True or False, # Whether or not the parent is the root folder.
+    &quot;kind&quot;: &quot;drive#parentReference&quot;, # This is always drive#parentReference.
+    &quot;parentLink&quot;: &quot;A String&quot;, # A link to the parent.
+    &quot;selfLink&quot;: &quot;A String&quot;, # A link back to this reference.
   }</pre>
 </div>
 
 <div class="method">
-    <code class="details" id="insert">insert(fileId, body=None, enforceSingleParent=None, supportsTeamDrives=None, supportsAllDrives=None)</code>
+    <code class="details" id="insert">insert(fileId, body=None, enforceSingleParent=None, supportsAllDrives=None, supportsTeamDrives=None)</code>
   <pre>Adds a parent folder for a file.
 
 Args:
@@ -127,33 +127,33 @@
   body: object, The request body.
     The object takes the form of:
 
-{ # A reference to a file's parent.
-  "selfLink": "A String", # A link back to this reference.
-  "kind": "drive#parentReference", # This is always drive#parentReference.
-  "id": "A String", # The ID of the parent.
-  "isRoot": True or False, # Whether or not the parent is the root folder.
-  "parentLink": "A String", # A link to the parent.
+{ # A reference to a file&#x27;s parent.
+  &quot;id&quot;: &quot;A String&quot;, # The ID of the parent.
+  &quot;isRoot&quot;: True or False, # Whether or not the parent is the root folder.
+  &quot;kind&quot;: &quot;drive#parentReference&quot;, # This is always drive#parentReference.
+  &quot;parentLink&quot;: &quot;A String&quot;, # A link to the parent.
+  &quot;selfLink&quot;: &quot;A String&quot;, # A link back to this reference.
 }
 
-  enforceSingleParent: boolean, Set to true to opt in to API behavior that aims for all items to have exactly one parent. This parameter only takes effect if the item is not in a shared drive. If the child's owner makes the request, the child is removed from all current folders and placed in the requested folder. Any other requests that increase the number of the child's parents fail, except when the canAddMyDriveParent file capability is true and a single parent is being added.
-  supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
+  enforceSingleParent: boolean, Set to true to opt in to API behavior that aims for all items to have exactly one parent. This parameter only takes effect if the item is not in a shared drive. If the child&#x27;s owner makes the request, the child is removed from all current folders and placed in the requested folder. Any other requests that increase the number of the child&#x27;s parents fail, except when the canAddMyDriveParent file capability is true and a single parent is being added.
   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.
+  supportsTeamDrives: boolean, Deprecated use supportsAllDrives instead.
 
 Returns:
   An object of the form:
 
-    { # A reference to a file's parent.
-    "selfLink": "A String", # A link back to this reference.
-    "kind": "drive#parentReference", # This is always drive#parentReference.
-    "id": "A String", # The ID of the parent.
-    "isRoot": True or False, # Whether or not the parent is the root folder.
-    "parentLink": "A String", # A link to the parent.
+    { # A reference to a file&#x27;s parent.
+    &quot;id&quot;: &quot;A String&quot;, # The ID of the parent.
+    &quot;isRoot&quot;: True or False, # Whether or not the parent is the root folder.
+    &quot;kind&quot;: &quot;drive#parentReference&quot;, # This is always drive#parentReference.
+    &quot;parentLink&quot;: &quot;A String&quot;, # A link to the parent.
+    &quot;selfLink&quot;: &quot;A String&quot;, # A link back to this reference.
   }</pre>
 </div>
 
 <div class="method">
     <code class="details" id="list">list(fileId)</code>
-  <pre>Lists a file's parents.
+  <pre>Lists a file&#x27;s parents.
 
 Args:
   fileId: string, The ID of the file. (required)
@@ -161,19 +161,19 @@
 Returns:
   An object of the form:
 
-    { # A list of a file's parents.
-    "items": [ # The list of parents.
-      { # A reference to a file's parent.
-        "selfLink": "A String", # A link back to this reference.
-        "kind": "drive#parentReference", # This is always drive#parentReference.
-        "id": "A String", # The ID of the parent.
-        "isRoot": True or False, # Whether or not the parent is the root folder.
-        "parentLink": "A String", # A link to the parent.
+    { # A list of a file&#x27;s parents.
+    &quot;etag&quot;: &quot;A String&quot;, # The ETag of the list.
+    &quot;items&quot;: [ # The list of parents.
+      { # A reference to a file&#x27;s parent.
+        &quot;id&quot;: &quot;A String&quot;, # The ID of the parent.
+        &quot;isRoot&quot;: True or False, # Whether or not the parent is the root folder.
+        &quot;kind&quot;: &quot;drive#parentReference&quot;, # This is always drive#parentReference.
+        &quot;parentLink&quot;: &quot;A String&quot;, # A link to the parent.
+        &quot;selfLink&quot;: &quot;A String&quot;, # A link back to this reference.
       },
     ],
-    "kind": "drive#parentList", # This is always drive#parentList.
-    "etag": "A String", # The ETag of the list.
-    "selfLink": "A String", # A link back to this list.
+    &quot;kind&quot;: &quot;drive#parentList&quot;, # This is always drive#parentList.
+    &quot;selfLink&quot;: &quot;A String&quot;, # A link back to this list.
   }</pre>
 </div>