google-apis-retail_v2beta 0.123.0 → 0.124.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cd660429e343cdf650fdcbbd9233c3be63a16fb015e55a2a3b8fb5cdfa06611c
|
|
4
|
+
data.tar.gz: 0b1fc296ba7c7b091bf976a0f5055afc102048a60950b5324ffae62fe8fa9727
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1b103d373301782fd7c48e06068101d72ed378703dbb0dea70b076e9129ba675d1cc2ac82f672f04add971246f40f0705ccc50585b661ce13c68de23f4cd96c1
|
|
7
|
+
data.tar.gz: 4e68fc539d99ea4d1d56e0cd0b483d1a715a85e23ef948a79363a72a54d6e0e96ed303cf596d6d2548a9abd2fef005a86911771327926a8f9e5cab74f4d9504a
|
data/CHANGELOG.md
CHANGED
|
@@ -1310,7 +1310,7 @@ module Google
|
|
|
1310
1310
|
class GoogleCloudRetailV2alphaEnrollSolutionResponse
|
|
1311
1311
|
include Google::Apis::Core::Hashable
|
|
1312
1312
|
|
|
1313
|
-
#
|
|
1313
|
+
# AI Commerce Search API solution that the project has enrolled.
|
|
1314
1314
|
# Corresponds to the JSON property `enrolledSolution`
|
|
1315
1315
|
# @return [String]
|
|
1316
1316
|
attr_accessor :enrolled_solution
|
|
@@ -6216,8 +6216,8 @@ module Google
|
|
|
6216
6216
|
# @return [Hash<String,Object>]
|
|
6217
6217
|
attr_accessor :params
|
|
6218
6218
|
|
|
6219
|
-
# UserEvent captures all metadata information
|
|
6220
|
-
# end users interact with customers' website.
|
|
6219
|
+
# UserEvent captures all metadata information AI Commerce Search API needs to
|
|
6220
|
+
# know about how end users interact with customers' website.
|
|
6221
6221
|
# Corresponds to the JSON property `userEvent`
|
|
6222
6222
|
# @return [Google::Apis::RetailV2beta::GoogleCloudRetailV2betaUserEvent]
|
|
6223
6223
|
attr_accessor :user_event
|
|
@@ -9695,8 +9695,8 @@ module Google
|
|
|
9695
9695
|
end
|
|
9696
9696
|
end
|
|
9697
9697
|
|
|
9698
|
-
# UserEvent captures all metadata information
|
|
9699
|
-
# end users interact with customers' website.
|
|
9698
|
+
# UserEvent captures all metadata information AI Commerce Search API needs to
|
|
9699
|
+
# know about how end users interact with customers' website.
|
|
9700
9700
|
class GoogleCloudRetailV2betaUserEvent
|
|
9701
9701
|
include Google::Apis::Core::Hashable
|
|
9702
9702
|
|
|
@@ -9704,17 +9704,17 @@ module Google
|
|
|
9704
9704
|
# provide custom attributes for ingested user events, also include them in the
|
|
9705
9705
|
# user events that you associate with prediction requests. Custom attribute
|
|
9706
9706
|
# formatting must be consistent between imported events and events provided with
|
|
9707
|
-
# prediction requests. This lets the
|
|
9708
|
-
# training models and serving predictions, which helps improve
|
|
9709
|
-
# quality. This field needs to pass all below criteria, otherwise
|
|
9710
|
-
# INVALID_ARGUMENT error is returned: * The key must be a UTF-8 encoded
|
|
9711
|
-
# with a length limit of 5,000 characters. * For text attributes, at most
|
|
9712
|
-
# values are allowed. Empty values are not allowed. Each value must be a UTF-
|
|
9713
|
-
# encoded string with a length limit of 256 characters. * For number
|
|
9714
|
-
# at most 400 values are allowed. For product recommendations, an
|
|
9715
|
-
# extra user information is traffic_channel, which is how a user
|
|
9716
|
-
# site. Users can arrive at the site by coming to the site
|
|
9717
|
-
# through Google search, or in other ways.
|
|
9707
|
+
# prediction requests. This lets the AI Commerce Search API use those custom
|
|
9708
|
+
# attributes when training models and serving predictions, which helps improve
|
|
9709
|
+
# recommendation quality. This field needs to pass all below criteria, otherwise
|
|
9710
|
+
# an INVALID_ARGUMENT error is returned: * The key must be a UTF-8 encoded
|
|
9711
|
+
# string with a length limit of 5,000 characters. * For text attributes, at most
|
|
9712
|
+
# 400 values are allowed. Empty values are not allowed. Each value must be a UTF-
|
|
9713
|
+
# 8 encoded string with a length limit of 256 characters. * For number
|
|
9714
|
+
# attributes, at most 400 values are allowed. For product recommendations, an
|
|
9715
|
+
# example of extra user information is traffic_channel, which is how a user
|
|
9716
|
+
# arrives at the site. Users can arrive at the site by coming to the site
|
|
9717
|
+
# directly, coming through Google search, or in other ways.
|
|
9718
9718
|
# Corresponds to the JSON property `attributes`
|
|
9719
9719
|
# @return [Hash<String,Google::Apis::RetailV2beta::GoogleCloudRetailV2betaCustomAttribute>]
|
|
9720
9720
|
attr_accessor :attributes
|
|
@@ -9774,8 +9774,8 @@ module Google
|
|
|
9774
9774
|
|
|
9775
9775
|
# A list of identifiers for the independent experiment groups this user event
|
|
9776
9776
|
# belongs to. This is used to distinguish between user events associated with
|
|
9777
|
-
# different experiment setups (
|
|
9778
|
-
# recommendation models).
|
|
9777
|
+
# different experiment setups (such as by using AI Commerce Search API, or using
|
|
9778
|
+
# different recommendation models).
|
|
9779
9779
|
# Corresponds to the JSON property `experimentIds`
|
|
9780
9780
|
# @return [Array<String>]
|
|
9781
9781
|
attr_accessor :experiment_ids
|
|
@@ -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.124.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260723"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -2664,8 +2664,8 @@ module Google
|
|
|
2664
2664
|
|
|
2665
2665
|
# Writes a single user event from the browser. For larger user event payload
|
|
2666
2666
|
# over 16 KB, the POST method should be used instead, otherwise a 400 Bad
|
|
2667
|
-
# Request error is returned. This method is used only by the
|
|
2668
|
-
# JavaScript pixel and Google Tag Manager. Users should not call this method
|
|
2667
|
+
# Request error is returned. This method is used only by the AI Commerce Search
|
|
2668
|
+
# API JavaScript pixel and Google Tag Manager. Users should not call this method
|
|
2669
2669
|
# directly.
|
|
2670
2670
|
# @param [String] parent
|
|
2671
2671
|
# Required. The parent catalog name, such as `projects/1234/locations/global/
|
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.124.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.124.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:
|