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/analyticsadmin_v1alpha.accountSummaries.html b/docs/dyn/analyticsadmin_v1alpha.accountSummaries.html
index 0a3c405..0599116 100644
--- a/docs/dyn/analyticsadmin_v1alpha.accountSummaries.html
+++ b/docs/dyn/analyticsadmin_v1alpha.accountSummaries.html
@@ -105,20 +105,20 @@
   An object of the form:
 
     { # Response message for ListAccountSummaries RPC.
-    "nextPageToken": "A String", # A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
     "accountSummaries": [ # Account summaries of all accounts the caller has access to.
       { # A virtual resource representing an overview of an account and all its child GA4 properties.
-        "name": "A String", # Resource name for this account summary. Format: accountSummaries/{account_id} Example: "accountSummaries/1000"
         "account": "A String", # Resource name of account referred to by this account summary Format: accounts/{account_id} Example: "accounts/1000"
+        "name": "A String", # Resource name for this account summary. Format: accountSummaries/{account_id} Example: "accountSummaries/1000"
         "displayName": "A String", # Display name for the account referred to in this account summary.
         "propertySummaries": [ # List of summaries for child accounts of this account.
           { # A virtual resource representing metadata for an GA4 property.
-            "property": "A String", # Resource name of property referred to by this property summary Format: properties/{property_id} Example: "properties/1000"
             "displayName": "A String", # Display name for the property referred to in this account summary.
+            "property": "A String", # Resource name of property referred to by this property summary Format: properties/{property_id} Example: "properties/1000"
           },
         ],
       },
     ],
+    "nextPageToken": "A String", # A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
   }</pre>
 </div>