google-apis-retail_v2 0.3.0 → 0.4.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 +5 -0
- data/lib/google/apis/retail_v2/classes.rb +3 -4
- data/lib/google/apis/retail_v2/gem_version.rb +2 -2
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e27bbf56c9e1560937d25817345d02b54d867abbe6694943f459246fffa47597
|
4
|
+
data.tar.gz: '009c4dba64b97c53b86696a4b4d795c5689ae412688541a8e01fa69577d7717e'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1a315342b9a993e1e6d3fada11a01cf8cee32328e4b2ea7239c091bdea3ff61e6d3ad894be125dc60300b067fc09dec4b8c7e5281d00d5d5b5d15e3516c53965
|
7
|
+
data.tar.gz: 7976b8f7b33b5ac97b30ee9ea3439f9211e9b2bf1b130b3138106fb8e5b7aef73e680d5443e4208eb591120fad05d3c1068aafc8e24d1548b30e19639c9bbe9a
|
data/CHANGELOG.md
CHANGED
@@ -899,9 +899,8 @@ module Google
|
|
899
899
|
# "vendor456"]`, "lengths_cm": `"numbers":[2.3, 15.4]`, "heights_cm": `"numbers"
|
900
900
|
# :[8.1, 6.4]` ``. This field needs to pass all below criteria, otherwise an
|
901
901
|
# INVALID_ARGUMENT error is returned: * Max entries count: 150 by default; 100
|
902
|
-
# for Type.VARIANT. *
|
903
|
-
#
|
904
|
-
# string with a length limit of 128 characters.
|
902
|
+
# for Type.VARIANT. * The key must be a UTF-8 encoded string with a length limit
|
903
|
+
# of 128 characters.
|
905
904
|
# Corresponds to the JSON property `attributes`
|
906
905
|
# @return [Hash<String,Google::Apis::RetailV2::GoogleCloudRetailV2CustomAttribute>]
|
907
906
|
attr_accessor :attributes
|
@@ -1008,7 +1007,7 @@ module Google
|
|
1008
1007
|
attr_accessor :tags
|
1009
1008
|
|
1010
1009
|
# Required. Product title. This field must be a UTF-8 encoded string with a
|
1011
|
-
# length limit of
|
1010
|
+
# length limit of 1,000 characters. Otherwise, an INVALID_ARGUMENT error is
|
1012
1011
|
# returned. Google Merchant Center property [title](https://support.google.com/
|
1013
1012
|
# merchants/answer/6324415). Schema.org property [Product.name](https://schema.
|
1014
1013
|
# org/name).
|
@@ -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.4.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.1.2"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210226"
|
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.4.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: 2021-
|
11
|
+
date: 2021-03-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -52,7 +52,7 @@ licenses:
|
|
52
52
|
metadata:
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-retail_v2/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.4.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-retail_v2
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|
@@ -62,14 +62,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
62
62
|
requirements:
|
63
63
|
- - ">="
|
64
64
|
- !ruby/object:Gem::Version
|
65
|
-
version: '2.
|
65
|
+
version: '2.5'
|
66
66
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
67
67
|
requirements:
|
68
68
|
- - ">="
|
69
69
|
- !ruby/object:Gem::Version
|
70
70
|
version: '0'
|
71
71
|
requirements: []
|
72
|
-
rubygems_version: 3.2.
|
72
|
+
rubygems_version: 3.2.13
|
73
73
|
signing_key:
|
74
74
|
specification_version: 4
|
75
75
|
summary: Simple REST client for Retail API V2
|