google-apis-retail_v2 0.128.0 → 0.129.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: 26d48022059867fcc7e961fb38958334603eeed7d7d59c31fa6d7314dd6e2ea3
4
- data.tar.gz: 0c6a5c38dba8bab6f11110680b852ed349997fd953043bc3556833ed527fd467
3
+ metadata.gz: 64961914b3d093331573cf3c6f27dcc3ccdec3b37c8d583aba2c4ea497590bc2
4
+ data.tar.gz: 594178804094695ead5ef96ee0ef640e3cca7bab6a6078aab9358c40851eba4b
5
5
  SHA512:
6
- metadata.gz: be381a5185d58d5cca0a4ae25d6d442388084155dc61e59ab5d265a2d3efc22ac6f4a3d712d783f91c50730581562d3908b92e54602773a91bdfdde76569dbe4
7
- data.tar.gz: 5dfdc3f16ed5e2977dc89bf3bc2b4b5b749c7b7f95e1b2f2a427d30e9585c513d2d1f8c87a2a9e704a7c16a3759468bf347ad0cfa5488bb971d37d31cf1b939c
6
+ metadata.gz: ce3f5aae68956de4c772bf15a817779a7a9fdbb6208acc335dacf7b57e3d53f3c661668dd6bc220100bd95c56522c183ff06e8e3e671eec09841edf5e6950463
7
+ data.tar.gz: d1242189e1071a2acf82cc98f14a27578b5513b00e4cc7401a7c762dcc1aa926d364a85f32ace29c9100ede682c806506858ae40783ba90652318728dc30bcf0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2
2
2
 
3
+ ### v0.129.0 (2026-05-17)
4
+
5
+ * Regenerated from discovery document revision 20260507
6
+
3
7
  ### v0.128.0 (2026-05-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20260423
@@ -4994,9 +4994,9 @@ module Google
4994
4994
  # @return [Google::Apis::RetailV2::GoogleCloudRetailV2CatalogAttribute]
4995
4995
  attr_accessor :catalog_attribute
4996
4996
 
4997
- # Indicates which fields in the provided CatalogAttribute to update. The
4998
- # following are NOT supported: * CatalogAttribute.key If not set, all supported
4999
- # fields are updated.
4997
+ # Optional. Indicates which fields in the provided CatalogAttribute to update.
4998
+ # The following are NOT supported: * CatalogAttribute.key If not set, all
4999
+ # supported fields are updated.
5000
5000
  # Corresponds to the JSON property `updateMask`
5001
5001
  # @return [String]
5002
5002
  attr_accessor :update_mask
@@ -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.128.0"
19
+ GEM_VERSION = "0.129.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260423"
25
+ REVISION = "20260507"
26
26
  end
27
27
  end
28
28
  end
@@ -386,8 +386,9 @@ module Google
386
386
  # Required. Immutable. The fully qualified resource name of the catalog.
387
387
  # @param [Google::Apis::RetailV2::GoogleCloudRetailV2Catalog] google_cloud_retail_v2_catalog_object
388
388
  # @param [String] update_mask
389
- # Indicates which fields in the provided Catalog to update. If an unsupported or
390
- # unknown field is provided, an INVALID_ARGUMENT error is returned.
389
+ # Optional. Indicates which fields in the provided Catalog to update. If an
390
+ # unsupported or unknown field is provided, an INVALID_ARGUMENT error is
391
+ # returned.
391
392
  # @param [String] fields
392
393
  # Selector specifying which fields to include in a partial response.
393
394
  # @param [String] quota_user
@@ -481,9 +482,9 @@ module Google
481
482
  # Format: `projects/*/locations/*/catalogs/*/attributesConfig`
482
483
  # @param [Google::Apis::RetailV2::GoogleCloudRetailV2AttributesConfig] google_cloud_retail_v2_attributes_config_object
483
484
  # @param [String] update_mask
484
- # Indicates which fields in the provided AttributesConfig to update. The
485
- # following is the only supported field: * AttributesConfig.catalog_attributes
486
- # If not set, all supported fields are updated.
485
+ # Optional. Indicates which fields in the provided AttributesConfig to update.
486
+ # The following is the only supported field: * AttributesConfig.
487
+ # catalog_attributes If not set, all supported fields are updated.
487
488
  # @param [String] fields
488
489
  # Selector specifying which fields to include in a partial response.
489
490
  # @param [String] quota_user
@@ -520,9 +521,9 @@ module Google
520
521
  # completionConfig`
521
522
  # @param [Google::Apis::RetailV2::GoogleCloudRetailV2CompletionConfig] google_cloud_retail_v2_completion_config_object
522
523
  # @param [String] update_mask
523
- # Indicates which fields in the provided CompletionConfig to update. The
524
- # following are the only supported fields: * CompletionConfig.matching_order *
525
- # CompletionConfig.max_suggestions * CompletionConfig.min_prefix_length *
524
+ # Optional. Indicates which fields in the provided CompletionConfig to update.
525
+ # The following are the only supported fields: * CompletionConfig.matching_order
526
+ # * CompletionConfig.max_suggestions * CompletionConfig.min_prefix_length *
526
527
  # CompletionConfig.auto_learning If not set, all supported fields are updated.
527
528
  # @param [String] fields
528
529
  # Selector specifying which fields to include in a partial response.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-retail_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.128.0
4
+ version: 0.129.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.128.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.129.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2
62
62
  rdoc_options: []
63
63
  require_paths: