google-apis-retail_v2beta 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: 443fdb223da8ca51f54e4c90bf2cd815ebf0afe6ca150ec9dab4db36aa45fb35
4
- data.tar.gz: 1785de40f1459b459bcbbcc488e2aeacf7bb12662539742467690fe9be454995
3
+ metadata.gz: 61db43984eb4cbca6789e2823108c60d79cd5fb9592fdbb07c083525957ad9df
4
+ data.tar.gz: 1f43a920ad78c6c7422c951a816e3890cfdd6e977ae48946ced8db5994d11587
5
5
  SHA512:
6
- metadata.gz: 51e6dfd9dfd12226993e59552152707e32bdff348c88639235fa8b1912781d3e70007782991787748c107d7c0fa546598345b890bc98fbfbe4c4739944e6a5d9
7
- data.tar.gz: 508920b039535c9fd252ab3a6f02bfc7e30335dd461ba713cf5a52c56d0b4abe2900550706a6be515567bb47b1f3815dbcf824b25ead894e5b5233f9fb4743a7
6
+ metadata.gz: 2c744e0b865b42362bf2540db270a5a2f2a2a870db59fdf6c29f9736206a30c9a98eb635a8aac73b74bc62fcbb5da4d0c9c33e0285a3535e8911dcfaab1d75e1
7
+ data.tar.gz: 25b4222f7940f932141045f59873375edd88218d9d7a486091e9cab390ccffa3592878c41706cd79303d070f2ccd11b84bc2db35944896d2b6630bf3446b8b9a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2beta
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
@@ -1553,7 +1553,7 @@ module Google
1553
1553
  # @return [Fixnum]
1554
1554
  attr_accessor :available_quantity
1555
1555
 
1556
- # The timestamp when this Product becomes available recommendation and search.
1556
+ # The timestamp when this Product becomes available for recommendation.
1557
1557
  # Corresponds to the JSON property `availableTime`
1558
1558
  # @return [String]
1559
1559
  attr_accessor :available_time
@@ -1598,9 +1598,10 @@ module Google
1598
1598
  # @return [String]
1599
1599
  attr_accessor :id
1600
1600
 
1601
- # Product images for the product. A maximum of 300 images are allowed. Google
1602
- # Merchant Center property [image_link](https://support.google.com/merchants/
1603
- # answer/6324350). Schema.org property [Product.image](https://schema.org/image).
1601
+ # Product images for the product.Highly recommended to put the main image to the
1602
+ # first. A maximum of 300 images are allowed. Google Merchant Center property [
1603
+ # image_link](https://support.google.com/merchants/answer/6324350). Schema.org
1604
+ # property [Product.image](https://schema.org/image).
1604
1605
  # Corresponds to the JSON property `images`
1605
1606
  # @return [Array<Google::Apis::RetailV2beta::GoogleCloudRetailV2betaImage>]
1606
1607
  attr_accessor :images
@@ -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.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_v2beta
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_v2beta/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.1.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.2.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-retail_v2beta
57
57
  post_install_message:
58
58
  rdoc_options: []