google-apis-retail_v2alpha 0.79.0 → 0.80.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_v2alpha/classes.rb +6 -5
- data/lib/google/apis/retail_v2alpha/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: 4c8d9cad20049aec00d3a9ccdf255423db226e4b07733b05636ef0b6c3dcefda
|
4
|
+
data.tar.gz: 6fe18f7334623366806864fe5beafb4987aa4091f9915a9bb272d6a93f5e8cc7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3843344510923268c46fe4408bcc5bd4cc8cdd9ff601c91affe93309b92002b127ee701599fb44a6caba86eeb0a562a948cb7aea50deb68032a444260e28fa35
|
7
|
+
data.tar.gz: 3a96d30197a15e0ac03401def4fe0920622a176e4290c129abbd11ac56ce77af5287e68659a62b144dfee701a66fcc149e78d80ca3e0219ab6b9cea36638b185
|
data/CHANGELOG.md
CHANGED
@@ -3956,11 +3956,12 @@ module Google
|
|
3956
3956
|
# @return [String]
|
3957
3957
|
attr_accessor :available_time
|
3958
3958
|
|
3959
|
-
# The brands of the product. A maximum of 30 brands are allowed
|
3960
|
-
# be a UTF-8 encoded string with a
|
3961
|
-
#
|
3962
|
-
# Merchant Center property [brand](
|
3963
|
-
# 6324351). Schema.org property [
|
3959
|
+
# The brands of the product. A maximum of 30 brands are allowed unless
|
3960
|
+
# overridden via pantheon UI. Each brand must be a UTF-8 encoded string with a
|
3961
|
+
# length limit of 1,000 characters. Otherwise, an INVALID_ARGUMENT error is
|
3962
|
+
# returned. Corresponding properties: Google Merchant Center property [brand](
|
3963
|
+
# https://support.google.com/merchants/answer/6324351). Schema.org property [
|
3964
|
+
# Product.brand](https://schema.org/brand).
|
3964
3965
|
# Corresponds to the JSON property `brands`
|
3965
3966
|
# @return [Array<String>]
|
3966
3967
|
attr_accessor :brands
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.80.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_v2alpha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.80.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_v2alpha/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.80.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: []
|