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

Side by Side Diff: discovery/googleapis/genomics__v1.json

Issue 2226653002: Api-roll 40: 2016-08-08 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Addressed review comments Created 4 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 unified diff | Download patch
« no previous file with comments | « discovery/googleapis/games__v1.json ('k') | discovery/googleapis/identitytoolkit__v3.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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": "", 23 "basePath": "",
24 "baseUrl": "https://genomics.googleapis.com/", 24 "baseUrl": "https://genomics.googleapis.com/",
25 "batchPath": "batch", 25 "batchPath": "batch",
26 "description": "Stores, processes, explores and shares genomic data.", 26 "description": "Stores, processes, explores and shares genomic data.",
27 "discoveryVersion": "v1", 27 "discoveryVersion": "v1",
28 "documentationLink": "https://cloud.google.com/genomics/", 28 "documentationLink": "https://cloud.google.com/genomics/",
29 "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/yu-G8RApkq9KATw28Rdkz2eBsto\"", 29 "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/X2-hhocAg6NLMPQks1elD8VdTWQ\"",
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:v1", 34 "id": "genomics:v1",
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 1491 matching lines...) Expand 10 before | Expand all | Expand 10 after
1531 }, 1531 },
1532 "scopes": [ 1532 "scopes": [
1533 "https://www.googleapis.com/auth/cloud-platform", 1533 "https://www.googleapis.com/auth/cloud-platform",
1534 "https://www.googleapis.com/auth/genomics", 1534 "https://www.googleapis.com/auth/genomics",
1535 "https://www.googleapis.com/auth/genomics.readonly" 1535 "https://www.googleapis.com/auth/genomics.readonly"
1536 ] 1536 ]
1537 } 1537 }
1538 } 1538 }
1539 } 1539 }
1540 }, 1540 },
1541 "revision": "20160714", 1541 "revision": "20160803",
1542 "rootUrl": "https://genomics.googleapis.com/", 1542 "rootUrl": "https://genomics.googleapis.com/",
1543 "schemas": { 1543 "schemas": {
1544 "AnnotationSet": { 1544 "AnnotationSet": {
1545 "description": "An annotation set is a logical grouping of annotatio ns that share consistent type information and provenance. Examples of annotation sets include 'all genes from refseq', and 'all variant annotations from ClinVar '.", 1545 "description": "An annotation set is a logical grouping of annotatio ns that share consistent type information and provenance. Examples of annotation sets include 'all genes from refseq', and 'all variant annotations from ClinVar '.",
1546 "id": "AnnotationSet", 1546 "id": "AnnotationSet",
1547 "properties": { 1547 "properties": {
1548 "id": { 1548 "id": {
1549 "description": "The server-generated annotation set ID, uniq ue across all annotation sets.", 1549 "description": "The server-generated annotation set ID, uniq ue across all annotation sets.",
1550 "type": "string" 1550 "type": "string"
1551 }, 1551 },
(...skipping 1690 matching lines...) Expand 10 before | Expand all | Expand 10 after
3242 "items": { 3242 "items": {
3243 "type": "string" 3243 "type": "string"
3244 }, 3244 },
3245 "type": "array" 3245 "type": "array"
3246 }, 3246 },
3247 "variantName": { 3247 "variantName": {
3248 "description": "Only return variants which have exactly this name.", 3248 "description": "Only return variants which have exactly this name.",
3249 "type": "string" 3249 "type": "string"
3250 }, 3250 },
3251 "callSetIds": { 3251 "callSetIds": {
3252 "description": "Only return variant calls which belong to ca ll sets with these ids. Leaving this blank returns all variant calls. If a varia nt has no calls belonging to any of these call sets, it won't be returned at all . Currently, variants with no calls from any call set will never be returned.", 3252 "description": "Only return variant calls which belong to ca ll sets with these ids. Leaving this blank returns all variant calls. If a varia nt has no calls belonging to any of these call sets, it won't be returned at all .",
3253 "items": { 3253 "items": {
3254 "type": "string" 3254 "type": "string"
3255 }, 3255 },
3256 "type": "array" 3256 "type": "array"
3257 }, 3257 },
3258 "referenceName": { 3258 "referenceName": {
3259 "description": "Required. Only return variants in this refer ence sequence.", 3259 "description": "Required. Only return variants in this refer ence sequence.",
3260 "type": "string" 3260 "type": "string"
3261 }, 3261 },
3262 "start": { 3262 "start": {
(...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after
3725 "type": "array" 3725 "type": "array"
3726 } 3726 }
3727 }, 3727 },
3728 "type": "object" 3728 "type": "object"
3729 } 3729 }
3730 }, 3730 },
3731 "servicePath": "", 3731 "servicePath": "",
3732 "title": "Genomics API", 3732 "title": "Genomics API",
3733 "version": "v1" 3733 "version": "v1"
3734 } 3734 }
OLDNEW
« no previous file with comments | « discovery/googleapis/games__v1.json ('k') | discovery/googleapis/identitytoolkit__v3.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698