google-apis-retail_v2alpha 0.135.0 → 0.136.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: 6c31cf8f27534093e90afd0a91638183333f9d76b6772b8a052f8c2ad69ecc16
4
- data.tar.gz: 5e3c8b2a45c4e076c8bcdbc378aed753983e829bed9f339744cdb480eb3d9bb3
3
+ metadata.gz: 4809be191e634ef6f5906a6e9587c3b28ef9abe71b729576bf7ce80b8fd4c97f
4
+ data.tar.gz: 1a31cd1af3f059bbcb730b72347c8dddefc2dc1e9734b00d380d9d202b3ecde2
5
5
  SHA512:
6
- metadata.gz: bfd76e8ceb0c1ce05c9721d91993c154d4a5336212214671b58abeea222950d674717d945c2ddc1ae6c0d3cc7e2cf22d0f5891b4fa4c0e06915b5e1275758954
7
- data.tar.gz: cf1d7d86ddd257ddd29834f868ef2d3dbb23185957a3e38d30f38f7c5f375adaf76a050fbf74437a9c81e2ed219f2ef47f373c728919a659ab5def625aaefd4e
6
+ metadata.gz: 3a0fc96f1a2597d196bb3372948744c4aad62aa82a93482699c24f0eeb3451571231131c86f06b3567e711f9d598688a3b6e9af1d9168f273ef4d85ed875c032
7
+ data.tar.gz: f523430ea840e2b67aae930109ec1a00f3514e23ec458d7f4fd38a9f8eaebccf03de521ba8a72c647bfed95d9546a98f93b7b9a5e7551fbc834744b8b5947185
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2alpha
2
2
 
3
+ ### v0.136.0 (2026-05-17)
4
+
5
+ * Regenerated from discovery document revision 20260507
6
+
3
7
  ### v0.135.0 (2026-05-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20260423
@@ -6983,9 +6983,9 @@ module Google
6983
6983
  # @return [Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaCatalogAttribute]
6984
6984
  attr_accessor :catalog_attribute
6985
6985
 
6986
- # Indicates which fields in the provided CatalogAttribute to update. The
6987
- # following are NOT supported: * CatalogAttribute.key If not set, all supported
6988
- # fields are updated.
6986
+ # Optional. Indicates which fields in the provided CatalogAttribute to update.
6987
+ # The following are NOT supported: * CatalogAttribute.key If not set, all
6988
+ # supported fields are updated.
6989
6989
  # Corresponds to the JSON property `updateMask`
6990
6990
  # @return [String]
6991
6991
  attr_accessor :update_mask
@@ -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.135.0"
19
+ GEM_VERSION = "0.136.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
@@ -626,8 +626,9 @@ module Google
626
626
  # Required. Immutable. The fully qualified resource name of the catalog.
627
627
  # @param [Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaCatalog] google_cloud_retail_v2alpha_catalog_object
628
628
  # @param [String] update_mask
629
- # Indicates which fields in the provided Catalog to update. If an unsupported or
630
- # unknown field is provided, an INVALID_ARGUMENT error is returned.
629
+ # Optional. Indicates which fields in the provided Catalog to update. If an
630
+ # unsupported or unknown field is provided, an INVALID_ARGUMENT error is
631
+ # returned.
631
632
  # @param [String] fields
632
633
  # Selector specifying which fields to include in a partial response.
633
634
  # @param [String] quota_user
@@ -721,9 +722,9 @@ module Google
721
722
  # Format: `projects/*/locations/*/catalogs/*/attributesConfig`
722
723
  # @param [Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaAttributesConfig] google_cloud_retail_v2alpha_attributes_config_object
723
724
  # @param [String] update_mask
724
- # Indicates which fields in the provided AttributesConfig to update. The
725
- # following is the only supported field: * AttributesConfig.catalog_attributes
726
- # If not set, all supported fields are updated.
725
+ # Optional. Indicates which fields in the provided AttributesConfig to update.
726
+ # The following is the only supported field: * AttributesConfig.
727
+ # catalog_attributes If not set, all supported fields are updated.
727
728
  # @param [String] fields
728
729
  # Selector specifying which fields to include in a partial response.
729
730
  # @param [String] quota_user
@@ -760,9 +761,9 @@ module Google
760
761
  # completionConfig`
761
762
  # @param [Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaCompletionConfig] google_cloud_retail_v2alpha_completion_config_object
762
763
  # @param [String] update_mask
763
- # Indicates which fields in the provided CompletionConfig to update. The
764
- # following are the only supported fields: * CompletionConfig.matching_order *
765
- # CompletionConfig.max_suggestions * CompletionConfig.min_prefix_length *
764
+ # Optional. Indicates which fields in the provided CompletionConfig to update.
765
+ # The following are the only supported fields: * CompletionConfig.matching_order
766
+ # * CompletionConfig.max_suggestions * CompletionConfig.min_prefix_length *
766
767
  # CompletionConfig.auto_learning If not set, all supported fields are updated.
767
768
  # @param [String] fields
768
769
  # 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_v2alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.135.0
4
+ version: 0.136.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_v2alpha/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.135.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.136.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2alpha
62
62
  rdoc_options: []
63
63
  require_paths: