google-apis-retail_v2beta 0.43.0 → 0.44.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: 4772daf547d9c19f6e206d0630c33483a1dbdc699d4bb0222b751f4a169d77fb
4
- data.tar.gz: ffc09315f4a1f414e12aa7dd0c408d05d0b69ebb50de4dd51f4147035203b75f
3
+ metadata.gz: 77df9ebeb2d71c5159d0db231ad33e230d9a05185919106d0163acaf1b028093
4
+ data.tar.gz: a820e0f376c1c755a052137ecff565157a1f28f4b2e04169750f341b58357c2c
5
5
  SHA512:
6
- metadata.gz: 9dfa0275a061173f33fc24c6945e75cb2c9af61cc924c4addf82b45157e13363fd2d3056adba7a9fbdd59c17194edb6ca935e7062ef33960a14def7ed189ea7c
7
- data.tar.gz: a4ee485579ef926fce144ee120a90fe2f282e2715cfbfaec7a96193392e20234d688e2ceba02be0300935dafe3c0c0b400c2a8965bc17f09aa3403131d02f2ea
6
+ metadata.gz: 2d6859fa9f6de27b51646ba296d8db43ed1ebba1ade3c8e562e4ad8b4fb8b078d871da8afc062074a63f3ace9a142510251dcc4ff02c9f449e82825f6215d5cd
7
+ data.tar.gz: d603bfa3f6193da96ed5bd5e982945d29223d490e044b86c8b88241929af19e22135a86e0ee9b2fdcaa50eb0707c2caae49d9e4f82b6b1377ea1682a51a036c2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2beta
2
2
 
3
+ ### v0.44.0 (2022-06-23)
4
+
5
+ * Regenerated from discovery document revision 20220617
6
+
3
7
  ### v0.43.0 (2022-06-18)
4
8
 
5
9
  * Regenerated using generator version 0.7.0
@@ -1681,6 +1681,14 @@ module Google
1681
1681
  # @return [String]
1682
1682
  attr_accessor :key
1683
1683
 
1684
+ # When AttributesConfig.attribute_config_level is CATALOG_LEVEL_ATTRIBUTE_CONFIG,
1685
+ # if RECOMMENDATIONS_FILTERING_ENABLED, attribute values are filterable for
1686
+ # recommendations. This option works for categorical features only, does not
1687
+ # work for numerical features, inventory filtering.
1688
+ # Corresponds to the JSON property `recommendationsFilteringOption`
1689
+ # @return [String]
1690
+ attr_accessor :recommendations_filtering_option
1691
+
1684
1692
  # When AttributesConfig.attribute_config_level is CATALOG_LEVEL_ATTRIBUTE_CONFIG,
1685
1693
  # if SEARCHABLE_ENABLED, attribute values are searchable by text queries in
1686
1694
  # SearchService.Search. If SEARCHABLE_ENABLED but attribute type is numerical,
@@ -1706,6 +1714,7 @@ module Google
1706
1714
  @in_use = args[:in_use] if args.key?(:in_use)
1707
1715
  @indexable_option = args[:indexable_option] if args.key?(:indexable_option)
1708
1716
  @key = args[:key] if args.key?(:key)
1717
+ @recommendations_filtering_option = args[:recommendations_filtering_option] if args.key?(:recommendations_filtering_option)
1709
1718
  @searchable_option = args[:searchable_option] if args.key?(:searchable_option)
1710
1719
  @type = args[:type] if args.key?(:type)
1711
1720
  end
@@ -1865,14 +1874,16 @@ module Google
1865
1874
  # @return [Google::Apis::RetailV2beta::GoogleCloudRetailV2betaCompletionDataInputConfig]
1866
1875
  attr_accessor :denylist_input_config
1867
1876
 
1868
- # Output only. LRO corresponding to the latest allowlist import. Can use
1869
- # GetOperation API to retrieve the latest state of the Long Running Operation.
1877
+ # Output only. Name of the LRO corresponding to the latest allowlist import. Can
1878
+ # use GetOperation API to retrieve the latest state of the Long Running
1879
+ # Operation.
1870
1880
  # Corresponds to the JSON property `lastAllowlistImportOperation`
1871
1881
  # @return [String]
1872
1882
  attr_accessor :last_allowlist_import_operation
1873
1883
 
1874
- # Output only. LRO corresponding to the latest denylist import. Can use
1875
- # GetOperation API to retrieve the latest state of the Long Running Operation.
1884
+ # Output only. Name of the LRO corresponding to the latest denylist import. Can
1885
+ # use GetOperation API to retrieve the latest state of the Long Running
1886
+ # Operation.
1876
1887
  # Corresponds to the JSON property `lastDenylistImportOperation`
1877
1888
  # @return [String]
1878
1889
  attr_accessor :last_denylist_import_operation
@@ -3008,7 +3019,11 @@ module Google
3008
3019
  # only want results strictly matching the filters, set `strictFiltering` to True
3009
3020
  # in `PredictRequest.params` to receive empty results instead. Note that the API
3010
3021
  # will never return items with storageStatus of "EXPIRED" or "DELETED"
3011
- # regardless of filter choices.
3022
+ # regardless of filter choices. If `filterSyntaxV2` is set to true under the `
3023
+ # params` field, then attribute based expressions are expected instead of the
3024
+ # above described tag-based syntax. Examples: * (colors: ANY("Red", "Blue")) AND
3025
+ # NOT (categories: ANY("Phones")) * (availability: ANY("IN_STOCK")) AND (colors:
3026
+ # ANY("Red") OR categories: ANY("Phones"))
3012
3027
  # Corresponds to the JSON property `filter`
3013
3028
  # @return [String]
3014
3029
  attr_accessor :filter
@@ -3057,7 +3072,9 @@ module Google
3057
3072
  # price. * `diversityLevel`: String. Default empty. If set to be non-empty, then
3058
3073
  # it needs to be one of `'no-diversity', 'low-diversity', 'medium-diversity', '
3059
3074
  # high-diversity', 'auto-diversity'`. This gives request-level control and
3060
- # adjusts prediction results based on product category.
3075
+ # adjusts prediction results based on product category. * `filterSyntaxV2`:
3076
+ # Boolean. False by default. If set to true, the `filter` field will be
3077
+ # interpreteted according to the new, attribute-based syntax.
3061
3078
  # Corresponds to the JSON property `params`
3062
3079
  # @return [Hash<String,Object>]
3063
3080
  attr_accessor :params
@@ -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.43.0"
19
+ GEM_VERSION = "0.44.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.7.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220609"
25
+ REVISION = "20220617"
26
26
  end
27
27
  end
28
28
  end
@@ -1548,6 +1548,7 @@ module Google
1548
1548
  property :in_use, as: 'inUse'
1549
1549
  property :indexable_option, as: 'indexableOption'
1550
1550
  property :key, as: 'key'
1551
+ property :recommendations_filtering_option, as: 'recommendationsFilteringOption'
1551
1552
  property :searchable_option, as: 'searchableOption'
1552
1553
  property :type, as: 'type'
1553
1554
  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.43.0
4
+ version: 0.44.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: 2022-06-20 00:00:00.000000000 Z
11
+ date: 2022-06-27 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.43.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.44.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: []