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.creatives.dealAssociations.html b/docs/dyn/adexchangebuyer2_v2beta1.accounts.creatives.dealAssociations.html
index 2369abe..5453055 100644
--- a/docs/dyn/adexchangebuyer2_v2beta1.accounts.creatives.dealAssociations.html
+++ b/docs/dyn/adexchangebuyer2_v2beta1.accounts.creatives.dealAssociations.html
@@ -81,7 +81,7 @@
   <code><a href="#close">close()</a></code></p>
 <p class="firstline">Close httplib2 connections.</p>
 <p class="toc_element">
-  <code><a href="#list">list(accountId, creativeId, pageSize=None, query=None, pageToken=None, x__xgafv=None)</a></code></p>
+  <code><a href="#list">list(accountId, creativeId, query=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
 <p class="firstline">List all creative-deal associations.</p>
 <p class="toc_element">
   <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -103,8 +103,8 @@
 { # A request for associating a deal and a creative.
     &quot;association&quot;: { # The association between a creative and a deal. # The association between a creative and a deal that should be added.
       &quot;dealsId&quot;: &quot;A String&quot;, # The externalDealId for the deal associated with the creative.
-      &quot;accountId&quot;: &quot;A String&quot;, # The account the creative belongs to.
       &quot;creativeId&quot;: &quot;A String&quot;, # The ID of the creative associated with the deal.
+      &quot;accountId&quot;: &quot;A String&quot;, # The account the creative belongs to.
     },
   }
 
@@ -126,14 +126,14 @@
 </div>
 
 <div class="method">
-    <code class="details" id="list">list(accountId, creativeId, pageSize=None, query=None, pageToken=None, x__xgafv=None)</code>
+    <code class="details" id="list">list(accountId, creativeId, query=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
   <pre>List all creative-deal associations.
 
 Args:
   accountId: string, The account to list the associations from. Specify &quot;-&quot; to list all creatives the current user has access to. (required)
   creativeId: string, The creative ID to list the associations from. Specify &quot;-&quot; to list all creatives under the above account. (required)
-  pageSize: integer, Requested page size. Server may return fewer associations than requested. If unspecified, server will pick an appropriate default.
   query: string, An optional query string to filter deal associations. If no filter is specified, all associations will be returned. Supported queries are: - accountId=*account_id_string* - creativeId=*creative_id_string* - dealsId=*deals_id_string* - dealsStatus:{approved, conditionally_approved, disapproved, not_checked} - openAuctionStatus:{approved, conditionally_approved, disapproved, not_checked} Example: &#x27;dealsId=12345 AND dealsStatus:disapproved&#x27;
+  pageSize: integer, Requested page size. Server may return fewer associations 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 ListDealAssociationsResponse.next_page_token returned from the previous call to &#x27;ListDealAssociations&#x27; method.
   x__xgafv: string, V1 error format.
     Allowed values
@@ -148,8 +148,8 @@
     &quot;associations&quot;: [ # The list of associations.
       { # The association between a creative and a deal.
         &quot;dealsId&quot;: &quot;A String&quot;, # The externalDealId for the deal associated with the creative.
-        &quot;accountId&quot;: &quot;A String&quot;, # The account the creative belongs to.
         &quot;creativeId&quot;: &quot;A String&quot;, # The ID of the creative associated with the deal.
+        &quot;accountId&quot;: &quot;A String&quot;, # The account the creative belongs to.
       },
     ],
   }</pre>
@@ -182,8 +182,8 @@
 { # A request for removing the association between a deal and a creative.
     &quot;association&quot;: { # The association between a creative and a deal. # The association between a creative and a deal that should be removed.
       &quot;dealsId&quot;: &quot;A String&quot;, # The externalDealId for the deal associated with the creative.
-      &quot;accountId&quot;: &quot;A String&quot;, # The account the creative belongs to.
       &quot;creativeId&quot;: &quot;A String&quot;, # The ID of the creative associated with the deal.
+      &quot;accountId&quot;: &quot;A String&quot;, # The account the creative belongs to.
     },
   }