Skip to content

Commit f8f769d

Browse files
feat: Automated regeneration of merchantapi promotions_v1beta client (#23861)
Auto-created at 2025-08-03 10:44:30 +0000 using the toys pull request generator.
1 parent 92b80a9 commit f8f769d

File tree

3 files changed

+16
-10
lines changed

3 files changed

+16
-10
lines changed

generated/google-apis-merchantapi_promotions_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_promotions_v1beta
22

3+
### v0.10.0 (2025-08-03)
4+
5+
* Regenerated from discovery document revision 20250727
6+
37
### v0.9.0 (2025-07-06)
48

59
* Regenerated from discovery document revision 20250628

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

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -198,14 +198,16 @@ class Attributes
198198
# @return [Array<String>]
199199
attr_accessor :product_type_inclusion
200200

201-
# Required. The list of destinations where the promotion applies to. If you don'
202-
# t specify a destination by including a supported value in your data source,
203-
# your promotion will display in Shopping ads and free listings by default. You
204-
# may have previously submitted the following values as destinations for your
205-
# products: Shopping Actions, Surfaces across Google, Local surfaces across
206-
# Google. To represent these values use `FREE_LISTINGS`, `FREE_LOCAL_LISTINGS`, `
207-
# LOCAL_INVENTORY_ADS`. For more details see [Promotion destination](https://
208-
# support.google.com/merchants/answer/13837465?sjid=5155774230887277618-NC)
201+
# Required. The list of destinations (also known as [Marketing methods](https://
202+
# support.google.com/merchants/answer/15130232)) where the promotion applies to.
203+
# If you don't specify a destination by including a supported value in your data
204+
# source, your promotion will display in Shopping ads and free listings by
205+
# default. You may have previously submitted the following values as
206+
# destinations for your products: Shopping Actions, Surfaces across Google,
207+
# Local surfaces across Google. To represent these values use `FREE_LISTINGS`, `
208+
# FREE_LOCAL_LISTINGS`, `LOCAL_INVENTORY_ADS`. For more details see [Promotion
209+
# destination](https://support.google.com/merchants/answer/13837465?sjid=
210+
# 5155774230887277618-NC)
209211
# Corresponds to the JSON property `promotionDestinations`
210212
# @return [Array<String>]
211213
attr_accessor :promotion_destinations

generated/google-apis-merchantapi_promotions_v1beta/lib/google/apis/merchantapi_promotions_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 MerchantapiPromotionsV1beta
1818
# Version of the google-apis-merchantapi_promotions_v1beta gem
19-
GEM_VERSION = "0.9.0"
19+
GEM_VERSION = "0.10.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 = "20250628"
25+
REVISION = "20250727"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)