Skip to content

Commit da90737

Browse files
1 parent 78ec2f8 commit da90737

File tree

6 files changed

+33
-99
lines changed

6 files changed

+33
-99
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-rev20250720-2.0.0</version>
25+
<version>v2beta-rev20250723-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-rev20250720-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firebaseml:v2beta-rev20250723-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
@@ -39,14 +39,6 @@ public final class GoogleCloudAiplatformV1beta1Tool extends com.google.api.clien
3939
@com.google.api.client.util.Key
4040
private GoogleCloudAiplatformV1beta1ToolCodeExecution codeExecution;
4141

42-
/**
43-
* Optional. Tool to support the model interacting directly with the computer. If enabled, it
44-
* automatically populates computer-use specific Function Declarations.
45-
* The value may be {@code null}.
46-
*/
47-
@com.google.api.client.util.Key
48-
private GoogleCloudAiplatformV1beta1ToolComputerUse computerUse;
49-
5042
/**
5143
* Optional. Tool to support searching public web data, powered by Vertex AI Search and Sec4
5244
* compliance.
@@ -127,25 +119,6 @@ public GoogleCloudAiplatformV1beta1Tool setCodeExecution(GoogleCloudAiplatformV1
127119
return this;
128120
}
129121

130-
/**
131-
* Optional. Tool to support the model interacting directly with the computer. If enabled, it
132-
* automatically populates computer-use specific Function Declarations.
133-
* @return value or {@code null} for none
134-
*/
135-
public GoogleCloudAiplatformV1beta1ToolComputerUse getComputerUse() {
136-
return computerUse;
137-
}
138-
139-
/**
140-
* Optional. Tool to support the model interacting directly with the computer. If enabled, it
141-
* automatically populates computer-use specific Function Declarations.
142-
* @param computerUse computerUse or {@code null} for none
143-
*/
144-
public GoogleCloudAiplatformV1beta1Tool setComputerUse(GoogleCloudAiplatformV1beta1ToolComputerUse computerUse) {
145-
this.computerUse = computerUse;
146-
return this;
147-
}
148-
149122
/**
150123
* Optional. Tool to support searching public web data, powered by Vertex AI Search and Sec4
151124
* compliance.

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

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

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ public final class GoogleCloudAiplatformV1beta1VideoMetadata extends com.google.
3636
@com.google.api.client.util.Key
3737
private String endOffset;
3838

39+
/**
40+
* Optional. The frame rate of the video sent to the model. If not specified, the default value
41+
* will be 1.0. The fps range is (0.0, 24.0].
42+
* The value may be {@code null}.
43+
*/
44+
@com.google.api.client.util.Key
45+
private java.lang.Double fps;
46+
3947
/**
4048
* Optional. The start offset of the video.
4149
* The value may be {@code null}.
@@ -60,6 +68,25 @@ public GoogleCloudAiplatformV1beta1VideoMetadata setEndOffset(String endOffset)
6068
return this;
6169
}
6270

71+
/**
72+
* Optional. The frame rate of the video sent to the model. If not specified, the default value
73+
* will be 1.0. The fps range is (0.0, 24.0].
74+
* @return value or {@code null} for none
75+
*/
76+
public java.lang.Double getFps() {
77+
return fps;
78+
}
79+
80+
/**
81+
* Optional. The frame rate of the video sent to the model. If not specified, the default value
82+
* will be 1.0. The fps range is (0.0, 24.0].
83+
* @param fps fps or {@code null} for none
84+
*/
85+
public GoogleCloudAiplatformV1beta1VideoMetadata setFps(java.lang.Double fps) {
86+
this.fps = fps;
87+
return this;
88+
}
89+
6390
/**
6491
* Optional. The start offset of the video.
6592
* @return value or {@code null} for none

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

0 commit comments

Comments
 (0)