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/bigqueryreservation_v1.projects.locations.html b/docs/dyn/bigqueryreservation_v1.projects.locations.html
index 3e102f6..e06489d 100644
--- a/docs/dyn/bigqueryreservation_v1.projects.locations.html
+++ b/docs/dyn/bigqueryreservation_v1.projects.locations.html
@@ -126,9 +126,9 @@
   An object of the form:
 
     { # Represents a BI Reservation.
-      "size": "A String", # Size of a reservation, in bytes.
-      "name": "A String", # The resource name of the singleton BI reservation. Reservation names have the form `projects/{project_id}/locations/{location_id}/bireservation`.
       "updateTime": "A String", # Output only. The last update timestamp of a reservation.
+      "name": "A String", # The resource name of the singleton BI reservation. Reservation names have the form `projects/{project_id}/locations/{location_id}/bireservation`.
+      "size": "A String", # Size of a reservation, in bytes.
     }</pre>
 </div>
 
@@ -153,10 +153,10 @@
     &quot;nextPageToken&quot;: &quot;A String&quot;, # Token to retrieve the next page of results, or empty if there are no more results in the list.
     &quot;assignments&quot;: [ # List of assignments visible to the user.
       { # A Assignment allows a project to submit jobs of a certain type using slots from the specified reservation.
-        &quot;jobType&quot;: &quot;A String&quot;, # Which type of jobs will use the reservation.
-        &quot;assignee&quot;: &quot;A String&quot;, # The resource which will use the reservation. E.g. `projects/myproject`, `folders/123`, or `organizations/456`.
         &quot;state&quot;: &quot;A String&quot;, # Output only. State of the assignment.
+        &quot;jobType&quot;: &quot;A String&quot;, # Which type of jobs will use the reservation.
         &quot;name&quot;: &quot;A String&quot;, # Output only. Name of the resource. E.g.: `projects/myproject/locations/US/reservations/team1-prod/assignments/123`.
+        &quot;assignee&quot;: &quot;A String&quot;, # The resource which will use the reservation. E.g. `projects/myproject`, `folders/123`, or `organizations/456`.
       },
     ],
   }</pre>
@@ -194,15 +194,15 @@
   An object of the form:
 
     { # The response for ReservationService.SearchAssignments.
+    &quot;nextPageToken&quot;: &quot;A String&quot;, # Token to retrieve the next page of results, or empty if there are no more results in the list.
     &quot;assignments&quot;: [ # List of assignments visible to the user.
       { # A Assignment allows a project to submit jobs of a certain type using slots from the specified reservation.
-        &quot;jobType&quot;: &quot;A String&quot;, # Which type of jobs will use the reservation.
-        &quot;assignee&quot;: &quot;A String&quot;, # The resource which will use the reservation. E.g. `projects/myproject`, `folders/123`, or `organizations/456`.
         &quot;state&quot;: &quot;A String&quot;, # Output only. State of the assignment.
+        &quot;jobType&quot;: &quot;A String&quot;, # Which type of jobs will use the reservation.
         &quot;name&quot;: &quot;A String&quot;, # Output only. Name of the resource. E.g.: `projects/myproject/locations/US/reservations/team1-prod/assignments/123`.
+        &quot;assignee&quot;: &quot;A String&quot;, # The resource which will use the reservation. E.g. `projects/myproject`, `folders/123`, or `organizations/456`.
       },
     ],
-    &quot;nextPageToken&quot;: &quot;A String&quot;, # Token to retrieve the next page of results, or empty if there are no more results in the list.
   }</pre>
 </div>
 
@@ -230,9 +230,9 @@
     The object takes the form of:
 
 { # Represents a BI Reservation.
-    &quot;size&quot;: &quot;A String&quot;, # Size of a reservation, in bytes.
-    &quot;name&quot;: &quot;A String&quot;, # The resource name of the singleton BI reservation. Reservation names have the form `projects/{project_id}/locations/{location_id}/bireservation`.
     &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last update timestamp of a reservation.
+    &quot;name&quot;: &quot;A String&quot;, # The resource name of the singleton BI reservation. Reservation names have the form `projects/{project_id}/locations/{location_id}/bireservation`.
+    &quot;size&quot;: &quot;A String&quot;, # Size of a reservation, in bytes.
   }
 
   updateMask: string, A list of fields to be updated in this request.
@@ -245,9 +245,9 @@
   An object of the form:
 
     { # Represents a BI Reservation.
-      &quot;size&quot;: &quot;A String&quot;, # Size of a reservation, in bytes.
-      &quot;name&quot;: &quot;A String&quot;, # The resource name of the singleton BI reservation. Reservation names have the form `projects/{project_id}/locations/{location_id}/bireservation`.
       &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last update timestamp of a reservation.
+      &quot;name&quot;: &quot;A String&quot;, # The resource name of the singleton BI reservation. Reservation names have the form `projects/{project_id}/locations/{location_id}/bireservation`.
+      &quot;size&quot;: &quot;A String&quot;, # Size of a reservation, in bytes.
     }</pre>
 </div>