google-apis-genomics_v2alpha1 0.1.0 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 46f37c9e96bcac9eaac72f09d6bc30ae73f3a1e9766d21b77175cefc86011668
|
|
4
|
+
data.tar.gz: d84120c8b0d96d4a18ade8d071104f37aa27c042d1b85f28d94b9dd566748f36
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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.
|
|
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.
|
|
22
|
+
GENERATOR_VERSION = "0.1.2"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210125"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
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.
|
|
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-
|
|
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.
|
|
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.
|
|
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
|