Skip to content

Commit 25c80d9

Browse files
1 parent 2349959 commit 25c80d9

File tree

4 files changed

+9
-12
lines changed

4 files changed

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

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ public final class GoogleCloudAiplatformV1beta1GenerationConfigThinkingConfig ex
3838
private java.lang.Boolean includeThoughts;
3939

4040
/**
41-
* Optional. Indicates the thinking budget in tokens. This is only applied when enable_thinking is
42-
* true.
41+
* Optional. Indicates the thinking budget in tokens.
4342
* The value may be {@code null}.
4443
*/
4544
@com.google.api.client.util.Key
@@ -65,17 +64,15 @@ public GoogleCloudAiplatformV1beta1GenerationConfigThinkingConfig setIncludeThou
6564
}
6665

6766
/**
68-
* Optional. Indicates the thinking budget in tokens. This is only applied when enable_thinking is
69-
* true.
67+
* Optional. Indicates the thinking budget in tokens.
7068
* @return value or {@code null} for none
7169
*/
7270
public java.lang.Integer getThinkingBudget() {
7371
return thinkingBudget;
7472
}
7573

7674
/**
77-
* Optional. Indicates the thinking budget in tokens. This is only applied when enable_thinking is
78-
* true.
75+
* Optional. Indicates the thinking budget in tokens.
7976
* @param thinkingBudget thinkingBudget or {@code null} for none
8077
*/
8178
public GoogleCloudAiplatformV1beta1GenerationConfigThinkingConfig setThinkingBudget(java.lang.Integer thinkingBudget) {

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

0 commit comments

Comments
 (0)