google-apis-retail_v2 0.76.0 → 0.77.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: 411ffd275f965bbb1222fe08adb710427083a5f38d209b8adc9cde280aca34a4
4
- data.tar.gz: 8c8266ef830ae34da8d0db0785267112bb4b0489f5a25cb5fd87d7a3bb0f02d2
3
+ metadata.gz: ce77742f21242376de1522ac6ba974cb01c5f57d788bf4332f60585696c1ca7d
4
+ data.tar.gz: a43d3c9ecb8383fd5460dbe78f031665b7267441c562e8aa3a8979fb63a92714
5
5
  SHA512:
6
- metadata.gz: 94149dbf45d94ca845eb161ef2253ad84ebfaafee9ee349f6f2a450745b4b6945d56ef73662067e964ba03d4f11c509e7637bdcab5b03cd904c2a6effa8ee43d
7
- data.tar.gz: 796bb87ae2012472e6e42fb971f535eb33bbeb61324afa2e48ab1c6db7422124efda01a7abe89d02528b724932deaaecb7b33b282a1ef69856edaa1d197fc1f7
6
+ metadata.gz: 348cbe7902600859e5680a534102177cc15daa090bb043e18af9745cbe089c826b3fcc31e5b97144d52c03f9ff9f461a5d93865b8653c9c32c2fc82c3d35a2d1
7
+ data.tar.gz: 4e36fd2ca41300db13a03aae64180be4bc0def90ff32ace9cdb2c187ffd1dec9e4d981d6ae5d357d9cea57e541fdb2fae8b8d68ae0d84a731efa0c72a45bee56
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2
2
2
 
3
+ ### v0.77.0 (2023-07-02)
4
+
5
+ * Regenerated from discovery document revision 20230622
6
+
3
7
  ### v0.76.0 (2023-06-18)
4
8
 
5
9
  * Regenerated from discovery document revision 20230609
@@ -2513,11 +2513,12 @@ module Google
2513
2513
  # @return [String]
2514
2514
  attr_accessor :available_time
2515
2515
 
2516
- # The brands of the product. A maximum of 30 brands are allowed. Each brand must
2517
- # be a UTF-8 encoded string with a length limit of 1,000 characters. Otherwise,
2518
- # an INVALID_ARGUMENT error is returned. Corresponding properties: Google
2519
- # Merchant Center property [brand](https://support.google.com/merchants/answer/
2520
- # 6324351). Schema.org property [Product.brand](https://schema.org/brand).
2516
+ # The brands of the product. A maximum of 30 brands are allowed unless
2517
+ # overridden via pantheon UI. Each brand must be a UTF-8 encoded string with a
2518
+ # length limit of 1,000 characters. Otherwise, an INVALID_ARGUMENT error is
2519
+ # returned. Corresponding properties: Google Merchant Center property [brand](
2520
+ # https://support.google.com/merchants/answer/6324351). Schema.org property [
2521
+ # Product.brand](https://schema.org/brand).
2521
2522
  # Corresponds to the JSON property `brands`
2522
2523
  # @return [Array<String>]
2523
2524
  attr_accessor :brands
@@ -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.76.0"
19
+ GEM_VERSION = "0.77.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230609"
25
+ REVISION = "20230622"
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.76.0
4
+ version: 0.77.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: 2023-06-18 00:00:00.000000000 Z
11
+ date: 2023-07-02 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.76.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.77.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: []