google-apis-retail_v2alpha 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: 6fe4eb649f03815515fbd268a21ca83eda9de29f95935ea5b924363087f10b35
4
- data.tar.gz: 90d1c696c295b80aa2ba481afc62e197de37880ceda8d9e899b714835af386a5
3
+ metadata.gz: 3a1cf9acba0b26509beb8422bba7e762b8812d137d37ac4eb28b6f8bbfa7b1f8
4
+ data.tar.gz: ae06053b42455c835d1c241d95c6b32dd166cea896d0521448506cb0891f1f8b
5
5
  SHA512:
6
- metadata.gz: fe9e141627dbe2b5c2362acfd8800cb3a7a26fc3fb0b5123d8b22febc2b72c5dd90f4abbecf9cb132eb6bd83b6157e3c56c63fadde9e8a672106365942333e36
7
- data.tar.gz: 81df18cda3eaadfc60ef65c39d998739d0c47a9b9c933a05f840eddf443447bb222a528cd42e0d38bda4388f5427855a497238c925d9835b89d0032b1fe1aa51
6
+ metadata.gz: f241de693406611eb3af58a491ac898bdef3530cbc20b5c7c1d37c6c7d932e5c9680e5024e373aa1ef36df6067ec923a6fd1a08112f0a0d292d7630196cb6b78
7
+ data.tar.gz: 3e35ab350b288dab9f7b2af5114dd2ed073bd6c87e1f725b19881a15d76d3ef3b69bdfe811b4d07aab1d04e9849bd09b002cc860f70ad3a6f9901fc7b47d0818
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2alpha
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
@@ -1236,7 +1236,7 @@ module Google
1236
1236
  # @return [Fixnum]
1237
1237
  attr_accessor :available_quantity
1238
1238
 
1239
- # The timestamp when this Product becomes available recommendation and search.
1239
+ # The timestamp when this Product becomes available for recommendation.
1240
1240
  # Corresponds to the JSON property `availableTime`
1241
1241
  # @return [String]
1242
1242
  attr_accessor :available_time
@@ -1281,9 +1281,10 @@ module Google
1281
1281
  # @return [String]
1282
1282
  attr_accessor :id
1283
1283
 
1284
- # Product images for the product. A maximum of 300 images are allowed. Google
1285
- # Merchant Center property [image_link](https://support.google.com/merchants/
1286
- # answer/6324350). Schema.org property [Product.image](https://schema.org/image).
1284
+ # Product images for the product.Highly recommended to put the main image to the
1285
+ # first. A maximum of 300 images are allowed. Google Merchant Center property [
1286
+ # image_link](https://support.google.com/merchants/answer/6324350). Schema.org
1287
+ # property [Product.image](https://schema.org/image).
1287
1288
  # Corresponds to the JSON property `images`
1288
1289
  # @return [Array<Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaImage>]
1289
1290
  attr_accessor :images
@@ -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.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_v2alpha
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_v2alpha/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.1.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.2.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-retail_v2alpha
57
57
  post_install_message:
58
58
  rdoc_options: []