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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3e62830267222de84e317ab95efbf6b3740c540c35a1ca6cc303930e2862ae09
4
- data.tar.gz: 6334038932019214d5267a9ebed113797c345c9f86267539f28b8bf3850da9ac
3
+ metadata.gz: 4fd013fd4fc5cdcec6d875f028c31c8a7883ab01c9c8c75a96790e1e6547173b
4
+ data.tar.gz: 37056899deda1505455a89ad0d7018c41ec20fc9c6b1b664a97805f3ac880e88
5
5
  SHA512:
6
- metadata.gz: 6a123b1bed4508b4aacff8d5a0a02c6b3247705fc8598de9c3ee14c885f0b5f13e5222a9cd0a9d15e6095fb66a064b8839002295a980fe48296fb48b57e34711
7
- data.tar.gz: 1b6c63b0d5157146db19153b6afcfed60a564e7a09a5ac71742b668e63e38080e356e9b34c54fcd7b60dec1fcc0956fa9bc26d04825059eb9424779755acae43
6
+ metadata.gz: a125dcfda3425378657adf3a5783bb5a2c8d69e2115134ca6b71147ebcd3e2627c21b4f817f2ead77fb04e1b186c36435689344627734250ce9637081b757298
7
+ data.tar.gz: 273fc1c6173619e5056bf4f38e525f63962bf0e469512d49d90090e07a7abf0d79208f595a2ab5481b5b3a36b14879f4ed56726e169e26af0091044084e5da04
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2beta
2
2
 
3
+ ### v0.17.0 (2021-10-05)
4
+
5
+ * Regenerated from discovery document revision 20210930
6
+
3
7
  ### v0.16.0 (2021-09-25)
4
8
 
5
9
  * Regenerated from discovery document revision 20210924
@@ -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, an INVALID_ARGUMENT error is returned if
1105
- # the Product is not found.
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. Google Merchant Center property [
2515
- # expiration_date](https://support.google.com/merchants/answer/6324499).
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, an INVALID_ARGUMENT error is returned if
3143
- # the Product is not found.
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, an INVALID_ARGUMENT error is returned
3910
- # if the Product is not found.
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.16.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 = "20210924"
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.16.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-09-27 00:00:00.000000000 Z
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.16.0
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: []