google-apis-retail_v2beta 0.39.0 → 0.40.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: ed2bfb428f1ecdf36eca5e60746d6eae9318255c4ec56a90ebed2c58d115d7e5
4
- data.tar.gz: a855226a31061a5418a63c300aa55687f6de453da9923c881bbdf7c6d7c4351a
3
+ metadata.gz: 30b34010a1648be4728cb150e3a7a5570f80c848f8a5368482fd555ee7837809
4
+ data.tar.gz: 31d74bae4a99a7f6790a5d4bcb119f2555ccb5ca5b3289c1ec9ed42a0404d9cd
5
5
  SHA512:
6
- metadata.gz: 8cff4071beb59d7bf86947be814d07cc574f24a14c77ffebf5a6d65b3699ef779f4a50dcf19bf85fe95fe2ad0ddc618d4fb361818c231fc0d6aa292e23897c46
7
- data.tar.gz: 2251edbd097eab37b7183f1ff3ef6a99aca1c83266bf18da49960cb53749d204ac7a9eff4512551efd202b149c774e855375d6bd095d7c0e79db3bb7b2c1b3c2
6
+ metadata.gz: 2e62e35b79b799b40db738defddaef47608ad6640264df3d51416e6610be6b4c304e05592c858a3085d742824a858b77f8e88d768aa1c993ccf46edecd3f1a5f
7
+ data.tar.gz: 1d029eb5b689f460be7ef0efd842069686d03eafb0584db3091200cbb2e6a9f5b37a38955d3d672a0288ebe5b1aad34c6d596efc1de98da36a4421eb9a8a8d53
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2beta
2
2
 
3
+ ### v0.40.0 (2022-05-19)
4
+
5
+ * Regenerated from discovery document revision 20220512
6
+
3
7
  ### v0.39.0 (2022-05-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20220505
@@ -1799,7 +1799,9 @@ module Google
1799
1799
 
1800
1800
  # Custom attributes for the suggestion term. * For "user-data", the attributes
1801
1801
  # are additional custom attributes ingested through BigQuery. * For "cloud-
1802
- # retail", the attributes are product attributes generated by Cloud Retail.
1802
+ # retail", the attributes are product attributes generated by Cloud Retail. This
1803
+ # is an experimental feature. Contact Retail Search support team if you are
1804
+ # interested in enabling it.
1803
1805
  # Corresponds to the JSON property `attributes`
1804
1806
  # @return [Hash<String,Google::Apis::RetailV2beta::GoogleCloudRetailV2betaCustomAttribute>]
1805
1807
  attr_accessor :attributes
@@ -4747,7 +4749,7 @@ module Google
4747
4749
 
4748
4750
  # Condition boost specifications. If a product matches multiple conditions in
4749
4751
  # the specifictions, boost scores from these specifications are all applied and
4750
- # combined in a non-linear way. Maximum number of specifications is 10.
4752
+ # combined in a non-linear way. Maximum number of specifications is 20.
4751
4753
  # Corresponds to the JSON property `conditionBoostSpecs`
4752
4754
  # @return [Array<Google::Apis::RetailV2beta::GoogleCloudRetailV2betaSearchRequestBoostSpecConditionBoostSpec>]
4753
4755
  attr_accessor :condition_boost_specs
@@ -4858,13 +4860,20 @@ module Google
4858
4860
  alias_method :enable_dynamic_position?, :enable_dynamic_position
4859
4861
 
4860
4862
  # List of keys to exclude when faceting. By default, FacetKey.key is not
4861
- # excluded from the filter unless it is listed in this field. For example,
4862
- # suppose there are 100 products with color facet "Red" and 200 products with
4863
- # color facet "Blue". A query containing the filter "colorFamilies:ANY("Red")"
4864
- # and have "colorFamilies" as FacetKey.key will by default return the "Red" with
4865
- # count 100. If this field contains "colorFamilies", then the query returns both
4866
- # the "Red" with count 100 and "Blue" with count 200, because the "colorFamilies"
4867
- # key is now excluded from the filter. A maximum of 100 values are allowed.
4863
+ # excluded from the filter unless it is listed in this field. Listing a facet
4864
+ # key in this field allows its values to appear as facet results, even when they
4865
+ # are filtered out of search results. Using this field does not affect what
4866
+ # search results are returned. For example, suppose there are 100 products with
4867
+ # the color facet "Red" and 200 products with the color facet "Blue". A query
4868
+ # containing the filter "colorFamilies:ANY("Red")" and having "colorFamilies" as
4869
+ # FacetKey.key would by default return only "Red" products in the search results,
4870
+ # and also return "Red" with count 100 as the only color facet. Although there
4871
+ # are also blue products available, "Blue" would not be shown as an available
4872
+ # facet value. If "colorFamilies" is listed in "excludedFilterKeys", then the
4873
+ # query returns the facet values "Red" with count 100 and "Blue" with count 200,
4874
+ # because the "colorFamilies" key is now excluded from the filter. Because this
4875
+ # field doesn't affect search results, the search results are still correctly
4876
+ # filtered to return only "Red" products. A maximum of 100 values are allowed.
4868
4877
  # Otherwise, an INVALID_ARGUMENT error is returned.
4869
4878
  # Corresponds to the JSON property `excludedFilterKeys`
4870
4879
  # @return [Array<String>]
@@ -5777,7 +5786,7 @@ module Google
5777
5786
  # which results in degraded model quality. The field must be a UTF-8 encoded
5778
5787
  # string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT
5779
5788
  # error is returned. The field should not contain PII or user-data. We recommend
5780
- # to use Google Analystics [Client ID](https://developers.google.com/analytics/
5789
+ # to use Google Analytics [Client ID](https://developers.google.com/analytics/
5781
5790
  # devguides/collection/analyticsjs/field-reference#clientId) for this field.
5782
5791
  # Corresponds to the JSON property `visitorId`
5783
5792
  # @return [String]
@@ -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.39.0"
19
+ GEM_VERSION = "0.40.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220505"
25
+ REVISION = "20220512"
26
26
  end
27
27
  end
28
28
  end
@@ -776,9 +776,9 @@ module Google
776
776
  execute_or_queue_command(command, &block)
777
777
  end
778
778
 
779
- # Bulk import of multiple Products. Request processing may be synchronous. No
780
- # partial updating is supported. Non-existing items are created. Note that it is
781
- # possible for a subset of the Products to be successfully updated.
779
+ # Bulk import of multiple Products. Request processing may be synchronous. Non-
780
+ # existing items are created. Note that it is possible for a subset of the
781
+ # Products to be successfully updated.
782
782
  # @param [String] parent
783
783
  # Required. `projects/1234/locations/global/catalogs/default_catalog/branches/
784
784
  # default_branch` If no updateMask is specified, requires products.create
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.39.0
4
+ version: 0.40.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-05-16 00:00:00.000000000 Z
11
+ date: 2022-05-23 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.39.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.40.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: []