docs: update generated docs (#981)

diff --git a/docs/dyn/bigqueryreservation_v1alpha2.projects.locations.reservations.html b/docs/dyn/bigqueryreservation_v1alpha2.projects.locations.reservations.html
index 1c66c1b..d429781 100644
--- a/docs/dyn/bigqueryreservation_v1alpha2.projects.locations.reservations.html
+++ b/docs/dyn/bigqueryreservation_v1alpha2.projects.locations.reservations.html
@@ -92,7 +92,7 @@
   <code><a href="#get">get(name, x__xgafv=None)</a></code></p>
 <p class="firstline">Returns information about the reservation.</p>
 <p class="toc_element">
-  <code><a href="#list">list(parent, pageSize=None, filter=None, pageToken=None, x__xgafv=None)</a></code></p>
+  <code><a href="#list">list(parent, filter=None, pageToken=None, pageSize=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Lists all the reservations for the project in the specified location.</p>
 <p class="toc_element">
   <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -113,29 +113,29 @@
     The object takes the form of:
 
 { # A reservation is a mechanism used to guarantee slots to users.
-  &quot;slotCapacity&quot;: &quot;A String&quot;, # Maximum slots available to this reservation and its children. A slot is a
-      # unit of computational power in BigQuery, and serves as the unit of
-      # parallelism. In a scan of a multi-partitioned table, a single slot operates
-      # on a single partition of the table.
-      # 
-      # If the new reservation&#x27;s slot capacity exceed the parent&#x27;s slot capacity or
-      # 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.,
-      # &quot;projects/*/locations/*/reservations/dev/team/product&quot;. Reservation names
-      # (e.g., &quot;dev/team/product&quot;) exceeding a depth of six will fail with
-      # `google.rpc.Code.INVALID_ARGUMENT`.
-  &quot;useParentReservation&quot;: True or False, # If true, any query using this reservation will also be submitted to the
-      # parent reservation. This allows the query to share the additional slot
-      # capacity of the parent with other queries in the parent reservation. If the
-      # parent also has this field set to true, then this process will continue
-      # until it encounters a reservation for which this is false.
-      # If false, a query using this reservation will
-      # execute with the maximum slot capacity as specified above.
-      # If not specified, default value is true.
-      # Ignored for top-level reservation.
-}
+    &quot;name&quot;: &quot;A String&quot;, # The resource name of the reservation, e.g.,
+        # &quot;projects/*/locations/*/reservations/dev/team/product&quot;. Reservation names
+        # (e.g., &quot;dev/team/product&quot;) exceeding a depth of six will fail with
+        # `google.rpc.Code.INVALID_ARGUMENT`.
+    &quot;slotCapacity&quot;: &quot;A String&quot;, # Maximum slots available to this reservation and its children. A slot is a
+        # unit of computational power in BigQuery, and serves as the unit of
+        # parallelism. In a scan of a multi-partitioned table, a single slot operates
+        # on a single partition of the table.
+        # 
+        # If the new reservation&#x27;s slot capacity exceed the parent&#x27;s slot capacity or
+        # 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;useParentReservation&quot;: True or False, # If true, any query using this reservation will also be submitted to the
+        # parent reservation. This allows the query to share the additional slot
+        # capacity of the parent with other queries in the parent reservation. If the
+        # parent also has this field set to true, then this process will continue
+        # until it encounters a reservation for which this is false.
+        # If false, a query using this reservation will
+        # execute with the maximum slot capacity as specified above.
+        # If not specified, default value is true.
+        # Ignored for top-level reservation.
+  }
 
   reservationId: string, The reservation ID relative to the parent, e.g., &quot;dev&quot;. This field must
 only contain alphanumeric characters.
@@ -148,29 +148,29 @@
   An object of the form:
 
     { # A reservation is a mechanism used to guarantee slots to users.
-    &quot;slotCapacity&quot;: &quot;A String&quot;, # Maximum slots available to this reservation and its children. A slot is a
-        # unit of computational power in BigQuery, and serves as the unit of
-        # parallelism. In a scan of a multi-partitioned table, a single slot operates
-        # on a single partition of the table.
-        #
-        # If the new reservation&#x27;s slot capacity exceed the parent&#x27;s slot capacity or
-        # 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.,
-        # &quot;projects/*/locations/*/reservations/dev/team/product&quot;. Reservation names
-        # (e.g., &quot;dev/team/product&quot;) exceeding a depth of six will fail with
-        # `google.rpc.Code.INVALID_ARGUMENT`.
-    &quot;useParentReservation&quot;: True or False, # If true, any query using this reservation will also be submitted to the
-        # parent reservation. This allows the query to share the additional slot
-        # capacity of the parent with other queries in the parent reservation. If the
-        # parent also has this field set to true, then this process will continue
-        # until it encounters a reservation for which this is false.
-        # If false, a query using this reservation will
-        # execute with the maximum slot capacity as specified above.
-        # If not specified, default value is true.
-        # Ignored for top-level reservation.
-  }</pre>
+      &quot;name&quot;: &quot;A String&quot;, # The resource name of the reservation, e.g.,
+          # &quot;projects/*/locations/*/reservations/dev/team/product&quot;. Reservation names
+          # (e.g., &quot;dev/team/product&quot;) exceeding a depth of six will fail with
+          # `google.rpc.Code.INVALID_ARGUMENT`.
+      &quot;slotCapacity&quot;: &quot;A String&quot;, # Maximum slots available to this reservation and its children. A slot is a
+          # unit of computational power in BigQuery, and serves as the unit of
+          # parallelism. In a scan of a multi-partitioned table, a single slot operates
+          # on a single partition of the table.
+          #
+          # If the new reservation&#x27;s slot capacity exceed the parent&#x27;s slot capacity or
+          # 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;useParentReservation&quot;: True or False, # If true, any query using this reservation will also be submitted to the
+          # parent reservation. This allows the query to share the additional slot
+          # capacity of the parent with other queries in the parent reservation. If the
+          # parent also has this field set to true, then this process will continue
+          # until it encounters a reservation for which this is false.
+          # If false, a query using this reservation will
+          # execute with the maximum slot capacity as specified above.
+          # If not specified, default value is true.
+          # Ignored for top-level reservation.
+    }</pre>
 </div>
 
 <div class="method">
