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

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

Issue 2281923002: Api-roll 41: 2016-08-26 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 4 years, 3 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
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/Cmx5HrERuA3cPPiKpi3zpAPafV0\"", 29 "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/tVaaVhxlN3h4hQKBIVmsAS1nx1A\"",
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 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 }, 439 },
440 "patch": { 440 "patch": {
441 "description": "Updates a call set. This method supports pat ch semantics.", 441 "description": "Updates a call set. This method supports pat ch semantics.",
442 "httpMethod": "PATCH", 442 "httpMethod": "PATCH",
443 "id": "genomics.callsets.patch", 443 "id": "genomics.callsets.patch",
444 "parameterOrder": [ 444 "parameterOrder": [
445 "callSetId" 445 "callSetId"
446 ], 446 ],
447 "parameters": { 447 "parameters": {
448 "callSetId": { 448 "callSetId": {
449 "description": "The ID of the call set to be updated .", 449 "description": "Required. The ID of the call set to be updated.",
450 "location": "path", 450 "location": "path",
451 "required": true, 451 "required": true,
452 "type": "string" 452 "type": "string"
453 } 453 }
454 }, 454 },
455 "path": "callsets/{callSetId}", 455 "path": "callsets/{callSetId}",
456 "request": { 456 "request": {
457 "$ref": "CallSet" 457 "$ref": "CallSet"
458 }, 458 },
459 "response": { 459 "response": {
(...skipping 23 matching lines...) Expand all
483 }, 483 },
484 "update": { 484 "update": {
485 "description": "Updates a call set.", 485 "description": "Updates a call set.",
486 "httpMethod": "PUT", 486 "httpMethod": "PUT",
487 "id": "genomics.callsets.update", 487 "id": "genomics.callsets.update",
488 "parameterOrder": [ 488 "parameterOrder": [
489 "callSetId" 489 "callSetId"
490 ], 490 ],
491 "parameters": { 491 "parameters": {
492 "callSetId": { 492 "callSetId": {
493 "description": "The ID of the call set to be updated .", 493 "description": "Required. The ID of the call set to be updated.",
494 "location": "path", 494 "location": "path",
495 "required": true, 495 "required": true,
496 "type": "string" 496 "type": "string"
497 } 497 }
498 }, 498 },
499 "path": "callsets/{callSetId}", 499 "path": "callsets/{callSetId}",
500 "request": { 500 "request": {
501 "$ref": "CallSet" 501 "$ref": "CallSet"
502 }, 502 },
503 "response": { 503 "response": {
(...skipping 983 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": "20160803", 1497 "revision": "20160824",
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