File tree Expand file tree Collapse file tree 4 files changed +33
-6
lines changed
clients/google-api-services-firebaseml/v2beta
com/google/api/services/firebaseml/v2beta/model Expand file tree Collapse file tree 4 files changed +33
-6
lines changed Original file line number Diff line number Diff 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}
3737dependencies {
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
Original file line number Diff line number Diff line change 2929@ SuppressWarnings ("javadoc" )
3030public 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.
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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}
3737dependencies {
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
You can’t perform that action at this time.
0 commit comments