google-apis-genomics_v2alpha1 0.1.0 → 0.2.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: d05677013c11c3c7044df9d19d862ee4143bbc20dc7b5315eb97310e41c3e681
4
- data.tar.gz: 2318b90e8e7dd9ccad9ea6e85d4e52d8c7f66ff7e0e7f2dea7f584fe4dbce1bd
3
+ metadata.gz: 46f37c9e96bcac9eaac72f09d6bc30ae73f3a1e9766d21b77175cefc86011668
4
+ data.tar.gz: d84120c8b0d96d4a18ade8d071104f37aa27c042d1b85f28d94b9dd566748f36
5
5
  SHA512:
6
- metadata.gz: b8c4c17b247d67e369fbd420106def4065a44a1386f2cdea112e21f9147555780abd753f2710d3bc15d442946d46145b8eb541ad15eff0e6f11174999446c766
7
- data.tar.gz: ac810e217a1b37a3e308db8c53cd5dafdbf33e453545d23e1bd9fcb7271d8d04d8a18cd5685189b9d4ce17acbe95692c140063b937e92bac93aa6a575b69da49
6
+ metadata.gz: 774f27b76d0d3cea66045bb00a4b0ec39df1dc04195fe4971117cf032a3763921fad637ee15903d49c26dfbd847086d70a32499b1304ab82b1e79c38cff5f3c6
7
+ data.tar.gz: 1bab562f61928952b3218c450ae5474a9a91d779aa09948223974f63eb9bb3a7db9a1678c387dfc1bdd89ca47338c84c0e6f79014d88e148ceb7ddf92a08f247
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-genomics_v2alpha1
2
2
 
3
+ ### v0.2.0 (2021-01-27)
4
+
5
+ * Regenerated from discovery document revision 20210125
6
+ * Regenerated using generator version 0.1.2
7
+
3
8
  ### v0.1.0 (2021-01-07)
4
9
 
5
10
  * Regenerated from discovery document revision 20201231
@@ -266,6 +266,11 @@ module Google
266
266
  # @return [String]
267
267
  attr_accessor :deadline
268
268
 
269
+ # Feature configuration for the operation.
270
+ # Corresponds to the JSON property `features`
271
+ # @return [Hash<String,Object>]
272
+ attr_accessor :features
273
+
269
274
  # The metadata that describes the operation assigned to the worker.
270
275
  # Corresponds to the JSON property `metadata`
271
276
  # @return [Hash<String,Object>]
@@ -278,6 +283,7 @@ module Google
278
283
  # Update properties of this object
279
284
  def update!(**args)
280
285
  @deadline = args[:deadline] if args.key?(:deadline)
286
+ @features = args[:features] if args.key?(:features)
281
287
  @metadata = args[:metadata] if args.key?(:metadata)
282
288
  end
283
289
  end
@@ -1370,7 +1376,9 @@ module Google
1370
1376
  # of the tags used or the latest version will still be pulled. The root
1371
1377
  # directory of the ext4 image must contain `image` and `overlay2` directories
1372
1378
  # copied from the Docker directory of a VM where the desired Docker images have
1373
- # already been pulled. Only a single image is supported.
1379
+ # already been pulled. Any images pulled that are not cached will be stored on
1380
+ # the first cache disk instead of the boot disk. Only a single image is
1381
+ # supported.
1374
1382
  # Corresponds to the JSON property `dockerCacheImages`
1375
1383
  # @return [Array<String>]
1376
1384
  attr_accessor :docker_cache_images
@@ -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.1.0"
19
+ GEM_VERSION = "0.2.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.1"
22
+ GENERATOR_VERSION = "0.1.2"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20201231"
25
+ REVISION = "20210125"
26
26
  end
27
27
  end
28
28
  end
@@ -328,6 +328,7 @@ module Google
328
328
  # @private
329
329
  class Representation < Google::Apis::Core::JsonRepresentation
330
330
  property :deadline, as: 'deadline'
331
+ hash :features, as: 'features'
331
332
  hash :metadata, as: 'metadata'
332
333
  end
333
334
  end
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.1.0
4
+ version: 0.2.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-01-08 00:00:00.000000000 Z
11
+ date: 2021-02-08 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.1.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-genomics_v2alpha1/v0.2.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: []
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.1.4
72
+ rubygems_version: 3.2.6
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Genomics API V2alpha1