google-apis-genomics_v2alpha1 0.7.0 → 0.11.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: 9ffe3dfe644743ec5a33d5f862fd3076de27b9854bafbb2a1621a8957e293961
4
+ data.tar.gz: f73e7db1bee07f02371e9172cc0bc1ebae3365724f94af2b7661f6cecd1e8dbb
5
5
  SHA512:
6
- metadata.gz: 85b1704c574c12b62b48cd04f553289db71191940b512062a9c37c1f70ace687dbf6360cade3a8ef4abde808df15538bf3ccc9063498a487dc9c324abc5ee91e
7
- data.tar.gz: 8ef7112ea098eb9dedbdbf76ec8f91ccc45bc94d32e460c80dfb0b63a567234f8d9df55c68315a51b1a7aac2a7b1cb0501aa0c15912c01342a2a40d5efdc8566
6
+ metadata.gz: edf872806e373f53bbd737f6c42055f0043e16c9a1e2032cb42a3ffeedab0f0b0b554e8a8f3bb0371ab1ec2fbd4301ec40fef5d502e68c26dce65829f1386ede
7
+ data.tar.gz: 8d38420c12727c27eb811507a89912c46630f1c2a72c704583babe556d39cbe144c33a1a4dec7470a708f68bf90b6682774c18efab922be65c79f5a308e8d7ed
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-genomics_v2alpha1
2
2
 
3
+ ### v0.11.0 (2021-09-01)
4
+
5
+ * Regenerated from discovery document revision 20210811
6
+
7
+ ### v0.10.0 (2021-06-30)
8
+
9
+ * Regenerated using generator version 0.4.0
10
+
11
+ ### v0.9.0 (2021-06-24)
12
+
13
+ * Unspecified changes
14
+
15
+ ### v0.8.0 (2021-06-09)
16
+
17
+ * Regenerated from discovery document revision 20210605
18
+ * Regenerated using generator version 0.3.0
19
+
3
20
  ### v0.7.0 (2021-05-19)
4
21
 
5
22
  * 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.11.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.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210512"
25
+ REVISION = "20210811"
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
@@ -29,7 +29,7 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V2alpha1'
31
31
 
32
- # See, edit, configure, and delete your Google Cloud Platform data
32
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
33
33
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
34
34
 
35
35
  # View and manage Genomics data
metadata CHANGED
@@ -1,29 +1,35 @@
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.11.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-09-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Genomics API V2alpha1. Simple REST
28
34
  clients are Ruby client libraries that provide access to Google services via their
29
35
  HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  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
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-genomics_v2alpha1/v0.11.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-genomics_v2alpha1
57
63
  post_install_message:
58
64
  rdoc_options: []