google-apis-retail_v2alpha 0.21.0 → 0.22.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/retail_v2alpha/classes.rb +12 -10
- data/lib/google/apis/retail_v2alpha/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9321feea3ac3678091dc4f57385b0a7bb13be984dd8db5e63acc9e14f182a7a4
|
|
4
|
+
data.tar.gz: 4b08a3e9c835e3e13b2ce8cf69249198c606304b191e521983b17d4bd0924c49
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 753b6609d7dc329403cd8e0e90497382989d89cfcab43ac7ed0f327bfeda80d172cb2cd584c94ed25d0c401bfb1f356d2c44417d0d1039ccf45c4af7989c456a
|
|
7
|
+
data.tar.gz: c5d177645a23d928706e6aac85e755a9de4c4f35f604a63ad32f0569f189e4fdb98cb6d415efaed3456ce3098f0680219cd4326ed692a4d2e6073112c2a60709
|
data/CHANGELOG.md
CHANGED
|
@@ -1827,9 +1827,9 @@ module Google
|
|
|
1827
1827
|
|
|
1828
1828
|
# String representing the destination to import for, all if left empty. List of
|
|
1829
1829
|
# possible values can be found here. [https://support.google.com/merchants/
|
|
1830
|
-
# answer/7501026] List of allowed string values: "
|
|
1831
|
-
#
|
|
1832
|
-
#
|
|
1830
|
+
# answer/7501026] List of allowed string values: "Shopping_ads", "
|
|
1831
|
+
# Buy_on_google_listings", "Display_ads", "Local_inventory _ads", "Free_listings"
|
|
1832
|
+
# , "Free_local_listings" NOTE: The string values are case sensitive.
|
|
1833
1833
|
# Corresponds to the JSON property `destinations`
|
|
1834
1834
|
# @return [Array<String>]
|
|
1835
1835
|
attr_accessor :destinations
|
|
@@ -3141,10 +3141,11 @@ module Google
|
|
|
3141
3141
|
# fulfillmentId". E.g., in "pickupInStore.store123", "pickupInStore" is
|
|
3142
3142
|
# fulfillment type and "store123" is the store ID. Supported keys are: *
|
|
3143
3143
|
# colorFamilies * price * originalPrice * discount * inventory(place_id,price) *
|
|
3144
|
-
# attributes.key, where key is any key in the Product.
|
|
3145
|
-
#
|
|
3146
|
-
#
|
|
3147
|
-
#
|
|
3144
|
+
# inventory(place_id,attributes.key), where key is any key in the Product.
|
|
3145
|
+
# inventories.attributes map. * attributes.key, where key is any key in the
|
|
3146
|
+
# Product.attributes map. * pickupInStore.id, where id is any FulfillmentInfo.
|
|
3147
|
+
# place_ids for FulfillmentInfo.type "pickup-in-store". * shipToStore.id, where
|
|
3148
|
+
# id is any FulfillmentInfo.place_ids for FulfillmentInfo.type "ship-to-store". *
|
|
3148
3149
|
# sameDayDelivery.id, where id is any FulfillmentInfo.place_ids for
|
|
3149
3150
|
# FulfillmentInfo.type "same-day-delivery". * nextDayDelivery.id, where id is
|
|
3150
3151
|
# any FulfillmentInfo.place_ids for FulfillmentInfo.type "next-day-delivery". *
|
|
@@ -3369,9 +3370,10 @@ module Google
|
|
|
3369
3370
|
# colors" * "sizes" * "materials" * "patterns" * "conditions" * "attributes.key"
|
|
3370
3371
|
# * "pickupInStore" * "shipToStore" * "sameDayDelivery" * "nextDayDelivery" * "
|
|
3371
3372
|
# customFulfillment1" * "customFulfillment2" * "customFulfillment3" * "
|
|
3372
|
-
# customFulfillment4" * "customFulfillment5" *
|
|
3373
|
-
#
|
|
3374
|
-
# price)"
|
|
3373
|
+
# customFulfillment4" * "customFulfillment5" * "inventory(place_id,attributes.
|
|
3374
|
+
# key)" * numerical_field = * "price" * "discount" * "rating" * "ratingCount" * "
|
|
3375
|
+
# attributes.key" * "inventory(place_id,price)" * "inventory(place_id,attributes.
|
|
3376
|
+
# key)"
|
|
3375
3377
|
# Corresponds to the JSON property `key`
|
|
3376
3378
|
# @return [String]
|
|
3377
3379
|
attr_accessor :key
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module RetailV2alpha
|
|
18
18
|
# Version of the google-apis-retail_v2alpha gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.22.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20211116"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-retail_v2alpha
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.22.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-12-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2alpha/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.22.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2alpha
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|