Skip to content

Commit 0c241d9

Browse files
feat: Automated regeneration of bigqueryreservation v1 client (#25368)
Auto-created at 2026-01-18 09:22:05 +0000 using the toys pull request generator.
1 parent 5a6d882 commit 0c241d9

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

generated/google-apis-bigqueryreservation_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-bigqueryreservation_v1
22

3+
### v0.50.0 (2026-01-18)
4+
5+
* Regenerated from discovery document revision 20260109
6+
37
### v0.49.0 (2025-10-26)
48

59
* Regenerated from discovery document revision 20251009

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

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,10 @@ class Assignment
3333
# @return [String]
3434
attr_accessor :assignee
3535

36-
# Optional. This field controls if "Gemini in BigQuery" (https://cloud.google.
37-
# com/gemini/docs/bigquery/overview) features should be enabled for this
38-
# reservation assignment, which is not on by default. "Gemini in BigQuery" has a
39-
# distinct compliance posture from BigQuery. If this field is set to true, the
40-
# assignment job type is QUERY, and the parent reservation edition is
41-
# ENTERPRISE_PLUS, then the assignment will give the grantee project/
42-
# organization access to "Gemini in BigQuery" features.
36+
# Optional. Deprecated: "Gemini in BigQuery" is now available by default for all
37+
# BigQuery editions and should not be explicitly set. Controls if "Gemini in
38+
# BigQuery" (https://cloud.google.com/gemini/docs/bigquery/overview) features
39+
# should be enabled for this reservation assignment.
4340
# Corresponds to the JSON property `enableGeminiInBigquery`
4441
# @return [Boolean]
4542
attr_accessor :enable_gemini_in_bigquery

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

Lines changed: 2 additions & 2 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.49.0"
19+
GEM_VERSION = "0.50.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20251009"
25+
REVISION = "20260109"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)