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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 35215e1d3d5140386a8e08763025e0a07c99c687e1bf1542c6bb4339a7e2655c
4
- data.tar.gz: b5fb941505e7c27c0caea1a80efe0742a4a3faae2719401e9feae4e2541abc47
3
+ metadata.gz: b966107ef96cb36b48c8895dcabd38957a62c60655f46e6a5f985139f951f76c
4
+ data.tar.gz: 50bf59d49d31f05a6ac3578791614dd648edf8192f75bad48159fae8c985c490
5
5
  SHA512:
6
- metadata.gz: fda3f7dcb3d866875e857ca6cf01407a67e470a6f37667f78f658da607b3f1ffd774a34adaee1b18ef16f3384a5ce49625ec410b487cc473aa2e1df2771f7be0
7
- data.tar.gz: 843c7d75995780b23316185e421aec2f11b782eed90300db75f32a68e1198e02df254602014e7cea773bdc110730b0248d7b00d7b5fd8ecc89f9737ec236388c
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 = 300.0
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
  }
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Retail
23
23
  module V2
24
- VERSION = "0.6.2"
24
+ VERSION = "0.6.3"
25
25
  end
26
26
  end
27
27
  end
@@ -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 only ingest
32
- # {::Google::Cloud::Retail::V2::Product::Type::PRIMARY Product.Type.PRIMARY}
33
- # {::Google::Cloud::Retail::V2::Product Product}s. This means
34
- # {::Google::Cloud::Retail::V2::Product#primary_product_id Product.primary_product_id}
35
- # can only be empty or set to the same value as
36
- # {::Google::Cloud::Retail::V2::Product#id Product.id}.
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.2
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-08 00:00:00.000000000 Z
11
+ date: 2021-12-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common