docs: update docs (#916)
* fix: re-run script
* test: fix noxfile
diff --git a/docs/dyn/displayvideo_v1.partners.channels.html b/docs/dyn/displayvideo_v1.partners.channels.html
index 23cc0be..1a70495 100644
--- a/docs/dyn/displayvideo_v1.partners.channels.html
+++ b/docs/dyn/displayvideo_v1.partners.channels.html
@@ -78,7 +78,7 @@
<code><a href="#get">get(partnerId, channelId, advertiserId=None, x__xgafv=None)</a></code></p>
<p class="firstline">Gets a channel for a partner or advertiser.</p>
<p class="toc_element">
- <code><a href="#list">list(partnerId, advertiserId=None, orderBy=None, filter=None, pageToken=None, pageSize=None, x__xgafv=None)</a></code></p>
+ <code><a href="#list">list(partnerId, filter=None, pageToken=None, pageSize=None, advertiserId=None, orderBy=None, x__xgafv=None)</a></code></p>
<p class="firstline">Lists channels for a partner or advertiser.</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -101,31 +101,21 @@
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>
<div class="method">
- <code class="details" id="list">list(partnerId, advertiserId=None, orderBy=None, filter=None, pageToken=None, pageSize=None, x__xgafv=None)</code>
+ <code class="details" id="list">list(partnerId, filter=None, pageToken=None, pageSize=None, advertiserId=None, orderBy=None, x__xgafv=None)</code>
<pre>Lists channels for a partner or advertiser.
Args:
partnerId: string, The ID of the partner that owns the channels. (required)
- advertiserId: string, The ID of the advertiser that owns the channels.
- orderBy: string, Field by which to sort the list.
-Acceptable values are:
-
-* `displayName` (default)
-* `channelId`
-
-The default sorting order is ascending. To specify descending order for a
-field, a suffix " desc" should be added to the field name. Example:
-`displayName desc`.
filter: string, Allows filtering by channel fields.
Supported syntax:
@@ -151,6 +141,16 @@
pageSize: integer, Requested page size. Must be between `1` and `100`. If unspecified will
default to `100`. Returns error code `INVALID_ARGUMENT` if an invalid value
is specified.
+ advertiserId: string, The ID of the advertiser that owns the channels.
+ orderBy: string, Field by which to sort the list.
+Acceptable values are:
+
+* `displayName` (default)
+* `channelId`
+
+The default sorting order is ascending. To specify descending order for a
+field, a suffix " desc" should be added to the field name. Example:
+`displayName desc`.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -168,12 +168,12 @@
#
# This list will be absent if empty.
{ # 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>