From 8bb0b175e3d10cb4f94bf8cd9904c7be15e54a38 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Tue, 4 Aug 2026 18:08:40 -0700 Subject: [PATCH] chore: regenerate toolresults client --- .../v1beta3/2.0.0/README.md | 4 +- .../model/AntiTamperingTermination.java | 43 +++++++++++++++++++ .../v1beta3/2.0.0/pom.xml | 4 +- .../v1beta3/README.md | 4 +- 4 files changed, 49 insertions(+), 6 deletions(-) create mode 100644 clients/google-api-services-toolresults/v1beta3/2.0.0/com/google/api/services/toolresults/model/AntiTamperingTermination.java diff --git a/clients/google-api-services-toolresults/v1beta3/2.0.0/README.md b/clients/google-api-services-toolresults/v1beta3/2.0.0/README.md index 2adcb3e229d..9d5110ae6fd 100644 --- a/clients/google-api-services-toolresults/v1beta3/2.0.0/README.md +++ b/clients/google-api-services-toolresults/v1beta3/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-toolresults - v1beta3-rev20260528-2.0.0 + v1beta3-rev20260803-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-toolresults:v1beta3-rev20260528-2.0.0' + implementation 'com.google.apis:google-api-services-toolresults:v1beta3-rev20260803-2.0.0' } ``` diff --git a/clients/google-api-services-toolresults/v1beta3/2.0.0/com/google/api/services/toolresults/model/AntiTamperingTermination.java b/clients/google-api-services-toolresults/v1beta3/2.0.0/com/google/api/services/toolresults/model/AntiTamperingTermination.java new file mode 100644 index 00000000000..c78546248dc --- /dev/null +++ b/clients/google-api-services-toolresults/v1beta3/2.0.0/com/google/api/services/toolresults/model/AntiTamperingTermination.java @@ -0,0 +1,43 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except + * in compliance with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License + * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express + * or implied. See the License for the specific language governing permissions and limitations under + * the License. + */ +/* + * This code was generated by https://github.com/googleapis/google-api-java-client-services/ + * Modify at your own risk. + */ + +package com.google.api.services.toolresults.model; + +/** + * Anti-tampering termination was detected. + * + *

This is the Java data model class that specifies how to parse/serialize into the JSON that is + * transmitted over HTTP when working with the Cloud Tool Results API. For a detailed explanation + * see: + * https://developers.google.com/api-client-library/java/google-http-java-client/json + *

+ * + * @author Google, Inc. + */ +@SuppressWarnings("javadoc") +public final class AntiTamperingTermination extends com.google.api.client.json.GenericJson { + + @Override + public AntiTamperingTermination set(String fieldName, Object value) { + return (AntiTamperingTermination) super.set(fieldName, value); + } + + @Override + public AntiTamperingTermination clone() { + return (AntiTamperingTermination) super.clone(); + } + +} diff --git a/clients/google-api-services-toolresults/v1beta3/2.0.0/pom.xml b/clients/google-api-services-toolresults/v1beta3/2.0.0/pom.xml index f9f998591fb..7dbcb6129dc 100644 --- a/clients/google-api-services-toolresults/v1beta3/2.0.0/pom.xml +++ b/clients/google-api-services-toolresults/v1beta3/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-toolresults - v1beta3-rev20260528-2.0.0 - Cloud Tool Results API v1beta3-rev20260528-2.0.0 + v1beta3-rev20260803-2.0.0 + Cloud Tool Results API v1beta3-rev20260803-2.0.0 jar 2011 diff --git a/clients/google-api-services-toolresults/v1beta3/README.md b/clients/google-api-services-toolresults/v1beta3/README.md index 2adcb3e229d..9d5110ae6fd 100644 --- a/clients/google-api-services-toolresults/v1beta3/README.md +++ b/clients/google-api-services-toolresults/v1beta3/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-toolresults - v1beta3-rev20260528-2.0.0 + v1beta3-rev20260803-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-toolresults:v1beta3-rev20260528-2.0.0' + implementation 'com.google.apis:google-api-services-toolresults:v1beta3-rev20260803-2.0.0' } ```