@@ -185,29 +185,29 @@
     The object takes the form of:
 
 { # A reservation is a mechanism used to guarantee slots to users.
-  &quot;slotCapacity&quot;: &quot;A String&quot;, # Maximum slots available to this reservation and its children. A slot is a
-      # unit of computational power in BigQuery, and serves as the unit of
-      # parallelism. In a scan of a multi-partitioned table, a single slot operates
-      # on a single partition of the table.
-      # 
-      # If the new reservation&#x27;s slot capacity exceed the parent&#x27;s slot capacity or
-      # 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.,
-      # &quot;projects/*/locations/*/reservations/dev/team/product&quot;. Reservation names
-      # (e.g., &quot;dev/team/product&quot;) exceeding a depth of six will fail with
-      # `google.rpc.Code.INVALID_ARGUMENT`.
-  &quot;useParentReservation&quot;: True or False, # If true, any query using this reservation will also be submitted to the
-      # parent reservation. This allows the query to share the additional slot
-      # capacity of the parent with other queries in the parent reservation. If the
-      # parent also has this field set to true, then this process will continue
-      # until it encounters a reservation for which this is false.
-      # If false, a query using this reservation will
-      # execute with the maximum slot capacity as specified above.
-      # If not specified, default value is true.
-      # Ignored for top-level reservation.
-}
+    &quot;name&quot;: &quot;A String&quot;, # The resource name of the reservation, e.g.,
+        # &quot;projects/*/locations/*/reservations/dev/team/product&quot;. Reservation names
+        # (e.g., &quot;dev/team/product&quot;) exceeding a depth of six will fail with
+        # `google.rpc.Code.INVALID_ARGUMENT`.
+    &quot;slotCapacity&quot;: &quot;A String&quot;, # Maximum slots available to this reservation and its children. A slot is a
+        # unit of computational power in BigQuery, and serves as the unit of
+        # parallelism. In a scan of a multi-partitioned table, a single slot operates
+        # on a single partition of the table.
+        # 
+        # If the new reservation&#x27;s slot capacity exceed the parent&#x27;s slot capacity or
+        # 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;useParentReservation&quot;: True or False, # If true, any query using this reservation will also be submitted to the
+        # parent reservation. This allows the query to share the additional slot
+        # capacity of the parent with other queries in the parent reservation. If the
+        # parent also has this field set to true, then this process will continue
+        # until it encounters a reservation for which this is false.
+        # If false, a query using this reservation will
+        # execute with the maximum slot capacity as specified above.
+        # If not specified, default value is true.
+        # Ignored for top-level reservation.
+  }
 
   reservationId: string, The reservation ID relative to the parent, e.g., &quot;dev&quot;. This field must
 only contain alphanumeric characters.
