File tree Expand file tree Collapse file tree 3 files changed +10
-9
lines changed
generated/google-apis-bigqueryreservation_v1
lib/google/apis/bigqueryreservation_v1 Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
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.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
2828end
You can’t perform that action at this time.
0 commit comments