google-apis-retail_v2 0.82.0 → 0.83.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3601fad34f4ee09052ee4614a454bc092776b5a9a147daea4401344cdb5a9aa1
4
- data.tar.gz: aa6895507571c100022ecf0f8c112d568180539ef0e2a60c6e9a7bd4cb9cecc8
3
+ metadata.gz: 9de480601cb0d27651d92ce61cea4376102a89fbf602570dfdbeff2505665a18
4
+ data.tar.gz: 34fb36c078e7d9c99eb29dbe244cbb0dcb5d4bc5cc7e333ce81d3ca11a188359
5
5
  SHA512:
6
- metadata.gz: 95a362cebb5b4c44742642779df7bf65efb08fd24e6202289d4f9c64ccd1bc9c7b4fa762667d6f4b6f2643529c430b1abfe27ef1f4a69d78ae55215bba68b53e
7
- data.tar.gz: 9b4953403c1f940f7205b147107841c0d7c0ffe9a575d2d8a2656154c155cf8795a6061452eb2ffc113848e254ceec3442d0a8554dcb5d3e73670e265c156c08
6
+ metadata.gz: a6ea7576e21e754d0578799d0e32b7689effcd127626493e8016504cd4ee06f727e3ed9200d962c0b87282a8336ade4fcbb90a5c00314c14f3c3adc93e6c5442
7
+ data.tar.gz: 49fe8f5090f8bc55da7d0b8dccb8f6cbb4378534fb0d12887826dda6305b4c704ccdff525672b7534059dbc7a58bed33f4157cc0999a8c92b7bc478a4b0aed31
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2
2
2
 
3
+ ### v0.83.0 (2023-10-22)
4
+
5
+ * Regenerated from discovery document revision 20231012
6
+
3
7
  ### v0.82.0 (2023-09-10)
4
8
 
5
9
  * Regenerated from discovery document revision 20230831
@@ -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 60 characters.
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 facet
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 60 characters.
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 60 characters.
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.82.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 = "20230831"
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.82.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-09-10 00:00:00.000000000 Z
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.82.0
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: []