google-apis-manufacturers_v1 0.19.0 → 0.21.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3a6635d3c4d759bafd0e1a942464e9aa90637b2d0251bf0751531b09899d7442
|
4
|
+
data.tar.gz: 3cabe038b94d9a7d89cf3cd9241fd506b7ea54eacca71baeb914a83c65542bab
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 62458c26352e071109ddca640a735c4e1992829533d2208a2fc6e834b5712eeae9a9da2b5fb0baaa89f8694f00bc1b51f1c5d9705a8c4082e5d8779af2136bd0
|
7
|
+
data.tar.gz: abf8dcdded288324543b21faf290c15d39f622f73a5e6191d43757334f20e21a89b58020f8d539e4aa85a16b3ce457516c6887d8515fbdd319db86f786281aca
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-manufacturers_v1
|
2
2
|
|
3
|
+
### v0.21.0 (2023-09-03)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230831
|
6
|
+
|
7
|
+
### v0.20.0 (2023-06-04)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230602
|
10
|
+
|
3
11
|
### v0.19.0 (2023-02-15)
|
4
12
|
|
5
13
|
* Regenerated using generator version 0.12.0
|
@@ -262,6 +262,11 @@ module Google
|
|
262
262
|
# @return [Array<String>]
|
263
263
|
attr_accessor :video_link
|
264
264
|
|
265
|
+
# Virtual Model (3d) asset link.
|
266
|
+
# Corresponds to the JSON property `virtualModelLink`
|
267
|
+
# @return [String]
|
268
|
+
attr_accessor :virtual_model_link
|
269
|
+
|
265
270
|
def initialize(**args)
|
266
271
|
update!(**args)
|
267
272
|
end
|
@@ -307,6 +312,7 @@ module Google
|
|
307
312
|
@theme = args[:theme] if args.key?(:theme)
|
308
313
|
@title = args[:title] if args.key?(:title)
|
309
314
|
@video_link = args[:video_link] if args.key?(:video_link)
|
315
|
+
@virtual_model_link = args[:virtual_model_link] if args.key?(:virtual_model_link)
|
310
316
|
end
|
311
317
|
end
|
312
318
|
|
@@ -345,6 +351,11 @@ module Google
|
|
345
351
|
# @return [String]
|
346
352
|
attr_accessor :authority
|
347
353
|
|
354
|
+
# Required. A unique code to identify the certification.
|
355
|
+
# Corresponds to the JSON property `code`
|
356
|
+
# @return [String]
|
357
|
+
attr_accessor :code
|
358
|
+
|
348
359
|
# Optional. A URL link to the certification.
|
349
360
|
# Corresponds to the JSON property `link`
|
350
361
|
# @return [String]
|
@@ -365,7 +376,7 @@ module Google
|
|
365
376
|
# @return [String]
|
366
377
|
attr_accessor :valid_until
|
367
378
|
|
368
|
-
#
|
379
|
+
# Optional. A custom value of the certification.
|
369
380
|
# Corresponds to the JSON property `value`
|
370
381
|
# @return [String]
|
371
382
|
attr_accessor :value
|
@@ -377,6 +388,7 @@ module Google
|
|
377
388
|
# Update properties of this object
|
378
389
|
def update!(**args)
|
379
390
|
@authority = args[:authority] if args.key?(:authority)
|
391
|
+
@code = args[:code] if args.key?(:code)
|
380
392
|
@link = args[:link] if args.key?(:link)
|
381
393
|
@logo = args[:logo] if args.key?(:logo)
|
382
394
|
@name = args[:name] if args.key?(:name)
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.21.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230831"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -187,6 +187,7 @@ module Google
|
|
187
187
|
property :theme, as: 'theme'
|
188
188
|
property :title, as: 'title'
|
189
189
|
collection :video_link, as: 'videoLink'
|
190
|
+
property :virtual_model_link, as: 'virtualModelLink'
|
190
191
|
end
|
191
192
|
end
|
192
193
|
|
@@ -202,6 +203,7 @@ module Google
|
|
202
203
|
# @private
|
203
204
|
class Representation < Google::Apis::Core::JsonRepresentation
|
204
205
|
property :authority, as: 'authority'
|
206
|
+
property :code, as: 'code'
|
205
207
|
property :link, as: 'link'
|
206
208
|
property :logo, as: 'logo'
|
207
209
|
property :name, as: 'name'
|
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.
|
4
|
+
version: 0.21.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: 2023-
|
11
|
+
date: 2023-09-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-manufacturers_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-manufacturers_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-manufacturers_v1/v0.21.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-manufacturers_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.4.
|
78
|
+
rubygems_version: 3.4.19
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Manufacturer Center API V1
|