Skip to content

Commit fe3d308

Browse files
1 parent 256b866 commit fe3d308

File tree

5 files changed

+6
-123
lines changed

5 files changed

+6
-123
lines changed

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-rev20260407-2.0.0</version>
25+
<version>v2beta-rev20260408-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-rev20260407-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firebaseml:v2beta-rev20260408-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,6 @@ public final class GoogleCloudAiplatformV1beta1Tool extends com.google.api.clien
5555
@com.google.api.client.util.Key
5656
private GoogleCloudAiplatformV1beta1EnterpriseWebSearch enterpriseWebSearch;
5757

58-
/**
59-
* Optional. Uses Exa.ai to search for information to answer user queries. The search results will
60-
* be grounded on Exa.ai and presented to the model for response generation.
61-
* The value may be {@code null}.
62-
*/
63-
@com.google.api.client.util.Key
64-
private GoogleCloudAiplatformV1beta1ToolExaAiSearch exaAiSearch;
65-
6658
/**
6759
* Optional. Function tool type. One or more function declarations to be passed to the model along
6860
* with the current user query. Model may decide to call a subset of these functions by populating
@@ -181,25 +173,6 @@ public GoogleCloudAiplatformV1beta1Tool setEnterpriseWebSearch(GoogleCloudAiplat
181173
return this;
182174
}
183175

184-
/**
185-
* Optional. Uses Exa.ai to search for information to answer user queries. The search results will
186-
* be grounded on Exa.ai and presented to the model for response generation.
187-
* @return value or {@code null} for none
188-
*/
189-
public GoogleCloudAiplatformV1beta1ToolExaAiSearch getExaAiSearch() {
190-
return exaAiSearch;
191-
}
192-
193-
/**
194-
* Optional. Uses Exa.ai to search for information to answer user queries. The search results will
195-
* be grounded on Exa.ai and presented to the model for response generation.
196-
* @param exaAiSearch exaAiSearch or {@code null} for none
197-
*/
198-
public GoogleCloudAiplatformV1beta1Tool setExaAiSearch(GoogleCloudAiplatformV1beta1ToolExaAiSearch exaAiSearch) {
199-
this.exaAiSearch = exaAiSearch;
200-
return this;
201-
}
202-
203176
/**
204177
* Optional. Function tool type. One or more function declarations to be passed to the model along
205178
* with the current user query. Model may decide to call a subset of these functions by populating

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

Lines changed: 0 additions & 90 deletions
This file was deleted.

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

0 commit comments

Comments
 (0)