google-apis-retail_v2alpha 0.3.0 → 0.4.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 +5 -0
- data/lib/google/apis/retail_v2alpha/classes.rb +3 -4
- data/lib/google/apis/retail_v2alpha/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: fd6166d695e2a43059a16fc7b1fe742b2dba33f0ec6d0a90cf4bc02586aa07a5
|
|
4
|
+
data.tar.gz: dda86a25195f561e13be10ad542c79c2f69960cceaef353094a4f2a7cfb096db
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 48b5e32acf1104f8d7ac7ed77d464c5d4a13c122283a05f96132854c82b287222182ed7b435b0cc5a0c3ca3fccbb6cc556728121762badfa805574c7a9c07bcd
|
|
7
|
+
data.tar.gz: f7ab9bd3e00bf4317226cfcc764dfa59624b4163a9efdb5a6c77f54433925fa1b80665d267dcdd0dd4c0f09a2e1f412082bba47b9911131d2e8296df0ce3f921
|
data/CHANGELOG.md
CHANGED
|
@@ -1216,9 +1216,8 @@ module Google
|
|
|
1216
1216
|
# "vendor456"]`, "lengths_cm": `"numbers":[2.3, 15.4]`, "heights_cm": `"numbers"
|
|
1217
1217
|
# :[8.1, 6.4]` ``. This field needs to pass all below criteria, otherwise an
|
|
1218
1218
|
# INVALID_ARGUMENT error is returned: * Max entries count: 150 by default; 100
|
|
1219
|
-
# for Type.VARIANT. *
|
|
1220
|
-
#
|
|
1221
|
-
# string with a length limit of 128 characters.
|
|
1219
|
+
# for Type.VARIANT. * The key must be a UTF-8 encoded string with a length limit
|
|
1220
|
+
# of 128 characters.
|
|
1222
1221
|
# Corresponds to the JSON property `attributes`
|
|
1223
1222
|
# @return [Hash<String,Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaCustomAttribute>]
|
|
1224
1223
|
attr_accessor :attributes
|
|
@@ -1325,7 +1324,7 @@ module Google
|
|
|
1325
1324
|
attr_accessor :tags
|
|
1326
1325
|
|
|
1327
1326
|
# Required. Product title. This field must be a UTF-8 encoded string with a
|
|
1328
|
-
# length limit of
|
|
1327
|
+
# length limit of 1,000 characters. Otherwise, an INVALID_ARGUMENT error is
|
|
1329
1328
|
# returned. Google Merchant Center property [title](https://support.google.com/
|
|
1330
1329
|
# merchants/answer/6324415). Schema.org property [Product.name](https://schema.
|
|
1331
1330
|
# org/name).
|
|
@@ -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.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_v2alpha
|
|
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_v2alpha/CHANGELOG.md
|
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.
|
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.4.0
|
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-retail_v2alpha
|
|
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 V2alpha
|