google-apis-manufacturers_v1 0.1.0 → 0.6.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: 3c06bf80d5dc268dd72c43ede82a2e2c87afef5e51bc7688368e7d7e67cfc298
4
+ data.tar.gz: 8c2098e52092317249241d354db356367d6e77534ff652537e8eaf79e2025c63
5
5
  SHA512:
6
- metadata.gz: 7e24da7c5cc5ee8bebfd6ab6c8da0a40de416aba47576124036d9bafbd8cfabb8478c683b4595da648a95f055f600844704aa0a4213b87c17b3aca2056ac31ab
7
- data.tar.gz: b4324633bab2af20631a3d5553a15da01bf6feb0d5c6caef5040808ce7365ab1157cb780c4806b88e275b23bfde17738aa6d2fecd46aa0f79a3acad6378dfa0d
6
+ metadata.gz: ff5105fc24ef2b8aed0ef3a23cef5f7d82faa23d7962558ea1ce9d3d424b7b03bf6fcb5f44e4343d78bb0d56622f064b327ad8bb6307ee6ecf856002bf04d0f3
7
+ data.tar.gz: a00c734178d3981a099488d871684f413247f8bd20b90a73abb1a7a2521e6ef3b29ab7904e1d7ced527ae269dfc6d9271c9febc8a76bb05e78dfb93ec687d917
data/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Release history for google-apis-manufacturers_v1
2
2
 
3
+ ### v0.6.0 (2021-06-29)
4
+
5
+ * Regenerated using generator version 0.4.0
6
+
7
+ ### v0.5.0 (2021-06-24)
8
+
9
+ * Regenerated using generator version 0.3.0
10
+
11
+ ### v0.4.0 (2021-05-19)
12
+
13
+ * Regenerated from discovery document revision 20210512
14
+ * Regenerated using generator version 0.2.0
15
+
16
+ ### v0.3.0 (2021-03-04)
17
+
18
+ * Unspecified changes
19
+
20
+ ### v0.2.0 (2021-02-02)
21
+
22
+ * Regenerated from discovery document revision 20210127
23
+ * Regenerated using generator version 0.1.2
24
+
3
25
  ### v0.1.0 (2021-01-07)
4
26
 
5
27
  * 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`
@@ -207,7 +213,7 @@ module Google
207
213
  # The size type of the product. For more information, see https://support.google.
208
214
  # com/manufacturers/answer/6124116#sizetype.
209
215
  # Corresponds to the JSON property `sizeType`
210
- # @return [String]
216
+ # @return [Array<String>]
211
217
  attr_accessor :size_type
212
218
 
213
219
  # A price.
@@ -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.6.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.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20201208"
25
+ REVISION = "20210512"
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'
@@ -133,7 +134,7 @@ module Google
133
134
  property :scent, as: 'scent'
134
135
  property :size, as: 'size'
135
136
  property :size_system, as: 'sizeSystem'
136
- property :size_type, as: 'sizeType'
137
+ collection :size_type, as: 'sizeType'
137
138
  property :suggested_retail_price, as: 'suggestedRetailPrice', class: Google::Apis::ManufacturersV1::Price, decorator: Google::Apis::ManufacturersV1::Price::Representation
138
139
 
139
140
  property :target_client_id, as: 'targetClientId'
metadata CHANGED
@@ -1,29 +1,35 @@
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.6.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-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Manufacturer Center API V1. Simple
28
34
  REST clients are Ruby client libraries that provide access to Google services via
29
35
  their HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  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
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-manufacturers_v1/v0.6.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-manufacturers_v1
57
63
  post_install_message:
58
64
  rdoc_options: []
@@ -62,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
68
  requirements:
63
69
  - - ">="
64
70
  - !ruby/object:Gem::Version
65
- version: '2.4'
71
+ version: '2.5'
66
72
  required_rubygems_version: !ruby/object:Gem::Requirement
67
73
  requirements:
68
74
  - - ">="
69
75
  - !ruby/object:Gem::Version
70
76
  version: '0'
71
77
  requirements: []
72
- rubygems_version: 3.1.4
78
+ rubygems_version: 3.2.17
73
79
  signing_key:
74
80
  specification_version: 4
75
81
  summary: Simple REST client for Manufacturer Center API V1