google-apis-retail_v2alpha 0.121.0 → 0.122.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_v2alpha/classes.rb +3 -3
- data/lib/google/apis/retail_v2alpha/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: 168cf6ad11463067216ccbe47ab80941c2f8fc6a956db72afacb2d47ac8d2ac9
|
4
|
+
data.tar.gz: e68bd927714c60e413f6defb0a3fe47817b98b126ad1bdd26934343ccf0655e3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 756b9d5393e2b436bb731409154d5f6727c1e9279a782d8b0fde7a569e2f6f83f988cf67542c1cff35ca8af18c8b2305ad17d8cc50eaf606566ba57b8a5a469f
|
7
|
+
data.tar.gz: 653d65d3f7ebe7078338734cb3eef341e49217ee77ca2173657aa5fb7d527fa0659b0b130d9851e3a995f4450d5a5a1f562f248e78752540345e433506105012
|
data/CHANGELOG.md
CHANGED
@@ -7670,9 +7670,9 @@ module Google
|
|
7670
7670
|
|
7671
7671
|
# Optional. The user attributes that could be used for personalization of search
|
7672
7672
|
# results. * Populate at most 100 key-value pairs per query. * Only supports
|
7673
|
-
# string keys and repeated string values. *
|
7674
|
-
# a single query. Example: user_attributes: [ ` key: "pets" value `
|
7675
|
-
# values: "cat" ` `, ` key: "state" value ` values: "CA" ` ` ]
|
7673
|
+
# string keys and repeated string values. * Duplicate keys are not allowed
|
7674
|
+
# within a single query. Example: user_attributes: [ ` key: "pets" value `
|
7675
|
+
# values: "dog" values: "cat" ` `, ` key: "state" value ` values: "CA" ` ` ]
|
7676
7676
|
# Corresponds to the JSON property `userAttributes`
|
7677
7677
|
# @return [Hash<String,Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaStringList>]
|
7678
7678
|
attr_accessor :user_attributes
|
@@ -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.122.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_v2alpha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.122.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_v2alpha/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.122.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2alpha
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|