google-apis-merchantapi_promotions_v1beta 0.8.0 → 0.10.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: 8665a0b3add8b33e2c05b2d7c17eb285efda32daa2d8cd5b6c518eebd5bf6b97
4
- data.tar.gz: 7d2546f606ac48c8ed50b93a2c6ec1dd0a357e25c0b6f5f815b561ffaf714a44
3
+ metadata.gz: b070a7e75892fcfb2ec5c163f41e27a18a5b7b6ac6cb9a34ad96d5bbbe920001
4
+ data.tar.gz: c8729fbe94e02d3d8d977e6ed271e1c88e97639dbf45983e05b000bcedec4173
5
5
  SHA512:
6
- metadata.gz: f4629dc9997fc5d0be56fb346e0b489d1ea5afd352bc392a688b767716ac05d3b2dadf0773cbc80b0bfd8a393e92078d970c37481966218ba8131edc9a7c34a7
7
- data.tar.gz: 7450a43ad72e38c9e1daa3f770aadb23e6c279e887607c5a53d707e5423b1bf5298d5aba8bad1e161ab0cfb5036df45ceb490fc22668c61eb43d43445cfd0c55
6
+ metadata.gz: a6513e00eb734b555b6a0a0066dc4d3a4079ed4e50f370b41b0e6f8051e4a141ea0a6791086a6b7dd6d7310e35a217f82d50f7d4c45f5fdf89bf3f72f695b6eb
7
+ data.tar.gz: 8b020bc381d6ae2a9b95b3d3f34bf0681ef25e5972c9f3231e124dfa4c108aa0b1754510e092c2cf704200a72acbf6ae182d04ad56c4260d3aa276c0b45ea528
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-merchantapi_promotions_v1beta
2
2
 
3
+ ### v0.10.0 (2025-08-10)
4
+
5
+ * Regenerated from discovery document revision 20250805
6
+
7
+ ### v0.9.0 (2025-07-06)
8
+
9
+ * Regenerated from discovery document revision 20250628
10
+
3
11
  ### v0.8.0 (2025-06-29)
4
12
 
5
13
  * Regenerated from discovery document revision 20250621
@@ -148,9 +148,7 @@ module Google
148
148
  # @return [Google::Apis::MerchantapiPromotionsV1beta::Price]
149
149
  attr_accessor :minimum_purchase_amount
150
150
 
151
- # Optional. [Minimum purchase quantity](https://support.google.com/merchants/
152
- # answer/13838182?ref_topic=13773355&sjid=17642868584668136159-NC) for the
153
- # promotion.
151
+ #
154
152
  # Corresponds to the JSON property `minimumPurchaseQuantity`
155
153
  # @return [Fixnum]
156
154
  attr_accessor :minimum_purchase_quantity
@@ -200,14 +198,16 @@ module Google
200
198
  # @return [Array<String>]
201
199
  attr_accessor :product_type_inclusion
202
200
 
203
- # Required. The list of destinations where the promotion applies to. If you don'
204
- # t specify a destination by including a supported value in your data source,
205
- # your promotion will display in Shopping ads and free listings by default. You
206
- # may have previously submitted the following values as destinations for your
207
- # products: Shopping Actions, Surfaces across Google, Local surfaces across
208
- # Google. To represent these values use `FREE_LISTINGS`, `FREE_LOCAL_LISTINGS`, `
209
- # LOCAL_INVENTORY_ADS`. For more details see [Promotion destination](https://
210
- # 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)
211
211
  # Corresponds to the JSON property `promotionDestinations`
212
212
  # @return [Array<String>]
213
213
  attr_accessor :promotion_destinations
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module MerchantapiPromotionsV1beta
18
18
  # Version of the google-apis-merchantapi_promotions_v1beta gem
19
- GEM_VERSION = "0.8.0"
19
+ GEM_VERSION = "0.10.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 = "20250621"
25
+ REVISION = "20250805"
26
26
  end
27
27
  end
28
28
  end
@@ -128,12 +128,12 @@ module Google
128
128
  # Required. The account to list processed promotions for. Format: `accounts/`
129
129
  # account``
130
130
  # @param [Fixnum] page_size
131
- # Output only. The maximum number of promotions to return. The service may
132
- # return fewer than this value. The maximum value is 250; values above 250 will
133
- # be coerced to 250. If unspecified, the maximum number of promotions will be
131
+ # Optional. The maximum number of promotions to return. The service may return
132
+ # fewer than this value. The maximum value is 250; values above 250 will be
133
+ # coerced to 250. If unspecified, the maximum number of promotions will be
134
134
  # returned.
135
135
  # @param [String] page_token
136
- # Output only. A page token, received from a previous `ListPromotions` call.
136
+ # Optional. A page token, received from a previous `ListPromotions` call.
137
137
  # Provide this to retrieve the subsequent page. When paginating, all other
138
138
  # parameters provided to `ListPromotions` must match the call that provided the
139
139
  # page token.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-merchantapi_promotions_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.10.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_promotions_v1beta/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-merchantapi_promotions_v1beta/v0.8.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-merchantapi_promotions_v1beta/v0.10.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-merchantapi_promotions_v1beta
62
62
  rdoc_options: []
63
63
  require_paths: