From b2f157c8e47f81aca2e06cd5675b90b72a4793a4 Mon Sep 17 00:00:00 2001
From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com>
Date: Wed, 3 Jun 2026 18:46:51 -0700
Subject: [PATCH] chore: regenerate chromewebstore client
---
.../v2/2.0.0/README.md | 4 ++--
.../chromewebstore/v2/model/PublishItemRequest.java | 6 +++---
.../api/services/chromewebstore/v2/model/Warning.java | 9 +++------
.../google-api-services-chromewebstore/v2/2.0.0/pom.xml | 4 ++--
clients/google-api-services-chromewebstore/v2/README.md | 4 ++--
5 files changed, 12 insertions(+), 15 deletions(-)
diff --git a/clients/google-api-services-chromewebstore/v2/2.0.0/README.md b/clients/google-api-services-chromewebstore/v2/2.0.0/README.md
index 3570ac2d51e..7181e4efe81 100644
--- a/clients/google-api-services-chromewebstore/v2/2.0.0/README.md
+++ b/clients/google-api-services-chromewebstore/v2/2.0.0/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-chromewebstore
- v2-rev20260517-2.0.0
+ v2-rev20260601-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-chromewebstore:v2-rev20260517-2.0.0'
+ implementation 'com.google.apis:google-api-services-chromewebstore:v2-rev20260601-2.0.0'
}
```
diff --git a/clients/google-api-services-chromewebstore/v2/2.0.0/com/google/api/services/chromewebstore/v2/model/PublishItemRequest.java b/clients/google-api-services-chromewebstore/v2/2.0.0/com/google/api/services/chromewebstore/v2/model/PublishItemRequest.java
index 441877fa37b..c17a0f16cbb 100644
--- a/clients/google-api-services-chromewebstore/v2/2.0.0/com/google/api/services/chromewebstore/v2/model/PublishItemRequest.java
+++ b/clients/google-api-services-chromewebstore/v2/2.0.0/com/google/api/services/chromewebstore/v2/model/PublishItemRequest.java
@@ -31,7 +31,7 @@ public final class PublishItemRequest extends com.google.api.client.json.Generic
/**
* Optional. When set to true the request will fail if there are any warnings during validation
- * and the details will be included in the error_details. Otherwise warnings are treated as non-
+ * and the details will be included in the `error.details`. Otherwise warnings are treated as non-
* blocking and will be ignored for validation but will be included in the response for
* inspection. Defaults to `false` if unset.
* The value may be {@code null}.
@@ -71,7 +71,7 @@ public final class PublishItemRequest extends com.google.api.client.json.Generic
/**
* Optional. When set to true the request will fail if there are any warnings during validation
- * and the details will be included in the error_details. Otherwise warnings are treated as non-
+ * and the details will be included in the `error.details`. Otherwise warnings are treated as non-
* blocking and will be ignored for validation but will be included in the response for
* inspection. Defaults to `false` if unset.
* @return value or {@code null} for none
@@ -82,7 +82,7 @@ public java.lang.Boolean getBlockOnWarnings() {
/**
* Optional. When set to true the request will fail if there are any warnings during validation
- * and the details will be included in the error_details. Otherwise warnings are treated as non-
+ * and the details will be included in the `error.details`. Otherwise warnings are treated as non-
* blocking and will be ignored for validation but will be included in the response for
* inspection. Defaults to `false` if unset.
* @param blockOnWarnings blockOnWarnings or {@code null} for none
diff --git a/clients/google-api-services-chromewebstore/v2/2.0.0/com/google/api/services/chromewebstore/v2/model/Warning.java b/clients/google-api-services-chromewebstore/v2/2.0.0/com/google/api/services/chromewebstore/v2/model/Warning.java
index 3b288ca7db7..964c6108edb 100644
--- a/clients/google-api-services-chromewebstore/v2/2.0.0/com/google/api/services/chromewebstore/v2/model/Warning.java
+++ b/clients/google-api-services-chromewebstore/v2/2.0.0/com/google/api/services/chromewebstore/v2/model/Warning.java
@@ -39,8 +39,7 @@ public final class Warning extends com.google.api.client.json.GenericJson {
/**
* The reason for the warning. This is a constant value that identifies the proximate cause of the
- * warning. This should be at most 63 characters and match a regular expression of `A-Z+[A-Z0-9]`,
- * which represents UPPER_SNAKE_CASE.
+ * warning.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -67,8 +66,7 @@ public Warning setDescription(java.lang.String description) {
/**
* The reason for the warning. This is a constant value that identifies the proximate cause of the
- * warning. This should be at most 63 characters and match a regular expression of `A-Z+[A-Z0-9]`,
- * which represents UPPER_SNAKE_CASE.
+ * warning.
* @return value or {@code null} for none
*/
public java.lang.String getReason() {
@@ -77,8 +75,7 @@ public java.lang.String getReason() {
/**
* The reason for the warning. This is a constant value that identifies the proximate cause of the
- * warning. This should be at most 63 characters and match a regular expression of `A-Z+[A-Z0-9]`,
- * which represents UPPER_SNAKE_CASE.
+ * warning.
* @param reason reason or {@code null} for none
*/
public Warning setReason(java.lang.String reason) {
diff --git a/clients/google-api-services-chromewebstore/v2/2.0.0/pom.xml b/clients/google-api-services-chromewebstore/v2/2.0.0/pom.xml
index 7af1d77167c..be83f98b9e0 100644
--- a/clients/google-api-services-chromewebstore/v2/2.0.0/pom.xml
+++ b/clients/google-api-services-chromewebstore/v2/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-chromewebstore
- v2-rev20260517-2.0.0
- Chrome Web Store API v2-rev20260517-2.0.0
+ v2-rev20260601-2.0.0
+ Chrome Web Store API v2-rev20260601-2.0.0
jar
2011
diff --git a/clients/google-api-services-chromewebstore/v2/README.md b/clients/google-api-services-chromewebstore/v2/README.md
index 3570ac2d51e..7181e4efe81 100644
--- a/clients/google-api-services-chromewebstore/v2/README.md
+++ b/clients/google-api-services-chromewebstore/v2/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-chromewebstore
- v2-rev20260517-2.0.0
+ v2-rev20260601-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-chromewebstore:v2-rev20260517-2.0.0'
+ implementation 'com.google.apis:google-api-services-chromewebstore:v2-rev20260601-2.0.0'
}
```