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

Side by Side Diff: discovery/googleapis_beta/genomics__v1beta2.json

Issue 2485703002: Api-roll 42: 2016-11-08 (Closed)
Patch Set: Created 4 years, 1 month 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
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": "/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": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/tVaaVhxlN3h4hQKBIVmsAS1nx1A\"", 29 "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/g_QaE_FyuylC4ixL3GgHocQz4DE\"",
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 1447 matching lines...) Expand 10 before | Expand all | Expand 10 after
1487 "$ref": "VariantSet" 1487 "$ref": "VariantSet"
1488 }, 1488 },
1489 "scopes": [ 1489 "scopes": [
1490 "https://www.googleapis.com/auth/cloud-platform", 1490 "https://www.googleapis.com/auth/cloud-platform",
1491 "https://www.googleapis.com/auth/genomics" 1491 "https://www.googleapis.com/auth/genomics"
1492 ] 1492 ]
1493 } 1493 }
1494 } 1494 }
1495 } 1495 }
1496 }, 1496 },
1497 "revision": "20160824", 1497 "revision": "20161026",
1498 "rootUrl": "https://www.googleapis.com/", 1498 "rootUrl": "https://www.googleapis.com/",
1499 "schemas": { 1499 "schemas": {
1500 "Annotation": { 1500 "Annotation": {
1501 "description": "An annotation describes a region of reference genome . The value of an annotation may be one of several canonical types, supplemented by arbitrary info tags. An annotation is not inherently associated with a speci fic sample or individual (though a client could choose to use annotations in thi s way). Example canonical annotation types are GENE and VARIANT.", 1501 "description": "An annotation describes a region of reference genome . The value of an annotation may be one of several canonical types, supplemented by arbitrary info tags. An annotation is not inherently associated with a speci fic sample or individual (though a client could choose to use annotations in thi s way). Example canonical annotation types are GENE and VARIANT.",
1502 "id": "Annotation", 1502 "id": "Annotation",
1503 "properties": { 1503 "properties": {
1504 "annotationSetId": { 1504 "annotationSetId": {
1505 "description": "The annotation set to which this annotation belongs.", 1505 "description": "The annotation set to which this annotation belongs.",
1506 "type": "string" 1506 "type": "string"
1507 }, 1507 },
(...skipping 2177 matching lines...) Expand 10 before | Expand all | Expand 10 after
3685 "type": "string" 3685 "type": "string"
3686 } 3686 }
3687 }, 3687 },
3688 "type": "object" 3688 "type": "object"
3689 } 3689 }
3690 }, 3690 },
3691 "servicePath": "genomics/v1beta2/", 3691 "servicePath": "genomics/v1beta2/",
3692 "title": "Genomics API", 3692 "title": "Genomics API",
3693 "version": "v1beta2" 3693 "version": "v1beta2"
3694 } 3694 }
OLDNEW
« no previous file with comments | « discovery/googleapis_beta/dns__v2beta1.json ('k') | discovery/googleapis_beta/language__v1beta1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698