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/gmail_v1.users.labels.html b/docs/dyn/gmail_v1.users.labels.html
index 2f22436..9d75f9b 100644
--- a/docs/dyn/gmail_v1.users.labels.html
+++ b/docs/dyn/gmail_v1.users.labels.html
@@ -75,866 +75,247 @@
 <h1><a href="gmail_v1.html">Gmail API</a> . <a href="gmail_v1.users.html">users</a> . <a href="gmail_v1.users.labels.html">labels</a></h1>
 <h2>Instance Methods</h2>
 <p class="toc_element">
-  <code><a href="#create">create(userId, body=None, x__xgafv=None)</a></code></p>
+  <code><a href="#create">create(userId, body=None)</a></code></p>
 <p class="firstline">Creates a new label.</p>
 <p class="toc_element">
-  <code><a href="#delete">delete(userId, id, x__xgafv=None)</a></code></p>
-<p class="firstline">Immediately and permanently deletes the specified label and removes it from</p>
+  <code><a href="#delete">delete(userId, id)</a></code></p>
+<p class="firstline">Immediately and permanently deletes the specified label and removes it from any messages and threads that it is applied to.</p>
 <p class="toc_element">
-  <code><a href="#get">get(userId, id, x__xgafv=None)</a></code></p>
+  <code><a href="#get">get(userId, id)</a></code></p>
 <p class="firstline">Gets the specified label.</p>
 <p class="toc_element">
-  <code><a href="#list">list(userId, x__xgafv=None)</a></code></p>
+  <code><a href="#list">list(userId)</a></code></p>
 <p class="firstline">Lists all labels in the user's mailbox.</p>
 <p class="toc_element">
-  <code><a href="#patch">patch(userId, id, body=None, x__xgafv=None)</a></code></p>
-<p class="firstline">Patch the specified label.</p>
+  <code><a href="#patch">patch(userId, id, body=None)</a></code></p>
+<p class="firstline">Updates the specified label. This method supports patch semantics.</p>
 <p class="toc_element">
-  <code><a href="#update">update(userId, id, body=None, x__xgafv=None)</a></code></p>
+  <code><a href="#update">update(userId, id, body=None)</a></code></p>
 <p class="firstline">Updates the specified label.</p>
 <h3>Method Details</h3>
 <div class="method">
-    <code class="details" id="create">create(userId, body=None, x__xgafv=None)</code>
+    <code class="details" id="create">create(userId, body=None)</code>
   <pre>Creates a new label.
 
 Args:
-  userId: string, The user's email address. The special value &lt;code&gt;me&lt;/code&gt;
-can be used to indicate the authenticated user. (required)
+  userId: string, The user&#x27;s email address. The special value me can be used to indicate the authenticated user. (required)
   body: object, The request body.
     The object takes the form of:
 
-{ # Labels are used to categorize messages and threads within the
-    # user's mailbox.
-  "name": "A String", # The display name of the label.
-      # @mutable gmail.users.labels.create gmail.users.labels.update
-  "messagesTotal": 42, # The total number of messages with the label.
-  "color": { # The color to assign to the label. Color is only available for labels that
-      # have their &lt;code&gt;type&lt;/code&gt; set to &lt;code&gt;user&lt;/code&gt;.
-      # @mutable gmail.users.labels.create gmail.users.labels.update
-    "textColor": "A String", # The text color of the label, represented as hex string.
-        # This field is required in order to set the color of a label.
-        # Only the following predefined set of color values are allowed:
-        # &lt;br/&gt;
-        # # 000000, #434343, #666666, #999999, #cccccc, #efefef, #f3f3f3, #ffffff,
-        #
-        # # fb4c2f, #ffad47, #fad165, #16a766, #43d692, #4a86e8, #a479e2, #f691b3,
-        #
-        # # f6c5be, #ffe6c7, #fef1d1, #b9e4d0, #c6f3de, #c9daf8, #e4d7f5, #fcdee8,
-        #
-        # # efa093, #ffd6a2, #fce8b3, #89d3b2, #a0eac9, #a4c2f4, #d0bcf1, #fbc8d9,
-        #
-        # # e66550, #ffbc6b, #fcda83, #44b984, #68dfa9, #6d9eeb, #b694e8, #f7a7c0,
-        #
-        # # cc3a21, #eaa041, #f2c960, #149e60, #3dc789, #3c78d8, #8e63ce, #e07798,
-        #
-        # # ac2b16, #cf8933, #d5ae49, #0b804b, #2a9c68, #285bac, #653e9b, #b65775,
-        #
-        # # 822111, #a46a21, #aa8831, #076239, #1a764d, #1c4587, #41236d, #83334c
-        #
-        # # 464646, #e7e7e7, #0d3472, #b6cff5, #0d3b44, #98d7e4, #3d188e, #e3d7ff,
-        #
-        # # 711a36, #fbd3e0, #8a1c0a, #f2b2a8, #7a2e0b, #ffc8af, #7a4706, #ffdeb5,
-        #
-        # # 594c05, #fbe983, #684e07, #fdedc1, #0b4f30, #b3efd3, #04502e, #a2dcc1,
-        #
-        # # c2c2c2, #4986e7, #2da2bb, #b99aff, #994a64, #f691b2, #ff7537, #ffad46,
-        #
-        # # 662e37, #ebdbde, #cca6ac, #094228, #42d692, #16a765
-        #
-        # @mutable gmail.users.labels.create gmail.users.labels.update
-    "backgroundColor": "A String", # The background color represented as hex string #RRGGBB (ex #000000).
-        # This field is required in order to set the color of a label.
-        # Only the following predefined set of color values are allowed:
-        # &lt;br/&gt;
-        # # 000000, #434343, #666666, #999999, #cccccc, #efefef, #f3f3f3, #ffffff,
-        #
-        # # fb4c2f, #ffad47, #fad165, #16a766, #43d692, #4a86e8, #a479e2, #f691b3,
-        #
-        # # f6c5be, #ffe6c7, #fef1d1, #b9e4d0, #c6f3de, #c9daf8, #e4d7f5, #fcdee8,
-        #
-        # # efa093, #ffd6a2, #fce8b3, #89d3b2, #a0eac9, #a4c2f4, #d0bcf1, #fbc8d9,
-        #
-        # # e66550, #ffbc6b, #fcda83, #44b984, #68dfa9, #6d9eeb, #b694e8, #f7a7c0,
-        #
-        # # cc3a21, #eaa041, #f2c960, #149e60, #3dc789, #3c78d8, #8e63ce, #e07798,
-        #
-        # # ac2b16, #cf8933, #d5ae49, #0b804b, #2a9c68, #285bac, #653e9b, #b65775,
-        #
-        # # 822111, #a46a21, #aa8831, #076239, #1a764d, #1c4587, #41236d, #83334c
-        #
-        # # 464646, #e7e7e7, #0d3472, #b6cff5, #0d3b44, #98d7e4, #3d188e, #e3d7ff,
-        #
-        # # 711a36, #fbd3e0, #8a1c0a, #f2b2a8, #7a2e0b, #ffc8af, #7a4706, #ffdeb5,
-        #
-        # # 594c05, #fbe983, #684e07, #fdedc1, #0b4f30, #b3efd3, #04502e, #a2dcc1,
-        #
-        # # c2c2c2, #4986e7, #2da2bb, #b99aff, #994a64, #f691b2, #ff7537, #ffad46,
-        #
-        # # 662e37, #ebdbde, #cca6ac, #094228, #42d692, #16a765
-        #
-        # @mutable gmail.users.labels.create gmail.users.labels.update
-  },
-  "type": "A String", # The owner type for the label. User labels are created by the user and
-      # can be modified and deleted by the user and can be applied to any
-      # message or thread. System labels are internally created and cannot be
-      # added, modified, or deleted. System labels may be able to be applied to or
-      # removed from messages and threads under some circumstances but this is
-      # not guaranteed. For example, users can apply and remove the
-      # &lt;code&gt;INBOX&lt;/code&gt; and &lt;code&gt;UNREAD&lt;/code&gt; labels from messages and
-      # threads, but cannot apply or remove the &lt;code&gt;DRAFTS&lt;/code&gt; or
-      # &lt;code&gt;SENT&lt;/code&gt; labels from messages or threads.
-  "threadsTotal": 42, # The total number of threads with the label.
-  "labelListVisibility": "A String", # The visibility of the label in the label list in the Gmail web interface.
-      # @mutable gmail.users.labels.create gmail.users.labels.update
-  "threadsUnread": 42, # The number of unread threads with the label.
-  "messageListVisibility": "A String", # The visibility of the label in the message list in the
-      # Gmail web interface.
-      # @mutable gmail.users.labels.create gmail.users.labels.update
-  "id": "A String", # The immutable ID of the label.
-  "messagesUnread": 42, # The number of unread messages with the label.
-}
+{ # Labels are used to categorize messages and threads within the user&#x27;s mailbox.
+    &quot;color&quot;: { # The color to assign to the label. Color is only available for labels that have their type set to user.
+      &quot;backgroundColor&quot;: &quot;A String&quot;, # The background color represented as hex string #RRGGBB (ex #000000). This field is required in order to set the color of a label. Only the following predefined set of color values are allowed:
+          # #000000, #434343, #666666, #999999, #cccccc, #efefef, #f3f3f3, #ffffff, #fb4c2f, #ffad47, #fad165, #16a766, #43d692, #4a86e8, #a479e2, #f691b3, #f6c5be, #ffe6c7, #fef1d1, #b9e4d0, #c6f3de, #c9daf8, #e4d7f5, #fcdee8, #efa093, #ffd6a2, #fce8b3, #89d3b2, #a0eac9, #a4c2f4, #d0bcf1, #fbc8d9, #e66550, #ffbc6b, #fcda83, #44b984, #68dfa9, #6d9eeb, #b694e8, #f7a7c0, #cc3a21, #eaa041, #f2c960, #149e60, #3dc789, #3c78d8, #8e63ce, #e07798, #ac2b16, #cf8933, #d5ae49, #0b804b, #2a9c68, #285bac, #653e9b, #b65775, #822111, #a46a21, #aa8831, #076239, #1a764d, #1c4587, #41236d, #83334c #464646, #e7e7e7, #0d3472, #b6cff5, #0d3b44, #98d7e4, #3d188e, #e3d7ff, #711a36, #fbd3e0, #8a1c0a, #f2b2a8, #7a2e0b, #ffc8af, #7a4706, #ffdeb5, #594c05, #fbe983, #684e07, #fdedc1, #0b4f30, #b3efd3, #04502e, #a2dcc1, #c2c2c2, #4986e7, #2da2bb, #b99aff, #994a64, #f691b2, #ff7537, #ffad46, #662e37, #ebdbde, #cca6ac, #094228, #42d692, #16a765
+      &quot;textColor&quot;: &quot;A String&quot;, # The text color of the label, represented as hex string. This field is required in order to set the color of a label. Only the following predefined set of color values are allowed:
+          # #000000, #434343, #666666, #999999, #cccccc, #efefef, #f3f3f3, #ffffff, #fb4c2f, #ffad47, #fad165, #16a766, #43d692, #4a86e8, #a479e2, #f691b3, #f6c5be, #ffe6c7, #fef1d1, #b9e4d0, #c6f3de, #c9daf8, #e4d7f5, #fcdee8, #efa093, #ffd6a2, #fce8b3, #89d3b2, #a0eac9, #a4c2f4, #d0bcf1, #fbc8d9, #e66550, #ffbc6b, #fcda83, #44b984, #68dfa9, #6d9eeb, #b694e8, #f7a7c0, #cc3a21, #eaa041, #f2c960, #149e60, #3dc789, #3c78d8, #8e63ce, #e07798, #ac2b16, #cf8933, #d5ae49, #0b804b, #2a9c68, #285bac, #653e9b, #b65775, #822111, #a46a21, #aa8831, #076239, #1a764d, #1c4587, #41236d, #83334c #464646, #e7e7e7, #0d3472, #b6cff5, #0d3b44, #98d7e4, #3d188e, #e3d7ff, #711a36, #fbd3e0, #8a1c0a, #f2b2a8, #7a2e0b, #ffc8af, #7a4706, #ffdeb5, #594c05, #fbe983, #684e07, #fdedc1, #0b4f30, #b3efd3, #04502e, #a2dcc1, #c2c2c2, #4986e7, #2da2bb, #b99aff, #994a64, #f691b2, #ff7537, #ffad46, #662e37, #ebdbde, #cca6ac, #094228, #42d692, #16a765
+    },
+    &quot;id&quot;: &quot;A String&quot;, # The immutable ID of the label.
+    &quot;labelListVisibility&quot;: &quot;A String&quot;, # The visibility of the label in the label list in the Gmail web interface.
+    &quot;messageListVisibility&quot;: &quot;A String&quot;, # The visibility of the label in the message list in the Gmail web interface.
+    &quot;messagesTotal&quot;: 42, # The total number of messages with the label.
+    &quot;messagesUnread&quot;: 42, # The number of unread messages with the label.
+    &quot;name&quot;: &quot;A String&quot;, # The display name of the label.
+    &quot;threadsTotal&quot;: 42, # The total number of threads with the label.
+    &quot;threadsUnread&quot;: 42, # The number of unread threads with the label.
+    &quot;type&quot;: &quot;A String&quot;, # The owner type for the label. User labels are created by the user and can be modified and deleted by the user and can be applied to any message or thread. System labels are internally created and cannot be added, modified, or deleted. System labels may be able to be applied to or removed from messages and threads under some circumstances but this is not guaranteed. For example, users can apply and remove the INBOX and UNREAD labels from messages and threads, but cannot apply or remove the DRAFTS or SENT labels from messages or threads.
+  }
 
