OLD | NEW |
1 { | 1 { |
2 "auth": { | 2 "auth": { |
3 "oauth2": { | 3 "oauth2": { |
4 "scopes": { | 4 "scopes": { |
5 "https://www.googleapis.com/auth/bigquery": { | 5 "https://www.googleapis.com/auth/bigquery": { |
6 "description": "View and manage your data in Google BigQuery
" | 6 "description": "View and manage your data in Google BigQuery
" |
7 }, | 7 }, |
8 "https://www.googleapis.com/auth/cloud-platform": { | 8 "https://www.googleapis.com/auth/cloud-platform": { |
9 "description": "View and manage your data across Google Clou
d Platform services" | 9 "description": "View and manage your data across Google Clou
d Platform services" |
10 }, | 10 }, |
11 "https://www.googleapis.com/auth/devstorage.read_write": { | 11 "https://www.googleapis.com/auth/devstorage.read_write": { |
12 "description": "Manage your data in Google Cloud Storage" | 12 "description": "Manage your data in Google Cloud Storage" |
13 }, | 13 }, |
14 "https://www.googleapis.com/auth/genomics": { | 14 "https://www.googleapis.com/auth/genomics": { |
15 "description": "View and manage Genomics data" | 15 "description": "View and manage Genomics data" |
16 }, | 16 }, |
17 "https://www.googleapis.com/auth/genomics.readonly": { | 17 "https://www.googleapis.com/auth/genomics.readonly": { |
18 "description": "View Genomics data" | 18 "description": "View Genomics data" |
19 } | 19 } |
20 } | 20 } |
21 } | 21 } |
22 }, | 22 }, |
23 "basePath": "/genomics/v1beta2/", | 23 "basePath": "/genomics/v1beta2/", |
24 "baseUrl": "https://www.googleapis.com/genomics/v1beta2/", | 24 "baseUrl": "https://www.googleapis.com/genomics/v1beta2/", |
25 "batchPath": "batch", | 25 "batchPath": "batch", |
26 "description": "Provides access to Genomics data.", | 26 "description": "Provides access to Genomics data.", |
27 "discoveryVersion": "v1", | 27 "discoveryVersion": "v1", |
28 "documentationLink": "https://developers.google.com/genomics/v1beta2/referen
ce", | 28 "documentationLink": "https://developers.google.com/genomics/v1beta2/referen
ce", |
29 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/Rb7-9Pk3C2nyGTw9tsYHv2nAxPQ\"", | 29 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/L5gWy_lZXMugcIAlIyqi-lI9384\"", |
30 "icons": { | 30 "icons": { |
31 "x16": "http://www.google.com/images/icons/product/search-16.gif", | 31 "x16": "http://www.google.com/images/icons/product/search-16.gif", |
32 "x32": "http://www.google.com/images/icons/product/search-32.gif" | 32 "x32": "http://www.google.com/images/icons/product/search-32.gif" |
33 }, | 33 }, |
34 "id": "genomics:v1beta2", | 34 "id": "genomics:v1beta2", |
35 "kind": "discovery#restDescription", | 35 "kind": "discovery#restDescription", |
36 "name": "genomics", | 36 "name": "genomics", |
37 "ownerDomain": "google.com", | 37 "ownerDomain": "google.com", |
38 "ownerName": "Google", | 38 "ownerName": "Google", |
39 "parameters": { | 39 "parameters": { |
(...skipping 1265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1305 }, | 1305 }, |
1306 "scopes": [ | 1306 "scopes": [ |
1307 "https://www.googleapis.com/auth/cloud-platform", | 1307 "https://www.googleapis.com/auth/cloud-platform", |
1308 "https://www.googleapis.com/auth/genomics" | 1308 "https://www.googleapis.com/auth/genomics" |
1309 ] | 1309 ] |
1310 } | 1310 } |
1311 } | 1311 } |
1312 }, | 1312 }, |
1313 "variantsets": { | 1313 "variantsets": { |
1314 "methods": { | 1314 "methods": { |
| 1315 "create": { |
| 1316 "description": "Creates a new variant set (only necessary in
v1).", |
| 1317 "httpMethod": "POST", |
| 1318 "id": "genomics.variantsets.create", |
| 1319 "path": "variantsets", |
| 1320 "request": { |
| 1321 "$ref": "VariantSet" |
| 1322 }, |
| 1323 "response": { |
| 1324 "$ref": "VariantSet" |
| 1325 } |
| 1326 }, |
1315 "delete": { | 1327 "delete": { |
1316 "description": "Deletes the contents of a variant set. The v
ariant set object is not deleted.", | 1328 "description": "Deletes the contents of a variant set. The v
ariant set object is not deleted.", |
1317 "httpMethod": "DELETE", | 1329 "httpMethod": "DELETE", |
1318 "id": "genomics.variantsets.delete", | 1330 "id": "genomics.variantsets.delete", |
1319 "parameterOrder": [ | 1331 "parameterOrder": [ |
1320 "variantSetId" | 1332 "variantSetId" |
1321 ], | 1333 ], |
1322 "parameters": { | 1334 "parameters": { |
1323 "variantSetId": { | 1335 "variantSetId": { |
1324 "description": "The ID of the variant set to be dele
ted.", | 1336 "description": "The ID of the variant set to be dele
ted.", |
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1505 "$ref": "VariantSet" | 1517 "$ref": "VariantSet" |
1506 }, | 1518 }, |
1507 "scopes": [ | 1519 "scopes": [ |
1508 "https://www.googleapis.com/auth/cloud-platform", | 1520 "https://www.googleapis.com/auth/cloud-platform", |
1509 "https://www.googleapis.com/auth/genomics" | 1521 "https://www.googleapis.com/auth/genomics" |
1510 ] | 1522 ] |
1511 } | 1523 } |
1512 } | 1524 } |
1513 } | 1525 } |
1514 }, | 1526 }, |
1515 "revision": "20150629", | 1527 "revision": "20150729", |
1516 "rootUrl": "https://www.googleapis.com/", | 1528 "rootUrl": "https://www.googleapis.com/", |
1517 "schemas": { | 1529 "schemas": { |
1518 "AlignReadGroupSetsRequest": { | 1530 "AlignReadGroupSetsRequest": { |
1519 "description": "The read group set align request.", | 1531 "description": "The read group set align request.", |
1520 "id": "AlignReadGroupSetsRequest", | 1532 "id": "AlignReadGroupSetsRequest", |
1521 "properties": { | 1533 "properties": { |
1522 "bamSourceUris": { | 1534 "bamSourceUris": { |
1523 "description": "The BAM source files for alignment. Exactly
one of readGroupSetId, bamSourceUris, interleavedFastqSource or pairedFastqSourc
e must be provided. The caller must have READ permissions for these files.", | 1535 "description": "The BAM source files for alignment. Exactly
one of readGroupSetId, bamSourceUris, interleavedFastqSource or pairedFastqSourc
e must be provided. The caller must have READ permissions for these files.", |
1524 "items": { | 1536 "items": { |
1525 "type": "string" | 1537 "type": "string" |
(...skipping 1767 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3293 "type": "string" | 3305 "type": "string" |
3294 } | 3306 } |
3295 }, | 3307 }, |
3296 "type": "object" | 3308 "type": "object" |
3297 }, | 3309 }, |
3298 "SearchReadsResponse": { | 3310 "SearchReadsResponse": { |
3299 "description": "The read search response.", | 3311 "description": "The read search response.", |
3300 "id": "SearchReadsResponse", | 3312 "id": "SearchReadsResponse", |
3301 "properties": { | 3313 "properties": { |
3302 "alignments": { | 3314 "alignments": { |
3303 "description": "The list of matching alignments sorted by ma
pped genomic coordinate, if any, ascending in position within the same reference
. Unmapped reads, which have no position, are returned last and are further sort
ed in ascending lexicographic order by fragment name.", | 3315 "description": "The list of matching alignments sorted by ma
pped genomic coordinate, if any, ascending in position within the same reference
. Unmapped reads, which have no position, are returned contiguously and are sort
ed in ascending lexicographic order by fragment name.", |
3304 "items": { | 3316 "items": { |
3305 "$ref": "Read" | 3317 "$ref": "Read" |
3306 }, | 3318 }, |
3307 "type": "array" | 3319 "type": "array" |
3308 }, | 3320 }, |
3309 "nextPageToken": { | 3321 "nextPageToken": { |
3310 "description": "The continuation token, which is used to pag
e through large result sets. Provide this value in a subsequent request to retur
n the next page of results. This field will be empty if there aren't any additio
nal results.", | 3322 "description": "The continuation token, which is used to pag
e through large result sets. Provide this value in a subsequent request to retur
n the next page of results. This field will be empty if there aren't any additio
nal results.", |
3311 "type": "string" | 3323 "type": "string" |
3312 } | 3324 } |
3313 }, | 3325 }, |
(...skipping 524 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3838 "type": "array" | 3850 "type": "array" |
3839 } | 3851 } |
3840 }, | 3852 }, |
3841 "type": "object" | 3853 "type": "object" |
3842 } | 3854 } |
3843 }, | 3855 }, |
3844 "servicePath": "genomics/v1beta2/", | 3856 "servicePath": "genomics/v1beta2/", |
3845 "title": "Genomics API", | 3857 "title": "Genomics API", |
3846 "version": "v1beta2" | 3858 "version": "v1beta2" |
3847 } | 3859 } |
OLD | NEW |