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/logging_v2.organizations.locations.buckets.views.html b/docs/dyn/logging_v2.organizations.locations.buckets.views.html
index 25ce6d5..9f64853 100644
--- a/docs/dyn/logging_v2.organizations.locations.buckets.views.html
+++ b/docs/dyn/logging_v2.organizations.locations.buckets.views.html
@@ -87,7 +87,7 @@
   <code><a href="#get">get(name, x__xgafv=None)</a></code></p>
 <p class="firstline">Gets a view.</p>
 <p class="toc_element">
-  <code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
+  <code><a href="#list">list(parent, pageToken=None, pageSize=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Lists views on a bucket.</p>
 <p class="toc_element">
   <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -112,10 +112,10 @@
 
 { # Describes a view over logs in a bucket.
   &quot;createTime&quot;: &quot;A String&quot;, # Output only. The creation timestamp of the view.
-  &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last update timestamp of the view.
   &quot;description&quot;: &quot;A String&quot;, # Describes this view.
   &quot;name&quot;: &quot;A String&quot;, # The resource name of the view. For example &quot;projects/my-project-id/locations/my-location/buckets/my-bucket-id/views/my-view
   &quot;filter&quot;: &quot;A String&quot;, # Filter that restricts which log entries in a bucket are visible in this view. Filters are restricted to be a logical AND of ==/!= of any of the following: originating project/folder/organization/billing account. resource type log id Example: SOURCE(&quot;projects/myproject&quot;) AND resource.type = &quot;gce_instance&quot; AND LOG_ID(&quot;stdout&quot;)
+  &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last update timestamp of the view.
 }
 
   viewId: string, Required. The id to use for this view.
@@ -129,10 +129,10 @@
 
     { # Describes a view over logs in a bucket.
     &quot;createTime&quot;: &quot;A String&quot;, # Output only. The creation timestamp of the view.
-    &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last update timestamp of the view.
     &quot;description&quot;: &quot;A String&quot;, # Describes this view.
     &quot;name&quot;: &quot;A String&quot;, # The resource name of the view. For example &quot;projects/my-project-id/locations/my-location/buckets/my-bucket-id/views/my-view
     &quot;filter&quot;: &quot;A String&quot;, # Filter that restricts which log entries in a bucket are visible in this view. Filters are restricted to be a logical AND of ==/!= of any of the following: originating project/folder/organization/billing account. resource type log id Example: SOURCE(&quot;projects/myproject&quot;) AND resource.type = &quot;gce_instance&quot; AND LOG_ID(&quot;stdout&quot;)
+    &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last update timestamp of the view.
   }</pre>
 </div>
 
@@ -170,21 +170,21 @@
 
     { # Describes a view over logs in a bucket.
     &quot;createTime&quot;: &quot;A String&quot;, # Output only. The creation timestamp of the view.
-    &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last update timestamp of the view.
     &quot;description&quot;: &quot;A String&quot;, # Describes this view.
     &quot;name&quot;: &quot;A String&quot;, # The resource name of the view. For example &quot;projects/my-project-id/locations/my-location/buckets/my-bucket-id/views/my-view
     &quot;filter&quot;: &quot;A String&quot;, # Filter that restricts which log entries in a bucket are visible in this view. Filters are restricted to be a logical AND of ==/!= of any of the following: originating project/folder/organization/billing account. resource type log id Example: SOURCE(&quot;projects/myproject&quot;) AND resource.type = &quot;gce_instance&quot; AND LOG_ID(&quot;stdout&quot;)
+    &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last update timestamp of the view.
   }</pre>
 </div>
 
 <div class="method">
-    <code class="details" id="list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</code>
+    <code class="details" id="list">list(parent, pageToken=None, pageSize=None, x__xgafv=None)</code>
   <pre>Lists views on a bucket.
 
 Args:
   parent: string, Required. The bucket whose views are to be listed: &quot;projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]&quot;  (required)
-  pageSize: integer, Optional. The maximum number of results to return from this request. Non-positive values are ignored. The presence of nextPageToken in the response indicates that more results might be available.
   pageToken: string, Optional. If present, then retrieve the next batch of results from the preceding call to this method. pageToken must be the value of nextPageToken from the previous response. The values of other method parameters should be identical to those in the previous call.
+  pageSize: integer, Optional. The maximum number of results to return from this request. Non-positive values are ignored. The presence of nextPageToken in the response indicates that more results might be available.
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -198,10 +198,10 @@
     &quot;views&quot;: [ # A list of views.
       { # Describes a view over logs in a bucket.
         &quot;createTime&quot;: &quot;A String&quot;, # Output only. The creation timestamp of the view.
-        &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last update timestamp of the view.
         &quot;description&quot;: &quot;A String&quot;, # Describes this view.
         &quot;name&quot;: &quot;A String&quot;, # The resource name of the view. For example &quot;projects/my-project-id/locations/my-location/buckets/my-bucket-id/views/my-view
         &quot;filter&quot;: &quot;A String&quot;, # Filter that restricts which log entries in a bucket are visible in this view. Filters are restricted to be a logical AND of ==/!= of any of the following: originating project/folder/organization/billing account. resource type log id Example: SOURCE(&quot;projects/myproject&quot;) AND resource.type = &quot;gce_instance&quot; AND LOG_ID(&quot;stdout&quot;)
+        &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last update timestamp of the view.
       },
     ],
   }</pre>
@@ -232,10 +232,10 @@
 
 { # Describes a view over logs in a bucket.
   &quot;createTime&quot;: &quot;A String&quot;, # Output only. The creation timestamp of the view.
-  &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last update timestamp of the view.
   &quot;description&quot;: &quot;A String&quot;, # Describes this view.
   &quot;name&quot;: &quot;A String&quot;, # The resource name of the view. For example &quot;projects/my-project-id/locations/my-location/buckets/my-bucket-id/views/my-view
   &quot;filter&quot;: &quot;A String&quot;, # Filter that restricts which log entries in a bucket are visible in this view. Filters are restricted to be a logical AND of ==/!= of any of the following: originating project/folder/organization/billing account. resource type log id Example: SOURCE(&quot;projects/myproject&quot;) AND resource.type = &quot;gce_instance&quot; AND LOG_ID(&quot;stdout&quot;)
+  &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last update timestamp of the view.
 }
 
   updateMask: string, Optional. Field mask that specifies the fields in view that need an update. A field will be overwritten if, and only if, it is in the update mask. name and output only fields cannot be updated.For a detailed FieldMask definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.FieldMaskExample: updateMask=filter.
@@ -249,10 +249,10 @@
 
     { # Describes a view over logs in a bucket.
     &quot;createTime&quot;: &quot;A String&quot;, # Output only. The creation timestamp of the view.
-    &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last update timestamp of the view.
     &quot;description&quot;: &quot;A String&quot;, # Describes this view.
     &quot;name&quot;: &quot;A String&quot;, # The resource name of the view. For example &quot;projects/my-project-id/locations/my-location/buckets/my-bucket-id/views/my-view
     &quot;filter&quot;: &quot;A String&quot;, # Filter that restricts which log entries in a bucket are visible in this view. Filters are restricted to be a logical AND of ==/!= of any of the following: originating project/folder/organization/billing account. resource type log id Example: SOURCE(&quot;projects/myproject&quot;) AND resource.type = &quot;gce_instance&quot; AND LOG_ID(&quot;stdout&quot;)
+    &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last update timestamp of the view.
   }</pre>
 </div>