google-apis-manufacturers_v1 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: fe79282adc080068b130db65591fa53ea49222ae8d81cb2a877d370bb6ecac90
4
- data.tar.gz: 49f54a2cef59ec1886c383bcb76b0f77e9af03ff2e7b8c1b0ab45db78cfa4841
3
+ metadata.gz: 48c7452e80172eb582b86a49dafdbc2c47fdfbd124c8daba8055b9df4827857e
4
+ data.tar.gz: bde86069a885f126ae16993b1480c50a65ff16dc643e4d84166f07f69007dd15
5
5
  SHA512:
6
- metadata.gz: 7e24da7c5cc5ee8bebfd6ab6c8da0a40de416aba47576124036d9bafbd8cfabb8478c683b4595da648a95f055f600844704aa0a4213b87c17b3aca2056ac31ab
7
- data.tar.gz: b4324633bab2af20631a3d5553a15da01bf6feb0d5c6caef5040808ce7365ab1157cb780c4806b88e275b23bfde17738aa6d2fecd46aa0f79a3acad6378dfa0d
6
+ metadata.gz: 2daf88105552c5c2ec6ff9abeeeb4af52a6728da830124c9780ff1810c12e35ac5722607cafbbc4be079eed5f1eac7ecf170cbaaa1435ad17de6a63419be646b
7
+ data.tar.gz: ebad18611cae1122773f58e5b79aa23a181df959ff704319983b3881262a829c4a533e71d09efc0faca3aef8c316db6cf5d0c716f6a691ee82dc7078441d071d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-manufacturers_v1
2
2
 
3
+ ### v0.2.0 (2021-02-02)
4
+
5
+ * Regenerated from discovery document revision 20210127
6
+ * Regenerated using generator version 0.1.2
7
+
3
8
  ### v0.1.0 (2021-01-07)
4
9
 
5
10
  * Regenerated using generator version 0.1.1
@@ -23,7 +23,7 @@ module Google
23
23
  module ManufacturersV1
24
24
 
25
25
  # Attributes of the product. For more information, see https://support.google.
26
- # com/manufacturers/answer/6124116. Next tag: 47
26
+ # com/manufacturers/answer/6124116.
27
27
  class Attributes
28
28
  include Google::Apis::Core::Hashable
29
29
 
@@ -150,6 +150,12 @@ module Google
150
150
  # @return [Array<Google::Apis::ManufacturersV1::ProductDetail>]
151
151
  attr_accessor :product_detail
152
152
 
153
+ # The product highlights. For more information, see https://support.google.com/
154
+ # manufacturers/answer/10066942
155
+ # Corresponds to the JSON property `productHighlight`
156
+ # @return [Array<String>]
157
+ attr_accessor :product_highlight
158
+
153
159
  # The name of the group of products related to the product. For more information,
154
160
  # see https://support.google.com/manufacturers/answer/6124116#productline.
155
161
  # Corresponds to the JSON property `productLine`
@@ -265,6 +271,7 @@ module Google
265
271
  @mpn = args[:mpn] if args.key?(:mpn)
266
272
  @pattern = args[:pattern] if args.key?(:pattern)
267
273
  @product_detail = args[:product_detail] if args.key?(:product_detail)
274
+ @product_highlight = args[:product_highlight] if args.key?(:product_highlight)
268
275
  @product_line = args[:product_line] if args.key?(:product_line)
269
276
  @product_name = args[:product_name] if args.key?(:product_name)
270
277
  @product_page_url = args[:product_page_url] if args.key?(:product_page_url)
@@ -560,7 +567,7 @@ module Google
560
567
  include Google::Apis::Core::Hashable
561
568
 
562
569
  # Attributes of the product. For more information, see https://support.google.
563
- # com/manufacturers/answer/6124116. Next tag: 47
570
+ # com/manufacturers/answer/6124116.
564
571
  # Corresponds to the JSON property `attributes`
565
572
  # @return [Google::Apis::ManufacturersV1::Attributes]
566
573
  attr_accessor :attributes
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ManufacturersV1
18
18
  # Version of the google-apis-manufacturers_v1 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
- GENERATOR_VERSION = "0.1.1"
22
+ GENERATOR_VERSION = "0.1.2"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20201208"
25
+ REVISION = "20210127"
26
26
  end
27
27
  end
28
28
  end
@@ -124,6 +124,7 @@ module Google
124
124
  property :pattern, as: 'pattern'
125
125
  collection :product_detail, as: 'productDetail', class: Google::Apis::ManufacturersV1::ProductDetail, decorator: Google::Apis::ManufacturersV1::ProductDetail::Representation
126
126
 
127
+ collection :product_highlight, as: 'productHighlight'
127
128
  property :product_line, as: 'productLine'
128
129
  property :product_name, as: 'productName'
129
130
  property :product_page_url, as: 'productPageUrl'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-manufacturers_v1
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-01-08 00:00:00.000000000 Z
11
+ date: 2021-02-08 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-manufacturers_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-manufacturers_v1/v0.1.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-manufacturers_v1/v0.2.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-manufacturers_v1
57
57
  post_install_message:
58
58
  rdoc_options: []
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.1.4
72
+ rubygems_version: 3.2.6
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Manufacturer Center API V1