google-apis-manufacturers_v1 0.19.0 → 0.20.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: a540444c6f5fa0ffd2a6c216a5e12daa8c78f0989335f63730223425336af385
4
- data.tar.gz: 2f268bd60f987369c644d45c8cd9889d949ad7b6fac830a8b2bf478084c93f9e
3
+ metadata.gz: fc2b6d41033b08a26a61479d804a8f7e10861dfcbe063948bd3f2c578f8c8e33
4
+ data.tar.gz: 9b94f2c032389a129a99d13592198d9ac0cc4c6fd6f5ea7834c13c940a2ae221
5
5
  SHA512:
6
- metadata.gz: d090e627529093a1c17d232270c6a22125100d95d5381e25afe05e954e11b68ddb519b441907475295f14fb7fcb3524fce0549e87a722413ecfdb8a977eb3eb7
7
- data.tar.gz: e7100ffdfff70912885b894bfc5f137528e1dcffd102d13b92c3143c178688634f95e2ca2cae5917b8484375e03243b84cb1ddb89f26bbb369cdf84b4486ad5e
6
+ metadata.gz: c00571d6fe1bdb8b0dcad78b705b4fb1e4067af002b72bb2ac91c52774fdad9209d0e74682b2abb82c79bc8c6775de9d0c01b75a37aab3207fb5f222488f9652
7
+ data.tar.gz: 769d82279320382d48484bc2a15b7515a989e4d6a149d10319cf179ac9830c0499dc1cc1c7040f2d595fc5535179b256667879a3f83d73338756229a1eb8f2ae
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-manufacturers_v1
2
2
 
3
+ ### v0.20.0 (2023-06-04)
4
+
5
+ * Regenerated from discovery document revision 20230602
6
+
3
7
  ### v0.19.0 (2023-02-15)
4
8
 
5
9
  * 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
 
@@ -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.0"
19
+ GEM_VERSION = "0.20.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 = "20230209"
25
+ REVISION = "20230602"
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
 
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.19.0
4
+ version: 0.20.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-02-19 00:00:00.000000000 Z
11
+ date: 2023-06-04 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.19.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-manufacturers_v1/v0.20.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: []