google-apis-lifesciences_v2beta 0.8.0 → 0.9.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: ab2792401c71d8783f3219f620cf7cb0d0d45dc57c0346c99767b623c7f6a437
|
4
|
+
data.tar.gz: a152c8510f98c8791a17e2dfc6c2803936cd6204a78c328b5e345f56b8da4048
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6cb8b61ece013c52b472f9df70bff7c66137f04910a43c900da572ea9b0aef657c13c10b5fcad29aff850cab233ac32d8cf88247ce19f2f9cbdf13d6091a1ae0
|
7
|
+
data.tar.gz: f4be520853387aa5b37ba06c16e905de0c32bbde11da07783a87dedd7905626af5088edbc303ca86d5caedaeef71b7755d244730e0344cea8185ec8c9c9f927a
|
data/CHANGELOG.md
CHANGED
@@ -1346,6 +1346,12 @@ module Google
|
|
1346
1346
|
attr_accessor :preemptible
|
1347
1347
|
alias_method :preemptible?, :preemptible
|
1348
1348
|
|
1349
|
+
# If specified, the VM will only be allocated inside the matching reservation.
|
1350
|
+
# It will fail if the VM parameters don't match the reservation.
|
1351
|
+
# Corresponds to the JSON property `reservation`
|
1352
|
+
# @return [String]
|
1353
|
+
attr_accessor :reservation
|
1354
|
+
|
1349
1355
|
# Carries information about a Google Cloud service account.
|
1350
1356
|
# Corresponds to the JSON property `serviceAccount`
|
1351
1357
|
# @return [Google::Apis::LifesciencesV2beta::ServiceAccount]
|
@@ -1375,6 +1381,7 @@ module Google
|
|
1375
1381
|
@network = args[:network] if args.key?(:network)
|
1376
1382
|
@nvidia_driver_version = args[:nvidia_driver_version] if args.key?(:nvidia_driver_version)
|
1377
1383
|
@preemptible = args[:preemptible] if args.key?(:preemptible)
|
1384
|
+
@reservation = args[:reservation] if args.key?(:reservation)
|
1378
1385
|
@service_account = args[:service_account] if args.key?(:service_account)
|
1379
1386
|
@volumes = args[:volumes] if args.key?(:volumes)
|
1380
1387
|
end
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module LifesciencesV2beta
|
18
18
|
# Version of the google-apis-lifesciences_v2beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.9.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 = "20210527"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -562,6 +562,7 @@ module Google
|
|
562
562
|
|
563
563
|
property :nvidia_driver_version, as: 'nvidiaDriverVersion'
|
564
564
|
property :preemptible, as: 'preemptible'
|
565
|
+
property :reservation, as: 'reservation'
|
565
566
|
property :service_account, as: 'serviceAccount', class: Google::Apis::LifesciencesV2beta::ServiceAccount, decorator: Google::Apis::LifesciencesV2beta::ServiceAccount::Representation
|
566
567
|
|
567
568
|
collection :volumes, as: 'volumes', class: Google::Apis::LifesciencesV2beta::Volume, decorator: Google::Apis::LifesciencesV2beta::Volume::Representation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-lifesciences_v2beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.9.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-07 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-lifesciences_v2beta/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-lifesciences_v2beta/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-lifesciences_v2beta/v0.9.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-lifesciences_v2beta
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|