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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/retail_v2/classes.rb +6 -5
- data/lib/google/apis/retail_v2/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ce77742f21242376de1522ac6ba974cb01c5f57d788bf4332f60585696c1ca7d
|
|
4
|
+
data.tar.gz: a43d3c9ecb8383fd5460dbe78f031665b7267441c562e8aa3a8979fb63a92714
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 348cbe7902600859e5680a534102177cc15daa090bb043e18af9745cbe089c826b3fcc31e5b97144d52c03f9ff9f461a5d93865b8653c9c32c2fc82c3d35a2d1
|
|
7
|
+
data.tar.gz: 4e36fd2ca41300db13a03aae64180be4bc0def90ff32ace9cdb2c187ffd1dec9e4d981d6ae5d357d9cea57e541fdb2fae8b8d68ae0d84a731efa0c72a45bee56
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
|
2517
|
-
# be a UTF-8 encoded string with a
|
|
2518
|
-
#
|
|
2519
|
-
# Merchant Center property [brand](
|
|
2520
|
-
# 6324351). Schema.org property [
|
|
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.
|
|
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 = "
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|