Skip to content

Commit 7653455

Browse files
feat: Automated regeneration of bigqueryreservation v1 client (googleapis#21376)
Auto-created at 2025-01-12 10:33:41 +0000 using the toys pull request generator.
1 parent 438bfcd commit 7653455

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

generated/google-apis-bigqueryreservation_v1/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
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

generated/google-apis-bigqueryreservation_v1/lib/google/apis/bigqueryreservation_v1/classes.rb

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff 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

generated/google-apis-bigqueryreservation_v1/lib/google/apis/bigqueryreservation_v1/gem_version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
2828
end

0 commit comments

Comments
 (0)