google-apis-retail_v2alpha 0.86.0 → 0.88.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: 528165472c875a99bf4a7ec4e90cd496d14066233eb1d58a1eb892eab13b7e60
4
- data.tar.gz: 9f9f5711a2717e4697a8f6b4c817ffeade1ceb818604a9e996d718c6e084cc3d
3
+ metadata.gz: 30de9860d9859f58ac6b637bc26b3d887c1b20cdbb2804ac28481709d47866ae
4
+ data.tar.gz: e5e9d00d291705bd0d508cc1d569d4d479b3ce926cdb8215114e2cf9a09bcf07
5
5
  SHA512:
6
- metadata.gz: '0315319ad0abd171ad175d48ff13a1b425f3943dfaebbcbab1a47e93a75905c97dafb88651d5a52f8de0a976b5e959da2965eb47050ef58957986de235233dcc'
7
- data.tar.gz: 6b05a9cf87b65de032c9dd1bf91050144833e1cf782201e9b4e3370d509a8bbf176ffa7150b761a3c37f93ec551335ef4c4132d1398c4add48b9140f6c218a87
6
+ metadata.gz: b1d80d9ef04f5129c865b9682cda28cc0f7f8a3c90fbcef555e5e85ea0359294d92dec564debb9cd12e9968ff5be883fe61729481fb0154bedf3f1e5e868d573
7
+ data.tar.gz: 38bc3908c5fabb4276b303ee402a25dbde9ded401a3ff2866a2ac50660aca096d98d22da6d2c3be809f8a889a61b84b7646a186d20119e07f5451b4d70cc4326
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-retail_v2alpha
2
2
 
3
+ ### v0.88.0 (2023-11-12)
4
+
5
+ * Regenerated from discovery document revision 20231102
6
+
7
+ ### v0.87.0 (2023-10-22)
8
+
9
+ * Regenerated from discovery document revision 20231012
10
+
3
11
  ### v0.86.0 (2023-10-15)
4
12
 
5
13
  * Regenerated from discovery document revision 20231005
@@ -1631,7 +1631,8 @@ module Google
1631
1631
  # only paths of length 1 are accepted. In other words, if "dark_blue" merged
1632
1632
  # into "BLUE", then the latter can't merge into "blues" because this would
1633
1633
  # create a path of length 2. The maximum number of instances of MergedFacetValue
1634
- # per CatalogAttribute is 100.
1634
+ # per CatalogAttribute is 100. This feature is available only for textual custom
1635
+ # attributes.
1635
1636
  # Corresponds to the JSON property `mergedFacetValues`
1636
1637
  # @return [Array<Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaCatalogAttributeFacetConfigMergedFacetValue>]
1637
1638
  attr_accessor :merged_facet_values
@@ -1670,7 +1671,7 @@ module Google
1670
1671
 
1671
1672
  # List of facet values to ignore for the following time range. The facet values
1672
1673
  # are the same as the attribute values. There is a limit of 10 values per
1673
- # instance of IgnoredFacetValues. Each value can have at most 60 characters.
1674
+ # instance of IgnoredFacetValues. Each value can have at most 128 characters.
1674
1675
  # Corresponds to the JSON property `values`
1675
1676
  # @return [Array<String>]
1676
1677
  attr_accessor :values
@@ -1687,21 +1688,21 @@ module Google
1687
1688
  end
1688
1689
  end
1689
1690
 
1690
- # Replaces a set of facet values by the same (possibly different) merged facet
1691
- # value. Each facet value should appear at most once as a value per
1692
- # CatalogAttribute.
1691
+ # Replaces a set of textual facet values by the same (possibly different) merged
1692
+ # facet value. Each facet value should appear at most once as a value per
1693
+ # CatalogAttribute. This feature is available only for textual custom attributes.
1693
1694
  class GoogleCloudRetailV2alphaCatalogAttributeFacetConfigMergedFacetValue
1694
1695
  include Google::Apis::Core::Hashable
1695
1696
 
1696
1697
  # All the previous values are replaced by this merged facet value. This
1697
- # merged_value must be non-empty and can have up to 60 characters.
1698
+ # merged_value must be non-empty and can have up to 128 characters.
1698
1699
  # Corresponds to the JSON property `mergedValue`
