google-apis-merchantapi_products_v1beta 0.16.0 → 0.18.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7b0164aa82b0f614800c065f7bac2fe09d6ce87f84ae8322f5e73cbb157527c3
4
- data.tar.gz: 1d957df107a11279fe8cd97d394f3c540c73a64aeca2726ee781c182a859b60f
3
+ metadata.gz: 179117020b873a2b43469641ee5cd7000be29f495cfbe6dce8748fdbe40d4ff8
4
+ data.tar.gz: e156d9af26ff33d51539919b371c44e4631e8b2e195c60033411b16ca686dc7e
5
5
  SHA512:
6
- metadata.gz: f87c6d015a6c68b49fe8543d545a921e39404a43f1aa0cd3be4fe0a914c1c74ec52c97c8bb87a06eb35a02d506a4e7fe381727855abc4652958783abc15d615a
7
- data.tar.gz: b1fa98a28c4a0a029eab2dd62368ddfbd6ec30e88dd7bb4a32587ceb0439b4a024ae90810be082e0d61ca9848d1dfe1873dc4b6f3405ca3df1af613e58dffa9e
6
+ metadata.gz: c8a84a625c9aee236f75615c6226f4e8978fbfdcab3b4ce977a232617663ce54d437dda95bfc5841e8c59426710fabadb6fce6380c61280181e8098e08585703
7
+ data.tar.gz: bbccf3f4909b3bb52f1fe13857a0396ebd70364c53e982c5657314fe7e3aef6529cb168ac3551df4f80196ffb6e5c337583b0293ff4e6db2eb39c18c41cdae1a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-merchantapi_products_v1beta
2
2
 
3
+ ### v0.18.0 (2025-07-27)
4
+
5
+ * Regenerated from discovery document revision 20250724
6
+
7
+ ### v0.17.0 (2025-07-20)
8
+
9
+ * Regenerated from discovery document revision 20250716
10
+
3
11
  ### v0.16.0 (2025-07-13)
4
12
 
5
13
  * Regenerated from discovery document revision 20250710
@@ -31,7 +31,7 @@ module Google
31
31
  # @return [Array<String>]
32
32
  attr_accessor :additional_image_links
33
33
 
34
- # Used to group items in an arbitrary way. Only for CPA%, discouraged otherwise.
34
+ # Used to group items in an arbitrary way. Only for CPA, discouraged otherwise.
35
35
  # For more information, see [Display ads attribute](https://support.google.com/
36
36
  # merchants/answer/6069387).
37
37
  # Corresponds to the JSON property `adsGrouping`
@@ -194,11 +194,13 @@ module Google
194
194
  # @return [String]
195
195
  attr_accessor :energy_efficiency_class
196
196
 
197
- # The list of destinations to exclude for this target (corresponds to unchecked
198
- # check boxes in Merchant Center). For more information, see [Excluded
199
- # destination](https://support.google.com/merchants/answer/6324486). Note: We
200
- # recommend setting destinations on datasources level for most use cases. Use
201
- # this field within products to only setup exceptions.
197
+ # Destinations also known as [Marketing methods](https://support.google.com/
198
+ # merchants/answer/15130232) selections. The list of destinations to exclude for
199
+ # this target (corresponds to unchecked check boxes in Merchant Center). For
200
+ # more information, see [Excluded destination](https://support.google.com/
201
+ # merchants/answer/6324486). Note: We recommend setting destinations on
202
+ # datasources level for most use cases. Use this field within products to only
203
+ # setup exceptions.
202
204
  # Corresponds to the JSON property `excludedDestinations`
203
205
  # @return [Array<String>]
204
206
  attr_accessor :excluded_destinations
@@ -244,8 +246,8 @@ module Google
244
246
  # @return [Array<String>]
245
247
  attr_accessor :gtin
246
248
 
247
- # Global Trade Item Numbers ([GTIN](https://support.google.com/merchants/answer/
248
- # 188494#gtin)) of the item. You can provide up to 10 GTINs.
249
+ # A list of Global Trade Item Numbers ([GTIN](https://support.google.com/
250
+ # merchants/answer/188494#gtin)) of the item. You can provide up to 10 GTINs.
249
251
  # Corresponds to the JSON property `gtins`
250
252
  # @return [Array<String>]
