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_v1alpha2.projects.locations.reservationGrants.html b/docs/dyn/bigqueryreservation_v1alpha2.projects.locations.reservationGrants.html
index c8ed894..3c9d646 100644
--- a/docs/dyn/bigqueryreservation_v1alpha2.projects.locations.reservationGrants.html
+++ b/docs/dyn/bigqueryreservation_v1alpha2.projects.locations.reservationGrants.html
@@ -105,11 +105,11 @@
     The object takes the form of:
 
 { # A ReservationGrant allows a project to submit jobs of a certain type using slots from the specified reservation.
-  "grantee": "A String", # The resource which will use the reservation. E.g. projects/myproject, folders/123, organizations/456.
-  "reservation": "A String", # Resource name of the reservation. E.g., projects/myproject/locations/eu/reservations/my_reservation. This reservation must be in the same location as the grant. This reservation should belong to the same parent project.
   "state": "A String", # Output only. State of the ReservationGrant.
-  "name": "A String", # Output only. Name of the resource. E.g.: projects/myproject/locations/eu/reservationGrants/123.
+  "reservation": "A String", # Resource name of the reservation. E.g., projects/myproject/locations/eu/reservations/my_reservation. This reservation must be in the same location as the grant. This reservation should belong to the same parent project.
   "jobType": "A String", # Which type of jobs will use the reservation.
+  "name": "A String", # Output only. Name of the resource. E.g.: projects/myproject/locations/eu/reservationGrants/123.
+  "grantee": "A String", # The resource which will use the reservation. E.g. projects/myproject, folders/123, organizations/456.
 }
 
   x__xgafv: string, V1 error format.
@@ -121,11 +121,11 @@
   An object of the form:
 
     { # A ReservationGrant allows a project to submit jobs of a certain type using slots from the specified reservation.
-    "grantee": "A String", # The resource which will use the reservation. E.g. projects/myproject, folders/123, organizations/456.
-    "reservation": "A String", # Resource name of the reservation. E.g., projects/myproject/locations/eu/reservations/my_reservation. This reservation must be in the same location as the grant. This reservation should belong to the same parent project.
     "state": "A String", # Output only. State of the ReservationGrant.
-    "name": "A String", # Output only. Name of the resource. E.g.: projects/myproject/locations/eu/reservationGrants/123.
+    "reservation": "A String", # Resource name of the reservation. E.g., projects/myproject/locations/eu/reservations/my_reservation. This reservation must be in the same location as the grant. This reservation should belong to the same parent project.
     "jobType": "A String", # Which type of jobs will use the reservation.
+    "name": "A String", # Output only. Name of the resource. E.g.: projects/myproject/locations/eu/reservationGrants/123.
+    "grantee": "A String", # The resource which will use the reservation. E.g. projects/myproject, folders/123, organizations/456.
   }</pre>
 </div>
 
@@ -164,16 +164,16 @@
   An object of the form:
 
     { # The response for ReservationService.ListReservationGrants.
+    &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;reservationGrants&quot;: [ # List of reservation grants visible to the user.
       { # A ReservationGrant allows a project to submit jobs of a certain type using slots from the specified reservation.
-        &quot;grantee&quot;: &quot;A String&quot;, # The resource which will use the reservation. E.g. projects/myproject, folders/123, organizations/456.
-        &quot;reservation&quot;: &quot;A String&quot;, # Resource name of the reservation. E.g., projects/myproject/locations/eu/reservations/my_reservation. This reservation must be in the same location as the grant. This reservation should belong to the same parent project.
         &quot;state&quot;: &quot;A String&quot;, # Output only. State of the ReservationGrant.
-        &quot;name&quot;: &quot;A String&quot;, # Output only. Name of the resource. E.g.: projects/myproject/locations/eu/reservationGrants/123.
+        &quot;reservation&quot;: &quot;A String&quot;, # Resource name of the reservation. E.g., projects/myproject/locations/eu/reservations/my_reservation. This reservation must be in the same location as the grant. This reservation should belong to the same parent project.
         &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/eu/reservationGrants/123.
+        &quot;grantee&quot;: &quot;A String&quot;, # The resource which will use the reservation. E.g. projects/myproject, folders/123, 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>