google-apis-retail_v2alpha 0.16.0 → 0.17.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 +4 -0
- data/lib/google/apis/retail_v2alpha/classes.rb +10 -8
- 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: ebc5348a1550e8bab9415592500f3d695802bdf85145487e866beea54fbe1f88
|
|
4
|
+
data.tar.gz: 772a44e0ef905d9179381a8c58f2d3bae90bd0e50662935b3b28fb48d25fe8f9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b94beb2a88ad73b349a5b5e0ed3ac139100382e1809feb2c7dd71028676eb51104fe9b16ebb7605354f2cc343bebcbdf0aba6a677203bf647c840bfd49efaa2c
|
|
7
|
+
data.tar.gz: a3b7500ca53023d1125612220b2f3b1b27fc7917e77918a7bd98da3a24e2d455f8f2ea3a8433ef7e9f91582c9987825967c3921678c5a120647a176809565753
|
data/CHANGELOG.md
CHANGED
|
@@ -646,8 +646,8 @@ module Google
|
|
|
646
646
|
|
|
647
647
|
# If set to true, and the Product is not found, the fulfillment information will
|
|
648
648
|
# still be processed and retained for at most 1 day and processed once the
|
|
649
|
-
# Product is created. If set to false,
|
|
650
|
-
#
|
|
649
|
+
# Product is created. If set to false, a NOT_FOUND error is returned if the
|
|
650
|
+
# Product is not found.
|
|
651
651
|
# Corresponds to the JSON property `allowMissing`
|
|
652
652
|
# @return [Boolean]
|
|
653
653
|
attr_accessor :allow_missing
|
|
@@ -2149,8 +2149,10 @@ module Google
|
|
|
2149
2149
|
# The timestamp when this product becomes unavailable for SearchService.Search.
|
|
2150
2150
|
# If it is set, the Product is not available for SearchService.Search after
|
|
2151
2151
|
# expire_time. However, the product can still be retrieved by ProductService.
|
|
2152
|
-
# GetProduct and ProductService.ListProducts.
|
|
2153
|
-
#
|
|
2152
|
+
# GetProduct and ProductService.ListProducts. expire_time must be later than
|
|
2153
|
+
# available_time and publish_time, otherwise an INVALID_ARGUMENT error is thrown.
|
|
2154
|
+
# Google Merchant Center property [expiration_date](https://support.google.com/
|
|
2155
|
+
# merchants/answer/6324499).
|
|
2154
2156
|
# Corresponds to the JSON property `expireTime`
|
|
2155
2157
|
# @return [String]
|
|
2156
2158
|
attr_accessor :expire_time
|
|
@@ -2777,8 +2779,8 @@ module Google
|
|
|
2777
2779
|
|
|
2778
2780
|
# If set to true, and the Product is not found, the fulfillment information will
|
|
2779
2781
|
# still be processed and retained for at most 1 day and processed once the
|
|
2780
|
-
# Product is created. If set to false,
|
|
2781
|
-
#
|
|
2782
|
+
# Product is created. If set to false, a NOT_FOUND error is returned if the
|
|
2783
|
+
# Product is not found.
|
|
2782
2784
|
# Corresponds to the JSON property `allowMissing`
|
|
2783
2785
|
# @return [Boolean]
|
|
2784
2786
|
attr_accessor :allow_missing
|
|
@@ -3553,8 +3555,8 @@ module Google
|
|
|
3553
3555
|
|
|
3554
3556
|
# If set to true, and the Product with name Product.name is not found, the
|
|
3555
3557
|
# inventory update will still be processed and retained for at most 1 day until
|
|
3556
|
-
# the Product is created. If set to false,
|
|
3557
|
-
#
|
|
3558
|
+
# the Product is created. If set to false, a NOT_FOUND error is returned if the
|
|
3559
|
+
# Product is not found.
|
|
3558
3560
|
# Corresponds to the JSON property `allowMissing`
|
|
3559
3561
|
# @return [Boolean]
|
|
3560
3562
|
attr_accessor :allow_missing
|
|
@@ -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.17.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210930"
|
|
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.17.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-10-11 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/master/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.17.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-retail_v2alpha
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|