File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed
clients/google-api-services-toolresults/v1beta3
com/google/api/services/toolresults/model Expand file tree Collapse file tree 4 files changed +13
-13
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-toolresults</artifactId >
25- <version >v1beta3-rev20250204 -2.0.0</version >
25+ <version >v1beta3-rev20260108 -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-toolresults:v1beta3-rev20250204 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-toolresults:v1beta3-rev20260108 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change @@ -70,8 +70,8 @@ public final class TestIssue extends com.google.api.client.json.GenericJson {
7070 * com.google.devtools.toolresults.v1.warnings
7171 * The value may be {@code null}.
7272 */
73- @ com .google .api .client .util .Key
74- private Any warning ;
73+ @ com .google .api .client .util .Key ( "warning_migration" )
74+ private Any warningMigration ;
7575
7676 /**
7777 * Category of issue. Required.
@@ -163,17 +163,17 @@ public TestIssue setType(java.lang.String type) {
163163 * com.google.devtools.toolresults.v1.warnings
164164 * @return value or {@code null} for none
165165 */
166- public Any getWarning () {
167- return warning ;
166+ public Any getWarningMigration () {
167+ return warningMigration ;
168168 }
169169
170170 /**
171171 * Warning message with additional details of the issue. Should always be a message from
172172 * com.google.devtools.toolresults.v1.warnings
173- * @param warning warning or {@code null} for none
173+ * @param warningMigration warningMigration or {@code null} for none
174174 */
175- public TestIssue setWarning (Any warning ) {
176- this .warning = warning ;
175+ public TestIssue setWarningMigration (Any warningMigration ) {
176+ this .warningMigration = warningMigration ;
177177 return this ;
178178 }
179179
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.apis</groupId >
1010 <artifactId >google-api-services-toolresults</artifactId >
11- <version >v1beta3-rev20250204 -2.0.0</version >
12- <name >Cloud Tool Results API v1beta3-rev20250204 -2.0.0</name >
11+ <version >v1beta3-rev20260108 -2.0.0</version >
12+ <name >Cloud Tool Results API v1beta3-rev20260108 -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-toolresults</artifactId >
25- <version >v1beta3-rev20250204 -2.0.0</version >
25+ <version >v1beta3-rev20260108 -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-toolresults:v1beta3-rev20250204 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-toolresults:v1beta3-rev20260108 -2.0.0'
3939}
4040```
4141
You can’t perform that action at this time.
0 commit comments