Skip to content

Commit a41ffa2

Browse files
1 parent e6635b7 commit a41ffa2

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
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-rev20250713-2.0.0</version>
25+
<version>v2beta-rev20250715-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-rev20250713-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firebaseml:v2beta-rev20250715-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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public final class GoogleCloudAiplatformV1beta1Tool extends com.google.api.clien
6060
* with the current user query. Model may decide to call a subset of these functions by populating
6161
* FunctionCall in the response. User should provide a FunctionResponse for each function call in
6262
* the next turn. Based on the function responses, Model will generate the final response back to
63-
* the user. Maximum 128 function declarations can be provided.
63+
* the user. Maximum 512 function declarations can be provided.
6464
* The value may be {@code null}.
6565
*/
6666
@com.google.api.client.util.Key
@@ -170,7 +170,7 @@ public GoogleCloudAiplatformV1beta1Tool setEnterpriseWebSearch(GoogleCloudAiplat
170170
* with the current user query. Model may decide to call a subset of these functions by populating
171171
* FunctionCall in the response. User should provide a FunctionResponse for each function call in
172172
* the next turn. Based on the function responses, Model will generate the final response back to
173-
* the user. Maximum 128 function declarations can be provided.
173+
* the user. Maximum 512 function declarations can be provided.
174174
* @return value or {@code null} for none
175175
*/
176176
public java.util.List<GoogleCloudAiplatformV1beta1FunctionDeclaration> getFunctionDeclarations() {
@@ -182,7 +182,7 @@ public java.util.List<GoogleCloudAiplatformV1beta1FunctionDeclaration> getFuncti
182182
* with the current user query. Model may decide to call a subset of these functions by populating
183183
* FunctionCall in the response. User should provide a FunctionResponse for each function call in
184184
* the next turn. Based on the function responses, Model will generate the final response back to
185-
* the user. Maximum 128 function declarations can be provided.
185+
* the user. Maximum 512 function declarations can be provided.
186186
* @param functionDeclarations functionDeclarations or {@code null} for none
187187
*/
188188
public GoogleCloudAiplatformV1beta1Tool setFunctionDeclarations(java.util.List<GoogleCloudAiplatformV1beta1FunctionDeclaration> functionDeclarations) {

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

0 commit comments

Comments
 (0)