google-apis-retail_v2beta 0.114.0 → 0.115.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_v2beta/classes.rb +3 -3
- data/lib/google/apis/retail_v2beta/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: 52ec22acff98f4674e97c51f316b3c82c6adab6d9d1022c0837872d71322edc5
|
4
|
+
data.tar.gz: 6177af6a935bb4725f405347de17a557825ede2fa927d4bf8392c7dfa2540555
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c6a103a35827110961808eb7fd136af562c00bc9fe1b37a98a50da47de4c649b3d6943ba206cc89b2d23a3f4cb41429b45b6ea98e601af7d32af7e089591767c
|
7
|
+
data.tar.gz: 1f9306f061a9e5aa46c3749f6090c7c56d9eee9c82ac20c8367de5dc49a1e6ff916a63dce971852c2820e7a33f44bb29b0249057fcefa6a87dd7d131cc54d873
|
data/CHANGELOG.md
CHANGED
@@ -7834,9 +7834,9 @@ module Google
|
|
7834
7834
|
|
7835
7835
|
# Optional. The user attributes that could be used for personalization of search
|
7836
7836
|
# results. * Populate at most 100 key-value pairs per query. * Only supports
|
7837
|
-
# string keys and repeated string values. *
|
7838
|
-
# a single query. Example: user_attributes: [ ` key: "pets" value `
|
7839
|
-
# values: "cat" ` `, ` key: "state" value ` values: "CA" ` ` ]
|
7837
|
+
# string keys and repeated string values. * Duplicate keys are not allowed
|
7838
|
+
# within a single query. Example: user_attributes: [ ` key: "pets" value `
|
7839
|
+
# values: "dog" values: "cat" ` `, ` key: "state" value ` values: "CA" ` ` ]
|
7840
7840
|
# Corresponds to the JSON property `userAttributes`
|
7841
7841
|
# @return [Hash<String,Google::Apis::RetailV2beta::GoogleCloudRetailV2betaStringList>]
|
7842
7842
|
attr_accessor :user_attributes
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module RetailV2beta
|
18
18
|
# Version of the google-apis-retail_v2beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.115.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_v2beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.115.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_v2beta/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.115.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2beta
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|