build: run docs regen in synth.py (#1059)

diff --git a/docs/dyn/analyticsadmin_v1alpha.accountSummaries.html b/docs/dyn/analyticsadmin_v1alpha.accountSummaries.html
index 3b62d93..b8c0f34 100644
--- a/docs/dyn/analyticsadmin_v1alpha.accountSummaries.html
+++ b/docs/dyn/analyticsadmin_v1alpha.accountSummaries.html
@@ -78,7 +78,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(pageToken=None, pageSize=None, x__xgafv=None)</a></code></p>
+  <code><a href="#list">list(pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Returns summaries of all accounts accessible by the caller.</p>
 <p class="toc_element">
   <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -90,12 +90,12 @@
 </div>
 
 <div class="method">
-    <code class="details" id="list">list(pageToken=None, pageSize=None, x__xgafv=None)</code>
+    <code class="details" id="list">list(pageSize=None, pageToken=None, x__xgafv=None)</code>
   <pre>Returns summaries of all accounts accessible by the caller.
 
 Args:
-  pageToken: string, A page token, received from a previous `ListAccountSummaries` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListAccountSummaries` must match the call that provided the page token.
   pageSize: integer, The maximum number of AccountSummary resources to return. The service may return fewer than this value, even if there are additional pages. If unspecified, at most 50 resources will be returned. The maximum value is 200; (higher values will be coerced to the maximum)
+  pageToken: string, A page token, received from a previous `ListAccountSummaries` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListAccountSummaries` must match the call that provided the page token.
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -105,20 +105,20 @@
   An object of the form:
 
     { # Response message for ListAccountSummaries RPC.
-    &quot;nextPageToken&quot;: &quot;A String&quot;, # A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
     &quot;accountSummaries&quot;: [ # Account summaries of all accounts the caller has access to.
-      { # A virtual resource representing an overview of an account and all its child App+Web properties.
-        &quot;displayName&quot;: &quot;A String&quot;, # Display name for the account referred to in this account summary.
-        &quot;account&quot;: &quot;A String&quot;, # Resource name of account referred to by this account summary Format: accounts/{account_id} Example: &quot;accounts/1000&quot;
+      { # A virtual resource representing an overview of an account and all its child GA4 properties.
         &quot;propertySummaries&quot;: [ # List of summaries for child accounts of this account.
-          { # A virtual resource representing metadata for an App+Web property.
+          { # A virtual resource representing metadata for an GA4 property.
             &quot;displayName&quot;: &quot;A String&quot;, # Display name for the property referred to in this account summary.
             &quot;property&quot;: &quot;A String&quot;, # Resource name of property referred to by this property summary Format: properties/{property_id} Example: &quot;properties/1000&quot;
           },
         ],
+        &quot;account&quot;: &quot;A String&quot;, # Resource name of account referred to by this account summary Format: accounts/{account_id} Example: &quot;accounts/1000&quot;
         &quot;name&quot;: &quot;A String&quot;, # Resource name for this account summary. Format: accountSummaries/{account_id} Example: &quot;accountSummaries/1000&quot;
+        &quot;displayName&quot;: &quot;A String&quot;, # Display name for the account referred to in this account summary.
       },
     ],
+    &quot;nextPageToken&quot;: &quot;A String&quot;, # 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>