Skip to content

Commit 198f294

Browse files
1 parent c42a2e7 commit 198f294

File tree

16 files changed

+76
-88
lines changed

16 files changed

+76
-88
lines changed

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

clients/google-api-services-merchantapi/accounts_v1/2.0.0/com/google/api/services/merchantapi/accounts_v1/model/TermsOfServiceAgreementState.java

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,7 @@
2727
* we expect third-party providers to display the text associated with the given terms of service
2828
* agreement (the url to the file containing the text is added in the Required message below as
2929
* `tos_file_uri`). The actual acceptance of the terms of service is done by calling accept on the
30-
* `TermsOfService` resource. `valid_until` field. The `required` terms of services need to be
31-
* accepted before `valid_until` in order for the account to continue having a valid agreement. When
32-
* accepting new terms of services, we expect third-party providers to display the text associated
33-
* with the given terms of service agreement (the url to the file containing the text is added in
34-
* the Required message below as `tos_file_uri`. The actual acceptance of the terms of service is
35-
* done by calling accept on the `TermsOfService` resource.
30+
* `TermsOfService` resource. `valid_until` field.
3631
*
3732
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
3833
* transmitted over HTTP when working with the Merchant API. For a detailed explanation see:

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

1515
<inceptionYear>2011</inceptionYear>

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

clients/google-api-services-merchantapi/accounts_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>accounts_v1beta-rev20250803-2.0.0</version>
25+
<version>accounts_v1beta-rev20250811-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:accounts_v1beta-rev20250803-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1beta-rev20250811-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-merchantapi/accounts_v1beta/2.0.0/com/google/api/services/merchantapi/accounts_v1beta/model/TermsOfServiceAgreementState.java

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,7 @@
2727
* we expect third-party providers to display the text associated with the given terms of service
2828
* agreement (the url to the file containing the text is added in the Required message below as
2929
* `tos_file_uri`). The actual acceptance of the terms of service is done by calling accept on the
30-
* `TermsOfService` resource. `valid_until` field. The `required` terms of services need to be
31-
* accepted before `valid_until` in order for the account to continue having a valid agreement. When
32-
* accepting new terms of services, we expect third-party providers to display the text associated
33-
* with the given terms of service agreement (the url to the file containing the text is added in
34-
* the Required message below as `tos_file_uri`. The actual acceptance of the terms of service is
35-
* done by calling accept on the `TermsOfService` resource.
30+
* `TermsOfService` resource. `valid_until` field.
3631
*
3732
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
3833
* transmitted over HTTP when working with the Merchant API. For a detailed explanation see:

clients/google-api-services-merchantapi/accounts_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>accounts_v1beta-rev20250803-2.0.0</version>
12-
<name>Merchant API accounts_v1beta-rev20250803-2.0.0</name>
11+
<version>accounts_v1beta-rev20250811-2.0.0</version>
12+
<name>Merchant API accounts_v1beta-rev20250811-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-merchantapi/accounts_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>accounts_v1beta-rev20250803-2.0.0</version>
25+
<version>accounts_v1beta-rev20250811-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:accounts_v1beta-rev20250803-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1beta-rev20250811-2.0.0'
3939
}
4040
```
4141

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

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

Lines changed: 25 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -351,13 +351,13 @@ public Delete set(String parameterName, Object value) {
351351
}
352352
}
353353
/**
354-
* [Uploads a product input to your Merchant Center
355-
* account](/merchant/api/guides/products/overview#upload-product-input). You must have a products
356-
* [data source](/merchant/api/guides/data-sources/overview) to be able to insert a product. The
357-
* unique identifier of the data source is passed as a query parameter in the request URL. If a
358-
* product input with the same contentLanguage, offerId, and dataSource already exists, then the
359-
* product input inserted by this method replaces that entry. After inserting, updating, or deleting
360-
* a product input, it may take several minutes before the processed product can be retrieved.
354+
* [Uploads a product input to your Merchant Center account](/merchant/api/guides/products/add-
355+
* manage#add_a_product). You must have a products [data source](/merchant/api/guides/data-
356+
* sources/api-sources#create-primary-data-source) to be able to insert a product. The unique
357+
* identifier of the data source is passed as a query parameter in the request URL. If a product
358+
* input with the same contentLanguage, offerId, and dataSource already exists, then the product
359+
* input inserted by this method replaces that entry. After inserting, updating, or deleting a
360+
* product input, it may take several minutes before the processed product can be retrieved.
361361
*
362362
* Create a request for the method "productInputs.insert".
363363
*
@@ -382,14 +382,13 @@ public class Insert extends MerchantRequest<com.google.api.services.merchantapi.
382382
java.util.regex.Pattern.compile("^accounts/[^/]+$");
383383

384384
/**
385-
* [Uploads a product input to your Merchant Center
386-
* account](/merchant/api/guides/products/overview#upload-product-input). You must have a products
387-
* [data source](/merchant/api/guides/data-sources/overview) to be able to insert a product. The
388-
* unique identifier of the data source is passed as a query parameter in the request URL. If a
389-
* product input with the same contentLanguage, offerId, and dataSource already exists, then the
390-
* product input inserted by this method replaces that entry. After inserting, updating, or
391-
* deleting a product input, it may take several minutes before the processed product can be
392-
* retrieved.
385+
* [Uploads a product input to your Merchant Center account](/merchant/api/guides/products/add-
386+
* manage#add_a_product). You must have a products [data source](/merchant/api/guides/data-
387+
* sources/api-sources#create-primary-data-source) to be able to insert a product. The unique
388+
* identifier of the data source is passed as a query parameter in the request URL. If a product
389+
* input with the same contentLanguage, offerId, and dataSource already exists, then the product
390+
* input inserted by this method replaces that entry. After inserting, updating, or deleting a
391+
* product input, it may take several minutes before the processed product can be retrieved.
393392
*
394393
* Create a request for the method "productInputs.insert".
395394
*
@@ -496,19 +495,19 @@ public Insert setParent(java.lang.String parent) {
496495
/**
497496
* Required. The primary or supplemental product data source name. If the product already
498497
* exists and data source provided is different, then the product will be moved to a new
499-
* data source. For more information, see [Overview of Data sources sub-
500-
* API](/merchant/api/guides/data-sources/overview). Only API data sources are supported.
501-
* Format: `accounts/{account}/dataSources/{datasource}`. For example,
502-
* `accounts/123456/dataSources/104628`.
498+
* data source. For more information, see [Create a primary data
499+
* source](/merchant/api/guides/data-sources/api-sources#create-primary-data-source). Only
500+
* API data sources are supported. Format: `accounts/{account}/dataSources/{datasource}`.
501+
* For example, `accounts/123456/dataSources/104628`.
503502
*/
504503
@com.google.api.client.util.Key
505504
private java.lang.String dataSource;
506505

507506
/** Required. The primary or supplemental product data source name. If the product already exists and
508507
data source provided is different, then the product will be moved to a new data source. For more
509-
information, see [Overview of Data sources sub-API](/merchant/api/guides/data-sources/overview).
510-
Only API data sources are supported. Format: `accounts/{account}/dataSources/{datasource}`. For
511-
example, `accounts/123456/dataSources/104628`.
508+
information, see [Create a primary data source](/merchant/api/guides/data-sources/api-
509+
sources#create-primary-data-source). Only API data sources are supported. Format:
510+
`accounts/{account}/dataSources/{datasource}`. For example, `accounts/123456/dataSources/104628`.
512511
*/
513512
public java.lang.String getDataSource() {
514513
return dataSource;
@@ -517,10 +516,10 @@ public java.lang.String getDataSource() {
517516
/**
518517
* Required. The primary or supplemental product data source name. If the product already
519518
* exists and data source provided is different, then the product will be moved to a new
520-
* data source. For more information, see [Overview of Data sources sub-
521-
* API](/merchant/api/guides/data-sources/overview). Only API data sources are supported.
522-
* Format: `accounts/{account}/dataSources/{datasource}`. For example,
523-
* `accounts/123456/dataSources/104628`.
519+
* data source. For more information, see [Create a primary data
520+
* source](/merchant/api/guides/data-sources/api-sources#create-primary-data-source). Only
521+
* API data sources are supported. Format: `accounts/{account}/dataSources/{datasource}`.
522+
* For example, `accounts/123456/dataSources/104628`.
524523
*/
525524
public Insert setDataSource(java.lang.String dataSource) {
526525
this.dataSource = dataSource;

0 commit comments

Comments
 (0)