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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d5c6c389e30249faf9867a8ffb68d11a68978c7c80153dcca7e87ac413f28ba8
|
4
|
+
data.tar.gz: 793f2a1d05ff303ce00f9f08c9fa962e361fdb8c38fd4529fe2713e4628cfa9a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ab4e7d466bfa4afe10c9ad6871ef780e7ffb7f9f3fc8f567d63481daec7550771b684d95643ada9c2a3294220583a955dd406d637b53e540759f48ff8396ce9b
|
7
|
+
data.tar.gz: 073b97a5d491d4dd7b179af5e886ad877634859c42e8ccd4d1eec4c915f42015169c2aec4d11e115def9c64653d5161a9c266155021a1dab1cf7690ff02d6412
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
19
|
+
GEM_VERSION = "0.8.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.3.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
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.
|
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-
|
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.
|
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: []
|