google-apis-merchantapi_products_v1beta 0.13.0 → 0.14.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: 1d9c67ead6f8f4f061421586f230c48b1959cf4a4b145e445b4af71953259591
4
- data.tar.gz: 68ff4da80aac2ea6be503b78e8c046f545080555e14f2e4045993b6ee4ba2c17
3
+ metadata.gz: 7a76f2763716ae5aae0dbf082b3431a42e9b4560c8367c3f4dbcef03ff457e76
4
+ data.tar.gz: b9e1e7c269f63261ccf45564b1c9d5dd1468945716dfb2a79cec71a9eda3dc61
5
5
  SHA512:
6
- metadata.gz: 060db015fc6208442663e5ace340b99766f48db5cea62afb56e1dbede40fb7951f824cdc47a56e6c407cc4bd93f46d1c85bac3bfda9215289a25df9b662e4202
7
- data.tar.gz: '091dca01b6c7fd4c299f1e3b0ae5e24d3134de62f3f91b257def5a535f51f0b286bfed8fa5cd5b4b396555578442c4d865ef1a5ac3f8ca98ef678b44c0287668'
6
+ metadata.gz: 4046cdde02b2ab8422806d27be11e7409221f551cdf12027872c2b025baacef760bf7bfcf9ddf7e8adcb0100954d22930fde976cc19dadb8aa0fbaddc8b82789
7
+ data.tar.gz: 3d85562c590a79e4592ba936bcaf39b6883ca25f7422bf8c8a72295b4fd044178d43d46f693da41f0abbe670358118da8d9dd4cffdae83e6a91ab535853f270b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-merchantapi_products_v1beta
2
2
 
3
+ ### v0.14.0 (2025-06-22)
4
+
5
+ * Regenerated from discovery document revision 20250618
6
+
3
7
  ### v0.13.0 (2025-06-15)
4
8
 
5
9
  * Regenerated from discovery document revision 20250606
@@ -1619,7 +1619,7 @@ module Google
1619
1619
  # @return [String]
1620
1620
  attr_accessor :event_time
1621
1621
 
1622
- # Optional. The product expiration time. This field will not bet set if the
1622
+ # Optional. The product expiration time. This field will not be set if the
1623
1623
  # notification is sent for a product deletion event.
1624
1624
  # Corresponds to the JSON property `expirationTime`
1625
1625
  # @return [String]
@@ -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.13.0"
19
+ GEM_VERSION = "0.14.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 = "20250606"
25
+ REVISION = "20250618"
26
26
  end
27
27
  end
28
28
  end
@@ -91,10 +91,13 @@ module Google
91
91
  execute_or_queue_command(command, &block)
92
92
  end
93
93
 
94
- # Uploads a product input to your Merchant Center account. If an input with the
95
- # same contentLanguage, offerId, and dataSource already exists, this method
96
- # replaces that entry. After inserting, updating, or deleting a product input,
97
- # it may take several minutes before the processed product can be retrieved.
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.
98
101
  # @param [String] parent
99
102
  # Required. The account where this product will be inserted. Format: `accounts/`
100
103
  # account``
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.13.0
4
+ version: 0.14.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.13.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-merchantapi_products_v1beta/v0.14.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: