Skip to content

Commit 56462c7

Browse files
1 parent 14fef77 commit 56462c7

5 files changed

Lines changed: 12 additions & 15 deletions

File tree

clients/google-api-services-chromewebstore/v2/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-chromewebstore</artifactId>
25-
<version>v2-rev20260517-2.0.0</version>
25+
<version>v2-rev20260601-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-chromewebstore:v2-rev20260517-2.0.0'
38+
implementation 'com.google.apis:google-api-services-chromewebstore:v2-rev20260601-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-chromewebstore/v2/2.0.0/com/google/api/services/chromewebstore/v2/model/PublishItemRequest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public final class PublishItemRequest extends com.google.api.client.json.Generic
3131

3232
/**
3333
* Optional. When set to true the request will fail if there are any warnings during validation
34-
* and the details will be included in the error_details. Otherwise warnings are treated as non-
34+
* and the details will be included in the `error.details`. Otherwise warnings are treated as non-
3535
* blocking and will be ignored for validation but will be included in the response for
3636
* inspection. Defaults to `false` if unset.
3737
* The value may be {@code null}.
@@ -71,7 +71,7 @@ public final class PublishItemRequest extends com.google.api.client.json.Generic
7171

7272
/**
7373
* Optional. When set to true the request will fail if there are any warnings during validation
74-
* and the details will be included in the error_details. Otherwise warnings are treated as non-
74+
* and the details will be included in the `error.details`. Otherwise warnings are treated as non-
7575
* blocking and will be ignored for validation but will be included in the response for
7676
* inspection. Defaults to `false` if unset.
7777
* @return value or {@code null} for none
@@ -82,7 +82,7 @@ public java.lang.Boolean getBlockOnWarnings() {
8282

8383
/**
8484
* Optional. When set to true the request will fail if there are any warnings during validation
85-
* and the details will be included in the error_details. Otherwise warnings are treated as non-
85+
* and the details will be included in the `error.details`. Otherwise warnings are treated as non-
8686
* blocking and will be ignored for validation but will be included in the response for
8787
* inspection. Defaults to `false` if unset.
8888
* @param blockOnWarnings blockOnWarnings or {@code null} for none

clients/google-api-services-chromewebstore/v2/2.0.0/com/google/api/services/chromewebstore/v2/model/Warning.java

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ public final class Warning extends com.google.api.client.json.GenericJson {
3939

4040
/**
4141
* The reason for the warning. This is a constant value that identifies the proximate cause of the
42-
* warning. This should be at most 63 characters and match a regular expression of `A-Z+[A-Z0-9]`,
43-
* which represents UPPER_SNAKE_CASE.
42+
* warning.
4443
* The value may be {@code null}.
4544
*/
4645
@com.google.api.client.util.Key
@@ -67,8 +66,7 @@ public Warning setDescription(java.lang.String description) {
6766

6867
/**
6968
* The reason for the warning. This is a constant value that identifies the proximate cause of the
70-
* warning. This should be at most 63 characters and match a regular expression of `A-Z+[A-Z0-9]`,
71-
* which represents UPPER_SNAKE_CASE.
69+
* warning.
7270
* @return value or {@code null} for none
7371
*/
7472
public java.lang.String getReason() {
@@ -77,8 +75,7 @@ public java.lang.String getReason() {
7775

7876
/**
7977
* The reason for the warning. This is a constant value that identifies the proximate cause of the
80-
* warning. This should be at most 63 characters and match a regular expression of `A-Z+[A-Z0-9]`,
81-
* which represents UPPER_SNAKE_CASE.
78+
* warning.
8279
* @param reason reason or {@code null} for none
8380
*/
8481
public Warning setReason(java.lang.String reason) {

clients/google-api-services-chromewebstore/v2/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-chromewebstore</artifactId>
11-
<version>v2-rev20260517-2.0.0</version>
12-
<name>Chrome Web Store API v2-rev20260517-2.0.0</name>
11+
<version>v2-rev20260601-2.0.0</version>
12+
<name>Chrome Web Store API v2-rev20260601-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-chromewebstore/v2/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-chromewebstore</artifactId>
25-
<version>v2-rev20260517-2.0.0</version>
25+
<version>v2-rev20260601-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-chromewebstore:v2-rev20260517-2.0.0'
38+
implementation 'com.google.apis:google-api-services-chromewebstore:v2-rev20260601-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)