google-apis-retail_v2alpha 0.41.0 → 0.42.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: e823af18b5bf14b161a537d9ee1869c4e1dbadaa214a19771d35176907593eca
|
|
4
|
+
data.tar.gz: 83e06fa3b2af23955f54b1e005a787f356d35d18d61a4665f528b0318270c095
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: be029c6dcab6b2fc958afeffc3824d12d15eb1fa86978fb6acae90cfe62b335435d6f8058b6787c18fa281857ec1c77c669b3e14ed7d796dd522fce4257a5619
|
|
7
|
+
data.tar.gz: 939f2064d93411db05fb4ace528d50aae2bd10ab29e65db4cbd3a428620d7d99c88842563e9c52ab1d5e9054bf37cc332165cf32cf60045097d4ff62e349a4ba
|
data/CHANGELOG.md
CHANGED
|
@@ -903,7 +903,7 @@ module Google
|
|
|
903
903
|
attr_accessor :catalog_attributes
|
|
904
904
|
|
|
905
905
|
# Required. Immutable. The fully qualified resource name of the attribute config.
|
|
906
|
-
# Format:
|
|
906
|
+
# Format: `projects/*/locations/*/catalogs/*/attributesConfig`
|
|
907
907
|
# Corresponds to the JSON property `name`
|
|
908
908
|
# @return [String]
|
|
909
909
|
attr_accessor :name
|
|
@@ -1339,8 +1339,8 @@ module Google
|
|
|
1339
1339
|
# @return [Fixnum]
|
|
1340
1340
|
attr_accessor :min_prefix_length
|
|
1341
1341
|
|
|
1342
|
-
# Required. Immutable. Fully qualified name projects/*/locations/*/catalogs/*/
|
|
1343
|
-
# completionConfig
|
|
1342
|
+
# Required. Immutable. Fully qualified name `projects/*/locations/*/catalogs/*/
|
|
1343
|
+
# completionConfig`
|
|
1344
1344
|
# Corresponds to the JSON property `name`
|
|
1345
1345
|
# @return [String]
|
|
1346
1346
|
attr_accessor :name
|
|
@@ -4544,10 +4544,11 @@ module Google
|
|
|
4544
4544
|
# Only get facet for the given restricted values. For example, when using "
|
|
4545
4545
|
# pickupInStore" as key and set restricted values to ["store123", "store456"],
|
|
4546
4546
|
# only facets for "store123" and "store456" are returned. Only supported on
|
|
4547
|
-
# textual fields and fulfillments. Maximum
|
|
4548
|
-
# fulfillment facet keys: * pickupInStore *
|
|
4549
|
-
#
|
|
4550
|
-
# * customFulfillment4 *
|
|
4547
|
+
# predefined textual fields, custom textual attributes and fulfillments. Maximum
|
|
4548
|
+
# is 20. Must be set for the fulfillment facet keys: * pickupInStore *
|
|
4549
|
+
# shipToStore * sameDayDelivery * nextDayDelivery * customFulfillment1 *
|
|
4550
|
+
# customFulfillment2 * customFulfillment3 * customFulfillment4 *
|
|
4551
|
+
# customFulfillment5
|
|
4551
4552
|
# Corresponds to the JSON property `restrictedValues`
|
|
4552
4553
|
# @return [Array<String>]
|
|
4553
4554
|
attr_accessor :restricted_values
|
|
@@ -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.42.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 = "
|
|
25
|
+
REVISION = "20220519"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -360,7 +360,7 @@ module Google
|
|
|
360
360
|
# options.
|
|
361
361
|
# @param [String] name
|
|
362
362
|
# Required. Immutable. The fully qualified resource name of the attribute config.
|
|
363
|
-
# Format:
|
|
363
|
+
# Format: `projects/*/locations/*/catalogs/*/attributesConfig`
|
|
364
364
|
# @param [Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaAttributesConfig] google_cloud_retail_v2alpha_attributes_config_object
|
|
365
365
|
# @param [String] update_mask
|
|
366
366
|
# Indicates which fields in the provided AttributesConfig to update. The
|
|
@@ -398,8 +398,8 @@ module Google
|
|
|
398
398
|
|
|
399
399
|
# Updates the CompletionConfigs.
|
|
400
400
|
# @param [String] name
|
|
401
|
-
# Required. Immutable. Fully qualified name projects/*/locations/*/catalogs/*/
|
|
402
|
-
# completionConfig
|
|
401
|
+
# Required. Immutable. Fully qualified name `projects/*/locations/*/catalogs/*/
|
|
402
|
+
# completionConfig`
|
|
403
403
|
# @param [Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaCompletionConfig] google_cloud_retail_v2alpha_completion_config_object
|
|
404
404
|
# @param [String] update_mask
|
|
405
405
|
# Indicates which fields in the provided CompletionConfig to update. The
|
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.
|
|
4
|
+
version: 0.42.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-
|
|
11
|
+
date: 2022-05-30 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.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.42.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: []
|
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
75
75
|
- !ruby/object:Gem::Version
|
|
76
76
|
version: '0'
|
|
77
77
|
requirements: []
|
|
78
|
-
rubygems_version: 3.3.
|
|
78
|
+
rubygems_version: 3.3.14
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
81
|
summary: Simple REST client for Retail API V2alpha
|