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

Side by Side Diff: discovery/googleapis/genomics__v1.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
« no previous file with comments | « discovery/googleapis/games__v1.json ('k') | discovery/googleapis/gmail__v1.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/-uskoNWve9HRJ6Bj84XG9zPKo3o\"", 29 "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/jo14IJ9oMjJmju16_ICU62ty30c\"",
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 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 } 370 }
371 }, 371 },
372 "datasets": { 372 "datasets": {
373 "methods": { 373 "methods": {
374 "list": { 374 "list": {
375 "description": "Lists datasets within a project. For the def initions of datasets and other genomics resources, see [Fundamentals of Google G enomics](https://cloud.google.com/genomics/fundamentals-of-google-genomics)", 375 "description": "Lists datasets within a project. For the def initions of datasets and other genomics resources, see [Fundamentals of Google G enomics](https://cloud.google.com/genomics/fundamentals-of-google-genomics)",
376 "httpMethod": "GET", 376 "httpMethod": "GET",
377 "id": "genomics.datasets.list", 377 "id": "genomics.datasets.list",
378 "parameters": { 378 "parameters": {
379 "projectId": { 379 "projectId": {
380 "description": "Required. The project to list datase ts for.", 380 "description": "Required. The Google Cloud project I D to list datasets for.",
381 "location": "query", 381 "location": "query",
382 "type": "string" 382 "type": "string"
383 }, 383 },
384 "pageSize": { 384 "pageSize": {
385 "description": "The maximum number of results to ret urn in a single page. If unspecified, defaults to 50. The maximum value is 1024. ", 385 "description": "The maximum number of results to ret urn in a single page. If unspecified, defaults to 50. The maximum value is 1024. ",
386 "format": "int32", 386 "format": "int32",
387 "location": "query", 387 "location": "query",
388 "type": "integer" 388 "type": "integer"
389 }, 389 },
390 "pageToken": { 390 "pageToken": {
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
531 "description": "Sets the access control policy on the specif ied dataset. Replaces any existing policy. For the definitions of datasets and o ther genomics resources, see [Fundamentals of Google Genomics](https://cloud.goo gle.com/genomics/fundamentals-of-google-genomics) See Setting a Policy for more information.", 531 "description": "Sets the access control policy on the specif ied dataset. Replaces any existing policy. For the definitions of datasets and o ther genomics resources, see [Fundamentals of Google Genomics](https://cloud.goo gle.com/genomics/fundamentals-of-google-genomics) See Setting a Policy for more information.",
532 "httpMethod": "POST", 532 "httpMethod": "POST",
533 "id": "genomics.datasets.setIamPolicy", 533 "id": "genomics.datasets.setIamPolicy",
534 "parameterOrder": [ 534 "parameterOrder": [
535 "resource" 535 "resource"
536 ], 536 ],
537 "parameters": { 537 "parameters": {
538 "resource": { 538 "resource": {
539 "description": "REQUIRED: The resource for which pol icy is being specified. Format is `datasets/`.", 539 "description": "REQUIRED: The resource for which pol icy is being specified. Format is `datasets/`.",
540 "location": "path", 540 "location": "path",
541 "pattern": "^datasets/[^/]*$", 541 "pattern": "^datasets/[^/]+$",
542 "required": true, 542 "required": true,
543 "type": "string" 543 "type": "string"
544 } 544 }
545 }, 545 },
546 "path": "v1/{+resource}:setIamPolicy", 546 "path": "v1/{+resource}:setIamPolicy",
547 "request": { 547 "request": {
548 "$ref": "SetIamPolicyRequest" 548 "$ref": "SetIamPolicyRequest"
549 }, 549 },
550 "response": { 550 "response": {
551 "$ref": "Policy" 551 "$ref": "Policy"
552 }, 552 },
553 "scopes": [ 553 "scopes": [
554 "https://www.googleapis.com/auth/cloud-platform", 554 "https://www.googleapis.com/auth/cloud-platform",
555 "https://www.googleapis.com/auth/genomics" 555 "https://www.googleapis.com/auth/genomics"
556 ] 556 ]
557 }, 557 },
558 "getIamPolicy": { 558 "getIamPolicy": {
559 "description": "Gets the access control policy for the datas et. This is empty if the policy or resource does not exist. See Getting a Policy for more information. For the definitions of datasets and other genomics resour ces, see [Fundamentals of Google Genomics](https://cloud.google.com/genomics/fun damentals-of-google-genomics)", 559 "description": "Gets the access control policy for the datas et. This is empty if the policy or resource does not exist. See Getting a Policy for more information. For the definitions of datasets and other genomics resour ces, see [Fundamentals of Google Genomics](https://cloud.google.com/genomics/fun damentals-of-google-genomics)",
560 "httpMethod": "POST", 560 "httpMethod": "POST",
561 "id": "genomics.datasets.getIamPolicy", 561 "id": "genomics.datasets.getIamPolicy",
562 "parameterOrder": [ 562 "parameterOrder": [
563 "resource" 563 "resource"
564 ], 564 ],
565 "parameters": { 565 "parameters": {
566 "resource": { 566 "resource": {
567 "description": "REQUIRED: The resource for which pol icy is being specified. Format is `datasets/`.", 567 "description": "REQUIRED: The resource for which pol icy is being specified. Format is `datasets/`.",
568 "location": "path", 568 "location": "path",
569 "pattern": "^datasets/[^/]*$", 569 "pattern": "^datasets/[^/]+$",
570 "required": true, 570 "required": true,
571 "type": "string" 571 "type": "string"
572 } 572 }
573 }, 573 },
574 "path": "v1/{+resource}:getIamPolicy", 574 "path": "v1/{+resource}:getIamPolicy",
575 "request": { 575 "request": {
576 "$ref": "GetIamPolicyRequest" 576 "$ref": "GetIamPolicyRequest"
577 }, 577 },
578 "response": { 578 "response": {
579 "$ref": "Policy" 579 "$ref": "Policy"
580 }, 580 },
581 "scopes": [ 581 "scopes": [
582 "https://www.googleapis.com/auth/cloud-platform", 582 "https://www.googleapis.com/auth/cloud-platform",
583 "https://www.googleapis.com/auth/genomics" 583 "https://www.googleapis.com/auth/genomics"
584 ] 584 ]
585 }, 585 },
586 "testIamPermissions": { 586 "testIamPermissions": {
587 "description": "Returns permissions that a caller has on the specified resource. See Testing Permissions for more information. For the defin itions of datasets and other genomics resources, see [Fundamentals of Google Gen omics](https://cloud.google.com/genomics/fundamentals-of-google-genomics)", 587 "description": "Returns permissions that a caller has on the specified resource. See Testing Permissions for more information. For the defin itions of datasets and other genomics resources, see [Fundamentals of Google Gen omics](https://cloud.google.com/genomics/fundamentals-of-google-genomics)",
588 "httpMethod": "POST", 588 "httpMethod": "POST",
589 "id": "genomics.datasets.testIamPermissions", 589 "id": "genomics.datasets.testIamPermissions",
590 "parameterOrder": [ 590 "parameterOrder": [
591 "resource" 591 "resource"
592 ], 592 ],
593 "parameters": { 593 "parameters": {
594 "resource": { 594 "resource": {
595 "description": "REQUIRED: The resource for which pol icy is being specified. Format is `datasets/`.", 595 "description": "REQUIRED: The resource for which pol icy is being specified. Format is `datasets/`.",
596 "location": "path", 596 "location": "path",
597 "pattern": "^datasets/[^/]*$", 597 "pattern": "^datasets/[^/]+$",
598 "required": true, 598 "required": true,
599 "type": "string" 599 "type": "string"
600 } 600 }
601 }, 601 },
602 "path": "v1/{+resource}:testIamPermissions", 602 "path": "v1/{+resource}:testIamPermissions",
603 "request": { 603 "request": {
604 "$ref": "TestIamPermissionsRequest" 604 "$ref": "TestIamPermissionsRequest"
605 }, 605 },
606 "response": { 606 "response": {
607 "$ref": "TestIamPermissionsResponse" 607 "$ref": "TestIamPermissionsResponse"
608 }, 608 },
609 "scopes": [ 609 "scopes": [
610 "https://www.googleapis.com/auth/cloud-platform", 610 "https://www.googleapis.com/auth/cloud-platform",
611 "https://www.googleapis.com/auth/genomics" 611 "https://www.googleapis.com/auth/genomics"
612 ] 612 ]
613 } 613 }
614 } 614 }
615 }, 615 },
616 "operations": { 616 "operations": {
617 "methods": { 617 "methods": {
618 "get": {
619 "description": "Gets the latest state of a long-running oper ation. Clients can use this method to poll the operation result at intervals as recommended by the API service.",
620 "httpMethod": "GET",
621 "id": "genomics.operations.get",
622 "parameterOrder": [
623 "name"
624 ],
625 "parameters": {
626 "name": {
627 "description": "The name of the operation resource." ,
628 "location": "path",
629 "pattern": "^operations/.*$",
630 "required": true,
631 "type": "string"
632 }
633 },
634 "path": "v1/{+name}",
635 "response": {
636 "$ref": "Operation"
637 },
638 "scopes": [
639 "https://www.googleapis.com/auth/cloud-platform",
640 "https://www.googleapis.com/auth/genomics"
641 ]
642 },
643 "list": { 618 "list": {
644 "description": "Lists operations that match the specified fi lter in the request.", 619 "description": "Lists operations that match the specified fi lter in the request.",
645 "httpMethod": "GET", 620 "httpMethod": "GET",
646 "id": "genomics.operations.list", 621 "id": "genomics.operations.list",
647 "parameterOrder": [ 622 "parameterOrder": [
648 "name" 623 "name"
649 ], 624 ],
650 "parameters": { 625 "parameters": {
651 "name": { 626 "name": {
652 "description": "The name of the operation collection .", 627 "description": "The name of the operation collection .",
653 "location": "path", 628 "location": "path",
654 "pattern": "^operations$", 629 "pattern": "^operations$",
655 "required": true, 630 "required": true,
656 "type": "string" 631 "type": "string"
657 }, 632 },
658 "filter": { 633 "filter": {
659 "description": "A string for filtering Operations. T he following filter fields are supported: * projectId: Required. Corresponds to OperationMetadata.projectId. * createTime: The time this job was created, in sec onds from the [epoch](http://en.wikipedia.org/wiki/Unix_time). Can use `>=` and/ or `= 1432140000` * `projectId = my-project AND createTime >= 1432140000 AND cre ateTime <= 1432150000 AND status = RUNNING`", 634 "description": "A string for filtering Operations. T he following filter fields are supported: * projectId: Required. Corresponds to OperationMetadata.projectId. * createTime: The time this job was created, in sec onds from the [epoch](http://en.wikipedia.org/wiki/Unix_time). Can use `>=` and/ or `= 1432140000` * `projectId = my-project AND createTime >= 1432140000 AND cre ateTime <= 1432150000 AND status = RUNNING` * `projectId = my-project AND labels .color = *` * `projectId = my-project AND labels.color = red`",
660 "location": "query", 635 "location": "query",
661 "type": "string" 636 "type": "string"
662 }, 637 },
663 "pageSize": { 638 "pageSize": {
664 "description": "The maximum number of results to ret urn. If unspecified, defaults to 256. The maximum value is 2048.", 639 "description": "The maximum number of results to ret urn. If unspecified, defaults to 256. The maximum value is 2048.",
665 "format": "int32", 640 "format": "int32",
666 "location": "query", 641 "location": "query",
667 "type": "integer" 642 "type": "integer"
668 }, 643 },
669 "pageToken": { 644 "pageToken": {
670 "description": "The standard list page token.", 645 "description": "The standard list page token.",
671 "location": "query", 646 "location": "query",
672 "type": "string" 647 "type": "string"
673 } 648 }
674 }, 649 },
675 "path": "v1/{+name}", 650 "path": "v1/{+name}",
676 "response": { 651 "response": {
677 "$ref": "ListOperationsResponse" 652 "$ref": "ListOperationsResponse"
678 }, 653 },
679 "scopes": [ 654 "scopes": [
680 "https://www.googleapis.com/auth/cloud-platform", 655 "https://www.googleapis.com/auth/cloud-platform",
681 "https://www.googleapis.com/auth/genomics" 656 "https://www.googleapis.com/auth/genomics"
682 ] 657 ]
683 }, 658 },
659 "get": {
660 "description": "Gets the latest state of a long-running oper ation. Clients can use this method to poll the operation result at intervals as recommended by the API service.",
661 "httpMethod": "GET",
662 "id": "genomics.operations.get",
663 "parameterOrder": [
664 "name"
665 ],
666 "parameters": {
667 "name": {
668 "description": "The name of the operation resource." ,
669 "location": "path",
670 "pattern": "^operations/.+$",
671 "required": true,
672 "type": "string"
673 }
674 },
675 "path": "v1/{+name}",
676 "response": {
677 "$ref": "Operation"
678 },
679 "scopes": [
680 "https://www.googleapis.com/auth/cloud-platform",
681 "https://www.googleapis.com/auth/genomics"
682 ]
683 },
684 "cancel": { 684 "cancel": {
685 "description": "Starts asynchronous cancellation on a long-r unning operation. The server makes a best effort to cancel the operation, but su ccess is not guaranteed. Clients may use Operations.GetOperation or Operations.L istOperations to check whether the cancellation succeeded or the operation compl eted despite cancellation.", 685 "description": "Starts asynchronous cancellation on a long-r unning operation. The server makes a best effort to cancel the operation, but su ccess is not guaranteed. Clients may use Operations.GetOperation or Operations.L istOperations to check whether the cancellation succeeded or the operation compl eted despite cancellation.",
686 "httpMethod": "POST", 686 "httpMethod": "POST",
687 "id": "genomics.operations.cancel", 687 "id": "genomics.operations.cancel",
688 "parameterOrder": [ 688 "parameterOrder": [
689 "name" 689 "name"
690 ], 690 ],
691 "parameters": { 691 "parameters": {
692 "name": { 692 "name": {
693 "description": "The name of the operation resource t o be cancelled.", 693 "description": "The name of the operation resource t o be cancelled.",
694 "location": "path", 694 "location": "path",
695 "pattern": "^operations/.*$", 695 "pattern": "^operations/.+$",
696 "required": true, 696 "required": true,
697 "type": "string" 697 "type": "string"
698 } 698 }
699 }, 699 },
700 "path": "v1/{+name}:cancel", 700 "path": "v1/{+name}:cancel",
701 "request": { 701 "request": {
702 "$ref": "CancelOperationRequest" 702 "$ref": "CancelOperationRequest"
703 }, 703 },
704 "response": { 704 "response": {
705 "$ref": "Empty" 705 "$ref": "Empty"
(...skipping 825 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": "20160824", 1541 "revision": "20160928",
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 506 matching lines...) Expand 10 before | Expand all | Expand 10 after
2058 }, 2058 },
2059 "Dataset": { 2059 "Dataset": {
2060 "description": "A Dataset is a collection of genomic data. For more genomics resource definitions, see [Fundamentals of Google Genomics](https://clo ud.google.com/genomics/fundamentals-of-google-genomics)", 2060 "description": "A Dataset is a collection of genomic data. For more genomics resource definitions, see [Fundamentals of Google Genomics](https://clo ud.google.com/genomics/fundamentals-of-google-genomics)",
2061 "id": "Dataset", 2061 "id": "Dataset",
2062 "properties": { 2062 "properties": {
2063 "id": { 2063 "id": {
2064 "description": "The server-generated dataset ID, unique acro ss all datasets.", 2064 "description": "The server-generated dataset ID, unique acro ss all datasets.",
2065 "type": "string" 2065 "type": "string"
2066 }, 2066 },
2067 "projectId": { 2067 "projectId": {
2068 "description": "The Google Developers Console project ID tha t this dataset belongs to.", 2068 "description": "The Google Cloud project ID that this datase t belongs to.",
2069 "type": "string" 2069 "type": "string"
2070 }, 2070 },
2071 "name": { 2071 "name": {
2072 "description": "The dataset name.", 2072 "description": "The dataset name.",
2073 "type": "string" 2073 "type": "string"
2074 }, 2074 },
2075 "createTime": { 2075 "createTime": {
2076 "description": "The time this dataset was created, in second s from the epoch.", 2076 "description": "The time this dataset was created, in second s from the epoch.",
2077 "type": "string" 2077 "type": "string"
2078 } 2078 }
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
2162 "permissions": { 2162 "permissions": {
2163 "description": "A subset of `TestPermissionsRequest.permissi ons` that the caller is allowed.", 2163 "description": "A subset of `TestPermissionsRequest.permissi ons` that the caller is allowed.",
2164 "items": { 2164 "items": {
2165 "type": "string" 2165 "type": "string"
2166 }, 2166 },
2167 "type": "array" 2167 "type": "array"
2168 } 2168 }
2169 }, 2169 },
2170 "type": "object" 2170 "type": "object"
2171 }, 2171 },
2172 "ListOperationsResponse": {
2173 "description": "The response message for Operations.ListOperations." ,
2174 "id": "ListOperationsResponse",
2175 "properties": {
2176 "operations": {
2177 "description": "A list of operations that matches the specif ied filter in the request.",
2178 "items": {
2179 "$ref": "Operation"
2180 },
2181 "type": "array"
2182 },
2183 "nextPageToken": {
2184 "description": "The standard List next-page token.",
2185 "type": "string"
2186 }
2187 },
2188 "type": "object"
2189 },
2172 "Operation": { 2190 "Operation": {
2173 "description": "This resource represents a long-running operation th at is the result of a network API call.", 2191 "description": "This resource represents a long-running operation th at is the result of a network API call.",
2174 "id": "Operation", 2192 "id": "Operation",
2175 "properties": { 2193 "properties": {
2176 "name": { 2194 "name": {
2177 "description": "The server-assigned name, which is only uniq ue within the same service that originally returns it. For example: `operations/ CJHU7Oi_ChDrveSpBRjfuL-qzoWAgEw`", 2195 "description": "The server-assigned name, which is only uniq ue within the same service that originally returns it. For example: `operations/ CJHU7Oi_ChDrveSpBRjfuL-qzoWAgEw`",
2178 "type": "string" 2196 "type": "string"
2179 }, 2197 },
2180 "metadata": { 2198 "metadata": {
2181 "additionalProperties": { 2199 "additionalProperties": {
2182 "description": "Properties of the object. Contains field @type with type URL.", 2200 "description": "Properties of the object. Contains field @type with type URL.",
2183 "type": "any" 2201 "type": "any"
2184 }, 2202 },
2185 "description": "An OperationMetadata object. This will alway s be returned with the Operation.", 2203 "description": "An OperationMetadata object. This will alway s be returned with the Operation.",
2186 "type": "object" 2204 "type": "object"
2187 }, 2205 },
2188 "done": { 2206 "done": {
2189 "description": "If the value is `false`, it means the operat ion is still in progress. If true, the operation is completed, and either `error ` or `response` is available.", 2207 "description": "If the value is `false`, it means the operat ion is still in progress. If true, the operation is completed, and either `error ` or `response` is available.",
2190 "type": "boolean" 2208 "type": "boolean"
2191 }, 2209 },
2192 "error": { 2210 "error": {
2193 "$ref": "Status", 2211 "$ref": "Status",
2194 "description": "The error result of the operation in case of failure." 2212 "description": "The error result of the operation in case of failure or cancellation."
2195 }, 2213 },
2196 "response": { 2214 "response": {
2197 "additionalProperties": { 2215 "additionalProperties": {
2198 "description": "Properties of the object. Contains field @type with type URL.", 2216 "description": "Properties of the object. Contains field @type with type URL.",
2199 "type": "any" 2217 "type": "any"
2200 }, 2218 },
2201 "description": "If importing ReadGroupSets, an ImportReadGro upSetsResponse is returned. If importing Variants, an ImportVariantsResponse is returned. For exports, an empty response is returned.", 2219 "description": "If importing ReadGroupSets, an ImportReadGro upSetsResponse is returned. If importing Variants, an ImportVariantsResponse is returned. For exports, an empty response is returned.",
2202 "type": "object" 2220 "type": "object"
2203 } 2221 }
2204 }, 2222 },
2205 "type": "object" 2223 "type": "object"
2206 }, 2224 },
2207 "ListOperationsResponse": {
2208 "description": "The response message for Operations.ListOperations." ,
2209 "id": "ListOperationsResponse",
2210 "properties": {
2211 "operations": {
2212 "description": "A list of operations that matches the specif ied filter in the request.",
2213 "items": {
2214 "$ref": "Operation"
2215 },
2216 "type": "array"
2217 },
2218 "nextPageToken": {
2219 "description": "The standard List next-page token.",
2220 "type": "string"
2221 }
2222 },
2223 "type": "object"
2224 },
2225 "CancelOperationRequest": { 2225 "CancelOperationRequest": {
2226 "description": "The request message for Operations.CancelOperation." , 2226 "description": "The request message for Operations.CancelOperation." ,
2227 "id": "CancelOperationRequest", 2227 "id": "CancelOperationRequest",
2228 "type": "object" 2228 "type": "object"
2229 }, 2229 },
2230 "ImportReadGroupSetsRequest": { 2230 "ImportReadGroupSetsRequest": {
2231 "description": "The read group set import request.", 2231 "description": "The read group set import request.",
2232 "id": "ImportReadGroupSetsRequest", 2232 "id": "ImportReadGroupSetsRequest",
2233 "properties": { 2233 "properties": {
2234 "datasetId": { 2234 "datasetId": {
(...skipping 21 matching lines...) Expand all
2256 "type": "string" 2256 "type": "string"
2257 } 2257 }
2258 }, 2258 },
2259 "type": "object" 2259 "type": "object"
2260 }, 2260 },
2261 "ExportReadGroupSetRequest": { 2261 "ExportReadGroupSetRequest": {
2262 "description": "The read group set export request.", 2262 "description": "The read group set export request.",
2263 "id": "ExportReadGroupSetRequest", 2263 "id": "ExportReadGroupSetRequest",
2264 "properties": { 2264 "properties": {
2265 "projectId": { 2265 "projectId": {
2266 "description": "Required. The Google Developers Console proj ect ID that owns this export. The caller must have WRITE access to this project. ", 2266 "description": "Required. The Google Cloud project ID that o wns this export. The caller must have WRITE access to this project.",
2267 "type": "string" 2267 "type": "string"
2268 }, 2268 },
2269 "exportUri": { 2269 "exportUri": {
2270 "description": "Required. A Google Cloud Storage URI for the exported BAM file. The currently authenticated user must have write access to t he new file. An error will be returned if the URI already contains data.", 2270 "description": "Required. A Google Cloud Storage URI for the exported BAM file. The currently authenticated user must have write access to t he new file. An error will be returned if the URI already contains data.",
2271 "type": "string" 2271 "type": "string"
2272 }, 2272 },
2273 "referenceNames": { 2273 "referenceNames": {
2274 "description": "The reference names to export. If this is no t specified, all reference sequences, including unmapped reads, are exported. Us e `*` to export only unmapped reads.", 2274 "description": "The reference names to export. If this is no t specified, all reference sequences, including unmapped reads, are exported. Us e `*` to export only unmapped reads.",
2275 "items": { 2275 "items": {
2276 "type": "string" 2276 "type": "string"
(...skipping 478 matching lines...) Expand 10 before | Expand all | Expand 10 after
2755 "type": "string" 2755 "type": "string"
2756 } 2756 }
2757 }, 2757 },
2758 "type": "object" 2758 "type": "object"
2759 }, 2759 },
2760 "StreamReadsRequest": { 2760 "StreamReadsRequest": {
2761 "description": "The stream reads request.", 2761 "description": "The stream reads request.",
2762 "id": "StreamReadsRequest", 2762 "id": "StreamReadsRequest",
2763 "properties": { 2763 "properties": {
2764 "projectId": { 2764 "projectId": {
2765 "description": "The Google Developers Console project ID or number which will be billed for this access. The caller must have WRITE access t o this project. Required.", 2765 "description": "The Google Cloud project ID which will be bi lled for this access. The caller must have WRITE access to this project. Require d.",
2766 "type": "string" 2766 "type": "string"
2767 }, 2767 },
2768 "readGroupSetId": { 2768 "readGroupSetId": {
2769 "description": "The ID of the read group set from which to s tream reads.", 2769 "description": "The ID of the read group set from which to s tream reads.",
2770 "type": "string" 2770 "type": "string"
2771 }, 2771 },
2772 "referenceName": { 2772 "referenceName": {
2773 "description": "The reference sequence name, for example `ch r1`, `1`, or `chrX`. If set to *, only unmapped reads are returned.", 2773 "description": "The reference sequence name, for example `ch r1`, `1`, or `chrX`. If set to *, only unmapped reads are returned.",
2774 "type": "string" 2774 "type": "string"
2775 }, 2775 },
(...skipping 771 matching lines...) Expand 10 before | Expand all | Expand 10 after
3547 "type": "object" 3547 "type": "object"
3548 } 3548 }
3549 }, 3549 },
3550 "type": "object" 3550 "type": "object"
3551 }, 3551 },
3552 "StreamVariantsRequest": { 3552 "StreamVariantsRequest": {
3553 "description": "The stream variants request.", 3553 "description": "The stream variants request.",
3554 "id": "StreamVariantsRequest", 3554 "id": "StreamVariantsRequest",
3555 "properties": { 3555 "properties": {
3556 "projectId": { 3556 "projectId": {
3557 "description": "The Google Developers Console project ID or number which will be billed for this access. The caller must have WRITE access t o this project. Required.", 3557 "description": "The Google Cloud project ID which will be bi lled for this access. The caller must have WRITE access to this project. Require d.",
3558 "type": "string" 3558 "type": "string"
3559 }, 3559 },
3560 "variantSetId": { 3560 "variantSetId": {
3561 "description": "The variant set ID from which to stream vari ants.", 3561 "description": "The variant set ID from which to stream vari ants.",
3562 "type": "string" 3562 "type": "string"
3563 }, 3563 },
3564 "callSetIds": { 3564 "callSetIds": {
3565 "description": "Only return variant calls which belong to ca ll sets with these IDs. Leaving this blank returns all variant calls.", 3565 "description": "Only return variant calls which belong to ca ll sets with these IDs. Leaving this blank returns all variant calls.",
3566 "items": { 3566 "items": {
3567 "type": "string" 3567 "type": "string"
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
3654 "type": "object" 3654 "type": "object"
3655 }, 3655 },
3656 "events": { 3656 "events": {
3657 "description": "Optional event messages that were generated during the job's execution. This also contains any warnings that were generated during import or export.", 3657 "description": "Optional event messages that were generated during the job's execution. This also contains any warnings that were generated during import or export.",
3658 "items": { 3658 "items": {
3659 "$ref": "OperationEvent" 3659 "$ref": "OperationEvent"
3660 }, 3660 },
3661 "type": "array" 3661 "type": "array"
3662 }, 3662 },
3663 "clientId": { 3663 "clientId": {
3664 "description": "Optionally provided by the caller when submi tting the request that creates the operation.", 3664 "description": "This field is deprecated. Use `labels` inste ad. Optionally provided by the caller when submitting the request that creates t he operation.",
3665 "type": "string" 3665 "type": "string"
3666 }, 3666 },
3667 "runtimeMetadata": { 3667 "runtimeMetadata": {
3668 "additionalProperties": { 3668 "additionalProperties": {
3669 "description": "Properties of the object. Contains field @type with type URL.", 3669 "description": "Properties of the object. Contains field @type with type URL.",
3670 "type": "any" 3670 "type": "any"
3671 }, 3671 },
3672 "description": "Runtime metadata on this Operation.", 3672 "description": "Runtime metadata on this Operation.",
3673 "type": "object" 3673 "type": "object"
3674 },
3675 "labels": {
3676 "additionalProperties": {
3677 "type": "string"
3678 },
3679 "description": "Optionally provided by the caller when submi tting the request that creates the operation.",
3680 "type": "object"
3674 } 3681 }
3675 }, 3682 },
3676 "type": "object" 3683 "type": "object"
3677 }, 3684 },
3678 "OperationEvent": { 3685 "OperationEvent": {
3679 "description": "An event that occurred during an Operation.", 3686 "description": "An event that occurred during an Operation.",
3680 "id": "OperationEvent", 3687 "id": "OperationEvent",
3681 "properties": { 3688 "properties": {
3682 "startTime": { 3689 "startTime": {
3683 "description": "Optional time of when event started.", 3690 "description": "Optional time of when event started.",
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
3729 "type": "array" 3736 "type": "array"
3730 } 3737 }
3731 }, 3738 },
3732 "type": "object" 3739 "type": "object"
3733 } 3740 }
3734 }, 3741 },
3735 "servicePath": "", 3742 "servicePath": "",
3736 "title": "Genomics API", 3743 "title": "Genomics API",
3737 "version": "v1" 3744 "version": "v1"
3738 } 3745 }
OLDNEW
« no previous file with comments | « discovery/googleapis/games__v1.json ('k') | discovery/googleapis/gmail__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698