google-apis-retail_v2 0.1.0 → 0.2.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7548b29401dad6a0389482dcc6b92982845f8040c5dca059506596dab53c7a5d
|
|
4
|
+
data.tar.gz: ed25eb88a27b8aea1e417c4ae03320834428316926fc970ace523b2aaafcad47
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b1f39665b2cf602f1e572bd37cfd1de6c0ae1dfa3904d9e502258b12f80cf0c3d8cc765ce8fe476a6fc6b9e7818100a904cdbd54e0eee3d2122bd442c78214dc
|
|
7
|
+
data.tar.gz: c0294241456b579b9f9797b3c246d27be7a3bf49b9240356efa05657b9f1116f22d3eb9de602e66cff801c867a41f1973973a66c17fd5015fb56bec665a5a89f
|
data/CHANGELOG.md
CHANGED
|
@@ -919,7 +919,7 @@ module Google
|
|
|
919
919
|
# @return [Fixnum]
|
|
920
920
|
attr_accessor :available_quantity
|
|
921
921
|
|
|
922
|
-
# The timestamp when this Product becomes available recommendation
|
|
922
|
+
# The timestamp when this Product becomes available for recommendation.
|
|
923
923
|
# Corresponds to the JSON property `availableTime`
|
|
924
924
|
# @return [String]
|
|
925
925
|
attr_accessor :available_time
|
|
@@ -964,9 +964,10 @@ module Google
|
|
|
964
964
|
# @return [String]
|
|
965
965
|
attr_accessor :id
|
|
966
966
|
|
|
967
|
-
# Product images for the product.
|
|
968
|
-
# Merchant Center property [
|
|
969
|
-
# answer/6324350). Schema.org
|
|
967
|
+
# Product images for the product.Highly recommended to put the main image to the
|
|
968
|
+
# first. A maximum of 300 images are allowed. Google Merchant Center property [
|
|
969
|
+
# image_link](https://support.google.com/merchants/answer/6324350). Schema.org
|
|
970
|
+
# property [Product.image](https://schema.org/image).
|
|
970
971
|
# Corresponds to the JSON property `images`
|
|
971
972
|
# @return [Array<Google::Apis::RetailV2::GoogleCloudRetailV2Image>]
|
|
972
973
|
attr_accessor :images
|
|
@@ -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.2.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 = "20210205"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -217,7 +217,8 @@ module Google
|
|
|
217
217
|
# Product to delete does not exist, a NOT_FOUND error is returned. The Product
|
|
218
218
|
# to delete can neither be a Product.Type.COLLECTION Product member nor a
|
|
219
219
|
# Product.Type.PRIMARY Product with more than one variants. Otherwise, an
|
|
220
|
-
# INVALID_ARGUMENT error is returned.
|
|
220
|
+
# INVALID_ARGUMENT error is returned. All inventory information for the named
|
|
221
|
+
# Product will be deleted.
|
|
221
222
|
# @param [String] fields
|
|
222
223
|
# Selector specifying which fields to include in a partial response.
|
|
223
224
|
# @param [String] quota_user
|
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.2.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-02-
|
|
11
|
+
date: 2021-02-15 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.2.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: []
|