@@ -220,29 +220,29 @@
   An object of the form:
 
     { # A reservation is a mechanism used to guarantee slots to users.
-    &quot;slotCapacity&quot;: &quot;A String&quot;, # Maximum slots available to this reservation and its children. A slot is a
-        # unit of computational power in BigQuery, and serves as the unit of
-        # parallelism. In a scan of a multi-partitioned table, a single slot operates
-        # on a single partition of the table.
-        #
-        # If the new reservation&#x27;s slot capacity exceed the parent&#x27;s slot capacity or
-        # 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.,
-        # &quot;projects/*/locations/*/reservations/dev/team/product&quot;. Reservation names
-        # (e.g., &quot;dev/team/product&quot;) exceeding a depth of six will fail with
-        # `google.rpc.Code.INVALID_ARGUMENT`.
-    &quot;useParentReservation&quot;: True or False, # If true, any query using this reservation will also be submitted to the
-        # parent reservation. This allows the query to share the additional slot
-        # capacity of the parent with other queries in the parent reservation. If the
-        # parent also has this field set to true, then this process will continue
-        # until it encounters a reservation for which this is false.
-        # If false, a query using this reservation will
-        # execute with the maximum slot capacity as specified above.
-        # If not specified, default value is true.
-        # Ignored for top-level reservation.
-  }</pre>
+      &quot;name&quot;: &quot;A String&quot;, # The resource name of the reservation, e.g.,
+          # &quot;projects/*/locations/*/reservations/dev/team/product&quot;. Reservation names
+          # (e.g., &quot;dev/team/product&quot;) exceeding a depth of six will fail with
+          # `google.rpc.Code.INVALID_ARGUMENT`.
+      &quot;slotCapacity&quot;: &quot;A String&quot;, # Maximum slots available to this reservation and its children. A slot is a
+          # unit of computational power in BigQuery, and serves as the unit of
+          # parallelism. In a scan of a multi-partitioned table, a single slot operates
+          # on a single partition of the table.
+          #
+          # If the new reservation&#x27;s slot capacity exceed the parent&#x27;s slot capacity or
+          # 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;useParentReservation&quot;: True or False, # If true, any query using this reservation will also be submitted to the
+          # parent reservation. This allows the query to share the additional slot
+          # capacity of the parent with other queries in the parent reservation. If the
+          # parent also has this field set to true, then this process will continue
+          # until it encounters a reservation for which this is false.
+          # If false, a query using this reservation will
+          # execute with the maximum slot capacity as specified above.
+          # If not specified, default value is true.
+          # Ignored for top-level reservation.
+    }</pre>
 </div>
 
 <div class="method">
@@ -296,45 +296,45 @@
   An object of the form:
 
     { # A reservation is a mechanism used to guarantee slots to users.
-    &quot;slotCapacity&quot;: &quot;A String&quot;, # Maximum slots available to this reservation and its children. A slot is a
-        # unit of computational power in BigQuery, and serves as the unit of
-        # parallelism. In a scan of a multi-partitioned table, a single slot operates
-        # on a single partition of the table.
-        #
-        # If the new reservation&#x27;s slot capacity exceed the parent&#x27;s slot capacity or
-        # 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.,
-        # &quot;projects/*/locations/*/reservations/dev/team/product&quot;. Reservation names
-        # (e.g., &quot;dev/team/product&quot;) exceeding a depth of six will fail with
-        # `google.rpc.Code.INVALID_ARGUMENT`.
-    &quot;useParentReservation&quot;: True or False, # If true, any query using this reservation will also be submitted to the
-        # parent reservation. This allows the query to share the additional slot
-        # capacity of the parent with other queries in the parent reservation. If the
-        # parent also has this field set to true, then this process will continue
-        # until it encounters a reservation for which this is false.
-        # If false, a query using this reservation will
-        # execute with the maximum slot capacity as specified above.
-        # If not specified, default value is true.
-        # Ignored for top-level reservation.
-  }</pre>
+      &quot;name&quot;: &quot;A String&quot;, # The resource name of the reservation, e.g.,
+          # &quot;projects/*/locations/*/reservations/dev/team/product&quot;. Reservation names
+          # (e.g., &quot;dev/team/product&quot;) exceeding a depth of six will fail with
+          # `google.rpc.Code.INVALID_ARGUMENT`.
+      &quot;slotCapacity&quot;: &quot;A String&quot;, # Maximum slots available to this reservation and its children. A slot is a
+          # unit of computational power in BigQuery, and serves as the unit of
+          # parallelism. In a scan of a multi-partitioned table, a single slot operates
+          # on a single partition of the table.
+          #
+          # If the new reservation&#x27;s slot capacity exceed the parent&#x27;s slot capacity or
+          # 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;useParentReservation&quot;: True or False, # If true, any query using this reservation will also be submitted to the
+          # parent reservation. This allows the query to share the additional slot
+          # capacity of the parent with other queries in the parent reservation. If the
+          # parent also has this field set to true, then this process will continue
+          # until it encounters a reservation for which this is false.
+          # If false, a query using this reservation will
+          # execute with the maximum slot capacity as specified above.
+          # If not specified, default value is true.
+          # Ignored for top-level reservation.
+    }</pre>
 </div>
 
 <div class="method">
