Skip to content

Commit 024d46f

Browse files
1 parent a41ffa2 commit 024d46f

File tree

11 files changed

+94
-90
lines changed

11 files changed

+94
-90
lines changed

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

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

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -353,11 +353,11 @@ public Delete set(String parameterName, Object value) {
353353
/**
354354
* [Uploads a product input to your Merchant Center
355355
* account](/merchant/api/guides/products/overview#upload-product-input). You must have a products
356-
* data source to be able to insert a product. The unique identifier of the data source is passed as
357-
* a query parameter in the request URL. If an input with the same contentLanguage, offerId, and
358-
* dataSource already exists, this method replaces that entry. After inserting, updating, or
359-
* deleting a product input, it may take several minutes before the processed product can be
360-
* retrieved.
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.
361361
*
362362
* Create a request for the method "productInputs.insert".
363363
*
@@ -384,9 +384,10 @@ public class Insert extends MerchantRequest<com.google.api.services.merchantapi.
384384
/**
385385
* [Uploads a product input to your Merchant Center
386386
* account](/merchant/api/guides/products/overview#upload-product-input). You must have a products
387-
* data source to be able to insert a product. The unique identifier of the data source is passed
388-
* as a query parameter in the request URL. If an input with the same contentLanguage, offerId,
389-
* and dataSource already exists, this method replaces that entry. After inserting, updating, or
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
390391
* deleting a product input, it may take several minutes before the processed product can be
391392
* retrieved.
392393
*
@@ -1076,14 +1077,14 @@ public List setParent(java.lang.String parent) {
10761077
/**
10771078
* The maximum number of products to return. The service may return fewer than this value.
10781079
* The maximum value is 1000; values above 1000 will be coerced to 1000. If unspecified, the
1079-
* maximum number of products will be returned.
1080+
* default page size of 25 products will be returned.
10801081
*/
10811082
@com.google.api.client.util.Key
10821083
private java.lang.Integer pageSize;
10831084

10841085
/** The maximum number of products to return. The service may return fewer than this value. The maximum
1085-
value is 1000; values above 1000 will be coerced to 1000. If unspecified, the maximum number of
1086-
products will be returned.
1086+
value is 1000; values above 1000 will be coerced to 1000. If unspecified, the default page size of
1087+
25 products will be returned.
10871088
*/
10881089
public java.lang.Integer getPageSize() {
10891090
return pageSize;
@@ -1092,7 +1093,7 @@ public java.lang.Integer getPageSize() {
10921093
/**
10931094
* The maximum number of products to return. The service may return fewer than this value.
10941095
* The maximum value is 1000; values above 1000 will be coerced to 1000. If unspecified, the
1095-
* maximum number of products will be returned.
1096+
* default page size of 25 products will be returned.
10961097
*/
10971098
public List setPageSize(java.lang.Integer pageSize) {
10981099
this.pageSize = pageSize;

clients/google-api-services-merchantapi/products_v1beta/2.0.0/com/google/api/services/merchantapi/products_v1beta/model/Attributes.java

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public final class Attributes extends com.google.api.client.json.GenericJson {
3737
private java.util.List<java.lang.String> additionalImageLinks;
3838

3939
/**
40-
* Used to group items in an arbitrary way. Only for CPA%, discouraged otherwise. For more
40+
* Used to group items in an arbitrary way. Only for CPA, discouraged otherwise. For more
4141
* information, see [Display ads attribute](https://support.google.com/merchants/answer/6069387).
4242
* The value may be {@code null}.
4343
*/
@@ -75,7 +75,7 @@ public final class Attributes extends com.google.api.client.json.GenericJson {
7575

7676
/**
7777
* A safeguard in the [automated discounts] (https://support.google.com/merchants/answer/10295759)
78-
* and "Dynamic Promotions" (https://support.google.com/merchants/answer/13949249) projects,
78+
* and ["dynamic promotions"](https://support.google.com/merchants/answer/13949249) projects,
7979
* ensuring that discounts on business offers do not fall below this value, thereby preserving the
8080
* offer's value and profitability.
8181
* The value may be {@code null}.
@@ -316,8 +316,9 @@ public final class Attributes extends com.google.api.client.json.GenericJson {
316316
private java.util.List<java.lang.String> gtin;
317317

318318
/**
319-
* Global Trade Item Numbers ([GTIN](https://support.google.com/merchants/answer/188494#gtin)) of
320-
* the item. You can provide up to 10 GTINs.
319+
* A list of Global Trade Item Numbers
320+
* ([GTIN](https://support.google.com/merchants/answer/188494#gtin)) of the item. You can provide
321+
* up to 10 GTINs.
321322
* The value may be {@code null}.
322323
*/
323324
@com.google.api.client.util.Key
@@ -784,7 +785,7 @@ public Attributes setAdditionalImageLinks(java.util.List<java.lang.String> addit
784785
}
785786

786787
/**
787-
* Used to group items in an arbitrary way. Only for CPA%, discouraged otherwise. For more
788+
* Used to group items in an arbitrary way. Only for CPA, discouraged otherwise. For more
788789
* information, see [Display ads attribute](https://support.google.com/merchants/answer/6069387).
789790
* @return value or {@code null} for none
790791
*/
@@ -793,7 +794,7 @@ public java.lang.String getAdsGrouping() {
793794
}
794795

795796
/**
796-
* Used to group items in an arbitrary way. Only for CPA%, discouraged otherwise. For more
797+
* Used to group items in an arbitrary way. Only for CPA, discouraged otherwise. For more
797798
* information, see [Display ads attribute](https://support.google.com/merchants/answer/6069387).
798799
* @param adsGrouping adsGrouping or {@code null} for none
799800
*/
@@ -874,7 +875,7 @@ public Attributes setAgeGroup(java.lang.String ageGroup) {
874875

875876
/**
876877
* A safeguard in the [automated discounts] (https://support.google.com/merchants/answer/10295759)
877-
* and "Dynamic Promotions" (https://support.google.com/merchants/answer/13949249) projects,
878+
* and ["dynamic promotions"](https://support.google.com/merchants/answer/13949249) projects,
878879
* ensuring that discounts on business offers do not fall below this value, thereby preserving the
879880
* offer's value and profitability.
880881
* @return value or {@code null} for none
@@ -885,7 +886,7 @@ public Price getAutoPricingMinPrice() {
885886

886887
/**
887888
* A safeguard in the [automated discounts] (https://support.google.com/merchants/answer/10295759)
888-
* and "Dynamic Promotions" (https://support.google.com/merchants/answer/13949249) projects,
889+
* and ["dynamic promotions"](https://support.google.com/merchants/answer/13949249) projects,
889890
* ensuring that discounts on business offers do not fall below this value, thereby preserving the
890891
* offer's value and profitability.
891892
* @param autoPricingMinPrice autoPricingMinPrice or {@code null} for none
@@ -1447,17 +1448,19 @@ public Attributes setGtin(java.util.List<java.lang.String> gtin) {
14471448
}
14481449

14491450
/**
1450-
* Global Trade Item Numbers ([GTIN](https://support.google.com/merchants/answer/188494#gtin)) of
1451-
* the item. You can provide up to 10 GTINs.
1451+
* A list of Global Trade Item Numbers
1452+
* ([GTIN](https://support.google.com/merchants/answer/188494#gtin)) of the item. You can provide
1453+
* up to 10 GTINs.
14521454
* @return value or {@code null} for none
14531455
*/
14541456
public java.util.List<java.lang.String> getGtins() {
14551457
return gtins;
14561458
}
14571459

14581460
/**
1459-
* Global Trade Item Numbers ([GTIN](https://support.google.com/merchants/answer/188494#gtin)) of
1460-
* the item. You can provide up to 10 GTINs.
1461+
* A list of Global Trade Item Numbers
1462+
* ([GTIN](https://support.google.com/merchants/answer/188494#gtin)) of the item. You can provide
1463+
* up to 10 GTINs.
14611464
* @param gtins gtins or {@code null} for none
14621465
*/
14631466
public Attributes setGtins(java.util.List<java.lang.String> gtins) {

clients/google-api-services-merchantapi/products_v1beta/2.0.0/com/google/api/services/merchantapi/products_v1beta/model/ProductInput.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ public final class ProductInput extends com.google.api.client.json.GenericJson {
8484
}
8585

8686
/**
87-
* Required. Immutable. The label that lets you categorize and identify your products. The maximum
88-
* allowed characters are 20, and the supported characters are `A-Z`, `0-9`, hyphen, and
87+
* Required. Immutable. The feed label that lets you categorize and identify your products. The
88+
* maximum allowed characters are 20, and the supported characters are `A-Z`, `0-9`, hyphen, and
8989
* underscore. The feed label must not include any spaces. For more information, see [Using feed
9090
* labels](//support.google.com/merchants/answer/14994087).
9191
* The value may be {@code null}.
@@ -216,8 +216,8 @@ public ProductInput setCustomAttributes(java.util.List<CustomAttribute> customAt
216216
}
217217

218218
/**
219-
* Required. Immutable. The label that lets you categorize and identify your products. The maximum
220-
* allowed characters are 20, and the supported characters are `A-Z`, `0-9`, hyphen, and
219+
* Required. Immutable. The feed label that lets you categorize and identify your products. The
220+
* maximum allowed characters are 20, and the supported characters are `A-Z`, `0-9`, hyphen, and
221221
* underscore. The feed label must not include any spaces. For more information, see [Using feed
222222
* labels](//support.google.com/merchants/answer/14994087).
223223
* @return value or {@code null} for none
@@ -227,8 +227,8 @@ public java.lang.String getFeedLabel() {
227227
}
228228

229229
/**
230-
* Required. Immutable. The label that lets you categorize and identify your products. The maximum
231-
* allowed characters are 20, and the supported characters are `A-Z`, `0-9`, hyphen, and
230+
* Required. Immutable. The feed label that lets you categorize and identify your products. The
231+
* maximum allowed characters are 20, and the supported characters are `A-Z`, `0-9`, hyphen, and
232232
* underscore. The feed label must not include any spaces. For more information, see [Using feed
233233
* labels](//support.google.com/merchants/answer/14994087).
234234
* @param feedLabel feedLabel or {@code null} for none

clients/google-api-services-merchantapi/products_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>products_v1beta-rev20250710-2.0.0</version>
12-
<name>Merchant API products_v1beta-rev20250710-2.0.0</name>
11+
<version>products_v1beta-rev20250716-2.0.0</version>
12+
<name>Merchant API products_v1beta-rev20250716-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

clients/google-api-services-merchantapi/reviews_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>reviews_v1beta-rev20250710-2.0.0</version>
25+
<version>reviews_v1beta-rev20250716-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:reviews_v1beta-rev20250710-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:reviews_v1beta-rev20250716-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-merchantapi/reviews_v1beta/2.0.0/com/google/api/services/merchantapi/reviews_v1beta/model/MerchantReview.java

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,6 @@
3030
@SuppressWarnings("javadoc")
3131
public final class MerchantReview extends com.google.api.client.json.GenericJson {
3232

33-
/**
34-
* Optional. A list of merchant review attributes.
35-
* The value may be {@code null}.
36-
*/
37-
@com.google.api.client.util.Key
38-
private MerchantReviewAttributes attributes;
39-
4033
/**
4134
* Optional. A list of custom (merchant-provided) attributes. It can also be used for submitting
4235
* any attribute of the data specification in its generic form (for example, `{ "name": "size
@@ -63,6 +56,13 @@ public final class MerchantReview extends com.google.api.client.json.GenericJson
6356
@com.google.api.client.util.Key
6457
private java.lang.String dataSource;
6558

59+
/**
60+
* Optional. A list of merchant review attributes.
61+
* The value may be {@code null}.
62+
*/
63+
@com.google.api.client.util.Key
64+
private MerchantReviewAttributes merchantReviewAttributes;
65+
6666
/**
6767
* Required. The user provided merchant review ID to uniquely identify the merchant review.
6868
* The value may be {@code null}.
@@ -86,23 +86,6 @@ public final class MerchantReview extends com.google.api.client.json.GenericJson
8686
@com.google.api.client.util.Key
8787
private java.lang.String name;
8888

89-
/**
90-
* Optional. A list of merchant review attributes.
91-
* @return value or {@code null} for none
92-
*/
93-
public MerchantReviewAttributes getAttributes() {
94-
return attributes;
95-
}
96-
97-
/**
98-
* Optional. A list of merchant review attributes.
99-
* @param attributes attributes or {@code null} for none
100-
*/
101-
public MerchantReview setAttributes(MerchantReviewAttributes attributes) {
102-
this.attributes = attributes;
103-
return this;
104-
}
105-
10689
/**
10790
* Optional. A list of custom (merchant-provided) attributes. It can also be used for submitting
10891
* any attribute of the data specification in its generic form (for example, `{ "name": "size
@@ -149,6 +132,23 @@ public MerchantReview setDataSource(java.lang.String dataSource) {
149132
return this;
150133
}
151134

135+
/**
136+
* Optional. A list of merchant review attributes.
137+
* @return value or {@code null} for none
138+
*/
139+
public MerchantReviewAttributes getMerchantReviewAttributes() {
140+
return merchantReviewAttributes;
141+
}
142+
143+
/**
144+
* Optional. A list of merchant review attributes.
145+
* @param merchantReviewAttributes merchantReviewAttributes or {@code null} for none
146+
*/
147+
public MerchantReview setMerchantReviewAttributes(MerchantReviewAttributes merchantReviewAttributes) {
148+
this.merchantReviewAttributes = merchantReviewAttributes;
149+
return this;
150+
}
151+
152152
/**
153153
* Required. The user provided merchant review ID to uniquely identify the merchant review.
154154
* @return value or {@code null} for none

clients/google-api-services-merchantapi/reviews_v1beta/2.0.0/com/google/api/services/merchantapi/reviews_v1beta/model/ProductReview.java

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,6 @@
3030
@SuppressWarnings("javadoc")
3131
public final class ProductReview extends com.google.api.client.json.GenericJson {
3232

33-
/**
34-
* Optional. A list of product review attributes.
35-
* The value may be {@code null}.
36-
*/
37-
@com.google.api.client.util.Key
38-
private ProductReviewAttributes attributes;
39-
4033
/**
4134
* Optional. A list of custom (merchant-provided) attributes.
4235
* The value may be {@code null}.
@@ -65,6 +58,13 @@ public final class ProductReview extends com.google.api.client.json.GenericJson
6558
@com.google.api.client.util.Key
6659
private java.lang.String name;
6760

61+
/**
62+
* Optional. A list of product review attributes.
63+
* The value may be {@code null}.
64+
*/
65+
@com.google.api.client.util.Key
66+
private ProductReviewAttributes productReviewAttributes;
67+
6868
/**
6969
* Required. The permanent, unique identifier for the product review in the publisher’s system.
7070
* The value may be {@code null}.
@@ -80,23 +80,6 @@ public final class ProductReview extends com.google.api.client.json.GenericJson
8080
@com.google.api.client.util.Key
8181
private ProductReviewStatus productReviewStatus;
8282

83-
/**
84-
* Optional. A list of product review attributes.
85-
* @return value or {@code null} for none
86-
*/
87-
public ProductReviewAttributes getAttributes() {
88-
return attributes;
89-
}
90-
91-
/**
92-
* Optional. A list of product review attributes.
93-
* @param attributes attributes or {@code null} for none
94-
*/
95-
public ProductReview setAttributes(ProductReviewAttributes attributes) {
96-
this.attributes = attributes;
97-
return this;
98-
}
99-
10083
/**
10184
* Optional. A list of custom (merchant-provided) attributes.
10285
* @return value or {@code null} for none
@@ -150,6 +133,23 @@ public ProductReview setName(java.lang.String name) {
150133
return this;
151134
}
152135

136+
/**
137+
* Optional. A list of product review attributes.
138+
* @return value or {@code null} for none
139+
*/
140+
public ProductReviewAttributes getProductReviewAttributes() {
141+
return productReviewAttributes;
142+
}
143+
144+
/**
145+
* Optional. A list of product review attributes.
146+
* @param productReviewAttributes productReviewAttributes or {@code null} for none
147+
*/
148+
public ProductReview setProductReviewAttributes(ProductReviewAttributes productReviewAttributes) {
149+
this.productReviewAttributes = productReviewAttributes;
150+
return this;
151+
}
152+
153153
/**
154154
* Required. The permanent, unique identifier for the product review in the publisher’s system.
155155
* @return value or {@code null} for none

0 commit comments

Comments
 (0)