google-apis-retail_v2 0.36.0 → 0.37.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/retail_v2/gem_version.rb +2 -2
- data/lib/google/apis/retail_v2/service.rb +3 -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: dd90dc15eae51189a2fdf09351866ee524f8bd62397647b2353c03ae9ca36bad
|
|
4
|
+
data.tar.gz: 42363471e109c8942ce12d29f5e0c4b5cac38f46b7e67301e62b71471f31ab0d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 21ccfd5f4793c22478f7c65f2cc824b8fe80a70aec1170ede60bc7c0fb457627df7c38450b50b7abd388a90c9a9f3788efcad6ca5e43e8a145ff43bb4c592c47
|
|
7
|
+
data.tar.gz: 5aeaa410de3a3bb4e502047c077c0e20e93cdb0f3420c3ee6abd65cc899bef6907f8ad960d2c70ce4d879d34c76816ab76f013904dea5441d39d5ec2776cf5fe
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.37.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220430"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -62,8 +62,9 @@ module Google
|
|
|
62
62
|
# the imported dataset through CompletionService.ImportCompletionData. "cloud-
|
|
63
63
|
# retail" will use the dataset generated by cloud retail based on user events.
|
|
64
64
|
# If leave empty, it will use the "user-data". Current supported values: * user-
|
|
65
|
-
# data * cloud-retail This option requires
|
|
66
|
-
#
|
|
65
|
+
# data * cloud-retail: This option requires enabling auto-learning function
|
|
66
|
+
# first. See [guidelines](https://cloud.google.com/retail/docs/completion-
|
|
67
|
+
# overview#generated-completion-dataset).
|
|
67
68
|
# @param [String] device_type
|
|
68
69
|
# The device type context for completion suggestions. It is useful to apply
|
|
69
70
|
# different suggestions on different device types, e.g. `DESKTOP`, `MOBILE`. If
|
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.
|
|
4
|
+
version: 0.37.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-05-
|
|
11
|
+
date: 2022-05-09 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.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.37.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: []
|