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

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

Issue 595873002: Api roll 1: 2014-09-23 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 6 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/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/x23R38eVdK-WjO-U4LV9QK0q830\"", 26 "etag": "\"uUWyYHXmEn-ab7WLvo8qNz2S8ws/Z3uHhhm6ncEawcl8acPHr16tDuw\"",
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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 }, 80 },
81 "protocol": "rest", 81 "protocol": "rest",
82 "resources": { 82 "resources": {
83 "beacons": { 83 "beacons": {
84 "methods": { 84 "methods": {
85 "get": { 85 "get": {
86 "description": "This is an experimental API that provides a Global Alliance for Genomics and Health Beacon. It may change at any time.", 86 "description": "This is an experimental API that provides a Global Alliance for Genomics and Health Beacon. It may change at any time.",
87 "httpMethod": "GET", 87 "httpMethod": "GET",
88 "id": "genomics.beacons.get", 88 "id": "genomics.beacons.get",
89 "parameterOrder": [ 89 "parameterOrder": [
90 "variantsetId" 90 "variantSetId"
91 ], 91 ],
92 "parameters": { 92 "parameters": {
93 "allele": { 93 "allele": {
94 "description": "Required. The allele to look for ('A ', 'C', 'G' or 'T').", 94 "description": "Required. The allele to look for ('A ', 'C', 'G' or 'T').",
95 "location": "query", 95 "location": "query",
96 "type": "string" 96 "type": "string"
97 }, 97 },
98 "contig": {
99 "description": "Required. The contig to query over." ,
100 "location": "query",
101 "type": "string"
102 },
103 "position": { 98 "position": {
104 "description": "Required. The 0-based position to qu ery.", 99 "description": "Required. The 0-based position to qu ery.",
105 "format": "int64", 100 "format": "int64",
106 "location": "query", 101 "location": "query",
107 "type": "string" 102 "type": "string"
108 }, 103 },
109 "variantsetId": { 104 "referenceName": {
110 "description": "The ID of the variantset to query ov er. It must be public. Private variantsets will return an unauthorized exception .", 105 "description": "Required. The reference to query ove r.",
106 "location": "query",
107 "type": "string"
108 },
109 "variantSetId": {
110 "description": "The ID of the variant set to query o ver. It must be public. Private variant sets will return an unauthorized excepti on.",
111 "location": "path", 111 "location": "path",
112 "required": true, 112 "required": true,
113 "type": "string" 113 "type": "string"
114 } 114 }
115 }, 115 },
116 "path": "beacons/{variantsetId}", 116 "path": "beacons/{variantSetId}",
117 "response": { 117 "response": {
118 "$ref": "Beacon" 118 "$ref": "Beacon"
119 } 119 }
120 } 120 }
121 } 121 }
122 }, 122 },
123 "callsets": { 123 "callsets": {
124 "methods": { 124 "methods": {
125 "create": { 125 "create": {
126 "description": "Creates a new callset.", 126 "description": "Creates a new call set.",
127 "httpMethod": "POST", 127 "httpMethod": "POST",
128 "id": "genomics.callsets.create", 128 "id": "genomics.callsets.create",
129 "path": "callsets", 129 "path": "callsets",
130 "request": { 130 "request": {
131 "$ref": "Callset" 131 "$ref": "CallSet"
132 }, 132 },
133 "response": { 133 "response": {
134 "$ref": "Callset" 134 "$ref": "CallSet"
135 }, 135 },
136 "scopes": [ 136 "scopes": [
137 "https://www.googleapis.com/auth/genomics" 137 "https://www.googleapis.com/auth/genomics"
138 ] 138 ]
139 }, 139 },
140 "delete": { 140 "delete": {
141 "description": "Deletes a callset.", 141 "description": "Deletes a call set.",
142 "httpMethod": "DELETE", 142 "httpMethod": "DELETE",
143 "id": "genomics.callsets.delete", 143 "id": "genomics.callsets.delete",
144 "parameterOrder": [ 144 "parameterOrder": [
145 "callsetId" 145 "callSetId"
146 ], 146 ],
147 "parameters": { 147 "parameters": {
148 "callsetId": { 148 "callSetId": {
149 "description": "The ID of the callset to be deleted. ", 149 "description": "The ID of the callset to be deleted. ",
150 "location": "path", 150 "location": "path",
151 "required": true, 151 "required": true,
152 "type": "string" 152 "type": "string"
153 } 153 }
154 }, 154 },
155 "path": "callsets/{callsetId}", 155 "path": "callsets/{callSetId}",
156 "scopes": [ 156 "scopes": [
157 "https://www.googleapis.com/auth/genomics" 157 "https://www.googleapis.com/auth/genomics"
158 ] 158 ]
159 }, 159 },
160 "get": { 160 "get": {
161 "description": "Gets a callset by ID.", 161 "description": "Gets a call set by ID.",
162 "httpMethod": "GET", 162 "httpMethod": "GET",
163 "id": "genomics.callsets.get", 163 "id": "genomics.callsets.get",
164 "parameterOrder": [ 164 "parameterOrder": [
165 "callsetId" 165 "callSetId"
166 ], 166 ],
167 "parameters": { 167 "parameters": {
168 "callsetId": { 168 "callSetId": {
169 "description": "The ID of the callset.", 169 "description": "The ID of the callset.",
170 "location": "path", 170 "location": "path",
171 "required": true, 171 "required": true,
172 "type": "string" 172 "type": "string"
173 } 173 }
174 }, 174 },
175 "path": "callsets/{callsetId}", 175 "path": "callsets/{callSetId}",
176 "response": { 176 "response": {
177 "$ref": "Callset" 177 "$ref": "CallSet"
178 }, 178 },
179 "scopes": [ 179 "scopes": [
180 "https://www.googleapis.com/auth/genomics", 180 "https://www.googleapis.com/auth/genomics",
181 "https://www.googleapis.com/auth/genomics.readonly" 181 "https://www.googleapis.com/auth/genomics.readonly"
182 ] 182 ]
183 }, 183 },
184 "patch": { 184 "patch": {
185 "description": "Updates a callset. This method supports patc h semantics.", 185 "description": "Updates a call set. This method supports pat ch semantics.",
186 "httpMethod": "PATCH", 186 "httpMethod": "PATCH",
187 "id": "genomics.callsets.patch", 187 "id": "genomics.callsets.patch",
188 "parameterOrder": [ 188 "parameterOrder": [
189 "callsetId" 189 "callSetId"
190 ], 190 ],
191 "parameters": { 191 "parameters": {
192 "callsetId": { 192 "callSetId": {
193 "description": "The ID of the callset to be updated. ", 193 "description": "The ID of the callset to be updated. ",
194 "location": "path", 194 "location": "path",
195 "required": true, 195 "required": true,
196 "type": "string" 196 "type": "string"
197 } 197 }
198 }, 198 },
199 "path": "callsets/{callsetId}", 199 "path": "callsets/{callSetId}",
200 "request": { 200 "request": {
201 "$ref": "Callset" 201 "$ref": "CallSet"
202 }, 202 },
203 "response": { 203 "response": {
204 "$ref": "Callset" 204 "$ref": "CallSet"
205 }, 205 },
206 "scopes": [ 206 "scopes": [
207 "https://www.googleapis.com/auth/genomics" 207 "https://www.googleapis.com/auth/genomics"
208 ] 208 ]
209 }, 209 },
210 "search": { 210 "search": {
211 "description": "Gets a list of callsets matching the criteri a.", 211 "description": "Gets a list of call sets matching the criter ia.",
212 "httpMethod": "POST", 212 "httpMethod": "POST",
213 "id": "genomics.callsets.search", 213 "id": "genomics.callsets.search",
214 "path": "callsets/search", 214 "path": "callsets/search",
215 "request": { 215 "request": {
216 "$ref": "SearchCallsetsRequest" 216 "$ref": "SearchCallSetsRequest"
217 }, 217 },
218 "response": { 218 "response": {
219 "$ref": "SearchCallsetsResponse" 219 "$ref": "SearchCallSetsResponse"
220 }, 220 },
221 "scopes": [ 221 "scopes": [
222 "https://www.googleapis.com/auth/genomics", 222 "https://www.googleapis.com/auth/genomics",
223 "https://www.googleapis.com/auth/genomics.readonly" 223 "https://www.googleapis.com/auth/genomics.readonly"
224 ] 224 ]
225 }, 225 },
226 "update": { 226 "update": {
227 "description": "Updates a callset.", 227 "description": "Updates a call set.",
228 "httpMethod": "PUT", 228 "httpMethod": "PUT",
229 "id": "genomics.callsets.update", 229 "id": "genomics.callsets.update",
230 "parameterOrder": [ 230 "parameterOrder": [
231 "callsetId" 231 "callSetId"
232 ], 232 ],
233 "parameters": { 233 "parameters": {
234 "callsetId": { 234 "callSetId": {
235 "description": "The ID of the callset to be updated. ", 235 "description": "The ID of the callset to be updated. ",
236 "location": "path", 236 "location": "path",
237 "required": true, 237 "required": true,
238 "type": "string" 238 "type": "string"
239 } 239 }
240 }, 240 },
241 "path": "callsets/{callsetId}", 241 "path": "callsets/{callSetId}",
242 "request": { 242 "request": {
243 "$ref": "Callset" 243 "$ref": "CallSet"
244 }, 244 },
245 "response": { 245 "response": {
246 "$ref": "Callset" 246 "$ref": "CallSet"
247 }, 247 },
248 "scopes": [ 248 "scopes": [
249 "https://www.googleapis.com/auth/genomics" 249 "https://www.googleapis.com/auth/genomics"
250 ] 250 ]
251 } 251 }
252 } 252 }
253 }, 253 },
254 "datasets": { 254 "datasets": {
255 "methods": { 255 "methods": {
256 "create": { 256 "create": {
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 "id": "genomics.datasets.list", 318 "id": "genomics.datasets.list",
319 "parameters": { 319 "parameters": {
320 "maxResults": { 320 "maxResults": {
321 "default": "50", 321 "default": "50",
322 "description": "The maximum number of results return ed by this request.", 322 "description": "The maximum number of results return ed by this request.",
323 "format": "uint64", 323 "format": "uint64",
324 "location": "query", 324 "location": "query",
325 "type": "string" 325 "type": "string"
326 }, 326 },
327 "pageToken": { 327 "pageToken": {
328 "description": "The continuation token, which is use d to page through large result sets. To get the next page of results, set this p arameter to the value of \"nextPageToken\" from the previous response.", 328 "description": "The continuation token, which is use d to page through large result sets. To get the next page of results, set this p arameter to the value of nextPageToken from the previous response.",
329 "location": "query", 329 "location": "query",
330 "type": "string" 330 "type": "string"
331 }, 331 },
332 "projectId": { 332 "projectId": {
333 "description": "Only return datasets which belong to this Google Developers Console project. Only accepts project numbers.", 333 "description": "Only return datasets which belong to this Google Developers Console project. Only accepts project numbers.",
334 "format": "int64", 334 "format": "int64",
335 "location": "query", 335 "location": "query",
336 "type": "string" 336 "type": "string"
337 } 337 }
338 }, 338 },
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
689 ], 689 ],
690 "parameters": { 690 "parameters": {
691 "maxResults": { 691 "maxResults": {
692 "default": "1024", 692 "default": "1024",
693 "description": "The maximum number of result s to return in a single page. If unspecified, defaults to 1024. The maximum valu e is 2048.", 693 "description": "The maximum number of result s to return in a single page. If unspecified, defaults to 1024. The maximum valu e is 2048.",
694 "format": "uint64", 694 "format": "uint64",
695 "location": "query", 695 "location": "query",
696 "type": "string" 696 "type": "string"
697 }, 697 },
698 "pageToken": { 698 "pageToken": {
699 "description": "The continuation token, whic h is used to page through large result sets. To get the next page of results, se t this parameter to the value of \"nextPageToken\" from the previous response.", 699 "description": "The continuation token, whic h is used to page through large result sets. To get the next page of results, se t this parameter to the value of nextPageToken from the previous response.",
700 "location": "query", 700 "location": "query",
701 "type": "string" 701 "type": "string"
702 }, 702 },
703 "range.sequenceEnd": { 703 "range.sequenceEnd": {
704 "description": "The end position of the rang e on the reference, 1-based exclusive. If specified, sequenceName must also be s pecified.", 704 "description": "The end position of the rang e on the reference, 1-based exclusive. If specified, sequenceName must also be s pecified.",
705 "format": "uint64", 705 "format": "uint64",
706 "location": "query", 706 "location": "query",
707 "type": "string" 707 "type": "string"
708 }, 708 },
709 "range.sequenceName": { 709 "range.sequenceName": {
710 "description": "The reference sequence name, for example \"chr1\", \"1\", or \"chrX\".", 710 "description": "The reference sequence name, for example chr1, 1, or chrX.",
711 "location": "query", 711 "location": "query",
712 "type": "string" 712 "type": "string"
713 }, 713 },
714 "range.sequenceStart": { 714 "range.sequenceStart": {
715 "description": "The start position of the ra nge on the reference, 1-based inclusive. If specified, sequenceName must also be specified.", 715 "description": "The start position of the ra nge on the reference, 1-based inclusive. If specified, sequenceName must also be specified.",
716 "format": "uint64", 716 "format": "uint64",
717 "location": "query", 717 "location": "query",
718 "type": "string" 718 "type": "string"
719 }, 719 },
720 "readsetId": { 720 "readsetId": {
721 "description": "Required. The ID of the read set over which coverage is requested.", 721 "description": "Required. The ID of the read set over which coverage is requested.",
722 "location": "path", 722 "location": "path",
723 "required": true, 723 "required": true,
724 "type": "string" 724 "type": "string"
725 }, 725 },
726 "targetBucketWidth": { 726 "targetBucketWidth": {
727 "description": "The desired width of each re ported coverage bucket in base pairs. This will be rounded down to the nearest p recomputed bucket width; the value of which is returned as bucket_width in the r esponse. Defaults to infinity (each bucket spans an entire reference sequence) o r the length of the target range, if specified. The smallest precomputed bucket_ width is currently 2048 base pairs; this is subject to change.", 727 "description": "The desired width of each re ported coverage bucket in base pairs. This will be rounded down to the nearest p recomputed bucket width; the value of which is returned as bucketWidth in the re sponse. Defaults to infinity (each bucket spans an entire reference sequence) or the length of the target range, if specified. The smallest precomputed bucketWi dth is currently 2048 base pairs; this is subject to change.",
728 "format": "uint64", 728 "format": "uint64",
729 "location": "query", 729 "location": "query",
730 "type": "string" 730 "type": "string"
731 } 731 }
732 }, 732 },
733 "path": "readsets/{readsetId}/coveragebuckets", 733 "path": "readsets/{readsetId}/coveragebuckets",
734 "response": { 734 "response": {
735 "$ref": "ListCoverageBucketsResponse" 735 "$ref": "ListCoverageBucketsResponse"
736 }, 736 },
737 "scopes": [ 737 "scopes": [
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
813 }, 813 },
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 "getSummary": {
824 "description": "Gets a summary of all the variant data in a variantset.",
825 "httpMethod": "GET",
826 "id": "genomics.variants.getSummary",
827 "parameters": {
828 "variantsetId": {
829 "description": "Required. The ID of the variant set to get variant summary information for.",
830 "location": "query",
831 "type": "string"
832 }
833 },
834 "path": "variants/summary",
835 "response": {
836 "$ref": "GetVariantsSummaryResponse"
837 },
838 "scopes": [
839 "https://www.googleapis.com/auth/genomics",
840 "https://www.googleapis.com/auth/genomics.readonly"
841 ]
842 },
843 "import": { 823 "import": {
844 "description": "Creates variant data by asynchronously impor ting the provided information.", 824 "description": "Creates variant data by asynchronously impor ting the provided information.",
845 "httpMethod": "POST", 825 "httpMethod": "POST",
846 "id": "genomics.variants.import", 826 "id": "genomics.variants.import",
847 "path": "variants/import", 827 "path": "variants/import",
848 "request": { 828 "request": {
849 "$ref": "ImportVariantsRequest" 829 "$ref": "ImportVariantsRequest"
850 }, 830 },
851 "response": { 831 "response": {
852 "$ref": "ImportVariantsResponse" 832 "$ref": "ImportVariantsResponse"
853 }, 833 },
854 "scopes": [ 834 "scopes": [
855 "https://www.googleapis.com/auth/devstorage.read_write", 835 "https://www.googleapis.com/auth/devstorage.read_write",
856 "https://www.googleapis.com/auth/genomics" 836 "https://www.googleapis.com/auth/genomics"
857 ] 837 ]
858 }, 838 },
859 "patch": {
860 "description": "Updates a variant. This method supports patc h semantics.",
861 "httpMethod": "PATCH",
862 "id": "genomics.variants.patch",
863 "parameterOrder": [
864 "variantId"
865 ],
866 "parameters": {
867 "variantId": {
868 "description": "The ID of the variant to be updated. .",
869 "location": "path",
870 "required": true,
871 "type": "string"
872 }
873 },
874 "path": "variants/{variantId}",
875 "request": {
876 "$ref": "Variant"
877 },
878 "response": {
879 "$ref": "Variant"
880 },
881 "scopes": [
882 "https://www.googleapis.com/auth/genomics"
883 ]
884 },
885 "search": { 839 "search": {
886 "description": "Gets a list of variants matching the criteri a.", 840 "description": "Gets a list of variants matching the criteri a.",
887 "httpMethod": "POST", 841 "httpMethod": "POST",
888 "id": "genomics.variants.search", 842 "id": "genomics.variants.search",
889 "path": "variants/search", 843 "path": "variants/search",
890 "request": { 844 "request": {
891 "$ref": "SearchVariantsRequest" 845 "$ref": "SearchVariantsRequest"
892 }, 846 },
893 "response": { 847 "response": {
894 "$ref": "SearchVariantsResponse" 848 "$ref": "SearchVariantsResponse"
895 }, 849 },
896 "scopes": [ 850 "scopes": [
897 "https://www.googleapis.com/auth/genomics", 851 "https://www.googleapis.com/auth/genomics",
898 "https://www.googleapis.com/auth/genomics.readonly" 852 "https://www.googleapis.com/auth/genomics.readonly"
899 ] 853 ]
900 }, 854 },
901 "update": { 855 "update": {
902 "description": "Updates a variant.", 856 "description": "Updates a variant's names and info fields. A ll other modifications are silently ignored. Returns the modified variant withou t its calls.",
903 "httpMethod": "PUT", 857 "httpMethod": "PUT",
904 "id": "genomics.variants.update", 858 "id": "genomics.variants.update",
905 "parameterOrder": [ 859 "parameterOrder": [
906 "variantId" 860 "variantId"
907 ], 861 ],
908 "parameters": { 862 "parameters": {
909 "variantId": { 863 "variantId": {
910 "description": "The ID of the variant to be updated. .", 864 "description": "The ID of the variant to be updated. ",
911 "location": "path", 865 "location": "path",
912 "required": true, 866 "required": true,
913 "type": "string" 867 "type": "string"
914 } 868 }
915 }, 869 },
916 "path": "variants/{variantId}", 870 "path": "variants/{variantId}",
917 "request": { 871 "request": {
918 "$ref": "Variant" 872 "$ref": "Variant"
919 }, 873 },
920 "response": { 874 "response": {
921 "$ref": "Variant" 875 "$ref": "Variant"
922 }, 876 },
923 "scopes": [ 877 "scopes": [
924 "https://www.googleapis.com/auth/genomics" 878 "https://www.googleapis.com/auth/genomics"
925 ] 879 ]
926 } 880 }
927 } 881 }
882 },
883 "variantsets": {
884 "methods": {
885 "delete": {
886 "description": "Deletes the contents of a variant set. The v ariant set object is not deleted.",
887 "httpMethod": "DELETE",
888 "id": "genomics.variantsets.delete",
889 "parameterOrder": [
890 "variantSetId"
891 ],
892 "parameters": {
893 "variantSetId": {
894 "description": "The ID of the variant set to be dele ted.",
895 "location": "path",
896 "required": true,
897 "type": "string"
898 }
899 },
900 "path": "variantsets/{variantSetId}",
901 "scopes": [
902 "https://www.googleapis.com/auth/genomics"
903 ]
904 },
905 "get": {
906 "description": "Gets a variant set by ID.",
907 "httpMethod": "GET",
908 "id": "genomics.variantsets.get",
909 "parameterOrder": [
910 "variantSetId"
911 ],
912 "parameters": {
913 "variantSetId": {
914 "description": "Required. The ID of the variant set. ",
915 "location": "path",
916 "required": true,
917 "type": "string"
918 }
919 },
920 "path": "variantsets/{variantSetId}",
921 "response": {
922 "$ref": "VariantSet"
923 },
924 "scopes": [
925 "https://www.googleapis.com/auth/genomics",
926 "https://www.googleapis.com/auth/genomics.readonly"
927 ]
928 },
929 "search": {
930 "description": "Returns a list of all variant sets matching search criteria.",
931 "httpMethod": "POST",
932 "id": "genomics.variantsets.search",
933 "path": "variantsets/search",
934 "request": {
935 "$ref": "SearchVariantSetsRequest"
936 },
937 "response": {
938 "$ref": "SearchVariantSetsResponse"
939 },
940 "scopes": [
941 "https://www.googleapis.com/auth/genomics",
942 "https://www.googleapis.com/auth/genomics.readonly"
943 ]
944 }
945 }
928 } 946 }
929 }, 947 },
930 "revision": "20140904", 948 "revision": "20140917",
931 "rootUrl": "https://www.googleapis.com/", 949 "rootUrl": "https://www.googleapis.com/",
932 "schemas": { 950 "schemas": {
933 "Beacon": { 951 "Beacon": {
934 "description": "A beacon represents whether any variant call in a va riantset has a specific allele at a particular position.", 952 "description": "A beacon represents whether any variant call in a va riant set has a specific allele at a particular position.",
935 "id": "Beacon", 953 "id": "Beacon",
936 "properties": { 954 "properties": {
937 "exists": { 955 "exists": {
938 "description": "True if the allele exists on any variant cal l, false otherwise.", 956 "description": "True if the allele exists on any variant cal l, false otherwise.",
939 "type": "boolean" 957 "type": "boolean"
940 } 958 }
941 }, 959 },
942 "type": "object" 960 "type": "object"
943 }, 961 },
944 "Call": { 962 "Call": {
945 "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 callset with the name NA12345.", 963 "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.",
946 "id": "Call", 964 "id": "Call",
947 "properties": { 965 "properties": {
948 "callsetId": { 966 "callSetId": {
949 "description": "The ID of the callset this variant call belo ngs to.", 967 "description": "The ID of the call set this variant call bel ongs to.",
950 "type": "string" 968 "type": "string"
951 }, 969 },
952 "callsetName": { 970 "callSetName": {
953 "description": "The name of the callset this variant call be longs to.", 971 "description": "The name of the call set this variant call b elongs to.",
954 "type": "string" 972 "type": "string"
955 }, 973 },
956 "genotype": { 974 "genotype": {
957 "description": "The genotype of this variant call. Each valu e represents either the value of the referenceBases field or a 1-based index int o alternateBases. If a variant had a referenceBases field of \"T\" and an altern ateBases value of [\"A\", \"C\"], and the genotype was [2, 1], that would mean t he call represented the heterozygous value \"CA\" for this variant. If the genot ype was instead [0, 1], the represented value would be \"TA\". Ordering of the g enotype values is important if the phaseset field is present. If a genotype is n ot called (that is, a \".\" is present in the GT string) -1 is returned.", 975 "description": "The genotype of this variant call. Each valu e represents either the value of the referenceBases field or a 1-based index int o alternateBases. If a variant had a referenceBases value of T and an alternateB ases value of [\"A\", \"C\"], and the genotype was [2, 1], that would mean the c all represented the heterozygous value CA for this variant. If the genotype was instead [0, 1], the represented value would be TA. Ordering of the genotype valu es is important if the phaseset is present. If a genotype is not called (that is , a . is present in the GT string) -1 is returned.",
958 "items": { 976 "items": {
959 "format": "int32", 977 "format": "int32",
960 "type": "integer" 978 "type": "integer"
961 }, 979 },
962 "type": "array" 980 "type": "array"
963 }, 981 },
964 "genotypeLikelihood": { 982 "genotypeLikelihood": {
965 "description": "The genotype likelihoods for this variant ca ll. Each array entry represents how likely a specific genotype is for this call. The value ordering is defined by the GL tag in the VCF spec.", 983 "description": "The genotype likelihoods for this variant ca ll. Each array entry represents how likely a specific genotype is for this call. The value ordering is defined by the GL tag in the VCF spec.",
966 "items": { 984 "items": {
967 "format": "double", 985 "format": "double",
968 "type": "number" 986 "type": "number"
969 }, 987 },
970 "type": "array" 988 "type": "array"
971 }, 989 },
972 "info": { 990 "info": {
973 "additionalProperties": { 991 "additionalProperties": {
974 "description": "A string which maps to an array of value s.", 992 "description": "A string which maps to an array of value s.",
975 "items": { 993 "items": {
976 "type": "string" 994 "type": "string"
977 }, 995 },
978 "type": "array" 996 "type": "array"
979 }, 997 },
980 "description": "A map of additional variant call information .", 998 "description": "A map of additional variant call information .",
981 "type": "object" 999 "type": "object"
982 }, 1000 },
983 "phaseset": { 1001 "phaseset": {
984 "description": "If this field is present, this variant call' s genotype ordering implies the phase of the bases and is consistent with any ot her variant calls on the same contig which have the same phaseset value. When im porting data from VCF, if the genotype data was phased but no phase set was spec ified this field will be set to \"*\".", 1002 "description": "If this field is present, this variant call' s genotype ordering implies the phase of the bases and is consistent with any ot her variant calls in the same reference sequence which have the same phaseset va lue. When importing data from VCF, if the genotype data was phased but no phase set was specified this field will be set to *.",
985 "type": "string" 1003 "type": "string"
986 } 1004 }
987 }, 1005 },
988 "type": "object" 1006 "type": "object"
989 }, 1007 },
990 "Callset": { 1008 "CallSet": {
991 "description": "A Callset is a collection of Variant Calls. It belon gs to a Variantset.", 1009 "description": "A CallSet is a collection of variant calls. It belon gs to a variant set.",
992 "id": "Callset", 1010 "id": "CallSet",
993 "properties": { 1011 "properties": {
994 "created": { 1012 "created": {
995 "description": "The date this callset was created in millise conds from the epoch.", 1013 "description": "The date this call set was created in millis econds from the epoch.",
996 "format": "int64", 1014 "format": "int64",
997 "type": "string" 1015 "type": "string"
998 }, 1016 },
999 "id": { 1017 "id": {
1000 "description": "The Google generated ID of the callset, immu table.", 1018 "description": "The Google generated ID of the call set, imm utable.",
1001 "type": "string" 1019 "type": "string"
1002 }, 1020 },
1003 "info": { 1021 "info": {
1004 "additionalProperties": { 1022 "additionalProperties": {
1005 "description": "A string which maps to an array of value s.", 1023 "description": "A string which maps to an array of value s.",
1006 "items": { 1024 "items": {
1007 "type": "string" 1025 "type": "string"
1008 }, 1026 },
1009 "type": "array" 1027 "type": "array"
1010 }, 1028 },
1011 "description": "A map of additional callset information.", 1029 "description": "A map of additional callset information.",
1012 "type": "object" 1030 "type": "object"
1013 }, 1031 },
1014 "name": { 1032 "name": {
1015 "description": "The callset name.", 1033 "description": "The callset name.",
1016 "type": "string" 1034 "type": "string"
1017 }, 1035 },
1018 "variantsetId": { 1036 "sampleId": {
1019 "description": "The ID of the variantset this callset belong s to.", 1037 "description": "The sample ID this call set corresponds to." ,
1020 "type": "string" 1038 "type": "string"
1039 },
1040 "variantSetIds": {
1041 "description": "The IDs of the variant sets this call set be longs to.",
1042 "items": {
1043 "type": "string"
1044 },
1045 "type": "array"
1021 } 1046 }
1022 }, 1047 },
1023 "type": "object" 1048 "type": "object"
1024 },
1025 "ContigBound": {
1026 "description": "ContigBound records an upper bound for the starting coordinate of variants in a particular contig.",
1027 "id": "ContigBound",
1028 "properties": {
1029 "contig": {
1030 "description": "The contig the bound is associate with.",
1031 "type": "string"
1032 },
1033 "upperBound": {
1034 "description": "An upper bound (inclusive) on the starting c oordinate of any variant in the contig.",
1035 "format": "int64",
1036 "type": "string"
1037 }
1038 },
1039 "type": "object"
1040 }, 1049 },
1041 "CoverageBucket": { 1050 "CoverageBucket": {
1042 "description": "A bucket over which read coverage has been precomput ed. A bucket corresponds to a specific range of the reference sequence.", 1051 "description": "A bucket over which read coverage has been precomput ed. A bucket corresponds to a specific range of the reference sequence.",
1043 "id": "CoverageBucket", 1052 "id": "CoverageBucket",
1044 "properties": { 1053 "properties": {
1045 "meanCoverage": { 1054 "meanCoverage": {
1046 "description": "The average number of reads which are aligne d to each individual reference base in this bucket.", 1055 "description": "The average number of reads which are aligne d to each individual reference base in this bucket.",
1047 "format": "float", 1056 "format": "float",
1048 "type": "number" 1057 "type": "number"
1049 }, 1058 },
(...skipping 26 matching lines...) Expand all
1076 "type": "string" 1085 "type": "string"
1077 } 1086 }
1078 }, 1087 },
1079 "type": "object" 1088 "type": "object"
1080 }, 1089 },
1081 "ExperimentalCreateJobRequest": { 1090 "ExperimentalCreateJobRequest": {
1082 "description": "The job creation request.", 1091 "description": "The job creation request.",
1083 "id": "ExperimentalCreateJobRequest", 1092 "id": "ExperimentalCreateJobRequest",
1084 "properties": { 1093 "properties": {
1085 "align": { 1094 "align": {
1086 "description": "Specifies whether or not to run the alignmen t pipeline. At least one of align or call_variants must be provided.", 1095 "description": "Specifies whether or not to run the alignmen t pipeline. At least one of align or callVariants must be provided.",
1087 "type": "boolean" 1096 "type": "boolean"
1088 }, 1097 },
1089 "callVariants": { 1098 "callVariants": {
1090 "description": "Specifies whether or not to run the variant calling pipeline. If specified, alignment will be performed first and the aligne d BAMs will passed as input to the variant caller. At least one of align or call _variants must be provided.", 1099 "description": "Specifies whether or not to run the variant calling pipeline. If specified, alignment will be performed first and the aligne d BAMs will passed as input to the variant caller. At least one of align or call Variants must be provided.",
1091 "type": "boolean" 1100 "type": "boolean"
1092 }, 1101 },
1093 "gcsOutputPath": { 1102 "gcsOutputPath": {
1094 "description": "Specifies where to copy the results of certa in pipelines. This shoud be in the form of \"gs://bucket/path\".", 1103 "description": "Specifies where to copy the results of certa in pipelines. This should be in the form of gs://bucket/path.",
1095 "type": "string" 1104 "type": "string"
1096 }, 1105 },
1097 "pairedSourceUris": { 1106 "pairedSourceUris": {
1098 "description": "A list of Google Cloud Storage URIs of paire d end .fastq files to operate upon. If specified, this represents the second fil e of each paired .fastq file. The first file of each pair should be specified in \"sourceUris\".", 1107 "description": "A list of Google Cloud Storage URIs of paire d end .fastq files to operate upon. If specified, this represents the second fil e of each paired .fastq file. The first file of each pair should be specified in sourceUris.",
1099 "items": { 1108 "items": {
1100 "type": "string" 1109 "type": "string"
1101 }, 1110 },
1102 "type": "array" 1111 "type": "array"
1103 }, 1112 },
1104 "projectId": { 1113 "projectId": {
1105 "description": "Required. The Google Cloud Project ID with w hich to associate the request.", 1114 "description": "Required. The Google Cloud Project ID with w hich to associate the request.",
1106 "format": "int64", 1115 "format": "int64",
1107 "type": "string" 1116 "type": "string"
1108 }, 1117 },
1109 "sourceUris": { 1118 "sourceUris": {
1110 "description": "A list of Google Cloud Storage URIs of data files to operate upon. These can be .bam, interleaved .fastq, or paired .fastq. If specifying paired .fastq files, the first of each pair of files should be lis ted here, and the second of each pair should be listed in \"pairedSourceUris\"." , 1119 "description": "A list of Google Cloud Storage URIs of data files to operate upon. These can be .bam, interleaved .fastq, or paired .fastq. If specifying paired .fastq files, the first of each pair of files should be lis ted here, and the second of each pair should be listed in pairedSourceUris.",
1111 "items": { 1120 "items": {
1112 "type": "string" 1121 "type": "string"
1113 }, 1122 },
1114 "type": "array" 1123 "type": "array"
1115 } 1124 }
1116 }, 1125 },
1117 "type": "object" 1126 "type": "object"
1118 }, 1127 },
1119 "ExperimentalCreateJobResponse": { 1128 "ExperimentalCreateJobResponse": {
1120 "description": "The job creation response.", 1129 "description": "The job creation response.",
(...skipping 20 matching lines...) Expand all
1141 "type": "string" 1150 "type": "string"
1142 }, 1151 },
1143 "readsetIds": { 1152 "readsetIds": {
1144 "description": "The IDs of the readsets to export.", 1153 "description": "The IDs of the readsets to export.",
1145 "items": { 1154 "items": {
1146 "type": "string" 1155 "type": "string"
1147 }, 1156 },
1148 "type": "array" 1157 "type": "array"
1149 }, 1158 },
1150 "referenceNames": { 1159 "referenceNames": {
1151 "description": "The reference names to export. If this is no t specified, all reference sequences are exported. Use '*' to export unmapped re ads.", 1160 "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.",
1152 "items": { 1161 "items": {
1153 "type": "string" 1162 "type": "string"
1154 }, 1163 },
1155 "type": "array" 1164 "type": "array"
1156 } 1165 }
1157 }, 1166 },
1158 "type": "object" 1167 "type": "object"
1159 }, 1168 },
1160 "ExportReadsetsResponse": { 1169 "ExportReadsetsResponse": {
1161 "description": "The readset export response.", 1170 "description": "The readset export response.",
(...skipping 11 matching lines...) Expand all
1173 "id": "ExportVariantsRequest", 1182 "id": "ExportVariantsRequest",
1174 "properties": { 1183 "properties": {
1175 "bigqueryDataset": { 1184 "bigqueryDataset": {
1176 "description": "The BigQuery dataset to export data to. Note that this is distinct from the Genomics concept of \"dataset\". The caller must have WRITE access to this BigQuery dataset.", 1185 "description": "The BigQuery dataset to export data to. Note that this is distinct from the Genomics concept of \"dataset\". The caller must have WRITE access to this BigQuery dataset.",
1177 "type": "string" 1186 "type": "string"
1178 }, 1187 },
1179 "bigqueryTable": { 1188 "bigqueryTable": {
1180 "description": "The BigQuery table to export data to. The ca ller must have WRITE access to this BigQuery table.", 1189 "description": "The BigQuery table to export data to. The ca ller must have WRITE access to this BigQuery table.",
1181 "type": "string" 1190 "type": "string"
1182 }, 1191 },
1183 "callsetIds": { 1192 "callSetIds": {
1184 "description": "If provided, only variant call information f rom the specified callsets will be exported. By default all variant calls are ex ported.", 1193 "description": "If provided, only variant call information f rom the specified call sets will be exported. By default all variant calls are e xported.",
1185 "items": { 1194 "items": {
1186 "type": "string" 1195 "type": "string"
1187 }, 1196 },
1188 "type": "array" 1197 "type": "array"
1189 }, 1198 },
1190 "format": { 1199 "format": {
1191 "description": "The format for the exported data.", 1200 "description": "The format for the exported data.",
1192 "enum": [ 1201 "enum": [
1193 "bigquery" 1202 "bigquery"
1194 ], 1203 ],
1195 "enumDescriptions": [ 1204 "enumDescriptions": [
1196 "" 1205 ""
1197 ], 1206 ],
1198 "type": "string" 1207 "type": "string"
1199 }, 1208 },
1200 "projectId": { 1209 "projectId": {
1201 "description": "The Google Cloud project number that owns th is export. This is the project that will be billed.", 1210 "description": "The Google Cloud project number that owns th is export. This is the project that will be billed.",
1202 "format": "int64", 1211 "format": "int64",
1203 "type": "string" 1212 "type": "string"
1204 }, 1213 },
1205 "variantsetId": { 1214 "variantSetId": {
1206 "description": "Required. The ID of the variantset that cont ains variant data which should be exported. The caller must have READ access to this variantset.", 1215 "description": "Required. The ID of the variant set that con tains variant data which should be exported. The caller must have READ access to this variant set.",
1207 "type": "string" 1216 "type": "string"
1208 } 1217 }
1209 }, 1218 },
1210 "type": "object" 1219 "type": "object"
1211 }, 1220 },
1212 "ExportVariantsResponse": { 1221 "ExportVariantsResponse": {
1213 "description": "The variant data export response.", 1222 "description": "The variant data export response.",
1214 "id": "ExportVariantsResponse", 1223 "id": "ExportVariantsResponse",
1215 "properties": { 1224 "properties": {
1216 "jobId": { 1225 "jobId": {
1217 "description": "A job ID that can be used to get status info rmation.", 1226 "description": "A job ID that can be used to get status info rmation.",
1218 "type": "string" 1227 "type": "string"
1219 } 1228 }
1220 }, 1229 },
1221 "type": "object" 1230 "type": "object"
1222 }, 1231 },
1223 "GenomicRange": { 1232 "GenomicRange": {
1224 "description": "An inclusive, exclusive genomic coordinate range ove r a reference sequence.", 1233 "description": "An inclusive, exclusive genomic coordinate range ove r a reference sequence.",
1225 "id": "GenomicRange", 1234 "id": "GenomicRange",
1226 "properties": { 1235 "properties": {
1227 "sequenceEnd": { 1236 "sequenceEnd": {
1228 "description": "The end position of the range on the referen ce, 1-based exclusive. If specified, sequenceName must also be specified.", 1237 "description": "The end position of the range on the referen ce, 1-based exclusive. If specified, sequenceName must also be specified.",
1229 "format": "uint64", 1238 "format": "uint64",
1230 "type": "string" 1239 "type": "string"
1231 }, 1240 },
1232 "sequenceName": { 1241 "sequenceName": {
1233 "description": "The reference sequence name, for example \"c hr1\", \"1\", or \"chrX\".", 1242 "description": "The reference sequence name, for example chr 1, 1, or chrX.",
1234 "type": "string" 1243 "type": "string"
1235 }, 1244 },
1236 "sequenceStart": { 1245 "sequenceStart": {
1237 "description": "The start position of the range on the refer ence, 1-based inclusive. If specified, sequenceName must also be specified.", 1246 "description": "The start position of the range on the refer ence, 1-based inclusive. If specified, sequenceName must also be specified.",
1238 "format": "uint64", 1247 "format": "uint64",
1239 "type": "string" 1248 "type": "string"
1240 } 1249 }
1241 }, 1250 },
1242 "type": "object" 1251 "type": "object"
1243 }, 1252 },
1244 "GetVariantsSummaryResponse": {
1245 "description": "The variants summary response.",
1246 "id": "GetVariantsSummaryResponse",
1247 "properties": {
1248 "contigBounds": {
1249 "description": "A list of all contigs used by the variants i n a dataset with associated coordinate upper bounds for each one.",
1250 "items": {
1251 "$ref": "ContigBound"
1252 },
1253 "type": "array"
1254 },
1255 "metadata": {
1256 "description": "The metadata associated with this dataset.",
1257 "items": {
1258 "$ref": "Metadata"
1259 },
1260 "type": "array"
1261 }
1262 },
1263 "type": "object"
1264 },
1265 "Header": { 1253 "Header": {
1266 "id": "Header", 1254 "id": "Header",
1267 "properties": { 1255 "properties": {
1268 "sortingOrder": { 1256 "sortingOrder": {
1269 "description": "(SO) Sorting order of alignments.", 1257 "description": "(SO) Sorting order of alignments.",
1270 "type": "string" 1258 "type": "string"
1271 }, 1259 },
1272 "version": { 1260 "version": {
1273 "description": "(VN) BAM format version.", 1261 "description": "(VN) BAM format version.",
1274 "type": "string" 1262 "type": "string"
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
1371 ], 1359 ],
1372 "type": "string" 1360 "type": "string"
1373 }, 1361 },
1374 "sourceUris": { 1362 "sourceUris": {
1375 "description": "A list of URIs pointing at VCF files in Goog le Cloud Storage. See the VCF Specification for more details on the input format .", 1363 "description": "A list of URIs pointing at VCF files in Goog le Cloud Storage. See the VCF Specification for more details on the input format .",
1376 "items": { 1364 "items": {
1377 "type": "string" 1365 "type": "string"
1378 }, 1366 },
1379 "type": "array" 1367 "type": "array"
1380 }, 1368 },
1381 "variantsetId": { 1369 "variantSetId": {
1382 "description": "Required. The variantset to which variant da ta should be imported.", 1370 "description": "Required. The variant set to which variant d ata should be imported.",
1383 "type": "string" 1371 "type": "string"
1384 } 1372 }
1385 }, 1373 },
1386 "type": "object" 1374 "type": "object"
1387 }, 1375 },
1388 "ImportVariantsResponse": { 1376 "ImportVariantsResponse": {
1389 "description": "The variant data import response.", 1377 "description": "The variant data import response.",
1390 "id": "ImportVariantsResponse", 1378 "id": "ImportVariantsResponse",
1391 "properties": { 1379 "properties": {
1392 "jobId": { 1380 "jobId": {
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
1506 ], 1494 ],
1507 "type": "string" 1495 "type": "string"
1508 } 1496 }
1509 }, 1497 },
1510 "type": "object" 1498 "type": "object"
1511 }, 1499 },
1512 "ListCoverageBucketsResponse": { 1500 "ListCoverageBucketsResponse": {
1513 "id": "ListCoverageBucketsResponse", 1501 "id": "ListCoverageBucketsResponse",
1514 "properties": { 1502 "properties": {
1515 "bucketWidth": { 1503 "bucketWidth": {
1516 "description": "The length of each coverage bucket in base p airs. Note that buckets at the end of a reference sequence may be shorter. This value is omitted if the bucket width is infinity (the default behaviour, with no range or target_bucket_width).", 1504 "description": "The length of each coverage bucket in base p airs. Note that buckets at the end of a reference sequence may be shorter. This value is omitted if the bucket width is infinity (the default behaviour, with no range or targetBucketWidth).",
1517 "format": "uint64", 1505 "format": "uint64",
1518 "type": "string" 1506 "type": "string"
1519 }, 1507 },
1520 "coverageBuckets": { 1508 "coverageBuckets": {
1521 "description": "The coverage buckets. The list of buckets is sparse; a bucket with 0 overlapping reads is not returned. A bucket never cross es more than one reference sequence. Each bucket has width bucket_width, unless its end is is the end of the reference sequence.", 1509 "description": "The coverage buckets. The list of buckets is sparse; a bucket with 0 overlapping reads is not returned. A bucket never cross es more than one reference sequence. Each bucket has width bucketWidth, unless i ts end is the end of the reference sequence.",
1522 "items": { 1510 "items": {
1523 "$ref": "CoverageBucket" 1511 "$ref": "CoverageBucket"
1524 }, 1512 },
1525 "type": "array" 1513 "type": "array"
1526 }, 1514 },
1527 "nextPageToken": { 1515 "nextPageToken": {
1528 "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.", 1516 "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.",
1529 "type": "string" 1517 "type": "string"
1530 } 1518 }
1531 }, 1519 },
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
1786 "description": "The Google generated ID of the readset, immu table.", 1774 "description": "The Google generated ID of the readset, immu table.",
1787 "type": "string" 1775 "type": "string"
1788 }, 1776 },
1789 "name": { 1777 "name": {
1790 "description": "The readset name, typically this is the samp le name.", 1778 "description": "The readset name, typically this is the samp le name.",
1791 "type": "string" 1779 "type": "string"
1792 } 1780 }
1793 }, 1781 },
1794 "type": "object" 1782 "type": "object"
1795 }, 1783 },
1784 "ReferenceBound": {
1785 "description": "ReferenceBound records an upper bound for the starti ng coordinate of variants in a particular reference.",
1786 "id": "ReferenceBound",
1787 "properties": {
1788 "referenceName": {
1789 "description": "The reference the bound is associate with.",
1790 "type": "string"
1791 },
1792 "upperBound": {
1793 "description": "An upper bound (inclusive) on the starting c oordinate of any variant in the reference sequence.",
1794 "format": "int64",
1795 "type": "string"
1796 }
1797 },
1798 "type": "object"
1799 },
1796 "ReferenceSequence": { 1800 "ReferenceSequence": {
1797 "id": "ReferenceSequence", 1801 "id": "ReferenceSequence",
1798 "properties": { 1802 "properties": {
1799 "assemblyId": { 1803 "assemblyId": {
1800 "description": "(AS) Genome assembly identifier.", 1804 "description": "(AS) Genome assembly identifier.",
1801 "type": "string" 1805 "type": "string"
1802 }, 1806 },
1803 "length": { 1807 "length": {
1804 "description": "(LN) Reference sequence length.", 1808 "description": "(LN) Reference sequence length.",
1805 "format": "int32", 1809 "format": "int32",
(...skipping 11 matching lines...) Expand all
1817 "description": "(SP) Species.", 1821 "description": "(SP) Species.",
1818 "type": "string" 1822 "type": "string"
1819 }, 1823 },
1820 "uri": { 1824 "uri": {
1821 "description": "(UR) URI of the sequence.", 1825 "description": "(UR) URI of the sequence.",
1822 "type": "string" 1826 "type": "string"
1823 } 1827 }
1824 }, 1828 },
1825 "type": "object" 1829 "type": "object"
1826 }, 1830 },
1827 "SearchCallsetsRequest": { 1831 "SearchCallSetsRequest": {
1828 "description": "The callset search request.", 1832 "description": "The call set search request.",
1829 "id": "SearchCallsetsRequest", 1833 "id": "SearchCallSetsRequest",
1830 "properties": { 1834 "properties": {
1831 "maxResults": { 1835 "name": {
1832 "description": "The maximum number of callsets to return.", 1836 "description": "Only return call sets for which a substring of the name matches this string.",
1833 "format": "uint64",
1834 "type": "string" 1837 "type": "string"
1835 }, 1838 },
1836 "name": { 1839 "pageSize": {
1837 "description": "Only return callsets for which a substring o f the name matches this string.", 1840 "description": "The maximum number of call sets to return.",
1841 "format": "int32",
1842 "type": "integer"
1843 },
1844 "pageToken": {
1845 "description": "The continuation token, which is used to pag e through large result sets. To get the next page of results, set this parameter to the value of nextPageToken from the previous response.",
1838 "type": "string" 1846 "type": "string"
1839 }, 1847 },
1840 "pageToken": { 1848 "variantSetIds": {
1841 "description": "The continuation token, which is used to pag e through large result sets. To get the next page of results, set this parameter to the value of \"nextPageToken\" from the previous response.", 1849 "description": "Restrict the query to call sets within the g iven variant sets. At least one ID must be provided.",
1842 "type": "string"
1843 },
1844 "variantsetIds": {
1845 "description": "Restrict the query to callsets within the gi ven variantsets. At least one ID must be provided.",
1846 "items": { 1850 "items": {
1847 "type": "string" 1851 "type": "string"
1848 }, 1852 },
1849 "type": "array" 1853 "type": "array"
1850 } 1854 }
1851 }, 1855 },
1852 "type": "object" 1856 "type": "object"
1853 }, 1857 },
1854 "SearchCallsetsResponse": { 1858 "SearchCallSetsResponse": {
1855 "description": "The callset search response.", 1859 "description": "The call set search response.",
1856 "id": "SearchCallsetsResponse", 1860 "id": "SearchCallSetsResponse",
1857 "properties": { 1861 "properties": {
1858 "callsets": { 1862 "callSets": {
1859 "description": "The list of matching callsets.", 1863 "description": "The list of matching call sets.",
1860 "items": { 1864 "items": {
1861 "$ref": "Callset" 1865 "$ref": "CallSet"
1862 }, 1866 },
1863 "type": "array" 1867 "type": "array"
1864 }, 1868 },
1865 "nextPageToken": { 1869 "nextPageToken": {
1866 "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.", 1870 "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.",
1867 "type": "string" 1871 "type": "string"
1868 } 1872 }
1869 }, 1873 },
1870 "type": "object" 1874 "type": "object"
1871 }, 1875 },
(...skipping 10 matching lines...) Expand all
1882 "description": "If specified, only jobs created prior to thi s date, given in milliseconds since Unix epoch, will be returned.", 1886 "description": "If specified, only jobs created prior to thi s date, given in milliseconds since Unix epoch, will be returned.",
1883 "format": "int64", 1887 "format": "int64",
1884 "type": "string" 1888 "type": "string"
1885 }, 1889 },
1886 "maxResults": { 1890 "maxResults": {
1887 "description": "Specifies the number of results to return in a single page. Defaults to 128. The maximum value is 256.", 1891 "description": "Specifies the number of results to return in a single page. Defaults to 128. The maximum value is 256.",
1888 "format": "uint64", 1892 "format": "uint64",
1889 "type": "string" 1893 "type": "string"
1890 }, 1894 },
1891 "pageToken": { 1895 "pageToken": {
1892 "description": "The continuation token which is used to page through large result sets. To get the next page of results, set this parameter to the value of the \"nextPageToken\" from the previous response.", 1896 "description": "The continuation token which is used to page through large result sets. To get the next page of results, set this parameter to the value of the nextPageToken from the previous response.",
1893 "type": "string" 1897 "type": "string"
1894 }, 1898 },
1895 "projectId": { 1899 "projectId": {
1896 "description": "Required. Only return jobs which belong to t his Google Developers Console project. Only accepts project numbers.", 1900 "description": "Required. Only return jobs which belong to t his Google Developers",
1897 "format": "int64", 1901 "format": "int64",
1898 "type": "string" 1902 "type": "string"
1899 }, 1903 },
1900 "status": { 1904 "status": {
1901 "description": "Only return jobs which have a matching statu s.", 1905 "description": "Only return jobs which have a matching statu s.",
1902 "items": { 1906 "items": {
1903 "enum": [ 1907 "enum": [
1904 "canceled", 1908 "canceled",
1905 "failure", 1909 "failure",
1906 "new", 1910 "new",
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
1946 "SearchReadsRequest": { 1950 "SearchReadsRequest": {
1947 "description": "The read search request.", 1951 "description": "The read search request.",
1948 "id": "SearchReadsRequest", 1952 "id": "SearchReadsRequest",
1949 "properties": { 1953 "properties": {
1950 "maxResults": { 1954 "maxResults": {
1951 "description": "Specifies number of results to return in a s ingle page. If unspecified, it will default to 256. The maximum value is 2048.", 1955 "description": "Specifies number of results to return in a s ingle page. If unspecified, it will default to 256. The maximum value is 2048.",
1952 "format": "uint64", 1956 "format": "uint64",
1953 "type": "string" 1957 "type": "string"
1954 }, 1958 },
1955 "pageToken": { 1959 "pageToken": {
1956 "description": "The continuation token, which is used to pag e through large result sets. To get the next page of results, set this parameter to the value of \"nextPageToken\" from the previous response.", 1960 "description": "The continuation token, which is used to pag e through large result sets. To get the next page of results, set this parameter to the value of nextPageToken from the previous response.",
1957 "type": "string" 1961 "type": "string"
1958 }, 1962 },
1959 "readsetIds": { 1963 "readsetIds": {
1960 "description": "The readsets within which to search for read s. At least one readset ID must be provided. All specified readsets must be alig ned against a common set of reference sequences; this defines the genomic coordi nates for the query.", 1964 "description": "The readsets within which to search for read s. At least one readset ID must be provided. All specified readsets must be alig ned against a common set of reference sequences; this defines the genomic coordi nates for the query.",
1961 "items": { 1965 "items": {
1962 "type": "string" 1966 "type": "string"
1963 }, 1967 },
1964 "type": "array" 1968 "type": "array"
1965 }, 1969 },
1966 "sequenceEnd": { 1970 "sequenceEnd": {
1967 "description": "The end position (1-based, inclusive) of the target range. If specified, \"sequenceName\" must also be specified. Defaults t o the end of the target reference sequence, if any.", 1971 "description": "The end position (1-based, inclusive) of the target range. If specified, sequenceName must also be specified. Defaults to th e end of the target reference sequence, if any.",
1968 "format": "uint64", 1972 "format": "uint64",
1969 "type": "string" 1973 "type": "string"
1970 }, 1974 },
1971 "sequenceName": { 1975 "sequenceName": {
1972 "description": "Restricts the results to a particular refere nce sequence such as '1', 'chr1', or 'X'. The set of valid references sequences depends on the readsets specified. If set to \"*\", only unmapped Reads are retu rned.", 1976 "description": "Restricts the results to a particular refere nce sequence such as 1, chr1, or X. The set of valid references sequences depend s on the readsets specified. If set to *, only unmapped Reads are returned.",
1973 "type": "string" 1977 "type": "string"
1974 }, 1978 },
1975 "sequenceStart": { 1979 "sequenceStart": {
1976 "description": "The start position (1-based, inclusive) of t he target range. If specified, \"sequenceName\" must also be specified. Defaults to the start of the target reference sequence, if any.", 1980 "description": "The start position (1-based, inclusive) of t he target range. If specified, sequenceName must also be specified. Defaults to the start of the target reference sequence, if any.",
1977 "format": "uint64", 1981 "format": "uint64",
1978 "type": "string" 1982 "type": "string"
1979 } 1983 }
1980 }, 1984 },
1981 "type": "object" 1985 "type": "object"
1982 }, 1986 },
1983 "SearchReadsResponse": { 1987 "SearchReadsResponse": {
1984 "description": "The read search response.", 1988 "description": "The read search response.",
1985 "id": "SearchReadsResponse", 1989 "id": "SearchReadsResponse",
1986 "properties": { 1990 "properties": {
(...skipping 25 matching lines...) Expand all
2012 "maxResults": { 2016 "maxResults": {
2013 "description": "Specifies number of results to return in a s ingle page. If unspecified, it will default to 128. The maximum value is 1024.", 2017 "description": "Specifies number of results to return in a s ingle page. If unspecified, it will default to 128. The maximum value is 1024.",
2014 "format": "uint64", 2018 "format": "uint64",
2015 "type": "string" 2019 "type": "string"
2016 }, 2020 },
2017 "name": { 2021 "name": {
2018 "description": "Only return readsets for which a substring o f the name matches this string.", 2022 "description": "Only return readsets for which a substring o f the name matches this string.",
2019 "type": "string" 2023 "type": "string"
2020 }, 2024 },
2021 "pageToken": { 2025 "pageToken": {
2022 "description": "The continuation token, which is used to pag e through large result sets. To get the next page of results, set this parameter to the value of \"nextPageToken\" from the previous response.", 2026 "description": "The continuation token, which is used to pag e through large result sets. To get the next page of results, set this parameter to the value of nextPageToken from the previous response.",
2023 "type": "string" 2027 "type": "string"
2024 } 2028 }
2025 }, 2029 },
2026 "type": "object" 2030 "type": "object"
2027 }, 2031 },
2028 "SearchReadsetsResponse": { 2032 "SearchReadsetsResponse": {
2029 "description": "The readset search response.", 2033 "description": "The readset search response.",
2030 "id": "SearchReadsetsResponse", 2034 "id": "SearchReadsetsResponse",
2031 "properties": { 2035 "properties": {
2032 "nextPageToken": { 2036 "nextPageToken": {
2033 "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.", 2037 "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.",
2034 "type": "string" 2038 "type": "string"
2035 }, 2039 },
2036 "readsets": { 2040 "readsets": {
2037 "description": "The list of matching Readsets.", 2041 "description": "The list of matching Readsets.",
2038 "items": { 2042 "items": {
2039 "$ref": "Readset" 2043 "$ref": "Readset"
2040 }, 2044 },
2041 "type": "array" 2045 "type": "array"
2042 } 2046 }
2043 }, 2047 },
2044 "type": "object" 2048 "type": "object"
2045 }, 2049 },
2050 "SearchVariantSetsRequest": {
2051 "description": "The search variant sets request.",
2052 "id": "SearchVariantSetsRequest",
2053 "properties": {
2054 "datasetIds": {
2055 "description": "Exactly one dataset ID must be provided here . Only variant sets which belong to this dataset will be returned.",
2056 "items": {
2057 "type": "string"
2058 },
2059 "type": "array"
2060 },
2061 "pageSize": {
2062 "description": "The maximum number of variant sets to return in a request.",
2063 "format": "int32",
2064 "type": "integer"
2065 },
2066 "pageToken": {
2067 "description": "The continuation token, which is used to pag e through large result sets. To get the next page of results, set this parameter to the value of nextPageToken from the previous response.",
2068 "type": "string"
2069 }
2070 },
2071 "type": "object"
2072 },
2073 "SearchVariantSetsResponse": {
2074 "description": "The search variant sets response.",
2075 "id": "SearchVariantSetsResponse",
2076 "properties": {
2077 "nextPageToken": {
2078 "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.",
2079 "type": "string"
2080 },
2081 "variantSets": {
2082 "description": "The variant sets belonging to the requested dataset.",
2083 "items": {
2084 "$ref": "VariantSet"
2085 },
2086 "type": "array"
2087 }
2088 },
2089 "type": "object"
2090 },
2046 "SearchVariantsRequest": { 2091 "SearchVariantsRequest": {
2047 "description": "The variant search request.", 2092 "description": "The variant search request.",
2048 "id": "SearchVariantsRequest", 2093 "id": "SearchVariantsRequest",
2049 "properties": { 2094 "properties": {
2050 "callsetIds": { 2095 "callSetIds": {
2051 "description": "Only return variant calls which belong to ca llsets with these ids. Leaving this blank returns all variant calls. At most one of callsetNames or callsetIds should be provided.", 2096 "description": "Only return variant calls which belong to ca ll sets with these ids. Leaving this blank returns all variant calls.",
2052 "items": { 2097 "items": {
2053 "type": "string" 2098 "type": "string"
2054 }, 2099 },
2055 "type": "array" 2100 "type": "array"
2056 }, 2101 },
2057 "callsetNames": { 2102 "end": {
2058 "description": "Only return variant calls which belong to ca llsets which have exactly these names. Leaving this blank returns all variant ca lls. At most one of callsetNames or callsetIds should be provided.",
2059 "items": {
2060 "type": "string"
2061 },
2062 "type": "array"
2063 },
2064 "contig": {
2065 "description": "Required. Only return variants on this conti g.",
2066 "type": "string"
2067 },
2068 "endPosition": {
2069 "description": "Required. The end of the window (0-based, ex clusive) for which overlapping variants should be returned.", 2103 "description": "Required. The end of the window (0-based, ex clusive) for which overlapping variants should be returned.",
2070 "format": "int64", 2104 "format": "int64",
2071 "type": "string" 2105 "type": "string"
2072 }, 2106 },
2073 "maxResults": { 2107 "maxCalls": {
2108 "description": "The maximum number of calls to return. Howev er, at least one variant will always be returned, even if it has more calls than this limit.",
2109 "format": "int32",
2110 "type": "integer"
2111 },
2112 "pageSize": {
2074 "description": "The maximum number of variants to return.", 2113 "description": "The maximum number of variants to return.",
2075 "format": "uint64", 2114 "format": "int32",
2115 "type": "integer"
2116 },
2117 "pageToken": {
2118 "description": "The continuation token, which is used to pag e through large result sets. To get the next page of results, set this parameter to the value of nextPageToken from the previous response.",
2076 "type": "string" 2119 "type": "string"
2077 }, 2120 },
2078 "pageToken": { 2121 "referenceName": {
2079 "description": "The continuation token, which is used to pag e through large result sets. To get the next page of results, set this parameter to the value of \"nextPageToken\" from the previous response.", 2122 "description": "Required. Only return variants in this refer ence sequence.",
2080 "type": "string" 2123 "type": "string"
2081 }, 2124 },
2082 "startPosition": { 2125 "start": {
2083 "description": "Required. The beginning of the window (0-bas ed, inclusive) for which overlapping variants should be returned.", 2126 "description": "Required. The beginning of the window (0-bas ed, inclusive) for which overlapping variants should be returned.",
2084 "format": "int64", 2127 "format": "int64",
2085 "type": "string" 2128 "type": "string"
2086 }, 2129 },
2087 "variantName": { 2130 "variantName": {
2088 "description": "Only return variants which have exactly this name.", 2131 "description": "Only return variants which have exactly this name.",
2089 "type": "string" 2132 "type": "string"
2090 }, 2133 },
2091 "variantsetId": { 2134 "variantSetIds": {
2092 "description": "Required. The ID of the variantset to search .", 2135 "description": "Exactly one variant set ID must be provided. Only variants from this variant set will be returned.",
2093 "type": "string" 2136 "items": {
2137 "type": "string"
2138 },
2139 "type": "array"
2094 } 2140 }
2095 }, 2141 },
2096 "type": "object" 2142 "type": "object"
2097 }, 2143 },
2098 "SearchVariantsResponse": { 2144 "SearchVariantsResponse": {
2099 "description": "The variant search response.", 2145 "description": "The variant search response.",
2100 "id": "SearchVariantsResponse", 2146 "id": "SearchVariantsResponse",
2101 "properties": { 2147 "properties": {
2102 "nextPageToken": { 2148 "nextPageToken": {
2103 "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.", 2149 "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.",
2104 "type": "string" 2150 "type": "string"
2105 }, 2151 },
2106 "variants": { 2152 "variants": {
2107 "description": "The list of matching Variants.", 2153 "description": "The list of matching Variants.",
2108 "items": { 2154 "items": {
2109 "$ref": "Variant" 2155 "$ref": "Variant"
2110 }, 2156 },
2111 "type": "array" 2157 "type": "array"
2112 } 2158 }
2113 }, 2159 },
2114 "type": "object" 2160 "type": "object"
2115 }, 2161 },
2116 "Variant": { 2162 "Variant": {
2117 "description": "A Variant represents a change in DNA sequence relati ve to some reference. For example, a Variant could represent a SNP or an inserti on. Variants belong to a Variantset.", 2163 "description": "A Variant represents a change in DNA sequence relati ve to some reference. For example, a Variant could represent a SNP or an inserti on. Variants belong to a variant set.",
2118 "id": "Variant", 2164 "id": "Variant",
2119 "properties": { 2165 "properties": {
2120 "alternateBases": { 2166 "alternateBases": {
2121 "description": "The bases that appear instead of the referen ce bases.", 2167 "description": "The bases that appear instead of the referen ce bases.",
2122 "items": { 2168 "items": {
2123 "type": "string" 2169 "type": "string"
2124 }, 2170 },
2125 "type": "array" 2171 "type": "array"
2126 }, 2172 },
2127 "calls": { 2173 "calls": {
2128 "description": "The variant calls for this particular varian t. Each one represents the determination of genotype with respect to this varian t.", 2174 "description": "The variant calls for this particular varian t. Each one represents the determination of genotype with respect to this varian t.",
2129 "items": { 2175 "items": {
2130 "$ref": "Call" 2176 "$ref": "Call"
2131 }, 2177 },
2132 "type": "array" 2178 "type": "array"
2133 }, 2179 },
2134 "contig": {
2135 "description": "The contig on which this variant occurs. (su ch as 'chr20' or 'X')",
2136 "type": "string"
2137 },
2138 "created": { 2180 "created": {
2139 "description": "The date this variant was created, in millis econds from the epoch.", 2181 "description": "The date this variant was created, in millis econds from the epoch.",
2140 "format": "int64", 2182 "format": "int64",
2141 "type": "string" 2183 "type": "string"
2142 }, 2184 },
2143 "end": { 2185 "end": {
2144 "description": "The end position (0-based) of this variant. This corresponds to the first base after the last base in the reference allele. So, the length of the reference allele is (end - position). This is useful for v ariants that don't explicitly give alternate bases, for example large deletions. ", 2186 "description": "The end position (0-based) of this variant. This corresponds to the first base after the last base in the reference allele. So, the length of the reference allele is (end - start). This is useful for vari ants that don't explicitly give alternate bases, for example large deletions.",
2145 "format": "int64", 2187 "format": "int64",
2146 "type": "string" 2188 "type": "string"
2147 }, 2189 },
2148 "id": { 2190 "id": {
2149 "description": "The Google generated ID of the variant, immu table.", 2191 "description": "The Google generated ID of the variant, immu table.",
2150 "type": "string" 2192 "type": "string"
2151 }, 2193 },
2152 "info": { 2194 "info": {
2153 "additionalProperties": { 2195 "additionalProperties": {
2154 "description": "A string which maps to an array of value s.", 2196 "description": "A string which maps to an array of value s.",
2155 "items": { 2197 "items": {
2156 "type": "string" 2198 "type": "string"
2157 }, 2199 },
2158 "type": "array" 2200 "type": "array"
2159 }, 2201 },
2160 "description": "A map of additional variant information.", 2202 "description": "A map of additional variant information.",
2161 "type": "object" 2203 "type": "object"
2162 }, 2204 },
2163 "names": { 2205 "names": {
2164 "description": "Names for the variant, for example a RefSNP ID.", 2206 "description": "Names for the variant, for example a RefSNP ID.",
2165 "items": { 2207 "items": {
2166 "type": "string" 2208 "type": "string"
2167 }, 2209 },
2168 "type": "array" 2210 "type": "array"
2169 }, 2211 },
2170 "position": {
2171 "description": "The position at which this variant occurs (0 -based). This corresponds to the first base of the string of reference bases.",
2172 "format": "int64",
2173 "type": "string"
2174 },
2175 "referenceBases": { 2212 "referenceBases": {
2176 "description": "The reference bases for this variant. They s tart at the given position.", 2213 "description": "The reference bases for this variant. They s tart at the given position.",
2177 "type": "string" 2214 "type": "string"
2178 }, 2215 },
2179 "variantsetId": { 2216 "referenceName": {
2180 "description": "The ID of the variantset this variant belong s to.", 2217 "description": "The reference on which this variant occurs. (such as chr20 or X)",
2218 "type": "string"
2219 },
2220 "start": {
2221 "description": "The position at which this variant occurs (0 -based). This corresponds to the first base of the string of reference bases.",
2222 "format": "int64",
2223 "type": "string"
2224 },
2225 "variantSetId": {
2226 "description": "The ID of the variant set this variant belon gs to.",
2181 "type": "string" 2227 "type": "string"
2182 } 2228 }
2183 }, 2229 },
2184 "type": "object" 2230 "type": "object"
2231 },
2232 "VariantSet": {
2233 "description": "A VariantSet represents a collection of Variants and their summary statistics.",
2234 "id": "VariantSet",
2235 "properties": {
2236 "datasetId": {
2237 "description": "The dataset to which this variant set belong s. Immutable.",
2238 "type": "string"
2239 },
2240 "id": {
2241 "description": "The Google-generated ID of the variant set. Immutable.",
2242 "type": "string"
2243 },
2244 "metadata": {
2245 "description": "The metadata associated with this variant se t.",
2246 "items": {
2247 "$ref": "Metadata"
2248 },
2249 "type": "array"
2250 },
2251 "referenceBounds": {
2252 "description": "A list of all references used by the variant s in a variant set with associated coordinate upper bounds for each one.",
2253 "items": {
2254 "$ref": "ReferenceBound"
2255 },
2256 "type": "array"
2257 }
2258 },
2259 "type": "object"
2185 } 2260 }
2186 }, 2261 },
2187 "servicePath": "genomics/v1beta/", 2262 "servicePath": "genomics/v1beta/",
2188 "title": "Genomics API", 2263 "title": "Genomics API",
2189 "version": "v1beta" 2264 "version": "v1beta"
2190 } 2265 }
OLDNEW
« no previous file with comments | « discovery/googleapis_beta/datastore__v1beta2.json ('k') | discovery/googleapis_beta/manager__v1beta2.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698