-  x__xgafv: string, V1 error format.
-    Allowed values
-      1 - v1 error format
-      2 - v2 error format
 
 Returns:
   An object of the form:
 
-    { # Labels are used to categorize messages and threads within the
-      # user's mailbox.
-    "name": "A String", # The display name of the label.
-        # @mutable gmail.users.labels.create gmail.users.labels.update
-    "messagesTotal": 42, # The total number of messages with the label.
-    "color": { # The color to assign to the label. Color is only available for labels that
-        # have their &lt;code&gt;type&lt;/code&gt; set to &lt;code&gt;user&lt;/code&gt;.
-        # @mutable gmail.users.labels.create gmail.users.labels.update
-      "textColor": "A String", # The text color of the label, represented as hex string.
-          # This field is required in order to set the color of a label.
-          # Only the following predefined set of color values are allowed:
-          # &lt;br/&gt;
-          # # 000000, #434343, #666666, #999999, #cccccc, #efefef, #f3f3f3, #ffffff,
-          #
-          # # fb4c2f, #ffad47, #fad165, #16a766, #43d692, #4a86e8, #a479e2, #f691b3,
-          #
-          # # f6c5be, #ffe6c7, #fef1d1, #b9e4d0, #c6f3de, #c9daf8, #e4d7f5, #fcdee8,
-          #
-          # # efa093, #ffd6a2, #fce8b3, #89d3b2, #a0eac9, #a4c2f4, #d0bcf1, #fbc8d9,
-          #
-          # # e66550, #ffbc6b, #fcda83, #44b984, #68dfa9, #6d9eeb, #b694e8, #f7a7c0,
-          #
-          # # cc3a21, #eaa041, #f2c960, #149e60, #3dc789, #3c78d8, #8e63ce, #e07798,
-          #
-          # # ac2b16, #cf8933, #d5ae49, #0b804b, #2a9c68, #285bac, #653e9b, #b65775,
-          #
-          # # 822111, #a46a21, #aa8831, #076239, #1a764d, #1c4587, #41236d, #83334c
-          #
-          # # 464646, #e7e7e7, #0d3472, #b6cff5, #0d3b44, #98d7e4, #3d188e, #e3d7ff,
-          #
-          # # 711a36, #fbd3e0, #8a1c0a, #f2b2a8, #7a2e0b, #ffc8af, #7a4706, #ffdeb5,
-          #
-          # # 594c05, #fbe983, #684e07, #fdedc1, #0b4f30, #b3efd3, #04502e, #a2dcc1,
-          #
-          # # c2c2c2, #4986e7, #2da2bb, #b99aff, #994a64, #f691b2, #ff7537, #ffad46,
-          #
-          # # 662e37, #ebdbde, #cca6ac, #094228, #42d692, #16a765
-          #
-          # @mutable gmail.users.labels.create gmail.users.labels.update
-      "backgroundColor": "A String", # The background color represented as hex string #RRGGBB (ex #000000).
-          # This field is required in order to set the color of a label.
-          # Only the following predefined set of color values are allowed:
-          # &lt;br/&gt;
-          # # 000000, #434343, #666666, #999999, #cccccc, #efefef, #f3f3f3, #ffffff,
-          #
-          # # fb4c2f, #ffad47, #fad165, #16a766, #43d692, #4a86e8, #a479e2, #f691b3,
-          #
-          # # f6c5be, #ffe6c7, #fef1d1, #b9e4d0, #c6f3de, #c9daf8, #e4d7f5, #fcdee8,
-          #
-          # # efa093, #ffd6a2, #fce8b3, #89d3b2, #a0eac9, #a4c2f4, #d0bcf1, #fbc8d9,
-          #
-          # # e66550, #ffbc6b, #fcda83, #44b984, #68dfa9, #6d9eeb, #b694e8, #f7a7c0,
-          #
-          # # cc3a21, #eaa041, #f2c960, #149e60, #3dc789, #3c78d8, #8e63ce, #e07798,
-          #
-          # # ac2b16, #cf8933, #d5ae49, #0b804b, #2a9c68, #285bac, #653e9b, #b65775,
-          #
-          # # 822111, #a46a21, #aa8831, #076239, #1a764d, #1c4587, #41236d, #83334c
-          #
-          # # 464646, #e7e7e7, #0d3472, #b6cff5, #0d3b44, #98d7e4, #3d188e, #e3d7ff,
-          #
-          # # 711a36, #fbd3e0, #8a1c0a, #f2b2a8, #7a2e0b, #ffc8af, #7a4706, #ffdeb5,
-          #
-          # # 594c05, #fbe983, #684e07, #fdedc1, #0b4f30, #b3efd3, #04502e, #a2dcc1,
-          #
-          # # c2c2c2, #4986e7, #2da2bb, #b99aff, #994a64, #f691b2, #ff7537, #ffad46,
-          #
-          # # 662e37, #ebdbde, #cca6ac, #094228, #42d692, #16a765
-          #
-          # @mutable gmail.users.labels.create gmail.users.labels.update
-    },
-    "type": "A String", # The owner type for the label. User labels are created by the user and
-        # can be modified and deleted by the user and can be applied to any
-        # message or thread. System labels are internally created and cannot be
-        # added, modified, or deleted. System labels may be able to be applied to or
-        # removed from messages and threads under some circumstances but this is
-        # not guaranteed. For example, users can apply and remove the
-        # &lt;code&gt;INBOX&lt;/code&gt; and &lt;code&gt;UNREAD&lt;/code&gt; labels from messages and
-        # threads, but cannot apply or remove the &lt;code&gt;DRAFTS&lt;/code&gt; or
-        # &lt;code&gt;SENT&lt;/code&gt; labels from messages or threads.
-    "threadsTotal": 42, # The total number of threads with the label.
-    "labelListVisibility": "A String", # The visibility of the label in the label list in the Gmail web interface.
-        # @mutable gmail.users.labels.create gmail.users.labels.update
-    "threadsUnread": 42, # The number of unread threads with the label.
-    "messageListVisibility": "A String", # The visibility of the label in the message list in the
-        # Gmail web interface.
-        # @mutable gmail.users.labels.create gmail.users.labels.update
-    "id": "A String", # The immutable ID of the label.
-    "messagesUnread": 42, # The number of unread messages with the label.
-  }</pre>
+    { # Labels are used to categorize messages and threads within the user&#x27;s mailbox.
+      &quot;color&quot;: { # The color to assign to the label. Color is only available for labels that have their type set to user.
+        &quot;backgroundColor&quot;: &quot;A String&quot;, # The background color represented as hex string #RRGGBB (ex #000000). This field is required in order to set the color of a label. Only the following predefined set of color values are allowed:
+            # #000000, #434343, #666666, #999999, #cccccc, #efefef, #f3f3f3, #ffffff, #fb4c2f, #ffad47, #fad165, #16a766, #43d692, #4a86e8, #a479e2, #f691b3, #f6c5be, #ffe6c7, #fef1d1, #b9e4d0, #c6f3de, #c9daf8, #e4d7f5, #fcdee8, #efa093, #ffd6a2, #fce8b3, #89d3b2, #a0eac9, #a4c2f4, #d0bcf1, #fbc8d9, #e66550, #ffbc6b, #fcda83, #44b984, #68dfa9, #6d9eeb, #b694e8, #f7a7c0, #cc3a21, #eaa041, #f2c960, #149e60, #3dc789, #3c78d8, #8e63ce, #e07798, #ac2b16, #cf8933, #d5ae49, #0b804b, #2a9c68, #285bac, #653e9b, #b65775, #822111, #a46a21, #aa8831, #076239, #1a764d, #1c4587, #41236d, #83334c #464646, #e7e7e7, #0d3472, #b6cff5, #0d3b44, #98d7e4, #3d188e, #e3d7ff, #711a36, #fbd3e0, #8a1c0a, #f2b2a8, #7a2e0b, #ffc8af, #7a4706, #ffdeb5, #594c05, #fbe983, #684e07, #fdedc1, #0b4f30, #b3efd3, #04502e, #a2dcc1, #c2c2c2, #4986e7, #2da2bb, #b99aff, #994a64, #f691b2, #ff7537, #ffad46, #662e37, #ebdbde, #cca6ac, #094228, #42d692, #16a765
+        &quot;textColor&quot;: &quot;A String&quot;, # The text color of the label, represented as hex string. This field is required in order to set the color of a label. Only the following predefined set of color values are allowed:
+            # #000000, #434343, #666666, #999999, #cccccc, #efefef, #f3f3f3, #ffffff, #fb4c2f, #ffad47, #fad165, #16a766, #43d692, #4a86e8, #a479e2, #f691b3, #f6c5be, #ffe6c7, #fef1d1, #b9e4d0, #c6f3de, #c9daf8, #e4d7f5, #fcdee8, #efa093, #ffd6a2, #fce8b3, #89d3b2, #a0eac9, #a4c2f4, #d0bcf1, #fbc8d9, #e66550, #ffbc6b, #fcda83, #44b984, #68dfa9, #6d9eeb, #b694e8, #f7a7c0, #cc3a21, #eaa041, #f2c960, #149e60, #3dc789, #3c78d8, #8e63ce, #e07798, #ac2b16, #cf8933, #d5ae49, #0b804b, #2a9c68, #285bac, #653e9b, #b65775, #822111, #a46a21, #aa8831, #076239, #1a764d, #1c4587, #41236d, #83334c #464646, #e7e7e7, #0d3472, #b6cff5, #0d3b44, #98d7e4, #3d188e, #e3d7ff, #711a36, #fbd3e0, #8a1c0a, #f2b2a8, #7a2e0b, #ffc8af, #7a4706, #ffdeb5, #594c05, #fbe983, #684e07, #fdedc1, #0b4f30, #b3efd3, #04502e, #a2dcc1, #c2c2c2, #4986e7, #2da2bb, #b99aff, #994a64, #f691b2, #ff7537, #ffad46, #662e37, #ebdbde, #cca6ac, #094228, #42d692, #16a765
+      },
+      &quot;id&quot;: &quot;A String&quot;, # The immutable ID of the label.
+      &quot;labelListVisibility&quot;: &quot;A String&quot;, # The visibility of the label in the label list in the Gmail web interface.
+      &quot;messageListVisibility&quot;: &quot;A String&quot;, # The visibility of the label in the message list in the Gmail web interface.
+      &quot;messagesTotal&quot;: 42, # The total number of messages with the label.
+      &quot;messagesUnread&quot;: 42, # The number of unread messages with the label.
+      &quot;name&quot;: &quot;A String&quot;, # The display name of the label.
+      &quot;threadsTotal&quot;: 42, # The total number of threads with the label.
+      &quot;threadsUnread&quot;: 42, # The number of unread threads with the label.
+      &quot;type&quot;: &quot;A String&quot;, # The owner type for the label. User labels are created by the user and can be modified and deleted by the user and can be applied to any message or thread. System labels are internally created and cannot be added, modified, or deleted. System labels may be able to be applied to or removed from messages and threads under some circumstances but this is not guaranteed. For example, users can apply and remove the INBOX and UNREAD labels from messages and threads, but cannot apply or remove the DRAFTS or SENT labels from messages or threads.
+    }</pre>
 </div>
 
 <div class="method">
-    <code class="details" id="delete">delete(userId, id, x__xgafv=None)</code>
-  <pre>Immediately and permanently deletes the specified label and removes it from
-any messages and threads that it is applied to.
+    <code class="details" id="delete">delete(userId, id)</code>
+  <pre>Immediately and permanently deletes the specified label and removes it from any messages and threads that it is applied to.
 
 Args:
-  userId: string, The user's email address. The special value &lt;code&gt;me&lt;/code&gt;
-can be used to indicate the authenticated user. (required)
+  userId: string, The user&#x27;s email address. The special value me can be used to indicate the authenticated user. (required)
   id: string, The ID of the label to delete. (required)
-  x__xgafv: string, V1 error format.
-    Allowed values
-      1 - v1 error format
-      2 - v2 error format
 </pre>
 </div>
 
 <div class="method">
-    <code class="details" id="get">get(userId, id, x__xgafv=None)</code>
+    <code class="details" id="get">get(userId, id)</code>
   <pre>Gets the specified label.
 
 Args:
-  userId: string, The user's email address. The special value &lt;code&gt;me&lt;/code&gt;
-can be used to indicate the authenticated user. (required)
+  userId: string, The user&#x27;s email address. The special value me can be used to indicate the authenticated user. (required)
   id: string, The ID of the label to retrieve. (required)
-  x__xgafv: string, V1 error format.
-    Allowed values
-      1 - v1 error format
-      2 - v2 error format
 
 Returns:
   An object of the form:
 
-    { # Labels are used to categorize messages and threads within the
-      # user's mailbox.
-    "name": "A String", # The display name of the label.
-        # @mutable gmail.users.labels.create gmail.users.labels.update
-    "messagesTotal": 42, # The total number of messages with the label.
-    "color": { # The color to assign to the label. Color is only available for labels that
-        # have their &lt;code&gt;type&lt;/code&gt; set to &lt;code&gt;user&lt;/code&gt;.
-        # @mutable gmail.users.labels.create gmail.users.labels.update
-      "textColor": "A String", # The text color of the label, represented as hex string.
-          # This field is required in order to set the color of a label.
-          # Only the following predefined set of color values are allowed:
-          # &lt;br/&gt;
-          # # 000000, #434343, #666666, #999999, #cccccc, #efefef, #f3f3f3, #ffffff,
-          #
-          # # fb4c2f, #ffad47, #fad165, #16a766, #43d692, #4a86e8, #a479e2, #f691b3,
-          #
-          # # f6c5be, #ffe6c7, #fef1d1, #b9e4d0, #c6f3de, #c9daf8, #e4d7f5, #fcdee8,
-          #
-          # # efa093, #ffd6a2, #fce8b3, #89d3b2, #a0eac9, #a4c2f4, #d0bcf1, #fbc8d9,
-          #
-          # # e66550, #ffbc6b, #fcda83, #44b984, #68dfa9, #6d9eeb, #b694e8, #f7a7c0,
-          #
-          # # cc3a21, #eaa041, #f2c960, #149e60, #3dc789, #3c78d8, #8e63ce, #e07798,
-          #
-          # # ac2b16, #cf8933, #d5ae49, #0b804b, #2a9c68, #285bac, #653e9b, #b65775,
-          #
-          # # 822111, #a46a21, #aa8831, #076239, #1a764d, #1c4587, #41236d, #83334c
-          #
-          # # 464646, #e7e7e7, #0d3472, #b6cff5, #0d3b44, #98d7e4, #3d188e, #e3d7ff,
-          #
-          # # 711a36, #fbd3e0, #8a1c0a, #f2b2a8, #7a2e0b, #ffc8af, #7a4706, #ffdeb5,
-          #
-          # # 594c05, #fbe983, #684e07, #fdedc1, #0b4f30, #b3efd3, #04502e, #a2dcc1,
-          #
-          # # c2c2c2, #4986e7, #2da2bb, #b99aff, #994a64, #f691b2, #ff7537, #ffad46,
-          #
-          # # 662e37, #ebdbde, #cca6ac, #094228, #42d692, #16a765
-          #
-          # @mutable gmail.users.labels.create gmail.users.labels.update
-      "backgroundColor": "A String", # The background color represented as hex string #RRGGBB (ex #000000).
-          # This field is required in order to set the color of a label.
-          # Only the following predefined set of color values are allowed:
-          # &lt;br/&gt;
-          # # 000000, #434343, #666666, #999999, #cccccc, #efefef, #f3f3f3, #ffffff,
-          #
-          # # fb4c2f, #ffad47, #fad165, #16a766, #43d692, #4a86e8, #a479e2, #f691b3,
-          #
-          # # f6c5be, #ffe6c7, #fef1d1, #b9e4d0, #c6f3de, #c9daf8, #e4d7f5, #fcdee8,
-          #
-          # # efa093, #ffd6a2, #fce8b3, #89d3b2, #a0eac9, #a4c2f4, #d0bcf1, #fbc8d9,
-          #
-          # # e66550, #ffbc6b, #fcda83, #44b984, #68dfa9, #6d9eeb, #b694e8, #f7a7c0,
-          #
-          # # cc3a21, #eaa041, #f2c960, #149e60, #3dc789, #3c78d8, #8e63ce, #e07798,
-          #
-          # # ac2b16, #cf8933, #d5ae49, #0b804b, #2a9c68, #285bac, #653e9b, #b65775,
-          #
-          # # 822111, #a46a21, #aa8831, #076239, #1a764d, #1c4587, #41236d, #83334c
-          #
-          # # 464646, #e7e7e7, #0d3472, #b6cff5, #0d3b44, #98d7e4, #3d188e, #e3d7ff,
-          #
-          # # 711a36, #fbd3e0, #8a1c0a, #f2b2a8, #7a2e0b, #ffc8af, #7a4706, #ffdeb5,
-          #
-          # # 594c05, #fbe983, #684e07, #fdedc1, #0b4f30, #b3efd3, #04502e, #a2dcc1,
-          #
-          # # c2c2c2, #4986e7, #2da2bb, #b99aff, #994a64, #f691b2, #ff7537, #ffad46,
-          #
-          # # 662e37, #ebdbde, #cca6ac, #094228, #42d692, #16a765
-          #
-          # @mutable gmail.users.labels.create gmail.users.labels.update
-    },
-    "type": "A String", # The owner type for the label. User labels are created by the user and
-        # can be modified and deleted by the user and can be applied to any
-        # message or thread. System labels are internally created and cannot be
-        # added, modified, or deleted. System labels may be able to be applied to or
-        # removed from messages and threads under some circumstances but this is
-        # not guaranteed. For example, users can apply and remove the
-        # &lt;code&gt;INBOX&lt;/code&gt; and &lt;code&gt;UNREAD&lt;/code&gt; labels from messages and
-        # threads, but cannot apply or remove the &lt;code&gt;DRAFTS&lt;/code&gt; or
-        # &lt;code&gt;SENT&lt;/code&gt; labels from messages or threads.
-    "threadsTotal": 42, # The total number of threads with the label.
-    "labelListVisibility": "A String", # The visibility of the label in the label list in the Gmail web interface.
-        # @mutable gmail.users.labels.create gmail.users.labels.update
-    "threadsUnread": 42, # The number of unread threads with the label.
-    "messageListVisibility": "A String", # The visibility of the label in the message list in the
-        # Gmail web interface.
-        # @mutable gmail.users.labels.create gmail.users.labels.update
-    "id": "A String", # The immutable ID of the label.
-    "messagesUnread": 42, # The number of unread messages with the label.
-  }</pre>
+    { # Labels are used to categorize messages and threads within the user&#x27;s mailbox.
+      &quot;color&quot;: { # The color to assign to the label. Color is only available for labels that have their type set to user.
+        &quot;backgroundColor&quot;: &quot;A String&quot;, # The background color represented as hex string #RRGGBB (ex #000000). This field is required in order to set the color of a label. Only the following predefined set of color values are allowed:
+            # #000000, #434343, #666666, #999999, #cccccc, #efefef, #f3f3f3, #ffffff, #fb4c2f, #ffad47, #fad165, #16a766, #43d692, #4a86e8, #a479e2, #f691b3, #f6c5be, #ffe6c7, #fef1d1, #b9e4d0, #c6f3de, #c9daf8, #e4d7f5, #fcdee8, #efa093, #ffd6a2, #fce8b3, #89d3b2, #a0eac9, #a4c2f4, #d0bcf1, #fbc8d9, #e66550, #ffbc6b, #fcda83, #44b984, #68dfa9, #6d9eeb, #b694e8, #f7a7c0, #cc3a21, #eaa041, #f2c960, #149e60, #3dc789, #3c78d8, #8e63ce, #e07798, #ac2b16, #cf8933, #d5ae49, #0b804b, #2a9c68, #285bac, #653e9b, #b65775, #822111, #a46a21, #aa8831, #076239, #1a764d, #1c4587, #41236d, #83334c #464646, #e7e7e7, #0d3472, #b6cff5, #0d3b44, #98d7e4, #3d188e, #e3d7ff, #711a36, #fbd3e0, #8a1c0a, #f2b2a8, #7a2e0b, #ffc8af, #7a4706, #ffdeb5, #594c05, #fbe983, #684e07, #fdedc1, #0b4f30, #b3efd3, #04502e, #a2dcc1, #c2c2c2, #4986e7, #2da2bb, #b99aff, #994a64, #f691b2, #ff7537, #ffad46, #662e37, #ebdbde, #cca6ac, #094228, #42d692, #16a765
+        &quot;textColor&quot;: &quot;A String&quot;, # The text color of the label, represented as hex string. This field is required in order to set the color of a label. Only the following predefined set of color values are allowed:
+            # #000000, #434343, #666666, #999999, #cccccc, #efefef, #f3f3f3, #ffffff, #fb4c2f, #ffad47, #fad165, #16a766, #43d692, #4a86e8, #a479e2, #f691b3, #f6c5be, #ffe6c7, #fef1d1, #b9e4d0, #c6f3de, #c9daf8, #e4d7f5, #fcdee8, #efa093, #ffd6a2, #fce8b3, #89d3b2, #a0eac9, #a4c2f4, #d0bcf1, #fbc8d9, #e66550, #ffbc6b, #fcda83, #44b984, #68dfa9, #6d9eeb, #b694e8, #f7a7c0, #cc3a21, #eaa041, #f2c960, #149e60, #3dc789, #3c78d8, #8e63ce, #e07798, #ac2b16, #cf8933, #d5ae49, #0b804b, #2a9c68, #285bac, #653e9b, #b65775, #822111, #a46a21, #aa8831, #076239, #1a764d, #1c4587, #41236d, #83334c #464646, #e7e7e7, #0d3472, #b6cff5, #0d3b44, #98d7e4, #3d188e, #e3d7ff, #711a36, #fbd3e0, #8a1c0a, #f2b2a8, #7a2e0b, #ffc8af, #7a4706, #ffdeb5, #594c05, #fbe983, #684e07, #fdedc1, #0b4f30, #b3efd3, #04502e, #a2dcc1, #c2c2c2, #4986e7, #2da2bb, #b99aff, #994a64, #f691b2, #ff7537, #ffad46, #662e37, #ebdbde, #cca6ac, #094228, #42d692, #16a765
+      },
+      &quot;id&quot;: &quot;A String&quot;, # The immutable ID of the label.
+      &quot;labelListVisibility&quot;: &quot;A String&quot;, # The visibility of the label in the label list in the Gmail web interface.
+      &quot;messageListVisibility&quot;: &quot;A String&quot;, # The visibility of the label in the message list in the Gmail web interface.
+      &quot;messagesTotal&quot;: 42, # The total number of messages with the label.
+      &quot;messagesUnread&quot;: 42, # The number of unread messages with the label.
+      &quot;name&quot;: &quot;A String&quot;, # The display name of the label.
+      &quot;threadsTotal&quot;: 42, # The total number of threads with the label.
+      &quot;threadsUnread&quot;: 42, # The number of unread threads with the label.
+      &quot;type&quot;: &quot;A String&quot;, # The owner type for the label. User labels are created by the user and can be modified and deleted by the user and can be applied to any message or thread. System labels are internally created and cannot be added, modified, or deleted. System labels may be able to be applied to or removed from messages and threads under some circumstances but this is not guaranteed. For example, users can apply and remove the INBOX and UNREAD labels from messages and threads, but cannot apply or remove the DRAFTS or SENT labels from messages or threads.
+    }</pre>
 </div>
 
 <div class="method">
