Skip to content

Commit 7f895e7

Browse files
1 parent 947e295 commit 7f895e7

File tree

4 files changed

+33
-6
lines changed

4 files changed

+33
-6
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-rev20250427-2.0.0</version>
25+
<version>v2beta-rev20250505-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-rev20250427-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firebaseml:v2beta-rev20250505-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: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@
2929
@SuppressWarnings("javadoc")
3030
public final class GoogleCloudAiplatformV1beta1GenerationConfigThinkingConfig extends com.google.api.client.json.GenericJson {
3131

32+
/**
33+
* Optional. Indicates whether to include thoughts in the response. If true, thoughts are returned
34+
* only when available.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.lang.Boolean includeThoughts;
39+
3240
/**
3341
* Optional. Indicates the thinking budget in tokens. This is only applied when enable_thinking is
3442
* true.
@@ -37,6 +45,25 @@ public final class GoogleCloudAiplatformV1beta1GenerationConfigThinkingConfig ex
3745
@com.google.api.client.util.Key
3846
private java.lang.Integer thinkingBudget;
3947

48+
/**
49+
* Optional. Indicates whether to include thoughts in the response. If true, thoughts are returned
50+
* only when available.
51+
* @return value or {@code null} for none
52+
*/
53+
public java.lang.Boolean getIncludeThoughts() {
54+
return includeThoughts;
55+
}
56+
57+
/**
58+
* Optional. Indicates whether to include thoughts in the response. If true, thoughts are returned
59+
* only when available.
60+
* @param includeThoughts includeThoughts or {@code null} for none
61+
*/
62+
public GoogleCloudAiplatformV1beta1GenerationConfigThinkingConfig setIncludeThoughts(java.lang.Boolean includeThoughts) {
63+
this.includeThoughts = includeThoughts;
64+
return this;
65+
}
66+
4067
/**
4168
* Optional. Indicates the thinking budget in tokens. This is only applied when enable_thinking is
4269
* true.

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

0 commit comments

Comments
 (0)