docs: update generated docs (#981)

diff --git a/docs/dyn/youtube_v3.channelBanners.html b/docs/dyn/youtube_v3.channelBanners.html
index 0170252..c5352d3 100644
--- a/docs/dyn/youtube_v3.channelBanners.html
+++ b/docs/dyn/youtube_v3.channelBanners.html
@@ -72,34 +72,63 @@
 
 </style>
 
-<h1><a href="youtube_v3.html">YouTube Data API</a> . <a href="youtube_v3.channelBanners.html">channelBanners</a></h1>
+<h1><a href="youtube_v3.html">YouTube Data API v3</a> . <a href="youtube_v3.channelBanners.html">channelBanners</a></h1>
 <h2>Instance Methods</h2>
 <p class="toc_element">
-  <code><a href="#insert">insert(body=None, channelId=None, onBehalfOfContentOwner=None, media_body=None, media_mime_type=None)</a></code></p>
-<p class="firstline">Uploads a channel banner image to YouTube. This method represents the first two steps in a three-step process to update the banner image for a channel:</p>
+  <code><a href="#insert">insert(body=None, onBehalfOfContentOwner=None, channelId=None, onBehalfOfContentOwnerChannel=None, x__xgafv=None, media_body=None, media_mime_type=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="insert">insert(body=None, channelId=None, onBehalfOfContentOwner=None, media_body=None, media_mime_type=None)</code>
-  <pre>Uploads a channel banner image to YouTube. This method represents the first two steps in a three-step process to update the banner image for a channel:
-
-- Call the channelBanners.insert method to upload the binary image data to YouTube. The image must have a 16:9 aspect ratio and be at least 2120x1192 pixels.
-- Extract the url property&#x27;s value from the response that the API returns for step 1.
-- Call the channels.update method to update the channel&#x27;s branding settings. Set the brandingSettings.image.bannerExternalUrl property&#x27;s value to the URL obtained in step 2.
+    <code class="details" id="insert">insert(body=None, onBehalfOfContentOwner=None, channelId=None, onBehalfOfContentOwnerChannel=None, x__xgafv=None, media_body=None, media_mime_type=None)</code>
+  <pre>Inserts a new resource into this collection.
 
 Args:
   body: object, The request body.
     The object takes the form of:
 
 { # A channel banner returned as the response to a channel_banner.insert call.
-    &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource.
-    &quot;kind&quot;: &quot;youtube#channelBannerResource&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#channelBannerResource&quot;.
+    &quot;etag&quot;: &quot;A String&quot;,
+    &quot;kind&quot;: &quot;youtube#channelBannerResource&quot;, # Identifies what kind of resource this is. Value: the fixed string
+        # &lt;code&gt;&quot;youtube#channelBannerResource&quot;&lt;/code&gt;.
     &quot;url&quot;: &quot;A String&quot;, # The URL of this banner image.
   }
 
-  channelId: string, The channelId parameter identifies the YouTube channel to which the banner is uploaded. The channelId parameter was introduced as a required parameter in May 2017. As this was a backward-incompatible change, channelBanners.insert requests that do not specify this parameter will not return an error until six months have passed from the time that the parameter was introduced. Please see the API Terms of Service for the official policy regarding backward incompatible changes and the API revision history for the exact date that the parameter was introduced.
-  onBehalfOfContentOwner: string, Note: This parameter is intended exclusively for YouTube content partners.
-
-The onBehalfOfContentOwner parameter indicates that the request&#x27;s authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value. This parameter is intended for YouTube content partners that own and manage many different YouTube channels. It allows content owners to authenticate once and get access to all their video and channel data, without having to provide authentication credentials for each individual channel. The CMS account that the user authenticates with must be linked to the specified YouTube content owner.
+  onBehalfOfContentOwner: string, &lt;strong&gt;Note:&lt;/strong&gt; This parameter is intended exclusively for YouTube
+content partners.&lt;br&gt;&lt;br&gt;The
+&lt;code&gt;&lt;strong&gt;onBehalfOfContentOwner&lt;/strong&gt;&lt;/code&gt; parameter indicates
+that the request&#x27;s authorization credentials identify a YouTube CMS user
+who is acting on behalf of the content owner specified in the parameter
+value. This parameter is intended for YouTube content partners that own and
+manage many different YouTube channels. It allows content owners to
+authenticate once and get access to all their video and channel data,
+without having to provide authentication credentials for each individual
+channel. The actual CMS account that the user authenticates with must be
+linked to the specified YouTube content owner.
+  channelId: string, Unused, channel_id is currently derived from the security context of the
+requestor.
+  onBehalfOfContentOwnerChannel: string, This parameter can only be used in a properly &lt;a
+href=&quot;/youtube/v3/guides/authentication&quot;&gt;authorized request&lt;/a&gt;.
+&lt;strong&gt;Note:&lt;/strong&gt; This parameter is intended exclusively for YouTube
+content partners.&lt;br&gt;&lt;br&gt;The
+&lt;code&gt;&lt;strong&gt;onBehalfOfContentOwnerChannel&lt;/strong&gt;&lt;/code&gt; parameter
+specifies the YouTube channel ID of the channel to which a video is being
+added. This parameter is required when a request specifies a value for the
+&lt;code&gt;onBehalfOfContentOwner&lt;/code&gt; parameter, and it can only be used in
+conjunction with that parameter. In addition, the request must be
+authorized using a CMS account that is linked to the content owner that the
+&lt;code&gt;onBehalfOfContentOwner&lt;/code&gt; parameter specifies. Finally, the
+channel that the &lt;code&gt;onBehalfOfContentOwnerChannel&lt;/code&gt; parameter value
+specifies must be linked to the content owner that the
+&lt;code&gt;onBehalfOfContentOwner&lt;/code&gt; parameter specifies.&lt;br&gt;&lt;br&gt;This
+parameter is intended for YouTube content partners that own and manage many
+different YouTube channels. It allows content owners to authenticate once
+and perform actions on behalf of the channel specified in the parameter
+value, without having to provide authentication credentials for each
+separate channel.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
   media_body: string, The filename of the media request body, or an instance of a MediaUpload object.
   media_mime_type: string, The MIME type of the media request body, or an instance of a MediaUpload object.
 
@@ -107,8 +136,9 @@
   An object of the form:
 
     { # A channel banner returned as the response to a channel_banner.insert call.
-      &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource.
-      &quot;kind&quot;: &quot;youtube#channelBannerResource&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#channelBannerResource&quot;.
+      &quot;etag&quot;: &quot;A String&quot;,
+      &quot;kind&quot;: &quot;youtube#channelBannerResource&quot;, # Identifies what kind of resource this is. Value: the fixed string
+          # &lt;code&gt;&quot;youtube#channelBannerResource&quot;&lt;/code&gt;.
       &quot;url&quot;: &quot;A String&quot;, # The URL of this banner image.
     }</pre>
 </div>