docs: update docs (#916)

* fix: re-run script

* test: fix noxfile
diff --git a/docs/dyn/displayvideo_v1.advertisers.channels.html b/docs/dyn/displayvideo_v1.advertisers.channels.html
index e6d5589..41719e8 100644
--- a/docs/dyn/displayvideo_v1.advertisers.channels.html
+++ b/docs/dyn/displayvideo_v1.advertisers.channels.html
@@ -101,12 +101,12 @@
   An object of the form:
 
     { # A single channel. Channels are custom groups of related websites and apps.
-    "advertiserId": "A String", # The ID of the advertiser that owns the channel.
     "name": "A String", # Output only. The resource name of the channel.
     "displayName": "A String", # Required. The display name of the channel.
         # Must be UTF-8 encoded with a maximum length of 240 bytes.
     "partnerId": "A String", # The ID of the partner that owns the channel.
     "channelId": "A String", # Output only. The unique ID of the channel. Assigned by the system.
+    "advertiserId": "A String", # The ID of the advertiser that owns the channel.
   }</pre>
 </div>
 
@@ -168,12 +168,12 @@
         #
         # This list will be absent if empty.
       { # A single channel. Channels are custom groups of related websites and apps.
-        &quot;advertiserId&quot;: &quot;A String&quot;, # The ID of the advertiser that owns the channel.
         &quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the channel.
         &quot;displayName&quot;: &quot;A String&quot;, # Required. The display name of the channel.
             # Must be UTF-8 encoded with a maximum length of 240 bytes.
         &quot;partnerId&quot;: &quot;A String&quot;, # The ID of the partner that owns the channel.
         &quot;channelId&quot;: &quot;A String&quot;, # Output only. The unique ID of the channel. Assigned by the system.
+        &quot;advertiserId&quot;: &quot;A String&quot;, # The ID of the advertiser that owns the channel.
       },
     ],
   }</pre>