google-apis-retail_v2 0.38.0 → 0.39.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: 21aa629c3a0c4c57e44fc1b3fe592bc1ecd92908121a31f16315238224603c1f
4
- data.tar.gz: 126758f4b650cd5b3b7181128c8359976b0a5019c2871fa030916e486a20ad5f
3
+ metadata.gz: 58686d962239593f090e16060a3834f53286167ca8da5622068af3defc635bef
4
+ data.tar.gz: 85d2470832b5358bcd063982273ae5fa176351dd111fad143cff34512214dafe
5
5
  SHA512:
6
- metadata.gz: 5ebf22a1ca11048758bd1b953a965c01218175706147585de4e4b350a439b6a3f453834917130acec9a9b91884398028cb32c9e6f57b9b8ebec72450cea84903
7
- data.tar.gz: b042af707818c22dc4fee730f5de1bef29bbc92a057441ec9882c096098144b5538798779be1f5ede6a79b578a83a3d3c16092090ca25a269d2cdf5462ebbeb1
6
+ metadata.gz: 7e4e064c05bd6394e4b077ebb7eb1f154aa3cbe7867b76db0cf8096166e8015291caad7e32aeff6790d63d1f2f1532b8e220627e41d3e3424ed37a5d786e0ebd
7
+ data.tar.gz: c68ffdb70d0f2281b66205f653b942e0e5d65a27c57e7d34cba29b5bc854bf9149a090955375e2fe29fab992c6733656c429502ca1c7a54caf146f4360a3b85c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2
2
2
 
3
+ ### v0.39.0 (2022-05-19)
4
+
5
+ * Regenerated from discovery document revision 20220512
6
+
3
7
  ### v0.38.0 (2022-05-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20220505
@@ -680,7 +680,9 @@ module Google
680
680
 
681
681
  # Custom attributes for the suggestion term. * For "user-data", the attributes
682
682
  # are additional custom attributes ingested through BigQuery. * For "cloud-
683
- # retail", the attributes are product attributes generated by Cloud Retail.
683
+ # retail", the attributes are product attributes generated by Cloud Retail. This
684
+ # is an experimental feature. Contact Retail Search support team if you are
685
+ # interested in enabling it.
684
686
  # Corresponds to the JSON property `attributes`
685
687
  # @return [Hash<String,Google::Apis::RetailV2::GoogleCloudRetailV2CustomAttribute>]
686
688
  attr_accessor :attributes
@@ -2755,7 +2757,7 @@ module Google
2755
2757
 
2756
2758
  # Condition boost specifications. If a product matches multiple conditions in
2757
2759
  # the specifictions, boost scores from these specifications are all applied and
2758
- # combined in a non-linear way. Maximum number of specifications is 10.
2760
+ # combined in a non-linear way. Maximum number of specifications is 20.
2759
2761
  # Corresponds to the JSON property `conditionBoostSpecs`
2760
2762
  # @return [Array<Google::Apis::RetailV2::GoogleCloudRetailV2SearchRequestBoostSpecConditionBoostSpec>]
2761
2763
  attr_accessor :condition_boost_specs
@@ -2866,13 +2868,20 @@ module Google
2866
2868
  alias_method :enable_dynamic_position?, :enable_dynamic_position
2867
2869
 
2868
2870
  # List of keys to exclude when faceting. By default, FacetKey.key is not
2869
- # excluded from the filter unless it is listed in this field. For example,
2870
- # suppose there are 100 products with color facet "Red" and 200 products with
2871
- # color facet "Blue". A query containing the filter "colorFamilies:ANY("Red")"
2872
- # and have "colorFamilies" as FacetKey.key will by default return the "Red" with
2873
- # count 100. If this field contains "colorFamilies", then the query returns both
2874
- # the "Red" with count 100 and "Blue" with count 200, because the "colorFamilies"
2875
- # key is now excluded from the filter. A maximum of 100 values are allowed.
2871
+ # excluded from the filter unless it is listed in this field. Listing a facet
2872
+ # key in this field allows its values to appear as facet results, even when they
2873
+ # are filtered out of search results. Using this field does not affect what
2874
+ # search results are returned. For example, suppose there are 100 products with
2875
+ # the color facet "Red" and 200 products with the color facet "Blue". A query
2876
+ # containing the filter "colorFamilies:ANY("Red")" and having "colorFamilies" as
2877
+ # FacetKey.key would by default return only "Red" products in the search results,
2878
+ # and also return "Red" with count 100 as the only color facet. Although there
2879
+ # are also blue products available, "Blue" would not be shown as an available
2880
+ # facet value. If "colorFamilies" is listed in "excludedFilterKeys", then the
2881
+ # query returns the facet values "Red" with count 100 and "Blue" with count 200,
2882
+ # because the "colorFamilies" key is now excluded from the filter. Because this
2883
+ # field doesn't affect search results, the search results are still correctly
2884
+ # filtered to return only "Red" products. A maximum of 100 values are allowed.
2876
2885
  # Otherwise, an INVALID_ARGUMENT error is returned.
2877
2886
  # Corresponds to the JSON property `excludedFilterKeys`
2878
2887
  # @return [Array<String>]
@@ -3608,7 +3617,7 @@ module Google
3608
3617
  # which results in degraded model quality. The field must be a UTF-8 encoded
3609
3618
  # string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT
3610
3619
  # error is returned. The field should not contain PII or user-data. We recommend
3611
- # to use Google Analystics [Client ID](https://developers.google.com/analytics/
3620
+ # to use Google Analytics [Client ID](https://developers.google.com/analytics/
3612
3621
  # devguides/collection/analyticsjs/field-reference#clientId) for this field.
3613
3622
  # Corresponds to the JSON property `visitorId`
3614
3623
  # @return [String]
@@ -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.38.0"
19
+ GEM_VERSION = "0.39.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
@@ -523,9 +523,9 @@ module Google
523
523
  execute_or_queue_command(command, &block)
524
524
  end
525
525
 
526
- # Bulk import of multiple Products. Request processing may be synchronous. No
527
- # partial updating is supported. Non-existing items are created. Note that it is
528
- # possible for a subset of the Products to be successfully updated.
526
+ # Bulk import of multiple Products. Request processing may be synchronous. Non-
527
+ # existing items are created. Note that it is possible for a subset of the
528
+ # Products to be successfully updated.
529
529
  # @param [String] parent
530
530
  # Required. `projects/1234/locations/global/catalogs/default_catalog/branches/
531
531
  # 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_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.38.0
4
+ version: 0.39.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_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.38.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.39.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: []