google-apis-retail_v2beta 0.86.0 → 0.87.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: 40a8ff4d93ffe0559333b5e492128dae522f745905fb53303d278072ac6c2819
4
- data.tar.gz: ef352fbb3c973b5b9ae3677db3b85e81775e427289dd0c437db027056623f01a
3
+ metadata.gz: 0503236c19e2b79417ec5966b0aca5c9adbb233b617c0933ea18d4387281176e
4
+ data.tar.gz: 2e7ba2e6e2378a1b312f71a50f70dc2536a3a6ff963ae45be60bc5fcf6e8b622
5
5
  SHA512:
6
- metadata.gz: 9f446bd2af739e2591a12b3c86e5c8c507b8624f5544caffdd1a89a09d19b09abcb7fa81374f52af79855b71a4b39e347bbc8389c5e075cd86320d2e05710890
7
- data.tar.gz: d84341130f001731a6d13c037994922b317b029a934c68cc3826c028ae6ce17c13c0545cf04abf8c6b9097af9feefe6672cf4105c3976297a0977343e40a9e19
6
+ metadata.gz: e137c6f1e4351aa5e42069e20081ce6772007104ec8ed5704cfd367e5f03366bf078db5fd67097a16c2aba5059e3ca5d8c6c0c448c77d376f06dfc81eedbe0b9
7
+ data.tar.gz: d87e30f6907bb7e2557cb1ca87d1d9d302f38149cc6c09e4eafe211cf4b1b268edc6618cf4c93fe3e60e93494939c6c39b6e3e1f8f28e7bfd37737558a6fc622
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2beta
2
2
 
3
+ ### v0.87.0 (2023-11-19)
4
+
5
+ * Regenerated from discovery document revision 20231109
6
+
3
7
  ### v0.86.0 (2023-11-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20231102
@@ -6626,11 +6626,12 @@ module Google
6626
6626
 
6627
6627
  # The default filter that is applied when a user performs a search without
6628
6628
  # checking any filters on the search page. The filter applied to every search
6629
- # request when quality improvement such as query expansion is needed. For
6630
- # example, if a query does not have enough results, an expanded query with
6631
- # SearchRequest.canonical_filter is returned as a supplement of the original
6632
- # query. This field is strongly recommended to achieve high search quality. For
6633
- # more information about filter syntax, see SearchRequest.filter.
6629
+ # request when quality improvement such as query expansion is needed. In the
6630
+ # case a query does not have a sufficient amount of results this filter will be
6631
+ # used to determine whether or not to enable the query expansion flow. The
6632
+ # original filter will still be used for the query expanded search. This field
6633
+ # is strongly recommended to achieve high search quality. For more information
6634
+ # about filter syntax, see SearchRequest.filter.
6634
6635
  # Corresponds to the JSON property `canonicalFilter`
6635
6636
  # @return [String]
6636
6637
  attr_accessor :canonical_filter
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RetailV2beta
18
18
  # Version of the google-apis-retail_v2beta gem
19
- GEM_VERSION = "0.86.0"
19
+ GEM_VERSION = "0.87.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231102"
25
+ REVISION = "20231109"
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_v2beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.86.0
4
+ version: 0.87.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: 2023-11-12 00:00:00.000000000 Z
11
+ date: 2023-11-19 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_v2beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.86.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.87.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2beta
63
63
  post_install_message:
64
64
  rdoc_options: []