google-apis-retail_v2beta 0.84.0 → 0.85.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: 99144af4c107cdbe3b9d642fa4c53f197670eb876eae2b9f06c93a8c509efdf4
4
- data.tar.gz: 3e6faef2fd592608723679cfd55793c03874c286655c89f65356c06574912540
3
+ metadata.gz: a60318103af5dfa53982e4ed2173e26a91d0b2ebdc73d0253335ce75a07ff8ac
4
+ data.tar.gz: e804162a49019197834283787167acc7496ff52161023c577f5df08e4ed50b6b
5
5
  SHA512:
6
- metadata.gz: 4b51227c248d4c3f72a6ce02dc740b429b8f992d33458517bec36c4b45087bad888d4fbc75eb31589d1ccabd8b656689284f3dc2ed65d0c36c056715cf3bb39f
7
- data.tar.gz: f651a4c6a4c9d30f38dba572626fac42e90264495942987c4a0229bf3d4745112cf3a3aa7ddd50b990487cec056444d693ddcf7c6850b835112342386a63557c
6
+ metadata.gz: ad3ae2d4f9258c3a95c5c2d06d11248a77571bc05848d684edd9f0f3b2450f029e1d70d29291bc1ed7b48fcb6da2d90fcd78dbf2fe58cbd0cc29336684bd6815
7
+ data.tar.gz: 6b530e98a575d1100ef4af1e6fdbea0de7a63a9615d9a824a941d1f8964b380d1b03288648bdc0114834cf636e43516c8815e8b42d4e80671c31a8307a53f629
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2beta
2
2
 
3
+ ### v0.85.0 (2023-10-22)
4
+
5
+ * Regenerated from discovery document revision 20231012
6
+
3
7
  ### v0.84.0 (2023-09-10)
4
8
 
5
9
  * Regenerated from discovery document revision 20230831
@@ -2852,7 +2852,8 @@ module Google
2852
2852
  # only paths of length 1 are accepted. In other words, if "dark_blue" merged
2853
2853
  # into "BLUE", then the latter can't merge into "blues" because this would
2854
2854
  # create a path of length 2. The maximum number of instances of MergedFacetValue
2855
- # per CatalogAttribute is 100.
2855
+ # per CatalogAttribute is 100. This feature is available only for textual custom
2856
+ # attributes.
2856
2857
  # Corresponds to the JSON property `mergedFacetValues`
2857
2858
  # @return [Array<Google::Apis::RetailV2beta::GoogleCloudRetailV2betaCatalogAttributeFacetConfigMergedFacetValue>]
2858
2859
  attr_accessor :merged_facet_values
@@ -2891,7 +2892,7 @@ module Google
2891
2892
 
2892
2893
  # List of facet values to ignore for the following time range. The facet values
2893
2894
  # are the same as the attribute values. There is a limit of 10 values per
2894
- # instance of IgnoredFacetValues. Each value can have at most 60 characters.
2895
+ # instance of IgnoredFacetValues. Each value can have at most 128 characters.
2895
2896
  # Corresponds to the JSON property `values`
2896
2897
  # @return [Array<String>]
2897
2898
  attr_accessor :values
@@ -2908,21 +2909,21 @@ module Google
2908
2909
  end
2909
2910
  end
2910
2911
 
2911
- # Replaces a set of facet values by the same (possibly different) merged facet
2912
- # value. Each facet value should appear at most once as a value per
2913
- # CatalogAttribute.
2912
+ # Replaces a set of textual facet values by the same (possibly different) merged
2913
+ # facet value. Each facet value should appear at most once as a value per
2914
+ # CatalogAttribute. This feature is available only for textual custom attributes.
2914
2915
  class GoogleCloudRetailV2betaCatalogAttributeFacetConfigMergedFacetValue
2915
2916
  include Google::Apis::Core::Hashable
2916
2917
 
2917
2918
  # All the previous values are replaced by this merged facet value. This
2918
- # merged_value must be non-empty and can have up to 60 characters.
2919
+ # merged_value must be non-empty and can have up to 128 characters.
2919
2920
  # Corresponds to the JSON property `mergedValue`
2920
2921
  # @return [String]
2921
2922
  attr_accessor :merged_value
2922
2923
 
2923
2924
  # All the facet values that are replaces by the same merged_value that follows.
2924
2925
  # The maximum number of values per MergedFacetValue is 25. Each value can have
2925
- # up to 60 characters.
2926
+ # up to 128 characters.
2926
2927
  # Corresponds to the JSON property `values`
2927
2928
  # @return [Array<String>]
2928
2929
  attr_accessor :values
@@ -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.84.0"
19
+ GEM_VERSION = "0.85.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_v2beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.84.0
4
+ version: 0.85.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-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_v2beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.84.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.85.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2beta
63
63
  post_install_message:
64
64
  rdoc_options: []