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

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

Issue 770773002: Api roll 7: 2014-12-01 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 6 years 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/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/v1beta/", 20 "basePath": "/genomics/v1beta/",
21 "baseUrl": "https://www.googleapis.com/genomics/v1beta/", 21 "baseUrl": "https://www.googleapis.com/genomics/v1beta/",
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/v1beta/referenc e", 25 "documentationLink": "https://developers.google.com/genomics/v1beta/referenc e",
26 "etag": "\"l66ggWbucbkBw9Lpos72oziyefE/9YMXCI622MfKMEFReyjm7WXUyAw\"", 26 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/B0lKb8XGh88EiJrHdugdN2knb-A\"",
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:v1beta", 31 "id": "genomics:v1beta",
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 933 matching lines...) Expand 10 before | Expand all | Expand 10 after
970 "response": { 970 "response": {
971 "$ref": "VariantSet" 971 "$ref": "VariantSet"
972 }, 972 },
973 "scopes": [ 973 "scopes": [
974 "https://www.googleapis.com/auth/genomics" 974 "https://www.googleapis.com/auth/genomics"
975 ] 975 ]
976 } 976 }
977 } 977 }
978 } 978 }
979 }, 979 },
980 "revision": "20141112", 980 "revision": "20141113",
981 "rootUrl": "https://www.googleapis.com/", 981 "rootUrl": "https://www.googleapis.com/",
982 "schemas": { 982 "schemas": {
983 "Call": { 983 "Call": {
984 "description": "A call represents the determination of genotype with respect to a particular variant. It may include associated information such as quality and phasing. For example, a call might assign a probability of 0.32 to t he occurrence of a SNP named rs1234 in a call set with the name NA12345.", 984 "description": "A call represents the determination of genotype with respect to a particular variant. It may include associated information such as quality and phasing. For example, a call might assign a probability of 0.32 to t he occurrence of a SNP named rs1234 in a call set with the name NA12345.",
985 "id": "Call", 985 "id": "Call",
986 "properties": { 986 "properties": {
987 "callSetId": { 987 "callSetId": {
988 "description": "The ID of the call set this variant call bel ongs to.", 988 "description": "The ID of the call set this variant call bel ongs to.",
989 "type": "string" 989 "type": "string"
990 }, 990 },
(...skipping 1315 matching lines...) Expand 10 before | Expand all | Expand 10 after
2306 "type": "array" 2306 "type": "array"
2307 } 2307 }
2308 }, 2308 },
2309 "type": "object" 2309 "type": "object"
2310 } 2310 }
2311 }, 2311 },
2312 "servicePath": "genomics/v1beta/", 2312 "servicePath": "genomics/v1beta/",
2313 "title": "Genomics API", 2313 "title": "Genomics API",
2314 "version": "v1beta" 2314 "version": "v1beta"
2315 } 2315 }
OLDNEW
« no previous file with comments | « discovery/googleapis_beta/dns__v1beta1.json ('k') | discovery/googleapis_beta/genomics__v1beta2.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698