Skip to content

Commit 11c69ec

Browse files
chore: regenerate firebaseml client
1 parent 6640021 commit 11c69ec

4 files changed

Lines changed: 45 additions & 12 deletions

File tree

clients/google-api-services-firebaseml/v2beta/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-firebaseml</artifactId>
25-
<version>v2beta-rev20260620-2.0.0</version>
25+
<version>v2beta-rev20260628-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-firebaseml:v2beta-rev20260620-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firebaseml:v2beta-rev20260628-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-firebaseml/v2beta/2.0.0/com/google/api/services/firebaseml/v2beta/model/GoogleCloudAiplatformV1beta1ToolParallelAiSearch.java

Lines changed: 39 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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

clients/google-api-services-firebaseml/v2beta/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-firebaseml</artifactId>
11-
<version>v2beta-rev20260620-2.0.0</version>
12-
<name>Firebase ML API v2beta-rev20260620-2.0.0</name>
11+
<version>v2beta-rev20260628-2.0.0</version>
12+
<name>Firebase ML API v2beta-rev20260628-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-firebaseml/v2beta/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-firebaseml</artifactId>
25-
<version>v2beta-rev20260620-2.0.0</version>
25+
<version>v2beta-rev20260628-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-firebaseml:v2beta-rev20260620-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firebaseml:v2beta-rev20260628-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)