google-apis-merchantapi_products_v1beta 0.17.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 179117020b873a2b43469641ee5cd7000be29f495cfbe6dce8748fdbe40d4ff8
|
4
|
+
data.tar.gz: e156d9af26ff33d51539919b371c44e4631e8b2e195c60033411b16ca686dc7e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c8a84a625c9aee236f75615c6226f4e8978fbfdcab3b4ce977a232617663ce54d437dda95bfc5841e8c59426710fabadb6fce6380c61280181e8098e08585703
|
7
|
+
data.tar.gz: bbccf3f4909b3bb52f1fe13857a0396ebd70364c53e982c5657314fe7e3aef6529cb168ac3551df4f80196ffb6e5c337583b0293ff4e6db2eb39c18c41cdae1a
|
data/CHANGELOG.md
CHANGED
@@ -194,11 +194,13 @@ module Google
|
|
194
194
|
# @return [String]
|
195
195
|
attr_accessor :energy_efficiency_class
|
196
196
|
|
197
|
-
#
|
198
|
-
#
|
199
|
-
#
|
200
|
-
#
|
201
|
-
#
|
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
|
@@ -263,12 +265,14 @@ module Google
|
|
263
265
|
# @return [String]
|
264
266
|
attr_accessor :image_link
|
265
267
|
|
266
|
-
#
|
267
|
-
#
|
268
|
-
#
|
269
|
-
#
|
270
|
-
#
|
271
|
-
#
|
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
|
@@ -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.
|
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 = "
|
25
|
+
REVISION = "20250724"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
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.
|
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.
|
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:
|