google-apis-retail_v2 0.42.0 → 0.43.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cbec6c9ad7ae1560e07e63125b22fb120bf246de90b53eaf9f7ddcf284b60dd9
4
- data.tar.gz: 1f471ea6ab71b3840d300366f2b19e5b7824c49dd005477cb7e83356a9753f9e
3
+ metadata.gz: fdd6b69ea731db6b3a33e9ff1085bb76c38cadbbe0c9441697b5786b2b677960
4
+ data.tar.gz: 9a7f362141132518bb79b45e021abeb15b6f0cc1904cdd826ada8a1633ffb970
5
5
  SHA512:
6
- metadata.gz: c5f57d622e2bfec5b535e4aa8faf00e7dec1d63e52ae07e487f9b9a47609583a598d9ea8b4dcff6d7dbc275b17c4b3f3006a7b95a6e2bb92b1325eaf13cdf385
7
- data.tar.gz: e21231609c70e95ac5b7fa7ae1ec4bfa199b3b76fa1f15064ecea7a4c233910a2bcc011a11d93d6cba9c078fc4f1e9885bba0d437ea9fb3fd866267eb20c28b1
6
+ metadata.gz: 75b99e50aa4c72a58185f1c099c4dd88f8eaaac92689fa245d361c249f5a6ee982a03d4765c1fabb99434655d6bd526419b85cfac8e5655c2b518579e6729a4a
7
+ data.tar.gz: e49c99c196ebcc098673d1590a1fcddf3a93eb8fadc4e271a42d3ec26940f357a6a8c460f9b0182de5293ec5e637be70898fdae357174203b90e0cea0248a628
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-retail_v2
2
2
 
3
+ ### v0.43.0 (2022-06-23)
4
+
5
+ * Regenerated from discovery document revision 20220617
6
+ * Regenerated using generator version 0.7.0
7
+
3
8
  ### v0.42.0 (2022-06-17)
4
9
 
5
10
  * Regenerated from discovery document revision 20220609
@@ -1410,7 +1410,11 @@ module Google
1410
1410
  # only want results strictly matching the filters, set `strictFiltering` to True
1411
1411
  # in `PredictRequest.params` to receive empty results instead. Note that the API
1412
1412
  # will never return items with storageStatus of "EXPIRED" or "DELETED"
1413
- # regardless of filter choices.
1413
+ # regardless of filter choices. If `filterSyntaxV2` is set to true under the `
1414
+ # params` field, then attribute based expressions are expected instead of the
1415
+ # above described tag-based syntax. Examples: * (colors: ANY("Red", "Blue")) AND
1416
+ # NOT (categories: ANY("Phones")) * (availability: ANY("IN_STOCK")) AND (colors:
1417
+ # ANY("Red") OR categories: ANY("Phones"))
1414
1418
  # Corresponds to the JSON property `filter`
1415
1419
  # @return [String]
1416
1420
  attr_accessor :filter
@@ -1459,7 +1463,9 @@ module Google
1459
1463
  # price. * `diversityLevel`: String. Default empty. If set to be non-empty, then
1460
1464
  # it needs to be one of `'no-diversity', 'low-diversity', 'medium-diversity', '
1461
1465
  # high-diversity', 'auto-diversity'`. This gives request-level control and
1462
- # adjusts prediction results based on product category.
1466
+ # adjusts prediction results based on product category. * `filterSyntaxV2`:
1467
+ # Boolean. False by default. If set to true, the `filter` field will be
1468
+ # interpreteted according to the new, attribute-based syntax.
1463
1469
  # Corresponds to the JSON property `params`
1464
1470
  # @return [Hash<String,Object>]
1465
1471
  attr_accessor :params
@@ -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.42.0"
19
+ GEM_VERSION = "0.43.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.6.0"
22
+ GENERATOR_VERSION = "0.7.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220609"
25
+ REVISION = "20220617"
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.42.0
4
+ version: 0.43.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: 2022-06-20 00:00:00.000000000 Z
11
+ date: 2022-06-27 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.42.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.43.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: []