google-apis-retail_v2 0.82.0 → 0.83.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_v2/classes.rb +8 -7
- data/lib/google/apis/retail_v2/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: 9de480601cb0d27651d92ce61cea4376102a89fbf602570dfdbeff2505665a18
|
|
4
|
+
data.tar.gz: 34fb36c078e7d9c99eb29dbe244cbb0dcb5d4bc5cc7e333ce81d3ca11a188359
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a6ea7576e21e754d0578799d0e32b7689effcd127626493e8016504cd4ee06f727e3ed9200d962c0b87282a8336ade4fcbb90a5c00314c14f3c3adc93e6c5442
|
|
7
|
+
data.tar.gz: 49fe8f5090f8bc55da7d0b8dccb8f6cbb4378534fb0d12887826dda6305b4c704ccdff525672b7534059dbc7a58bed33f4157cc0999a8c92b7bc478a4b0aed31
|
data/CHANGELOG.md
CHANGED
|
@@ -800,7 +800,8 @@ module Google
|
|
|
800
800
|
# only paths of length 1 are accepted. In other words, if "dark_blue" merged
|
|
801
801
|
# into "BLUE", then the latter can't merge into "blues" because this would
|
|
802
802
|
# create a path of length 2. The maximum number of instances of MergedFacetValue
|
|
803
|
-
# per CatalogAttribute is 100.
|
|
803
|
+
# per CatalogAttribute is 100. This feature is available only for textual custom
|
|
804
|
+
# attributes.
|
|
804
805
|
# Corresponds to the JSON property `mergedFacetValues`
|
|
805
806
|
# @return [Array<Google::Apis::RetailV2::GoogleCloudRetailV2CatalogAttributeFacetConfigMergedFacetValue>]
|
|
806
807
|
attr_accessor :merged_facet_values
|
|
@@ -839,7 +840,7 @@ module Google
|
|
|
839
840
|
|
|
840
841
|
# List of facet values to ignore for the following time range. The facet values
|
|
841
842
|
# are the same as the attribute values. There is a limit of 10 values per
|
|
842
|
-
# instance of IgnoredFacetValues. Each value can have at most
|
|
843
|
+
# instance of IgnoredFacetValues. Each value can have at most 128 characters.
|
|
843
844
|
# Corresponds to the JSON property `values`
|
|
844
845
|
# @return [Array<String>]
|
|
845
846
|
attr_accessor :values
|
|
@@ -856,21 +857,21 @@ module Google
|
|
|
856
857
|
end
|
|
857
858
|
end
|
|
858
859
|
|
|
859
|
-
# Replaces a set of facet values by the same (possibly different) merged
|
|
860
|
-
# value. Each facet value should appear at most once as a value per
|
|
861
|
-
# CatalogAttribute.
|
|
860
|
+
# Replaces a set of textual facet values by the same (possibly different) merged
|
|
861
|
+
# facet value. Each facet value should appear at most once as a value per
|
|
862
|
+
# CatalogAttribute. This feature is available only for textual custom attributes.
|
|
862
863
|
class GoogleCloudRetailV2CatalogAttributeFacetConfigMergedFacetValue
|
|
863
864
|
include Google::Apis::Core::Hashable
|
|
864
865
|
|
|
865
866
|
# All the previous values are replaced by this merged facet value. This
|
|
866
|
-
# merged_value must be non-empty and can have up to
|
|
867
|
+
# merged_value must be non-empty and can have up to 128 characters.
|
|
867
868
|
# Corresponds to the JSON property `mergedValue`
|
|
868
869
|
# @return [String]
|
|
869
870
|
attr_accessor :merged_value
|
|
870
871
|
|
|
871
872
|
# All the facet values that are replaces by the same merged_value that follows.
|
|
872
873
|
# The maximum number of values per MergedFacetValue is 25. Each value can have
|
|
873
|
-
# up to
|
|
874
|
+
# up to 128 characters.
|
|
874
875
|
# Corresponds to the JSON property `values`
|
|
875
876
|
# @return [Array<String>]
|
|
876
877
|
attr_accessor :values
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module RetailV2
|
|
18
18
|
# Version of the google-apis-retail_v2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.83.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_v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.83.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-
|
|
11
|
+
date: 2023-10-22 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_v2/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.83.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|