google-apis-retail_v2alpha 0.61.0 → 0.62.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 91c2450428b993c1727730d9939d35b245490d3f03b21dd51b963deb3122d7b0
|
|
4
|
+
data.tar.gz: 0eb29571ed04ea1745d7add67dbcd05e92aa1adae528add992dd8ae3a379b35f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fc3b7da6b42f09e8055a75001beffd38b24d3b1d128309142c7698682b52406a276aea34dc874bd09d1dfaa047877afe31956d1c1f1c913dfe42f556844141f3
|
|
7
|
+
data.tar.gz: 44dc5fdc4cdcd3019e04462f7a1913217df91c984bb230e7036e59e90a6af4bec8abae35d323933c95898b7a4f09904674811b07d00e44f02690b9cec5c46f60
|
data/CHANGELOG.md
CHANGED
|
@@ -1285,8 +1285,8 @@ module Google
|
|
|
1285
1285
|
class GoogleCloudRetailV2alphaCompleteQueryResponse
|
|
1286
1286
|
include Google::Apis::Core::Hashable
|
|
1287
1287
|
|
|
1288
|
-
# A map of matched attribute suggestions.
|
|
1289
|
-
# categories`
|
|
1288
|
+
# A map of matched attribute suggestions. This field is only available for "
|
|
1289
|
+
# cloud-retail" dataset. Current supported keys: * `brands` * `categories`
|
|
1290
1290
|
# Corresponds to the JSON property `attributeResults`
|
|
1291
1291
|
# @return [Hash<String,Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaCompleteQueryResponseAttributeResult>]
|
|
1292
1292
|
attr_accessor :attribute_results
|
|
@@ -4432,7 +4432,7 @@ module Google
|
|
|
4432
4432
|
attr_accessor :replacement_action
|
|
4433
4433
|
|
|
4434
4434
|
# Creates a set of terms that will be treated as synonyms of each other. Example:
|
|
4435
|
-
# synonyms of "sneakers" and "shoes"
|
|
4435
|
+
# synonyms of "sneakers" and "shoes": * "sneakers" will use a synonym of "shoes"
|
|
4436
4436
|
# . * "shoes" will use a synonym of "sneakers".
|
|
4437
4437
|
# Corresponds to the JSON property `twowaySynonymsAction`
|
|
4438
4438
|
# @return [Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaRuleTwowaySynonymsAction]
|
|
@@ -4671,7 +4671,7 @@ module Google
|
|
|
4671
4671
|
end
|
|
4672
4672
|
|
|
4673
4673
|
# Creates a set of terms that will be treated as synonyms of each other. Example:
|
|
4674
|
-
# synonyms of "sneakers" and "shoes"
|
|
4674
|
+
# synonyms of "sneakers" and "shoes": * "sneakers" will use a synonym of "shoes"
|
|
4675
4675
|
# . * "shoes" will use a synonym of "sneakers".
|
|
4676
4676
|
class GoogleCloudRetailV2alphaRuleTwowaySynonymsAction
|
|
4677
4677
|
include Google::Apis::Core::Hashable
|
|
@@ -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.62.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.11.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20221107"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -72,7 +72,8 @@ module Google
|
|
|
72
72
|
# all device types. Supported formats: * `UNKNOWN_DEVICE_TYPE` * `DESKTOP` * `
|
|
73
73
|
# MOBILE` * A customized string starts with `OTHER_`, e.g. `OTHER_IPHONE`.
|
|
74
74
|
# @param [Boolean] enable_attribute_suggestions
|
|
75
|
-
# If true, attribute suggestions are enabled and provided in response.
|
|
75
|
+
# If true, attribute suggestions are enabled and provided in response. This
|
|
76
|
+
# field is only available for "cloud-retail" dataset.
|
|
76
77
|
# @param [Array<String>, String] language_codes
|
|
77
78
|
# Note that this field applies for `user-data` dataset only. For requests with `
|
|
78
79
|
# cloud-retail` dataset, setting this field has no effect. The language filters
|
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.62.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-
|
|
11
|
+
date: 2022-11-14 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.62.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: []
|