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.
- "slotCapacity": "A String", # 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's slot capacity exceed the parent's slot capacity or
- # 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/dev/team/product". Reservation names
- # (e.g., "dev/team/product") exceeding a depth of six will fail with
- # `google.rpc.Code.INVALID_ARGUMENT`.
- "useParentReservation": 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.
-}
+ "name": "A String", # The resource name of the reservation, e.g.,
+ # "projects/*/locations/*/reservations/dev/team/product". Reservation names
+ # (e.g., "dev/team/product") exceeding a depth of six will fail with
+ # `google.rpc.Code.INVALID_ARGUMENT`.
+ "slotCapacity": "A String", # 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's slot capacity exceed the parent's slot capacity or
+ # 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`.
+ "useParentReservation": 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., "dev". 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.
- "slotCapacity": "A String", # 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's slot capacity exceed the parent's slot capacity or
- # 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/dev/team/product". Reservation names
- # (e.g., "dev/team/product") exceeding a depth of six will fail with
- # `google.rpc.Code.INVALID_ARGUMENT`.
- "useParentReservation": 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>
+ "name": "A String", # The resource name of the reservation, e.g.,
+ # "projects/*/locations/*/reservations/dev/team/product". Reservation names
+ # (e.g., "dev/team/product") exceeding a depth of six will fail with
+ # `google.rpc.Code.INVALID_ARGUMENT`.
+ "slotCapacity": "A String", # 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's slot capacity exceed the parent's slot capacity or
+ # 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`.
+ "useParentReservation": 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.
- "slotCapacity": "A String", # 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's slot capacity exceed the parent's slot capacity or
- # 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/dev/team/product". Reservation names
- # (e.g., "dev/team/product") exceeding a depth of six will fail with
- # `google.rpc.Code.INVALID_ARGUMENT`.
- "useParentReservation": 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.
-}
+ "name": "A String", # The resource name of the reservation, e.g.,
+ # "projects/*/locations/*/reservations/dev/team/product". Reservation names
+ # (e.g., "dev/team/product") exceeding a depth of six will fail with
+ # `google.rpc.Code.INVALID_ARGUMENT`.
+ "slotCapacity": "A String", # 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's slot capacity exceed the parent's slot capacity or
+ # 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`.
+ "useParentReservation": 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., "dev". 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.
- "slotCapacity": "A String", # 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's slot capacity exceed the parent's slot capacity or
- # 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/dev/team/product". Reservation names
- # (e.g., "dev/team/product") exceeding a depth of six will fail with
- # `google.rpc.Code.INVALID_ARGUMENT`.
- "useParentReservation": 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>
+ "name": "A String", # The resource name of the reservation, e.g.,
+ # "projects/*/locations/*/reservations/dev/team/product". Reservation names
+ # (e.g., "dev/team/product") exceeding a depth of six will fail with
+ # `google.rpc.Code.INVALID_ARGUMENT`.
+ "slotCapacity": "A String", # 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's slot capacity exceed the parent's slot capacity or
+ # 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`.
+ "useParentReservation": 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.
- "slotCapacity": "A String", # 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's slot capacity exceed the parent's slot capacity or
- # 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/dev/team/product". Reservation names
- # (e.g., "dev/team/product") exceeding a depth of six will fail with
- # `google.rpc.Code.INVALID_ARGUMENT`.
- "useParentReservation": 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>
+ "name": "A String", # The resource name of the reservation, e.g.,
+ # "projects/*/locations/*/reservations/dev/team/product". Reservation names
+ # (e.g., "dev/team/product") exceeding a depth of six will fail with
+ # `google.rpc.Code.INVALID_ARGUMENT`.
+ "slotCapacity": "A String", # 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's slot capacity exceed the parent's slot capacity or
+ # 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`.
+ "useParentReservation": 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.:
"projects/myproject/locations/us-central1" (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="reservation.slot_capacity > 200"
filter="reservation.name = \"*dev/*\""
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.
"reservations": [ # List of reservations visible to the user.
{ # A reservation is a mechanism used to guarantee slots to users.
- "slotCapacity": "A String", # 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's slot capacity exceed the parent's slot capacity or
- # 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/dev/team/product". Reservation names
- # (e.g., "dev/team/product") exceeding a depth of six will fail with
- # `google.rpc.Code.INVALID_ARGUMENT`.
- "useParentReservation": 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.
- },
+ "name": "A String", # The resource name of the reservation, e.g.,
+ # "projects/*/locations/*/reservations/dev/team/product". Reservation names
+ # (e.g., "dev/team/product") exceeding a depth of six will fail with
+ # `google.rpc.Code.INVALID_ARGUMENT`.
+ "slotCapacity": "A String", # 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's slot capacity exceed the parent's slot capacity or
+ # 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`.
+ "useParentReservation": 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.
+ },
],
"nextPageToken": "A String", # 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.
- "slotCapacity": "A String", # 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's slot capacity exceed the parent's slot capacity or
- # 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/dev/team/product". Reservation names
- # (e.g., "dev/team/product") exceeding a depth of six will fail with
- # `google.rpc.Code.INVALID_ARGUMENT`.
- "useParentReservation": 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.
-}
+ "name": "A String", # The resource name of the reservation, e.g.,
+ # "projects/*/locations/*/reservations/dev/team/product". Reservation names
+ # (e.g., "dev/team/product") exceeding a depth of six will fail with
+ # `google.rpc.Code.INVALID_ARGUMENT`.
+ "slotCapacity": "A String", # 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's slot capacity exceed the parent's slot capacity or
+ # 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`.
+ "useParentReservation": 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.
- "slotCapacity": "A String", # 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's slot capacity exceed the parent's slot capacity or
- # 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/dev/team/product". Reservation names
- # (e.g., "dev/team/product") exceeding a depth of six will fail with
- # `google.rpc.Code.INVALID_ARGUMENT`.
- "useParentReservation": 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>
+ "name": "A String", # The resource name of the reservation, e.g.,
+ # "projects/*/locations/*/reservations/dev/team/product". Reservation names
+ # (e.g., "dev/team/product") exceeding a depth of six will fail with
+ # `google.rpc.Code.INVALID_ARGUMENT`.
+ "slotCapacity": "A String", # 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's slot capacity exceed the parent's slot capacity or
+ # 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`.
+ "useParentReservation": 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