google-apis-retail_v2alpha 0.26.0 → 0.27.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_v2alpha/classes.rb +7 -4
- 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: 60786f3b6536b49e560668b159b5ed37244c89b14efeb86d8b0fd73023775253
|
|
4
|
+
data.tar.gz: 0b314920d89f308c36aed11188b520c738139e0176b1e27ee404307b674a83a5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bd617889f9ad8d9d5703d43fdbcb9b1fe1da9e2968629744b10551e798874eeeecd37bbb7d6416335df0a263cd626d1d305cb85df997320fe27b2d136a979d7a
|
|
7
|
+
data.tar.gz: 162dcea3c5be7b0c124ae86a5bdbf355cd8e2de4b0d8f671aaaa0736591b6abb018e773fffcbec02e5fec54e442ce350daf8b31ad2f346942c00a159f41a4230
|
data/CHANGELOG.md
CHANGED
|
@@ -1473,7 +1473,8 @@ module Google
|
|
|
1473
1473
|
# imports: * `user_event` (default): One JSON UserEvent per line. * `
|
|
1474
1474
|
# user_event_ga360`: Using https://support.google.com/analytics/answer/3437719.
|
|
1475
1475
|
# Supported values for control imports: * 'control' (default): One JSON Control
|
|
1476
|
-
# per line.
|
|
1476
|
+
# per line. Supported values for catalog attribute imports: * 'catalog_attribute'
|
|
1477
|
+
# (default): One CSV CatalogAttribute per line.
|
|
1477
1478
|
# Corresponds to the JSON property `dataSchema`
|
|
1478
1479
|
# @return [String]
|
|
1479
1480
|
attr_accessor :data_schema
|
|
@@ -2456,7 +2457,9 @@ module Google
|
|
|
2456
2457
|
# @return [Array<String>]
|
|
2457
2458
|
attr_accessor :categories
|
|
2458
2459
|
|
|
2459
|
-
# The id of the collection members when type is Type.COLLECTION.
|
|
2460
|
+
# The id of the collection members when type is Type.COLLECTION. Non-existent
|
|
2461
|
+
# product ids are allowed. The type of the members must be either Type.PRIMARY
|
|
2462
|
+
# or Type.VARIANT otherwise and INVALID_ARGUMENT error is thrown. Should not set
|
|
2460
2463
|
# it for other types. A maximum of 1000 values are allowed. Otherwise, an
|
|
2461
2464
|
# INVALID_ARGUMENT error is return.
|
|
2462
2465
|
# Corresponds to the JSON property `collectionMemberIds`
|
|
@@ -3390,7 +3393,7 @@ module Google
|
|
|
3390
3393
|
# fields are the same as a filter expression. See SearchRequest.filter for
|
|
3391
3394
|
# detail syntax and limitations. Examples: * To boost products with product ID "
|
|
3392
3395
|
# product_1" or "product_2", and color "Red" or "Blue": *(id: ANY("product_1", "
|
|
3393
|
-
# product_2")) * *AND * *(
|
|
3396
|
+
# product_2")) * *AND * *(colorFamilies: ANY("Red", "Blue")) *
|
|
3394
3397
|
# Corresponds to the JSON property `productsFilter`
|
|
3395
3398
|
# @return [String]
|
|
3396
3399
|
attr_accessor :products_filter
|
|
@@ -3454,7 +3457,7 @@ module Google
|
|
|
3454
3457
|
# more details at the Retail Search [user guide](/retail/search/docs/filter-and-
|
|
3455
3458
|
# order#filter). * To filter products with product ID "product_1" or "product_2",
|
|
3456
3459
|
# and color "Red" or "Blue": *(id: ANY("product_1", "product_2")) * *AND * *(
|
|
3457
|
-
#
|
|
3460
|
+
# colorFamilies: ANY("Red", "Blue")) *
|
|
3458
3461
|
# Corresponds to the JSON property `filter`
|
|
3459
3462
|
# @return [String]
|
|
3460
3463
|
attr_accessor :filter
|
|
@@ -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.27.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220121"
|
|
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.27.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: 2022-01-
|
|
11
|
+
date: 2022-01-31 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/main/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.27.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2alpha
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|