Skip to content

Commit fd902be

Browse files
1 parent 3cfa4c1 commit fd902be

File tree

24 files changed

+828
-36
lines changed

24 files changed

+828
-36
lines changed

clients/google-api-services-merchantapi/inventories_v1/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-merchantapi</artifactId>
25-
<version>inventories_v1-rev20250804-2.0.0</version>
25+
<version>inventories_v1-rev20251109-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-merchantapi:inventories_v1-rev20250804-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:inventories_v1-rev20251109-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-merchantapi/inventories_v1/2.0.0/com/google/api/services/merchantapi/inventories_v1/Merchant.java

Lines changed: 240 additions & 0 deletions
Large diffs are not rendered by default.

clients/google-api-services-merchantapi/inventories_v1/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-merchantapi</artifactId>
11-
<version>inventories_v1-rev20250804-2.0.0</version>
12-
<name>Merchant API inventories_v1-rev20250804-2.0.0</name>
11+
<version>inventories_v1-rev20251109-2.0.0</version>
12+
<name>Merchant API inventories_v1-rev20251109-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-merchantapi/inventories_v1/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-merchantapi</artifactId>
25-
<version>inventories_v1-rev20250804-2.0.0</version>
25+
<version>inventories_v1-rev20251109-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-merchantapi:inventories_v1-rev20250804-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:inventories_v1-rev20251109-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-merchantapi/inventories_v1beta/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-merchantapi</artifactId>
25-
<version>inventories_v1beta-rev20250727-2.0.0</version>
25+
<version>inventories_v1beta-rev20251109-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-merchantapi:inventories_v1beta-rev20250727-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:inventories_v1beta-rev20251109-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-merchantapi/inventories_v1beta/2.0.0/com/google/api/services/merchantapi/inventories_v1beta/Merchant.java

Lines changed: 240 additions & 0 deletions
Large diffs are not rendered by default.

clients/google-api-services-merchantapi/inventories_v1beta/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-merchantapi</artifactId>
11-
<version>inventories_v1beta-rev20250727-2.0.0</version>
12-
<name>Merchant API inventories_v1beta-rev20250727-2.0.0</name>
11+
<version>inventories_v1beta-rev20251109-2.0.0</version>
12+
<name>Merchant API inventories_v1beta-rev20251109-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-merchantapi/inventories_v1beta/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-merchantapi</artifactId>
25-
<version>inventories_v1beta-rev20250727-2.0.0</version>
25+
<version>inventories_v1beta-rev20251109-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-merchantapi:inventories_v1beta-rev20250727-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:inventories_v1beta-rev20251109-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-merchantapi/issueresolution_v1/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-merchantapi</artifactId>
25-
<version>issueresolution_v1-rev20250830-2.0.0</version>
25+
<version>issueresolution_v1-rev20251109-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-merchantapi:issueresolution_v1-rev20250830-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:issueresolution_v1-rev20251109-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-merchantapi/issueresolution_v1/2.0.0/com/google/api/services/merchantapi/issueresolution_v1/Merchant.java

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -773,6 +773,44 @@ public Renderproductissues setLanguageCode(java.lang.String languageCode) {
773773
return this;
774774
}
775775

776+
/**
777+
* Optional. If true, the `{product}` in the `name` field of the request will be interpreted
778+
* as unpadded base64url-encoded and decoded during request processing to match the decoded
779+
* value. Default value is `false`. Use this if your `{product}` contains special characters,
780+
* such as forward slash `/` or other characters that are unpadded base64url-encoded (as per
781+
* RFC 7515: https://datatracker.ietf.org/doc/html/rfc7515#section-2). Note that future
782+
* versions of the API will only accept unpadded base64url-encoded product ids, so we strongly
783+
* recommend proactively setting this to `true` and encoding the product ids.
784+
*/
785+
@com.google.api.client.util.Key
786+
private java.lang.Boolean productIdBase64UrlEncoded;
787+
788+
/** Optional. If true, the `{product}` in the `name` field of the request will be interpreted as
789+
unpadded base64url-encoded and decoded during request processing to match the decoded value.
790+
Default value is `false`. Use this if your `{product}` contains special characters, such as forward
791+
slash `/` or other characters that are unpadded base64url-encoded (as per RFC 7515:
792+
https://datatracker.ietf.org/doc/html/rfc7515#section-2). Note that future versions of the API will
793+
only accept unpadded base64url-encoded product ids, so we strongly recommend proactively setting
794+
this to `true` and encoding the product ids.
795+
*/
796+
public java.lang.Boolean getProductIdBase64UrlEncoded() {
797+
return productIdBase64UrlEncoded;
798+
}
799+
800+
/**
801+
* Optional. If true, the `{product}` in the `name` field of the request will be interpreted
802+
* as unpadded base64url-encoded and decoded during request processing to match the decoded
803+
* value. Default value is `false`. Use this if your `{product}` contains special characters,
804+
* such as forward slash `/` or other characters that are unpadded base64url-encoded (as per
805+
* RFC 7515: https://datatracker.ietf.org/doc/html/rfc7515#section-2). Note that future
806+
* versions of the API will only accept unpadded base64url-encoded product ids, so we strongly
807+
* recommend proactively setting this to `true` and encoding the product ids.
808+
*/
809+
public Renderproductissues setProductIdBase64UrlEncoded(java.lang.Boolean productIdBase64UrlEncoded) {
810+
this.productIdBase64UrlEncoded = productIdBase64UrlEncoded;
811+
return this;
812+
}
813+
776814
/**
777815
* Optional. The [IANA](https://www.iana.org/time-zones) timezone used to localize times in an
778816
* issue resolution content. For example 'America/Los_Angeles'. If not set, results will use

0 commit comments

Comments
 (0)