google-cloud-retail-v2 0.6.2 → 0.6.3
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/lib/google/cloud/retail/v2/search_service/client.rb +3 -0
- data/lib/google/cloud/retail/v2/user_event_service/client.rb +1 -1
- data/lib/google/cloud/retail/v2/version.rb +1 -1
- data/proto_docs/google/cloud/retail/v2/catalog.rb +6 -6
- data/proto_docs/google/cloud/retail/v2/search_service.rb +5 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b966107ef96cb36b48c8895dcabd38957a62c60655f46e6a5f985139f951f76c
|
|
4
|
+
data.tar.gz: 50bf59d49d31f05a6ac3578791614dd648edf8192f75bad48159fae8c985c490
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8ce36b09614960fb6e24d38fa1da8bdad8ec06eea03350ee230e3ceafdf4aecf0623058287fe92c92bef1303357cf026ee752a094bff81135d1354ff72a8e680
|
|
7
|
+
data.tar.gz: 2e1a89c079d14e614de1f960481fb802a740af1db8474bdf98bce863d4a5b914e73ca136cedbe1e5c526f3acbeb1f71418850506703894b212fcee76093ddd98
|
|
@@ -293,7 +293,10 @@ module Google
|
|
|
293
293
|
# * price
|
|
294
294
|
# * originalPrice
|
|
295
295
|
# * discount
|
|
296
|
+
# * variantId
|
|
296
297
|
# * inventory(place_id,price)
|
|
298
|
+
# * inventory(place_id,attributes.key), where key is any key in the
|
|
299
|
+
# [Product.inventories.attributes][] map.
|
|
297
300
|
# * attributes.key, where key is any key in the
|
|
298
301
|
# {::Google::Cloud::Retail::V2::Product#attributes Product.attributes} map.
|
|
299
302
|
# * pickupInStore.id, where id is any
|
|
@@ -74,7 +74,7 @@ module Google
|
|
|
74
74
|
initial_delay: 0.1, max_delay: 30.0, multiplier: 1.3, retry_codes: [14, 4]
|
|
75
75
|
}
|
|
76
76
|
|
|
77
|
-
default_config.rpcs.import_user_events.timeout =
|
|
77
|
+
default_config.rpcs.import_user_events.timeout = 600.0
|
|
78
78
|
default_config.rpcs.import_user_events.retry_policy = {
|
|
79
79
|
initial_delay: 0.1, max_delay: 300.0, multiplier: 1.3, retry_codes: [14, 4]
|
|
80
80
|
}
|
|
@@ -28,12 +28,12 @@ module Google
|
|
|
28
28
|
# The type of {::Google::Cloud::Retail::V2::Product Product}s allowed to be
|
|
29
29
|
# ingested into the catalog. Acceptable values are:
|
|
30
30
|
#
|
|
31
|
-
# * `primary` (default): You can
|
|
32
|
-
# {::Google::Cloud::Retail::V2::Product
|
|
33
|
-
# {::Google::Cloud::Retail::V2::Product Product}
|
|
34
|
-
#
|
|
35
|
-
#
|
|
36
|
-
#
|
|
31
|
+
# * `primary` (default): You can ingest
|
|
32
|
+
# {::Google::Cloud::Retail::V2::Product Product}s of all types. When
|
|
33
|
+
# ingesting a {::Google::Cloud::Retail::V2::Product Product}, its type will
|
|
34
|
+
# default to
|
|
35
|
+
# {::Google::Cloud::Retail::V2::Product::Type::PRIMARY Product.Type.PRIMARY} if
|
|
36
|
+
# unset.
|
|
37
37
|
# * `variant`: You can only ingest
|
|
38
38
|
# {::Google::Cloud::Retail::V2::Product::Type::VARIANT Product.Type.VARIANT}
|
|
39
39
|
# {::Google::Cloud::Retail::V2::Product Product}s.
|
|
@@ -157,7 +157,10 @@ module Google
|
|
|
157
157
|
# * price
|
|
158
158
|
# * originalPrice
|
|
159
159
|
# * discount
|
|
160
|
+
# * variantId
|
|
160
161
|
# * inventory(place_id,price)
|
|
162
|
+
# * inventory(place_id,attributes.key), where key is any key in the
|
|
163
|
+
# [Product.inventories.attributes][] map.
|
|
161
164
|
# * attributes.key, where key is any key in the
|
|
162
165
|
# {::Google::Cloud::Retail::V2::Product#attributes Product.attributes} map.
|
|
163
166
|
# * pickupInStore.id, where id is any
|
|
@@ -319,6 +322,7 @@ module Google
|
|
|
319
322
|
# * "customFulfillment3"
|
|
320
323
|
# * "customFulfillment4"
|
|
321
324
|
# * "customFulfillment5"
|
|
325
|
+
# * "inventory(place_id,attributes.key)"
|
|
322
326
|
#
|
|
323
327
|
# * numerical_field =
|
|
324
328
|
# * "price"
|
|
@@ -327,6 +331,7 @@ module Google
|
|
|
327
331
|
# * "ratingCount"
|
|
328
332
|
# * "attributes.key"
|
|
329
333
|
# * "inventory(place_id,price)"
|
|
334
|
+
# * "inventory(place_id,attributes.key)"
|
|
330
335
|
# @!attribute [rw] intervals
|
|
331
336
|
# @return [::Array<::Google::Cloud::Retail::V2::Interval>]
|
|
332
337
|
# Set only if values should be bucketized into intervals. Must be set
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-retail-v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.3
|
|
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-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|