google-apis-retail_v2beta 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_v2beta/classes.rb +13 -13
- data/lib/google/apis/retail_v2beta/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: e9f2f26c16ab98b323c6c7ef923d34570a28b9f391c731aedd2a20785b9c41ab
|
4
|
+
data.tar.gz: 759d2c7d067d3660aa9ab49ded1e460f58cef3b251cd1b1f751b27d15a6582ab
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: db73ecb94ed71f62b95461be83887aa12039ff909831195710043b59adf5c8934be82954e3a24ecf5dccebbcc62979e52f82542ed5ca354738ff333a6ccedb61
|
7
|
+
data.tar.gz: 5f5ec2dd514828857c7045975eb8c075f9f6129d71b8136d08925634c6eb87945261b6616b17e60ee149e85dd39d77cb250700e011aeef8c30ef2e7f0179cd7a
|
data/CHANGELOG.md
CHANGED
@@ -1623,8 +1623,8 @@ module Google
|
|
1623
1623
|
|
1624
1624
|
# The IDs for this type, such as the store IDs for FulfillmentInfo.type.pickup-
|
1625
1625
|
# in-store or the region IDs for FulfillmentInfo.type.same-day-delivery. A
|
1626
|
-
# maximum of
|
1627
|
-
# limit of
|
1626
|
+
# maximum of 3000 values are allowed. Each value must be a string with a length
|
1627
|
+
# limit of 30 characters, matching the pattern [a-zA-Z0-9_-]+, such as "store1"
|
1628
1628
|
# or "REGION-2". Otherwise, an INVALID_ARGUMENT error is returned.
|
1629
1629
|
# Corresponds to the JSON property `placeIds`
|
1630
1630
|
# @return [Array<String>]
|
@@ -3228,9 +3228,9 @@ module Google
|
|
3228
3228
|
|
3229
3229
|
# The filter syntax consists of an expression language for constructing a
|
3230
3230
|
# predicate from one or more fields of the products being filtered. Filter
|
3231
|
-
# expression is case-sensitive. See more details at this [user guide](
|
3232
|
-
#
|
3233
|
-
# INVALID_ARGUMENT is returned.
|
3231
|
+
# expression is case-sensitive. See more details at this [user guide](https://
|
3232
|
+
# cloud.google.com/retail/docs/filter-and-order#filter). If this field is
|
3233
|
+
# unrecognizable, an INVALID_ARGUMENT is returned.
|
3234
3234
|
# Corresponds to the JSON property `filter`
|
3235
3235
|
# @return [String]
|
3236
3236
|
attr_accessor :filter
|
@@ -3245,9 +3245,9 @@ module Google
|
|
3245
3245
|
|
3246
3246
|
# The order in which products are returned. Products can be ordered by a field
|
3247
3247
|
# in an Product object. Leave it unset if ordered by relevance. OrderBy
|
3248
|
-
# expression is case-sensitive. See more details at this [user guide](
|
3249
|
-
#
|
3250
|
-
# INVALID_ARGUMENT is returned.
|
3248
|
+
# expression is case-sensitive. See more details at this [user guide](https://
|
3249
|
+
# cloud.google.com/retail/docs/filter-and-order#order). If this field is
|
3250
|
+
# unrecognizable, an INVALID_ARGUMENT is returned.
|
3251
3251
|
# Corresponds to the JSON property `orderBy`
|
3252
3252
|
# @return [String]
|
3253
3253
|
attr_accessor :order_by
|
@@ -3767,7 +3767,7 @@ module Google
|
|
3767
3767
|
alias_method :expanded_query?, :expanded_query
|
3768
3768
|
|
3769
3769
|
# Number of pinned results. This field will only be set when expansion happens
|
3770
|
-
# and SearchRequest.
|
3770
|
+
# and SearchRequest.QueryExpansionSpec.pin_unexpanded_results is set to true.
|
3771
3771
|
# Corresponds to the JSON property `pinnedResultCount`
|
3772
3772
|
# @return [Fixnum]
|
3773
3773
|
attr_accessor :pinned_result_count
|
@@ -3978,7 +3978,7 @@ module Google
|
|
3978
3978
|
# @return [String]
|
3979
3979
|
attr_accessor :attribution_token
|
3980
3980
|
|
3981
|
-
# The
|
3981
|
+
# The ID or name of the associated shopping cart. This ID is used to associate
|
3982
3982
|
# multiple items added or present in the cart before purchase. This can only be
|
3983
3983
|
# set for `add-to-cart`, `purchase-complete`, or `shopping-cart-page-view`
|
3984
3984
|
# events.
|
@@ -4059,7 +4059,7 @@ module Google
|
|
4059
4059
|
# @return [Array<String>]
|
4060
4060
|
attr_accessor :page_categories
|
4061
4061
|
|
4062
|
-
# A unique
|
4062
|
+
# A unique ID of a web page view. This should be kept the same for all user
|
4063
4063
|
# events triggered from the same pageview. For example, an item detail page view
|
4064
4064
|
# could trigger multiple events as the user is browsing the page. The `
|
4065
4065
|
# pageViewId` property should be kept the same for all these events so that they
|
@@ -4073,11 +4073,11 @@ module Google
|
|
4073
4073
|
# The main product details related to the event. This field is required for the
|
4074
4074
|
# following event types: * `add-to-cart` * `detail-page-view` * `purchase-
|
4075
4075
|
# complete` In a `search` event, this field represents the products returned to
|
4076
|
-
# the end user on the current page (the end user may have not finished
|
4076
|
+
# the end user on the current page (the end user may have not finished browsing
|
4077
4077
|
# the whole page yet). When a new page is returned to the end user, after
|
4078
4078
|
# pagination/filtering/ordering even for the same query, a new `search` event
|
4079
4079
|
# with different product_details is desired. The end user may have not finished
|
4080
|
-
#
|
4080
|
+
# browsing the whole page yet.
|
4081
4081
|
# Corresponds to the JSON property `productDetails`
|
4082
4082
|
# @return [Array<Google::Apis::RetailV2beta::GoogleCloudRetailV2betaProductDetail>]
|
4083
4083
|
attr_accessor :product_details
|
@@ -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.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_v2beta
|
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_v2beta/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.15.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-retail_v2beta
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|