File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed
generated/google-apis-bigqueryreservation_v1
lib/google/apis/bigqueryreservation_v1 Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 11# Release history for google-apis-bigqueryreservation_v1
22
3+ ### v0.40.0 (2025-01-12)
4+
5+ * Regenerated from discovery document revision 20241231
6+ * Regenerated using generator version 0.16.0
7+
38### v0.39.0 (2024-12-15)
49
510* Regenerated from discovery document revision 20241209
Original file line number Diff line number Diff line change @@ -502,11 +502,7 @@ class Reservation
502502 # Baseline slots available to this reservation. A slot is a unit of
503503 # computational power in BigQuery, and serves as the unit of parallelism.
504504 # Queries using this reservation might use more slots during runtime if
505- # ignore_idle_slots is set to false, or autoscaling is enabled. If edition is
506- # EDITION_UNSPECIFIED and total slot_capacity of the reservation and its
507- # siblings exceeds the total slot_count of all capacity commitments, the request
508- # will fail with `google.rpc.Code.RESOURCE_EXHAUSTED`. If edition is any value
509- # but EDITION_UNSPECIFIED, then the above requirement is not needed. The total
505+ # ignore_idle_slots is set to false, or autoscaling is enabled. The total
510506 # slot_capacity of the reservation and its siblings may exceed the total
511507 # slot_count of capacity commitments. In that case, the exceeding slots will be
512508 # charged with the autoscale SKU. You can increase the number of baseline slots
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
1616 module Apis
1717 module BigqueryreservationV1
1818 # Version of the google-apis-bigqueryreservation_v1 gem
19- GEM_VERSION = "0.39 .0"
19+ GEM_VERSION = "0.40 .0"
2020
2121 # Version of the code generator used to generate this client
22- GENERATOR_VERSION = "0.15.1 "
22+ GENERATOR_VERSION = "0.16.0 "
2323
2424 # Revision of the discovery document this client was generated from
25- REVISION = "20241209 "
25+ REVISION = "20241231 "
2626 end
2727 end
2828end
You can’t perform that action at this time.
0 commit comments