Skip to content

Commit 4a3fc44

Browse files
1 parent 49fe62c commit 4a3fc44

File tree

4 files changed

+21
-18
lines changed

4 files changed

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

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

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,11 @@ public final class GoogleCloudAiplatformV1beta1ToolComputerUse extends com.googl
3737
private java.lang.String environment;
3838

3939
/**
40-
* Optional. By default, predefined functions are included in the final model call. Some of them
41-
* can be explicitly excluded from being automatically included. This can serve two purposes: 1.
42-
* Using a more restricted / different action space. 2. Improving the definitions / instructions
43-
* of predefined functions.
40+
* Optional. By default, [predefined functions](https://cloud.google.com/vertex-ai/generative-
41+
* ai/docs/computer-use#supported-actions) are included in the final model call. Some of them can
42+
* be explicitly excluded from being automatically included. This can serve two purposes: 1. Using
43+
* a more restricted / different action space. 2. Improving the definitions / instructions of
44+
* predefined functions.
4445
* The value may be {@code null}.
4546
*/
4647
@com.google.api.client.util.Key
@@ -64,21 +65,23 @@ public GoogleCloudAiplatformV1beta1ToolComputerUse setEnvironment(java.lang.Stri
6465
}
6566

6667
/**
67-
* Optional. By default, predefined functions are included in the final model call. Some of them
68-
* can be explicitly excluded from being automatically included. This can serve two purposes: 1.
69-
* Using a more restricted / different action space. 2. Improving the definitions / instructions
70-
* of predefined functions.
68+
* Optional. By default, [predefined functions](https://cloud.google.com/vertex-ai/generative-
69+
* ai/docs/computer-use#supported-actions) are included in the final model call. Some of them can
70+
* be explicitly excluded from being automatically included. This can serve two purposes: 1. Using
71+
* a more restricted / different action space. 2. Improving the definitions / instructions of
72+
* predefined functions.
7173
* @return value or {@code null} for none
7274
*/
7375
public java.util.List<java.lang.String> getExcludedPredefinedFunctions() {
7476
return excludedPredefinedFunctions;
7577
}
7678

7779
/**
78-
* Optional. By default, predefined functions are included in the final model call. Some of them
79-
* can be explicitly excluded from being automatically included. This can serve two purposes: 1.
80-
* Using a more restricted / different action space. 2. Improving the definitions / instructions
81-
* of predefined functions.
80+
* Optional. By default, [predefined functions](https://cloud.google.com/vertex-ai/generative-
81+
* ai/docs/computer-use#supported-actions) are included in the final model call. Some of them can
82+
* be explicitly excluded from being automatically included. This can serve two purposes: 1. Using
83+
* a more restricted / different action space. 2. Improving the definitions / instructions of
84+
* predefined functions.
8285
* @param excludedPredefinedFunctions excludedPredefinedFunctions or {@code null} for none
8386
*/
8487
public GoogleCloudAiplatformV1beta1ToolComputerUse setExcludedPredefinedFunctions(java.util.List<java.lang.String> excludedPredefinedFunctions) {

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

0 commit comments

Comments
 (0)