google-apis-retail_v2 0.57.0 → 0.58.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/classes.rb +2 -2
- data/lib/google/apis/retail_v2/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: d6d9bc6d7be7f7166fd87d768150cb0d62d7e81b369696879e70769985db152c
|
|
4
|
+
data.tar.gz: 065e29071751b67531d32b62102e28a0d9d13609af4220da19bca172461f24e7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '0768586fd39d9200701722f5f3290f246a3a6915c65e1d1eba4914db2711f35de8b1912beb46e548f91e8a85709815ee464d7026bbc54db86291c673db321edc'
|
|
7
|
+
data.tar.gz: b088823120949480e5b9aec6f3b6e021e0e5d27ea4640ff04825a8304846eca211e31090d0787f8ca82823f2814346b5ef82611364600084db3659fb9b31d0e3
|
data/CHANGELOG.md
CHANGED
|
@@ -3161,7 +3161,7 @@ module Google
|
|
|
3161
3161
|
attr_accessor :replacement_action
|
|
3162
3162
|
|
|
3163
3163
|
# Creates a set of terms that will be treated as synonyms of each other. Example:
|
|
3164
|
-
# synonyms of "sneakers" and "shoes"
|
|
3164
|
+
# synonyms of "sneakers" and "shoes": * "sneakers" will use a synonym of "shoes"
|
|
3165
3165
|
# . * "shoes" will use a synonym of "sneakers".
|
|
3166
3166
|
# Corresponds to the JSON property `twowaySynonymsAction`
|
|
3167
3167
|
# @return [Google::Apis::RetailV2::GoogleCloudRetailV2RuleTwowaySynonymsAction]
|
|
@@ -3400,7 +3400,7 @@ module Google
|
|
|
3400
3400
|
end
|
|
3401
3401
|
|
|
3402
3402
|
# Creates a set of terms that will be treated as synonyms of each other. Example:
|
|
3403
|
-
# synonyms of "sneakers" and "shoes"
|
|
3403
|
+
# synonyms of "sneakers" and "shoes": * "sneakers" will use a synonym of "shoes"
|
|
3404
3404
|
# . * "shoes" will use a synonym of "sneakers".
|
|
3405
3405
|
class GoogleCloudRetailV2RuleTwowaySynonymsAction
|
|
3406
3406
|
include Google::Apis::Core::Hashable
|
|
@@ -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.58.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
|
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.58.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_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.58.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: []
|