Skip to content

Commit 94ccedc

Browse files
Google APIscopybara-github
authored andcommitted
docs: change comment indicating enable_gemini_in_bigquery field for BigQuery Reservation Assignments is deprecated
PiperOrigin-RevId: 850121797
1 parent 2c8fbf7 commit 94ccedc

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

google/cloud/bigquery/reservation/v1/reservation.proto

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1390,15 +1390,13 @@ message Assignment {
13901390
// Output only. State of the assignment.
13911391
State state = 6 [(google.api.field_behavior) = OUTPUT_ONLY];
13921392

1393-
// Optional. This field controls if "Gemini in BigQuery"
1393+
// Optional. Deprecated: "Gemini in BigQuery" is now available by
1394+
// default for all BigQuery editions and should not be explicitly set.
1395+
// Controls if "Gemini in BigQuery"
13941396
// (https://cloud.google.com/gemini/docs/bigquery/overview) features should be
1395-
// enabled for this reservation assignment, which is not on by default.
1396-
// "Gemini in BigQuery" has a distinct compliance posture from BigQuery. If
1397-
// this field is set to true, the assignment job type is QUERY, and
1398-
// the parent reservation edition is ENTERPRISE_PLUS, then the assignment will
1399-
// give the grantee project/organization access to "Gemini in BigQuery"
1400-
// features.
1401-
bool enable_gemini_in_bigquery = 10 [(google.api.field_behavior) = OPTIONAL];
1397+
// enabled for this reservation assignment.
1398+
bool enable_gemini_in_bigquery = 10
1399+
[deprecated = true, (google.api.field_behavior) = OPTIONAL];
14021400

14031401
// Optional. The scheduling policy to use for jobs and queries of this
14041402
// assignee when running under the associated reservation. The scheduling

0 commit comments

Comments
 (0)