google-apis-retail_v2 0.128.0 → 0.130.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: 20b4a1acbd7110644cd62968910eae4f0df79256d5fea42b50191a6234715e3d
4
+ data.tar.gz: c088ad06065e85c707052641df97d71ce1eb025c6fbece90bb2d407e6274096b
5
5
  SHA512:
6
- metadata.gz: be381a5185d58d5cca0a4ae25d6d442388084155dc61e59ab5d265a2d3efc22ac6f4a3d712d783f91c50730581562d3908b92e54602773a91bdfdde76569dbe4
7
- data.tar.gz: 5dfdc3f16ed5e2977dc89bf3bc2b4b5b749c7b7f95e1b2f2a427d30e9585c513d2d1f8c87a2a9e704a7c16a3759468bf347ad0cfa5488bb971d37d31cf1b939c
6
+ metadata.gz: 135e018cba4fd55961a1f77887e0a565bffb0826637793ac5b0786f06249015db659b16cc06ce527f2f8fdd9b90ae253b569197de85f4c12bef9544681a370cb
7
+ data.tar.gz: 18637343601af0e830f561b9a5f476075e23d36fcb1fc175a46587d20fb4a69ff66d1d29355df91d6e5cc6d44b2504fd30f62678a5b884d364edc5f952e11d2a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-retail_v2
2
2
 
3
+ ### v0.130.0 (2026-06-14)
4
+
5
+ * Regenerated using generator version 0.19.0
6
+
7
+ ### v0.129.0 (2026-05-17)
8
+
9
+ * Regenerated from discovery document revision 20260507
10
+
3
11
  ### v0.128.0 (2026-05-03)
4
12
 
5
13
  * Regenerated from discovery document revision 20260423
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/recommendations) may provid
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 3.1+.
86
+ This library is supported on Ruby 3.2+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -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.130.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.18.0"
22
+ GENERATOR_VERSION = "0.19.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.130.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.130.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:
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '3.1'
69
+ version: '3.2'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="