-    <code class="details" id="list">list(userId, x__xgafv=None)</code>
-  <pre>Lists all labels in the user's mailbox.
+    <code class="details" id="list">list(userId)</code>
+  <pre>Lists all labels in the user&#x27;s mailbox.
 
 Args:
-  userId: string, The user's email address. The special value &lt;code&gt;me&lt;/code&gt;
-can be used to indicate the authenticated user. (required)
-  x__xgafv: string, V1 error format.
-    Allowed values
-      1 - v1 error format
-      2 - v2 error format
+  userId: string, The user&#x27;s email address. The special value me can be used to indicate the authenticated user. (required)
 
 Returns:
   An object of the form:
 
     {
-    "labels": [ # List of labels. Note that each label resource only contains an
-        # &lt;code&gt;id&lt;/code&gt;, &lt;code&gt;name&lt;/code&gt;, &lt;code&gt;messageListVisibility&lt;/code&gt;,
-        # &lt;code&gt;labelListVisibility&lt;/code&gt;, and &lt;code&gt;type&lt;/code&gt;. The
-        # &lt;a href="/gmail/api/v1/reference/users/labels/get"&gt;labels.get&lt;/a&gt; method
-        # can fetch additional label details.
-      { # Labels are used to categorize messages and threads within the
-          # user's mailbox.
-        "name": "A String", # The display name of the label.
-            # @mutable gmail.users.labels.create gmail.users.labels.update
-        "messagesTotal": 42, # The total number of messages with the label.
-        "color": { # The color to assign to the label. Color is only available for labels that
-            # have their &lt;code&gt;type&lt;/code&gt; set to &lt;code&gt;user&lt;/code&gt;.
-            # @mutable gmail.users.labels.create gmail.users.labels.update
-          "textColor": "A String", # The text color of the label, represented as hex string.
-              # This field is required in order to set the color of a label.
-              # Only the following predefined set of color values are allowed:
-              # &lt;br/&gt;
-              # # 000000, #434343, #666666, #999999, #cccccc, #efefef, #f3f3f3, #ffffff,
-              #
-              # # fb4c2f, #ffad47, #fad165, #16a766, #43d692, #4a86e8, #a479e2, #f691b3,
-              #
-              # # f6c5be, #ffe6c7, #fef1d1, #b9e4d0, #c6f3de, #c9daf8, #e4d7f5, #fcdee8,
-              #
-              # # efa093, #ffd6a2, #fce8b3, #89d3b2, #a0eac9, #a4c2f4, #d0bcf1, #fbc8d9,
-              #
-              # # e66550, #ffbc6b, #fcda83, #44b984, #68dfa9, #6d9eeb, #b694e8, #f7a7c0,
-              #
-              # # cc3a21, #eaa041, #f2c960, #149e60, #3dc789, #3c78d8, #8e63ce, #e07798,
-              #
-              # # ac2b16, #cf8933, #d5ae49, #0b804b, #2a9c68, #285bac, #653e9b, #b65775,
-              #
-              # # 822111, #a46a21, #aa8831, #076239, #1a764d, #1c4587, #41236d, #83334c
-              #
-              # # 464646, #e7e7e7, #0d3472, #b6cff5, #0d3b44, #98d7e4, #3d188e, #e3d7ff,
-              #
-              # # 711a36, #fbd3e0, #8a1c0a, #f2b2a8, #7a2e0b, #ffc8af, #7a4706, #ffdeb5,
-              #
-              # # 594c05, #fbe983, #684e07, #fdedc1, #0b4f30, #b3efd3, #04502e, #a2dcc1,
-              #
-              # # c2c2c2, #4986e7, #2da2bb, #b99aff, #994a64, #f691b2, #ff7537, #ffad46,
-              #
-              # # 662e37, #ebdbde, #cca6ac, #094228, #42d692, #16a765
-              #
-              # @mutable gmail.users.labels.create gmail.users.labels.update
-          "backgroundColor": "A String", # The background color represented as hex string #RRGGBB (ex #000000).
-              # This field is required in order to set the color of a label.
-              # Only the following predefined set of color values are allowed:
-              # &lt;br/&gt;
-              # # 000000, #434343, #666666, #999999, #cccccc, #efefef, #f3f3f3, #ffffff,
-              #
-              # # fb4c2f, #ffad47, #fad165, #16a766, #43d692, #4a86e8, #a479e2, #f691b3,
-              #
-              # # f6c5be, #ffe6c7, #fef1d1, #b9e4d0, #c6f3de, #c9daf8, #e4d7f5, #fcdee8,
-              #
-              # # efa093, #ffd6a2, #fce8b3, #89d3b2, #a0eac9, #a4c2f4, #d0bcf1, #fbc8d9,
-              #
-              # # e66550, #ffbc6b, #fcda83, #44b984, #68dfa9, #6d9eeb, #b694e8, #f7a7c0,
-              #
-              # # cc3a21, #eaa041, #f2c960, #149e60, #3dc789, #3c78d8, #8e63ce, #e07798,
-              #
-              # # ac2b16, #cf8933, #d5ae49, #0b804b, #2a9c68, #285bac, #653e9b, #b65775,
-              #
-              # # 822111, #a46a21, #aa8831, #076239, #1a764d, #1c4587, #41236d, #83334c
-              #
-              # # 464646, #e7e7e7, #0d3472, #b6cff5, #0d3b44, #98d7e4, #3d188e, #e3d7ff,
-              #
-              # # 711a36, #fbd3e0, #8a1c0a, #f2b2a8, #7a2e0b, #ffc8af, #7a4706, #ffdeb5,
-              #
-              # # 594c05, #fbe983, #684e07, #fdedc1, #0b4f30, #b3efd3, #04502e, #a2dcc1,
-              #
-              # # c2c2c2, #4986e7, #2da2bb, #b99aff, #994a64, #f691b2, #ff7537, #ffad46,
-              #
-              # # 662e37, #ebdbde, #cca6ac, #094228, #42d692, #16a765
-              #
-              # @mutable gmail.users.labels.create gmail.users.labels.update
+    &quot;labels&quot;: [ # List of labels. Note that each label resource only contains an id, name, messageListVisibility, labelListVisibility, and type. The labels.get method can fetch additional label details.
+      { # Labels are used to categorize messages and threads within the user&#x27;s mailbox.
+          &quot;color&quot;: { # The color to assign to the label. Color is only available for labels that have their type set to user.
+            &quot;backgroundColor&quot;: &quot;A String&quot;, # The background color represented as hex string #RRGGBB (ex #000000). This field is required in order to set the color of a label. Only the following predefined set of color values are allowed:
+                # #000000, #434343, #666666, #999999, #cccccc, #efefef, #f3f3f3, #ffffff, #fb4c2f, #ffad47, #fad165, #16a766, #43d692, #4a86e8, #a479e2, #f691b3, #f6c5be, #ffe6c7, #fef1d1, #b9e4d0, #c6f3de, #c9daf8, #e4d7f5, #fcdee8, #efa093, #ffd6a2, #fce8b3, #89d3b2, #a0eac9, #a4c2f4, #d0bcf1, #fbc8d9, #e66550, #ffbc6b, #fcda83, #44b984, #68dfa9, #6d9eeb, #b694e8, #f7a7c0, #cc3a21, #eaa041, #f2c960, #149e60, #3dc789, #3c78d8, #8e63ce, #e07798, #ac2b16, #cf8933, #d5ae49, #0b804b, #2a9c68, #285bac, #653e9b, #b65775, #822111, #a46a21, #aa8831, #076239, #1a764d, #1c4587, #41236d, #83334c #464646, #e7e7e7, #0d3472, #b6cff5, #0d3b44, #98d7e4, #3d188e, #e3d7ff, #711a36, #fbd3e0, #8a1c0a, #f2b2a8, #7a2e0b, #ffc8af, #7a4706, #ffdeb5, #594c05, #fbe983, #684e07, #fdedc1, #0b4f30, #b3efd3, #04502e, #a2dcc1, #c2c2c2, #4986e7, #2da2bb, #b99aff, #994a64, #f691b2, #ff7537, #ffad46, #662e37, #ebdbde, #cca6ac, #094228, #42d692, #16a765
+            &quot;textColor&quot;: &quot;A String&quot;, # The text color of the label, represented as hex string. This field is required in order to set the color of a label. Only the following predefined set of color values are allowed:
+                # #000000, #434343, #666666, #999999, #cccccc, #efefef, #f3f3f3, #ffffff, #fb4c2f, #ffad47, #fad165, #16a766, #43d692, #4a86e8, #a479e2, #f691b3, #f6c5be, #ffe6c7, #fef1d1, #b9e4d0, #c6f3de, #c9daf8, #e4d7f5, #fcdee8, #efa093, #ffd6a2, #fce8b3, #89d3b2, #a0eac9, #a4c2f4, #d0bcf1, #fbc8d9, #e66550, #ffbc6b, #fcda83, #44b984, #68dfa9, #6d9eeb, #b694e8, #f7a7c0, #cc3a21, #eaa041, #f2c960, #149e60, #3dc789, #3c78d8, #8e63ce, #e07798, #ac2b16, #cf8933, #d5ae49, #0b804b, #2a9c68, #285bac, #653e9b, #b65775, #822111, #a46a21, #aa8831, #076239, #1a764d, #1c4587, #41236d, #83334c #464646, #e7e7e7, #0d3472, #b6cff5, #0d3b44, #98d7e4, #3d188e, #e3d7ff, #711a36, #fbd3e0, #8a1c0a, #f2b2a8, #7a2e0b, #ffc8af, #7a4706, #ffdeb5, #594c05, #fbe983, #684e07, #fdedc1, #0b4f30, #b3efd3, #04502e, #a2dcc1, #c2c2c2, #4986e7, #2da2bb, #b99aff, #994a64, #f691b2, #ff7537, #ffad46, #662e37, #ebdbde, #cca6ac, #094228, #42d692, #16a765
+          },
+          &quot;id&quot;: &quot;A String&quot;, # The immutable ID of the label.
+          &quot;labelListVisibility&quot;: &quot;A String&quot;, # The visibility of the label in the label list in the Gmail web interface.
+          &quot;messageListVisibility&quot;: &quot;A String&quot;, # The visibility of the label in the message list in the Gmail web interface.
+          &quot;messagesTotal&quot;: 42, # The total number of messages with the label.
+          &quot;messagesUnread&quot;: 42, # The number of unread messages with the label.
+          &quot;name&quot;: &quot;A String&quot;, # The display name of the label.
+          &quot;threadsTotal&quot;: 42, # The total number of threads with the label.
+          &quot;threadsUnread&quot;: 42, # The number of unread threads with the label.
+          &quot;type&quot;: &quot;A String&quot;, # The owner type for the label. User labels are created by the user and can be modified and deleted by the user and can be applied to any message or thread. System labels are internally created and cannot be added, modified, or deleted. System labels may be able to be applied to or removed from messages and threads under some circumstances but this is not guaranteed. For example, users can apply and remove the INBOX and UNREAD labels from messages and threads, but cannot apply or remove the DRAFTS or SENT labels from messages or threads.
         },
-        "type": "A String", # The owner type for the label. User labels are created by the user and
-            # can be modified and deleted by the user and can be applied to any
-            # message or thread. System labels are internally created and cannot be
-            # added, modified, or deleted. System labels may be able to be applied to or
-            # removed from messages and threads under some circumstances but this is
-            # not guaranteed. For example, users can apply and remove the
-            # &lt;code&gt;INBOX&lt;/code&gt; and &lt;code&gt;UNREAD&lt;/code&gt; labels from messages and
-            # threads, but cannot apply or remove the &lt;code&gt;DRAFTS&lt;/code&gt; or
-            # &lt;code&gt;SENT&lt;/code&gt; labels from messages or threads.
-        "threadsTotal": 42, # The total number of threads with the label.
-        "labelListVisibility": "A String", # The visibility of the label in the label list in the Gmail web interface.
-            # @mutable gmail.users.labels.create gmail.users.labels.update
-        "threadsUnread": 42, # The number of unread threads with the label.
-        "messageListVisibility": "A String", # The visibility of the label in the message list in the
-            # Gmail web interface.
-            # @mutable gmail.users.labels.create gmail.users.labels.update
-        "id": "A String", # The immutable ID of the label.
-        "messagesUnread": 42, # The number of unread messages with the label.
-      },
     ],
   }</pre>
 </div>
 
 <div class="method">
-    <code class="details" id="patch">patch(userId, id, body=None, x__xgafv=None)</code>
-  <pre>Patch the specified label.
+    <code class="details" id="patch">patch(userId, id, body=None)</code>
+  <pre>Updates the specified label. This method supports patch semantics.
 
 Args:
-  userId: string, The user's email address. The special value &lt;code&gt;me&lt;/code&gt;
-can be used to indicate the authenticated user. (required)
+  userId: string, The user&#x27;s email address. The special value me can be used to indicate the authenticated user. (required)
   id: string, The ID of the label to update. (required)
   body: object, The request body.
     The object takes the form of:
 
-{ # Labels are used to categorize messages and threads within the
-    # user's mailbox.
-  "name": "A String", # The display name of the label.
-      # @mutable gmail.users.labels.create gmail.users.labels.update
-  "messagesTotal": 42, # The total number of messages with the label.
-  "color": { # The color to assign to the label. Color is only available for labels that
-      # have their &lt;code&gt;type&lt;/code&gt; set to &lt;code&gt;user&lt;/code&gt;.
-      # @mutable gmail.users.labels.create gmail.users.labels.update
-    "textColor": "A String", # The text color of the label, represented as hex string.
-        # This field is required in order to set the color of a label.
-        # Only the following predefined set of color values are allowed:
-        # &lt;br/&gt;
-        # # 000000, #434343, #666666, #999999, #cccccc, #efefef, #f3f3f3, #ffffff,
-        #
-        # # fb4c2f, #ffad47, #fad165, #16a766, #43d692, #4a86e8, #a479e2, #f691b3,
-        #
-        # # f6c5be, #ffe6c7, #fef1d1, #b9e4d0, #c6f3de, #c9daf8, #e4d7f5, #fcdee8,
-        #
-        # # efa093, #ffd6a2, #fce8b3, #89d3b2, #a0eac9, #a4c2f4, #d0bcf1, #fbc8d9,
-        #
-        # # e66550, #ffbc6b, #fcda83, #44b984, #68dfa9, #6d9eeb, #b694e8, #f7a7c0,
-        #
-        # # cc3a21, #eaa041, #f2c960, #149e60, #3dc789, #3c78d8, #8e63ce, #e07798,
-        #
-        # # ac2b16, #cf8933, #d5ae49, #0b804b, #2a9c68, #285bac, #653e9b, #b65775,
-        #
-        # # 822111, #a46a21, #aa8831, #076239, #1a764d, #1c4587, #41236d, #83334c
-        #
-        # # 464646, #e7e7e7, #0d3472, #b6cff5, #0d3b44, #98d7e4, #3d188e, #e3d7ff,
-        #
-        # # 711a36, #fbd3e0, #8a1c0a, #f2b2a8, #7a2e0b, #ffc8af, #7a4706, #ffdeb5,
-        #
-        # # 594c05, #fbe983, #684e07, #fdedc1, #0b4f30, #b3efd3, #04502e, #a2dcc1,
-        #
-        # # c2c2c2, #4986e7, #2da2bb, #b99aff, #994a64, #f691b2, #ff7537, #ffad46,
-        #
-        # # 662e37, #ebdbde, #cca6ac, #094228, #42d692, #16a765
-        #
-        # @mutable gmail.users.labels.create gmail.users.labels.update
-    "backgroundColor": "A String", # The background color represented as hex string #RRGGBB (ex #000000).
-        # This field is required in order to set the color of a label.
-        # Only the following predefined set of color values are allowed:
-        # &lt;br/&gt;
-        # # 000000, #434343, #666666, #999999, #cccccc, #efefef, #f3f3f3, #ffffff,
-        #
-        # # fb4c2f, #ffad47, #fad165, #16a766, #43d692, #4a86e8, #a479e2, #f691b3,
-        #
-        # # f6c5be, #ffe6c7, #fef1d1, #b9e4d0, #c6f3de, #c9daf8, #e4d7f5, #fcdee8,
-        #
-        # # efa093, #ffd6a2, #fce8b3, #89d3b2, #a0eac9, #a4c2f4, #d0bcf1, #fbc8d9,
-        #
-        # # e66550, #ffbc6b, #fcda83, #44b984, #68dfa9, #6d9eeb, #b694e8, #f7a7c0,
-        #
-        # # cc3a21, #eaa041, #f2c960, #149e60, #3dc789, #3c78d8, #8e63ce, #e07798,
-        #
-        # # ac2b16, #cf8933, #d5ae49, #0b804b, #2a9c68, #285bac, #653e9b, #b65775,
-        #
-        # # 822111, #a46a21, #aa8831, #076239, #1a764d, #1c4587, #41236d, #83334c
-        #
-        # # 464646, #e7e7e7, #0d3472, #b6cff5, #0d3b44, #98d7e4, #3d188e, #e3d7ff,
-        #
-        # # 711a36, #fbd3e0, #8a1c0a, #f2b2a8, #7a2e0b, #ffc8af, #7a4706, #ffdeb5,
-        #
-        # # 594c05, #fbe983, #684e07, #fdedc1, #0b4f30, #b3efd3, #04502e, #a2dcc1,
-        #
-        # # c2c2c2, #4986e7, #2da2bb, #b99aff, #994a64, #f691b2, #ff7537, #ffad46,
-        #
-        # # 662e37, #ebdbde, #cca6ac, #094228, #42d692, #16a765
-        #
-        # @mutable gmail.users.labels.create gmail.users.labels.update
-  },
-  "type": "A String", # The owner type for the label. User labels are created by the user and
-      # can be modified and deleted by the user and can be applied to any
-      # message or thread. System labels are internally created and cannot be
-      # added, modified, or deleted. System labels may be able to be applied to or
-      # removed from messages and threads under some circumstances but this is
-      # not guaranteed. For example, users can apply and remove the
-      # &lt;code&gt;INBOX&lt;/code&gt; and &lt;code&gt;UNREAD&lt;/code&gt; labels from messages and
-      # threads, but cannot apply or remove the &lt;code&gt;DRAFTS&lt;/code&gt; or
-      # &lt;code&gt;SENT&lt;/code&gt; labels from messages or threads.
-  "threadsTotal": 42, # The total number of threads with the label.
-  "labelListVisibility": "A String", # The visibility of the label in the label list in the Gmail web interface.
-      # @mutable gmail.users.labels.create gmail.users.labels.update
-  "threadsUnread": 42, # The number of unread threads with the label.
-  "messageListVisibility": "A String", # The visibility of the label in the message list in the
-      # Gmail web interface.
-      # @mutable gmail.users.labels.create gmail.users.labels.update
-  "id": "A String", # The immutable ID of the label.
-  "messagesUnread": 42, # The number of unread messages with the label.
-}
+{ # Labels are used to categorize messages and threads within the user&#x27;s mailbox.
+    &quot;color&quot;: { # The color to assign to the label. Color is only available for labels that have their type set to user.
+      &quot;backgroundColor&quot;: &quot;A String&quot;, # The background color represented as hex string #RRGGBB (ex #000000). This field is required in order to set the color of a label. Only the following predefined set of color values are allowed:
+          # #000000, #434343, #666666, #999999, #cccccc, #efefef, #f3f3f3, #ffffff, #fb4c2f, #ffad47, #fad165, #16a766, #43d692, #4a86e8, #a479e2, #f691b3, #f6c5be, #ffe6c7, #fef1d1, #b9e4d0, #c6f3de, #c9daf8, #e4d7f5, #fcdee8, #efa093, #ffd6a2, #fce8b3, #89d3b2, #a0eac9, #a4c2f4, #d0bcf1, #fbc8d9, #e66550, #ffbc6b, #fcda83, #44b984, #68dfa9, #6d9eeb, #b694e8, #f7a7c0, #cc3a21, #eaa041, #f2c960, #149e60, #3dc789, #3c78d8, #8e63ce, #e07798, #ac2b16, #cf8933, #d5ae49, #0b804b, #2a9c68, #285bac, #653e9b, #b65775, #822111, #a46a21, #aa8831, #076239, #1a764d, #1c4587, #41236d, #83334c #464646, #e7e7e7, #0d3472, #b6cff5, #0d3b44, #98d7e4, #3d188e, #e3d7ff, #711a36, #fbd3e0, #8a1c0a, #f2b2a8, #7a2e0b, #ffc8af, #7a4706, #ffdeb5, #594c05, #fbe983, #684e07, #fdedc1, #0b4f30, #b3efd3, #04502e, #a2dcc1, #c2c2c2, #4986e7, #2da2bb, #b99aff, #994a64, #f691b2, #ff7537, #ffad46, #662e37, #ebdbde, #cca6ac, #094228, #42d692, #16a765
+      &quot;textColor&quot;: &quot;A String&quot;, # The text color of the label, represented as hex string. This field is required in order to set the color of a label. Only the following predefined set of color values are allowed:
+          # #000000, #434343, #666666, #999999, #cccccc, #efefef, #f3f3f3, #ffffff, #fb4c2f, #ffad47, #fad165, #16a766, #43d692, #4a86e8, #a479e2, #f691b3, #f6c5be, #ffe6c7, #fef1d1, #b9e4d0, #c6f3de, #c9daf8, #e4d7f5, #fcdee8, #efa093, #ffd6a2, #fce8b3, #89d3b2, #a0eac9, #a4c2f4, #d0bcf1, #fbc8d9, #e66550, #ffbc6b, #fcda83, #44b984, #68dfa9, #6d9eeb, #b694e8, #f7a7c0, #cc3a21, #eaa041, #f2c960, #149e60, #3dc789, #3c78d8, #8e63ce, #e07798, #ac2b16, #cf8933, #d5ae49, #0b804b, #2a9c68, #285bac, #653e9b, #b65775, #822111, #a46a21, #aa8831, #076239, #1a764d, #1c4587, #41236d, #83334c #464646, #e7e7e7, #0d3472, #b6cff5, #0d3b44, #98d7e4, #3d188e, #e3d7ff, #711a36, #fbd3e0, #8a1c0a, #f2b2a8, #7a2e0b, #ffc8af, #7a4706, #ffdeb5, #594c05, #fbe983, #684e07, #fdedc1, #0b4f30, #b3efd3, #04502e, #a2dcc1, #c2c2c2, #4986e7, #2da2bb, #b99aff, #994a64, #f691b2, #ff7537, #ffad46, #662e37, #ebdbde, #cca6ac, #094228, #42d692, #16a765
+    },
+    &quot;id&quot;: &quot;A String&quot;, # The immutable ID of the label.
+    &quot;labelListVisibility&quot;: &quot;A String&quot;, # The visibility of the label in the label list in the Gmail web interface.
+    &quot;messageListVisibility&quot;: &quot;A String&quot;, # The visibility of the label in the message list in the Gmail web interface.
+    &quot;messagesTotal&quot;: 42, # The total number of messages with the label.
+    &quot;messagesUnread&quot;: 42, # The number of unread messages with the label.
+    &quot;name&quot;: &quot;A String&quot;, # The display name of the label.
+    &quot;threadsTotal&quot;: 42, # The total number of threads with the label.
+    &quot;threadsUnread&quot;: 42, # The number of unread threads with the label.
+    &quot;type&quot;: &quot;A String&quot;, # The owner type for the label. User labels are created by the user and can be modified and deleted by the user and can be applied to any message or thread. System labels are internally created and cannot be added, modified, or deleted. System labels may be able to be applied to or removed from messages and threads under some circumstances but this is not guaranteed. For example, users can apply and remove the INBOX and UNREAD labels from messages and threads, but cannot apply or remove the DRAFTS or SENT labels from messages or threads.
+  }
 
-  x__xgafv: string, V1 error format.
-    Allowed values
-      1 - v1 error format
-      2 - v2 error format
 
 Returns:
   An object of the form:
 
-    { # Labels are used to categorize messages and threads within the
-      # user's mailbox.
-    "name": "A String", # The display name of the label.
-        # @mutable gmail.users.labels.create gmail.users.labels.update
-    "messagesTotal": 42, # The total number of messages with the label.
-    "color": { # The color to assign to the label. Color is only available for labels that
-        # have their &lt;code&gt;type&lt;/code&gt; set to &lt;code&gt;user&lt;/code&gt;.
-        # @mutable gmail.users.labels.create gmail.users.labels.update
-      "textColor": "A String", # The text color of the label, represented as hex string.
-          # This field is required in order to set the color of a label.
-          # Only the following predefined set of color values are allowed:
-          # &lt;br/&gt;
-          # # 000000, #434343, #666666, #999999, #cccccc, #efefef, #f3f3f3, #ffffff,
-          #
-          # # fb4c2f, #ffad47, #fad165, #16a766, #43d692, #4a86e8, #a479e2, #f691b3,
-          #
-          # # f6c5be, #ffe6c7, #fef1d1, #b9e4d0, #c6f3de, #c9daf8, #e4d7f5, #fcdee8,
-          #
-          # # efa093, #ffd6a2, #fce8b3, #89d3b2, #a0eac9, #a4c2f4, #d0bcf1, #fbc8d9,
-          #
-          # # e66550, #ffbc6b, #fcda83, #44b984, #68dfa9, #6d9eeb, #b694e8, #f7a7c0,
-          #
-          # # cc3a21, #eaa041, #f2c960, #149e60, #3dc789, #3c78d8, #8e63ce, #e07798,
-          #
-          # # ac2b16, #cf8933, #d5ae49, #0b804b, #2a9c68, #285bac, #653e9b, #b65775,
-          #
-          # # 822111, #a46a21, #aa8831, #076239, #1a764d, #1c4587, #41236d, #83334c
-          #
-          # # 464646, #e7e7e7, #0d3472, #b6cff5, #0d3b44, #98d7e4, #3d188e, #e3d7ff,
-          #
-          # # 711a36, #fbd3e0, #8a1c0a, #f2b2a8, #7a2e0b, #ffc8af, #7a4706, #ffdeb5,
-          #
-          # # 594c05, #fbe983, #684e07, #fdedc1, #0b4f30, #b3efd3, #04502e, #a2dcc1,
-          #
-          # # c2c2c2, #4986e7, #2da2bb, #b99aff, #994a64, #f691b2, #ff7537, #ffad46,
-          #
-          # # 662e37, #ebdbde, #cca6ac, #094228, #42d692, #16a765
-          #
-          # @mutable gmail.users.labels.create gmail.users.labels.update
-      "backgroundColor": "A String", # The background color represented as hex string #RRGGBB (ex #000000).
-          # This field is required in order to set the color of a label.
-          # Only the following predefined set of color values are allowed:
-          # &lt;br/&gt;
-          # # 000000, #434343, #666666, #999999, #cccccc, #efefef, #f3f3f3, #ffffff,
-          #
-          # # fb4c2f, #ffad47, #fad165, #16a766, #43d692, #4a86e8, #a479e2, #f691b3,
-          #
-          # # f6c5be, #ffe6c7, #fef1d1, #b9e4d0, #c6f3de, #c9daf8, #e4d7f5, #fcdee8,
-          #
-          # # efa093, #ffd6a2, #fce8b3, #89d3b2, #a0eac9, #a4c2f4, #d0bcf1, #fbc8d9,
-          #
-          # # e66550, #ffbc6b, #fcda83, #44b984, #68dfa9, #6d9eeb, #b694e8, #f7a7c0,
-          #
-          # # cc3a21, #eaa041, #f2c960, #149e60, #3dc789, #3c78d8, #8e63ce, #e07798,
-          #
-          # # ac2b16, #cf8933, #d5ae49, #0b804b, #2a9c68, #285bac, #653e9b, #b65775,
-          #
-          # # 822111, #a46a21, #aa8831, #076239, #1a764d, #1c4587, #41236d, #83334c
-          #
-          # # 464646, #e7e7e7, #0d3472, #b6cff5, #0d3b44, #98d7e4, #3d188e, #e3d7ff,
-          #
-          # # 711a36, #fbd3e0, #8a1c0a, #f2b2a8, #7a2e0b, #ffc8af, #7a4706, #ffdeb5,
-          #
-          # # 594c05, #fbe983, #684e07, #fdedc1, #0b4f30, #b3efd3, #04502e, #a2dcc1,
-          #
-          # # c2c2c2, #4986e7, #2da2bb, #b99aff, #994a64, #f691b2, #ff7537, #ffad46,
-          #
-          # # 662e37, #ebdbde, #cca6ac, #094228, #42d692, #16a765
-          #
-          # @mutable gmail.users.labels.create gmail.users.labels.update
-    },
-    "type": "A String", # The owner type for the label. User labels are created by the user and
-        # can be modified and deleted by the user and can be applied to any
-        # message or thread. System labels are internally created and cannot be
-        # added, modified, or deleted. System labels may be able to be applied to or
-        # removed from messages and threads under some circumstances but this is
-        # not guaranteed. For example, users can apply and remove the
-        # &lt;code&gt;INBOX&lt;/code&gt; and &lt;code&gt;UNREAD&lt;/code&gt; labels from messages and
-        # threads, but cannot apply or remove the &lt;code&gt;DRAFTS&lt;/code&gt; or
-        # &lt;code&gt;SENT&lt;/code&gt; labels from messages or threads.
-    "threadsTotal": 42, # The total number of threads with the label.
-    "labelListVisibility": "A String", # The visibility of the label in the label list in the Gmail web interface.
-        # @mutable gmail.users.labels.create gmail.users.labels.update
-    "threadsUnread": 42, # The number of unread threads with the label.
-    "messageListVisibility": "A String", # The visibility of the label in the message list in the
-        # Gmail web interface.
-        # @mutable gmail.users.labels.create gmail.users.labels.update
-    "id": "A String", # The immutable ID of the label.
-    "messagesUnread": 42, # The number of unread messages with the label.
-  }</pre>
+    { # Labels are used to categorize messages and threads within the user&#x27;s mailbox.
+      &quot;color&quot;: { # The color to assign to the label. Color is only available for labels that have their type set to user.
+        &quot;backgroundColor&quot;: &quot;A String&quot;, # The background color represented as hex string #RRGGBB (ex #000000). This field is required in order to set the color of a label. Only the following predefined set of color values are allowed:
+            # #000000, #434343, #666666, #999999, #cccccc, #efefef, #f3f3f3, #ffffff, #fb4c2f, #ffad47, #fad165, #16a766, #43d692, #4a86e8, #a479e2, #f691b3, #f6c5be, #ffe6c7, #fef1d1, #b9e4d0, #c6f3de, #c9daf8, #e4d7f5, #fcdee8, #efa093, #ffd6a2, #fce8b3, #89d3b2, #a0eac9, #a4c2f4, #d0bcf1, #fbc8d9, #e66550, #ffbc6b, #fcda83, #44b984, #68dfa9, #6d9eeb, #b694e8, #f7a7c0, #cc3a21, #eaa041, #f2c960, #149e60, #3dc789, #3c78d8, #8e63ce, #e07798, #ac2b16, #cf8933, #d5ae49, #0b804b, #2a9c68, #285bac, #653e9b, #b65775, #822111, #a46a21, #aa8831, #076239, #1a764d, #1c4587, #41236d, #83334c #464646, #e7e7e7, #0d3472, #b6cff5, #0d3b44, #98d7e4, #3d188e, #e3d7ff, #711a36, #fbd3e0, #8a1c0a, #f2b2a8, #7a2e0b, #ffc8af, #7a4706, #ffdeb5, #594c05, #fbe983, #684e07, #fdedc1, #0b4f30, #b3efd3, #04502e, #a2dcc1, #c2c2c2, #4986e7, #2da2bb, #b99aff, #994a64, #f691b2, #ff7537, #ffad46, #662e37, #ebdbde, #cca6ac, #094228, #42d692, #16a765
+        &quot;textColor&quot;: &quot;A String&quot;, # The text color of the label, represented as hex string. This field is required in order to set the color of a label. Only the following predefined set of color values are allowed:
+            # #000000, #434343, #666666, #999999, #cccccc, #efefef, #f3f3f3, #ffffff, #fb4c2f, #ffad47, #fad165, #16a766, #43d692, #4a86e8, #a479e2, #f691b3, #f6c5be, #ffe6c7, #fef1d1, #b9e4d0, #c6f3de, #c9daf8, #e4d7f5, #fcdee8, #efa093, #ffd6a2, #fce8b3, #89d3b2, #a0eac9, #a4c2f4, #d0bcf1, #fbc8d9, #e66550, #ffbc6b, #fcda83, #44b984, #68dfa9, #6d9eeb, #b694e8, #f7a7c0, #cc3a21, #eaa041, #f2c960, #149e60, #3dc789, #3c78d8, #8e63ce, #e07798, #ac2b16, #cf8933, #d5ae49, #0b804b, #2a9c68, #285bac, #653e9b, #b65775, #822111, #a46a21, #aa8831, #076239, #1a764d, #1c4587, #41236d, #83334c #464646, #e7e7e7, #0d3472, #b6cff5, #0d3b44, #98d7e4, #3d188e, #e3d7ff, #711a36, #fbd3e0, #8a1c0a, #f2b2a8, #7a2e0b, #ffc8af, #7a4706, #ffdeb5, #594c05, #fbe983, #684e07, #fdedc1, #0b4f30, #b3efd3, #04502e, #a2dcc1, #c2c2c2, #4986e7, #2da2bb, #b99aff, #994a64, #f691b2, #ff7537, #ffad46, #662e37, #ebdbde, #cca6ac, #094228, #42d692, #16a765
+      },
+      &quot;id&quot;: &quot;A String&quot;, # The immutable ID of the label.
+      &quot;labelListVisibility&quot;: &quot;A String&quot;, # The visibility of the label in the label list in the Gmail web interface.
+      &quot;messageListVisibility&quot;: &quot;A String&quot;, # The visibility of the label in the message list in the Gmail web interface.
+      &quot;messagesTotal&quot;: 42, # The total number of messages with the label.
+      &quot;messagesUnread&quot;: 42, # The number of unread messages with the label.
+      &quot;name&quot;: &quot;A String&quot;, # The display name of the label.
+      &quot;threadsTotal&quot;: 42, # The total number of threads with the label.
+      &quot;threadsUnread&quot;: 42, # The number of unread threads with the label.
+      &quot;type&quot;: &quot;A String&quot;, # The owner type for the label. User labels are created by the user and can be modified and deleted by the user and can be applied to any message or thread. System labels are internally created and cannot be added, modified, or deleted. System labels may be able to be applied to or removed from messages and threads under some circumstances but this is not guaranteed. For example, users can apply and remove the INBOX and UNREAD labels from messages and threads, but cannot apply or remove the DRAFTS or SENT labels from messages or threads.
+    }</pre>
 </div>
 
 <div class="method">
-    <code class="details" id="update">update(userId, id, body=None, x__xgafv=None)</code>
+    <code class="details" id="update">update(userId, id, body=None)</code>
   <pre>Updates the specified label.
 
 Args:
-  userId: string, The user's email address. The special value &lt;code&gt;me&lt;/code&gt;
-can be used to indicate the authenticated user. (required)
+  userId: string, The user&#x27;s email address. The special value me can be used to indicate the authenticated user. (required)
   id: string, The ID of the label to update. (required)
   body: object, The request body.
     The object takes the form of:
 
-{ # Labels are used to categorize messages and threads within the
-    # user's mailbox.
-  "name": "A String", # The display name of the label.
-      # @mutable gmail.users.labels.create gmail.users.labels.update
-  "messagesTotal": 42, # The total number of messages with the label.
-  "color": { # The color to assign to the label. Color is only available for labels that
-      # have their &lt;code&gt;type&lt;/code&gt; set to &lt;code&gt;user&lt;/code&gt;.
-      # @mutable gmail.users.labels.create gmail.users.labels.update
-    "textColor": "A String", # The text color of the label, represented as hex string.
-        # This field is required in order to set the color of a label.
-        # Only the following predefined set of color values are allowed:
-        # &lt;br/&gt;
-        # # 000000, #434343, #666666, #999999, #cccccc, #efefef, #f3f3f3, #ffffff,
-        #
-        # # fb4c2f, #ffad47, #fad165, #16a766, #43d692, #4a86e8, #a479e2, #f691b3,
-        #
-        # # f6c5be, #ffe6c7, #fef1d1, #b9e4d0, #c6f3de, #c9daf8, #e4d7f5, #fcdee8,
-        #
-        # # efa093, #ffd6a2, #fce8b3, #89d3b2, #a0eac9, #a4c2f4, #d0bcf1, #fbc8d9,
-        #
-        # # e66550, #ffbc6b, #fcda83, #44b984, #68dfa9, #6d9eeb, #b694e8, #f7a7c0,
-        #
-        # # cc3a21, #eaa041, #f2c960, #149e60, #3dc789, #3c78d8, #8e63ce, #e07798,
-        #
-        # # ac2b16, #cf8933, #d5ae49, #0b804b, #2a9c68, #285bac, #653e9b, #b65775,
-        #
-        # # 822111, #a46a21, #aa8831, #076239, #1a764d, #1c4587, #41236d, #83334c
-        #
-        # # 464646, #e7e7e7, #0d3472, #b6cff5, #0d3b44, #98d7e4, #3d188e, #e3d7ff,
-        #
-        # # 711a36, #fbd3e0, #8a1c0a, #f2b2a8, #7a2e0b, #ffc8af, #7a4706, #ffdeb5,
-        #
-        # # 594c05, #fbe983, #684e07, #fdedc1, #0b4f30, #b3efd3, #04502e, #a2dcc1,
-        #
-        # # c2c2c2, #4986e7, #2da2bb, #b99aff, #994a64, #f691b2, #ff7537, #ffad46,
-        #
-        # # 662e37, #ebdbde, #cca6ac, #094228, #42d692, #16a765
-        #
-        # @mutable gmail.users.labels.create gmail.users.labels.update
-    "backgroundColor": "A String", # The background color represented as hex string #RRGGBB (ex #000000).
-        # This field is required in order to set the color of a label.
-        # Only the following predefined set of color values are allowed:
-        # &lt;br/&gt;
-        # # 000000, #434343, #666666, #999999, #cccccc, #efefef, #f3f3f3, #ffffff,
-        #
-        # # fb4c2f, #ffad47, #fad165, #16a766, #43d692, #4a86e8, #a479e2, #f691b3,
-        #
-        # # f6c5be, #ffe6c7, #fef1d1, #b9e4d0, #c6f3de, #c9daf8, #e4d7f5, #fcdee8,
-        #
-        # # efa093, #ffd6a2, #fce8b3, #89d3b2, #a0eac9, #a4c2f4, #d0bcf1, #fbc8d9,
-        #
-        # # e66550, #ffbc6b, #fcda83, #44b984, #68dfa9, #6d9eeb, #b694e8, #f7a7c0,
-        #
-        # # cc3a21, #eaa041, #f2c960, #149e60, #3dc789, #3c78d8, #8e63ce, #e07798,
-        #
-        # # ac2b16, #cf8933, #d5ae49, #0b804b, #2a9c68, #285bac, #653e9b, #b65775,
-        #
-        # # 822111, #a46a21, #aa8831, #076239, #1a764d, #1c4587, #41236d, #83334c
-        #
-        # # 464646, #e7e7e7, #0d3472, #b6cff5, #0d3b44, #98d7e4, #3d188e, #e3d7ff,
-        #
-        # # 711a36, #fbd3e0, #8a1c0a, #f2b2a8, #7a2e0b, #ffc8af, #7a4706, #ffdeb5,
-        #
-        # # 594c05, #fbe983, #684e07, #fdedc1, #0b4f30, #b3efd3, #04502e, #a2dcc1,
-        #
-        # # c2c2c2, #4986e7, #2da2bb, #b99aff, #994a64, #f691b2, #ff7537, #ffad46,
-        #
-        # # 662e37, #ebdbde, #cca6ac, #094228, #42d692, #16a765
-        #
-        # @mutable gmail.users.labels.create gmail.users.labels.update
-  },
-  "type": "A String", # The owner type for the label. User labels are created by the user and
-      # can be modified and deleted by the user and can be applied to any
-      # message or thread. System labels are internally created and cannot be
-      # added, modified, or deleted. System labels may be able to be applied to or
-      # removed from messages and threads under some circumstances but this is
-      # not guaranteed. For example, users can apply and remove the
-      # &lt;code&gt;INBOX&lt;/code&gt; and &lt;code&gt;UNREAD&lt;/code&gt; labels from messages and
-      # threads, but cannot apply or remove the &lt;code&gt;DRAFTS&lt;/code&gt; or
-      # &lt;code&gt;SENT&lt;/code&gt; labels from messages or threads.
-  "threadsTotal": 42, # The total number of threads with the label.
-  "labelListVisibility": "A String", # The visibility of the label in the label list in the Gmail web interface.
-      # @mutable gmail.users.labels.create gmail.users.labels.update
-  "threadsUnread": 42, # The number of unread threads with the label.
-  "messageListVisibility": "A String", # The visibility of the label in the message list in the
-      # Gmail web interface.
-      # @mutable gmail.users.labels.create gmail.users.labels.update
-  "id": "A String", # The immutable ID of the label.
-  "messagesUnread": 42, # The number of unread messages with the label.
-}
+{ # Labels are used to categorize messages and threads within the user&#x27;s mailbox.
+    &quot;color&quot;: { # The color to assign to the label. Color is only available for labels that have their type set to user.
+      &quot;backgroundColor&quot;: &quot;A String&quot;, # The background color represented as hex string #RRGGBB (ex #000000). This field is required in order to set the color of a label. Only the following predefined set of color values are allowed:
+          # #000000, #434343, #666666, #999999, #cccccc, #efefef, #f3f3f3, #ffffff, #fb4c2f, #ffad47, #fad165, #16a766, #43d692, #4a86e8, #a479e2, #f691b3, #f6c5be, #ffe6c7, #fef1d1, #b9e4d0, #c6f3de, #c9daf8, #e4d7f5, #fcdee8, #efa093, #ffd6a2, #fce8b3, #89d3b2, #a0eac9, #a4c2f4, #d0bcf1, #fbc8d9, #e66550, #ffbc6b, #fcda83, #44b984, #68dfa9, #6d9eeb, #b694e8, #f7a7c0, #cc3a21, #eaa041, #f2c960, #149e60, #3dc789, #3c78d8, #8e63ce, #e07798, #ac2b16, #cf8933, #d5ae49, #0b804b, #2a9c68, #285bac, #653e9b, #b65775, #822111, #a46a21, #aa8831, #076239, #1a764d, #1c4587, #41236d, #83334c #464646, #e7e7e7, #0d3472, #b6cff5, #0d3b44, #98d7e4, #3d188e, #e3d7ff, #711a36, #fbd3e0, #8a1c0a, #f2b2a8, #7a2e0b, #ffc8af, #7a4706, #ffdeb5, #594c05, #fbe983, #684e07, #fdedc1, #0b4f30, #b3efd3, #04502e, #a2dcc1, #c2c2c2, #4986e7, #2da2bb, #b99aff, #994a64, #f691b2, #ff7537, #ffad46, #662e37, #ebdbde, #cca6ac, #094228, #42d692, #16a765
+      &quot;textColor&quot;: &quot;A String&quot;, # The text color of the label, represented as hex string. This field is required in order to set the color of a label. Only the following predefined set of color values are allowed:
+          # #000000, #434343, #666666, #999999, #cccccc, #efefef, #f3f3f3, #ffffff, #fb4c2f, #ffad47, #fad165, #16a766, #43d692, #4a86e8, #a479e2, #f691b3, #f6c5be, #ffe6c7, #fef1d1, #b9e4d0, #c6f3de, #c9daf8, #e4d7f5, #fcdee8, #efa093, #ffd6a2, #fce8b3, #89d3b2, #a0eac9, #a4c2f4, #d0bcf1, #fbc8d9, #e66550, #ffbc6b, #fcda83, #44b984, #68dfa9, #6d9eeb, #b694e8, #f7a7c0, #cc3a21, #eaa041, #f2c960, #149e60, #3dc789, #3c78d8, #8e63ce, #e07798, #ac2b16, #cf8933, #d5ae49, #0b804b, #2a9c68, #285bac, #653e9b, #b65775, #822111, #a46a21, #aa8831, #076239, #1a764d, #1c4587, #41236d, #83334c #464646, #e7e7e7, #0d3472, #b6cff5, #0d3b44, #98d7e4, #3d188e, #e3d7ff, #711a36, #fbd3e0, #8a1c0a, #f2b2a8, #7a2e0b, #ffc8af, #7a4706, #ffdeb5, #594c05, #fbe983, #684e07, #fdedc1, #0b4f30, #b3efd3, #04502e, #a2dcc1, #c2c2c2, #4986e7, #2da2bb, #b99aff, #994a64, #f691b2, #ff7537, #ffad46, #662e37, #ebdbde, #cca6ac, #094228, #42d692, #16a765
+    },
+    &quot;id&quot;: &quot;A String&quot;, # The immutable ID of the label.
+    &quot;labelListVisibility&quot;: &quot;A String&quot;, # The visibility of the label in the label list in the Gmail web interface.
+    &quot;messageListVisibility&quot;: &quot;A String&quot;, # The visibility of the label in the message list in the Gmail web interface.
+    &quot;messagesTotal&quot;: 42, # The total number of messages with the label.
+    &quot;messagesUnread&quot;: 42, # The number of unread messages with the label.
+    &quot;name&quot;: &quot;A String&quot;, # The display name of the label.
+    &quot;threadsTotal&quot;: 42, # The total number of threads with the label.
+    &quot;threadsUnread&quot;: 42, # The number of unread threads with the label.
+    &quot;type&quot;: &quot;A String&quot;, # The owner type for the label. User labels are created by the user and can be modified and deleted by the user and can be applied to any message or thread. System labels are internally created and cannot be added, modified, or deleted. System labels may be able to be applied to or removed from messages and threads under some circumstances but this is not guaranteed. For example, users can apply and remove the INBOX and UNREAD labels from messages and threads, but cannot apply or remove the DRAFTS or SENT labels from messages or threads.
+  }
 
-  x__xgafv: string, V1 error format.
-    Allowed values
-      1 - v1 error format
-      2 - v2 error format
 
 Returns:
   An object of the form:
 
-    { # Labels are used to categorize messages and threads within the
-      # user's mailbox.
-    "name": "A String", # The display name of the label.
-        # @mutable gmail.users.labels.create gmail.users.labels.update
-    "messagesTotal": 42, # The total number of messages with the label.
-    "color": { # The color to assign to the label. Color is only available for labels that
-        # have their &lt;code&gt;type&lt;/code&gt; set to &lt;code&gt;user&lt;/code&gt;.
-        # @mutable gmail.users.labels.create gmail.users.labels.update
-      "textColor": "A String", # The text color of the label, represented as hex string.
-          # This field is required in order to set the color of a label.
-          # Only the following predefined set of color values are allowed:
-          # &lt;br/&gt;
-          # # 000000, #434343, #666666, #999999, #cccccc, #efefef, #f3f3f3, #ffffff,
-          #
-          # # fb4c2f, #ffad47, #fad165, #16a766, #43d692, #4a86e8, #a479e2, #f691b3,
-          #
-          # # f6c5be, #ffe6c7, #fef1d1, #b9e4d0, #c6f3de, #c9daf8, #e4d7f5, #fcdee8,
-          #
-          # # efa093, #ffd6a2, #fce8b3, #89d3b2, #a0eac9, #a4c2f4, #d0bcf1, #fbc8d9,
-          #
-          # # e66550, #ffbc6b, #fcda83, #44b984, #68dfa9, #6d9eeb, #b694e8, #f7a7c0,
-          #
-          # # cc3a21, #eaa041, #f2c960, #149e60, #3dc789, #3c78d8, #8e63ce, #e07798,
-          #
-          # # ac2b16, #cf8933, #d5ae49, #0b804b, #2a9c68, #285bac, #653e9b, #b65775,
-          #
-          # # 822111, #a46a21, #aa8831, #076239, #1a764d, #1c4587, #41236d, #83334c
-          #
-          # # 464646, #e7e7e7, #0d3472, #b6cff5, #0d3b44, #98d7e4, #3d188e, #e3d7ff,
-          #
-          # # 711a36, #fbd3e0, #8a1c0a, #f2b2a8, #7a2e0b, #ffc8af, #7a4706, #ffdeb5,
-          #
-          # # 594c05, #fbe983, #684e07, #fdedc1, #0b4f30, #b3efd3, #04502e, #a2dcc1,
-          #
-          # # c2c2c2, #4986e7, #2da2bb, #b99aff, #994a64, #f691b2, #ff7537, #ffad46,
-          #
-          # # 662e37, #ebdbde, #cca6ac, #094228, #42d692, #16a765
-          #
-          # @mutable gmail.users.labels.create gmail.users.labels.update
-      "backgroundColor": "A String", # The background color represented as hex string #RRGGBB (ex #000000).
-          # This field is required in order to set the color of a label.
-          # Only the following predefined set of color values are allowed:
-          # &lt;br/&gt;
-          # # 000000, #434343, #666666, #999999, #cccccc, #efefef, #f3f3f3, #ffffff,
-          #
-          # # fb4c2f, #ffad47, #fad165, #16a766, #43d692, #4a86e8, #a479e2, #f691b3,
-          #
-          # # f6c5be, #ffe6c7, #fef1d1, #b9e4d0, #c6f3de, #c9daf8, #e4d7f5, #fcdee8,
-          #
-          # # efa093, #ffd6a2, #fce8b3, #89d3b2, #a0eac9, #a4c2f4, #d0bcf1, #fbc8d9,
-          #
-          # # e66550, #ffbc6b, #fcda83, #44b984, #68dfa9, #6d9eeb, #b694e8, #f7a7c0,
-          #
-          # # cc3a21, #eaa041, #f2c960, #149e60, #3dc789, #3c78d8, #8e63ce, #e07798,
-          #
-          # # ac2b16, #cf8933, #d5ae49, #0b804b, #2a9c68, #285bac, #653e9b, #b65775,
-          #
-          # # 822111, #a46a21, #aa8831, #076239, #1a764d, #1c4587, #41236d, #83334c
-          #
-          # # 464646, #e7e7e7, #0d3472, #b6cff5, #0d3b44, #98d7e4, #3d188e, #e3d7ff,
-          #
-          # # 711a36, #fbd3e0, #8a1c0a, #f2b2a8, #7a2e0b, #ffc8af, #7a4706, #ffdeb5,
-          #
-          # # 594c05, #fbe983, #684e07, #fdedc1, #0b4f30, #b3efd3, #04502e, #a2dcc1,
-          #
-          # # c2c2c2, #4986e7, #2da2bb, #b99aff, #994a64, #f691b2, #ff7537, #ffad46,
-          #
-          # # 662e37, #ebdbde, #cca6ac, #094228, #42d692, #16a765
-          #
-          # @mutable gmail.users.labels.create gmail.users.labels.update
-    },
-    "type": "A String", # The owner type for the label. User labels are created by the user and
-        # can be modified and deleted by the user and can be applied to any
-        # message or thread. System labels are internally created and cannot be
-        # added, modified, or deleted. System labels may be able to be applied to or
-        # removed from messages and threads under some circumstances but this is
-        # not guaranteed. For example, users can apply and remove the
-        # &lt;code&gt;INBOX&lt;/code&gt; and &lt;code&gt;UNREAD&lt;/code&gt; labels from messages and
-        # threads, but cannot apply or remove the &lt;code&gt;DRAFTS&lt;/code&gt; or
-        # &lt;code&gt;SENT&lt;/code&gt; labels from messages or threads.
-    "threadsTotal": 42, # The total number of threads with the label.
-    "labelListVisibility": "A String", # The visibility of the label in the label list in the Gmail web interface.
-        # @mutable gmail.users.labels.create gmail.users.labels.update
-    "threadsUnread": 42, # The number of unread threads with the label.
-    "messageListVisibility": "A String", # The visibility of the label in the message list in the
-        # Gmail web interface.
-        # @mutable gmail.users.labels.create gmail.users.labels.update
-    "id": "A String", # The immutable ID of the label.
-    "messagesUnread": 42, # The number of unread messages with the label.
-  }</pre>
+    { # Labels are used to categorize messages and threads within the user&#x27;s mailbox.
+      &quot;color&quot;: { # The color to assign to the label. Color is only available for labels that have their type set to user.
+        &quot;backgroundColor&quot;: &quot;A String&quot;, # The background color represented as hex string #RRGGBB (ex #000000). This field is required in order to set the color of a label. Only the following predefined set of color values are allowed:
+            # #000000, #434343, #666666, #999999, #cccccc, #efefef, #f3f3f3, #ffffff, #fb4c2f, #ffad47, #fad165, #16a766, #43d692, #4a86e8, #a479e2, #f691b3, #f6c5be, #ffe6c7, #fef1d1, #b9e4d0, #c6f3de, #c9daf8, #e4d7f5, #fcdee8, #efa093, #ffd6a2, #fce8b3, #89d3b2, #a0eac9, #a4c2f4, #d0bcf1, #fbc8d9, #e66550, #ffbc6b, #fcda83, #44b984, #68dfa9, #6d9eeb, #b694e8, #f7a7c0, #cc3a21, #eaa041, #f2c960, #149e60, #3dc789, #3c78d8, #8e63ce, #e07798, #ac2b16, #cf8933, #d5ae49, #0b804b, #2a9c68, #285bac, #653e9b, #b65775, #822111, #a46a21, #aa8831, #076239, #1a764d, #1c4587, #41236d, #83334c #464646, #e7e7e7, #0d3472, #b6cff5, #0d3b44, #98d7e4, #3d188e, #e3d7ff, #711a36, #fbd3e0, #8a1c0a, #f2b2a8, #7a2e0b, #ffc8af, #7a4706, #ffdeb5, #594c05, #fbe983, #684e07, #fdedc1, #0b4f30, #b3efd3, #04502e, #a2dcc1, #c2c2c2, #4986e7, #2da2bb, #b99aff, #994a64, #f691b2, #ff7537, #ffad46, #662e37, #ebdbde, #cca6ac, #094228, #42d692, #16a765
+        &quot;textColor&quot;: &quot;A String&quot;, # The text color of the label, represented as hex string. This field is required in order to set the color of a label. Only the following predefined set of color values are allowed:
+            # #000000, #434343, #666666, #999999, #cccccc, #efefef, #f3f3f3, #ffffff, #fb4c2f, #ffad47, #fad165, #16a766, #43d692, #4a86e8, #a479e2, #f691b3, #f6c5be, #ffe6c7, #fef1d1, #b9e4d0, #c6f3de, #c9daf8, #e4d7f5, #fcdee8, #efa093, #ffd6a2, #fce8b3, #89d3b2, #a0eac9, #a4c2f4, #d0bcf1, #fbc8d9, #e66550, #ffbc6b, #fcda83, #44b984, #68dfa9, #6d9eeb, #b694e8, #f7a7c0, #cc3a21, #eaa041, #f2c960, #149e60, #3dc789, #3c78d8, #8e63ce, #e07798, #ac2b16, #cf8933, #d5ae49, #0b804b, #2a9c68, #285bac, #653e9b, #b65775, #822111, #a46a21, #aa8831, #076239, #1a764d, #1c4587, #41236d, #83334c #464646, #e7e7e7, #0d3472, #b6cff5, #0d3b44, #98d7e4, #3d188e, #e3d7ff, #711a36, #fbd3e0, #8a1c0a, #f2b2a8, #7a2e0b, #ffc8af, #7a4706, #ffdeb5, #594c05, #fbe983, #684e07, #fdedc1, #0b4f30, #b3efd3, #04502e, #a2dcc1, #c2c2c2, #4986e7, #2da2bb, #b99aff, #994a64, #f691b2, #ff7537, #ffad46, #662e37, #ebdbde, #cca6ac, #094228, #42d692, #16a765
+      },
+      &quot;id&quot;: &quot;A String&quot;, # The immutable ID of the label.
+      &quot;labelListVisibility&quot;: &quot;A String&quot;, # The visibility of the label in the label list in the Gmail web interface.
+      &quot;messageListVisibility&quot;: &quot;A String&quot;, # The visibility of the label in the message list in the Gmail web interface.
+      &quot;messagesTotal&quot;: 42, # The total number of messages with the label.
+      &quot;messagesUnread&quot;: 42, # The number of unread messages with the label.
+      &quot;name&quot;: &quot;A String&quot;, # The display name of the label.
+      &quot;threadsTotal&quot;: 42, # The total number of threads with the label.
+      &quot;threadsUnread&quot;: 42, # The number of unread threads with the label.
+      &quot;type&quot;: &quot;A String&quot;, # The owner type for the label. User labels are created by the user and can be modified and deleted by the user and can be applied to any message or thread. System labels are internally created and cannot be added, modified, or deleted. System labels may be able to be applied to or removed from messages and threads under some circumstances but this is not guaranteed. For example, users can apply and remove the INBOX and UNREAD labels from messages and threads, but cannot apply or remove the DRAFTS or SENT labels from messages or threads.
+    }</pre>
 </div>
 
 </body></html>
\ No newline at end of file