google-apis-retail_v2 0.1.0 → 0.2.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: d5fe349054b9972b0bfd023632f64d9baf1dfc8f894d2b0b1e030dd5dad6dd35
4
- data.tar.gz: 883ef7965c034d0e5fa8a886113ed0c7be80cfe6797f5a7d1e49297f0a1c694b
3
+ metadata.gz: 7548b29401dad6a0389482dcc6b92982845f8040c5dca059506596dab53c7a5d
4
+ data.tar.gz: ed25eb88a27b8aea1e417c4ae03320834428316926fc970ace523b2aaafcad47
5
5
  SHA512:
6
- metadata.gz: e551f2bf7dc054d3c3b92ee2dbbd0c12cd21612835d23ade331b0f10293ce9bff0859db7086f350fe78abc313ecbc7fb68218aec641b0c118c92056f793682fb
7
- data.tar.gz: 9b410ebc9c3ea9179fffb85e18acf5e18ab4a638c0897de01ed9a4c9f6750389540cc6f317eb02ea6555f05edaa66e5642ec07e2ddd63940af5486d5014f78ca
6
+ metadata.gz: b1f39665b2cf602f1e572bd37cfd1de6c0ae1dfa3904d9e502258b12f80cf0c3d8cc765ce8fe476a6fc6b9e7818100a904cdbd54e0eee3d2122bd442c78214dc
7
+ data.tar.gz: c0294241456b579b9f9797b3c246d27be7a3bf49b9240356efa05657b9f1116f22d3eb9de602e66cff801c867a41f1973973a66c17fd5015fb56bec665a5a89f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2
2
2
 
3
+ ### v0.2.0 (2021-02-13)
4
+
5
+ * Regenerated from discovery document revision 20210205
6
+
3
7
  ### v0.1.0 (2021-02-05)
4
8
 
5
9
  * Regenerated from discovery document revision 20210129
@@ -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 and search.
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. A maximum of 300 images are allowed. Google
968
- # Merchant Center property [image_link](https://support.google.com/merchants/
969
- # answer/6324350). Schema.org property [Product.image](https://schema.org/image).
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.1.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 = "20210129"
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.1.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-08 00:00:00.000000000 Z
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.1.0
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: []