google-apis-merchantapi_products_v1beta 0.17.0 → 0.19.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: 517b9ce4fea5b08373f4c6739781bbf3efbb50da4f121788f749330ba37deb3f
|
4
|
+
data.tar.gz: d9be0ba2067c3a6b52a09a233da71eba52d4ce6e4f859e11b4289f85af58ed3e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cec11c637636eb4412d724faf12b2e67f194ef42ec0167e92a953f88a8552818b8128e78daafaab17aade1ccc2616067be2e4651ee40cc6655a96b1ac698e1d8
|
7
|
+
data.tar.gz: f03e95c25354f541137ca2065008aeaad7d2eafa5d5bb9abcf1a891d807728a5aabecdae6c63b35daf1728c287d087e350d94c50665b8b5acd92d04594167887
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-merchantapi_products_v1beta
|
2
2
|
|
3
|
+
### v0.19.0 (2025-08-03)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250727
|
6
|
+
|
7
|
+
### v0.18.0 (2025-07-27)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250724
|
10
|
+
|
3
11
|
### v0.17.0 (2025-07-20)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250716
|
@@ -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
|
@@ -1289,9 +1293,12 @@ module Google
|
|
1289
1293
|
attr_accessor :feed_label
|
1290
1294
|
|
1291
1295
|
# The name of the product. Format: `accounts/`account`/products/`product`` where
|
1292
|
-
# the last section `product` consists of
|
1293
|
-
#
|
1294
|
-
# en~US~sku123
|
1296
|
+
# the last section `product` consists of: `content_language~feed_label~offer_id`
|
1297
|
+
# example for product name is `accounts/123/products/en~US~sku123`. A legacy
|
1298
|
+
# local product name would be `accounts/123/products/local~en~US~sku123`. Note:
|
1299
|
+
# For calls to the v1beta version, the `product` section consists of: `channel~
|
1300
|
+
# content_language~feed_label~offer_id`, for example: `accounts/123/products/
|
1301
|
+
# online~en~US~sku123`.
|
1295
1302
|
# Corresponds to the JSON property `name`
|
1296
1303
|
# @return [String]
|
1297
1304
|
attr_accessor :name
|
@@ -1505,8 +1512,12 @@ module Google
|
|
1505
1512
|
|
1506
1513
|
# Identifier. The name of the product input. Format: `accounts/`account`/
|
1507
1514
|
# productInputs/`productinput`` where the last section `productinput` consists
|
1508
|
-
# of
|
1509
|
-
#
|
1515
|
+
# of: `content_language~feed_label~offer_id` example for product input name is `
|
1516
|
+
# accounts/123/productInputs/en~US~sku123`. A legacy local product input name
|
1517
|
+
# would be `accounts/123/productInputs/local~en~US~sku123`. Note: For calls to
|
1518
|
+
# the v1beta version, the `productInput` section consists of: `channel~
|
1519
|
+
# content_language~feed_label~offer_id`, for example: `accounts/123/
|
1520
|
+
# productInputs/online~en~US~sku123`.
|
1510
1521
|
# Corresponds to the JSON property `name`
|
1511
1522
|
# @return [String]
|
1512
1523
|
attr_accessor :name
|
@@ -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.19.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 = "20250727"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -56,9 +56,9 @@ module Google
|
|
56
56
|
# processed product can be retrieved.
|
57
57
|
# @param [String] name
|
58
58
|
# Required. The name of the product input resource to delete. Format: `accounts/`
|
59
|
-
# account`/productInputs/`product`` where the last section `product` consists of
|
60
|
-
#
|
61
|
-
#
|
59
|
+
# account`/productInputs/`product`` where the last section `product` consists of:
|
60
|
+
# `content_language~feed_label~offer_id` example for product name is `accounts/
|
61
|
+
# 123/productInputs/en~US~sku123`.
|
62
62
|
# @param [String] data_source
|
63
63
|
# Required. The primary or supplemental data source from which the product input
|
64
64
|
# should be deleted. Format: `accounts/`account`/dataSources/`datasource``. For
|
@@ -146,8 +146,12 @@ module Google
|
|
146
146
|
# @param [String] name
|
147
147
|
# Identifier. The name of the product input. Format: `accounts/`account`/
|
148
148
|
# productInputs/`productinput`` where the last section `productinput` consists
|
149
|
-
# of
|
150
|
-
#
|
149
|
+
# of: `content_language~feed_label~offer_id` example for product input name is `
|
150
|
+
# accounts/123/productInputs/en~US~sku123`. A legacy local product input name
|
151
|
+
# would be `accounts/123/productInputs/local~en~US~sku123`. Note: For calls to
|
152
|
+
# the v1beta version, the `productInput` section consists of: `channel~
|
153
|
+
# content_language~feed_label~offer_id`, for example: `accounts/123/
|
154
|
+
# productInputs/online~en~US~sku123`.
|
151
155
|
# @param [Google::Apis::MerchantapiProductsV1beta::ProductInput] product_input_object
|
152
156
|
# @param [String] data_source
|
153
157
|
# Required. The primary or supplemental product data source where `data_source`
|
@@ -199,9 +203,12 @@ module Google
|
|
199
203
|
# before the updated final product can be retrieved.
|
200
204
|
# @param [String] name
|
201
205
|
# Required. The name of the product to retrieve. Format: `accounts/`account`/
|
202
|
-
# products/`product`` where the last section `product` consists of
|
203
|
-
#
|
204
|
-
#
|
206
|
+
# products/`product`` where the last section `product` consists of: `
|
207
|
+
# content_language~feed_label~offer_id` example for product name is `accounts/
|
208
|
+
# 123/products/en~US~sku123`. A legacy local product name would be `accounts/123/
|
209
|
+
# products/local~en~US~sku123`. Note: For calls to the v1beta version, the `
|
210
|
+
# product` section consists of: `channel~content_language~feed_label~offer_id`,
|
211
|
+
# for example: `accounts/123/products/online~en~US~sku123`.
|
205
212
|
# @param [String] fields
|
206
213
|
# Selector specifying which fields to include in a partial response.
|
207
214
|
# @param [String] quota_user
|
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.19.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.19.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:
|