@@ -86,14 +86,12 @@ class Assignment extends \Google\Model
8686 */
8787 public $ assignee ;
8888 /**
89- * Optional. This field controls if "Gemini in BigQuery"
90- * (https://cloud.google.com/gemini/docs/bigquery/overview) features should be
91- * enabled for this reservation assignment, which is not on by default.
92- * "Gemini in BigQuery" has a distinct compliance posture from BigQuery. If
93- * this field is set to true, the assignment job type is QUERY, and the parent
94- * reservation edition is ENTERPRISE_PLUS, then the assignment will give the
95- * grantee project/organization access to "Gemini in BigQuery" features.
89+ * Optional. Deprecated: "Gemini in BigQuery" is now available by default for
90+ * all BigQuery editions and should not be explicitly set. Controls if "Gemini
91+ * in BigQuery" (https://cloud.google.com/gemini/docs/bigquery/overview)
92+ * features should be enabled for this reservation assignment.
9693 *
94+ * @deprecated
9795 * @var bool
9896 */
9997 public $ enableGeminiInBigquery ;
@@ -139,21 +137,20 @@ public function getAssignee()
139137 return $ this ->assignee ;
140138 }
141139 /**
142- * Optional. This field controls if "Gemini in BigQuery"
143- * (https://cloud.google.com/gemini/docs/bigquery/overview) features should be
144- * enabled for this reservation assignment, which is not on by default.
145- * "Gemini in BigQuery" has a distinct compliance posture from BigQuery. If
146- * this field is set to true, the assignment job type is QUERY, and the parent
147- * reservation edition is ENTERPRISE_PLUS, then the assignment will give the
148- * grantee project/organization access to "Gemini in BigQuery" features.
140+ * Optional. Deprecated: "Gemini in BigQuery" is now available by default for
141+ * all BigQuery editions and should not be explicitly set. Controls if "Gemini
142+ * in BigQuery" (https://cloud.google.com/gemini/docs/bigquery/overview)
143+ * features should be enabled for this reservation assignment.
149144 *
145+ * @deprecated
150146 * @param bool $enableGeminiInBigquery
151147 */
152148 public function setEnableGeminiInBigquery ($ enableGeminiInBigquery )
153149 {
154150 $ this ->enableGeminiInBigquery = $ enableGeminiInBigquery ;
155151 }
156152 /**
153+ * @deprecated
157154 * @return bool
158155 */
159156 public function getEnableGeminiInBigquery ()
0 commit comments