Skip to content

Commit

Permalink
feat: Automated regeneration of bigqueryreservation v1 client (#21376)
Browse files Browse the repository at this point in the history
Auto-created at 2025-01-12 10:33:41 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Jan 12, 2025
1 parent 438bfcd commit 7653455
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
5 changes: 5 additions & 0 deletions generated/google-apis-bigqueryreservation_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release history for google-apis-bigqueryreservation_v1

### v0.40.0 (2025-01-12)

* Regenerated from discovery document revision 20241231
* Regenerated using generator version 0.16.0

### v0.39.0 (2024-12-15)

* Regenerated from discovery document revision 20241209
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -502,11 +502,7 @@ class Reservation
# Baseline slots available to this reservation. A slot is a unit of
# computational power in BigQuery, and serves as the unit of parallelism.
# Queries using this reservation might use more slots during runtime if
# ignore_idle_slots is set to false, or autoscaling is enabled. If edition is
# EDITION_UNSPECIFIED and total slot_capacity of the reservation and its
# siblings exceeds the total slot_count of all capacity commitments, the request
# will fail with `google.rpc.Code.RESOURCE_EXHAUSTED`. If edition is any value
# but EDITION_UNSPECIFIED, then the above requirement is not needed. The total
# ignore_idle_slots is set to false, or autoscaling is enabled. The total
# slot_capacity of the reservation and its siblings may exceed the total
# slot_count of capacity commitments. In that case, the exceeding slots will be
# charged with the autoscale SKU. You can increase the number of baseline slots
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module BigqueryreservationV1
# Version of the google-apis-bigqueryreservation_v1 gem
GEM_VERSION = "0.39.0"
GEM_VERSION = "0.40.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.15.1"
GENERATOR_VERSION = "0.16.0"

# Revision of the discovery document this client was generated from
REVISION = "20241209"
REVISION = "20241231"
end
end
end

0 comments on commit 7653455

Please sign in to comment.