docs: update generated docs (#981)

diff --git a/docs/dyn/youtube_v3.liveChatBans.html b/docs/dyn/youtube_v3.liveChatBans.html
index 86a03bc..dfb0489 100644
--- a/docs/dyn/youtube_v3.liveChatBans.html
+++ b/docs/dyn/youtube_v3.liveChatBans.html
@@ -72,68 +72,81 @@
 
 </style>
 
-<h1><a href="youtube_v3.html">YouTube Data API</a> . <a href="youtube_v3.liveChatBans.html">liveChatBans</a></h1>
+<h1><a href="youtube_v3.html">YouTube Data API v3</a> . <a href="youtube_v3.liveChatBans.html">liveChatBans</a></h1>
 <h2>Instance Methods</h2>
 <p class="toc_element">
-  <code><a href="#delete">delete(id)</a></code></p>
-<p class="firstline">Removes a chat ban.</p>
+  <code><a href="#delete">delete(id, x__xgafv=None)</a></code></p>
+<p class="firstline">Deletes a chat ban.</p>
 <p class="toc_element">
-  <code><a href="#insert">insert(part, body=None)</a></code></p>
-<p class="firstline">Adds a new ban to the chat.</p>
+  <code><a href="#insert">insert(part, body=None, x__xgafv=None)</a></code></p>
+<p class="firstline">Inserts a new resource into this collection.</p>
 <h3>Method Details</h3>
 <div class="method">
-    <code class="details" id="delete">delete(id)</code>
-  <pre>Removes a chat ban.
+    <code class="details" id="delete">delete(id, x__xgafv=None)</code>
+  <pre>Deletes a chat ban.
 
 Args:
-  id: string, The id parameter identifies the chat ban to remove. The value uniquely identifies both the ban and the chat. (required)
+  id: string, A parameter (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="insert">insert(part, body=None)</code>
-  <pre>Adds a new ban to the chat.
+    <code class="details" id="insert">insert(part, body=None, x__xgafv=None)</code>
+  <pre>Inserts a new resource into this collection.
 
 Args:
-  part: string, The part parameter serves two purposes in this operation. It identifies the properties that the write operation will set as well as the properties that the API response returns. Set the parameter value to snippet. (required)
+  part: string, The &lt;code&gt;&lt;strong&gt;part&lt;/strong&gt;&lt;/code&gt; parameter serves two purposes in
+this operation. It identifies the properties that the write operation will
+set as well as the properties that the API response returns. Set the
+parameter value to &lt;code&gt;snippet&lt;/code&gt;. (required) (repeated)
   body: object, The request body.
     The object takes the form of:
 
-{ # A liveChatBan resource represents a ban for a YouTube live chat.
+{ # A `__liveChatBan__` resource represents a ban for a YouTube live chat.
+    &quot;kind&quot;: &quot;youtube#liveChatBan&quot;, # Identifies what kind of resource this is. Value: the fixed string
+        # `&quot;youtube#liveChatBan&quot;`.
     &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource.
     &quot;id&quot;: &quot;A String&quot;, # The ID that YouTube assigns to uniquely identify the ban.
-    &quot;kind&quot;: &quot;youtube#liveChatBan&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#liveChatBan&quot;.
-    &quot;snippet&quot;: { # The snippet object contains basic details about the ban.
-      &quot;banDurationSeconds&quot;: &quot;A String&quot;, # The duration of a ban, only filled if the ban has type TEMPORARY.
-      &quot;bannedUserDetails&quot;: {
-        &quot;channelId&quot;: &quot;A String&quot;, # The YouTube channel ID.
-        &quot;channelUrl&quot;: &quot;A String&quot;, # The channel&#x27;s URL.
-        &quot;displayName&quot;: &quot;A String&quot;, # The channel&#x27;s display name.
-        &quot;profileImageUrl&quot;: &quot;A String&quot;, # The channels&#x27;s avatar URL.
-      },
+    &quot;snippet&quot;: { # The `snippet` object contains basic details about the ban.
       &quot;liveChatId&quot;: &quot;A String&quot;, # The chat this ban is pertinent to.
       &quot;type&quot;: &quot;A String&quot;, # The type of ban.
+      &quot;bannedUserDetails&quot;: {
+        &quot;profileImageUrl&quot;: &quot;A String&quot;, # The channels&#x27;s avatar URL.
+        &quot;channelUrl&quot;: &quot;A String&quot;, # The channel&#x27;s URL.
+        &quot;displayName&quot;: &quot;A String&quot;, # The channel&#x27;s display name.
+        &quot;channelId&quot;: &quot;A String&quot;, # The YouTube channel ID.
+      },
+      &quot;banDurationSeconds&quot;: &quot;A String&quot;, # The duration of a ban, only filled if the ban has type TEMPORARY.
     },
   }
 
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
-    { # A liveChatBan resource represents a ban for a YouTube live chat.
+    { # A `__liveChatBan__` resource represents a ban for a YouTube live chat.
+      &quot;kind&quot;: &quot;youtube#liveChatBan&quot;, # Identifies what kind of resource this is. Value: the fixed string
+          # `&quot;youtube#liveChatBan&quot;`.
       &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource.
       &quot;id&quot;: &quot;A String&quot;, # The ID that YouTube assigns to uniquely identify the ban.
-      &quot;kind&quot;: &quot;youtube#liveChatBan&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#liveChatBan&quot;.
-      &quot;snippet&quot;: { # The snippet object contains basic details about the ban.
-        &quot;banDurationSeconds&quot;: &quot;A String&quot;, # The duration of a ban, only filled if the ban has type TEMPORARY.
-        &quot;bannedUserDetails&quot;: {
-          &quot;channelId&quot;: &quot;A String&quot;, # The YouTube channel ID.
-          &quot;channelUrl&quot;: &quot;A String&quot;, # The channel&#x27;s URL.
-          &quot;displayName&quot;: &quot;A String&quot;, # The channel&#x27;s display name.
-          &quot;profileImageUrl&quot;: &quot;A String&quot;, # The channels&#x27;s avatar URL.
-        },
+      &quot;snippet&quot;: { # The `snippet` object contains basic details about the ban.
         &quot;liveChatId&quot;: &quot;A String&quot;, # The chat this ban is pertinent to.
         &quot;type&quot;: &quot;A String&quot;, # The type of ban.
+        &quot;bannedUserDetails&quot;: {
+          &quot;profileImageUrl&quot;: &quot;A String&quot;, # The channels&#x27;s avatar URL.
+          &quot;channelUrl&quot;: &quot;A String&quot;, # The channel&#x27;s URL.
+          &quot;displayName&quot;: &quot;A String&quot;, # The channel&#x27;s display name.
+          &quot;channelId&quot;: &quot;A String&quot;, # The YouTube channel ID.
+        },
+        &quot;banDurationSeconds&quot;: &quot;A String&quot;, # The duration of a ban, only filled if the ban has type TEMPORARY.
       },
     }</pre>
 </div>