google-apis-retail_v2beta 0.84.0 → 0.86.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: 40a8ff4d93ffe0559333b5e492128dae522f745905fb53303d278072ac6c2819
4
+ data.tar.gz: ef352fbb3c973b5b9ae3677db3b85e81775e427289dd0c437db027056623f01a
5
5
  SHA512:
6
- metadata.gz: 4b51227c248d4c3f72a6ce02dc740b429b8f992d33458517bec36c4b45087bad888d4fbc75eb31589d1ccabd8b656689284f3dc2ed65d0c36c056715cf3bb39f
7
- data.tar.gz: f651a4c6a4c9d30f38dba572626fac42e90264495942987c4a0229bf3d4745112cf3a3aa7ddd50b990487cec056444d693ddcf7c6850b835112342386a63557c
6
+ metadata.gz: 9f446bd2af739e2591a12b3c86e5c8c507b8624f5544caffdd1a89a09d19b09abcb7fa81374f52af79855b71a4b39e347bbc8389c5e075cd86320d2e05710890
7
+ data.tar.gz: d84341130f001731a6d13c037994922b317b029a934c68cc3826c028ae6ce17c13c0545cf04abf8c6b9097af9feefe6672cf4105c3976297a0977343e40a9e19
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-retail_v2beta
2
2
 
3
+ ### v0.86.0 (2023-11-12)
4
+
5
+ * Regenerated from discovery document revision 20231102
6
+
7
+ ### v0.85.0 (2023-10-22)
8
+
9
+ * Regenerated from discovery document revision 20231012
10
+
3
11
  ### v0.84.0 (2023-09-10)
4
12
 
5
13
  * 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
@@ -6203,7 +6204,7 @@ module Google
6203
6204
  attr_accessor :filter_action
6204
6205
 
6205
6206
  # Force returns an attribute/facet in the request around a certain position or
6206
- # above. * Rule Condition: - Must specify non-empty Condition.query_terms (for
6207
+ # above. * Rule Condition: Must specify non-empty Condition.query_terms (for
6207
6208
  # search only) or Condition.page_categories (for browse only), but can't specify
6208
6209
  # both. * Action Inputs: attribute name, position * Action Result: Will force
6209
6210
  # return a facet key around a certain position or above if the condition is
@@ -6232,14 +6233,14 @@ module Google
6232
6233
  # @return [Google::Apis::RetailV2beta::GoogleCloudRetailV2betaRuleOnewaySynonymsAction]
6233
6234
  attr_accessor :oneway_synonyms_action
6234
6235
 
6235
- # Redirects a shopper to a specific page. * Rule Condition: - Must specify
6236
+ # Redirects a shopper to a specific page. * Rule Condition: Must specify
6236
6237
  # Condition.query_terms. * Action Input: Request Query * Action Result:
6237
6238
  # Redirects shopper to provided uri.
6238
6239
  # Corresponds to the JSON property `redirectAction`
6239
6240
  # @return [Google::Apis::RetailV2beta::GoogleCloudRetailV2betaRuleRedirectAction]
6240
6241
  attr_accessor :redirect_action
6241
6242
 
6242
- # Removes an attribute/facet in the request if is present. * Rule Condition: -
6243
+ # Removes an attribute/facet in the request if is present. * Rule Condition:
6243
6244
  # Must specify non-empty Condition.query_terms (for search only) or Condition.
6244
6245
  # page_categories (for browse only), but can't specify both. * Action Input:
6245
6246
  # attribute name * Action Result: Will remove the attribute (as a facet) from
@@ -6388,7 +6389,7 @@ module Google
6388
6389
  end
6389
6390
 
6390
6391
  # Force returns an attribute/facet in the request around a certain position or
6391
- # above. * Rule Condition: - Must specify non-empty Condition.query_terms (for
6392
+ # above. * Rule Condition: Must specify non-empty Condition.query_terms (for
6392
6393
  # search only) or Condition.page_categories (for browse only), but can't specify
6393
6394
  # both. * Action Inputs: attribute name, position * Action Result: Will force
6394
6395
  # return a facet key around a certain position or above if the condition is
@@ -6502,7 +6503,7 @@ module Google
6502
6503
  end
6503
6504
  end
6504
6505
 
6505
- # Redirects a shopper to a specific page. * Rule Condition: - Must specify
6506
+ # Redirects a shopper to a specific page. * Rule Condition: Must specify
6506
6507
  # Condition.query_terms. * Action Input: Request Query * Action Result:
6507
6508
  # Redirects shopper to provided uri.
6508
6509
  class GoogleCloudRetailV2betaRuleRedirectAction
@@ -6523,7 +6524,7 @@ module Google
6523
6524
  end
6524
6525
  end
6525
6526
 
6526
- # Removes an attribute/facet in the request if is present. * Rule Condition: -
6527
+ # Removes an attribute/facet in the request if is present. * Rule Condition:
6527
6528
  # Must specify non-empty Condition.query_terms (for search only) or Condition.
6528
6529
  # page_categories (for browse only), but can't specify both. * Action Input:
6529
6530
  # attribute name * Action Result: Will remove the attribute (as a facet) from
@@ -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.86.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 = "20231102"
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.86.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-11-12 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.86.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: []