google-apis-retail_v2 0.93.0 → 0.94.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: 9ffaa1c990b1cbe9dc0e82c4d69bb96380bc6110143ac4929788874e080ab83a
4
- data.tar.gz: f36a023e146386992b37e6dfd55fd70430ccc29bcf40905b96354d5b8efe4c23
3
+ metadata.gz: e073db26a48a2422fd4d72009339e70e598c096bc9f726c7ed598d30193b15d1
4
+ data.tar.gz: a7a851683f8d59cf1618bf060c2b6286131cfd0eca3b0a14cc2371565cca749b
5
5
  SHA512:
6
- metadata.gz: f8166538eb2b14bbdefd460afd25472f751fda57324ea337a6da41d07b4529ced41b0c35e568ca642ebfdecc8b9d89784fd41c505017aa149d62f16906d6b728
7
- data.tar.gz: f2cdcdfc949ce94e898e0d4fb7d79395be767c497a15b16a965db38df51747625a4a3c270ad8b7060e3a6e4ce71896afd25f9b5e851d7cd58b2e6caf2cc80ed4
6
+ metadata.gz: 6ecd0a7a75d9ea5cb406a3f4fdb1cdf8027f7e26e3cda73628a1deb3852e118b915ff725d035a73129857f4b896eeef43810413131bc8cd4b077b6453e7d8d16
7
+ data.tar.gz: 5e2b6918d97aa7540b7146ff9635cb2b58d497d3f28df7706c14bde55d43723dcfc34e39cc19b5912f26ee9932c107de0f2c58a9bf6de69f2b051ae0cf8700b4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2
2
2
 
3
+ ### v0.94.0 (2024-04-21)
4
+
5
+ * Regenerated from discovery document revision 20240411
6
+
3
7
  ### v0.93.0 (2024-04-07)
4
8
 
5
9
  * Regenerated from discovery document revision 20240401
@@ -3022,12 +3022,13 @@ module Google
3022
3022
  # categories": [ "Shoes & Accessories > Shoes", "Sports & Fitness > Athletic
3023
3023
  # Clothing > Shoes" ] Must be set for Type.PRIMARY Product otherwise an
3024
3024
  # INVALID_ARGUMENT error is returned. At most 250 values are allowed per Product
3025
- # unless overridden via pantheon UI. Empty values are not allowed. Each value
3026
- # must be a UTF-8 encoded string with a length limit of 5,000 characters.
3027
- # Otherwise, an INVALID_ARGUMENT error is returned. Corresponding properties:
3028
- # Google Merchant Center property google_product_category. Schema.org property [
3029
- # Product.category] (https://schema.org/category). [mc_google_product_category]:
3030
- # https://support.google.com/merchants/answer/6324436
3025
+ # unless overridden through the Google Cloud console. Empty values are not
3026
+ # allowed. Each value must be a UTF-8 encoded string with a length limit of 5,
3027
+ # 000 characters. Otherwise, an INVALID_ARGUMENT error is returned.
3028
+ # Corresponding properties: Google Merchant Center property
3029
+ # google_product_category. Schema.org property [Product.category] (https://
3030
+ # schema.org/category). [mc_google_product_category]: https://support.google.com/
3031
+ # merchants/answer/6324436
3031
3032
  # Corresponds to the JSON property `categories`
3032
3033
  # @return [Array<String>]
3033
3034
  attr_accessor :categories
@@ -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.93.0"
19
+ GEM_VERSION = "0.94.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240401"
25
+ REVISION = "20240411"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-retail_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.93.0
4
+ version: 0.94.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: 2024-04-07 00:00:00.000000000 Z
11
+ date: 2024-04-21 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_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.93.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.94.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2
63
63
  post_install_message:
64
64
  rdoc_options: []