google-apis-retail_v2alpha 0.14.0 → 0.15.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/retail_v2alpha/classes.rb +15 -15
- data/lib/google/apis/retail_v2alpha/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8cd1dbd1af8a0b74de3452a57d0eb060099fe1af4e9eddd86589d4b9d3807fd3
|
4
|
+
data.tar.gz: c2f2dc64766c607f77d8294b608f4d9db50ddcc0064d749f23a0fe1911d480ab
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aec23349b643941dfb98b5d31c8db263456f9947952f14649ea7820ff49108f21cd4a4f8df0d66b4ab069251b71954e964a0544a1d97bfb33f5a6de93d2a71a9
|
7
|
+
data.tar.gz: e6d6e74634a5882a22a1999cc89f66ce274fba1fd0fd5297c79afd582164a66a5c72d599b258d51e2aaacf45a1820d34a2ada6df3c538ad02a5dda629b90ddd3
|
data/CHANGELOG.md
CHANGED
@@ -1189,8 +1189,8 @@ module Google
|
|
1189
1189
|
|
1190
1190
|
# The IDs for this type, such as the store IDs for FulfillmentInfo.type.pickup-
|
1191
1191
|
# in-store or the region IDs for FulfillmentInfo.type.same-day-delivery. A
|
1192
|
-
# maximum of
|
1193
|
-
# limit of
|
1192
|
+
# maximum of 3000 values are allowed. Each value must be a string with a length
|
1193
|
+
# limit of 30 characters, matching the pattern [a-zA-Z0-9_-]+, such as "store1"
|
1194
1194
|
# or "REGION-2". Otherwise, an INVALID_ARGUMENT error is returned.
|
1195
1195
|
# Corresponds to the JSON property `placeIds`
|
1196
1196
|
# @return [Array<String>]
|
@@ -2866,9 +2866,9 @@ module Google
|
|
2866
2866
|
|
2867
2867
|
# The filter syntax consists of an expression language for constructing a
|
2868
2868
|
# predicate from one or more fields of the products being filtered. Filter
|
2869
|
-
# expression is case-sensitive. See more details at this [user guide](
|
2870
|
-
#
|
2871
|
-
# INVALID_ARGUMENT is returned.
|
2869
|
+
# expression is case-sensitive. See more details at this [user guide](https://
|
2870
|
+
# cloud.google.com/retail/docs/filter-and-order#filter). If this field is
|
2871
|
+
# unrecognizable, an INVALID_ARGUMENT is returned.
|
2872
2872
|
# Corresponds to the JSON property `filter`
|
2873
2873
|
# @return [String]
|
2874
2874
|
attr_accessor :filter
|
@@ -2883,9 +2883,9 @@ module Google
|
|
2883
2883
|
|
2884
2884
|
# The order in which products are returned. Products can be ordered by a field
|
2885
2885
|
# in an Product object. Leave it unset if ordered by relevance. OrderBy
|
2886
|
-
# expression is case-sensitive. See more details at this [user guide](
|
2887
|
-
#
|
2888
|
-
# INVALID_ARGUMENT is returned.
|
2886
|
+
# expression is case-sensitive. See more details at this [user guide](https://
|
2887
|
+
# cloud.google.com/retail/docs/filter-and-order#order). If this field is
|
2888
|
+
# unrecognizable, an INVALID_ARGUMENT is returned.
|
2889
2889
|
# Corresponds to the JSON property `orderBy`
|
2890
2890
|
# @return [String]
|
2891
2891
|
attr_accessor :order_by
|
@@ -2929,8 +2929,8 @@ module Google
|
|
2929
2929
|
|
2930
2930
|
# The relevance threshold of the search results. Defaults to RelevanceThreshold.
|
2931
2931
|
# HIGH, which means only the most relevant results are shown, and the least
|
2932
|
-
# number of results are returned. See more details at this [user guide](
|
2933
|
-
#
|
2932
|
+
# number of results are returned. See more details at this [user guide](https://
|
2933
|
+
# cloud.google.com/retail/docs/result-size#relevance_thresholding).
|
2934
2934
|
# Corresponds to the JSON property `relevanceThreshold`
|
2935
2935
|
# @return [String]
|
2936
2936
|
attr_accessor :relevance_threshold
|
@@ -3414,7 +3414,7 @@ module Google
|
|
3414
3414
|
alias_method :expanded_query?, :expanded_query
|
3415
3415
|
|
3416
3416
|
# Number of pinned results. This field will only be set when expansion happens
|
3417
|
-
# and SearchRequest.
|
3417
|
+
# and SearchRequest.QueryExpansionSpec.pin_unexpanded_results is set to true.
|
3418
3418
|
# Corresponds to the JSON property `pinnedResultCount`
|
3419
3419
|
# @return [Fixnum]
|
3420
3420
|
attr_accessor :pinned_result_count
|
@@ -3625,7 +3625,7 @@ module Google
|
|
3625
3625
|
# @return [String]
|
3626
3626
|
attr_accessor :attribution_token
|
3627
3627
|
|
3628
|
-
# The
|
3628
|
+
# The ID or name of the associated shopping cart. This ID is used to associate
|
3629
3629
|
# multiple items added or present in the cart before purchase. This can only be
|
3630
3630
|
# set for `add-to-cart`, `purchase-complete`, or `shopping-cart-page-view`
|
3631
3631
|
# events.
|
@@ -3706,7 +3706,7 @@ module Google
|
|
3706
3706
|
# @return [Array<String>]
|
3707
3707
|
attr_accessor :page_categories
|
3708
3708
|
|
3709
|
-
# A unique
|
3709
|
+
# A unique ID of a web page view. This should be kept the same for all user
|
3710
3710
|
# events triggered from the same pageview. For example, an item detail page view
|
3711
3711
|
# could trigger multiple events as the user is browsing the page. The `
|
3712
3712
|
# pageViewId` property should be kept the same for all these events so that they
|
@@ -3720,11 +3720,11 @@ module Google
|
|
3720
3720
|
# The main product details related to the event. This field is required for the
|
3721
3721
|
# following event types: * `add-to-cart` * `detail-page-view` * `purchase-
|
3722
3722
|
# complete` In a `search` event, this field represents the products returned to
|
3723
|
-
# the end user on the current page (the end user may have not finished
|
3723
|
+
# the end user on the current page (the end user may have not finished browsing
|
3724
3724
|
# the whole page yet). When a new page is returned to the end user, after
|
3725
3725
|
# pagination/filtering/ordering even for the same query, a new `search` event
|
3726
3726
|
# with different product_details is desired. The end user may have not finished
|
3727
|
-
#
|
3727
|
+
# browsing the whole page yet.
|
3728
3728
|
# Corresponds to the JSON property `productDetails`
|
3729
3729
|
# @return [Array<Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaProductDetail>]
|
3730
3730
|
attr_accessor :product_details
|
@@ -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.15.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210906"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.15.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-09-
|
11
|
+
date: 2021-09-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-retail_v2alpha/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.15.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-retail_v2alpha
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|