docs: update docs (#916)
* fix: re-run script
* test: fix noxfile
diff --git a/docs/dyn/displayvideo_v1.firstAndThirdPartyAudiences.html b/docs/dyn/displayvideo_v1.firstAndThirdPartyAudiences.html
index 8a9bc9d..5f5542a 100644
--- a/docs/dyn/displayvideo_v1.firstAndThirdPartyAudiences.html
+++ b/docs/dyn/displayvideo_v1.firstAndThirdPartyAudiences.html
@@ -78,7 +78,7 @@
<code><a href="#get">get(firstAndThirdPartyAudienceId, advertiserId=None, partnerId=None, x__xgafv=None)</a></code></p>
<p class="firstline">Gets a first and third party audience.</p>
<p class="toc_element">
- <code><a href="#list">list(advertiserId=None, orderBy=None, partnerId=None, filter=None, pageToken=None, pageSize=None, x__xgafv=None)</a></code></p>
+ <code><a href="#list">list(pageToken=None, pageSize=None, advertiserId=None, orderBy=None, partnerId=None, filter=None, x__xgafv=None)</a></code></p>
<p class="firstline">Lists first and third party audiences.</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -117,13 +117,21 @@
</div>
<div class="method">
- <code class="details" id="list">list(advertiserId=None, orderBy=None, partnerId=None, filter=None, pageToken=None, pageSize=None, x__xgafv=None)</code>
+ <code class="details" id="list">list(pageToken=None, pageSize=None, advertiserId=None, orderBy=None, partnerId=None, filter=None, x__xgafv=None)</code>
<pre>Lists first and third party audiences.
The order is defined by the
order_by parameter.
Args:
+ pageToken: string, A token identifying a page of results the server should return.
+Typically, this is the value of
+next_page_token
+returned from the previous call to `ListFirstAndThirdPartyAudiences`
+method. If not specified, the first page of results will be returned.
+ 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 has access to the fetched first and
third party audiences.
orderBy: string, Field by which to sort the list.
@@ -154,14 +162,6 @@
"Google": `displayName : "Google"`.
The length of this field should be no more than 500 characters.
- pageToken: string, A token identifying a page of results the server should return.
-Typically, this is the value of
-next_page_token
-returned from the previous call to `ListFirstAndThirdPartyAudiences`
-method. If not specified, the first page of results will be returned.
- 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.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format