google-apis-retail_v2beta 0.8.0 → 0.12.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 +18 -0
- data/lib/google/apis/retail_v2beta/classes.rb +25 -15
- data/lib/google/apis/retail_v2beta/gem_version.rb +3 -3
- metadata +13 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 03d477a9c2c7a6d42d3bd9f69c462bce8bcd457a6c098eb583774f9cfe3c3179
|
4
|
+
data.tar.gz: dc64f9c2b24aa6093c7a300f86f1e148d718318e12e1e699fbc50e397b75d790
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a129c72f87473b4cb003e50e28b1291732f8415632099875bf5c60317fbb3cf2f7ef6159ff033fa249ca1e971ca964596b079a1d50c20ade908ac669f7d622ee
|
7
|
+
data.tar.gz: f978b47e1168c8ab47b7a77c20ab15446a18b1b9dfab72142ea82ee8619956a06d737d1f30a2567b8a9654fc611c21415378f8ffc5c04142f763a891b97cbed0
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,23 @@
|
|
1
1
|
# Release history for google-apis-retail_v2beta
|
2
2
|
|
3
|
+
### v0.12.0 (2021-07-14)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20210702
|
6
|
+
|
7
|
+
### v0.11.0 (2021-07-03)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20210625
|
10
|
+
* Regenerated using generator version 0.4.0
|
11
|
+
|
12
|
+
### v0.10.0 (2021-06-24)
|
13
|
+
|
14
|
+
* Regenerated from discovery document revision 20210614
|
15
|
+
|
16
|
+
### v0.9.0 (2021-06-07)
|
17
|
+
|
18
|
+
* Regenerated from discovery document revision 20210528
|
19
|
+
* Regenerated using generator version 0.3.0
|
20
|
+
|
3
21
|
### v0.8.0 (2021-05-22)
|
4
22
|
|
5
23
|
* Regenerated from discovery document revision 20210514
|
@@ -1375,7 +1375,14 @@ module Google
|
|
1375
1375
|
# being clicked/purchased given the user's context and history. * `
|
1376
1376
|
# strictFiltering`: Boolean. True by default. If set to false, the service will
|
1377
1377
|
# return generic (unfiltered) popular products instead of empty if your filter
|
1378
|
-
# blocks all prediction results.
|
1378
|
+
# blocks all prediction results. * `priceRerankLevel`: String. Default empty. If
|
1379
|
+
# set to be non-empty, then it needs to be one of `'no-price-reranking', 'low-
|
1380
|
+
# price-reranking', 'medium-price-reranking', 'high-price-reranking'`. This
|
1381
|
+
# gives request-level control and adjusts prediction results based on product
|
1382
|
+
# price. * `diversityLevel`: String. Default empty. If set to be non-empty, then
|
1383
|
+
# it needs to be one of `'no-diversity', 'low-diversity', 'medium-diversity', '
|
1384
|
+
# high-diversity', 'auto-diversity'`. This gives request-level control and
|
1385
|
+
# adjusts prediction results based on product category.
|
1379
1386
|
# Corresponds to the JSON property `params`
|
1380
1387
|
# @return [Hash<String,Object>]
|
1381
1388
|
attr_accessor :params
|
@@ -1731,7 +1738,7 @@ module Google
|
|
1731
1738
|
include Google::Apis::Core::Hashable
|
1732
1739
|
|
1733
1740
|
# Required. A list of products to update/create. Each product must have a valid
|
1734
|
-
# Product.id. Recommended max of
|
1741
|
+
# Product.id. Recommended max of 100 items.
|
1735
1742
|
# Corresponds to the JSON property `products`
|
1736
1743
|
# @return [Array<Google::Apis::RetailV2beta::GoogleCloudRetailV2betaProduct>]
|
1737
1744
|
attr_accessor :products
|
@@ -2040,11 +2047,12 @@ module Google
|
|
2040
2047
|
|
2041
2048
|
# Required. User event type. Allowed values are: * `add-to-cart`: Products being
|
2042
2049
|
# added to cart. * `category-page-view`: Special pages such as sale or promotion
|
2043
|
-
# pages viewed. * `
|
2044
|
-
# view`:
|
2045
|
-
# * `promotion-
|
2046
|
-
#
|
2047
|
-
#
|
2050
|
+
# pages viewed. * `completion`: Completion query result showed/clicked. * `
|
2051
|
+
# detail-page-view`: Products detail page viewed. * `home-page-view`: Homepage
|
2052
|
+
# viewed. * `promotion-offered`: Promotion is offered to a user. * `promotion-
|
2053
|
+
# not-offered`: Promotion is not offered to a user. * `purchase-complete`: User
|
2054
|
+
# finishing a purchase. * `search`: Product search. * `shopping-cart-page-view`:
|
2055
|
+
# User viewing a shopping cart.
|
2048
2056
|
# Corresponds to the JSON property `eventType`
|
2049
2057
|
# @return [String]
|
2050
2058
|
attr_accessor :event_type
|
@@ -2254,9 +2262,10 @@ module Google
|
|
2254
2262
|
attr_accessor :direct_user_request
|
2255
2263
|
alias_method :direct_user_request?, :direct_user_request
|
2256
2264
|
|
2257
|
-
# The end user's IP address.
|
2258
|
-
#
|
2259
|
-
#
|
2265
|
+
# The end user's IP address. Required for getting SearchRespons.
|
2266
|
+
# sponsored_results. This field is used to extract location information for
|
2267
|
+
# personalization. This field must be either an IPv4 address (e.g. "104.133.9.80"
|
2268
|
+
# ) or an IPv6 address (e.g. "2001:0db8:85a3:0000:0000:8a2e:0370:7334").
|
2260
2269
|
# Otherwise, an INVALID_ARGUMENT error is returned. This should not be set when
|
2261
2270
|
# using the JavaScript tag in UserEventService.CollectUserEvent or if
|
2262
2271
|
# direct_user_request is set.
|
@@ -2264,11 +2273,12 @@ module Google
|
|
2264
2273
|
# @return [String]
|
2265
2274
|
attr_accessor :ip_address
|
2266
2275
|
|
2267
|
-
# User agent as included in the HTTP header.
|
2268
|
-
#
|
2269
|
-
#
|
2270
|
-
#
|
2271
|
-
#
|
2276
|
+
# User agent as included in the HTTP header. Required for getting SearchRespons.
|
2277
|
+
# sponsored_results. The field must be a UTF-8 encoded string with a length
|
2278
|
+
# limit of 1,000 characters. Otherwise, an INVALID_ARGUMENT error is returned.
|
2279
|
+
# This should not be set when using the client side event reporting with GTM or
|
2280
|
+
# JavaScript tag in UserEventService.CollectUserEvent or if direct_user_request
|
2281
|
+
# is set.
|
2272
2282
|
# Corresponds to the JSON property `userAgent`
|
2273
2283
|
# @return [String]
|
2274
2284
|
attr_accessor :user_agent
|
@@ -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.12.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210702"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,29 +1,35 @@
|
|
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.12.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-07-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.4'
|
20
|
+
- - "<"
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: 2.a
|
20
23
|
type: :runtime
|
21
24
|
prerelease: false
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
23
26
|
requirements:
|
24
|
-
- - "
|
27
|
+
- - ">="
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: '0.4'
|
30
|
+
- - "<"
|
25
31
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
32
|
+
version: 2.a
|
27
33
|
description: This is the simple REST client for Retail API V2beta. Simple REST clients
|
28
34
|
are Ruby client libraries that provide access to Google services via their HTTP
|
29
35
|
REST API endpoints. These libraries are generated and updated automatically based
|
@@ -52,7 +58,7 @@ licenses:
|
|
52
58
|
metadata:
|
53
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-retail_v2beta/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.12.0
|
56
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-retail_v2beta
|
57
63
|
post_install_message:
|
58
64
|
rdoc_options: []
|