google-apis-genomics_v2alpha1 0.7.0 → 0.8.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: b882c1a64a573393427bc60b5957979ab8b596e647705e4ffc8ad5a97f957166
4
- data.tar.gz: 2dc004591cd81da83cebe0a606d32519a21f041cd708dca047dc7fc9efd2e3d4
3
+ metadata.gz: d5c6c389e30249faf9867a8ffb68d11a68978c7c80153dcca7e87ac413f28ba8
4
+ data.tar.gz: 793f2a1d05ff303ce00f9f08c9fa962e361fdb8c38fd4529fe2713e4628cfa9a
5
5
  SHA512:
6
- metadata.gz: 85b1704c574c12b62b48cd04f553289db71191940b512062a9c37c1f70ace687dbf6360cade3a8ef4abde808df15538bf3ccc9063498a487dc9c324abc5ee91e
7
- data.tar.gz: 8ef7112ea098eb9dedbdbf76ec8f91ccc45bc94d32e460c80dfb0b63a567234f8d9df55c68315a51b1a7aac2a7b1cb0501aa0c15912c01342a2a40d5efdc8566
6
+ metadata.gz: ab4e7d466bfa4afe10c9ad6871ef780e7ffb7f9f3fc8f567d63481daec7550771b684d95643ada9c2a3294220583a955dd406d637b53e540759f48ff8396ce9b
7
+ data.tar.gz: 073b97a5d491d4dd7b179af5e886ad877634859c42e8ccd4d1eec4c915f42015169c2aec4d11e115def9c64653d5161a9c266155021a1dab1cf7690ff02d6412
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-genomics_v2alpha1
2
2
 
3
+ ### v0.8.0 (2021-06-09)
4
+
5
+ * Regenerated from discovery document revision 20210605
6
+ * Regenerated using generator version 0.3.0
7
+
3
8
  ### v0.7.0 (2021-05-19)
4
9
 
5
10
  * Unspecified changes
@@ -1289,6 +1289,12 @@ module Google
1289
1289
  attr_accessor :preemptible
1290
1290
  alias_method :preemptible?, :preemptible
1291
1291
 
1292
+ # If specified, the VM will only be allocated inside the matching reservation.
1293
+ # It will fail if the VM parameters don't match the reservation.
1294
+ # Corresponds to the JSON property `reservation`
1295
+ # @return [String]
1296
+ attr_accessor :reservation
1297
+
1292
1298
  # Carries information about a Google Cloud service account.
1293
1299
  # Corresponds to the JSON property `serviceAccount`
1294
1300
  # @return [Google::Apis::GenomicsV2alpha1::ServiceAccount]
@@ -1318,6 +1324,7 @@ module Google
1318
1324
  @network = args[:network] if args.key?(:network)
1319
1325
  @nvidia_driver_version = args[:nvidia_driver_version] if args.key?(:nvidia_driver_version)
1320
1326
  @preemptible = args[:preemptible] if args.key?(:preemptible)
1327
+ @reservation = args[:reservation] if args.key?(:reservation)
1321
1328
  @service_account = args[:service_account] if args.key?(:service_account)
1322
1329
  @volumes = args[:volumes] if args.key?(:volumes)
1323
1330
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module GenomicsV2alpha1
18
18
  # Version of the google-apis-genomics_v2alpha1 gem
19
- GEM_VERSION = "0.7.0"
19
+ GEM_VERSION = "0.8.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210512"
25
+ REVISION = "20210605"
26
26
  end
27
27
  end
28
28
  end
@@ -575,6 +575,7 @@ module Google
575
575
 
576
576
  property :nvidia_driver_version, as: 'nvidiaDriverVersion'
577
577
  property :preemptible, as: 'preemptible'
578
+ property :reservation, as: 'reservation'
578
579
  property :service_account, as: 'serviceAccount', class: Google::Apis::GenomicsV2alpha1::ServiceAccount, decorator: Google::Apis::GenomicsV2alpha1::ServiceAccount::Representation
579
580
 
580
581
  collection :volumes, as: 'volumes', class: Google::Apis::GenomicsV2alpha1::Volume, decorator: Google::Apis::GenomicsV2alpha1::Volume::Representation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-genomics_v2alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.8.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-05-24 00:00:00.000000000 Z
11
+ date: 2021-06-14 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-genomics_v2alpha1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-genomics_v2alpha1/v0.7.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-genomics_v2alpha1/v0.8.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-genomics_v2alpha1
57
57
  post_install_message:
58
58
  rdoc_options: []