251
253
  attr_accessor :gtins
@@ -263,12 +265,14 @@ module Google
263
265
  # @return [String]
264
266
  attr_accessor :image_link
265
267
 
266
- # The list of destinations to include for this target (corresponds to checked
267
- # check boxes in Merchant Center). Default destinations are always included
268
- # unless provided in `excludedDestinations`. For more information, see [Included
269
- # destination](https://support.google.com/merchants/answer/7501026). Note: We
270
- # recommend setting destinations on datasources level for most use cases. Use
271
- # this field within products to only setup exceptions.
268
+ # Destinations also known as [Marketing methods](https://support.google.com/
269
+ # merchants/answer/15130232) selections. The list of destinations to include for
270
+ # this target (corresponds to checked check boxes in Merchant Center). Default
271
+ # destinations are always included unless provided in `excludedDestinations`.
272
+ # For more information, see [Included destination](https://support.google.com/
273
+ # merchants/answer/7501026). Note: We recommend setting destinations on
274
+ # datasources level for most use cases. Use this field within products to only
275
+ # setup exceptions.
272
276
  # Corresponds to the JSON property `includedDestinations`
273
277
  # @return [Array<String>]
274
278
  attr_accessor :included_destinations
@@ -1494,7 +1498,7 @@ module Google
1494
1498
  # @return [Array<Google::Apis::MerchantapiProductsV1beta::CustomAttribute>]
1495
1499
  attr_accessor :custom_attributes
1496
1500
 
1497
- # Required. Immutable. The label that lets you categorize and identify your
1501
+ # Required. Immutable. The feed label that lets you categorize and identify your
1498
1502
  # products. The maximum allowed characters are 20, and the supported characters
1499
1503
  # are `A-Z`, `0-9`, hyphen, and underscore. The feed label must not include any
1500
1504
  # spaces. For more information, see [Using feed labels](//support.google.com/
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module MerchantapiProductsV1beta
18
18
  # Version of the google-apis-merchantapi_products_v1beta gem
19
- GEM_VERSION = "0.16.0"
19
+ GEM_VERSION = "0.18.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250710"
25
+ REVISION = "20250724"
26
26
  end
27
27
  end
28
28
  end
@@ -92,12 +92,13 @@ module Google
92
92
  end
93
93
 
94
94
  # [Uploads a product input to your Merchant Center account](/merchant/api/guides/
95
- # products/overview#upload-product-input). You must have a products data source
96
- # to be able to insert a product. The unique identifier of the data source is
97
- # passed as a query parameter in the request URL. If an input with the same
98
- # contentLanguage, offerId, and dataSource already exists, this method replaces
99
- # that entry. After inserting, updating, or deleting a product input, it may
100
- # take several minutes before the processed product can be retrieved.
95
+ # products/overview#upload-product-input). You must have a products [data source]
96
+ # (/merchant/api/guides/data-sources/overview) to be able to insert a product.
97
+ # The unique identifier of the data source is passed as a query parameter in the
98
+ # request URL. If a product input with the same contentLanguage, offerId, and
99
+ # dataSource already exists, then the product input inserted by this method
100
+ # replaces that entry. After inserting, updating, or deleting a product input,
101
+ # it may take several minutes before the processed product can be retrieved.
101
102
  # @param [String] parent
102
103
  # Required. The account where this product will be inserted. Format: `accounts/`
103
104
  # account``
@@ -239,7 +240,7 @@ module Google
239
240
  # @param [Fixnum] page_size
240
241
  # The maximum number of products to return. The service may return fewer than
241
242
  # this value. The maximum value is 1000; values above 1000 will be coerced to
242
- # 1000. If unspecified, the maximum number of products will be returned.
243
+ # 1000. If unspecified, the default page size of 25 products will be returned.
243
244
  # @param [String] page_token
244
245
  # A page token, received from a previous `ListProducts` call. Provide this to
245
246
  # retrieve the subsequent page. When paginating, all other parameters provided
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-merchantapi_products_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.0
4
+ version: 0.18.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-merchantapi_products_v1beta/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-merchantapi_products_v1beta/v0.16.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-merchantapi_products_v1beta/v0.18.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-merchantapi_products_v1beta
62
62
  rdoc_options: []
63
63
  require_paths: