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/dfareporting_v3_3.projects.html b/docs/dyn/dfareporting_v3_3.projects.html
index eaa9459..34efba7 100644
--- a/docs/dyn/dfareporting_v3_3.projects.html
+++ b/docs/dyn/dfareporting_v3_3.projects.html
@@ -81,7 +81,7 @@
   <code><a href="#get">get(profileId, id, x__xgafv=None)</a></code></p>
 <p class="firstline">Gets one project by ID.</p>
 <p class="toc_element">
-  <code><a href="#list">list(profileId, maxResults=None, advertiserIds=None, ids=None, sortField=None, searchString=None, sortOrder=None, pageToken=None, x__xgafv=None)</a></code></p>
+  <code><a href="#list">list(profileId, sortField=None, sortOrder=None, pageToken=None, maxResults=None, advertiserIds=None, searchString=None, ids=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Retrieves a list of projects, possibly filtered. This method supports paging .</p>
 <p class="toc_element">
   <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -109,51 +109,51 @@
 
     { # Contains properties of a Planning project.
     &quot;advertiserId&quot;: &quot;A String&quot;, # Advertiser ID of this project.
+    &quot;subaccountId&quot;: &quot;A String&quot;, # Subaccount ID of this project.
+    &quot;audienceGender&quot;: &quot;A String&quot;, # Audience gender of this project.
+    &quot;targetConversions&quot;: &quot;A String&quot;, # Number of conversions that the advertiser is targeting.
+    &quot;clientBillingCode&quot;: &quot;A String&quot;, # Client billing code of this project.
+    &quot;targetCpaNanos&quot;: &quot;A String&quot;, # CPA that the advertiser is targeting.
+    &quot;audienceAgeGroup&quot;: &quot;A String&quot;, # Audience age group of this project.
+    &quot;accountId&quot;: &quot;A String&quot;, # Account ID of this project.
+    &quot;targetImpressions&quot;: &quot;A String&quot;, # Number of impressions that the advertiser is targeting.
     &quot;lastModifiedInfo&quot;: { # Modification timestamp. # Information about the most recent modification of this project.
       &quot;time&quot;: &quot;A String&quot;, # Timestamp of the last change in milliseconds since epoch.
     },
-    &quot;startDate&quot;: &quot;A String&quot;,
+    &quot;budget&quot;: &quot;A String&quot;, # Budget of this project in the currency specified by the current account. The value stored in this field represents only the non-fractional amount. For example, for USD, the smallest value that can be represented by this field is 1 US dollar.
+    &quot;overview&quot;: &quot;A String&quot;, # Overview of this project.
+    &quot;name&quot;: &quot;A String&quot;, # Name of this project.
+    &quot;id&quot;: &quot;A String&quot;, # ID of this project. This is a read-only, auto-generated field.
     &quot;targetClicks&quot;: &quot;A String&quot;, # Number of clicks that the advertiser is targeting.
+    &quot;clientName&quot;: &quot;A String&quot;, # Name of the project client.
+    &quot;endDate&quot;: &quot;A String&quot;,
     &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dfareporting#project&quot;.
     &quot;targetCpmActiveViewNanos&quot;: &quot;A String&quot;, # vCPM from Active View that the advertiser is targeting.
-    &quot;name&quot;: &quot;A String&quot;, # Name of this project.
-    &quot;targetImpressions&quot;: &quot;A String&quot;, # Number of impressions that the advertiser is targeting.
-    &quot;audienceAgeGroup&quot;: &quot;A String&quot;, # Audience age group of this project.
-    &quot;targetCpaNanos&quot;: &quot;A String&quot;, # CPA that the advertiser is targeting.
-    &quot;budget&quot;: &quot;A String&quot;, # Budget of this project in the currency specified by the current account. The value stored in this field represents only the non-fractional amount. For example, for USD, the smallest value that can be represented by this field is 1 US dollar.
-    &quot;clientBillingCode&quot;: &quot;A String&quot;, # Client billing code of this project.
-    &quot;clientName&quot;: &quot;A String&quot;, # Name of the project client.
-    &quot;overview&quot;: &quot;A String&quot;, # Overview of this project.
-    &quot;targetCpmNanos&quot;: &quot;A String&quot;, # CPM that the advertiser is targeting.
-    &quot;id&quot;: &quot;A String&quot;, # ID of this project. This is a read-only, auto-generated field.
-    &quot;subaccountId&quot;: &quot;A String&quot;, # Subaccount ID of this project.
-    &quot;targetConversions&quot;: &quot;A String&quot;, # Number of conversions that the advertiser is targeting.
-    &quot;accountId&quot;: &quot;A String&quot;, # Account ID of this project.
-    &quot;audienceGender&quot;: &quot;A String&quot;, # Audience gender of this project.
     &quot;targetCpcNanos&quot;: &quot;A String&quot;, # CPC that the advertiser is targeting.
-    &quot;endDate&quot;: &quot;A String&quot;,
+    &quot;startDate&quot;: &quot;A String&quot;,
+    &quot;targetCpmNanos&quot;: &quot;A String&quot;, # CPM that the advertiser is targeting.
   }</pre>
 </div>
 
 <div class="method">
-    <code class="details" id="list">list(profileId, maxResults=None, advertiserIds=None, ids=None, sortField=None, searchString=None, sortOrder=None, pageToken=None, x__xgafv=None)</code>
+    <code class="details" id="list">list(profileId, sortField=None, sortOrder=None, pageToken=None, maxResults=None, advertiserIds=None, searchString=None, ids=None, x__xgafv=None)</code>
   <pre>Retrieves a list of projects, possibly filtered. This method supports paging .
 
 Args:
   profileId: string, User profile ID associated with this request. (required)
-  maxResults: integer, Maximum number of results to return.
-  advertiserIds: string, Select only projects with these advertiser IDs. (repeated)
-  ids: string, Select only projects with these IDs. (repeated)
   sortField: string, Field by which to sort the list.
     Allowed values
       ID - 
       NAME - 
-  searchString: string, Allows searching for projects by name or ID. Wildcards (*) are allowed. For example, &quot;project*2015&quot; will return projects with names like &quot;project June 2015&quot;, &quot;project April 2015&quot;, or simply &quot;project 2015&quot;. Most of the searches also add wildcards implicitly at the start and the end of the search string. For example, a search string of &quot;project&quot; will match projects with name &quot;my project&quot;, &quot;project 2015&quot;, or simply &quot;project&quot;.
   sortOrder: string, Order of sorted results.
     Allowed values
       ASCENDING - 
       DESCENDING - 
   pageToken: string, Value of the nextPageToken from the previous result page.
+  maxResults: integer, Maximum number of results to return.
+  advertiserIds: string, Select only projects with these advertiser IDs. (repeated)
+  searchString: string, Allows searching for projects by name or ID. Wildcards (*) are allowed. For example, &quot;project*2015&quot; will return projects with names like &quot;project June 2015&quot;, &quot;project April 2015&quot;, or simply &quot;project 2015&quot;. Most of the searches also add wildcards implicitly at the start and the end of the search string. For example, a search string of &quot;project&quot; will match projects with name &quot;my project&quot;, &quot;project 2015&quot;, or simply &quot;project&quot;.
+  ids: string, Select only projects with these IDs. (repeated)
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -163,36 +163,36 @@
   An object of the form:
 
     { # Project List Response
+    &quot;nextPageToken&quot;: &quot;A String&quot;, # Pagination token to be used for the next list operation.
     &quot;projects&quot;: [ # Project collection.
       { # Contains properties of a Planning project.
         &quot;advertiserId&quot;: &quot;A String&quot;, # Advertiser ID of this project.
+        &quot;subaccountId&quot;: &quot;A String&quot;, # Subaccount ID of this project.
+        &quot;audienceGender&quot;: &quot;A String&quot;, # Audience gender of this project.
+        &quot;targetConversions&quot;: &quot;A String&quot;, # Number of conversions that the advertiser is targeting.
+        &quot;clientBillingCode&quot;: &quot;A String&quot;, # Client billing code of this project.
+        &quot;targetCpaNanos&quot;: &quot;A String&quot;, # CPA that the advertiser is targeting.
+        &quot;audienceAgeGroup&quot;: &quot;A String&quot;, # Audience age group of this project.
+        &quot;accountId&quot;: &quot;A String&quot;, # Account ID of this project.
+        &quot;targetImpressions&quot;: &quot;A String&quot;, # Number of impressions that the advertiser is targeting.
         &quot;lastModifiedInfo&quot;: { # Modification timestamp. # Information about the most recent modification of this project.
           &quot;time&quot;: &quot;A String&quot;, # Timestamp of the last change in milliseconds since epoch.
         },
-        &quot;startDate&quot;: &quot;A String&quot;,
+        &quot;budget&quot;: &quot;A String&quot;, # Budget of this project in the currency specified by the current account. The value stored in this field represents only the non-fractional amount. For example, for USD, the smallest value that can be represented by this field is 1 US dollar.
+        &quot;overview&quot;: &quot;A String&quot;, # Overview of this project.
+        &quot;name&quot;: &quot;A String&quot;, # Name of this project.
+        &quot;id&quot;: &quot;A String&quot;, # ID of this project. This is a read-only, auto-generated field.
         &quot;targetClicks&quot;: &quot;A String&quot;, # Number of clicks that the advertiser is targeting.
+        &quot;clientName&quot;: &quot;A String&quot;, # Name of the project client.
+        &quot;endDate&quot;: &quot;A String&quot;,
         &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dfareporting#project&quot;.
         &quot;targetCpmActiveViewNanos&quot;: &quot;A String&quot;, # vCPM from Active View that the advertiser is targeting.
-        &quot;name&quot;: &quot;A String&quot;, # Name of this project.
-        &quot;targetImpressions&quot;: &quot;A String&quot;, # Number of impressions that the advertiser is targeting.
-        &quot;audienceAgeGroup&quot;: &quot;A String&quot;, # Audience age group of this project.
-        &quot;targetCpaNanos&quot;: &quot;A String&quot;, # CPA that the advertiser is targeting.
-        &quot;budget&quot;: &quot;A String&quot;, # Budget of this project in the currency specified by the current account. The value stored in this field represents only the non-fractional amount. For example, for USD, the smallest value that can be represented by this field is 1 US dollar.
-        &quot;clientBillingCode&quot;: &quot;A String&quot;, # Client billing code of this project.
-        &quot;clientName&quot;: &quot;A String&quot;, # Name of the project client.
-        &quot;overview&quot;: &quot;A String&quot;, # Overview of this project.
-        &quot;targetCpmNanos&quot;: &quot;A String&quot;, # CPM that the advertiser is targeting.
-        &quot;id&quot;: &quot;A String&quot;, # ID of this project. This is a read-only, auto-generated field.
-        &quot;subaccountId&quot;: &quot;A String&quot;, # Subaccount ID of this project.
-        &quot;targetConversions&quot;: &quot;A String&quot;, # Number of conversions that the advertiser is targeting.
-        &quot;accountId&quot;: &quot;A String&quot;, # Account ID of this project.
-        &quot;audienceGender&quot;: &quot;A String&quot;, # Audience gender of this project.
         &quot;targetCpcNanos&quot;: &quot;A String&quot;, # CPC that the advertiser is targeting.
-        &quot;endDate&quot;: &quot;A String&quot;,
+        &quot;startDate&quot;: &quot;A String&quot;,
+        &quot;targetCpmNanos&quot;: &quot;A String&quot;, # CPM that the advertiser is targeting.
       },
     ],
     &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dfareporting#projectsListResponse&quot;.
-    &quot;nextPageToken&quot;: &quot;A String&quot;, # Pagination token to be used for the next list operation.
   }</pre>
 </div>