docs: update docs (#916)
* fix: re-run script
* test: fix noxfile
diff --git a/docs/dyn/adexchangebuyer2_v2beta1.accounts.clients.invitations.html b/docs/dyn/adexchangebuyer2_v2beta1.accounts.clients.invitations.html
index 21bc174..e65eceb 100644
--- a/docs/dyn/adexchangebuyer2_v2beta1.accounts.clients.invitations.html
+++ b/docs/dyn/adexchangebuyer2_v2beta1.accounts.clients.invitations.html
@@ -81,7 +81,7 @@
<code><a href="#get">get(accountId, clientAccountId, invitationId, x__xgafv=None)</a></code></p>
<p class="firstline">Retrieves an existing client user invitation.</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 client users invitations for a client</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -101,12 +101,12 @@
{ # An invitation for a new client user to get access to the Authorized Buyers
# UI. All fields are required unless otherwise specified.
- "email": "A String", # The email address to which the invitation is sent. Email
- # addresses should be unique among all client users under each sponsor
- # buyer.
"clientAccountId": "A String", # Numerical account ID of the client buyer
# that the invited user is associated with.
# The value of this field is ignored in create operations.
+ "email": "A String", # The email address to which the invitation is sent. Email
+ # addresses should be unique among all client users under each sponsor
+ # buyer.
"invitationId": "A String", # The unique numerical ID of the invitation that is sent to the user.
# The value of this field is ignored in create operations.
}
@@ -121,12 +121,12 @@
{ # An invitation for a new client user to get access to the Authorized Buyers
# UI. All fields are required unless otherwise specified.
- "email": "A String", # The email address to which the invitation is sent. Email
- # addresses should be unique among all client users under each sponsor
- # buyer.
"clientAccountId": "A String", # Numerical account ID of the client buyer
# that the invited user is associated with.
# The value of this field is ignored in create operations.
+ "email": "A String", # The email address to which the invitation is sent. Email
+ # addresses should be unique among all client users under each sponsor
+ # buyer.
"invitationId": "A String", # The unique numerical ID of the invitation that is sent to the user.
# The value of this field is ignored in create operations.
}</pre>
@@ -151,19 +151,19 @@
{ # An invitation for a new client user to get access to the Authorized Buyers
# UI. All fields are required unless otherwise specified.
- "email": "A String", # The email address to which the invitation is sent. Email
- # addresses should be unique among all client users under each sponsor
- # buyer.
"clientAccountId": "A String", # Numerical account ID of the client buyer
# that the invited user is associated with.
# The value of this field is ignored in create operations.
+ "email": "A String", # The email address to which the invitation is sent. Email
+ # addresses should be unique among all client users under each sponsor
+ # buyer.
"invitationId": "A String", # The unique numerical ID of the invitation that is sent to the user.
# The value of this field is ignored in create operations.
}</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 client users invitations for a client
with a given account ID.
@@ -175,14 +175,14 @@
numerical account identifier or the `-` character
to list all the invitations for all the clients
of a given sponsor buyer. (required)
+ pageSize: integer, Requested page size. Server may return fewer clients than requested.
+If unspecified, 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
ListClientUserInvitationsResponse.nextPageToken
returned from the previous call to the
clients.invitations.list
method.
- pageSize: integer, Requested page size. Server may return fewer clients than requested.
-If unspecified, server will pick an appropriate default.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -192,6 +192,19 @@
An object of the form:
{
+ "invitations": [ # The returned list of client users.
+ { # An invitation for a new client user to get access to the Authorized Buyers
+ # UI. All fields are required unless otherwise specified.
+ "clientAccountId": "A String", # Numerical account ID of the client buyer
+ # that the invited user is associated with.
+ # The value of this field is ignored in create operations.
+ "email": "A String", # The email address to which the invitation is sent. Email
+ # addresses should be unique among all client users under each sponsor
+ # buyer.
+ "invitationId": "A String", # The unique numerical ID of the invitation that is sent to the user.
+ # The value of this field is ignored in create operations.
+ },
+ ],
"nextPageToken": "A String", # A token to retrieve the next page of results.
# Pass this value in the
# ListClientUserInvitationsRequest.pageToken
@@ -199,19 +212,6 @@
# clients.invitations.list
# method to retrieve the next
# page of results.
- "invitations": [ # The returned list of client users.
- { # An invitation for a new client user to get access to the Authorized Buyers
- # UI. All fields are required unless otherwise specified.
- "email": "A String", # The email address to which the invitation is sent. Email
- # addresses should be unique among all client users under each sponsor
- # buyer.
- "clientAccountId": "A String", # Numerical account ID of the client buyer
- # that the invited user is associated with.
- # The value of this field is ignored in create operations.
- "invitationId": "A String", # The unique numerical ID of the invitation that is sent to the user.
- # The value of this field is ignored in create operations.
- },
- ],
}</pre>
</div>