From 7653455690835aef4129c00c0845b8bd6adf2b40 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Sun, 12 Jan 2025 02:38:24 -0800 Subject: [PATCH] feat: Automated regeneration of bigqueryreservation v1 client (#21376) Auto-created at 2025-01-12 10:33:41 +0000 using the toys pull request generator. --- generated/google-apis-bigqueryreservation_v1/CHANGELOG.md | 5 +++++ .../lib/google/apis/bigqueryreservation_v1/classes.rb | 6 +----- .../lib/google/apis/bigqueryreservation_v1/gem_version.rb | 6 +++--- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/generated/google-apis-bigqueryreservation_v1/CHANGELOG.md b/generated/google-apis-bigqueryreservation_v1/CHANGELOG.md index 0676f3092e2..db47640b6b3 100644 --- a/generated/google-apis-bigqueryreservation_v1/CHANGELOG.md +++ b/generated/google-apis-bigqueryreservation_v1/CHANGELOG.md @@ -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 diff --git a/generated/google-apis-bigqueryreservation_v1/lib/google/apis/bigqueryreservation_v1/classes.rb b/generated/google-apis-bigqueryreservation_v1/lib/google/apis/bigqueryreservation_v1/classes.rb index 7f7cc0a3406..b91135b32b3 100644 --- a/generated/google-apis-bigqueryreservation_v1/lib/google/apis/bigqueryreservation_v1/classes.rb +++ b/generated/google-apis-bigqueryreservation_v1/lib/google/apis/bigqueryreservation_v1/classes.rb @@ -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 diff --git a/generated/google-apis-bigqueryreservation_v1/lib/google/apis/bigqueryreservation_v1/gem_version.rb b/generated/google-apis-bigqueryreservation_v1/lib/google/apis/bigqueryreservation_v1/gem_version.rb index 214fb5ce619..af273b1034c 100644 --- a/generated/google-apis-bigqueryreservation_v1/lib/google/apis/bigqueryreservation_v1/gem_version.rb +++ b/generated/google-apis-bigqueryreservation_v1/lib/google/apis/bigqueryreservation_v1/gem_version.rb @@ -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