1699
1700
  # @return [String]
1700
1701
  attr_accessor :merged_value
1701
1702
 
1702
1703
  # All the facet values that are replaces by the same merged_value that follows.
1703
1704
  # The maximum number of values per MergedFacetValue is 25. Each value can have
1704
- # up to 60 characters.
1705
+ # up to 128 characters.
1705
1706
  # Corresponds to the JSON property `values`
1706
1707
  # @return [Array<String>]
1707
1708
  attr_accessor :values
@@ -5366,7 +5367,7 @@ module Google
5366
5367
  attr_accessor :filter_action
5367
5368
 
5368
5369
  # Force returns an attribute/facet in the request around a certain position or
5369
- # above. * Rule Condition: - Must specify non-empty Condition.query_terms (for
5370
+ # above. * Rule Condition: Must specify non-empty Condition.query_terms (for
5370
5371
  # search only) or Condition.page_categories (for browse only), but can't specify
5371
5372
  # both. * Action Inputs: attribute name, position * Action Result: Will force
5372
5373
  # return a facet key around a certain position or above if the condition is
@@ -5395,14 +5396,14 @@ module Google
5395
5396
  # @return [Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaRuleOnewaySynonymsAction]
5396
5397
  attr_accessor :oneway_synonyms_action
5397
5398
 
5398
- # Redirects a shopper to a specific page. * Rule Condition: - Must specify
5399
+ # Redirects a shopper to a specific page. * Rule Condition: Must specify
5399
5400
  # Condition.query_terms. * Action Input: Request Query * Action Result:
5400
5401
  # Redirects shopper to provided uri.
5401
5402
  # Corresponds to the JSON property `redirectAction`
5402
5403
  # @return [Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaRuleRedirectAction]
5403
5404
  attr_accessor :redirect_action
5404
5405
 
5405
- # Removes an attribute/facet in the request if is present. * Rule Condition: -
5406
+ # Removes an attribute/facet in the request if is present. * Rule Condition:
5406
5407
  # Must specify non-empty Condition.query_terms (for search only) or Condition.
5407
5408
  # page_categories (for browse only), but can't specify both. * Action Input:
5408
5409
  # attribute name * Action Result: Will remove the attribute (as a facet) from
@@ -5551,7 +5552,7 @@ module Google
5551
5552
  end
5552
5553
 
5553
5554
  # Force returns an attribute/facet in the request around a certain position or
5554
- # above. * Rule Condition: - Must specify non-empty Condition.query_terms (for
5555
+ # above. * Rule Condition: Must specify non-empty Condition.query_terms (for
5555
5556
  # search only) or Condition.page_categories (for browse only), but can't specify
5556
5557
  # both. * Action Inputs: attribute name, position * Action Result: Will force
5557
5558
  # return a facet key around a certain position or above if the condition is
@@ -5665,7 +5666,7 @@ module Google
5665
5666
  end
5666
5667
  end
5667
5668
 
5668
- # Redirects a shopper to a specific page. * Rule Condition: - Must specify
5669
+ # Redirects a shopper to a specific page. * Rule Condition: Must specify
5669
5670
  # Condition.query_terms. * Action Input: Request Query * Action Result:
5670
5671
  # Redirects shopper to provided uri.
5671
5672
  class GoogleCloudRetailV2alphaRuleRedirectAction
@@ -5686,7 +5687,7 @@ module Google
5686
5687
  end
5687
5688
  end
5688
5689
 
5689
- # Removes an attribute/facet in the request if is present. * Rule Condition: -
5690
+ # Removes an attribute/facet in the request if is present. * Rule Condition:
5690
5691
  # Must specify non-empty Condition.query_terms (for search only) or Condition.
5691
5692
  # page_categories (for browse only), but can't specify both. * Action Input:
5692
5693
  # 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 RetailV2alpha
18
18
  # Version of the google-apis-retail_v2alpha gem
19
- GEM_VERSION = "0.86.0"
19
+ GEM_VERSION = "0.88.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 = "20231005"
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_v2alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.86.0
4
+ version: 0.88.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-10-15 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_v2alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.86.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.88.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2alpha
63
63
  post_install_message:
64
64
  rdoc_options: []