-    <code class="details" id="list">list(parent, pageSize=None, filter=None, pageToken=None, x__xgafv=None)</code>
+    <code class="details" id="list">list(parent, filter=None, pageToken=None, pageSize=None, x__xgafv=None)</code>
   <pre>Lists all the reservations for the project in the specified location.
 
 Args:
   parent: string, The parent resource name containing project and location, e.g.:
   &quot;projects/myproject/locations/us-central1&quot; (required)
-  pageSize: integer, The maximum number of items to return.
   filter: string, Can be used to filter out reservations based on names, capacity, etc, e.g.:
 filter=&quot;reservation.slot_capacity &gt; 200&quot;
 filter=&quot;reservation.name = \&quot;*dev/*\&quot;&quot;
 Advanced filtering syntax can be
 [here](https://cloud.google.com/logging/docs/view/advanced-filters).
   pageToken: string, The next_page_token value returned from a previous List request, if any.
+  pageSize: integer, The maximum number of items to return.
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -346,29 +346,29 @@
     { # 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;slotCapacity&quot;: &quot;A String&quot;, # Maximum slots available to this reservation and its children. A slot is a
-            # unit of computational power in BigQuery, and serves as the unit of
-            # parallelism. In a scan of a multi-partitioned table, a single slot operates
-            # on a single partition of the table.
-            #
-            # If the new reservation&#x27;s slot capacity exceed the parent&#x27;s slot capacity or
-            # 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.,
-            # &quot;projects/*/locations/*/reservations/dev/team/product&quot;. Reservation names
-            # (e.g., &quot;dev/team/product&quot;) exceeding a depth of six will fail with
-            # `google.rpc.Code.INVALID_ARGUMENT`.
-        &quot;useParentReservation&quot;: True or False, # If true, any query using this reservation will also be submitted to the
-            # parent reservation. This allows the query to share the additional slot
-            # capacity of the parent with other queries in the parent reservation. If the
-            # parent also has this field set to true, then this process will continue
-            # until it encounters a reservation for which this is false.
-            # If false, a query using this reservation will
-            # execute with the maximum slot capacity as specified above.
-            # If not specified, default value is true.
-            # Ignored for top-level reservation.
-      },
+          &quot;name&quot;: &quot;A String&quot;, # The resource name of the reservation, e.g.,
+              # &quot;projects/*/locations/*/reservations/dev/team/product&quot;. Reservation names
+              # (e.g., &quot;dev/team/product&quot;) exceeding a depth of six will fail with
+              # `google.rpc.Code.INVALID_ARGUMENT`.
+          &quot;slotCapacity&quot;: &quot;A String&quot;, # Maximum slots available to this reservation and its children. A slot is a
+              # unit of computational power in BigQuery, and serves as the unit of
+              # parallelism. In a scan of a multi-partitioned table, a single slot operates
+              # on a single partition of the table.
+              #
+              # If the new reservation&#x27;s slot capacity exceed the parent&#x27;s slot capacity or
+              # 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;useParentReservation&quot;: True or False, # If true, any query using this reservation will also be submitted to the
+              # parent reservation. This allows the query to share the additional slot
+              # capacity of the parent with other queries in the parent reservation. If the
+              # parent also has this field set to true, then this process will continue
+              # until it encounters a reservation for which this is false.
+              # If false, a query using this reservation will
+              # execute with the maximum slot capacity as specified above.
+              # If not specified, default value is true.
+              # Ignored for top-level reservation.
+        },
     ],
     &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.
@@ -403,29 +403,29 @@
     The object takes the form of:
 
 { # A reservation is a mechanism used to guarantee slots to users.
-  &quot;slotCapacity&quot;: &quot;A String&quot;, # Maximum slots available to this reservation and its children. A slot is a
-      # unit of computational power in BigQuery, and serves as the unit of
-      # parallelism. In a scan of a multi-partitioned table, a single slot operates
-      # on a single partition of the table.
-      # 
-      # If the new reservation&#x27;s slot capacity exceed the parent&#x27;s slot capacity or
-      # 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.,
-      # &quot;projects/*/locations/*/reservations/dev/team/product&quot;. Reservation names
-      # (e.g., &quot;dev/team/product&quot;) exceeding a depth of six will fail with
-      # `google.rpc.Code.INVALID_ARGUMENT`.
-  &quot;useParentReservation&quot;: True or False, # If true, any query using this reservation will also be submitted to the
-      # parent reservation. This allows the query to share the additional slot
-      # capacity of the parent with other queries in the parent reservation. If the
-      # parent also has this field set to true, then this process will continue
-      # until it encounters a reservation for which this is false.
-      # If false, a query using this reservation will
-      # execute with the maximum slot capacity as specified above.
-      # If not specified, default value is true.
-      # Ignored for top-level reservation.
-}
+    &quot;name&quot;: &quot;A String&quot;, # The resource name of the reservation, e.g.,
+        # &quot;projects/*/locations/*/reservations/dev/team/product&quot;. Reservation names
+        # (e.g., &quot;dev/team/product&quot;) exceeding a depth of six will fail with
+        # `google.rpc.Code.INVALID_ARGUMENT`.
+    &quot;slotCapacity&quot;: &quot;A String&quot;, # Maximum slots available to this reservation and its children. A slot is a
+        # unit of computational power in BigQuery, and serves as the unit of
+        # parallelism. In a scan of a multi-partitioned table, a single slot operates
+        # on a single partition of the table.
+        # 
+        # If the new reservation&#x27;s slot capacity exceed the parent&#x27;s slot capacity or
+        # 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;useParentReservation&quot;: True or False, # If true, any query using this reservation will also be submitted to the
+        # parent reservation. This allows the query to share the additional slot
+        # capacity of the parent with other queries in the parent reservation. If the
+        # parent also has this field set to true, then this process will continue
+        # until it encounters a reservation for which this is false.
+        # If false, a query using this reservation will
+        # execute with the maximum slot capacity as specified above.
+        # If not specified, default value is true.
+        # Ignored for top-level reservation.
+  }
 
   updateMask: string, Standard field mask for the set of fields to be updated.
   x__xgafv: string, V1 error format.
@@ -437,29 +437,29 @@
   An object of the form:
 
     { # A reservation is a mechanism used to guarantee slots to users.
-    &quot;slotCapacity&quot;: &quot;A String&quot;, # Maximum slots available to this reservation and its children. A slot is a
-        # unit of computational power in BigQuery, and serves as the unit of
-        # parallelism. In a scan of a multi-partitioned table, a single slot operates
-        # on a single partition of the table.
-        #
-        # If the new reservation&#x27;s slot capacity exceed the parent&#x27;s slot capacity or
-        # 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.,
-        # &quot;projects/*/locations/*/reservations/dev/team/product&quot;. Reservation names
-        # (e.g., &quot;dev/team/product&quot;) exceeding a depth of six will fail with
-        # `google.rpc.Code.INVALID_ARGUMENT`.
-    &quot;useParentReservation&quot;: True or False, # If true, any query using this reservation will also be submitted to the
-        # parent reservation. This allows the query to share the additional slot
-        # capacity of the parent with other queries in the parent reservation. If the
-        # parent also has this field set to true, then this process will continue
-        # until it encounters a reservation for which this is false.
-        # If false, a query using this reservation will
-        # execute with the maximum slot capacity as specified above.
-        # If not specified, default value is true.
-        # Ignored for top-level reservation.
-  }</pre>
+      &quot;name&quot;: &quot;A String&quot;, # The resource name of the reservation, e.g.,
+          # &quot;projects/*/locations/*/reservations/dev/team/product&quot;. Reservation names
+          # (e.g., &quot;dev/team/product&quot;) exceeding a depth of six will fail with
+          # `google.rpc.Code.INVALID_ARGUMENT`.
+      &quot;slotCapacity&quot;: &quot;A String&quot;, # Maximum slots available to this reservation and its children. A slot is a
+          # unit of computational power in BigQuery, and serves as the unit of
+          # parallelism. In a scan of a multi-partitioned table, a single slot operates
+          # on a single partition of the table.
+          #
+          # If the new reservation&#x27;s slot capacity exceed the parent&#x27;s slot capacity or
+          # 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;useParentReservation&quot;: True or False, # If true, any query using this reservation will also be submitted to the
+          # parent reservation. This allows the query to share the additional slot
+          # capacity of the parent with other queries in the parent reservation. If the
+          # parent also has this field set to true, then this process will continue
+          # until it encounters a reservation for which this is false.
+          # If false, a query using this reservation will
+          # execute with the maximum slot capacity as specified above.
+          # If not specified, default value is true.
+          # Ignored for top-level reservation.
+    }</pre>
 </div>
 
 </body></html>
\ No newline at end of file