File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
generated/google-apis-merchantapi_products_v1beta
lib/google/apis/merchantapi_products_v1beta Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Release history for google-apis-merchantapi_products_v1beta
2
2
3
- ### v0.13.0 (2025-06-08 )
3
+ ### v0.13.0 (2025-06-15 )
4
4
5
- * Regenerated from discovery document revision 20250605
5
+ * Regenerated from discovery document revision 20250606
6
6
* Regenerated using generator version 0.18.0
7
7
8
8
### v0.12.0 (2025-05-04)
Original file line number Diff line number Diff line change @@ -1265,7 +1265,11 @@ class Product
1265
1265
# @return [String]
1266
1266
attr_accessor :data_source
1267
1267
1268
- # Output only. The feed label for the product.
1268
+ # Output only. The feed label lets you categorize and identify your products.
1269
+ # The maximum allowed characters is 20 and the supported characters are`A-Z`, `0-
1270
+ # 9`, hyphen and underscore. The feed label must not include any spaces. For
1271
+ # more information, see [Using feed labels](//support.google.com/merchants/
1272
+ # answer/14994087)
1269
1273
# Corresponds to the JSON property `feedLabel`
1270
1274
# @return [String]
1271
1275
attr_accessor :feed_label
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ module MerchantapiProductsV1beta
22
22
GENERATOR_VERSION = "0.18.0"
23
23
24
24
# Revision of the discovery document this client was generated from
25
- REVISION = "20250605 "
25
+ REVISION = "20250606 "
26
26
end
27
27
end
28
28
end
You can’t perform that action at this time.
0 commit comments