google-apis-retail_v2 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_v2/classes.rb +9 -7
- data/lib/google/apis/retail_v2/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: 0de88c36c0573420ced084acf029452d123c7e8fc20805d40fca726b24c51bfa
|
|
4
|
+
data.tar.gz: 461c060306fe8051f904064aea1e6124c8942473d28b63d9c3e3ce8bc9991e5d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e131a7e93d5065447e886f388f1e8d4c6651aef4f3d668d0117a377b5f1474873de1ff0bcae2809a40dfd7e16325a77b79eb3f39ee1eafc1794d76c3489279db
|
|
7
|
+
data.tar.gz: 8f5f5f63747bb06f970818d1eddfa127147d8bbb0c9d49d1dd667c44c249bb09db2889476e385b5066fe645d42367ae4ccd8599f47cc6c9532148405abaf74d7
|
data/CHANGELOG.md
CHANGED
|
@@ -2428,10 +2428,11 @@ module Google
|
|
|
2428
2428
|
# fulfillmentId". E.g., in "pickupInStore.store123", "pickupInStore" is
|
|
2429
2429
|
# fulfillment type and "store123" is the store ID. Supported keys are: *
|
|
2430
2430
|
# colorFamilies * price * originalPrice * discount * inventory(place_id,price) *
|
|
2431
|
-
# attributes.key, where key is any key in the Product.
|
|
2432
|
-
#
|
|
2433
|
-
#
|
|
2434
|
-
#
|
|
2431
|
+
# inventory(place_id,attributes.key), where key is any key in the Product.
|
|
2432
|
+
# inventories.attributes map. * attributes.key, where key is any key in the
|
|
2433
|
+
# Product.attributes map. * pickupInStore.id, where id is any FulfillmentInfo.
|
|
2434
|
+
# place_ids for FulfillmentInfo.type "pickup-in-store". * shipToStore.id, where
|
|
2435
|
+
# id is any FulfillmentInfo.place_ids for FulfillmentInfo.type "ship-to-store". *
|
|
2435
2436
|
# sameDayDelivery.id, where id is any FulfillmentInfo.place_ids for
|
|
2436
2437
|
# FulfillmentInfo.type "same-day-delivery". * nextDayDelivery.id, where id is
|
|
2437
2438
|
# any FulfillmentInfo.place_ids for FulfillmentInfo.type "next-day-delivery". *
|
|
@@ -2655,9 +2656,10 @@ module Google
|
|
|
2655
2656
|
# colors" * "sizes" * "materials" * "patterns" * "conditions" * "attributes.key"
|
|
2656
2657
|
# * "pickupInStore" * "shipToStore" * "sameDayDelivery" * "nextDayDelivery" * "
|
|
2657
2658
|
# customFulfillment1" * "customFulfillment2" * "customFulfillment3" * "
|
|
2658
|
-
# customFulfillment4" * "customFulfillment5" *
|
|
2659
|
-
#
|
|
2660
|
-
# price)"
|
|
2659
|
+
# customFulfillment4" * "customFulfillment5" * "inventory(place_id,attributes.
|
|
2660
|
+
# key)" * numerical_field = * "price" * "discount" * "rating" * "ratingCount" * "
|
|
2661
|
+
# attributes.key" * "inventory(place_id,price)" * "inventory(place_id,attributes.
|
|
2662
|
+
# key)"
|
|
2661
2663
|
# Corresponds to the JSON property `key`
|
|
2662
2664
|
# @return [String]
|
|
2663
2665
|
attr_accessor :key
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module RetailV2
|
|
18
18
|
# Version of the google-apis-retail_v2 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_v2
|
|
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_v2/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.22.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|