chore: update docs/dyn , add static discovery files to discovery_cache/documents (#1111)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/78f53313-0c78-4a29-8841-f031665a4c6a/targets
- [ ] To automatically regenerate this PR, check this box.
Source-Link: https://github.com/googleapis/synthtool/commit/c2de32114ec484aa708d32012d1fa8d75232daf5
diff --git a/docs/dyn/adexchangebuyer2_v2beta1.accounts.clients.users.html b/docs/dyn/adexchangebuyer2_v2beta1.accounts.clients.users.html
index a30a559..7ce50e4 100644
--- a/docs/dyn/adexchangebuyer2_v2beta1.accounts.clients.users.html
+++ b/docs/dyn/adexchangebuyer2_v2beta1.accounts.clients.users.html
@@ -81,7 +81,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 sponsor buyer account ID.</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -112,22 +112,22 @@
An object of the form:
{ # A client user is created under a client buyer and has restricted access to the Marketplace and certain other sections of the Authorized Buyers UI based on the role granted to the associated client buyer. The only way a new client user can be created is via accepting an email invitation (see the accounts.clients.invitations.create 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.
"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.
"email": "A String", # User's email address. The value of this field is ignored in an update operation.
+ "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.
}</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.
Args:
accountId: string, Numerical account ID of the sponsor buyer of the client to list users for. (required) (required)
clientAccountId: string, The account ID of the client buyer to list users for. (required) You must specify either a string representation of a numerical account identifier or the `-` character to list all the client users for all the clients of a given sponsor buyer. (required)
- 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.
+ 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.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -140,9 +140,9 @@
"nextPageToken": "A String", # A token to retrieve the next page of results. Pass this value in the ListClientUsersRequest.pageToken field in the subsequent call to the clients.invitations.list method to retrieve the next page of results.
"users": [ # The returned list of client users.
{ # A client user is created under a client buyer and has restricted access to the Marketplace and certain other sections of the Authorized Buyers UI based on the role granted to the associated client buyer. The only way a new client user can be created is via accepting an email invitation (see the accounts.clients.invitations.create 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.
"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.
"email": "A String", # User's email address. The value of this field is ignored in an update operation.
+ "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.
},
],
@@ -175,9 +175,9 @@
The object takes the form of:
{ # A client user is created under a client buyer and has restricted access to the Marketplace and certain other sections of the Authorized Buyers UI based on the role granted to the associated client buyer. The only way a new client user can be created is via accepting an email invitation (see the accounts.clients.invitations.create 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.
"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.
"email": "A String", # User's email address. The value of this field is ignored in an update operation.
+ "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.
}
@@ -190,9 +190,9 @@
An object of the form:
{ # A client user is created under a client buyer and has restricted access to the Marketplace and certain other sections of the Authorized Buyers UI based on the role granted to the associated client buyer. The only way a new client user can be created is via accepting an email invitation (see the accounts.clients.invitations.create 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.
"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.
"email": "A String", # User's email address. The value of this field is ignored in an update operation.
+ "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.
}</pre>
</div>