Skip to content

Commit 23fa818

Browse files
feat: Automated regeneration of merchantapi products_v1beta client (googleapis#23804)
Auto-created at 2025-07-27 10:39:28 +0000 using the toys pull request generator.
1 parent b2e64c3 commit 23fa818

File tree

3 files changed

+21
-13
lines changed

3 files changed

+21
-13
lines changed

generated/google-apis-merchantapi_products_v1beta/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-merchantapi_products_v1beta
22

3+
### v0.18.0 (2025-07-27)
4+
5+
* Regenerated from discovery document revision 20250724
6+
37
### v0.17.0 (2025-07-20)
48

59
* Regenerated from discovery document revision 20250716

generated/google-apis-merchantapi_products_v1beta/lib/google/apis/merchantapi_products_v1beta/classes.rb

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -194,11 +194,13 @@ class Attributes
194194
# @return [String]
195195
attr_accessor :energy_efficiency_class
196196

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.
202204
# Corresponds to the JSON property `excludedDestinations`
203205
# @return [Array<String>]
204206
attr_accessor :excluded_destinations
@@ -263,12 +265,14 @@ class Attributes
263265
# @return [String]
264266
attr_accessor :image_link
265267

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.
272276
# Corresponds to the JSON property `includedDestinations`
273277
# @return [Array<String>]
274278
attr_accessor :included_destinations

generated/google-apis-merchantapi_products_v1beta/lib/google/apis/merchantapi_products_v1beta/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module MerchantapiProductsV1beta
1818
# Version of the google-apis-merchantapi_products_v1beta gem
19-
GEM_VERSION = "0.17.0"
19+
GEM_VERSION = "0.18.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250716"
25+
REVISION = "20250724"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)