google-apis-retail_v2beta 0.40.0 → 0.41.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 30b34010a1648be4728cb150e3a7a5570f80c848f8a5368482fd555ee7837809
4
- data.tar.gz: 31d74bae4a99a7f6790a5d4bcb119f2555ccb5ca5b3289c1ec9ed42a0404d9cd
3
+ metadata.gz: 063a734a8dda879211328ca79c4bd28d5029e171f4794ce25fa628bc41b7a2cb
4
+ data.tar.gz: 3b45287f0f802aa909567d704c16a06507d9fa96b8425124e723771d75afde18
5
5
  SHA512:
6
- metadata.gz: 2e62e35b79b799b40db738defddaef47608ad6640264df3d51416e6610be6b4c304e05592c858a3085d742824a858b77f8e88d768aa1c993ccf46edecd3f1a5f
7
- data.tar.gz: 1d029eb5b689f460be7ef0efd842069686d03eafb0584db3091200cbb2e6a9f5b37a38955d3d672a0288ebe5b1aad34c6d596efc1de98da36a4421eb9a8a8d53
6
+ metadata.gz: e9f507df708a8d46a89e28f7f4c5e5e78661e0353c6feac6a473a06a402cff115f691f8e6d338e0276c844ad28f8504329b5641ee68ac8b851d89ea53e2c53ce
7
+ data.tar.gz: cf1730f7a96d4d42127b2c19171fa135361e795c8d70711263306f742c4159c848a5d16b2b78203db27df01978c184545cd0cdd44d0dbec415d22b62ca03a8e4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2beta
2
2
 
3
+ ### v0.41.0 (2022-05-26)
4
+
5
+ * Regenerated from discovery document revision 20220519
6
+
3
7
  ### v0.40.0 (2022-05-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20220512
@@ -1471,7 +1471,7 @@ module Google
1471
1471
  attr_accessor :catalog_attributes
1472
1472
 
1473
1473
  # Required. Immutable. The fully qualified resource name of the attribute config.
1474
- # Format: "projects/*/locations/*/catalogs/*/attributesConfig"
1474
+ # Format: `projects/*/locations/*/catalogs/*/attributesConfig`
1475
1475
  # Corresponds to the JSON property `name`
1476
1476
  # @return [String]
1477
1477
  attr_accessor :name
@@ -1907,8 +1907,8 @@ module Google
1907
1907
  # @return [Fixnum]
1908
1908
  attr_accessor :min_prefix_length
1909
1909
 
1910
- # Required. Immutable. Fully qualified name projects/*/locations/*/catalogs/*/
1911
- # completionConfig
1910
+ # Required. Immutable. Fully qualified name `projects/*/locations/*/catalogs/*/
1911
+ # completionConfig`
1912
1912
  # Corresponds to the JSON property `name`
1913
1913
  # @return [String]
1914
1914
  attr_accessor :name
@@ -4975,10 +4975,11 @@ module Google
4975
4975
  # Only get facet for the given restricted values. For example, when using "
4976
4976
  # pickupInStore" as key and set restricted values to ["store123", "store456"],
4977
4977
  # only facets for "store123" and "store456" are returned. Only supported on
4978
- # textual fields and fulfillments. Maximum is 20. Must be set for the
4979
- # fulfillment facet keys: * pickupInStore * shipToStore * sameDayDelivery *
4980
- # nextDayDelivery * customFulfillment1 * customFulfillment2 * customFulfillment3
4981
- # * customFulfillment4 * customFulfillment5
4978
+ # predefined textual fields, custom textual attributes and fulfillments. Maximum
4979
+ # is 20. Must be set for the fulfillment facet keys: * pickupInStore *
4980
+ # shipToStore * sameDayDelivery * nextDayDelivery * customFulfillment1 *
4981
+ # customFulfillment2 * customFulfillment3 * customFulfillment4 *
4982
+ # customFulfillment5
4982
4983
  # Corresponds to the JSON property `restrictedValues`
4983
4984
  # @return [Array<String>]
4984
4985
  attr_accessor :restricted_values
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RetailV2beta
18
18
  # Version of the google-apis-retail_v2beta gem
19
- GEM_VERSION = "0.40.0"
19
+ GEM_VERSION = "0.41.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 = "20220512"
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: "projects/*/locations/*/catalogs/*/attributesConfig"
363
+ # Format: `projects/*/locations/*/catalogs/*/attributesConfig`
364
364
  # @param [Google::Apis::RetailV2beta::GoogleCloudRetailV2betaAttributesConfig] google_cloud_retail_v2beta_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::RetailV2beta::GoogleCloudRetailV2betaCompletionConfig] google_cloud_retail_v2beta_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_v2beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.40.0
4
+ version: 0.41.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-23 00:00:00.000000000 Z
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_v2beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.40.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.41.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2beta
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.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Retail API V2beta