docs: update docs (#916)

* fix: re-run script

* test: fix noxfile
diff --git a/docs/dyn/bigqueryreservation_v1.projects.locations.reservations.html b/docs/dyn/bigqueryreservation_v1.projects.locations.reservations.html
index f5fa44c..a5519b9 100644
--- a/docs/dyn/bigqueryreservation_v1.projects.locations.reservations.html
+++ b/docs/dyn/bigqueryreservation_v1.projects.locations.reservations.html
@@ -109,11 +109,6 @@
     The object takes the form of:
 
 { # A reservation is a mechanism used to guarantee slots to users.
-  "name": "A String", # The resource name of the reservation, e.g.,
-      # `projects/*/locations/*/reservations/team1-prod`.
-  "ignoreIdleSlots": True or False, # If false, any query using this reservation will use idle slots from other
-      # reservations within the same admin project. If true, a query using this
-      # reservation will execute with the slot capacity specified above at most.
   "slotCapacity": "A String", # Minimum slots available to this reservation. A slot is a unit of
       # computational power in BigQuery, and serves as the unit of parallelism.
       # 
@@ -124,6 +119,11 @@
       # if total slot capacity of the new reservation and its siblings exceeds the
       # parent's slot capacity, the request will fail with
       # `google.rpc.Code.RESOURCE_EXHAUSTED`.
+  "name": "A String", # The resource name of the reservation, e.g.,
+      # `projects/*/locations/*/reservations/team1-prod`.
+  "ignoreIdleSlots": True or False, # If false, any query using this reservation will use idle slots from other
+      # reservations within the same admin project. If true, a query using this
+      # reservation will execute with the slot capacity specified above at most.
 }
 
   reservationId: string, The reservation ID. This field must only contain lower case alphanumeric
@@ -137,11 +137,6 @@
   An object of the form:
 
     { # A reservation is a mechanism used to guarantee slots to users.
-    "name": "A String", # The resource name of the reservation, e.g.,
-        # `projects/*/locations/*/reservations/team1-prod`.
-    "ignoreIdleSlots": True or False, # If false, any query using this reservation will use idle slots from other
-        # reservations within the same admin project. If true, a query using this
-        # reservation will execute with the slot capacity specified above at most.
     "slotCapacity": "A String", # Minimum slots available to this reservation. A slot is a unit of
         # computational power in BigQuery, and serves as the unit of parallelism.
         #
@@ -152,6 +147,11 @@
         # if total slot capacity of the new reservation and its siblings exceeds the
         # parent's slot capacity, the request will fail with
         # `google.rpc.Code.RESOURCE_EXHAUSTED`.
+    "name": "A String", # The resource name of the reservation, e.g.,
+        # `projects/*/locations/*/reservations/team1-prod`.
+    "ignoreIdleSlots": True or False, # If false, any query using this reservation will use idle slots from other
+        # reservations within the same admin project. If true, a query using this
+        # reservation will execute with the slot capacity specified above at most.
   }</pre>
 </div>
 
@@ -200,11 +200,6 @@
   An object of the form:
 
     { # A reservation is a mechanism used to guarantee slots to users.
-    &quot;name&quot;: &quot;A String&quot;, # The resource name of the reservation, e.g.,
-        # `projects/*/locations/*/reservations/team1-prod`.
-    &quot;ignoreIdleSlots&quot;: True or False, # If false, any query using this reservation will use idle slots from other
-        # reservations within the same admin project. If true, a query using this
-        # reservation will execute with the slot capacity specified above at most.
     &quot;slotCapacity&quot;: &quot;A String&quot;, # Minimum slots available to this reservation. A slot is a unit of
         # computational power in BigQuery, and serves as the unit of parallelism.
         #
@@ -215,6 +210,11 @@
         # if total slot capacity of the new reservation and its siblings exceeds the
         # parent&#x27;s slot capacity, the request will fail with
         # `google.rpc.Code.RESOURCE_EXHAUSTED`.
+    &quot;name&quot;: &quot;A String&quot;, # The resource name of the reservation, e.g.,
+        # `projects/*/locations/*/reservations/team1-prod`.
+    &quot;ignoreIdleSlots&quot;: True or False, # If false, any query using this reservation will use idle slots from other
+        # reservations within the same admin project. If true, a query using this
+        # reservation will execute with the slot capacity specified above at most.
   }</pre>
 </div>
 
@@ -224,7 +224,7 @@
 
 Args:
   parent: string, Required. The parent resource name containing project and location, e.g.:
-  &quot;projects/myproject/locations/US&quot; (required)
+  `projects/myproject/locations/US` (required)
   pageToken: string, The next_page_token value returned from a previous List request, if any.
   pageSize: integer, The maximum number of items to return per page.
   x__xgafv: string, V1 error format.
@@ -238,11 +238,6 @@
     { # The response for ReservationService.ListReservations.
     &quot;reservations&quot;: [ # List of reservations visible to the user.
       { # A reservation is a mechanism used to guarantee slots to users.
-        &quot;name&quot;: &quot;A String&quot;, # The resource name of the reservation, e.g.,
-            # `projects/*/locations/*/reservations/team1-prod`.
-        &quot;ignoreIdleSlots&quot;: True or False, # If false, any query using this reservation will use idle slots from other
-            # reservations within the same admin project. If true, a query using this
-            # reservation will execute with the slot capacity specified above at most.
         &quot;slotCapacity&quot;: &quot;A String&quot;, # Minimum slots available to this reservation. A slot is a unit of
             # computational power in BigQuery, and serves as the unit of parallelism.
             #
@@ -253,6 +248,11 @@
             # if total slot capacity of the new reservation and its siblings exceeds the
             # parent&#x27;s slot capacity, the request will fail with
             # `google.rpc.Code.RESOURCE_EXHAUSTED`.
+        &quot;name&quot;: &quot;A String&quot;, # The resource name of the reservation, e.g.,
+            # `projects/*/locations/*/reservations/team1-prod`.
+        &quot;ignoreIdleSlots&quot;: True or False, # If false, any query using this reservation will use idle slots from other
+            # reservations within the same admin project. If true, a query using this
+            # reservation will execute with the slot capacity specified above at most.
       },
     ],
     &quot;nextPageToken&quot;: &quot;A String&quot;, # Token to retrieve the next page of results, or empty if there are no
@@ -285,11 +285,6 @@
     The object takes the form of:
 
 { # A reservation is a mechanism used to guarantee slots to users.
-  &quot;name&quot;: &quot;A String&quot;, # The resource name of the reservation, e.g.,
-      # `projects/*/locations/*/reservations/team1-prod`.
-  &quot;ignoreIdleSlots&quot;: True or False, # If false, any query using this reservation will use idle slots from other
-      # reservations within the same admin project. If true, a query using this
-      # reservation will execute with the slot capacity specified above at most.
   &quot;slotCapacity&quot;: &quot;A String&quot;, # Minimum slots available to this reservation. A slot is a unit of
       # computational power in BigQuery, and serves as the unit of parallelism.
       # 
@@ -300,6 +295,11 @@
       # if total slot capacity of the new reservation and its siblings exceeds the
       # parent&#x27;s slot capacity, the request will fail with
       # `google.rpc.Code.RESOURCE_EXHAUSTED`.
+  &quot;name&quot;: &quot;A String&quot;, # The resource name of the reservation, e.g.,
+      # `projects/*/locations/*/reservations/team1-prod`.
+  &quot;ignoreIdleSlots&quot;: True or False, # If false, any query using this reservation will use idle slots from other
+      # reservations within the same admin project. If true, a query using this
+      # reservation will execute with the slot capacity specified above at most.
 }
 
   updateMask: string, Standard field mask for the set of fields to be updated.
@@ -312,11 +312,6 @@
   An object of the form:
 
     { # A reservation is a mechanism used to guarantee slots to users.
-    &quot;name&quot;: &quot;A String&quot;, # The resource name of the reservation, e.g.,
-        # `projects/*/locations/*/reservations/team1-prod`.
-    &quot;ignoreIdleSlots&quot;: True or False, # If false, any query using this reservation will use idle slots from other
-        # reservations within the same admin project. If true, a query using this
-        # reservation will execute with the slot capacity specified above at most.
     &quot;slotCapacity&quot;: &quot;A String&quot;, # Minimum slots available to this reservation. A slot is a unit of
         # computational power in BigQuery, and serves as the unit of parallelism.
         #
@@ -327,6 +322,11 @@
         # if total slot capacity of the new reservation and its siblings exceeds the
         # parent&#x27;s slot capacity, the request will fail with
         # `google.rpc.Code.RESOURCE_EXHAUSTED`.
+    &quot;name&quot;: &quot;A String&quot;, # The resource name of the reservation, e.g.,
+        # `projects/*/locations/*/reservations/team1-prod`.
+    &quot;ignoreIdleSlots&quot;: True or False, # If false, any query using this reservation will use idle slots from other
+        # reservations within the same admin project. If true, a query using this
+        # reservation will execute with the slot capacity specified above at most.
   }</pre>
 </div>