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/pubsublite_v1.admin.projects.locations.topics.subscriptions.html b/docs/dyn/pubsublite_v1.admin.projects.locations.topics.subscriptions.html
index 1467dfe..d9eff72 100644
--- a/docs/dyn/pubsublite_v1.admin.projects.locations.topics.subscriptions.html
+++ b/docs/dyn/pubsublite_v1.admin.projects.locations.topics.subscriptions.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(name, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
+  <code><a href="#list">list(name, pageToken=None, pageSize=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Lists the subscriptions attached to the specified topic.</p>
 <p class="toc_element">
   <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -90,13 +90,13 @@
 </div>
 
 <div class="method">
-    <code class="details" id="list">list(name, pageSize=None, pageToken=None, x__xgafv=None)</code>
+    <code class="details" id="list">list(name, pageToken=None, pageSize=None, x__xgafv=None)</code>
   <pre>Lists the subscriptions attached to the specified topic.
 
 Args:
   name: string, Required. The name of the topic whose subscriptions to list. (required)
-  pageSize: integer, The maximum number of subscriptions to return. The service may return fewer than this value. If unset or zero, all subscriptions for the given topic will be returned.
   pageToken: string, A page token, received from a previous `ListTopicSubscriptions` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListTopicSubscriptions` must match the call that provided the page token.
+  pageSize: integer, The maximum number of subscriptions to return. The service may return fewer than this value. If unset or zero, all subscriptions for the given topic will be returned.
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -106,10 +106,10 @@
   An object of the form:
 
     { # Response for ListTopicSubscriptions.
-    &quot;nextPageToken&quot;: &quot;A String&quot;, # A token that can be sent as `page_token` to retrieve the next page of results. If this field is omitted, there are no more results.
     &quot;subscriptions&quot;: [ # The names of subscriptions attached to the topic. The order of the subscriptions is unspecified.
       &quot;A String&quot;,
     ],
+    &quot;nextPageToken&quot;: &quot;A String&quot;, # A token that can be sent as `page_token` to retrieve the next page of results. If this field is omitted, there are no more results.
   }</pre>
 </div>