google-apis-retail_v2beta 0.16.0 → 0.17.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_v2beta/classes.rb +10 -8
- data/lib/google/apis/retail_v2beta/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: 4fd013fd4fc5cdcec6d875f028c31c8a7883ab01c9c8c75a96790e1e6547173b
|
4
|
+
data.tar.gz: 37056899deda1505455a89ad0d7018c41ec20fc9c6b1b664a97805f3ac880e88
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a125dcfda3425378657adf3a5783bb5a2c8d69e2115134ca6b71147ebcd3e2627c21b4f817f2ead77fb04e1b186c36435689344627734250ce9637081b757298
|
7
|
+
data.tar.gz: 273fc1c6173619e5056bf4f38e525f63962bf0e469512d49d90090e07a7abf0d79208f595a2ab5481b5b3a36b14879f4ed56726e169e26af0091044084e5da04
|
data/CHANGELOG.md
CHANGED
@@ -1101,8 +1101,8 @@ module Google
|
|
1101
1101
|
|
1102
1102
|
# If set to true, and the Product is not found, the fulfillment information will
|
1103
1103
|
# still be processed and retained for at most 1 day and processed once the
|
1104
|
-
# Product is created. If set to false,
|
1105
|
-
#
|
1104
|
+
# Product is created. If set to false, a NOT_FOUND error is returned if the
|
1105
|
+
# Product is not found.
|
1106
1106
|
# Corresponds to the JSON property `allowMissing`
|
1107
1107
|
# @return [Boolean]
|
1108
1108
|
attr_accessor :allow_missing
|
@@ -2511,8 +2511,10 @@ module Google
|
|
2511
2511
|
# The timestamp when this product becomes unavailable for SearchService.Search.
|
2512
2512
|
# If it is set, the Product is not available for SearchService.Search after
|
2513
2513
|
# expire_time. However, the product can still be retrieved by ProductService.
|
2514
|
-
# GetProduct and ProductService.ListProducts.
|
2515
|
-
#
|
2514
|
+
# GetProduct and ProductService.ListProducts. expire_time must be later than
|
2515
|
+
# available_time and publish_time, otherwise an INVALID_ARGUMENT error is thrown.
|
2516
|
+
# Google Merchant Center property [expiration_date](https://support.google.com/
|
2517
|
+
# merchants/answer/6324499).
|
2516
2518
|
# Corresponds to the JSON property `expireTime`
|
2517
2519
|
# @return [String]
|
2518
2520
|
attr_accessor :expire_time
|
@@ -3139,8 +3141,8 @@ module Google
|
|
3139
3141
|
|
3140
3142
|
# If set to true, and the Product is not found, the fulfillment information will
|
3141
3143
|
# still be processed and retained for at most 1 day and processed once the
|
3142
|
-
# Product is created. If set to false,
|
3143
|
-
#
|
3144
|
+
# Product is created. If set to false, a NOT_FOUND error is returned if the
|
3145
|
+
# Product is not found.
|
3144
3146
|
# Corresponds to the JSON property `allowMissing`
|
3145
3147
|
# @return [Boolean]
|
3146
3148
|
attr_accessor :allow_missing
|
@@ -3906,8 +3908,8 @@ module Google
|
|
3906
3908
|
|
3907
3909
|
# If set to true, and the Product with name Product.name is not found, the
|
3908
3910
|
# inventory update will still be processed and retained for at most 1 day until
|
3909
|
-
# the Product is created. If set to false,
|
3910
|
-
#
|
3911
|
+
# the Product is created. If set to false, a NOT_FOUND error is returned if the
|
3912
|
+
# Product is not found.
|
3911
3913
|
# Corresponds to the JSON property `allowMissing`
|
3912
3914
|
# @return [Boolean]
|
3913
3915
|
attr_accessor :allow_missing
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module RetailV2beta
|
18
18
|
# Version of the google-apis-retail_v2beta 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_v2beta
|
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_v2beta/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.17.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-retail_v2beta
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|