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

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

Issue 635343003: Api roll 3: 2014-10-08 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Updated CHANGELOG.md for the googleapis package Created 6 years, 2 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/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": "\"uUWyYHXmEn-ab7WLvo8qNz2S8ws/JbtSbt7h4k1-H-5yVc1lnMxsqb4\"", 26 "etag": "\"8MqRhZzx1kw0pwpjahVJEB3eI6w/KuyG9Uj3SRA52u3K-KvNS1fR_Xw\"",
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 777 matching lines...) Expand 10 before | Expand all | Expand 10 after
814 "path": "variants/{variantId}", 814 "path": "variants/{variantId}",
815 "response": { 815 "response": {
816 "$ref": "Variant" 816 "$ref": "Variant"
817 }, 817 },
818 "scopes": [ 818 "scopes": [
819 "https://www.googleapis.com/auth/genomics", 819 "https://www.googleapis.com/auth/genomics",
820 "https://www.googleapis.com/auth/genomics.readonly" 820 "https://www.googleapis.com/auth/genomics.readonly"
821 ] 821 ]
822 }, 822 },
823 "import": { 823 "import": {
824 "description": "Creates variant data by asynchronously impor ting the provided information. If the destination variant set already contains d ata, new variants will be merged according to the behavior of mergeVariants.", 824 "description": "Creates variant data by asynchronously impor ting the provided information. The variants for import will be merged with any e xisting data and each other according to the behavior of mergeVariants. In parti cular, this means for merged VCF variants that have conflicting INFO fields, som e data will be arbitrarily discarded. As a special case, for single-sample VCF f iles, QUAL and FILTER fields will be moved to the call level; these are sometime s interpreted in a call-specific context. Imported VCF headers are appended to t he metadata already in a VariantSet.",
825 "httpMethod": "POST", 825 "httpMethod": "POST",
826 "id": "genomics.variants.import", 826 "id": "genomics.variants.import",
827 "path": "variants/import", 827 "path": "variants/import",
828 "request": { 828 "request": {
829 "$ref": "ImportVariantsRequest" 829 "$ref": "ImportVariantsRequest"
830 }, 830 },
831 "response": { 831 "response": {
832 "$ref": "ImportVariantsResponse" 832 "$ref": "ImportVariantsResponse"
833 }, 833 },
834 "scopes": [ 834 "scopes": [
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
936 "parameters": { 936 "parameters": {
937 "variantSetId": { 937 "variantSetId": {
938 "description": "The destination variant set.", 938 "description": "The destination variant set.",
939 "location": "path", 939 "location": "path",
940 "required": true, 940 "required": true,
941 "type": "string" 941 "type": "string"
942 } 942 }
943 }, 943 },
944 "path": "variantsets/{variantSetId}/mergeVariants", 944 "path": "variantsets/{variantSetId}/mergeVariants",
945 "request": { 945 "request": {
946 "$ref": "Variant" 946 "$ref": "MergeVariantsRequest"
947 } 947 }
948 }, 948 },
949 "search": { 949 "search": {
950 "description": "Returns a list of all variant sets matching search criteria.", 950 "description": "Returns a list of all variant sets matching search criteria.",
951 "httpMethod": "POST", 951 "httpMethod": "POST",
952 "id": "genomics.variantsets.search", 952 "id": "genomics.variantsets.search",
953 "path": "variantsets/search", 953 "path": "variantsets/search",
954 "request": { 954 "request": {
955 "$ref": "SearchVariantSetsRequest" 955 "$ref": "SearchVariantSetsRequest"
956 }, 956 },
957 "response": { 957 "response": {
958 "$ref": "SearchVariantSetsResponse" 958 "$ref": "SearchVariantSetsResponse"
959 }, 959 },
960 "scopes": [ 960 "scopes": [
961 "https://www.googleapis.com/auth/genomics", 961 "https://www.googleapis.com/auth/genomics",
962 "https://www.googleapis.com/auth/genomics.readonly" 962 "https://www.googleapis.com/auth/genomics.readonly"
963 ] 963 ]
964 } 964 }
965 } 965 }
966 } 966 }
967 }, 967 },
968 "revision": "20140924", 968 "revision": "20141001",
969 "rootUrl": "https://www.googleapis.com/", 969 "rootUrl": "https://www.googleapis.com/",
970 "schemas": { 970 "schemas": {
971 "Beacon": { 971 "Beacon": {
972 "description": "A beacon represents whether any variant call in a va riant set has a specific allele at a particular position.", 972 "description": "A beacon represents whether any variant call in a va riant set has a specific allele at a particular position.",
973 "id": "Beacon", 973 "id": "Beacon",
974 "properties": { 974 "properties": {
975 "exists": { 975 "exists": {
976 "description": "True if the allele exists on any variant cal l, false otherwise.", 976 "description": "True if the allele exists on any variant cal l, false otherwise.",
977 "type": "boolean" 977 "type": "boolean"
978 } 978 }
(...skipping 591 matching lines...) Expand 10 before | Expand all | Expand 10 after
1570 }, 1570 },
1571 "type": "array" 1571 "type": "array"
1572 }, 1572 },
1573 "nextPageToken": { 1573 "nextPageToken": {
1574 "description": "The continuation token, which is used to pag e through large result sets. Provide this value in a subsequent request to retur n the next page of results. This field will be empty if there aren't any additio nal results.", 1574 "description": "The continuation token, which is used to pag e through large result sets. Provide this value in a subsequent request to retur n the next page of results. This field will be empty if there aren't any additio nal results.",
1575 "type": "string" 1575 "type": "string"
1576 } 1576 }
1577 }, 1577 },
1578 "type": "object" 1578 "type": "object"
1579 }, 1579 },
1580 "MergeVariantsRequest": {
1581 "id": "MergeVariantsRequest",
1582 "properties": {
1583 "variants": {
1584 "description": "The variants to be merged with existing vari ants.",
1585 "items": {
1586 "$ref": "Variant"
1587 },
1588 "type": "array"
1589 }
1590 },
1591 "type": "object"
1592 },
1580 "Metadata": { 1593 "Metadata": {
1581 "description": "Metadata describes a single piece of variant call me tadata. These data include a top level key and either a single value string (val ue) or a list of key-value pairs (info.) Value and info are mutually exclusive." , 1594 "description": "Metadata describes a single piece of variant call me tadata. These data include a top level key and either a single value string (val ue) or a list of key-value pairs (info.) Value and info are mutually exclusive." ,
1582 "id": "Metadata", 1595 "id": "Metadata",
1583 "properties": { 1596 "properties": {
1584 "description": { 1597 "description": {
1585 "description": "A textual description of this metadata.", 1598 "description": "A textual description of this metadata.",
1586 "type": "string" 1599 "type": "string"
1587 }, 1600 },
1588 "id": { 1601 "id": {
1589 "description": "User-provided ID field, not enforced by this API. Two or more pieces of structured metadata with identical id and key fields are considered equivalent.", 1602 "description": "User-provided ID field, not enforced by this API. Two or more pieces of structured metadata with identical id and key fields are considered equivalent.",
(...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after
2126 "type": "array" 2139 "type": "array"
2127 } 2140 }
2128 }, 2141 },
2129 "type": "object" 2142 "type": "object"
2130 }, 2143 },
2131 "SearchVariantsRequest": { 2144 "SearchVariantsRequest": {
2132 "description": "The variant search request.", 2145 "description": "The variant search request.",
2133 "id": "SearchVariantsRequest", 2146 "id": "SearchVariantsRequest",
2134 "properties": { 2147 "properties": {
2135 "callSetIds": { 2148 "callSetIds": {
2136 "description": "Only return variant calls which belong to ca ll sets with these ids. Leaving this blank returns all variant calls.", 2149 "description": "Only return variant calls which belong to ca ll sets with these ids. Leaving this blank returns all variant calls. If a varia nt has no calls belonging to any of these call sets, it won't be returned at all . Currently, variants with no calls from any call set will never be returned.",
2137 "items": { 2150 "items": {
2138 "type": "string" 2151 "type": "string"
2139 }, 2152 },
2140 "type": "array" 2153 "type": "array"
2141 }, 2154 },
2142 "end": { 2155 "end": {
2143 "description": "Required. The end of the window (0-based, ex clusive) for which overlapping variants should be returned.", 2156 "description": "Required. The end of the window (0-based, ex clusive) for which overlapping variants should be returned.",
2144 "format": "int64", 2157 "format": "int64",
2145 "type": "string" 2158 "type": "string"
2146 }, 2159 },
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
2308 "type": "array" 2321 "type": "array"
2309 } 2322 }
2310 }, 2323 },
2311 "type": "object" 2324 "type": "object"
2312 } 2325 }
2313 }, 2326 },
2314 "servicePath": "genomics/v1beta/", 2327 "servicePath": "genomics/v1beta/",
2315 "title": "Genomics API", 2328 "title": "Genomics API",
2316 "version": "v1beta" 2329 "version": "v1beta"
2317 } 2330 }
OLDNEW
« no previous file with comments | « discovery/googleapis_beta/dns__v1beta1.json ('k') | discovery/googleapis_beta/manager__v1beta2.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698