google-apis-retail_v2alpha 0.88.0 → 0.89.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/retail_v2alpha/classes.rb +6 -5
- data/lib/google/apis/retail_v2alpha/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: de351a4cde2fb82b4d68e56bc5f469ad8c46c96333e383077034e8e95b39ec4d
|
4
|
+
data.tar.gz: f2f70de17c05152cfb271775bf51ba0a3117cc2a414a64ee4a27202bd00f4ed5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2e4a8f6477860f0b301e9d8e9999696d0f146bed594255f5dd866dbc3894fa29f55954a32ad33e8c21e11c594b950b9b326137a4140594528525c7c6106dd5bd
|
7
|
+
data.tar.gz: 1682c3fa9838907fb18ed9d6caf50109156b17071ea5ae44f6c0d70eff20cf41f80db6ef73a3010c6571743df748767f8b94ef985d8be1bd8c38cdc9416ff29e
|
data/CHANGELOG.md
CHANGED
@@ -5789,11 +5789,12 @@ module Google
|
|
5789
5789
|
|
5790
5790
|
# The default filter that is applied when a user performs a search without
|
5791
5791
|
# checking any filters on the search page. The filter applied to every search
|
5792
|
-
# request when quality improvement such as query expansion is needed.
|
5793
|
-
#
|
5794
|
-
#
|
5795
|
-
#
|
5796
|
-
#
|
5792
|
+
# request when quality improvement such as query expansion is needed. In the
|
5793
|
+
# case a query does not have a sufficient amount of results this filter will be
|
5794
|
+
# used to determine whether or not to enable the query expansion flow. The
|
5795
|
+
# original filter will still be used for the query expanded search. This field
|
5796
|
+
# is strongly recommended to achieve high search quality. For more information
|
5797
|
+
# about filter syntax, see SearchRequest.filter.
|
5797
5798
|
# Corresponds to the JSON property `canonicalFilter`
|
5798
5799
|
# @return [String]
|
5799
5800
|
attr_accessor :canonical_filter
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module RetailV2alpha
|
18
18
|
# Version of the google-apis-retail_v2alpha gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.89.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 = "
|
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_v2alpha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.89.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-
|
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_v2alpha/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.89.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2alpha
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|