google-apis-retail_v2 0.119.0 → 0.120.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 +3 -3
- data/lib/google/apis/retail_v2/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 52ebf3fe594ee5827588e46a1b0441b3d1fe68951560178c757664d938ba7e77
|
4
|
+
data.tar.gz: a99f076be147b7222c86ebc9752ad63f8ce236b0373aa1544275ff1522890293
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1dcccaa8a44fb0d2853824c8b1108325e2ac627518d273f88601bae489263f2947f68cc423d53dd724cb8b77ef6c5d9969309a254043cfcb082ca2a2db515bd9
|
7
|
+
data.tar.gz: de0aa4ef7ba6c25fb8e0a13c372c74b1414a895462ac5fa91ca9b5ca0fd5515902a96409185e45b180b3c4afdae60fb0226f5337f80c29bdf18ee7a0fb89cbd7
|
data/CHANGELOG.md
CHANGED
@@ -5243,9 +5243,9 @@ module Google
|
|
5243
5243
|
|
5244
5244
|
# Optional. The user attributes that could be used for personalization of search
|
5245
5245
|
# results. * Populate at most 100 key-value pairs per query. * Only supports
|
5246
|
-
# string keys and repeated string values. *
|
5247
|
-
# a single query. Example: user_attributes: [ ` key: "pets" value `
|
5248
|
-
# values: "cat" ` `, ` key: "state" value ` values: "CA" ` ` ]
|
5246
|
+
# string keys and repeated string values. * Duplicate keys are not allowed
|
5247
|
+
# within a single query. Example: user_attributes: [ ` key: "pets" value `
|
5248
|
+
# values: "dog" values: "cat" ` `, ` key: "state" value ` values: "CA" ` ` ]
|
5249
5249
|
# Corresponds to the JSON property `userAttributes`
|
5250
5250
|
# @return [Hash<String,Google::Apis::RetailV2::GoogleCloudRetailV2StringList>]
|
5251
5251
|
attr_accessor :user_attributes
|
@@ -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.120.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250703"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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.120.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.120.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|