Skip to content

Commit 21e70c5

Browse files
chore: regenerate firebaseml client
1 parent 56634c9 commit 21e70c5

4 files changed

Lines changed: 39 additions & 6 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-rev20260612-2.0.0</version>
25+
<version>v2beta-rev20260620-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-rev20260612-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firebaseml:v2beta-rev20260620-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: 33 additions & 0 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. Instructs Vertex Grounding to use Parallel's Zero Data Retention Marketplace product.
56+
* If this value is "false" or omitted, the Parallel Web Search for Grounding standard
57+
* subscription will be used. If this value is "true", the Parallel Web Search for Grounding - ZDR
58+
* 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. The API key for ParallelAiSearch. If an API key is not provided, the system will
5666
* attempt to verify access by checking for an active Parallel.ai subscription through the Google
@@ -101,6 +111,29 @@ public GoogleCloudAiplatformV1beta1ToolParallelAiSearch setCustomConfigs(java.ut
101111
return this;
102112
}
103113

114+
/**
115+
* Optional. Instructs Vertex Grounding to use Parallel's Zero Data Retention Marketplace product.
116+
* If this value is "false" or omitted, the Parallel Web Search for Grounding standard
117+
* subscription will be used. If this value is "true", the Parallel Web Search for Grounding - ZDR
118+
* subscription will be used.
119+
* @return value or {@code null} for none
120+
*/
121+
public java.lang.Boolean getEnableDataRetention() {
122+
return enableDataRetention;
123+
}
124+
125+
/**
126+
* Optional. Instructs Vertex Grounding to use Parallel's Zero Data Retention Marketplace product.
127+
* If this value is "false" or omitted, the Parallel Web Search for Grounding standard
128+
* subscription will be used. If this value is "true", the Parallel Web Search for Grounding - ZDR
129+
* subscription will be used.
130+
* @param enableDataRetention enableDataRetention or {@code null} for none
131+
*/
132+
public GoogleCloudAiplatformV1beta1ToolParallelAiSearch setEnableDataRetention(java.lang.Boolean enableDataRetention) {
133+
this.enableDataRetention = enableDataRetention;
134+
return this;
135+
}
136+
104137
@Override
105138
public GoogleCloudAiplatformV1beta1ToolParallelAiSearch set(String fieldName, Object value) {
106139
return (GoogleCloudAiplatformV1beta1ToolParallelAiSearch) super.set(fieldName, value);

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-rev20260612-2.0.0</version>
12-
<name>Firebase ML API v2beta-rev20260612-2.0.0</name>
11+
<version>v2beta-rev20260620-2.0.0</version>
12+
<name>Firebase ML API v2beta-rev20260620-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-rev20260612-2.0.0</version>
25+
<version>v2beta-rev20260620-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-rev20260612-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firebaseml:v2beta-rev20260620-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)