google-apis-retail_v2alpha 0.86.0 → 0.87.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 +8 -7
- 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: 7c1d1e52c4a450cb4f0de4f5a988e43253196191c077a2ab701dc244ab1bc348
|
|
4
|
+
data.tar.gz: f06e9dd22a06907872c752bc8b88529a8338577f5314d98fc9c634c41fe12f7c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cc5419cf515c5eb27aa1babd75f4dc732b63c661954092f5fe7be1f5e997d17a037aabb0b1368c6a6e827616f24a6b31c510107b2ae1411c9c6bad8916f11774
|
|
7
|
+
data.tar.gz: e925eb4f82ef631ccc5a8d1e6cb9b46b19aa5bcff42621fb007a161e28bed0e1bf0d7c6b52f024a57d50f8e921b889f8b295d2139ae6a58a566db18db3167c0d
|
data/CHANGELOG.md
CHANGED
|
@@ -1631,7 +1631,8 @@ module Google
|
|
|
1631
1631
|
# only paths of length 1 are accepted. In other words, if "dark_blue" merged
|
|
1632
1632
|
# into "BLUE", then the latter can't merge into "blues" because this would
|
|
1633
1633
|
# create a path of length 2. The maximum number of instances of MergedFacetValue
|
|
1634
|
-
# per CatalogAttribute is 100.
|
|
1634
|
+
# per CatalogAttribute is 100. This feature is available only for textual custom
|
|
1635
|
+
# attributes.
|
|
1635
1636
|
# Corresponds to the JSON property `mergedFacetValues`
|
|
1636
1637
|
# @return [Array<Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaCatalogAttributeFacetConfigMergedFacetValue>]
|
|
1637
1638
|
attr_accessor :merged_facet_values
|
|
@@ -1670,7 +1671,7 @@ module Google
|
|
|
1670
1671
|
|
|
1671
1672
|
# List of facet values to ignore for the following time range. The facet values
|
|
1672
1673
|
# are the same as the attribute values. There is a limit of 10 values per
|
|
1673
|
-
# instance of IgnoredFacetValues. Each value can have at most
|
|
1674
|
+
# instance of IgnoredFacetValues. Each value can have at most 128 characters.
|
|
1674
1675
|
# Corresponds to the JSON property `values`
|
|
1675
1676
|
# @return [Array<String>]
|
|
1676
1677
|
attr_accessor :values
|
|
@@ -1687,21 +1688,21 @@ module Google
|
|
|
1687
1688
|
end
|
|
1688
1689
|
end
|
|
1689
1690
|
|
|
1690
|
-
# Replaces a set of facet values by the same (possibly different) merged
|
|
1691
|
-
# value. Each facet value should appear at most once as a value per
|
|
1692
|
-
# CatalogAttribute.
|
|
1691
|
+
# Replaces a set of textual facet values by the same (possibly different) merged
|
|
1692
|
+
# facet value. Each facet value should appear at most once as a value per
|
|
1693
|
+
# CatalogAttribute. This feature is available only for textual custom attributes.
|
|
1693
1694
|
class GoogleCloudRetailV2alphaCatalogAttributeFacetConfigMergedFacetValue
|
|
1694
1695
|
include Google::Apis::Core::Hashable
|
|
1695
1696
|
|
|
1696
1697
|
# All the previous values are replaced by this merged facet value. This
|
|
1697
|
-
# merged_value must be non-empty and can have up to
|
|
1698
|
+
# merged_value must be non-empty and can have up to 128 characters.
|
|
1698
1699
|
# Corresponds to the JSON property `mergedValue`
|
|
1699
1700
|
# @return [String]
|
|
1700
1701
|
attr_accessor :merged_value
|
|
1701
1702
|
|
|
1702
1703
|
# All the facet values that are replaces by the same merged_value that follows.
|
|
1703
1704
|
# The maximum number of values per MergedFacetValue is 25. Each value can have
|
|
1704
|
-
# up to
|
|
1705
|
+
# up to 128 characters.
|
|
1705
1706
|
# Corresponds to the JSON property `values`
|
|
1706
1707
|
# @return [Array<String>]
|
|
1707
1708
|
attr_accessor :values
|
|
@@ -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.87.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20231012"
|
|
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.87.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: 2023-10-
|
|
11
|
+
date: 2023-10-29 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.87.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: []
|