google-apis-retail_v2beta 0.78.0 → 0.79.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/retail_v2beta/classes.rb +6 -5
- data/lib/google/apis/retail_v2beta/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: a652c0c4727507a86ca663461e7be0ddfecc5678e12777ab349efbbd7ea4133d
|
4
|
+
data.tar.gz: 311911be408d344f7ffe94fa83a83df122950e32f23b867acb72cf49bfa82c37
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 50dd52ae9031a415d79855d81f175f760e5726e667726ba785ded269fda1bb683c6dd52b7e57175de8dcb34c61761979b8c524e54f5abff928071b2c9633151c
|
7
|
+
data.tar.gz: 608fe38fa70eb58a0812aaf8a34a6e24a4e8203902d549eccb68a1fbea3ad5a56c989ccab9ddac61c3611ff3c5f58d0b043b885dc3180d39b235706306f0d680
|
data/CHANGELOG.md
CHANGED
@@ -4962,11 +4962,12 @@ module Google
|
|
4962
4962
|
# @return [String]
|
4963
4963
|
attr_accessor :available_time
|
4964
4964
|
|
4965
|
-
# The brands of the product. A maximum of 30 brands are allowed
|
4966
|
-
# be a UTF-8 encoded string with a
|
4967
|
-
#
|
4968
|
-
# Merchant Center property [brand](
|
4969
|
-
# 6324351). Schema.org property [
|
4965
|
+
# The brands of the product. A maximum of 30 brands are allowed unless
|
4966
|
+
# overridden via pantheon UI. Each brand must be a UTF-8 encoded string with a
|
4967
|
+
# length limit of 1,000 characters. Otherwise, an INVALID_ARGUMENT error is
|
4968
|
+
# returned. Corresponding properties: Google Merchant Center property [brand](
|
4969
|
+
# https://support.google.com/merchants/answer/6324351). Schema.org property [
|
4970
|
+
# Product.brand](https://schema.org/brand).
|
4970
4971
|
# Corresponds to the JSON property `brands`
|
4971
4972
|
# @return [Array<String>]
|
4972
4973
|
attr_accessor :brands
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.79.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_v2beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.79.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_v2beta/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.79.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: []
|