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

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

Issue 2159673002: Api-roll 39: 2016-07-18 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 4 years, 5 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/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/dRlyMxJrL2EQCAcvP4wfLx3yzig\"", 29 "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/yu-G8RApkq9KATw28Rdkz2eBsto\"",
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 684 matching lines...) Expand 10 before | Expand all | Expand 10 after
724 "response": { 724 "response": {
725 "$ref": "Operation" 725 "$ref": "Operation"
726 }, 726 },
727 "scopes": [ 727 "scopes": [
728 "https://www.googleapis.com/auth/cloud-platform", 728 "https://www.googleapis.com/auth/cloud-platform",
729 "https://www.googleapis.com/auth/devstorage.read_write", 729 "https://www.googleapis.com/auth/devstorage.read_write",
730 "https://www.googleapis.com/auth/genomics" 730 "https://www.googleapis.com/auth/genomics"
731 ] 731 ]
732 }, 732 },
733 "export": { 733 "export": {
734 "description": "Exports a read group set to a BAM file in Go ogle Cloud Storage. For the definitions of read group sets and other genomics re sources, see [Fundamentals of Google Genomics](https://cloud.google.com/genomics /fundamentals-of-google-genomics) Note that currently there may be some differen ces between exported BAM files and the original BAM file at the time of import. See [ImportReadGroupSets](google.genomics.v1.ReadServiceV1.ImportReadGroupSets) for caveats.", 734 "description": "Exports a read group set to a BAM file in Go ogle Cloud Storage. For the definitions of read group sets and other genomics re sources, see [Fundamentals of Google Genomics](https://cloud.google.com/genomics /fundamentals-of-google-genomics) Note that currently there may be some differen ces between exported BAM files and the original BAM file at the time of import. See ImportReadGroupSets for caveats.",
735 "httpMethod": "POST", 735 "httpMethod": "POST",
736 "id": "genomics.readgroupsets.export", 736 "id": "genomics.readgroupsets.export",
737 "parameterOrder": [ 737 "parameterOrder": [
738 "readGroupSetId" 738 "readGroupSetId"
739 ], 739 ],
740 "parameters": { 740 "parameters": {
741 "readGroupSetId": { 741 "readGroupSetId": {
742 "description": "Required. The ID of the read group s et to export. The caller must have READ access to this read group set.", 742 "description": "Required. The ID of the read group s et to export. The caller must have READ access to this read group set.",
743 "location": "path", 743 "location": "path",
744 "required": true, 744 "required": true,
(...skipping 786 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": "20160622", 1541 "revision": "20160714",
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 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
1960 "type": "integer" 1960 "type": "integer"
1961 }, 1961 },
1962 "message": { 1962 "message": {
1963 "description": "A developer-facing error message, which shou ld be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.", 1963 "description": "A developer-facing error message, which shou ld be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.",
1964 "type": "string" 1964 "type": "string"
1965 }, 1965 },
1966 "details": { 1966 "details": {
1967 "description": "A list of messages that carry the error deta ils. There will be a common set of message types for APIs to use.", 1967 "description": "A list of messages that carry the error deta ils. There will be a common set of message types for APIs to use.",
1968 "items": { 1968 "items": {
1969 "additionalProperties": { 1969 "additionalProperties": {
1970 "description": "Properties of the object. Contains f ield @ype with type URL.", 1970 "description": "Properties of the object. Contains f ield @type with type URL.",
1971 "type": "any" 1971 "type": "any"
1972 }, 1972 },
1973 "type": "object" 1973 "type": "object"
1974 }, 1974 },
1975 "type": "array" 1975 "type": "array"
1976 } 1976 }
1977 }, 1977 },
1978 "type": "object" 1978 "type": "object"
1979 }, 1979 },
1980 "SearchAnnotationsRequest": { 1980 "SearchAnnotationsRequest": {
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
2168 "Operation": { 2168 "Operation": {
2169 "description": "This resource represents a long-running operation th at is the result of a network API call.", 2169 "description": "This resource represents a long-running operation th at is the result of a network API call.",
2170 "id": "Operation", 2170 "id": "Operation",
2171 "properties": { 2171 "properties": {
2172 "name": { 2172 "name": {
2173 "description": "The server-assigned name, which is only uniq ue within the same service that originally returns it. For example: `operations/ CJHU7Oi_ChDrveSpBRjfuL-qzoWAgEw`", 2173 "description": "The server-assigned name, which is only uniq ue within the same service that originally returns it. For example: `operations/ CJHU7Oi_ChDrveSpBRjfuL-qzoWAgEw`",
2174 "type": "string" 2174 "type": "string"
2175 }, 2175 },
2176 "metadata": { 2176 "metadata": {
2177 "additionalProperties": { 2177 "additionalProperties": {
2178 "description": "Properties of the object. Contains field @ype with type URL.", 2178 "description": "Properties of the object. Contains field @type with type URL.",
2179 "type": "any" 2179 "type": "any"
2180 }, 2180 },
2181 "description": "An OperationMetadata object. This will alway s be returned with the Operation.", 2181 "description": "An OperationMetadata object. This will alway s be returned with the Operation.",
2182 "type": "object" 2182 "type": "object"
2183 }, 2183 },
2184 "done": { 2184 "done": {
2185 "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.", 2185 "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.",
2186 "type": "boolean" 2186 "type": "boolean"
2187 }, 2187 },
2188 "error": { 2188 "error": {
2189 "$ref": "Status", 2189 "$ref": "Status",
2190 "description": "The error result of the operation in case of failure." 2190 "description": "The error result of the operation in case of failure."
2191 }, 2191 },
2192 "response": { 2192 "response": {
2193 "additionalProperties": { 2193 "additionalProperties": {
2194 "description": "Properties of the object. Contains field @ype with type URL.", 2194 "description": "Properties of the object. Contains field @type with type URL.",
2195 "type": "any" 2195 "type": "any"
2196 }, 2196 },
2197 "description": "If importing ReadGroupSets, an ImportReadGro upSetsResponse is returned. If importing Variants, an ImportVariantsResponse is returned. For exports, an empty response is returned.", 2197 "description": "If importing ReadGroupSets, an ImportReadGro upSetsResponse is returned. If importing Variants, an ImportVariantsResponse is returned. For exports, an empty response is returned.",
2198 "type": "object" 2198 "type": "object"
2199 } 2199 }
2200 }, 2200 },
2201 "type": "object" 2201 "type": "object"
2202 }, 2202 },
2203 "ListOperationsResponse": { 2203 "ListOperationsResponse": {
2204 "description": "The response message for Operations.ListOperations." , 2204 "description": "The response message for Operations.ListOperations." ,
(...skipping 1431 matching lines...) Expand 10 before | Expand all | Expand 10 after
3636 "startTime": { 3636 "startTime": {
3637 "description": "The time at which the job began to run.", 3637 "description": "The time at which the job began to run.",
3638 "type": "string" 3638 "type": "string"
3639 }, 3639 },
3640 "endTime": { 3640 "endTime": {
3641 "description": "The time at which the job stopped running.", 3641 "description": "The time at which the job stopped running.",
3642 "type": "string" 3642 "type": "string"
3643 }, 3643 },
3644 "request": { 3644 "request": {
3645 "additionalProperties": { 3645 "additionalProperties": {
3646 "description": "Properties of the object. Contains field @ype with type URL.", 3646 "description": "Properties of the object. Contains field @type with type URL.",
3647 "type": "any" 3647 "type": "any"
3648 }, 3648 },
3649 "description": "The original request that started the operat ion. Note that this will be in current version of the API. If the operation was started with v1beta2 API and a GetOperation is performed on v1 API, a v1 request will be returned.", 3649 "description": "The original request that started the operat ion. Note that this will be in current version of the API. If the operation was started with v1beta2 API and a GetOperation is performed on v1 API, a v1 request will be returned.",
3650 "type": "object" 3650 "type": "object"
3651 }, 3651 },
3652 "events": { 3652 "events": {
3653 "description": "Optional event messages that were generated during the job's execution. This also contains any warnings that were generated during import or export.", 3653 "description": "Optional event messages that were generated during the job's execution. This also contains any warnings that were generated during import or export.",
3654 "items": { 3654 "items": {
3655 "$ref": "OperationEvent" 3655 "$ref": "OperationEvent"
3656 }, 3656 },
3657 "type": "array" 3657 "type": "array"
3658 }, 3658 },
3659 "clientId": { 3659 "clientId": {
3660 "description": "Optionally provided by the caller when submi tting the request that creates the operation.", 3660 "description": "Optionally provided by the caller when submi tting the request that creates the operation.",
3661 "type": "string" 3661 "type": "string"
3662 }, 3662 },
3663 "runtimeMetadata": { 3663 "runtimeMetadata": {
3664 "additionalProperties": { 3664 "additionalProperties": {
3665 "description": "Properties of the object. Contains field @ype with type URL.", 3665 "description": "Properties of the object. Contains field @type with type URL.",
3666 "type": "any" 3666 "type": "any"
3667 }, 3667 },
3668 "description": "Runtime metadata on this Operation.", 3668 "description": "Runtime metadata on this Operation.",
3669 "type": "object" 3669 "type": "object"
3670 } 3670 }
3671 }, 3671 },
3672 "type": "object" 3672 "type": "object"
3673 }, 3673 },
3674 "OperationEvent": { 3674 "OperationEvent": {
3675 "description": "An event that occurred during an Operation.", 3675 "description": "An event that occurred during an Operation.",
(...skipping 49 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/gmail__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698