google-apis-retail_v2 0.82.0 → 0.84.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: 9d8fe34059ff9d6b87081487d4e76aa7a06fccb8fede940a1b60f674e1253525
4
+ data.tar.gz: 77c6d50317e8b01c8275faa6945144d1bd4a2285f8c1c520141c878177e5c129
5
5
  SHA512:
6
- metadata.gz: 95a362cebb5b4c44742642779df7bf65efb08fd24e6202289d4f9c64ccd1bc9c7b4fa762667d6f4b6f2643529c430b1abfe27ef1f4a69d78ae55215bba68b53e
7
- data.tar.gz: 9b4953403c1f940f7205b147107841c0d7c0ffe9a575d2d8a2656154c155cf8795a6061452eb2ffc113848e254ceec3442d0a8554dcb5d3e73670e265c156c08
6
+ metadata.gz: 046d0d4fed9223dca1f10820f6cfb4b8ad63e24d4cf64f2a10395b518b14bd1dd52efc7f92e2261d358db5c3c7341490a745cb5bc922fa5836c09c94d0ad70e9
7
+ data.tar.gz: 342e3b73fae20f40788b140f7367488e3ac8b127771997e87578f0a7b4b32ad3ab5df8e9e81f7cff4cc26ead9915c929e783c6ddaede18a4d3620f483fbf909d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-retail_v2
2
2
 
3
+ ### v0.84.0 (2023-11-12)
4
+
5
+ * Regenerated from discovery document revision 20231102
6
+
7
+ ### v0.83.0 (2023-10-22)
8
+
9
+ * Regenerated from discovery document revision 20231012
10
+
3
11
  ### v0.82.0 (2023-09-10)
4
12
 
5
13
  * 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
@@ -3721,7 +3722,7 @@ module Google
3721
3722
  attr_accessor :filter_action
3722
3723
 
3723
3724
  # Force returns an attribute/facet in the request around a certain position or
3724
- # above. * Rule Condition: - Must specify non-empty Condition.query_terms (for
3725
+ # above. * Rule Condition: Must specify non-empty Condition.query_terms (for
3725
3726
  # search only) or Condition.page_categories (for browse only), but can't specify
3726
3727
  # both. * Action Inputs: attribute name, position * Action Result: Will force
3727
3728
  # return a facet key around a certain position or above if the condition is
@@ -3750,14 +3751,14 @@ module Google
3750
3751
  # @return [Google::Apis::RetailV2::GoogleCloudRetailV2RuleOnewaySynonymsAction]
3751
3752
  attr_accessor :oneway_synonyms_action
3752
3753
 
3753
- # Redirects a shopper to a specific page. * Rule Condition: - Must specify
3754
+ # Redirects a shopper to a specific page. * Rule Condition: Must specify
3754
3755
  # Condition.query_terms. * Action Input: Request Query * Action Result:
3755
3756
  # Redirects shopper to provided uri.
3756
3757
  # Corresponds to the JSON property `redirectAction`
3757
3758
  # @return [Google::Apis::RetailV2::GoogleCloudRetailV2RuleRedirectAction]
3758
3759
  attr_accessor :redirect_action
3759
3760
 
3760
- # Removes an attribute/facet in the request if is present. * Rule Condition: -
3761
+ # Removes an attribute/facet in the request if is present. * Rule Condition:
3761
3762
  # Must specify non-empty Condition.query_terms (for search only) or Condition.
3762
3763
  # page_categories (for browse only), but can't specify both. * Action Input:
3763
3764
  # attribute name * Action Result: Will remove the attribute (as a facet) from
@@ -3906,7 +3907,7 @@ module Google
3906
3907
  end
3907
3908
 
3908
3909
  # Force returns an attribute/facet in the request around a certain position or
3909
- # above. * Rule Condition: - Must specify non-empty Condition.query_terms (for
3910
+ # above. * Rule Condition: Must specify non-empty Condition.query_terms (for
3910
3911
  # search only) or Condition.page_categories (for browse only), but can't specify
3911
3912
  # both. * Action Inputs: attribute name, position * Action Result: Will force
3912
3913
  # return a facet key around a certain position or above if the condition is
@@ -4020,7 +4021,7 @@ module Google
4020
4021
  end
4021
4022
  end
4022
4023
 
4023
- # Redirects a shopper to a specific page. * Rule Condition: - Must specify
4024
+ # Redirects a shopper to a specific page. * Rule Condition: Must specify
4024
4025
  # Condition.query_terms. * Action Input: Request Query * Action Result:
4025
4026
  # Redirects shopper to provided uri.
4026
4027
  class GoogleCloudRetailV2RuleRedirectAction
@@ -4041,7 +4042,7 @@ module Google
4041
4042
  end
4042
4043
  end
4043
4044
 
4044
- # Removes an attribute/facet in the request if is present. * Rule Condition: -
4045
+ # Removes an attribute/facet in the request if is present. * Rule Condition:
4045
4046
  # Must specify non-empty Condition.query_terms (for search only) or Condition.
4046
4047
  # page_categories (for browse only), but can't specify both. * Action Input:
4047
4048
  # 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 RetailV2
18
18
  # Version of the google-apis-retail_v2 gem
19
- GEM_VERSION = "0.82.0"
19
+ GEM_VERSION = "0.84.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_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.82.0
4
+ version: 0.84.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_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.84.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: []