docs: update generated docs (#981)
diff --git a/docs/dyn/adexchangebuyer2_v2beta1.accounts.clients.users.html b/docs/dyn/adexchangebuyer2_v2beta1.accounts.clients.users.html
index ba89a8f..36b49c6 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, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
+ <code><a href="#list">list(accountId, clientAccountId, pageToken=None, pageSize=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>
@@ -119,17 +119,17 @@
# 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.
+ "status": "A String", # The status of the client user.
"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, pageSize=None, pageToken=None, x__xgafv=None)</code>
+ <code class="details" id="list">list(accountId, clientAccountId, pageToken=None, pageSize=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
@@ -181,10 +181,10 @@
# 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.
+ "status": "A String", # The status of the client user.
"email": "A String", # User's email address. The value of this field
# is ignored in an update operation.
},
@@ -234,10 +234,10 @@
# 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.
+ "status": "A String", # The status of the client user.
"email": "A String", # User's email address. The value of this field
# is ignored in an update operation.
}
@@ -265,10 +265,10 @@
# 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.
+ "status": "A String", # The status of the client user.
"email": "A String", # User's email address. The value of this field
# is ignored in an update operation.
}</pre>