google-apis-retail_v2beta 0.95.0 → 0.96.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: 89a52aa128acf574f2706138190dc96bf85c83e29d11709582c26ba79e9d1103
4
- data.tar.gz: 9435d71a4ed5a2b33e0d1cb580d6e4e1286b658ab107674f563bdaa69a48b772
3
+ metadata.gz: 072f0456501e0e2074769bcad76b957d6dc13326d54f5a96efddac88b5cebc2a
4
+ data.tar.gz: 567986e6d519b028623afe1e4e41bdf6fc148a4cd7d138bba252c94201a1c52a
5
5
  SHA512:
6
- metadata.gz: 11fd0b086cd261256adee37f22003f2ce77942f5c99edeabecc5a4e0fa2c7dea057f420e31709846a169eeb9707012829b2682f2fb52bbaa08284aac66ab6af7
7
- data.tar.gz: 137b374c03b7cffbc88fd7ed0aa50ee394fed99c43989708c243d762ad9b0f9e5fa0ec17e680970a4c38dbb134555b6b3318ed48cb020b3ed62255a9d2346e00
6
+ metadata.gz: ecd65326bfee33eaedd3b549486a64ea91249803a0f9bacc7c5fbf50e4e02eca8f0df3f7a1090e61cc3de31756698276628b8c66383e988dc63318f7c85a3134
7
+ data.tar.gz: 9a9b03ed2ba7c7965cba53e1f682ef7f02c15e845164c91c3176be45d9f369ed7d51460874096960ca933c1ac16f0fdc9db86953b949848fdf49b236272e3ac7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2beta
2
2
 
3
+ ### v0.96.0 (2024-04-21)
4
+
5
+ * Regenerated from discovery document revision 20240411
6
+
3
7
  ### v0.95.0 (2024-04-07)
4
8
 
5
9
  * Regenerated from discovery document revision 20240401
@@ -5572,12 +5572,13 @@ module Google
5572
5572
  # categories": [ "Shoes & Accessories > Shoes", "Sports & Fitness > Athletic
5573
5573
  # Clothing > Shoes" ] Must be set for Type.PRIMARY Product otherwise an
5574
5574
  # INVALID_ARGUMENT error is returned. At most 250 values are allowed per Product
5575
- # unless overridden via pantheon UI. Empty values are not allowed. Each value
5576
- # must be a UTF-8 encoded string with a length limit of 5,000 characters.
5577
- # Otherwise, an INVALID_ARGUMENT error is returned. Corresponding properties:
5578
- # Google Merchant Center property google_product_category. Schema.org property [
5579
- # Product.category] (https://schema.org/category). [mc_google_product_category]:
5580
- # https://support.google.com/merchants/answer/6324436
5575
+ # unless overridden through the Google Cloud console. Empty values are not
5576
+ # allowed. Each value must be a UTF-8 encoded string with a length limit of 5,
5577
+ # 000 characters. Otherwise, an INVALID_ARGUMENT error is returned.
5578
+ # Corresponding properties: Google Merchant Center property
5579
+ # google_product_category. Schema.org property [Product.category] (https://
5580
+ # schema.org/category). [mc_google_product_category]: https://support.google.com/
5581
+ # merchants/answer/6324436
5581
5582
  # Corresponds to the JSON property `categories`
5582
5583
  # @return [Array<String>]
5583
5584
  attr_accessor :categories
@@ -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.95.0"
19
+ GEM_VERSION = "0.96.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_v2beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.95.0
4
+ version: 0.96.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_v2beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.95.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.96.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: []