chore: regens API reference docs (#889)

diff --git a/docs/dyn/drive_v3.comments.html b/docs/dyn/drive_v3.comments.html
index 9564dad..bdc93db 100644
--- a/docs/dyn/drive_v3.comments.html
+++ b/docs/dyn/drive_v3.comments.html
@@ -75,7 +75,7 @@
 <h1><a href="drive_v3.html">Drive API</a> . <a href="drive_v3.comments.html">comments</a></h1>
 <h2>Instance Methods</h2>
 <p class="toc_element">
-  <code><a href="#create">create(fileId, body)</a></code></p>
+  <code><a href="#create">create(fileId, body=None)</a></code></p>
 <p class="firstline">Creates a new comment on a file.</p>
 <p class="toc_element">
   <code><a href="#delete">delete(fileId, commentId)</a></code></p>
@@ -90,23 +90,23 @@
   <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
 <p class="firstline">Retrieves the next page of results.</p>
 <p class="toc_element">
-  <code><a href="#update">update(fileId, commentId, body)</a></code></p>
+  <code><a href="#update">update(fileId, commentId, body=None)</a></code></p>
 <p class="firstline">Updates a comment with patch semantics.</p>
 <h3>Method Details</h3>
 <div class="method">
-    <code class="details" id="create">create(fileId, body)</code>
+    <code class="details" id="create">create(fileId, body=None)</code>
   <pre>Creates a new comment on a file.
 
 Args:
   fileId: string, The ID of the file. (required)
-  body: object, The request body. (required)
+  body: object, The request body.
     The object takes the form of:
 
 { # A comment on a file.
     "resolved": True or False, # Whether the comment has been resolved by one of its replies.
     "kind": "drive#comment", # Identifies what kind of resource this is. Value: the fixed string "drive#comment".
     "modifiedTime": "A String", # The last time the comment or any of its replies was modified (RFC 3339 date-time).
-    "author": { # Information about a Drive user. # The user who created the comment.
+    "author": { # Information about a Drive user. # The author of the comment. The author's email address and permission ID will not be populated.
       "me": True or False, # Whether this user is the requesting user.
       "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user".
       "displayName": "A String", # A plain text displayable name for this user.
@@ -126,7 +126,7 @@
       { # A reply to a comment on a file.
         "kind": "drive#reply", # Identifies what kind of resource this is. Value: the fixed string "drive#reply".
         "modifiedTime": "A String", # The last time the reply was modified (RFC 3339 date-time).
-        "author": { # Information about a Drive user. # The user who created the reply.
+        "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated.
           "me": True or False, # Whether this user is the requesting user.
           "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user".
           "displayName": "A String", # A plain text displayable name for this user.
@@ -156,7 +156,7 @@
       "resolved": True or False, # Whether the comment has been resolved by one of its replies.
       "kind": "drive#comment", # Identifies what kind of resource this is. Value: the fixed string "drive#comment".
       "modifiedTime": "A String", # The last time the comment or any of its replies was modified (RFC 3339 date-time).
-      "author": { # Information about a Drive user. # The user who created the comment.
+      "author": { # Information about a Drive user. # The author of the comment. The author's email address and permission ID will not be populated.
         "me": True or False, # Whether this user is the requesting user.
         "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user".
         "displayName": "A String", # A plain text displayable name for this user.
@@ -176,7 +176,7 @@
         { # A reply to a comment on a file.
           "kind": "drive#reply", # Identifies what kind of resource this is. Value: the fixed string "drive#reply".
           "modifiedTime": "A String", # The last time the reply was modified (RFC 3339 date-time).
-          "author": { # Information about a Drive user. # The user who created the reply.
+          "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated.
             "me": True or False, # Whether this user is the requesting user.
             "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user".
             "displayName": "A String", # A plain text displayable name for this user.
@@ -225,7 +225,7 @@
       "resolved": True or False, # Whether the comment has been resolved by one of its replies.
       "kind": "drive#comment", # Identifies what kind of resource this is. Value: the fixed string "drive#comment".
       "modifiedTime": "A String", # The last time the comment or any of its replies was modified (RFC 3339 date-time).
-      "author": { # Information about a Drive user. # The user who created the comment.
+      "author": { # Information about a Drive user. # The author of the comment. The author's email address and permission ID will not be populated.
         "me": True or False, # Whether this user is the requesting user.
         "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user".
         "displayName": "A String", # A plain text displayable name for this user.
@@ -245,7 +245,7 @@
         { # A reply to a comment on a file.
           "kind": "drive#reply", # Identifies what kind of resource this is. Value: the fixed string "drive#reply".
           "modifiedTime": "A String", # The last time the reply was modified (RFC 3339 date-time).
-          "author": { # Information about a Drive user. # The user who created the reply.
+          "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated.
             "me": True or False, # Whether this user is the requesting user.
             "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user".
             "displayName": "A String", # A plain text displayable name for this user.
@@ -290,7 +290,7 @@
           "resolved": True or False, # Whether the comment has been resolved by one of its replies.
           "kind": "drive#comment", # Identifies what kind of resource this is. Value: the fixed string "drive#comment".
           "modifiedTime": "A String", # The last time the comment or any of its replies was modified (RFC 3339 date-time).
-          "author": { # Information about a Drive user. # The user who created the comment.
+          "author": { # Information about a Drive user. # The author of the comment. The author's email address and permission ID will not be populated.
             "me": True or False, # Whether this user is the requesting user.
             "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user".
             "displayName": "A String", # A plain text displayable name for this user.
@@ -310,7 +310,7 @@
             { # A reply to a comment on a file.
               "kind": "drive#reply", # Identifies what kind of resource this is. Value: the fixed string "drive#reply".
               "modifiedTime": "A String", # The last time the reply was modified (RFC 3339 date-time).
-              "author": { # Information about a Drive user. # The user who created the reply.
+              "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated.
                 "me": True or False, # Whether this user is the requesting user.
                 "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user".
                 "displayName": "A String", # A plain text displayable name for this user.
@@ -350,20 +350,20 @@
 </div>
 
 <div class="method">
-    <code class="details" id="update">update(fileId, commentId, body)</code>
+    <code class="details" id="update">update(fileId, commentId, body=None)</code>
   <pre>Updates a comment with patch semantics.
 
 Args:
   fileId: string, The ID of the file. (required)
   commentId: string, The ID of the comment. (required)
-  body: object, The request body. (required)
+  body: object, The request body.
     The object takes the form of:
 
 { # A comment on a file.
     "resolved": True or False, # Whether the comment has been resolved by one of its replies.
     "kind": "drive#comment", # Identifies what kind of resource this is. Value: the fixed string "drive#comment".
     "modifiedTime": "A String", # The last time the comment or any of its replies was modified (RFC 3339 date-time).
-    "author": { # Information about a Drive user. # The user who created the comment.
+    "author": { # Information about a Drive user. # The author of the comment. The author's email address and permission ID will not be populated.
       "me": True or False, # Whether this user is the requesting user.
       "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user".
       "displayName": "A String", # A plain text displayable name for this user.
@@ -383,7 +383,7 @@
       { # A reply to a comment on a file.
         "kind": "drive#reply", # Identifies what kind of resource this is. Value: the fixed string "drive#reply".
         "modifiedTime": "A String", # The last time the reply was modified (RFC 3339 date-time).
-        "author": { # Information about a Drive user. # The user who created the reply.
+        "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated.
           "me": True or False, # Whether this user is the requesting user.
           "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user".
           "displayName": "A String", # A plain text displayable name for this user.
@@ -413,7 +413,7 @@
       "resolved": True or False, # Whether the comment has been resolved by one of its replies.
       "kind": "drive#comment", # Identifies what kind of resource this is. Value: the fixed string "drive#comment".
       "modifiedTime": "A String", # The last time the comment or any of its replies was modified (RFC 3339 date-time).
-      "author": { # Information about a Drive user. # The user who created the comment.
+      "author": { # Information about a Drive user. # The author of the comment. The author's email address and permission ID will not be populated.
         "me": True or False, # Whether this user is the requesting user.
         "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user".
         "displayName": "A String", # A plain text displayable name for this user.
@@ -433,7 +433,7 @@
         { # A reply to a comment on a file.
           "kind": "drive#reply", # Identifies what kind of resource this is. Value: the fixed string "drive#reply".
           "modifiedTime": "A String", # The last time the reply was modified (RFC 3339 date-time).
-          "author": { # Information about a Drive user. # The user who created the reply.
+          "author": { # Information about a Drive user. # The author of the reply. The author's email address and permission ID will not be populated.
             "me": True or False, # Whether this user is the requesting user.
             "kind": "drive#user", # Identifies what kind of resource this is. Value: the fixed string "drive#user".
             "displayName": "A String", # A plain text displayable name for this user.