Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(248)

Unified Diff: discovery/googleapis_beta/genomics__v1beta2.json

Issue 1268013003: Api-roll 21: 2015-08-04 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: discovery/googleapis_beta/genomics__v1beta2.json
diff --git a/discovery/googleapis_beta/genomics__v1beta2.json b/discovery/googleapis_beta/genomics__v1beta2.json
index 051f537b44e0c1513710e0306e38b9b6b5cd490e..e06d6f68caa9b95b43df9b672d0a93aed029932d 100644
--- a/discovery/googleapis_beta/genomics__v1beta2.json
+++ b/discovery/googleapis_beta/genomics__v1beta2.json
@@ -26,7 +26,7 @@
"description": "Provides access to Genomics data.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/genomics/v1beta2/reference",
- "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/Rb7-9Pk3C2nyGTw9tsYHv2nAxPQ\"",
+ "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/L5gWy_lZXMugcIAlIyqi-lI9384\"",
"icons": {
"x16": "http://www.google.com/images/icons/product/search-16.gif",
"x32": "http://www.google.com/images/icons/product/search-32.gif"
@@ -1312,6 +1312,18 @@
},
"variantsets": {
"methods": {
+ "create": {
+ "description": "Creates a new variant set (only necessary in v1).",
+ "httpMethod": "POST",
+ "id": "genomics.variantsets.create",
+ "path": "variantsets",
+ "request": {
+ "$ref": "VariantSet"
+ },
+ "response": {
+ "$ref": "VariantSet"
+ }
+ },
"delete": {
"description": "Deletes the contents of a variant set. The variant set object is not deleted.",
"httpMethod": "DELETE",
@@ -1512,7 +1524,7 @@
}
}
},
- "revision": "20150629",
+ "revision": "20150729",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"AlignReadGroupSetsRequest": {
@@ -3300,7 +3312,7 @@
"id": "SearchReadsResponse",
"properties": {
"alignments": {
- "description": "The list of matching alignments sorted by mapped genomic coordinate, if any, ascending in position within the same reference. Unmapped reads, which have no position, are returned last and are further sorted in ascending lexicographic order by fragment name.",
+ "description": "The list of matching alignments sorted by mapped genomic coordinate, if any, ascending in position within the same reference. Unmapped reads, which have no position, are returned contiguously and are sorted in ascending lexicographic order by fragment name.",
"items": {
"$ref": "Read"
},

Powered by Google App Engine
This is Rietveld 408576698