| OLD | NEW |
| 1 // This is a generated file (see the discoveryapis_generator project). | 1 // This is a generated file (see the discoveryapis_generator project). |
| 2 | 2 |
| 3 library googleapis.genomics.v1; | 3 library googleapis.genomics.v1; |
| 4 | 4 |
| 5 import 'dart:core' as core; | 5 import 'dart:core' as core; |
| 6 import 'dart:async' as async; | 6 import 'dart:async' as async; |
| 7 import 'dart:convert' as convert; | 7 import 'dart:convert' as convert; |
| 8 | 8 |
| 9 import 'package:_discoveryapis_commons/_discoveryapis_commons.dart' as commons; | 9 import 'package:_discoveryapis_commons/_discoveryapis_commons.dart' as commons; |
| 10 import 'package:http/http.dart' as http; | 10 import 'package:http/http.dart' as http; |
| (...skipping 914 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 925 * the definitions of datasets and other genomics resources, see [Fundamentals | 925 * the definitions of datasets and other genomics resources, see [Fundamentals |
| 926 * of Google | 926 * of Google |
| 927 * Genomics](https://cloud.google.com/genomics/fundamentals-of-google-genomics
) | 927 * Genomics](https://cloud.google.com/genomics/fundamentals-of-google-genomics
) |
| 928 * | 928 * |
| 929 * [request] - The metadata request object. | 929 * [request] - The metadata request object. |
| 930 * | 930 * |
| 931 * Request parameters: | 931 * Request parameters: |
| 932 * | 932 * |
| 933 * [resource] - REQUIRED: The resource for which policy is being specified. | 933 * [resource] - REQUIRED: The resource for which policy is being specified. |
| 934 * Format is `datasets/`. | 934 * Format is `datasets/`. |
| 935 * Value must have pattern "^datasets/[^/]*$". | 935 * Value must have pattern "^datasets/[^/]+$". |
| 936 * | 936 * |
| 937 * Completes with a [Policy]. | 937 * Completes with a [Policy]. |
| 938 * | 938 * |
| 939 * Completes with a [commons.ApiRequestError] if the API endpoint returned an | 939 * Completes with a [commons.ApiRequestError] if the API endpoint returned an |
| 940 * error. | 940 * error. |
| 941 * | 941 * |
| 942 * If the used [http.Client] completes with an error when making a REST call, | 942 * If the used [http.Client] completes with an error when making a REST call, |
| 943 * this method will complete with the same error. | 943 * this method will complete with the same error. |
| 944 */ | 944 */ |
| 945 async.Future<Policy> getIamPolicy(GetIamPolicyRequest request, core.String res
ource) { | 945 async.Future<Policy> getIamPolicy(GetIamPolicyRequest request, core.String res
ource) { |
| (...skipping 23 matching lines...) Expand all Loading... |
| 969 return _response.then((data) => new Policy.fromJson(data)); | 969 return _response.then((data) => new Policy.fromJson(data)); |
| 970 } | 970 } |
| 971 | 971 |
| 972 /** | 972 /** |
| 973 * Lists datasets within a project. For the definitions of datasets and other | 973 * Lists datasets within a project. For the definitions of datasets and other |
| 974 * genomics resources, see [Fundamentals of Google | 974 * genomics resources, see [Fundamentals of Google |
| 975 * Genomics](https://cloud.google.com/genomics/fundamentals-of-google-genomics
) | 975 * Genomics](https://cloud.google.com/genomics/fundamentals-of-google-genomics
) |
| 976 * | 976 * |
| 977 * Request parameters: | 977 * Request parameters: |
| 978 * | 978 * |
| 979 * [projectId] - Required. The project to list datasets for. | 979 * [projectId] - Required. The Google Cloud project ID to list datasets for. |
| 980 * | 980 * |
| 981 * [pageSize] - The maximum number of results to return in a single page. If | 981 * [pageSize] - The maximum number of results to return in a single page. If |
| 982 * unspecified, defaults to 50. The maximum value is 1024. | 982 * unspecified, defaults to 50. The maximum value is 1024. |
| 983 * | 983 * |
| 984 * [pageToken] - The continuation token, which is used to page through large | 984 * [pageToken] - The continuation token, which is used to page through large |
| 985 * result sets. To get the next page of results, set this parameter to the | 985 * result sets. To get the next page of results, set this parameter to the |
| 986 * value of `nextPageToken` from the previous response. | 986 * value of `nextPageToken` from the previous response. |
| 987 * | 987 * |
| 988 * Completes with a [ListDatasetsResponse]. | 988 * Completes with a [ListDatasetsResponse]. |
| 989 * | 989 * |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1083 * resources, see [Fundamentals of Google | 1083 * resources, see [Fundamentals of Google |
| 1084 * Genomics](https://cloud.google.com/genomics/fundamentals-of-google-genomics
) | 1084 * Genomics](https://cloud.google.com/genomics/fundamentals-of-google-genomics
) |
| 1085 * See Setting a Policy for more information. | 1085 * See Setting a Policy for more information. |
| 1086 * | 1086 * |
| 1087 * [request] - The metadata request object. | 1087 * [request] - The metadata request object. |
| 1088 * | 1088 * |
| 1089 * Request parameters: | 1089 * Request parameters: |
| 1090 * | 1090 * |
| 1091 * [resource] - REQUIRED: The resource for which policy is being specified. | 1091 * [resource] - REQUIRED: The resource for which policy is being specified. |
| 1092 * Format is `datasets/`. | 1092 * Format is `datasets/`. |
| 1093 * Value must have pattern "^datasets/[^/]*$". | 1093 * Value must have pattern "^datasets/[^/]+$". |
| 1094 * | 1094 * |
| 1095 * Completes with a [Policy]. | 1095 * Completes with a [Policy]. |
| 1096 * | 1096 * |
| 1097 * Completes with a [commons.ApiRequestError] if the API endpoint returned an | 1097 * Completes with a [commons.ApiRequestError] if the API endpoint returned an |
| 1098 * error. | 1098 * error. |
| 1099 * | 1099 * |
| 1100 * If the used [http.Client] completes with an error when making a REST call, | 1100 * If the used [http.Client] completes with an error when making a REST call, |
| 1101 * this method will complete with the same error. | 1101 * this method will complete with the same error. |
| 1102 */ | 1102 */ |
| 1103 async.Future<Policy> setIamPolicy(SetIamPolicyRequest request, core.String res
ource) { | 1103 async.Future<Policy> setIamPolicy(SetIamPolicyRequest request, core.String res
ource) { |
| (...skipping 28 matching lines...) Expand all Loading... |
| 1132 * Testing Permissions for more information. For the definitions of datasets | 1132 * Testing Permissions for more information. For the definitions of datasets |
| 1133 * and other genomics resources, see [Fundamentals of Google | 1133 * and other genomics resources, see [Fundamentals of Google |
| 1134 * Genomics](https://cloud.google.com/genomics/fundamentals-of-google-genomics
) | 1134 * Genomics](https://cloud.google.com/genomics/fundamentals-of-google-genomics
) |
| 1135 * | 1135 * |
| 1136 * [request] - The metadata request object. | 1136 * [request] - The metadata request object. |
| 1137 * | 1137 * |
| 1138 * Request parameters: | 1138 * Request parameters: |
| 1139 * | 1139 * |
| 1140 * [resource] - REQUIRED: The resource for which policy is being specified. | 1140 * [resource] - REQUIRED: The resource for which policy is being specified. |
| 1141 * Format is `datasets/`. | 1141 * Format is `datasets/`. |
| 1142 * Value must have pattern "^datasets/[^/]*$". | 1142 * Value must have pattern "^datasets/[^/]+$". |
| 1143 * | 1143 * |
| 1144 * Completes with a [TestIamPermissionsResponse]. | 1144 * Completes with a [TestIamPermissionsResponse]. |
| 1145 * | 1145 * |
| 1146 * Completes with a [commons.ApiRequestError] if the API endpoint returned an | 1146 * Completes with a [commons.ApiRequestError] if the API endpoint returned an |
| 1147 * error. | 1147 * error. |
| 1148 * | 1148 * |
| 1149 * If the used [http.Client] completes with an error when making a REST call, | 1149 * If the used [http.Client] completes with an error when making a REST call, |
| 1150 * this method will complete with the same error. | 1150 * this method will complete with the same error. |
| 1151 */ | 1151 */ |
| 1152 async.Future<TestIamPermissionsResponse> testIamPermissions(TestIamPermissions
Request request, core.String resource) { | 1152 async.Future<TestIamPermissionsResponse> testIamPermissions(TestIamPermissions
Request request, core.String resource) { |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1238 * makes a best effort to cancel the operation, but success is not guaranteed. | 1238 * makes a best effort to cancel the operation, but success is not guaranteed. |
| 1239 * Clients may use Operations.GetOperation or Operations.ListOperations to | 1239 * Clients may use Operations.GetOperation or Operations.ListOperations to |
| 1240 * check whether the cancellation succeeded or the operation completed despite | 1240 * check whether the cancellation succeeded or the operation completed despite |
| 1241 * cancellation. | 1241 * cancellation. |
| 1242 * | 1242 * |
| 1243 * [request] - The metadata request object. | 1243 * [request] - The metadata request object. |
| 1244 * | 1244 * |
| 1245 * Request parameters: | 1245 * Request parameters: |
| 1246 * | 1246 * |
| 1247 * [name] - The name of the operation resource to be cancelled. | 1247 * [name] - The name of the operation resource to be cancelled. |
| 1248 * Value must have pattern "^operations/.*$". | 1248 * Value must have pattern "^operations/.+$". |
| 1249 * | 1249 * |
| 1250 * Completes with a [Empty]. | 1250 * Completes with a [Empty]. |
| 1251 * | 1251 * |
| 1252 * Completes with a [commons.ApiRequestError] if the API endpoint returned an | 1252 * Completes with a [commons.ApiRequestError] if the API endpoint returned an |
| 1253 * error. | 1253 * error. |
| 1254 * | 1254 * |
| 1255 * If the used [http.Client] completes with an error when making a REST call, | 1255 * If the used [http.Client] completes with an error when making a REST call, |
| 1256 * this method will complete with the same error. | 1256 * this method will complete with the same error. |
| 1257 */ | 1257 */ |
| 1258 async.Future<Empty> cancel(CancelOperationRequest request, core.String name) { | 1258 async.Future<Empty> cancel(CancelOperationRequest request, core.String name) { |
| (...skipping 24 matching lines...) Expand all Loading... |
| 1283 } | 1283 } |
| 1284 | 1284 |
| 1285 /** | 1285 /** |
| 1286 * Gets the latest state of a long-running operation. Clients can use this | 1286 * Gets the latest state of a long-running operation. Clients can use this |
| 1287 * method to poll the operation result at intervals as recommended by the API | 1287 * method to poll the operation result at intervals as recommended by the API |
| 1288 * service. | 1288 * service. |
| 1289 * | 1289 * |
| 1290 * Request parameters: | 1290 * Request parameters: |
| 1291 * | 1291 * |
| 1292 * [name] - The name of the operation resource. | 1292 * [name] - The name of the operation resource. |
| 1293 * Value must have pattern "^operations/.*$". | 1293 * Value must have pattern "^operations/.+$". |
| 1294 * | 1294 * |
| 1295 * Completes with a [Operation]. | 1295 * Completes with a [Operation]. |
| 1296 * | 1296 * |
| 1297 * Completes with a [commons.ApiRequestError] if the API endpoint returned an | 1297 * Completes with a [commons.ApiRequestError] if the API endpoint returned an |
| 1298 * error. | 1298 * error. |
| 1299 * | 1299 * |
| 1300 * If the used [http.Client] completes with an error when making a REST call, | 1300 * If the used [http.Client] completes with an error when making a REST call, |
| 1301 * this method will complete with the same error. | 1301 * this method will complete with the same error. |
| 1302 */ | 1302 */ |
| 1303 async.Future<Operation> get(core.String name) { | 1303 async.Future<Operation> get(core.String name) { |
| (...skipping 26 matching lines...) Expand all Loading... |
| 1330 * Request parameters: | 1330 * Request parameters: |
| 1331 * | 1331 * |
| 1332 * [name] - The name of the operation collection. | 1332 * [name] - The name of the operation collection. |
| 1333 * Value must have pattern "^operations$". | 1333 * Value must have pattern "^operations$". |
| 1334 * | 1334 * |
| 1335 * [filter] - A string for filtering Operations. The following filter fields | 1335 * [filter] - A string for filtering Operations. The following filter fields |
| 1336 * are supported: * projectId: Required. Corresponds to | 1336 * are supported: * projectId: Required. Corresponds to |
| 1337 * OperationMetadata.projectId. * createTime: The time this job was created, | 1337 * OperationMetadata.projectId. * createTime: The time this job was created, |
| 1338 * in seconds from the [epoch](http://en.wikipedia.org/wiki/Unix_time). Can | 1338 * in seconds from the [epoch](http://en.wikipedia.org/wiki/Unix_time). Can |
| 1339 * use `>=` and/or `= 1432140000` * `projectId = my-project AND createTime >= | 1339 * use `>=` and/or `= 1432140000` * `projectId = my-project AND createTime >= |
| 1340 * 1432140000 AND createTime <= 1432150000 AND status = RUNNING` | 1340 * 1432140000 AND createTime <= 1432150000 AND status = RUNNING` * `projectId |
| 1341 * = my-project AND labels.color = *` * `projectId = my-project AND |
| 1342 * labels.color = red` |
| 1341 * | 1343 * |
| 1342 * [pageSize] - The maximum number of results to return. If unspecified, | 1344 * [pageSize] - The maximum number of results to return. If unspecified, |
| 1343 * defaults to 256. The maximum value is 2048. | 1345 * defaults to 256. The maximum value is 2048. |
| 1344 * | 1346 * |
| 1345 * [pageToken] - The standard list page token. | 1347 * [pageToken] - The standard list page token. |
| 1346 * | 1348 * |
| 1347 * Completes with a [ListOperationsResponse]. | 1349 * Completes with a [ListOperationsResponse]. |
| 1348 * | 1350 * |
| 1349 * Completes with a [commons.ApiRequestError] if the API endpoint returned an | 1351 * Completes with a [commons.ApiRequestError] if the API endpoint returned an |
| 1350 * error. | 1352 * error. |
| (...skipping 2157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3508 * definitions, see [Fundamentals of Google | 3510 * definitions, see [Fundamentals of Google |
| 3509 * Genomics](https://cloud.google.com/genomics/fundamentals-of-google-genomics) | 3511 * Genomics](https://cloud.google.com/genomics/fundamentals-of-google-genomics) |
| 3510 */ | 3512 */ |
| 3511 class Dataset { | 3513 class Dataset { |
| 3512 /** The time this dataset was created, in seconds from the epoch. */ | 3514 /** The time this dataset was created, in seconds from the epoch. */ |
| 3513 core.String createTime; | 3515 core.String createTime; |
| 3514 /** The server-generated dataset ID, unique across all datasets. */ | 3516 /** The server-generated dataset ID, unique across all datasets. */ |
| 3515 core.String id; | 3517 core.String id; |
| 3516 /** The dataset name. */ | 3518 /** The dataset name. */ |
| 3517 core.String name; | 3519 core.String name; |
| 3518 /** The Google Developers Console project ID that this dataset belongs to. */ | 3520 /** The Google Cloud project ID that this dataset belongs to. */ |
| 3519 core.String projectId; | 3521 core.String projectId; |
| 3520 | 3522 |
| 3521 Dataset(); | 3523 Dataset(); |
| 3522 | 3524 |
| 3523 Dataset.fromJson(core.Map _json) { | 3525 Dataset.fromJson(core.Map _json) { |
| 3524 if (_json.containsKey("createTime")) { | 3526 if (_json.containsKey("createTime")) { |
| 3525 createTime = _json["createTime"]; | 3527 createTime = _json["createTime"]; |
| 3526 } | 3528 } |
| 3527 if (_json.containsKey("id")) { | 3529 if (_json.containsKey("id")) { |
| 3528 id = _json["id"]; | 3530 id = _json["id"]; |
| (...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3715 | 3717 |
| 3716 /** The read group set export request. */ | 3718 /** The read group set export request. */ |
| 3717 class ExportReadGroupSetRequest { | 3719 class ExportReadGroupSetRequest { |
| 3718 /** | 3720 /** |
| 3719 * Required. A Google Cloud Storage URI for the exported BAM file. The | 3721 * Required. A Google Cloud Storage URI for the exported BAM file. The |
| 3720 * currently authenticated user must have write access to the new file. An | 3722 * currently authenticated user must have write access to the new file. An |
| 3721 * error will be returned if the URI already contains data. | 3723 * error will be returned if the URI already contains data. |
| 3722 */ | 3724 */ |
| 3723 core.String exportUri; | 3725 core.String exportUri; |
| 3724 /** | 3726 /** |
| 3725 * Required. The Google Developers Console project ID that owns this export. | 3727 * Required. The Google Cloud project ID that owns this export. The caller |
| 3726 * The caller must have WRITE access to this project. | 3728 * must have WRITE access to this project. |
| 3727 */ | 3729 */ |
| 3728 core.String projectId; | 3730 core.String projectId; |
| 3729 /** | 3731 /** |
| 3730 * The reference names to export. If this is not specified, all reference | 3732 * The reference names to export. If this is not specified, all reference |
| 3731 * sequences, including unmapped reads, are exported. Use `*` to export only | 3733 * sequences, including unmapped reads, are exported. Use `*` to export only |
| 3732 * unmapped reads. | 3734 * unmapped reads. |
| 3733 */ | 3735 */ |
| 3734 core.List<core.String> referenceNames; | 3736 core.List<core.String> referenceNames; |
| 3735 | 3737 |
| 3736 ExportReadGroupSetRequest(); | 3738 ExportReadGroupSetRequest(); |
| (...skipping 579 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4316 * This resource represents a long-running operation that is the result of a | 4318 * This resource represents a long-running operation that is the result of a |
| 4317 * network API call. | 4319 * network API call. |
| 4318 */ | 4320 */ |
| 4319 class Operation { | 4321 class Operation { |
| 4320 /** | 4322 /** |
| 4321 * If the value is `false`, it means the operation is still in progress. If | 4323 * If the value is `false`, it means the operation is still in progress. If |
| 4322 * true, the operation is completed, and either `error` or `response` is | 4324 * true, the operation is completed, and either `error` or `response` is |
| 4323 * available. | 4325 * available. |
| 4324 */ | 4326 */ |
| 4325 core.bool done; | 4327 core.bool done; |
| 4326 /** The error result of the operation in case of failure. */ | 4328 /** The error result of the operation in case of failure or cancellation. */ |
| 4327 Status error; | 4329 Status error; |
| 4328 /** | 4330 /** |
| 4329 * An OperationMetadata object. This will always be returned with the | 4331 * An OperationMetadata object. This will always be returned with the |
| 4330 * Operation. | 4332 * Operation. |
| 4331 * | 4333 * |
| 4332 * The values for Object must be JSON objects. It can consist of `num`, | 4334 * The values for Object must be JSON objects. It can consist of `num`, |
| 4333 * `String`, `bool` and `null` as well as `Map` and `List` values. | 4335 * `String`, `bool` and `null` as well as `Map` and `List` values. |
| 4334 */ | 4336 */ |
| 4335 core.Map<core.String, core.Object> metadata; | 4337 core.Map<core.String, core.Object> metadata; |
| 4336 /** | 4338 /** |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4427 if (startTime != null) { | 4429 if (startTime != null) { |
| 4428 _json["startTime"] = startTime; | 4430 _json["startTime"] = startTime; |
| 4429 } | 4431 } |
| 4430 return _json; | 4432 return _json; |
| 4431 } | 4433 } |
| 4432 } | 4434 } |
| 4433 | 4435 |
| 4434 /** Metadata describing an Operation. */ | 4436 /** Metadata describing an Operation. */ |
| 4435 class OperationMetadata { | 4437 class OperationMetadata { |
| 4436 /** | 4438 /** |
| 4437 * Optionally provided by the caller when submitting the request that creates | 4439 * This field is deprecated. Use `labels` instead. Optionally provided by the |
| 4438 * the operation. | 4440 * caller when submitting the request that creates the operation. |
| 4439 */ | 4441 */ |
| 4440 core.String clientId; | 4442 core.String clientId; |
| 4441 /** The time at which the job was submitted to the Genomics service. */ | 4443 /** The time at which the job was submitted to the Genomics service. */ |
| 4442 core.String createTime; | 4444 core.String createTime; |
| 4443 /** The time at which the job stopped running. */ | 4445 /** The time at which the job stopped running. */ |
| 4444 core.String endTime; | 4446 core.String endTime; |
| 4445 /** | 4447 /** |
| 4446 * Optional event messages that were generated during the job's execution. | 4448 * Optional event messages that were generated during the job's execution. |
| 4447 * This also contains any warnings that were generated during import or | 4449 * This also contains any warnings that were generated during import or |
| 4448 * export. | 4450 * export. |
| 4449 */ | 4451 */ |
| 4450 core.List<OperationEvent> events; | 4452 core.List<OperationEvent> events; |
| 4453 /** |
| 4454 * Optionally provided by the caller when submitting the request that creates |
| 4455 * the operation. |
| 4456 */ |
| 4457 core.Map<core.String, core.String> labels; |
| 4451 /** The Google Cloud Project in which the job is scoped. */ | 4458 /** The Google Cloud Project in which the job is scoped. */ |
| 4452 core.String projectId; | 4459 core.String projectId; |
| 4453 /** | 4460 /** |
| 4454 * The original request that started the operation. Note that this will be in | 4461 * The original request that started the operation. Note that this will be in |
| 4455 * current version of the API. If the operation was started with v1beta2 API | 4462 * current version of the API. If the operation was started with v1beta2 API |
| 4456 * and a GetOperation is performed on v1 API, a v1 request will be returned. | 4463 * and a GetOperation is performed on v1 API, a v1 request will be returned. |
| 4457 * | 4464 * |
| 4458 * The values for Object must be JSON objects. It can consist of `num`, | 4465 * The values for Object must be JSON objects. It can consist of `num`, |
| 4459 * `String`, `bool` and `null` as well as `Map` and `List` values. | 4466 * `String`, `bool` and `null` as well as `Map` and `List` values. |
| 4460 */ | 4467 */ |
| (...skipping 16 matching lines...) Expand all Loading... |
| 4477 } | 4484 } |
| 4478 if (_json.containsKey("createTime")) { | 4485 if (_json.containsKey("createTime")) { |
| 4479 createTime = _json["createTime"]; | 4486 createTime = _json["createTime"]; |
| 4480 } | 4487 } |
| 4481 if (_json.containsKey("endTime")) { | 4488 if (_json.containsKey("endTime")) { |
| 4482 endTime = _json["endTime"]; | 4489 endTime = _json["endTime"]; |
| 4483 } | 4490 } |
| 4484 if (_json.containsKey("events")) { | 4491 if (_json.containsKey("events")) { |
| 4485 events = _json["events"].map((value) => new OperationEvent.fromJson(value)
).toList(); | 4492 events = _json["events"].map((value) => new OperationEvent.fromJson(value)
).toList(); |
| 4486 } | 4493 } |
| 4494 if (_json.containsKey("labels")) { |
| 4495 labels = _json["labels"]; |
| 4496 } |
| 4487 if (_json.containsKey("projectId")) { | 4497 if (_json.containsKey("projectId")) { |
| 4488 projectId = _json["projectId"]; | 4498 projectId = _json["projectId"]; |
| 4489 } | 4499 } |
| 4490 if (_json.containsKey("request")) { | 4500 if (_json.containsKey("request")) { |
| 4491 request = _json["request"]; | 4501 request = _json["request"]; |
| 4492 } | 4502 } |
| 4493 if (_json.containsKey("runtimeMetadata")) { | 4503 if (_json.containsKey("runtimeMetadata")) { |
| 4494 runtimeMetadata = _json["runtimeMetadata"]; | 4504 runtimeMetadata = _json["runtimeMetadata"]; |
| 4495 } | 4505 } |
| 4496 if (_json.containsKey("startTime")) { | 4506 if (_json.containsKey("startTime")) { |
| 4497 startTime = _json["startTime"]; | 4507 startTime = _json["startTime"]; |
| 4498 } | 4508 } |
| 4499 } | 4509 } |
| 4500 | 4510 |
| 4501 core.Map toJson() { | 4511 core.Map toJson() { |
| 4502 var _json = new core.Map(); | 4512 var _json = new core.Map(); |
| 4503 if (clientId != null) { | 4513 if (clientId != null) { |
| 4504 _json["clientId"] = clientId; | 4514 _json["clientId"] = clientId; |
| 4505 } | 4515 } |
| 4506 if (createTime != null) { | 4516 if (createTime != null) { |
| 4507 _json["createTime"] = createTime; | 4517 _json["createTime"] = createTime; |
| 4508 } | 4518 } |
| 4509 if (endTime != null) { | 4519 if (endTime != null) { |
| 4510 _json["endTime"] = endTime; | 4520 _json["endTime"] = endTime; |
| 4511 } | 4521 } |
| 4512 if (events != null) { | 4522 if (events != null) { |
| 4513 _json["events"] = events.map((value) => (value).toJson()).toList(); | 4523 _json["events"] = events.map((value) => (value).toJson()).toList(); |
| 4514 } | 4524 } |
| 4525 if (labels != null) { |
| 4526 _json["labels"] = labels; |
| 4527 } |
| 4515 if (projectId != null) { | 4528 if (projectId != null) { |
| 4516 _json["projectId"] = projectId; | 4529 _json["projectId"] = projectId; |
| 4517 } | 4530 } |
| 4518 if (request != null) { | 4531 if (request != null) { |
| 4519 _json["request"] = request; | 4532 _json["request"] = request; |
| 4520 } | 4533 } |
| 4521 if (runtimeMetadata != null) { | 4534 if (runtimeMetadata != null) { |
| 4522 _json["runtimeMetadata"] = runtimeMetadata; | 4535 _json["runtimeMetadata"] = runtimeMetadata; |
| 4523 } | 4536 } |
| 4524 if (startTime != null) { | 4537 if (startTime != null) { |
| (...skipping 2034 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6559 } | 6572 } |
| 6560 | 6573 |
| 6561 /** The stream reads request. */ | 6574 /** The stream reads request. */ |
| 6562 class StreamReadsRequest { | 6575 class StreamReadsRequest { |
| 6563 /** | 6576 /** |
| 6564 * The end position of the range on the reference, 0-based exclusive. If | 6577 * The end position of the range on the reference, 0-based exclusive. If |
| 6565 * specified, `referenceName` must also be specified. | 6578 * specified, `referenceName` must also be specified. |
| 6566 */ | 6579 */ |
| 6567 core.String end; | 6580 core.String end; |
| 6568 /** | 6581 /** |
| 6569 * The Google Developers Console project ID or number which will be billed for | 6582 * The Google Cloud project ID which will be billed for this access. The |
| 6570 * this access. The caller must have WRITE access to this project. Required. | 6583 * caller must have WRITE access to this project. Required. |
| 6571 */ | 6584 */ |
| 6572 core.String projectId; | 6585 core.String projectId; |
| 6573 /** The ID of the read group set from which to stream reads. */ | 6586 /** The ID of the read group set from which to stream reads. */ |
| 6574 core.String readGroupSetId; | 6587 core.String readGroupSetId; |
| 6575 /** | 6588 /** |
| 6576 * The reference sequence name, for example `chr1`, `1`, or `chrX`. If set to | 6589 * The reference sequence name, for example `chr1`, `1`, or `chrX`. If set to |
| 6577 * *, only unmapped reads are returned. | 6590 * *, only unmapped reads are returned. |
| 6578 */ | 6591 */ |
| 6579 core.String referenceName; | 6592 core.String referenceName; |
| 6580 /** | 6593 /** |
| (...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6684 * Only return variant calls which belong to call sets with these IDs. Leaving | 6697 * Only return variant calls which belong to call sets with these IDs. Leaving |
| 6685 * this blank returns all variant calls. | 6698 * this blank returns all variant calls. |
| 6686 */ | 6699 */ |
| 6687 core.List<core.String> callSetIds; | 6700 core.List<core.String> callSetIds; |
| 6688 /** | 6701 /** |
| 6689 * The end of the window (0-based, exclusive) for which overlapping variants | 6702 * The end of the window (0-based, exclusive) for which overlapping variants |
| 6690 * should be returned. | 6703 * should be returned. |
| 6691 */ | 6704 */ |
| 6692 core.String end; | 6705 core.String end; |
| 6693 /** | 6706 /** |
| 6694 * The Google Developers Console project ID or number which will be billed for | 6707 * The Google Cloud project ID which will be billed for this access. The |
| 6695 * this access. The caller must have WRITE access to this project. Required. | 6708 * caller must have WRITE access to this project. Required. |
| 6696 */ | 6709 */ |
| 6697 core.String projectId; | 6710 core.String projectId; |
| 6698 /** Required. Only return variants in this reference sequence. */ | 6711 /** Required. Only return variants in this reference sequence. */ |
| 6699 core.String referenceName; | 6712 core.String referenceName; |
| 6700 /** | 6713 /** |
| 6701 * The beginning of the window (0-based, inclusive) for which overlapping | 6714 * The beginning of the window (0-based, inclusive) for which overlapping |
| 6702 * variants should be returned. | 6715 * variants should be returned. |
| 6703 */ | 6716 */ |
| 6704 core.String start; | 6717 core.String start; |
| 6705 /** The variant set ID from which to stream variants. */ | 6718 /** The variant set ID from which to stream variants. */ |
| (...skipping 747 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7453 } | 7466 } |
| 7454 if (type != null) { | 7467 if (type != null) { |
| 7455 _json["type"] = type; | 7468 _json["type"] = type; |
| 7456 } | 7469 } |
| 7457 if (value != null) { | 7470 if (value != null) { |
| 7458 _json["value"] = value; | 7471 _json["value"] = value; |
| 7459 } | 7472 } |
| 7460 return _json; | 7473 return _json; |
| 7461 } | 7474 } |
| 7462 } | 7475 } |
| OLD | NEW |