| 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/devstorage.read_write": { | 8 "https://www.googleapis.com/auth/devstorage.read_write": { |
| 9 "description": "Manage your data in Google Cloud Storage" | 9 "description": "Manage your data in Google Cloud Storage" |
| 10 }, | 10 }, |
| 11 "https://www.googleapis.com/auth/genomics": { | 11 "https://www.googleapis.com/auth/genomics": { |
| 12 "description": "View and manage Genomics data" | 12 "description": "View and manage Genomics data" |
| 13 }, | 13 }, |
| 14 "https://www.googleapis.com/auth/genomics.readonly": { | 14 "https://www.googleapis.com/auth/genomics.readonly": { |
| 15 "description": "View Genomics data" | 15 "description": "View Genomics data" |
| 16 } | 16 } |
| 17 } | 17 } |
| 18 } | 18 } |
| 19 }, | 19 }, |
| 20 "basePath": "/genomics/v1beta2/", | 20 "basePath": "/genomics/v1beta2/", |
| 21 "baseUrl": "https://www.googleapis.com/genomics/v1beta2/", | 21 "baseUrl": "https://www.googleapis.com/genomics/v1beta2/", |
| 22 "batchPath": "batch", | 22 "batchPath": "batch", |
| 23 "description": "Provides access to Genomics data.", | 23 "description": "Provides access to Genomics data.", |
| 24 "discoveryVersion": "v1", | 24 "discoveryVersion": "v1", |
| 25 "documentationLink": "https://developers.google.com/genomics/v1beta2/referen
ce", | 25 "documentationLink": "https://developers.google.com/genomics/v1beta2/referen
ce", |
| 26 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/B0U3dL3DEjo6LTLutBKsRG1fa1o\"", | 26 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/uZHv1LLm_QJEFlLl9KguWTI7Id8\"", |
| 27 "icons": { | 27 "icons": { |
| 28 "x16": "http://www.google.com/images/icons/product/search-16.gif", | 28 "x16": "http://www.google.com/images/icons/product/search-16.gif", |
| 29 "x32": "http://www.google.com/images/icons/product/search-32.gif" | 29 "x32": "http://www.google.com/images/icons/product/search-32.gif" |
| 30 }, | 30 }, |
| 31 "id": "genomics:v1beta2", | 31 "id": "genomics:v1beta2", |
| 32 "kind": "discovery#restDescription", | 32 "kind": "discovery#restDescription", |
| 33 "name": "genomics", | 33 "name": "genomics", |
| 34 "ownerDomain": "google.com", | 34 "ownerDomain": "google.com", |
| 35 "ownerName": "Google", | 35 "ownerName": "Google", |
| 36 "parameters": { | 36 "parameters": { |
| (...skipping 1551 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1588 "type": "object" | 1588 "type": "object" |
| 1589 }, | 1589 }, |
| 1590 "ImportReadGroupSetsRequest": { | 1590 "ImportReadGroupSetsRequest": { |
| 1591 "description": "The read group set import request.", | 1591 "description": "The read group set import request.", |
| 1592 "id": "ImportReadGroupSetsRequest", | 1592 "id": "ImportReadGroupSetsRequest", |
| 1593 "properties": { | 1593 "properties": { |
| 1594 "datasetId": { | 1594 "datasetId": { |
| 1595 "description": "Required. The ID of the dataset these read g
roup sets will belong to. The caller must have WRITE permissions to this dataset
.", | 1595 "description": "Required. The ID of the dataset these read g
roup sets will belong to. The caller must have WRITE permissions to this dataset
.", |
| 1596 "type": "string" | 1596 "type": "string" |
| 1597 }, | 1597 }, |
| 1598 "partitionStrategy": { |
| 1599 "description": "The partition strategy describes how read gr
oups are partitioned into read group sets.", |
| 1600 "enum": [ |
| 1601 "MERGE_ALL", |
| 1602 "PER_FILE_PER_SAMPLE" |
| 1603 ], |
| 1604 "enumDescriptions": [ |
| 1605 "", |
| 1606 "" |
| 1607 ], |
| 1608 "type": "string" |
| 1609 }, |
| 1598 "referenceSetId": { | 1610 "referenceSetId": { |
| 1599 "description": "The reference set to which the imported read
group sets are aligned to, if any. The reference names of this reference set mu
st be a superset of those found in the imported file headers. If no reference se
t id is provided, a best effort is made to associate with a matching reference s
et.", | 1611 "description": "The reference set to which the imported read
group sets are aligned to, if any. The reference names of this reference set mu
st be a superset of those found in the imported file headers. If no reference se
t id is provided, a best effort is made to associate with a matching reference s
et.", |
| 1600 "type": "string" | 1612 "type": "string" |
| 1601 }, | 1613 }, |
| 1602 "sourceUris": { | 1614 "sourceUris": { |
| 1603 "description": "A list of URIs pointing at BAM files in Goog
le Cloud Storage.", | 1615 "description": "A list of URIs pointing at BAM files in Goog
le Cloud Storage.", |
| 1604 "items": { | 1616 "items": { |
| 1605 "type": "string" | 1617 "type": "string" |
| 1606 }, | 1618 }, |
| 1607 "type": "array" | 1619 "type": "array" |
| (...skipping 1278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2886 "type": "array" | 2898 "type": "array" |
| 2887 } | 2899 } |
| 2888 }, | 2900 }, |
| 2889 "type": "object" | 2901 "type": "object" |
| 2890 } | 2902 } |
| 2891 }, | 2903 }, |
| 2892 "servicePath": "genomics/v1beta2/", | 2904 "servicePath": "genomics/v1beta2/", |
| 2893 "title": "Genomics API", | 2905 "title": "Genomics API", |
| 2894 "version": "v1beta2" | 2906 "version": "v1beta2" |
| 2895 } | 2907 } |
| OLD | NEW |