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

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

Issue 663113002: Api roll 4: 2014-10-20 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: 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": "\"8MqRhZzx1kw0pwpjahVJEB3eI6w/KuyG9Uj3SRA52u3K-KvNS1fR_Xw\"", 26 "etag": "\"l66ggWbucbkBw9Lpos72oziyefE/QFkFkv2LMi0ob1p4dyYfQYJIVYc\"",
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 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
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. Returns a ll public projects if no project number is specified.",
334 "format": "int64", 334 "format": "int64",
335 "location": "query", 335 "location": "query",
336 "type": "string" 336 "type": "string"
337 } 337 }
338 }, 338 },
339 "path": "datasets", 339 "path": "datasets",
340 "response": { 340 "response": {
341 "$ref": "ListDatasetsResponse" 341 "$ref": "ListDatasetsResponse"
342 }, 342 },
343 "scopes": [ 343 "scopes": [
(...skipping 595 matching lines...) Expand 10 before | Expand all | Expand 10 after
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": "MergeVariantsRequest" 946 "$ref": "MergeVariantsRequest"
947 } 947 }
948 }, 948 },
949 "patch": {
950 "description": "Updates a variant set's metadata. All other modifications are silently ignored. Returns the modified variant set. This metho d supports patch semantics.",
951 "httpMethod": "PATCH",
952 "id": "genomics.variantsets.patch",
953 "parameterOrder": [
954 "variantSetId"
955 ],
956 "parameters": {
957 "variantSetId": {
958 "description": "The ID of the variant to be updated. ",
959 "location": "path",
960 "required": true,
961 "type": "string"
962 }
963 },
964 "path": "variantsets/{variantSetId}",
965 "request": {
966 "$ref": "VariantSet"
967 },
968 "response": {
969 "$ref": "VariantSet"
970 },
971 "scopes": [
972 "https://www.googleapis.com/auth/genomics"
973 ]
974 },
949 "search": { 975 "search": {
950 "description": "Returns a list of all variant sets matching search criteria.", 976 "description": "Returns a list of all variant sets matching search criteria.",
951 "httpMethod": "POST", 977 "httpMethod": "POST",
952 "id": "genomics.variantsets.search", 978 "id": "genomics.variantsets.search",
953 "path": "variantsets/search", 979 "path": "variantsets/search",
954 "request": { 980 "request": {
955 "$ref": "SearchVariantSetsRequest" 981 "$ref": "SearchVariantSetsRequest"
956 }, 982 },
957 "response": { 983 "response": {
958 "$ref": "SearchVariantSetsResponse" 984 "$ref": "SearchVariantSetsResponse"
959 }, 985 },
960 "scopes": [ 986 "scopes": [
961 "https://www.googleapis.com/auth/genomics", 987 "https://www.googleapis.com/auth/genomics",
962 "https://www.googleapis.com/auth/genomics.readonly" 988 "https://www.googleapis.com/auth/genomics.readonly"
963 ] 989 ]
990 },
991 "update": {
992 "description": "Updates a variant set's metadata. All other modifications are silently ignored. Returns the modified variant set.",
993 "httpMethod": "PUT",
994 "id": "genomics.variantsets.update",
995 "parameterOrder": [
996 "variantSetId"
997 ],
998 "parameters": {
999 "variantSetId": {
1000 "description": "The ID of the variant to be updated. ",
1001 "location": "path",
1002 "required": true,
1003 "type": "string"
1004 }
1005 },
1006 "path": "variantsets/{variantSetId}",
1007 "request": {
1008 "$ref": "VariantSet"
1009 },
1010 "response": {
1011 "$ref": "VariantSet"
1012 },
1013 "scopes": [
1014 "https://www.googleapis.com/auth/genomics"
1015 ]
964 } 1016 }
965 } 1017 }
966 } 1018 }
967 }, 1019 },
968 "revision": "20141001", 1020 "revision": "20141015",
969 "rootUrl": "https://www.googleapis.com/", 1021 "rootUrl": "https://www.googleapis.com/",
970 "schemas": { 1022 "schemas": {
971 "Beacon": { 1023 "Beacon": {
972 "description": "A beacon represents whether any variant call in a va riant set has a specific allele at a particular position.", 1024 "description": "A beacon represents whether any variant call in a va riant set has a specific allele at a particular position.",
973 "id": "Beacon", 1025 "id": "Beacon",
974 "properties": { 1026 "properties": {
975 "exists": { 1027 "exists": {
976 "description": "True if the allele exists on any variant cal l, false otherwise.", 1028 "description": "True if the allele exists on any variant cal l, false otherwise.",
977 "type": "boolean" 1029 "type": "boolean"
978 } 1030 }
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
1101 }, 1153 },
1102 "projectId": { 1154 "projectId": {
1103 "description": "The Google Developers Console project number that this dataset belongs to.", 1155 "description": "The Google Developers Console project number that this dataset belongs to.",
1104 "format": "int64", 1156 "format": "int64",
1105 "type": "string" 1157 "type": "string"
1106 } 1158 }
1107 }, 1159 },
1108 "type": "object" 1160 "type": "object"
1109 }, 1161 },
1110 "ExperimentalCreateJobRequest": { 1162 "ExperimentalCreateJobRequest": {
1111 "description": "The job creation request. Next ID: 12", 1163 "description": "The job creation request.",
1112 "id": "ExperimentalCreateJobRequest", 1164 "id": "ExperimentalCreateJobRequest",
1113 "properties": { 1165 "properties": {
1114 "align": { 1166 "align": {
1115 "description": "Specifies whether or not to run the alignmen t pipeline. At least one of align or callVariants must be provided.", 1167 "description": "Specifies whether or not to run the alignmen t pipeline. At least one of align or callVariants must be provided.",
1116 "type": "boolean" 1168 "type": "boolean"
1117 }, 1169 },
1118 "callVariants": { 1170 "callVariants": {
1119 "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.", 1171 "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.",
1120 "type": "boolean" 1172 "type": "boolean"
1121 }, 1173 },
1122 "gcsOutputPath": { 1174 "gcsOutputPath": {
1123 "description": "Specifies where to copy the results of certa in pipelines. This should be in the form of gs://bucket/path.", 1175 "description": "Specifies where to copy the results of certa in pipelines. This should be in the form of gs://bucket/path.",
1124 "type": "string" 1176 "type": "string"
1125 }, 1177 },
1126 "libraryName": {
1127 "description": "For alignment from FASTQ files, this specifi es the library name.",
1128 "type": "string"
1129 },
1130 "pairedSourceUris": { 1178 "pairedSourceUris": {
1131 "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.", 1179 "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.",
1132 "items": { 1180 "items": {
1133 "type": "string" 1181 "type": "string"
1134 }, 1182 },
1135 "type": "array" 1183 "type": "array"
1136 }, 1184 },
1137 "platformName": {
1138 "description": "For alignment from FASTQ files, this specifi es the platform name.",
1139 "type": "string"
1140 },
1141 "platformUnit": {
1142 "description": "For alignment from FASTQ files, this specifi es the platform unit.",
1143 "type": "string"
1144 },
1145 "projectId": { 1185 "projectId": {
1146 "description": "Required. The Google Cloud Project ID with w hich to associate the request.", 1186 "description": "Required. The Google Cloud Project ID with w hich to associate the request.",
1147 "format": "int64", 1187 "format": "int64",
1148 "type": "string" 1188 "type": "string"
1149 }, 1189 },
1150 "readGroupId": {
1151 "description": "For alignment from FASTQ files, this specifi es the read group ID.",
1152 "type": "string"
1153 },
1154 "sampleName": {
1155 "description": "For alignment from FASTQ files, this specifi es the sample name.",
1156 "type": "string"
1157 },
1158 "sourceUris": { 1190 "sourceUris": {
1159 "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.", 1191 "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.",
1160 "items": { 1192 "items": {
1161 "type": "string" 1193 "type": "string"
1162 }, 1194 },
1163 "type": "array" 1195 "type": "array"
1164 } 1196 }
1165 }, 1197 },
1166 "type": "object" 1198 "type": "object"
1167 }, 1199 },
(...skipping 1153 matching lines...) Expand 10 before | Expand all | Expand 10 after
2321 "type": "array" 2353 "type": "array"
2322 } 2354 }
2323 }, 2355 },
2324 "type": "object" 2356 "type": "object"
2325 } 2357 }
2326 }, 2358 },
2327 "servicePath": "genomics/v1beta/", 2359 "servicePath": "genomics/v1beta/",
2328 "title": "Genomics API", 2360 "title": "Genomics API",
2329 "version": "v1beta" 2361 "version": "v1beta"
2330 } 2362 }
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