google-apis-retail_v2alpha 0.40.0 → 0.41.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 44ef2bee884e2a8c93ee4268acf06f7446811fd0014b197dd60e96af99fbb13a
4
- data.tar.gz: 23edf9bc572404b7b07a4d6ee298de46ba1255012d2074cdb0f698189230c771
3
+ metadata.gz: cfd42af239ea942822bed2603f17346ea6a48a2ffefe6910ab95103b96724c75
4
+ data.tar.gz: f2e263444c30c4a04204d0ae7decab5d0a974951f02c71073bdb9fd0b90152b3
5
5
  SHA512:
6
- metadata.gz: 56f362bba0bca18125e0a2885b4aee78d1aea4105f30e857b9dd5bc74b06e9e9dd5588039f3ce428a177c1d734601c8a3d7c027af8164068da92e2acd2758aa5
7
- data.tar.gz: 2206ecb4d022eb2b5190ce5f248a9886d3ed4b30761b3ab6f0809a660bfacd8ffb2a9f556fcfcf4f24bca6bcac3ef6412f040e64b96a994ae48661fbde4e3833
6
+ metadata.gz: 1bb4b1ecd00202d364a37ed3ddcbc92f62f59007511e30bfa23377096cf109a678f83a95177a1e9508cdbfb9e67adcb8621527f46e513e9ac52ae4036caa41cf
7
+ data.tar.gz: 03c0440da6890cb1257aee403b4db4f4773f8d796d5407fe8b7c567dd7622266128c1a8239c120801b4490ad26db8a3659917ffa781ffd70e9424c1e09327b73
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2alpha
2
2
 
3
+ ### v0.41.0 (2022-05-19)
4
+
5
+ * Regenerated from discovery document revision 20220512
6
+
3
7
  ### v0.40.0 (2022-05-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20220505
@@ -1231,7 +1231,9 @@ module Google
1231
1231
 
1232
1232
  # Custom attributes for the suggestion term. * For "user-data", the attributes
1233
1233
  # are additional custom attributes ingested through BigQuery. * For "cloud-
1234
- # retail", the attributes are product attributes generated by Cloud Retail.
1234
+ # retail", the attributes are product attributes generated by Cloud Retail. This
1235
+ # is an experimental feature. Contact Retail Search support team if you are
1236
+ # interested in enabling it.
1235
1237
  # Corresponds to the JSON property `attributes`
1236
1238
  # @return [Hash<String,Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaCustomAttribute>]
1237
1239
  attr_accessor :attributes
@@ -4316,7 +4318,7 @@ module Google
4316
4318
 
4317
4319
  # Condition boost specifications. If a product matches multiple conditions in
4318
4320
  # the specifictions, boost scores from these specifications are all applied and
4319
- # combined in a non-linear way. Maximum number of specifications is 10.
4321
+ # combined in a non-linear way. Maximum number of specifications is 20.
4320
4322
  # Corresponds to the JSON property `conditionBoostSpecs`
4321
4323
  # @return [Array<Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaSearchRequestBoostSpecConditionBoostSpec>]
4322
4324
  attr_accessor :condition_boost_specs
@@ -4427,13 +4429,20 @@ module Google
4427
4429
  alias_method :enable_dynamic_position?, :enable_dynamic_position
4428
4430
 
4429
4431
  # List of keys to exclude when faceting. By default, FacetKey.key is not
4430
- # excluded from the filter unless it is listed in this field. For example,
4431
- # suppose there are 100 products with color facet "Red" and 200 products with
4432
- # color facet "Blue". A query containing the filter "colorFamilies:ANY("Red")"
4433
- # and have "colorFamilies" as FacetKey.key will by default return the "Red" with
4434
- # count 100. If this field contains "colorFamilies", then the query returns both
4435
- # the "Red" with count 100 and "Blue" with count 200, because the "colorFamilies"
4436
- # key is now excluded from the filter. A maximum of 100 values are allowed.
4432
+ # excluded from the filter unless it is listed in this field. Listing a facet
4433
+ # key in this field allows its values to appear as facet results, even when they
4434
+ # are filtered out of search results. Using this field does not affect what
4435
+ # search results are returned. For example, suppose there are 100 products with
4436
+ # the color facet "Red" and 200 products with the color facet "Blue". A query
4437
+ # containing the filter "colorFamilies:ANY("Red")" and having "colorFamilies" as
4438
+ # FacetKey.key would by default return only "Red" products in the search results,
4439
+ # and also return "Red" with count 100 as the only color facet. Although there
4440
+ # are also blue products available, "Blue" would not be shown as an available
4441
+ # facet value. If "colorFamilies" is listed in "excludedFilterKeys", then the
4442
+ # query returns the facet values "Red" with count 100 and "Blue" with count 200,
4443
+ # because the "colorFamilies" key is now excluded from the filter. Because this
4444
+ # field doesn't affect search results, the search results are still correctly
4445
+ # filtered to return only "Red" products. A maximum of 100 values are allowed.
4437
4446
  # Otherwise, an INVALID_ARGUMENT error is returned.
4438
4447
  # Corresponds to the JSON property `excludedFilterKeys`
4439
4448
  # @return [Array<String>]
@@ -5346,7 +5355,7 @@ module Google
5346
5355
  # which results in degraded model quality. The field must be a UTF-8 encoded
5347
5356
  # string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT
5348
5357
  # error is returned. The field should not contain PII or user-data. We recommend
5349
- # to use Google Analystics [Client ID](https://developers.google.com/analytics/
5358
+ # to use Google Analytics [Client ID](https://developers.google.com/analytics/
5350
5359
  # devguides/collection/analyticsjs/field-reference#clientId) for this field.
5351
5360
  # Corresponds to the JSON property `visitorId`
5352
5361
  # @return [String]
@@ -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.40.0"
19
+ GEM_VERSION = "0.41.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_v2alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.40.0
4
+ version: 0.41.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_v2alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.40.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.41.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: []