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: de3720a36c04bf8483c32b6d9c514f02c8714ef0d403a590b17aeb2c914aaf17
4
- data.tar.gz: bde8e072410731be9b9938d3a113e44427dd98612f883887a928e214761881a4
3
+ metadata.gz: ab2792401c71d8783f3219f620cf7cb0d0d45dc57c0346c99767b623c7f6a437
4
+ data.tar.gz: a152c8510f98c8791a17e2dfc6c2803936cd6204a78c328b5e345f56b8da4048
5
5
  SHA512:
6
- metadata.gz: afb5aa1ec6a1afeb9d457e0a210024010db3c1a63233982f9470256acb4b2fe374e7d764e4a9cbd5856ea42f092ebfd681a459cfd7d4eedbda2c8e485a1d8c25
7
- data.tar.gz: d3aed5beb7f0b8d55f26e60e67346651d38878c934078e436b7fa920d7016ac87915b46f9a68dcb243fd8886d0b770e349247718c16f4769d41581f68b3db525
6
+ metadata.gz: 6cb8b61ece013c52b472f9df70bff7c66137f04910a43c900da572ea9b0aef657c13c10b5fcad29aff850cab233ac32d8cf88247ce19f2f9cbdf13d6091a1ae0
7
+ data.tar.gz: f4be520853387aa5b37ba06c16e905de0c32bbde11da07783a87dedd7905626af5088edbc303ca86d5caedaeef71b7755d244730e0344cea8185ec8c9c9f927a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-lifesciences_v2beta
2
2
 
3
+ ### v0.9.0 (2021-06-05)
4
+
5
+ * Regenerated from discovery document revision 20210527
6
+ * Regenerated using generator version 0.3.0
7
+
3
8
  ### v0.8.0 (2021-05-19)
4
9
 
5
10
  * Unspecified changes
@@ -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.8.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.2.0"
22
+ GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210424"
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.8.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-05-24 00:00:00.000000000 Z
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.8.0
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: []