google-apis-retail_v2 0.84.0 → 0.85.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9d8fe34059ff9d6b87081487d4e76aa7a06fccb8fede940a1b60f674e1253525
4
- data.tar.gz: 77c6d50317e8b01c8275faa6945144d1bd4a2285f8c1c520141c878177e5c129
3
+ metadata.gz: '083ac8a5ae6c70975c2e7f567130a7634d6879604908eb7b3aa9a364149e2fa2'
4
+ data.tar.gz: 43270701f88c2ee681de3180eac511ae238de28efc51d1a21195516899c1b125
5
5
  SHA512:
6
- metadata.gz: 046d0d4fed9223dca1f10820f6cfb4b8ad63e24d4cf64f2a10395b518b14bd1dd52efc7f92e2261d358db5c3c7341490a745cb5bc922fa5836c09c94d0ad70e9
7
- data.tar.gz: 342e3b73fae20f40788b140f7367488e3ac8b127771997e87578f0a7b4b32ad3ab5df8e9e81f7cff4cc26ead9915c929e783c6ddaede18a4d3620f483fbf909d
6
+ metadata.gz: 776ce228a4f7c9e8ae52c961729f89681164526c4d70c721d612a704665846856380ebf5c00ddc401be66d7d6e7736161168c4a3828087ef59323efe53afefce
7
+ data.tar.gz: 7dcfae679d606fa3bf6ade22a51989362ecd6f310aae07539b0ced1ef8eefe164277fc17ca51915364d43d33f2a519c2047d18a7b22dcddf55dc83506e5ce6a7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2
2
2
 
3
+ ### v0.85.0 (2023-11-19)
4
+
5
+ * Regenerated from discovery document revision 20231109
6
+
3
7
  ### v0.84.0 (2023-11-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20231102
@@ -4144,11 +4144,12 @@ module Google
4144
4144
 
4145
4145
  # The default filter that is applied when a user performs a search without
4146
4146
  # checking any filters on the search page. The filter applied to every search
4147
- # request when quality improvement such as query expansion is needed. For
4148
- # example, if a query does not have enough results, an expanded query with
4149
- # SearchRequest.canonical_filter is returned as a supplement of the original
4150
- # query. This field is strongly recommended to achieve high search quality. For
4151
- # more information about filter syntax, see SearchRequest.filter.
4147
+ # request when quality improvement such as query expansion is needed. In the
4148
+ # case a query does not have a sufficient amount of results this filter will be
4149
+ # used to determine whether or not to enable the query expansion flow. The
4150
+ # original filter will still be used for the query expanded search. This field
4151
+ # is strongly recommended to achieve high search quality. For more information
4152
+ # about filter syntax, see SearchRequest.filter.
4152
4153
  # Corresponds to the JSON property `canonicalFilter`
4153
4154
  # @return [String]
4154
4155
  attr_accessor :canonical_filter
@@ -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.84.0"
19
+ GEM_VERSION = "0.85.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_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.84.0
4
+ version: 0.85.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_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.84.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.85.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: []