google-apis-retail_v2alpha 0.138.0 → 0.139.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: da13819d17d1c043a19e9245a75fc7ba40aefb39b032a44625cbb05153889d43
|
|
4
|
+
data.tar.gz: 9cf2f150c462d4a844fe118263f53e40d94bf26476faddc944378fa65cb67ae1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0615c2121c26c0a8afbe686015ceffeb4c6dd82ed3decb9cbee02f95e79871b280472b059ee646b3f46f6c108b271504b247f54caa26b28dd8e678bb2d35450d
|
|
7
|
+
data.tar.gz: 129d1427da7fe6036026e6cd0c5f16eb39b5ce35e0e418c0af9a1d0267cb3dd4757fafd1a73fe74d01f2a7dc3929491ab7a81f3959fb9a37f2d4a070e91de69c
|
data/CHANGELOG.md
CHANGED
|
@@ -3374,7 +3374,7 @@ module Google
|
|
|
3374
3374
|
class GoogleCloudRetailV2alphaEnrollSolutionResponse
|
|
3375
3375
|
include Google::Apis::Core::Hashable
|
|
3376
3376
|
|
|
3377
|
-
#
|
|
3377
|
+
# AI Commerce Search API solution that the project has enrolled.
|
|
3378
3378
|
# Corresponds to the JSON property `enrolledSolution`
|
|
3379
3379
|
# @return [String]
|
|
3380
3380
|
attr_accessor :enrolled_solution
|
|
@@ -4479,7 +4479,7 @@ module Google
|
|
|
4479
4479
|
class GoogleCloudRetailV2alphaListEnrolledSolutionsResponse
|
|
4480
4480
|
include Google::Apis::Core::Hashable
|
|
4481
4481
|
|
|
4482
|
-
#
|
|
4482
|
+
# AI Commerce Search API solutions that the project has enrolled.
|
|
4483
4483
|
# Corresponds to the JSON property `enrolledSolutions`
|
|
4484
4484
|
# @return [Array<String>]
|
|
4485
4485
|
attr_accessor :enrolled_solutions
|
|
@@ -5641,8 +5641,8 @@ module Google
|
|
|
5641
5641
|
# @return [Hash<String,Object>]
|
|
5642
5642
|
attr_accessor :params
|
|
5643
5643
|
|
|
5644
|
-
# UserEvent captures all metadata information
|
|
5645
|
-
# end users interact with customers' website.
|
|
5644
|
+
# UserEvent captures all metadata information AI Commerce Search API needs to
|
|
5645
|
+
# know about how end users interact with customers' website.
|
|
5646
5646
|
# Corresponds to the JSON property `userEvent`
|
|
5647
5647
|
# @return [Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaUserEvent]
|
|
5648
5648
|
attr_accessor :user_event
|
|
@@ -6415,7 +6415,7 @@ module Google
|
|
|
6415
6415
|
class GoogleCloudRetailV2alphaProject
|
|
6416
6416
|
include Google::Apis::Core::Hashable
|
|
6417
6417
|
|
|
6418
|
-
# Output only.
|
|
6418
|
+
# Output only. AI Commerce Search API solutions that the project has enrolled.
|
|
6419
6419
|
# Corresponds to the JSON property `enrolledSolutions`
|
|
6420
6420
|
# @return [Array<String>]
|
|
6421
6421
|
attr_accessor :enrolled_solutions
|
|
@@ -9187,8 +9187,8 @@ module Google
|
|
|
9187
9187
|
end
|
|
9188
9188
|
end
|
|
9189
9189
|
|
|
9190
|
-
# UserEvent captures all metadata information
|
|
9191
|
-
# end users interact with customers' website.
|
|
9190
|
+
# UserEvent captures all metadata information AI Commerce Search API needs to
|
|
9191
|
+
# know about how end users interact with customers' website.
|
|
9192
9192
|
class GoogleCloudRetailV2alphaUserEvent
|
|
9193
9193
|
include Google::Apis::Core::Hashable
|
|
9194
9194
|
|
|
@@ -9196,17 +9196,17 @@ module Google
|
|
|
9196
9196
|
# provide custom attributes for ingested user events, also include them in the
|
|
9197
9197
|
# user events that you associate with prediction requests. Custom attribute
|
|
9198
9198
|
# formatting must be consistent between imported events and events provided with
|
|
9199
|
-
# prediction requests. This lets the
|
|
9200
|
-
# training models and serving predictions, which helps improve
|
|
9201
|
-
# quality. This field needs to pass all below criteria, otherwise
|
|
9202
|
-
# INVALID_ARGUMENT error is returned: * The key must be a UTF-8 encoded
|
|
9203
|
-
# with a length limit of 5,000 characters. * For text attributes, at most
|
|
9204
|
-
# values are allowed. Empty values are not allowed. Each value must be a UTF-
|
|
9205
|
-
# encoded string with a length limit of 256 characters. * For number
|
|
9206
|
-
# at most 400 values are allowed. For product recommendations, an
|
|
9207
|
-
# extra user information is traffic_channel, which is how a user
|
|
9208
|
-
# site. Users can arrive at the site by coming to the site
|
|
9209
|
-
# through Google search, or in other ways.
|
|
9199
|
+
# prediction requests. This lets the AI Commerce Search API use those custom
|
|
9200
|
+
# attributes when training models and serving predictions, which helps improve
|
|
9201
|
+
# recommendation quality. This field needs to pass all below criteria, otherwise
|
|
9202
|
+
# an INVALID_ARGUMENT error is returned: * The key must be a UTF-8 encoded
|
|
9203
|
+
# string with a length limit of 5,000 characters. * For text attributes, at most
|
|
9204
|
+
# 400 values are allowed. Empty values are not allowed. Each value must be a UTF-
|
|
9205
|
+
# 8 encoded string with a length limit of 256 characters. * For number
|
|
9206
|
+
# attributes, at most 400 values are allowed. For product recommendations, an
|
|
9207
|
+
# example of extra user information is traffic_channel, which is how a user
|
|
9208
|
+
# arrives at the site. Users can arrive at the site by coming to the site
|
|
9209
|
+
# directly, coming through Google search, or in other ways.
|
|
9210
9210
|
# Corresponds to the JSON property `attributes`
|
|
9211
9211
|
# @return [Hash<String,Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaCustomAttribute>]
|
|
9212
9212
|
attr_accessor :attributes
|
|
@@ -9266,8 +9266,8 @@ module Google
|
|
|
9266
9266
|
|
|
9267
9267
|
# A list of identifiers for the independent experiment groups this user event
|
|
9268
9268
|
# belongs to. This is used to distinguish between user events associated with
|
|
9269
|
-
# different experiment setups (
|
|
9270
|
-
# recommendation models).
|
|
9269
|
+
# different experiment setups (such as by using AI Commerce Search API, or using
|
|
9270
|
+
# different recommendation models).
|
|
9271
9271
|
# Corresponds to the JSON property `experimentIds`
|
|
9272
9272
|
# @return [Array<String>]
|
|
9273
9273
|
attr_accessor :experiment_ids
|
|
@@ -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.139.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
|
|
@@ -56,8 +56,8 @@ module Google
|
|
|
56
56
|
|
|
57
57
|
# The method enrolls a solution of type Retail Search into a project. The
|
|
58
58
|
# Recommendations AI solution type is enrolled by default when your project
|
|
59
|
-
# enables
|
|
60
|
-
# recommendations.
|
|
59
|
+
# enables AI Commerce Search API, so you don't need to call the enrollSolution
|
|
60
|
+
# method for recommendations.
|
|
61
61
|
# @param [String] project
|
|
62
62
|
# Required. Full resource name of parent. Format: `projects/`
|
|
63
63
|
# project_number_or_id``
|
|
@@ -154,7 +154,7 @@ module Google
|
|
|
154
154
|
end
|
|
155
155
|
|
|
156
156
|
# Gets the project. Throws `NOT_FOUND` if the project wasn't initialized for the
|
|
157
|
-
#
|
|
157
|
+
# AI Commerce Search API service.
|
|
158
158
|
# @param [String] name
|
|
159
159
|
# Required. Full resource name of the project. Format: `projects/`
|
|
160
160
|
# project_number_or_id`/retailProject`
|
|
@@ -185,7 +185,7 @@ module Google
|
|
|
185
185
|
execute_or_queue_command(command, &block)
|
|
186
186
|
end
|
|
187
187
|
|
|
188
|
-
# Lists all the
|
|
188
|
+
# Lists all the AI Commerce Search API solutions the project has enrolled.
|
|
189
189
|
# @param [String] parent
|
|
190
190
|
# Required. Full resource name of parent. Format: `projects/`
|
|
191
191
|
# project_number_or_id``
|
|
@@ -3050,8 +3050,8 @@ module Google
|
|
|
3050
3050
|
|
|
3051
3051
|
# Writes a single user event from the browser. For larger user event payload
|
|
3052
3052
|
# over 16 KB, the POST method should be used instead, otherwise a 400 Bad
|
|
3053
|
-
# Request error is returned. This method is used only by the
|
|
3054
|
-
# JavaScript pixel and Google Tag Manager. Users should not call this method
|
|
3053
|
+
# Request error is returned. This method is used only by the AI Commerce Search
|
|
3054
|
+
# API JavaScript pixel and Google Tag Manager. Users should not call this method
|
|
3055
3055
|
# directly.
|
|
3056
3056
|
# @param [String] parent
|
|
3057
3057
|
# 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_v2alpha
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.139.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.139.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:
|