google-apis-merchantapi_promotions_v1beta 0.9.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b070a7e75892fcfb2ec5c163f41e27a18a5b7b6ac6cb9a34ad96d5bbbe920001
|
4
|
+
data.tar.gz: c8729fbe94e02d3d8d977e6ed271e1c88e97639dbf45983e05b000bcedec4173
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a6513e00eb734b555b6a0a0066dc4d3a4079ed4e50f370b41b0e6f8051e4a141ea0a6791086a6b7dd6d7310e35a217f82d50f7d4c45f5fdf89bf3f72f695b6eb
|
7
|
+
data.tar.gz: 8b020bc381d6ae2a9b95b3d3f34bf0681ef25e5972c9f3231e124dfa4c108aa0b1754510e092c2cf704200a72acbf6ae182d04ad56c4260d3aa276c0b45ea528
|
data/CHANGELOG.md
CHANGED
@@ -198,14 +198,16 @@ module Google
|
|
198
198
|
# @return [Array<String>]
|
199
199
|
attr_accessor :product_type_inclusion
|
200
200
|
|
201
|
-
# Required. The list of destinations
|
202
|
-
#
|
203
|
-
#
|
204
|
-
#
|
205
|
-
#
|
206
|
-
#
|
207
|
-
#
|
208
|
-
#
|
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)
|
209
211
|
# Corresponds to the JSON property `promotionDestinations`
|
210
212
|
# @return [Array<String>]
|
211
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.
|
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 = "
|
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
|
-
#
|
132
|
-
#
|
133
|
-
#
|
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
|
-
#
|
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.
|
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.
|
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:
|