@@ -51,6 +51,16 @@ public final class GoogleCloudAiplatformV1beta1ToolParallelAiSearch extends com.
5151 @ com .google .api .client .util .Key
5252 private java .util .Map <String , java .lang .Object > customConfigs ;
5353
54+ /**
55+ * Optional. Deprecated: Use `enable_zero_data_retention` instead. Instructs Vertex Grounding to
56+ * use Parallel's Zero Data Retention Marketplace product. If this value is "false" or omitted,
57+ * the Parallel Web Search for Grounding standard subscription will be used. If this value is
58+ * "true", the Parallel Web Search for Grounding - ZDR subscription will be used.
59+ * The value may be {@code null}.
60+ */
61+ @ com .google .api .client .util .Key
62+ private java .lang .Boolean enableDataRetention ;
63+
5464 /**
5565 * Optional. Instructs Vertex Grounding to use Parallel's Zero Data Retention Marketplace product.
5666 * If this value is "false" or omitted, the Parallel Web Search for Grounding standard
@@ -59,7 +69,7 @@ public final class GoogleCloudAiplatformV1beta1ToolParallelAiSearch extends com.
5969 * The value may be {@code null}.
6070 */
6171 @ com .google .api .client .util .Key
62- private java .lang .Boolean enableDataRetention ;
72+ private java .lang .Boolean enableZeroDataRetention ;
6373
6474 /**
6575 * Optional. The API key for ParallelAiSearch. If an API key is not provided, the system will
@@ -111,26 +121,49 @@ public GoogleCloudAiplatformV1beta1ToolParallelAiSearch setCustomConfigs(java.ut
111121 return this ;
112122 }
113123
124+ /**
125+ * Optional. Deprecated: Use `enable_zero_data_retention` instead. Instructs Vertex Grounding to
126+ * use Parallel's Zero Data Retention Marketplace product. If this value is "false" or omitted,
127+ * the Parallel Web Search for Grounding standard subscription will be used. If this value is
128+ * "true", the Parallel Web Search for Grounding - ZDR subscription will be used.
129+ * @return value or {@code null} for none
130+ */
131+ public java .lang .Boolean getEnableDataRetention () {
132+ return enableDataRetention ;
133+ }
134+
135+ /**
136+ * Optional. Deprecated: Use `enable_zero_data_retention` instead. Instructs Vertex Grounding to
137+ * use Parallel's Zero Data Retention Marketplace product. If this value is "false" or omitted,
138+ * the Parallel Web Search for Grounding standard subscription will be used. If this value is
139+ * "true", the Parallel Web Search for Grounding - ZDR subscription will be used.
140+ * @param enableDataRetention enableDataRetention or {@code null} for none
141+ */
142+ public GoogleCloudAiplatformV1beta1ToolParallelAiSearch setEnableDataRetention (java .lang .Boolean enableDataRetention ) {
143+ this .enableDataRetention = enableDataRetention ;
144+ return this ;
145+ }
146+
114147 /**
115148 * Optional. Instructs Vertex Grounding to use Parallel's Zero Data Retention Marketplace product.
116149 * If this value is "false" or omitted, the Parallel Web Search for Grounding standard
117150 * subscription will be used. If this value is "true", the Parallel Web Search for Grounding - ZDR
118151 * subscription will be used.
119152 * @return value or {@code null} for none
120153 */
121- public java .lang .Boolean getEnableDataRetention () {
122- return enableDataRetention ;
154+ public java .lang .Boolean getEnableZeroDataRetention () {
155+ return enableZeroDataRetention ;
123156 }
124157
125158 /**
126159 * Optional. Instructs Vertex Grounding to use Parallel's Zero Data Retention Marketplace product.
127160 * If this value is "false" or omitted, the Parallel Web Search for Grounding standard
128161 * subscription will be used. If this value is "true", the Parallel Web Search for Grounding - ZDR
129162 * subscription will be used.
130- * @param enableDataRetention enableDataRetention or {@code null} for none
163+ * @param enableZeroDataRetention enableZeroDataRetention or {@code null} for none
131164 */
132- public GoogleCloudAiplatformV1beta1ToolParallelAiSearch setEnableDataRetention (java .lang .Boolean enableDataRetention ) {
133- this .enableDataRetention = enableDataRetention ;
165+ public GoogleCloudAiplatformV1beta1ToolParallelAiSearch setEnableZeroDataRetention (java .lang .Boolean enableZeroDataRetention ) {
166+ this .enableZeroDataRetention = enableZeroDataRetention ;
134167 return this ;
135168 }
136169
0 commit comments