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.invitations.html b/docs/dyn/adexchangebuyer2_v2beta1.accounts.clients.invitations.html
index d0f4701..ee74082 100644
--- a/docs/dyn/adexchangebuyer2_v2beta1.accounts.clients.invitations.html
+++ b/docs/dyn/adexchangebuyer2_v2beta1.accounts.clients.invitations.html
@@ -84,7 +84,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, 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 client users invitations for a client with a given account ID.</p>
 <p class="toc_element">
   <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -106,10 +106,10 @@
     The object takes the form of:
 
 { # An invitation for a new client user to get access to the Authorized Buyers UI. All fields are required unless otherwise specified.
-    &quot;email&quot;: &quot;A String&quot;, # The email address to which the invitation is sent. Email addresses should be unique among all client users under each sponsor buyer.
-    &quot;clientAccountId&quot;: &quot;A String&quot;, # Numerical account ID of the client buyer that the invited user is associated with. The value of this field is ignored in create operations.
-    &quot;invitationId&quot;: &quot;A String&quot;, # The unique numerical ID of the invitation that is sent to the user. The value of this field is ignored in create operations.
-  }
+  &quot;clientAccountId&quot;: &quot;A String&quot;, # Numerical account ID of the client buyer that the invited user is associated with. The value of this field is ignored in create operations.
+  &quot;email&quot;: &quot;A String&quot;, # The email address to which the invitation is sent. Email addresses should be unique among all client users under each sponsor buyer.
+  &quot;invitationId&quot;: &quot;A String&quot;, # The unique numerical ID of the invitation that is sent to the user. The value of this field is ignored in create operations.
+}
 
   x__xgafv: string, V1 error format.
     Allowed values
@@ -120,10 +120,10 @@
   An object of the form:
 
     { # An invitation for a new client user to get access to the Authorized Buyers UI. All fields are required unless otherwise specified.
-      &quot;email&quot;: &quot;A String&quot;, # The email address to which the invitation is sent. Email addresses should be unique among all client users under each sponsor buyer.
-      &quot;clientAccountId&quot;: &quot;A String&quot;, # Numerical account ID of the client buyer that the invited user is associated with. The value of this field is ignored in create operations.
-      &quot;invitationId&quot;: &quot;A String&quot;, # The unique numerical ID of the invitation that is sent to the user. The value of this field is ignored in create operations.
-    }</pre>
+    &quot;clientAccountId&quot;: &quot;A String&quot;, # Numerical account ID of the client buyer that the invited user is associated with. The value of this field is ignored in create operations.
+    &quot;email&quot;: &quot;A String&quot;, # The email address to which the invitation is sent. Email addresses should be unique among all client users under each sponsor buyer.
+    &quot;invitationId&quot;: &quot;A String&quot;, # 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">
@@ -143,21 +143,21 @@
   An object of the form:
 
     { # An invitation for a new client user to get access to the Authorized Buyers UI. All fields are required unless otherwise specified.
-      &quot;email&quot;: &quot;A String&quot;, # The email address to which the invitation is sent. Email addresses should be unique among all client users under each sponsor buyer.
-      &quot;clientAccountId&quot;: &quot;A String&quot;, # Numerical account ID of the client buyer that the invited user is associated with. The value of this field is ignored in create operations.
-      &quot;invitationId&quot;: &quot;A String&quot;, # The unique numerical ID of the invitation that is sent to the user. The value of this field is ignored in create operations.
-    }</pre>
+    &quot;clientAccountId&quot;: &quot;A String&quot;, # Numerical account ID of the client buyer that the invited user is associated with. The value of this field is ignored in create operations.
+    &quot;email&quot;: &quot;A String&quot;, # The email address to which the invitation is sent. Email addresses should be unique among all client users under each sponsor buyer.
+    &quot;invitationId&quot;: &quot;A String&quot;, # 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, 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 client users invitations for a client with a given account ID.
 
 Args:
   accountId: string, Numerical account ID of the client&#x27;s sponsor buyer. (required) (required)
   clientAccountId: string, Numerical account ID of the client buyer to list invitations for. (required) You must either specify a string representation of a 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
@@ -170,10 +170,10 @@
     &quot;nextPageToken&quot;: &quot;A String&quot;, # A token to retrieve the next page of results. Pass this value in the ListClientUserInvitationsRequest.pageToken field in the subsequent call to the clients.invitations.list method to retrieve the next page of results.
     &quot;invitations&quot;: [ # 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.
-          &quot;email&quot;: &quot;A String&quot;, # The email address to which the invitation is sent. Email addresses should be unique among all client users under each sponsor buyer.
-          &quot;clientAccountId&quot;: &quot;A String&quot;, # Numerical account ID of the client buyer that the invited user is associated with. The value of this field is ignored in create operations.
-          &quot;invitationId&quot;: &quot;A String&quot;, # The unique numerical ID of the invitation that is sent to the user. The value of this field is ignored in create operations.
-        },
+        &quot;clientAccountId&quot;: &quot;A String&quot;, # Numerical account ID of the client buyer that the invited user is associated with. The value of this field is ignored in create operations.
+        &quot;email&quot;: &quot;A String&quot;, # The email address to which the invitation is sent. Email addresses should be unique among all client users under each sponsor buyer.
+        &quot;invitationId&quot;: &quot;A String&quot;, # 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>