google-apis-retail_v2alpha 0.99.0 → 0.100.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: 0d914726edba8ce7a9938904716a97fa2483319ace9a4e5e09a7979a99626f7e
4
- data.tar.gz: 2dbff993a6f36e35bc82921fdf0852fd33be6fdd54f7cedb111af9dc0f508553
3
+ metadata.gz: 29ba7258c7460247dad29ed297c39aed165b75c48ebef9a1e41f5ea31917b9f6
4
+ data.tar.gz: d5fad12ad52d3b2d318b5008bf705d681f34cf1e3063d79db4611a1771737a06
5
5
  SHA512:
6
- metadata.gz: 81eb4f6ee27fbf6a29c180bcc5325dbc889318e0f8df8aff927706f4ee7f7e7bb6c782a22a5f8bedf0a94e416ff3a4eb7ce546be5ad3da1be123a60c873de051
7
- data.tar.gz: da38b22b7cca5cfc663aa998079c68752c98a8b27a76b3a3f0e1cf4745c14119b154062ea492d8ce06e31fa5bda58b183c5c03699949b8aaf3a32406654425de
6
+ metadata.gz: 611345a3dd3a260246846c0f17d026cd6b12a1fecc8d025463b441928ae608db6f39b91024ac4539ae034a738214e4106ef72299e2c0df6899575f9322f74000
7
+ data.tar.gz: 0e9d8c3e2239e16e7334a5a53d62a5d0cad6c87ac2179a05353a142e08cea2e5aed5ad96fb40f3b579eb086c739678f43e2724a163a9f25320585ab3ce2f6556
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2alpha
2
2
 
3
+ ### v0.100.0 (2024-04-21)
4
+
5
+ * Regenerated from discovery document revision 20240411
6
+
3
7
  ### v0.99.0 (2024-04-07)
4
8
 
5
9
  * Regenerated from discovery document revision 20240401
@@ -4753,12 +4753,13 @@ module Google
4753
4753
  # categories": [ "Shoes & Accessories > Shoes", "Sports & Fitness > Athletic
4754
4754
  # Clothing > Shoes" ] Must be set for Type.PRIMARY Product otherwise an
4755
4755
  # INVALID_ARGUMENT error is returned. At most 250 values are allowed per Product
4756
- # unless overridden via pantheon UI. Empty values are not allowed. Each value
4757
- # must be a UTF-8 encoded string with a length limit of 5,000 characters.
4758
- # Otherwise, an INVALID_ARGUMENT error is returned. Corresponding properties:
4759
- # Google Merchant Center property google_product_category. Schema.org property [
4760
- # Product.category] (https://schema.org/category). [mc_google_product_category]:
4761
- # https://support.google.com/merchants/answer/6324436
4756
+ # unless overridden through the Google Cloud console. Empty values are not
4757
+ # allowed. Each value must be a UTF-8 encoded string with a length limit of 5,
4758
+ # 000 characters. Otherwise, an INVALID_ARGUMENT error is returned.
4759
+ # Corresponding properties: Google Merchant Center property
4760
+ # google_product_category. Schema.org property [Product.category] (https://
4761
+ # schema.org/category). [mc_google_product_category]: https://support.google.com/
4762
+ # merchants/answer/6324436
4762
4763
  # Corresponds to the JSON property `categories`
4763
4764
  # @return [Array<String>]
4764
4765
  attr_accessor :categories
@@ -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.99.0"
19
+ GEM_VERSION = "0.100.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_v2alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.99.0
4
+ version: 0.100.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_v2alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.99.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.100.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: []