google-apis-retail_v2 0.131.0 → 0.132.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 +18 -18
- data/lib/google/apis/retail_v2/gem_version.rb +2 -2
- data/lib/google/apis/retail_v2/service.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: 762ba7e646466fc26117709bd81aca1e5ab80142f20469e050c14c63a8322d83
|
|
4
|
+
data.tar.gz: d6c5bf470986b850d7c7aa7774c49f00756f4ec8368d4b96a239d8a74aa3f8c3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c0c3851b02724a806654667f676091cda29c1483097f1ce70906c6287d51f8062364bada2a3c8122410c5cef4cae5feb208a800cd937f2cc9cab547d2ac69531
|
|
7
|
+
data.tar.gz: c9a7b3f1528d3372e78cc64b5c1ddd10265cb6c3c296db538a442bc59174ec0343e77cf668306651ac9def8ffb24eb206e4eaaa373f850be5f495240ffa231f9
|
data/CHANGELOG.md
CHANGED
|
@@ -3678,8 +3678,8 @@ module Google
|
|
|
3678
3678
|
# @return [Hash<String,Object>]
|
|
3679
3679
|
attr_accessor :params
|
|
3680
3680
|
|
|
3681
|
-
# UserEvent captures all metadata information
|
|
3682
|
-
# end users interact with customers' website.
|
|
3681
|
+
# UserEvent captures all metadata information AI Commerce Search API needs to
|
|
3682
|
+
# know about how end users interact with customers' website.
|
|
3683
3683
|
# Corresponds to the JSON property `userEvent`
|
|
3684
3684
|
# @return [Google::Apis::RetailV2::GoogleCloudRetailV2UserEvent]
|
|
3685
3685
|
attr_accessor :user_event
|
|
@@ -7157,8 +7157,8 @@ module Google
|
|
|
7157
7157
|
end
|
|
7158
7158
|
end
|
|
7159
7159
|
|
|
7160
|
-
# UserEvent captures all metadata information
|
|
7161
|
-
# end users interact with customers' website.
|
|
7160
|
+
# UserEvent captures all metadata information AI Commerce Search API needs to
|
|
7161
|
+
# know about how end users interact with customers' website.
|
|
7162
7162
|
class GoogleCloudRetailV2UserEvent
|
|
7163
7163
|
include Google::Apis::Core::Hashable
|
|
7164
7164
|
|
|
@@ -7166,17 +7166,17 @@ module Google
|
|
|
7166
7166
|
# provide custom attributes for ingested user events, also include them in the
|
|
7167
7167
|
# user events that you associate with prediction requests. Custom attribute
|
|
7168
7168
|
# formatting must be consistent between imported events and events provided with
|
|
7169
|
-
# prediction requests. This lets the
|
|
7170
|
-
# training models and serving predictions, which helps improve
|
|
7171
|
-
# quality. This field needs to pass all below criteria, otherwise
|
|
7172
|
-
# INVALID_ARGUMENT error is returned: * The key must be a UTF-8 encoded
|
|
7173
|
-
# with a length limit of 5,000 characters. * For text attributes, at most
|
|
7174
|
-
# values are allowed. Empty values are not allowed. Each value must be a UTF-
|
|
7175
|
-
# encoded string with a length limit of 256 characters. * For number
|
|
7176
|
-
# at most 400 values are allowed. For product recommendations, an
|
|
7177
|
-
# extra user information is traffic_channel, which is how a user
|
|
7178
|
-
# site. Users can arrive at the site by coming to the site
|
|
7179
|
-
# through Google search, or in other ways.
|
|
7169
|
+
# prediction requests. This lets the AI Commerce Search API use those custom
|
|
7170
|
+
# attributes when training models and serving predictions, which helps improve
|
|
7171
|
+
# recommendation quality. This field needs to pass all below criteria, otherwise
|
|
7172
|
+
# an INVALID_ARGUMENT error is returned: * The key must be a UTF-8 encoded
|
|
7173
|
+
# string with a length limit of 5,000 characters. * For text attributes, at most
|
|
7174
|
+
# 400 values are allowed. Empty values are not allowed. Each value must be a UTF-
|
|
7175
|
+
# 8 encoded string with a length limit of 256 characters. * For number
|
|
7176
|
+
# attributes, at most 400 values are allowed. For product recommendations, an
|
|
7177
|
+
# example of extra user information is traffic_channel, which is how a user
|
|
7178
|
+
# arrives at the site. Users can arrive at the site by coming to the site
|
|
7179
|
+
# directly, coming through Google search, or in other ways.
|
|
7180
7180
|
# Corresponds to the JSON property `attributes`
|
|
7181
7181
|
# @return [Hash<String,Google::Apis::RetailV2::GoogleCloudRetailV2CustomAttribute>]
|
|
7182
7182
|
attr_accessor :attributes
|
|
@@ -7236,8 +7236,8 @@ module Google
|
|
|
7236
7236
|
|
|
7237
7237
|
# A list of identifiers for the independent experiment groups this user event
|
|
7238
7238
|
# belongs to. This is used to distinguish between user events associated with
|
|
7239
|
-
# different experiment setups (
|
|
7240
|
-
# recommendation models).
|
|
7239
|
+
# different experiment setups (such as by using AI Commerce Search API, or using
|
|
7240
|
+
# different recommendation models).
|
|
7241
7241
|
# Corresponds to the JSON property `experimentIds`
|
|
7242
7242
|
# @return [Array<String>]
|
|
7243
7243
|
attr_accessor :experiment_ids
|
|
@@ -7683,7 +7683,7 @@ module Google
|
|
|
7683
7683
|
class GoogleCloudRetailV2alphaEnrollSolutionResponse
|
|
7684
7684
|
include Google::Apis::Core::Hashable
|
|
7685
7685
|
|
|
7686
|
-
#
|
|
7686
|
+
# AI Commerce Search API solution that the project has enrolled.
|
|
7687
7687
|
# Corresponds to the JSON property `enrolledSolution`
|
|
7688
7688
|
# @return [String]
|
|
7689
7689
|
attr_accessor :enrolled_solution
|
|
@@ -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.132.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
|
|
@@ -2525,8 +2525,8 @@ module Google
|
|
|
2525
2525
|
|
|
2526
2526
|
# Writes a single user event from the browser. For larger user event payload
|
|
2527
2527
|
# over 16 KB, the POST method should be used instead, otherwise a 400 Bad
|
|
2528
|
-
# Request error is returned. This method is used only by the
|
|
2529
|
-
# JavaScript pixel and Google Tag Manager. Users should not call this method
|
|
2528
|
+
# Request error is returned. This method is used only by the AI Commerce Search
|
|
2529
|
+
# API JavaScript pixel and Google Tag Manager. Users should not call this method
|
|
2530
2530
|
# directly.
|
|
2531
2531
|
# @param [String] parent
|
|
2532
2532
|
# 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_v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.132.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.132.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:
|