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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4809be191e634ef6f5906a6e9587c3b28ef9abe71b729576bf7ce80b8fd4c97f
|
|
4
|
+
data.tar.gz: 1a31cd1af3f059bbcb730b72347c8dddefc2dc1e9734b00d380d9d202b3ecde2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3a0fc96f1a2597d196bb3372948744c4aad62aa82a93482699c24f0eeb3451571231131c86f06b3567e711f9d598688a3b6e9af1d9168f273ef4d85ed875c032
|
|
7
|
+
data.tar.gz: f523430ea840e2b67aae930109ec1a00f3514e23ec458d7f4fd38a9f8eaebccf03de521ba8a72c647bfed95d9546a98f93b7b9a5e7551fbc834744b8b5947185
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
6987
|
-
# following are NOT supported: * CatalogAttribute.key If not set, all
|
|
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.
|
|
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 = "
|
|
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
|
|
630
|
-
# unknown field is provided, an INVALID_ARGUMENT error is
|
|
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.
|
|
725
|
-
# following is the only supported field: * AttributesConfig.
|
|
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.
|
|
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.
|
|
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.
|
|
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:
|