docs: update docs (#916)
* fix: re-run script
* test: fix noxfile
diff --git a/docs/dyn/adexchangebuyer2_v2beta1.accounts.clients.users.html b/docs/dyn/adexchangebuyer2_v2beta1.accounts.clients.users.html
index 73c6fea..ba89a8f 100644
--- a/docs/dyn/adexchangebuyer2_v2beta1.accounts.clients.users.html
+++ b/docs/dyn/adexchangebuyer2_v2beta1.accounts.clients.users.html
@@ -78,7 +78,7 @@
<code><a href="#get">get(accountId, clientAccountId, userId, x__xgafv=None)</a></code></p>
<p class="firstline">Retrieves an existing client user.</p>
<p class="toc_element">
- <code><a href="#list">list(accountId, clientAccountId, pageToken=None, pageSize=None, x__xgafv=None)</a></code></p>
+ <code><a href="#list">list(accountId, clientAccountId, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
<p class="firstline">Lists all the known client users for a specified</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -115,21 +115,21 @@
# method).
#
# All fields are required unless otherwise specified.
- "userId": "A String", # The unique numerical ID of the client user
- # that has accepted an invitation.
- # The value of this field is ignored in an update operation.
- "email": "A String", # User's email address. The value of this field
- # is ignored in an update operation.
"clientAccountId": "A String", # Numerical account ID of the client buyer
# with which the user is associated; the
# buyer must be a client of the current sponsor buyer.
# The value of this field is ignored in an update operation.
"status": "A String", # The status of the client user.
+ "userId": "A String", # The unique numerical ID of the client user
+ # that has accepted an invitation.
+ # The value of this field is ignored in an update operation.
+ "email": "A String", # User's email address. The value of this field
+ # is ignored in an update operation.
}</pre>
</div>
<div class="method">
- <code class="details" id="list">list(accountId, clientAccountId, pageToken=None, pageSize=None, x__xgafv=None)</code>
+ <code class="details" id="list">list(accountId, clientAccountId, pageSize=None, pageToken=None, x__xgafv=None)</code>
<pre>Lists all the known client users for a specified
sponsor buyer account ID.
@@ -141,14 +141,14 @@
numerical account identifier or the `-` character
to list all the client users for all the clients
of a given sponsor buyer. (required)
+ pageSize: integer, Requested page size. The server may return fewer clients than requested.
+If unspecified, the server will pick an appropriate default.
pageToken: string, A token identifying a page of results the server should return.
Typically, this is the value of
ListClientUsersResponse.nextPageToken
returned from the previous call to the
accounts.clients.users.list
method.
- pageSize: integer, Requested page size. The server may return fewer clients than requested.
-If unspecified, the server will pick an appropriate default.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -177,16 +177,16 @@
# method).
#
# All fields are required unless otherwise specified.
- "userId": "A String", # The unique numerical ID of the client user
- # that has accepted an invitation.
- # The value of this field is ignored in an update operation.
- "email": "A String", # User's email address. The value of this field
- # is ignored in an update operation.
"clientAccountId": "A String", # Numerical account ID of the client buyer
# with which the user is associated; the
# buyer must be a client of the current sponsor buyer.
# The value of this field is ignored in an update operation.
"status": "A String", # The status of the client user.
+ "userId": "A String", # The unique numerical ID of the client user
+ # that has accepted an invitation.
+ # The value of this field is ignored in an update operation.
+ "email": "A String", # User's email address. The value of this field
+ # is ignored in an update operation.
},
],
}</pre>
@@ -230,16 +230,16 @@
# method).
#
# All fields are required unless otherwise specified.
- "userId": "A String", # The unique numerical ID of the client user
- # that has accepted an invitation.
- # The value of this field is ignored in an update operation.
- "email": "A String", # User's email address. The value of this field
- # is ignored in an update operation.
"clientAccountId": "A String", # Numerical account ID of the client buyer
# with which the user is associated; the
# buyer must be a client of the current sponsor buyer.
# The value of this field is ignored in an update operation.
"status": "A String", # The status of the client user.
+ "userId": "A String", # The unique numerical ID of the client user
+ # that has accepted an invitation.
+ # The value of this field is ignored in an update operation.
+ "email": "A String", # User's email address. The value of this field
+ # is ignored in an update operation.
}
x__xgafv: string, V1 error format.
@@ -261,16 +261,16 @@
# method).
#
# All fields are required unless otherwise specified.
- "userId": "A String", # The unique numerical ID of the client user
- # that has accepted an invitation.
- # The value of this field is ignored in an update operation.
- "email": "A String", # User's email address. The value of this field
- # is ignored in an update operation.
"clientAccountId": "A String", # Numerical account ID of the client buyer
# with which the user is associated; the
# buyer must be a client of the current sponsor buyer.
# The value of this field is ignored in an update operation.
"status": "A String", # The status of the client user.
+ "userId": "A String", # The unique numerical ID of the client user
+ # that has accepted an invitation.
+ # The value of this field is ignored in an update operation.
+ "email": "A String", # User's email address. The value of this field
+ # is ignored in an update operation.
}</pre>
</div>