google-apis-merchantapi_products_v1beta 0.15.0 → 0.17.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: c0591fb0ec9877aba593e29274650fc1b12450208e2bb6b14f155a0c8ddd3e8e
4
- data.tar.gz: 5bb77b242c546a9f9d70e25420a205a7e4c1e6b471bc4b50b28ddf9e9fd4cdfc
3
+ metadata.gz: dd1020f8731917f6c15a3b81c70d94df57cecbd24b5cf4b8716780614fac95c4
4
+ data.tar.gz: 4240bb153f7d682b8a61938d29ca8319bf949ba1c2e5fb7ae21ae19b0959f35d
5
5
  SHA512:
6
- metadata.gz: 0460617406f3df15817b246b1fba32fb7dfbb4f4eab4f8c335a1a08a92169193c535e5c09b124dfd8aea7d2ce2c7d230465946f78ddfdcffa1037aba32b6437e
7
- data.tar.gz: 29d26e604a4e051b8798acce9792b2f6bd2d0cf6f0d805e52b7ef831244f0317c6238fd87c1c332acd7d9cb58d4f83e97b020b1c3b5e46255bcf69a2128ebfe4
6
+ metadata.gz: 3782458fd7a395f2b70a40bc7251d900b36f7fe8d7fb0921d62860c9bb524db91aea6171d9a5dfb41c8b0dc9188c5afe1e385de8805ebe2f58e93c356df19112
7
+ data.tar.gz: 3b94ab603b29e0e1bc23ca0c9e7f1d02e4ddabc79b095efe9933c3e764216f18b9cfcfe91abc9e775adcb35934fd0e6cd9555c834b14df86944ca139900ecd1c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-merchantapi_products_v1beta
2
2
 
3
+ ### v0.17.0 (2025-07-20)
4
+
5
+ * Regenerated from discovery document revision 20250716
6
+
7
+ ### v0.16.0 (2025-07-13)
8
+
9
+ * Regenerated from discovery document revision 20250710
10
+
3
11
  ### v0.15.0 (2025-06-29)
4
12
 
5
13
  * Regenerated from discovery document revision 20250621
@@ -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`
@@ -238,11 +238,18 @@ module Google
238
238
  attr_accessor :google_product_category
239
239
 
240
240
  # Global Trade Item Numbers ([GTIN](https://support.google.com/merchants/answer/
241
- # 188494#gtin)) of the item. You can provide up to 10 GTINs.
241
+ # 188494#gtin)) of the item. You can provide up to 10 GTINs. Deprecated: Use `
242
+ # gtins` instead.
242
243
  # Corresponds to the JSON property `gtin`
243
244
  # @return [Array<String>]
244
245
  attr_accessor :gtin
245
246
 
247
+ # A list of Global Trade Item Numbers ([GTIN](https://support.google.com/
248
+ # merchants/answer/188494#gtin)) of the item. You can provide up to 10 GTINs.
249
+ # Corresponds to the JSON property `gtins`
250
+ # @return [Array<String>]
251
+ attr_accessor :gtins
252
+
246
253
  # Set this value to false when the item does not have unique product identifiers
247
254
  # appropriate to its category, such as GTIN, MPN, and brand. Defaults to true,
248
255
  # if not provided.
@@ -618,6 +625,7 @@ module Google
618
625
  @gender = args[:gender] if args.key?(:gender)
619
626
  @google_product_category = args[:google_product_category] if args.key?(:google_product_category)
620
627
  @gtin = args[:gtin] if args.key?(:gtin)
628
+ @gtins = args[:gtins] if args.key?(:gtins)
621
629
  @identifier_exists = args[:identifier_exists] if args.key?(:identifier_exists)
622
630
  @image_link = args[:image_link] if args.key?(:image_link)
623
631
  @included_destinations = args[:included_destinations] if args.key?(:included_destinations)
@@ -1486,7 +1494,7 @@ module Google
1486
1494
  # @return [Array<Google::Apis::MerchantapiProductsV1beta::CustomAttribute>]
1487
1495
  attr_accessor :custom_attributes
1488
1496
 
1489
- # Required. Immutable. The label that lets you categorize and identify your
1497
+ # Required. Immutable. The feed label that lets you categorize and identify your
1490
1498
  # products. The maximum allowed characters are 20, and the supported characters
1491
1499
  # are `A-Z`, `0-9`, hyphen, and underscore. The feed label must not include any
1492
1500
  # 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.15.0"
19
+ GEM_VERSION = "0.17.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 = "20250621"
25
+ REVISION = "20250716"
26
26
  end
27
27
  end
28
28
  end
@@ -264,6 +264,7 @@ module Google
264
264
  property :gender, as: 'gender'
265
265
  property :google_product_category, as: 'googleProductCategory'
266
266
  collection :gtin, as: 'gtin'
267
+ collection :gtins, as: 'gtins'
267
268
  property :identifier_exists, as: 'identifierExists'
268
269
  property :image_link, as: 'imageLink'
269
270
  collection :included_destinations, as: 'includedDestinations'
@@ -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.15.0
4
+ version: 0.17.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.15.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-merchantapi_products_v1beta/v0.17.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: