Index: generated/googleapis_beta/test/genomics/v1beta2_test.dart |
diff --git a/generated/googleapis_beta/test/genomics/v1beta2_test.dart b/generated/googleapis_beta/test/genomics/v1beta2_test.dart |
index ac583e2ae677ea2780809a7bdaad41e9df2c6f0f..1e6e2a9f8edb7bfc3cf93514e4e7722691183e34 100644 |
--- a/generated/googleapis_beta/test/genomics/v1beta2_test.dart |
+++ b/generated/googleapis_beta/test/genomics/v1beta2_test.dart |
@@ -51,14 +51,14 @@ http.StreamedResponse stringResponse( |
return new http.StreamedResponse(stream, status, headers: headers); |
} |
-buildUnnamed2373() { |
+buildUnnamed2300() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2373(core.List<core.String> o) { |
+checkUnnamed2300(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -69,7 +69,7 @@ buildAlignReadGroupSetsRequest() { |
var o = new api.AlignReadGroupSetsRequest(); |
buildCounterAlignReadGroupSetsRequest++; |
if (buildCounterAlignReadGroupSetsRequest < 3) { |
- o.bamSourceUris = buildUnnamed2373(); |
+ o.bamSourceUris = buildUnnamed2300(); |
o.datasetId = "foo"; |
o.interleavedFastqSource = buildInterleavedFastqSource(); |
o.pairedFastqSource = buildPairedFastqSource(); |
@@ -82,7 +82,7 @@ buildAlignReadGroupSetsRequest() { |
checkAlignReadGroupSetsRequest(api.AlignReadGroupSetsRequest o) { |
buildCounterAlignReadGroupSetsRequest++; |
if (buildCounterAlignReadGroupSetsRequest < 3) { |
- checkUnnamed2373(o.bamSourceUris); |
+ checkUnnamed2300(o.bamSourceUris); |
unittest.expect(o.datasetId, unittest.equals('foo')); |
checkInterleavedFastqSource(o.interleavedFastqSource); |
checkPairedFastqSource(o.pairedFastqSource); |
@@ -110,30 +110,30 @@ checkAlignReadGroupSetsResponse(api.AlignReadGroupSetsResponse o) { |
buildCounterAlignReadGroupSetsResponse--; |
} |
-buildUnnamed2374() { |
+buildUnnamed2301() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2374(core.List<core.String> o) { |
+checkUnnamed2301(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed2375() { |
+buildUnnamed2302() { |
var o = new core.Map<core.String, core.List<core.String>>(); |
- o["x"] = buildUnnamed2374(); |
- o["y"] = buildUnnamed2374(); |
+ o["x"] = buildUnnamed2301(); |
+ o["y"] = buildUnnamed2301(); |
return o; |
} |
-checkUnnamed2375(core.Map<core.String, core.List<core.String>> o) { |
+checkUnnamed2302(core.Map<core.String, core.List<core.String>> o) { |
unittest.expect(o, unittest.hasLength(2)); |
- checkUnnamed2374(o["x"]); |
- checkUnnamed2374(o["y"]); |
+ checkUnnamed2301(o["x"]); |
+ checkUnnamed2301(o["y"]); |
} |
core.int buildCounterAnnotation = 0; |
@@ -143,7 +143,7 @@ buildAnnotation() { |
if (buildCounterAnnotation < 3) { |
o.annotationSetId = "foo"; |
o.id = "foo"; |
- o.info = buildUnnamed2375(); |
+ o.info = buildUnnamed2302(); |
o.name = "foo"; |
o.position = buildRangePosition(); |
o.transcript = buildTranscript(); |
@@ -159,7 +159,7 @@ checkAnnotation(api.Annotation o) { |
if (buildCounterAnnotation < 3) { |
unittest.expect(o.annotationSetId, unittest.equals('foo')); |
unittest.expect(o.id, unittest.equals('foo')); |
- checkUnnamed2375(o.info); |
+ checkUnnamed2302(o.info); |
unittest.expect(o.name, unittest.equals('foo')); |
checkRangePosition(o.position); |
checkTranscript(o.transcript); |
@@ -169,30 +169,30 @@ checkAnnotation(api.Annotation o) { |
buildCounterAnnotation--; |
} |
-buildUnnamed2376() { |
+buildUnnamed2303() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2376(core.List<core.String> o) { |
+checkUnnamed2303(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed2377() { |
+buildUnnamed2304() { |
var o = new core.Map<core.String, core.List<core.String>>(); |
- o["x"] = buildUnnamed2376(); |
- o["y"] = buildUnnamed2376(); |
+ o["x"] = buildUnnamed2303(); |
+ o["y"] = buildUnnamed2303(); |
return o; |
} |
-checkUnnamed2377(core.Map<core.String, core.List<core.String>> o) { |
+checkUnnamed2304(core.Map<core.String, core.List<core.String>> o) { |
unittest.expect(o, unittest.hasLength(2)); |
- checkUnnamed2376(o["x"]); |
- checkUnnamed2376(o["y"]); |
+ checkUnnamed2303(o["x"]); |
+ checkUnnamed2303(o["y"]); |
} |
core.int buildCounterAnnotationSet = 0; |
@@ -202,7 +202,7 @@ buildAnnotationSet() { |
if (buildCounterAnnotationSet < 3) { |
o.datasetId = "foo"; |
o.id = "foo"; |
- o.info = buildUnnamed2377(); |
+ o.info = buildUnnamed2304(); |
o.name = "foo"; |
o.referenceSetId = "foo"; |
o.sourceUri = "foo"; |
@@ -217,7 +217,7 @@ checkAnnotationSet(api.AnnotationSet o) { |
if (buildCounterAnnotationSet < 3) { |
unittest.expect(o.datasetId, unittest.equals('foo')); |
unittest.expect(o.id, unittest.equals('foo')); |
- checkUnnamed2377(o.info); |
+ checkUnnamed2304(o.info); |
unittest.expect(o.name, unittest.equals('foo')); |
unittest.expect(o.referenceSetId, unittest.equals('foo')); |
unittest.expect(o.sourceUri, unittest.equals('foo')); |
@@ -226,14 +226,14 @@ checkAnnotationSet(api.AnnotationSet o) { |
buildCounterAnnotationSet--; |
} |
-buildUnnamed2378() { |
+buildUnnamed2305() { |
var o = new core.List<api.BatchAnnotationsResponseEntry>(); |
o.add(buildBatchAnnotationsResponseEntry()); |
o.add(buildBatchAnnotationsResponseEntry()); |
return o; |
} |
-checkUnnamed2378(core.List<api.BatchAnnotationsResponseEntry> o) { |
+checkUnnamed2305(core.List<api.BatchAnnotationsResponseEntry> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkBatchAnnotationsResponseEntry(o[0]); |
checkBatchAnnotationsResponseEntry(o[1]); |
@@ -244,7 +244,7 @@ buildBatchAnnotationsResponse() { |
var o = new api.BatchAnnotationsResponse(); |
buildCounterBatchAnnotationsResponse++; |
if (buildCounterBatchAnnotationsResponse < 3) { |
- o.entries = buildUnnamed2378(); |
+ o.entries = buildUnnamed2305(); |
} |
buildCounterBatchAnnotationsResponse--; |
return o; |
@@ -253,7 +253,7 @@ buildBatchAnnotationsResponse() { |
checkBatchAnnotationsResponse(api.BatchAnnotationsResponse o) { |
buildCounterBatchAnnotationsResponse++; |
if (buildCounterBatchAnnotationsResponse < 3) { |
- checkUnnamed2378(o.entries); |
+ checkUnnamed2305(o.entries); |
} |
buildCounterBatchAnnotationsResponse--; |
} |
@@ -300,14 +300,14 @@ checkBatchAnnotationsResponseEntryStatus(api.BatchAnnotationsResponseEntryStatus |
buildCounterBatchAnnotationsResponseEntryStatus--; |
} |
-buildUnnamed2379() { |
+buildUnnamed2306() { |
var o = new core.List<api.Annotation>(); |
o.add(buildAnnotation()); |
o.add(buildAnnotation()); |
return o; |
} |
-checkUnnamed2379(core.List<api.Annotation> o) { |
+checkUnnamed2306(core.List<api.Annotation> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkAnnotation(o[0]); |
checkAnnotation(o[1]); |
@@ -318,7 +318,7 @@ buildBatchCreateAnnotationsRequest() { |
var o = new api.BatchCreateAnnotationsRequest(); |
buildCounterBatchCreateAnnotationsRequest++; |
if (buildCounterBatchCreateAnnotationsRequest < 3) { |
- o.annotations = buildUnnamed2379(); |
+ o.annotations = buildUnnamed2306(); |
} |
buildCounterBatchCreateAnnotationsRequest--; |
return o; |
@@ -327,61 +327,61 @@ buildBatchCreateAnnotationsRequest() { |
checkBatchCreateAnnotationsRequest(api.BatchCreateAnnotationsRequest o) { |
buildCounterBatchCreateAnnotationsRequest++; |
if (buildCounterBatchCreateAnnotationsRequest < 3) { |
- checkUnnamed2379(o.annotations); |
+ checkUnnamed2306(o.annotations); |
} |
buildCounterBatchCreateAnnotationsRequest--; |
} |
-buildUnnamed2380() { |
+buildUnnamed2307() { |
var o = new core.List<core.int>(); |
o.add(42); |
o.add(42); |
return o; |
} |
-checkUnnamed2380(core.List<core.int> o) { |
+checkUnnamed2307(core.List<core.int> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals(42)); |
unittest.expect(o[1], unittest.equals(42)); |
} |
-buildUnnamed2381() { |
+buildUnnamed2308() { |
var o = new core.List<core.double>(); |
o.add(42.0); |
o.add(42.0); |
return o; |
} |
-checkUnnamed2381(core.List<core.double> o) { |
+checkUnnamed2308(core.List<core.double> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals(42.0)); |
unittest.expect(o[1], unittest.equals(42.0)); |
} |
-buildUnnamed2382() { |
+buildUnnamed2309() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2382(core.List<core.String> o) { |
+checkUnnamed2309(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed2383() { |
+buildUnnamed2310() { |
var o = new core.Map<core.String, core.List<core.String>>(); |
- o["x"] = buildUnnamed2382(); |
- o["y"] = buildUnnamed2382(); |
+ o["x"] = buildUnnamed2309(); |
+ o["y"] = buildUnnamed2309(); |
return o; |
} |
-checkUnnamed2383(core.Map<core.String, core.List<core.String>> o) { |
+checkUnnamed2310(core.Map<core.String, core.List<core.String>> o) { |
unittest.expect(o, unittest.hasLength(2)); |
- checkUnnamed2382(o["x"]); |
- checkUnnamed2382(o["y"]); |
+ checkUnnamed2309(o["x"]); |
+ checkUnnamed2309(o["y"]); |
} |
core.int buildCounterCall = 0; |
@@ -391,9 +391,9 @@ buildCall() { |
if (buildCounterCall < 3) { |
o.callSetId = "foo"; |
o.callSetName = "foo"; |
- o.genotype = buildUnnamed2380(); |
- o.genotypeLikelihood = buildUnnamed2381(); |
- o.info = buildUnnamed2383(); |
+ o.genotype = buildUnnamed2307(); |
+ o.genotypeLikelihood = buildUnnamed2308(); |
+ o.info = buildUnnamed2310(); |
o.phaseset = "foo"; |
} |
buildCounterCall--; |
@@ -405,22 +405,22 @@ checkCall(api.Call o) { |
if (buildCounterCall < 3) { |
unittest.expect(o.callSetId, unittest.equals('foo')); |
unittest.expect(o.callSetName, unittest.equals('foo')); |
- checkUnnamed2380(o.genotype); |
- checkUnnamed2381(o.genotypeLikelihood); |
- checkUnnamed2383(o.info); |
+ checkUnnamed2307(o.genotype); |
+ checkUnnamed2308(o.genotypeLikelihood); |
+ checkUnnamed2310(o.info); |
unittest.expect(o.phaseset, unittest.equals('foo')); |
} |
buildCounterCall--; |
} |
-buildUnnamed2384() { |
+buildUnnamed2311() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2384(core.List<core.String> o) { |
+checkUnnamed2311(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -433,7 +433,7 @@ buildCallReadGroupSetsRequest() { |
if (buildCounterCallReadGroupSetsRequest < 3) { |
o.datasetId = "foo"; |
o.readGroupSetId = "foo"; |
- o.sourceUris = buildUnnamed2384(); |
+ o.sourceUris = buildUnnamed2311(); |
} |
buildCounterCallReadGroupSetsRequest--; |
return o; |
@@ -444,7 +444,7 @@ checkCallReadGroupSetsRequest(api.CallReadGroupSetsRequest o) { |
if (buildCounterCallReadGroupSetsRequest < 3) { |
unittest.expect(o.datasetId, unittest.equals('foo')); |
unittest.expect(o.readGroupSetId, unittest.equals('foo')); |
- checkUnnamed2384(o.sourceUris); |
+ checkUnnamed2311(o.sourceUris); |
} |
buildCounterCallReadGroupSetsRequest--; |
} |
@@ -468,40 +468,40 @@ checkCallReadGroupSetsResponse(api.CallReadGroupSetsResponse o) { |
buildCounterCallReadGroupSetsResponse--; |
} |
-buildUnnamed2385() { |
+buildUnnamed2312() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2385(core.List<core.String> o) { |
+checkUnnamed2312(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed2386() { |
+buildUnnamed2313() { |
var o = new core.Map<core.String, core.List<core.String>>(); |
- o["x"] = buildUnnamed2385(); |
- o["y"] = buildUnnamed2385(); |
+ o["x"] = buildUnnamed2312(); |
+ o["y"] = buildUnnamed2312(); |
return o; |
} |
-checkUnnamed2386(core.Map<core.String, core.List<core.String>> o) { |
+checkUnnamed2313(core.Map<core.String, core.List<core.String>> o) { |
unittest.expect(o, unittest.hasLength(2)); |
- checkUnnamed2385(o["x"]); |
- checkUnnamed2385(o["y"]); |
+ checkUnnamed2312(o["x"]); |
+ checkUnnamed2312(o["y"]); |
} |
-buildUnnamed2387() { |
+buildUnnamed2314() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2387(core.List<core.String> o) { |
+checkUnnamed2314(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -514,10 +514,10 @@ buildCallSet() { |
if (buildCounterCallSet < 3) { |
o.created = "foo"; |
o.id = "foo"; |
- o.info = buildUnnamed2386(); |
+ o.info = buildUnnamed2313(); |
o.name = "foo"; |
o.sampleId = "foo"; |
- o.variantSetIds = buildUnnamed2387(); |
+ o.variantSetIds = buildUnnamed2314(); |
} |
buildCounterCallSet--; |
return o; |
@@ -528,10 +528,10 @@ checkCallSet(api.CallSet o) { |
if (buildCounterCallSet < 3) { |
unittest.expect(o.created, unittest.equals('foo')); |
unittest.expect(o.id, unittest.equals('foo')); |
- checkUnnamed2386(o.info); |
+ checkUnnamed2313(o.info); |
unittest.expect(o.name, unittest.equals('foo')); |
unittest.expect(o.sampleId, unittest.equals('foo')); |
- checkUnnamed2387(o.variantSetIds); |
+ checkUnnamed2314(o.variantSetIds); |
} |
buildCounterCallSet--; |
} |
@@ -607,27 +607,27 @@ checkDataset(api.Dataset o) { |
buildCounterDataset--; |
} |
-buildUnnamed2388() { |
+buildUnnamed2315() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2388(core.List<core.String> o) { |
+checkUnnamed2315(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed2389() { |
+buildUnnamed2316() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2389(core.List<core.String> o) { |
+checkUnnamed2316(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -641,9 +641,9 @@ buildExperimentalCreateJobRequest() { |
o.align = true; |
o.callVariants = true; |
o.gcsOutputPath = "foo"; |
- o.pairedSourceUris = buildUnnamed2388(); |
+ o.pairedSourceUris = buildUnnamed2315(); |
o.projectNumber = "foo"; |
- o.sourceUris = buildUnnamed2389(); |
+ o.sourceUris = buildUnnamed2316(); |
} |
buildCounterExperimentalCreateJobRequest--; |
return o; |
@@ -655,9 +655,9 @@ checkExperimentalCreateJobRequest(api.ExperimentalCreateJobRequest o) { |
unittest.expect(o.align, unittest.isTrue); |
unittest.expect(o.callVariants, unittest.isTrue); |
unittest.expect(o.gcsOutputPath, unittest.equals('foo')); |
- checkUnnamed2388(o.pairedSourceUris); |
+ checkUnnamed2315(o.pairedSourceUris); |
unittest.expect(o.projectNumber, unittest.equals('foo')); |
- checkUnnamed2389(o.sourceUris); |
+ checkUnnamed2316(o.sourceUris); |
} |
buildCounterExperimentalCreateJobRequest--; |
} |
@@ -681,27 +681,27 @@ checkExperimentalCreateJobResponse(api.ExperimentalCreateJobResponse o) { |
buildCounterExperimentalCreateJobResponse--; |
} |
-buildUnnamed2390() { |
+buildUnnamed2317() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2390(core.List<core.String> o) { |
+checkUnnamed2317(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed2391() { |
+buildUnnamed2318() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2391(core.List<core.String> o) { |
+checkUnnamed2318(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -714,8 +714,8 @@ buildExportReadGroupSetsRequest() { |
if (buildCounterExportReadGroupSetsRequest < 3) { |
o.exportUri = "foo"; |
o.projectNumber = "foo"; |
- o.readGroupSetIds = buildUnnamed2390(); |
- o.referenceNames = buildUnnamed2391(); |
+ o.readGroupSetIds = buildUnnamed2317(); |
+ o.referenceNames = buildUnnamed2318(); |
} |
buildCounterExportReadGroupSetsRequest--; |
return o; |
@@ -726,8 +726,8 @@ checkExportReadGroupSetsRequest(api.ExportReadGroupSetsRequest o) { |
if (buildCounterExportReadGroupSetsRequest < 3) { |
unittest.expect(o.exportUri, unittest.equals('foo')); |
unittest.expect(o.projectNumber, unittest.equals('foo')); |
- checkUnnamed2390(o.readGroupSetIds); |
- checkUnnamed2391(o.referenceNames); |
+ checkUnnamed2317(o.readGroupSetIds); |
+ checkUnnamed2318(o.referenceNames); |
} |
buildCounterExportReadGroupSetsRequest--; |
} |
@@ -751,14 +751,14 @@ checkExportReadGroupSetsResponse(api.ExportReadGroupSetsResponse o) { |
buildCounterExportReadGroupSetsResponse--; |
} |
-buildUnnamed2392() { |
+buildUnnamed2319() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2392(core.List<core.String> o) { |
+checkUnnamed2319(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -771,7 +771,7 @@ buildExportVariantSetRequest() { |
if (buildCounterExportVariantSetRequest < 3) { |
o.bigqueryDataset = "foo"; |
o.bigqueryTable = "foo"; |
- o.callSetIds = buildUnnamed2392(); |
+ o.callSetIds = buildUnnamed2319(); |
o.format = "foo"; |
o.projectNumber = "foo"; |
} |
@@ -784,7 +784,7 @@ checkExportVariantSetRequest(api.ExportVariantSetRequest o) { |
if (buildCounterExportVariantSetRequest < 3) { |
unittest.expect(o.bigqueryDataset, unittest.equals('foo')); |
unittest.expect(o.bigqueryTable, unittest.equals('foo')); |
- checkUnnamed2392(o.callSetIds); |
+ checkUnnamed2319(o.callSetIds); |
unittest.expect(o.format, unittest.equals('foo')); |
unittest.expect(o.projectNumber, unittest.equals('foo')); |
} |
@@ -858,14 +858,14 @@ checkFastqMetadata(api.FastqMetadata o) { |
buildCounterFastqMetadata--; |
} |
-buildUnnamed2393() { |
+buildUnnamed2320() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2393(core.List<core.String> o) { |
+checkUnnamed2320(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -879,7 +879,7 @@ buildImportReadGroupSetsRequest() { |
o.datasetId = "foo"; |
o.partitionStrategy = "foo"; |
o.referenceSetId = "foo"; |
- o.sourceUris = buildUnnamed2393(); |
+ o.sourceUris = buildUnnamed2320(); |
} |
buildCounterImportReadGroupSetsRequest--; |
return o; |
@@ -891,7 +891,7 @@ checkImportReadGroupSetsRequest(api.ImportReadGroupSetsRequest o) { |
unittest.expect(o.datasetId, unittest.equals('foo')); |
unittest.expect(o.partitionStrategy, unittest.equals('foo')); |
unittest.expect(o.referenceSetId, unittest.equals('foo')); |
- checkUnnamed2393(o.sourceUris); |
+ checkUnnamed2320(o.sourceUris); |
} |
buildCounterImportReadGroupSetsRequest--; |
} |
@@ -915,14 +915,14 @@ checkImportReadGroupSetsResponse(api.ImportReadGroupSetsResponse o) { |
buildCounterImportReadGroupSetsResponse--; |
} |
-buildUnnamed2394() { |
+buildUnnamed2321() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2394(core.List<core.String> o) { |
+checkUnnamed2321(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -935,7 +935,7 @@ buildImportVariantsRequest() { |
if (buildCounterImportVariantsRequest < 3) { |
o.format = "foo"; |
o.normalizeReferenceNames = true; |
- o.sourceUris = buildUnnamed2394(); |
+ o.sourceUris = buildUnnamed2321(); |
} |
buildCounterImportVariantsRequest--; |
return o; |
@@ -946,7 +946,7 @@ checkImportVariantsRequest(api.ImportVariantsRequest o) { |
if (buildCounterImportVariantsRequest < 3) { |
unittest.expect(o.format, unittest.equals('foo')); |
unittest.expect(o.normalizeReferenceNames, unittest.isTrue); |
- checkUnnamed2394(o.sourceUris); |
+ checkUnnamed2321(o.sourceUris); |
} |
buildCounterImportVariantsRequest--; |
} |
@@ -989,14 +989,14 @@ checkInt32Value(api.Int32Value o) { |
buildCounterInt32Value--; |
} |
-buildUnnamed2395() { |
+buildUnnamed2322() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2395(core.List<core.String> o) { |
+checkUnnamed2322(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -1008,7 +1008,7 @@ buildInterleavedFastqSource() { |
buildCounterInterleavedFastqSource++; |
if (buildCounterInterleavedFastqSource < 3) { |
o.metadata = buildFastqMetadata(); |
- o.sourceUris = buildUnnamed2395(); |
+ o.sourceUris = buildUnnamed2322(); |
} |
buildCounterInterleavedFastqSource--; |
return o; |
@@ -1018,45 +1018,45 @@ checkInterleavedFastqSource(api.InterleavedFastqSource o) { |
buildCounterInterleavedFastqSource++; |
if (buildCounterInterleavedFastqSource < 3) { |
checkFastqMetadata(o.metadata); |
- checkUnnamed2395(o.sourceUris); |
+ checkUnnamed2322(o.sourceUris); |
} |
buildCounterInterleavedFastqSource--; |
} |
-buildUnnamed2396() { |
+buildUnnamed2323() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2396(core.List<core.String> o) { |
+checkUnnamed2323(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed2397() { |
+buildUnnamed2324() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2397(core.List<core.String> o) { |
+checkUnnamed2324(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed2398() { |
+buildUnnamed2325() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2398(core.List<core.String> o) { |
+checkUnnamed2325(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -1069,13 +1069,13 @@ buildJob() { |
if (buildCounterJob < 3) { |
o.created = "foo"; |
o.detailedStatus = "foo"; |
- o.errors = buildUnnamed2396(); |
+ o.errors = buildUnnamed2323(); |
o.id = "foo"; |
- o.importedIds = buildUnnamed2397(); |
+ o.importedIds = buildUnnamed2324(); |
o.projectNumber = "foo"; |
o.request = buildJobRequest(); |
o.status = "foo"; |
- o.warnings = buildUnnamed2398(); |
+ o.warnings = buildUnnamed2325(); |
} |
buildCounterJob--; |
return o; |
@@ -1086,38 +1086,38 @@ checkJob(api.Job o) { |
if (buildCounterJob < 3) { |
unittest.expect(o.created, unittest.equals('foo')); |
unittest.expect(o.detailedStatus, unittest.equals('foo')); |
- checkUnnamed2396(o.errors); |
+ checkUnnamed2323(o.errors); |
unittest.expect(o.id, unittest.equals('foo')); |
- checkUnnamed2397(o.importedIds); |
+ checkUnnamed2324(o.importedIds); |
unittest.expect(o.projectNumber, unittest.equals('foo')); |
checkJobRequest(o.request); |
unittest.expect(o.status, unittest.equals('foo')); |
- checkUnnamed2398(o.warnings); |
+ checkUnnamed2325(o.warnings); |
} |
buildCounterJob--; |
} |
-buildUnnamed2399() { |
+buildUnnamed2326() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2399(core.List<core.String> o) { |
+checkUnnamed2326(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed2400() { |
+buildUnnamed2327() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2400(core.List<core.String> o) { |
+checkUnnamed2327(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -1128,8 +1128,8 @@ buildJobRequest() { |
var o = new api.JobRequest(); |
buildCounterJobRequest++; |
if (buildCounterJobRequest < 3) { |
- o.destination = buildUnnamed2399(); |
- o.source = buildUnnamed2400(); |
+ o.destination = buildUnnamed2326(); |
+ o.source = buildUnnamed2327(); |
o.type = "foo"; |
} |
buildCounterJobRequest--; |
@@ -1139,21 +1139,21 @@ buildJobRequest() { |
checkJobRequest(api.JobRequest o) { |
buildCounterJobRequest++; |
if (buildCounterJobRequest < 3) { |
- checkUnnamed2399(o.destination); |
- checkUnnamed2400(o.source); |
+ checkUnnamed2326(o.destination); |
+ checkUnnamed2327(o.source); |
unittest.expect(o.type, unittest.equals('foo')); |
} |
buildCounterJobRequest--; |
} |
-buildUnnamed2401() { |
+buildUnnamed2328() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2401(core.List<core.String> o) { |
+checkUnnamed2328(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -1165,7 +1165,7 @@ buildKeyValue() { |
buildCounterKeyValue++; |
if (buildCounterKeyValue < 3) { |
o.key = "foo"; |
- o.value = buildUnnamed2401(); |
+ o.value = buildUnnamed2328(); |
} |
buildCounterKeyValue--; |
return o; |
@@ -1175,19 +1175,19 @@ checkKeyValue(api.KeyValue o) { |
buildCounterKeyValue++; |
if (buildCounterKeyValue < 3) { |
unittest.expect(o.key, unittest.equals('foo')); |
- checkUnnamed2401(o.value); |
+ checkUnnamed2328(o.value); |
} |
buildCounterKeyValue--; |
} |
-buildUnnamed2402() { |
+buildUnnamed2329() { |
var o = new core.List<api.CigarUnit>(); |
o.add(buildCigarUnit()); |
o.add(buildCigarUnit()); |
return o; |
} |
-checkUnnamed2402(core.List<api.CigarUnit> o) { |
+checkUnnamed2329(core.List<api.CigarUnit> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkCigarUnit(o[0]); |
checkCigarUnit(o[1]); |
@@ -1198,7 +1198,7 @@ buildLinearAlignment() { |
var o = new api.LinearAlignment(); |
buildCounterLinearAlignment++; |
if (buildCounterLinearAlignment < 3) { |
- o.cigar = buildUnnamed2402(); |
+ o.cigar = buildUnnamed2329(); |
o.mappingQuality = 42; |
o.position = buildPosition(); |
} |
@@ -1209,7 +1209,7 @@ buildLinearAlignment() { |
checkLinearAlignment(api.LinearAlignment o) { |
buildCounterLinearAlignment++; |
if (buildCounterLinearAlignment < 3) { |
- checkUnnamed2402(o.cigar); |
+ checkUnnamed2329(o.cigar); |
unittest.expect(o.mappingQuality, unittest.equals(42)); |
checkPosition(o.position); |
} |
@@ -1239,14 +1239,14 @@ checkListBasesResponse(api.ListBasesResponse o) { |
buildCounterListBasesResponse--; |
} |
-buildUnnamed2403() { |
+buildUnnamed2330() { |
var o = new core.List<api.CoverageBucket>(); |
o.add(buildCoverageBucket()); |
o.add(buildCoverageBucket()); |
return o; |
} |
-checkUnnamed2403(core.List<api.CoverageBucket> o) { |
+checkUnnamed2330(core.List<api.CoverageBucket> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkCoverageBucket(o[0]); |
checkCoverageBucket(o[1]); |
@@ -1258,7 +1258,7 @@ buildListCoverageBucketsResponse() { |
buildCounterListCoverageBucketsResponse++; |
if (buildCounterListCoverageBucketsResponse < 3) { |
o.bucketWidth = "foo"; |
- o.coverageBuckets = buildUnnamed2403(); |
+ o.coverageBuckets = buildUnnamed2330(); |
o.nextPageToken = "foo"; |
} |
buildCounterListCoverageBucketsResponse--; |
@@ -1269,20 +1269,20 @@ checkListCoverageBucketsResponse(api.ListCoverageBucketsResponse o) { |
buildCounterListCoverageBucketsResponse++; |
if (buildCounterListCoverageBucketsResponse < 3) { |
unittest.expect(o.bucketWidth, unittest.equals('foo')); |
- checkUnnamed2403(o.coverageBuckets); |
+ checkUnnamed2330(o.coverageBuckets); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterListCoverageBucketsResponse--; |
} |
-buildUnnamed2404() { |
+buildUnnamed2331() { |
var o = new core.List<api.Dataset>(); |
o.add(buildDataset()); |
o.add(buildDataset()); |
return o; |
} |
-checkUnnamed2404(core.List<api.Dataset> o) { |
+checkUnnamed2331(core.List<api.Dataset> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkDataset(o[0]); |
checkDataset(o[1]); |
@@ -1293,7 +1293,7 @@ buildListDatasetsResponse() { |
var o = new api.ListDatasetsResponse(); |
buildCounterListDatasetsResponse++; |
if (buildCounterListDatasetsResponse < 3) { |
- o.datasets = buildUnnamed2404(); |
+ o.datasets = buildUnnamed2331(); |
o.nextPageToken = "foo"; |
} |
buildCounterListDatasetsResponse--; |
@@ -1303,20 +1303,20 @@ buildListDatasetsResponse() { |
checkListDatasetsResponse(api.ListDatasetsResponse o) { |
buildCounterListDatasetsResponse++; |
if (buildCounterListDatasetsResponse < 3) { |
- checkUnnamed2404(o.datasets); |
+ checkUnnamed2331(o.datasets); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterListDatasetsResponse--; |
} |
-buildUnnamed2405() { |
+buildUnnamed2332() { |
var o = new core.List<api.Variant>(); |
o.add(buildVariant()); |
o.add(buildVariant()); |
return o; |
} |
-checkUnnamed2405(core.List<api.Variant> o) { |
+checkUnnamed2332(core.List<api.Variant> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkVariant(o[0]); |
checkVariant(o[1]); |
@@ -1327,7 +1327,7 @@ buildMergeVariantsRequest() { |
var o = new api.MergeVariantsRequest(); |
buildCounterMergeVariantsRequest++; |
if (buildCounterMergeVariantsRequest < 3) { |
- o.variants = buildUnnamed2405(); |
+ o.variants = buildUnnamed2332(); |
} |
buildCounterMergeVariantsRequest--; |
return o; |
@@ -1336,35 +1336,35 @@ buildMergeVariantsRequest() { |
checkMergeVariantsRequest(api.MergeVariantsRequest o) { |
buildCounterMergeVariantsRequest++; |
if (buildCounterMergeVariantsRequest < 3) { |
- checkUnnamed2405(o.variants); |
+ checkUnnamed2332(o.variants); |
} |
buildCounterMergeVariantsRequest--; |
} |
-buildUnnamed2406() { |
+buildUnnamed2333() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2406(core.List<core.String> o) { |
+checkUnnamed2333(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed2407() { |
+buildUnnamed2334() { |
var o = new core.Map<core.String, core.List<core.String>>(); |
- o["x"] = buildUnnamed2406(); |
- o["y"] = buildUnnamed2406(); |
+ o["x"] = buildUnnamed2333(); |
+ o["y"] = buildUnnamed2333(); |
return o; |
} |
-checkUnnamed2407(core.Map<core.String, core.List<core.String>> o) { |
+checkUnnamed2334(core.Map<core.String, core.List<core.String>> o) { |
unittest.expect(o, unittest.hasLength(2)); |
- checkUnnamed2406(o["x"]); |
- checkUnnamed2406(o["y"]); |
+ checkUnnamed2333(o["x"]); |
+ checkUnnamed2333(o["y"]); |
} |
core.int buildCounterMetadata = 0; |
@@ -1374,7 +1374,7 @@ buildMetadata() { |
if (buildCounterMetadata < 3) { |
o.description = "foo"; |
o.id = "foo"; |
- o.info = buildUnnamed2407(); |
+ o.info = buildUnnamed2334(); |
o.key = "foo"; |
o.number = "foo"; |
o.type = "foo"; |
@@ -1389,7 +1389,7 @@ checkMetadata(api.Metadata o) { |
if (buildCounterMetadata < 3) { |
unittest.expect(o.description, unittest.equals('foo')); |
unittest.expect(o.id, unittest.equals('foo')); |
- checkUnnamed2407(o.info); |
+ checkUnnamed2334(o.info); |
unittest.expect(o.key, unittest.equals('foo')); |
unittest.expect(o.number, unittest.equals('foo')); |
unittest.expect(o.type, unittest.equals('foo')); |
@@ -1398,27 +1398,27 @@ checkMetadata(api.Metadata o) { |
buildCounterMetadata--; |
} |
-buildUnnamed2408() { |
+buildUnnamed2335() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2408(core.List<core.String> o) { |
+checkUnnamed2335(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed2409() { |
+buildUnnamed2336() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2409(core.List<core.String> o) { |
+checkUnnamed2336(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -1429,9 +1429,9 @@ buildPairedFastqSource() { |
var o = new api.PairedFastqSource(); |
buildCounterPairedFastqSource++; |
if (buildCounterPairedFastqSource < 3) { |
- o.firstSourceUris = buildUnnamed2408(); |
+ o.firstSourceUris = buildUnnamed2335(); |
o.metadata = buildFastqMetadata(); |
- o.secondSourceUris = buildUnnamed2409(); |
+ o.secondSourceUris = buildUnnamed2336(); |
} |
buildCounterPairedFastqSource--; |
return o; |
@@ -1440,9 +1440,9 @@ buildPairedFastqSource() { |
checkPairedFastqSource(api.PairedFastqSource o) { |
buildCounterPairedFastqSource++; |
if (buildCounterPairedFastqSource < 3) { |
- checkUnnamed2408(o.firstSourceUris); |
+ checkUnnamed2335(o.firstSourceUris); |
checkFastqMetadata(o.metadata); |
- checkUnnamed2409(o.secondSourceUris); |
+ checkUnnamed2336(o.secondSourceUris); |
} |
buildCounterPairedFastqSource--; |
} |
@@ -1545,43 +1545,43 @@ checkRangePosition(api.RangePosition o) { |
buildCounterRangePosition--; |
} |
-buildUnnamed2410() { |
+buildUnnamed2337() { |
var o = new core.List<core.int>(); |
o.add(42); |
o.add(42); |
return o; |
} |
-checkUnnamed2410(core.List<core.int> o) { |
+checkUnnamed2337(core.List<core.int> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals(42)); |
unittest.expect(o[1], unittest.equals(42)); |
} |
-buildUnnamed2411() { |
+buildUnnamed2338() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2411(core.List<core.String> o) { |
+checkUnnamed2338(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed2412() { |
+buildUnnamed2339() { |
var o = new core.Map<core.String, core.List<core.String>>(); |
- o["x"] = buildUnnamed2411(); |
- o["y"] = buildUnnamed2411(); |
+ o["x"] = buildUnnamed2338(); |
+ o["y"] = buildUnnamed2338(); |
return o; |
} |
-checkUnnamed2412(core.Map<core.String, core.List<core.String>> o) { |
+checkUnnamed2339(core.Map<core.String, core.List<core.String>> o) { |
unittest.expect(o, unittest.hasLength(2)); |
- checkUnnamed2411(o["x"]); |
- checkUnnamed2411(o["y"]); |
+ checkUnnamed2338(o["x"]); |
+ checkUnnamed2338(o["y"]); |
} |
core.int buildCounterRead = 0; |
@@ -1589,7 +1589,7 @@ buildRead() { |
var o = new api.Read(); |
buildCounterRead++; |
if (buildCounterRead < 3) { |
- o.alignedQuality = buildUnnamed2410(); |
+ o.alignedQuality = buildUnnamed2337(); |
o.alignedSequence = "foo"; |
o.alignment = buildLinearAlignment(); |
o.duplicateFragment = true; |
@@ -1597,7 +1597,7 @@ buildRead() { |
o.fragmentLength = 42; |
o.fragmentName = "foo"; |
o.id = "foo"; |
- o.info = buildUnnamed2412(); |
+ o.info = buildUnnamed2339(); |
o.nextMatePosition = buildPosition(); |
o.numberReads = 42; |
o.properPlacement = true; |
@@ -1614,7 +1614,7 @@ buildRead() { |
checkRead(api.Read o) { |
buildCounterRead++; |
if (buildCounterRead < 3) { |
- checkUnnamed2410(o.alignedQuality); |
+ checkUnnamed2337(o.alignedQuality); |
unittest.expect(o.alignedSequence, unittest.equals('foo')); |
checkLinearAlignment(o.alignment); |
unittest.expect(o.duplicateFragment, unittest.isTrue); |
@@ -1622,7 +1622,7 @@ checkRead(api.Read o) { |
unittest.expect(o.fragmentLength, unittest.equals(42)); |
unittest.expect(o.fragmentName, unittest.equals('foo')); |
unittest.expect(o.id, unittest.equals('foo')); |
- checkUnnamed2412(o.info); |
+ checkUnnamed2339(o.info); |
checkPosition(o.nextMatePosition); |
unittest.expect(o.numberReads, unittest.equals(42)); |
unittest.expect(o.properPlacement, unittest.isTrue); |
@@ -1635,40 +1635,40 @@ checkRead(api.Read o) { |
buildCounterRead--; |
} |
-buildUnnamed2413() { |
+buildUnnamed2340() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2413(core.List<core.String> o) { |
+checkUnnamed2340(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed2414() { |
+buildUnnamed2341() { |
var o = new core.Map<core.String, core.List<core.String>>(); |
- o["x"] = buildUnnamed2413(); |
- o["y"] = buildUnnamed2413(); |
+ o["x"] = buildUnnamed2340(); |
+ o["y"] = buildUnnamed2340(); |
return o; |
} |
-checkUnnamed2414(core.Map<core.String, core.List<core.String>> o) { |
+checkUnnamed2341(core.Map<core.String, core.List<core.String>> o) { |
unittest.expect(o, unittest.hasLength(2)); |
- checkUnnamed2413(o["x"]); |
- checkUnnamed2413(o["y"]); |
+ checkUnnamed2340(o["x"]); |
+ checkUnnamed2340(o["y"]); |
} |
-buildUnnamed2415() { |
+buildUnnamed2342() { |
var o = new core.List<api.ReadGroupProgram>(); |
o.add(buildReadGroupProgram()); |
o.add(buildReadGroupProgram()); |
return o; |
} |
-checkUnnamed2415(core.List<api.ReadGroupProgram> o) { |
+checkUnnamed2342(core.List<api.ReadGroupProgram> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkReadGroupProgram(o[0]); |
checkReadGroupProgram(o[1]); |
@@ -1683,10 +1683,10 @@ buildReadGroup() { |
o.description = "foo"; |
o.experiment = buildReadGroupExperiment(); |
o.id = "foo"; |
- o.info = buildUnnamed2414(); |
+ o.info = buildUnnamed2341(); |
o.name = "foo"; |
o.predictedInsertSize = 42; |
- o.programs = buildUnnamed2415(); |
+ o.programs = buildUnnamed2342(); |
o.referenceSetId = "foo"; |
o.sampleId = "foo"; |
} |
@@ -1701,10 +1701,10 @@ checkReadGroup(api.ReadGroup o) { |
unittest.expect(o.description, unittest.equals('foo')); |
checkReadGroupExperiment(o.experiment); |
unittest.expect(o.id, unittest.equals('foo')); |
- checkUnnamed2414(o.info); |
+ checkUnnamed2341(o.info); |
unittest.expect(o.name, unittest.equals('foo')); |
unittest.expect(o.predictedInsertSize, unittest.equals(42)); |
- checkUnnamed2415(o.programs); |
+ checkUnnamed2342(o.programs); |
unittest.expect(o.referenceSetId, unittest.equals('foo')); |
unittest.expect(o.sampleId, unittest.equals('foo')); |
} |
@@ -1763,40 +1763,40 @@ checkReadGroupProgram(api.ReadGroupProgram o) { |
buildCounterReadGroupProgram--; |
} |
-buildUnnamed2416() { |
+buildUnnamed2343() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2416(core.List<core.String> o) { |
+checkUnnamed2343(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed2417() { |
+buildUnnamed2344() { |
var o = new core.Map<core.String, core.List<core.String>>(); |
- o["x"] = buildUnnamed2416(); |
- o["y"] = buildUnnamed2416(); |
+ o["x"] = buildUnnamed2343(); |
+ o["y"] = buildUnnamed2343(); |
return o; |
} |
-checkUnnamed2417(core.Map<core.String, core.List<core.String>> o) { |
+checkUnnamed2344(core.Map<core.String, core.List<core.String>> o) { |
unittest.expect(o, unittest.hasLength(2)); |
- checkUnnamed2416(o["x"]); |
- checkUnnamed2416(o["y"]); |
+ checkUnnamed2343(o["x"]); |
+ checkUnnamed2343(o["y"]); |
} |
-buildUnnamed2418() { |
+buildUnnamed2345() { |
var o = new core.List<api.ReadGroup>(); |
o.add(buildReadGroup()); |
o.add(buildReadGroup()); |
return o; |
} |
-checkUnnamed2418(core.List<api.ReadGroup> o) { |
+checkUnnamed2345(core.List<api.ReadGroup> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkReadGroup(o[0]); |
checkReadGroup(o[1]); |
@@ -1810,9 +1810,9 @@ buildReadGroupSet() { |
o.datasetId = "foo"; |
o.filename = "foo"; |
o.id = "foo"; |
- o.info = buildUnnamed2417(); |
+ o.info = buildUnnamed2344(); |
o.name = "foo"; |
- o.readGroups = buildUnnamed2418(); |
+ o.readGroups = buildUnnamed2345(); |
o.referenceSetId = "foo"; |
} |
buildCounterReadGroupSet--; |
@@ -1825,22 +1825,22 @@ checkReadGroupSet(api.ReadGroupSet o) { |
unittest.expect(o.datasetId, unittest.equals('foo')); |
unittest.expect(o.filename, unittest.equals('foo')); |
unittest.expect(o.id, unittest.equals('foo')); |
- checkUnnamed2417(o.info); |
+ checkUnnamed2344(o.info); |
unittest.expect(o.name, unittest.equals('foo')); |
- checkUnnamed2418(o.readGroups); |
+ checkUnnamed2345(o.readGroups); |
unittest.expect(o.referenceSetId, unittest.equals('foo')); |
} |
buildCounterReadGroupSet--; |
} |
-buildUnnamed2419() { |
+buildUnnamed2346() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2419(core.List<core.String> o) { |
+checkUnnamed2346(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -1856,7 +1856,7 @@ buildReference() { |
o.md5checksum = "foo"; |
o.name = "foo"; |
o.ncbiTaxonId = 42; |
- o.sourceAccessions = buildUnnamed2419(); |
+ o.sourceAccessions = buildUnnamed2346(); |
o.sourceURI = "foo"; |
} |
buildCounterReference--; |
@@ -1871,7 +1871,7 @@ checkReference(api.Reference o) { |
unittest.expect(o.md5checksum, unittest.equals('foo')); |
unittest.expect(o.name, unittest.equals('foo')); |
unittest.expect(o.ncbiTaxonId, unittest.equals(42)); |
- checkUnnamed2419(o.sourceAccessions); |
+ checkUnnamed2346(o.sourceAccessions); |
unittest.expect(o.sourceURI, unittest.equals('foo')); |
} |
buildCounterReference--; |
@@ -1898,27 +1898,27 @@ checkReferenceBound(api.ReferenceBound o) { |
buildCounterReferenceBound--; |
} |
-buildUnnamed2420() { |
+buildUnnamed2347() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2420(core.List<core.String> o) { |
+checkUnnamed2347(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed2421() { |
+buildUnnamed2348() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2421(core.List<core.String> o) { |
+checkUnnamed2348(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -1934,8 +1934,8 @@ buildReferenceSet() { |
o.id = "foo"; |
o.md5checksum = "foo"; |
o.ncbiTaxonId = 42; |
- o.referenceIds = buildUnnamed2420(); |
- o.sourceAccessions = buildUnnamed2421(); |
+ o.referenceIds = buildUnnamed2347(); |
+ o.sourceAccessions = buildUnnamed2348(); |
o.sourceURI = "foo"; |
} |
buildCounterReferenceSet--; |
@@ -1950,34 +1950,34 @@ checkReferenceSet(api.ReferenceSet o) { |
unittest.expect(o.id, unittest.equals('foo')); |
unittest.expect(o.md5checksum, unittest.equals('foo')); |
unittest.expect(o.ncbiTaxonId, unittest.equals(42)); |
- checkUnnamed2420(o.referenceIds); |
- checkUnnamed2421(o.sourceAccessions); |
+ checkUnnamed2347(o.referenceIds); |
+ checkUnnamed2348(o.sourceAccessions); |
unittest.expect(o.sourceURI, unittest.equals('foo')); |
} |
buildCounterReferenceSet--; |
} |
-buildUnnamed2422() { |
+buildUnnamed2349() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2422(core.List<core.String> o) { |
+checkUnnamed2349(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed2423() { |
+buildUnnamed2350() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2423(core.List<core.String> o) { |
+checkUnnamed2350(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -1988,12 +1988,12 @@ buildSearchAnnotationSetsRequest() { |
var o = new api.SearchAnnotationSetsRequest(); |
buildCounterSearchAnnotationSetsRequest++; |
if (buildCounterSearchAnnotationSetsRequest < 3) { |
- o.datasetIds = buildUnnamed2422(); |
+ o.datasetIds = buildUnnamed2349(); |
o.name = "foo"; |
o.pageSize = 42; |
o.pageToken = "foo"; |
o.referenceSetId = "foo"; |
- o.types = buildUnnamed2423(); |
+ o.types = buildUnnamed2350(); |
} |
buildCounterSearchAnnotationSetsRequest--; |
return o; |
@@ -2002,24 +2002,24 @@ buildSearchAnnotationSetsRequest() { |
checkSearchAnnotationSetsRequest(api.SearchAnnotationSetsRequest o) { |
buildCounterSearchAnnotationSetsRequest++; |
if (buildCounterSearchAnnotationSetsRequest < 3) { |
- checkUnnamed2422(o.datasetIds); |
+ checkUnnamed2349(o.datasetIds); |
unittest.expect(o.name, unittest.equals('foo')); |
unittest.expect(o.pageSize, unittest.equals(42)); |
unittest.expect(o.pageToken, unittest.equals('foo')); |
unittest.expect(o.referenceSetId, unittest.equals('foo')); |
- checkUnnamed2423(o.types); |
+ checkUnnamed2350(o.types); |
} |
buildCounterSearchAnnotationSetsRequest--; |
} |
-buildUnnamed2424() { |
+buildUnnamed2351() { |
var o = new core.List<api.AnnotationSet>(); |
o.add(buildAnnotationSet()); |
o.add(buildAnnotationSet()); |
return o; |
} |
-checkUnnamed2424(core.List<api.AnnotationSet> o) { |
+checkUnnamed2351(core.List<api.AnnotationSet> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkAnnotationSet(o[0]); |
checkAnnotationSet(o[1]); |
@@ -2030,7 +2030,7 @@ buildSearchAnnotationSetsResponse() { |
var o = new api.SearchAnnotationSetsResponse(); |
buildCounterSearchAnnotationSetsResponse++; |
if (buildCounterSearchAnnotationSetsResponse < 3) { |
- o.annotationSets = buildUnnamed2424(); |
+ o.annotationSets = buildUnnamed2351(); |
o.nextPageToken = "foo"; |
} |
buildCounterSearchAnnotationSetsResponse--; |
@@ -2040,20 +2040,20 @@ buildSearchAnnotationSetsResponse() { |
checkSearchAnnotationSetsResponse(api.SearchAnnotationSetsResponse o) { |
buildCounterSearchAnnotationSetsResponse++; |
if (buildCounterSearchAnnotationSetsResponse < 3) { |
- checkUnnamed2424(o.annotationSets); |
+ checkUnnamed2351(o.annotationSets); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterSearchAnnotationSetsResponse--; |
} |
-buildUnnamed2425() { |
+buildUnnamed2352() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2425(core.List<core.String> o) { |
+checkUnnamed2352(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -2064,7 +2064,7 @@ buildSearchAnnotationsRequest() { |
var o = new api.SearchAnnotationsRequest(); |
buildCounterSearchAnnotationsRequest++; |
if (buildCounterSearchAnnotationsRequest < 3) { |
- o.annotationSetIds = buildUnnamed2425(); |
+ o.annotationSetIds = buildUnnamed2352(); |
o.pageSize = 42; |
o.pageToken = "foo"; |
o.range = buildQueryRange(); |
@@ -2076,7 +2076,7 @@ buildSearchAnnotationsRequest() { |
checkSearchAnnotationsRequest(api.SearchAnnotationsRequest o) { |
buildCounterSearchAnnotationsRequest++; |
if (buildCounterSearchAnnotationsRequest < 3) { |
- checkUnnamed2425(o.annotationSetIds); |
+ checkUnnamed2352(o.annotationSetIds); |
unittest.expect(o.pageSize, unittest.equals(42)); |
unittest.expect(o.pageToken, unittest.equals('foo')); |
checkQueryRange(o.range); |
@@ -2084,14 +2084,14 @@ checkSearchAnnotationsRequest(api.SearchAnnotationsRequest o) { |
buildCounterSearchAnnotationsRequest--; |
} |
-buildUnnamed2426() { |
+buildUnnamed2353() { |
var o = new core.List<api.Annotation>(); |
o.add(buildAnnotation()); |
o.add(buildAnnotation()); |
return o; |
} |
-checkUnnamed2426(core.List<api.Annotation> o) { |
+checkUnnamed2353(core.List<api.Annotation> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkAnnotation(o[0]); |
checkAnnotation(o[1]); |
@@ -2102,7 +2102,7 @@ buildSearchAnnotationsResponse() { |
var o = new api.SearchAnnotationsResponse(); |
buildCounterSearchAnnotationsResponse++; |
if (buildCounterSearchAnnotationsResponse < 3) { |
- o.annotations = buildUnnamed2426(); |
+ o.annotations = buildUnnamed2353(); |
o.nextPageToken = "foo"; |
} |
buildCounterSearchAnnotationsResponse--; |
@@ -2112,20 +2112,20 @@ buildSearchAnnotationsResponse() { |
checkSearchAnnotationsResponse(api.SearchAnnotationsResponse o) { |
buildCounterSearchAnnotationsResponse++; |
if (buildCounterSearchAnnotationsResponse < 3) { |
- checkUnnamed2426(o.annotations); |
+ checkUnnamed2353(o.annotations); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterSearchAnnotationsResponse--; |
} |
-buildUnnamed2427() { |
+buildUnnamed2354() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2427(core.List<core.String> o) { |
+checkUnnamed2354(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -2139,7 +2139,7 @@ buildSearchCallSetsRequest() { |
o.name = "foo"; |
o.pageSize = 42; |
o.pageToken = "foo"; |
- o.variantSetIds = buildUnnamed2427(); |
+ o.variantSetIds = buildUnnamed2354(); |
} |
buildCounterSearchCallSetsRequest--; |
return o; |
@@ -2151,19 +2151,19 @@ checkSearchCallSetsRequest(api.SearchCallSetsRequest o) { |
unittest.expect(o.name, unittest.equals('foo')); |
unittest.expect(o.pageSize, unittest.equals(42)); |
unittest.expect(o.pageToken, unittest.equals('foo')); |
- checkUnnamed2427(o.variantSetIds); |
+ checkUnnamed2354(o.variantSetIds); |
} |
buildCounterSearchCallSetsRequest--; |
} |
-buildUnnamed2428() { |
+buildUnnamed2355() { |
var o = new core.List<api.CallSet>(); |
o.add(buildCallSet()); |
o.add(buildCallSet()); |
return o; |
} |
-checkUnnamed2428(core.List<api.CallSet> o) { |
+checkUnnamed2355(core.List<api.CallSet> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkCallSet(o[0]); |
checkCallSet(o[1]); |
@@ -2174,7 +2174,7 @@ buildSearchCallSetsResponse() { |
var o = new api.SearchCallSetsResponse(); |
buildCounterSearchCallSetsResponse++; |
if (buildCounterSearchCallSetsResponse < 3) { |
- o.callSets = buildUnnamed2428(); |
+ o.callSets = buildUnnamed2355(); |
o.nextPageToken = "foo"; |
} |
buildCounterSearchCallSetsResponse--; |
@@ -2184,20 +2184,20 @@ buildSearchCallSetsResponse() { |
checkSearchCallSetsResponse(api.SearchCallSetsResponse o) { |
buildCounterSearchCallSetsResponse++; |
if (buildCounterSearchCallSetsResponse < 3) { |
- checkUnnamed2428(o.callSets); |
+ checkUnnamed2355(o.callSets); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterSearchCallSetsResponse--; |
} |
-buildUnnamed2429() { |
+buildUnnamed2356() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2429(core.List<core.String> o) { |
+checkUnnamed2356(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -2213,7 +2213,7 @@ buildSearchJobsRequest() { |
o.pageSize = 42; |
o.pageToken = "foo"; |
o.projectNumber = "foo"; |
- o.status = buildUnnamed2429(); |
+ o.status = buildUnnamed2356(); |
} |
buildCounterSearchJobsRequest--; |
return o; |
@@ -2227,19 +2227,19 @@ checkSearchJobsRequest(api.SearchJobsRequest o) { |
unittest.expect(o.pageSize, unittest.equals(42)); |
unittest.expect(o.pageToken, unittest.equals('foo')); |
unittest.expect(o.projectNumber, unittest.equals('foo')); |
- checkUnnamed2429(o.status); |
+ checkUnnamed2356(o.status); |
} |
buildCounterSearchJobsRequest--; |
} |
-buildUnnamed2430() { |
+buildUnnamed2357() { |
var o = new core.List<api.Job>(); |
o.add(buildJob()); |
o.add(buildJob()); |
return o; |
} |
-checkUnnamed2430(core.List<api.Job> o) { |
+checkUnnamed2357(core.List<api.Job> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkJob(o[0]); |
checkJob(o[1]); |
@@ -2250,7 +2250,7 @@ buildSearchJobsResponse() { |
var o = new api.SearchJobsResponse(); |
buildCounterSearchJobsResponse++; |
if (buildCounterSearchJobsResponse < 3) { |
- o.jobs = buildUnnamed2430(); |
+ o.jobs = buildUnnamed2357(); |
o.nextPageToken = "foo"; |
} |
buildCounterSearchJobsResponse--; |
@@ -2260,20 +2260,20 @@ buildSearchJobsResponse() { |
checkSearchJobsResponse(api.SearchJobsResponse o) { |
buildCounterSearchJobsResponse++; |
if (buildCounterSearchJobsResponse < 3) { |
- checkUnnamed2430(o.jobs); |
+ checkUnnamed2357(o.jobs); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterSearchJobsResponse--; |
} |
-buildUnnamed2431() { |
+buildUnnamed2358() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2431(core.List<core.String> o) { |
+checkUnnamed2358(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -2284,7 +2284,7 @@ buildSearchReadGroupSetsRequest() { |
var o = new api.SearchReadGroupSetsRequest(); |
buildCounterSearchReadGroupSetsRequest++; |
if (buildCounterSearchReadGroupSetsRequest < 3) { |
- o.datasetIds = buildUnnamed2431(); |
+ o.datasetIds = buildUnnamed2358(); |
o.name = "foo"; |
o.pageSize = 42; |
o.pageToken = "foo"; |
@@ -2296,7 +2296,7 @@ buildSearchReadGroupSetsRequest() { |
checkSearchReadGroupSetsRequest(api.SearchReadGroupSetsRequest o) { |
buildCounterSearchReadGroupSetsRequest++; |
if (buildCounterSearchReadGroupSetsRequest < 3) { |
- checkUnnamed2431(o.datasetIds); |
+ checkUnnamed2358(o.datasetIds); |
unittest.expect(o.name, unittest.equals('foo')); |
unittest.expect(o.pageSize, unittest.equals(42)); |
unittest.expect(o.pageToken, unittest.equals('foo')); |
@@ -2304,14 +2304,14 @@ checkSearchReadGroupSetsRequest(api.SearchReadGroupSetsRequest o) { |
buildCounterSearchReadGroupSetsRequest--; |
} |
-buildUnnamed2432() { |
+buildUnnamed2359() { |
var o = new core.List<api.ReadGroupSet>(); |
o.add(buildReadGroupSet()); |
o.add(buildReadGroupSet()); |
return o; |
} |
-checkUnnamed2432(core.List<api.ReadGroupSet> o) { |
+checkUnnamed2359(core.List<api.ReadGroupSet> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkReadGroupSet(o[0]); |
checkReadGroupSet(o[1]); |
@@ -2323,7 +2323,7 @@ buildSearchReadGroupSetsResponse() { |
buildCounterSearchReadGroupSetsResponse++; |
if (buildCounterSearchReadGroupSetsResponse < 3) { |
o.nextPageToken = "foo"; |
- o.readGroupSets = buildUnnamed2432(); |
+ o.readGroupSets = buildUnnamed2359(); |
} |
buildCounterSearchReadGroupSetsResponse--; |
return o; |
@@ -2333,32 +2333,32 @@ checkSearchReadGroupSetsResponse(api.SearchReadGroupSetsResponse o) { |
buildCounterSearchReadGroupSetsResponse++; |
if (buildCounterSearchReadGroupSetsResponse < 3) { |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed2432(o.readGroupSets); |
+ checkUnnamed2359(o.readGroupSets); |
} |
buildCounterSearchReadGroupSetsResponse--; |
} |
-buildUnnamed2433() { |
+buildUnnamed2360() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2433(core.List<core.String> o) { |
+checkUnnamed2360(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed2434() { |
+buildUnnamed2361() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2434(core.List<core.String> o) { |
+checkUnnamed2361(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -2372,8 +2372,8 @@ buildSearchReadsRequest() { |
o.end = "foo"; |
o.pageSize = 42; |
o.pageToken = "foo"; |
- o.readGroupIds = buildUnnamed2433(); |
- o.readGroupSetIds = buildUnnamed2434(); |
+ o.readGroupIds = buildUnnamed2360(); |
+ o.readGroupSetIds = buildUnnamed2361(); |
o.referenceName = "foo"; |
o.start = "foo"; |
} |
@@ -2387,22 +2387,22 @@ checkSearchReadsRequest(api.SearchReadsRequest o) { |
unittest.expect(o.end, unittest.equals('foo')); |
unittest.expect(o.pageSize, unittest.equals(42)); |
unittest.expect(o.pageToken, unittest.equals('foo')); |
- checkUnnamed2433(o.readGroupIds); |
- checkUnnamed2434(o.readGroupSetIds); |
+ checkUnnamed2360(o.readGroupIds); |
+ checkUnnamed2361(o.readGroupSetIds); |
unittest.expect(o.referenceName, unittest.equals('foo')); |
unittest.expect(o.start, unittest.equals('foo')); |
} |
buildCounterSearchReadsRequest--; |
} |
-buildUnnamed2435() { |
+buildUnnamed2362() { |
var o = new core.List<api.Read>(); |
o.add(buildRead()); |
o.add(buildRead()); |
return o; |
} |
-checkUnnamed2435(core.List<api.Read> o) { |
+checkUnnamed2362(core.List<api.Read> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkRead(o[0]); |
checkRead(o[1]); |
@@ -2413,7 +2413,7 @@ buildSearchReadsResponse() { |
var o = new api.SearchReadsResponse(); |
buildCounterSearchReadsResponse++; |
if (buildCounterSearchReadsResponse < 3) { |
- o.alignments = buildUnnamed2435(); |
+ o.alignments = buildUnnamed2362(); |
o.nextPageToken = "foo"; |
} |
buildCounterSearchReadsResponse--; |
@@ -2423,33 +2423,33 @@ buildSearchReadsResponse() { |
checkSearchReadsResponse(api.SearchReadsResponse o) { |
buildCounterSearchReadsResponse++; |
if (buildCounterSearchReadsResponse < 3) { |
- checkUnnamed2435(o.alignments); |
+ checkUnnamed2362(o.alignments); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterSearchReadsResponse--; |
} |
-buildUnnamed2436() { |
+buildUnnamed2363() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2436(core.List<core.String> o) { |
+checkUnnamed2363(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed2437() { |
+buildUnnamed2364() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2437(core.List<core.String> o) { |
+checkUnnamed2364(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -2460,9 +2460,9 @@ buildSearchReferenceSetsRequest() { |
var o = new api.SearchReferenceSetsRequest(); |
buildCounterSearchReferenceSetsRequest++; |
if (buildCounterSearchReferenceSetsRequest < 3) { |
- o.accessions = buildUnnamed2436(); |
+ o.accessions = buildUnnamed2363(); |
o.assemblyId = "foo"; |
- o.md5checksums = buildUnnamed2437(); |
+ o.md5checksums = buildUnnamed2364(); |
o.pageSize = 42; |
o.pageToken = "foo"; |
} |
@@ -2473,23 +2473,23 @@ buildSearchReferenceSetsRequest() { |
checkSearchReferenceSetsRequest(api.SearchReferenceSetsRequest o) { |
buildCounterSearchReferenceSetsRequest++; |
if (buildCounterSearchReferenceSetsRequest < 3) { |
- checkUnnamed2436(o.accessions); |
+ checkUnnamed2363(o.accessions); |
unittest.expect(o.assemblyId, unittest.equals('foo')); |
- checkUnnamed2437(o.md5checksums); |
+ checkUnnamed2364(o.md5checksums); |
unittest.expect(o.pageSize, unittest.equals(42)); |
unittest.expect(o.pageToken, unittest.equals('foo')); |
} |
buildCounterSearchReferenceSetsRequest--; |
} |
-buildUnnamed2438() { |
+buildUnnamed2365() { |
var o = new core.List<api.ReferenceSet>(); |
o.add(buildReferenceSet()); |
o.add(buildReferenceSet()); |
return o; |
} |
-checkUnnamed2438(core.List<api.ReferenceSet> o) { |
+checkUnnamed2365(core.List<api.ReferenceSet> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkReferenceSet(o[0]); |
checkReferenceSet(o[1]); |
@@ -2501,7 +2501,7 @@ buildSearchReferenceSetsResponse() { |
buildCounterSearchReferenceSetsResponse++; |
if (buildCounterSearchReferenceSetsResponse < 3) { |
o.nextPageToken = "foo"; |
- o.referenceSets = buildUnnamed2438(); |
+ o.referenceSets = buildUnnamed2365(); |
} |
buildCounterSearchReferenceSetsResponse--; |
return o; |
@@ -2511,32 +2511,32 @@ checkSearchReferenceSetsResponse(api.SearchReferenceSetsResponse o) { |
buildCounterSearchReferenceSetsResponse++; |
if (buildCounterSearchReferenceSetsResponse < 3) { |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed2438(o.referenceSets); |
+ checkUnnamed2365(o.referenceSets); |
} |
buildCounterSearchReferenceSetsResponse--; |
} |
-buildUnnamed2439() { |
+buildUnnamed2366() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2439(core.List<core.String> o) { |
+checkUnnamed2366(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed2440() { |
+buildUnnamed2367() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2440(core.List<core.String> o) { |
+checkUnnamed2367(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -2547,8 +2547,8 @@ buildSearchReferencesRequest() { |
var o = new api.SearchReferencesRequest(); |
buildCounterSearchReferencesRequest++; |
if (buildCounterSearchReferencesRequest < 3) { |
- o.accessions = buildUnnamed2439(); |
- o.md5checksums = buildUnnamed2440(); |
+ o.accessions = buildUnnamed2366(); |
+ o.md5checksums = buildUnnamed2367(); |
o.pageSize = 42; |
o.pageToken = "foo"; |
o.referenceSetId = "foo"; |
@@ -2560,8 +2560,8 @@ buildSearchReferencesRequest() { |
checkSearchReferencesRequest(api.SearchReferencesRequest o) { |
buildCounterSearchReferencesRequest++; |
if (buildCounterSearchReferencesRequest < 3) { |
- checkUnnamed2439(o.accessions); |
- checkUnnamed2440(o.md5checksums); |
+ checkUnnamed2366(o.accessions); |
+ checkUnnamed2367(o.md5checksums); |
unittest.expect(o.pageSize, unittest.equals(42)); |
unittest.expect(o.pageToken, unittest.equals('foo')); |
unittest.expect(o.referenceSetId, unittest.equals('foo')); |
@@ -2569,14 +2569,14 @@ checkSearchReferencesRequest(api.SearchReferencesRequest o) { |
buildCounterSearchReferencesRequest--; |
} |
-buildUnnamed2441() { |
+buildUnnamed2368() { |
var o = new core.List<api.Reference>(); |
o.add(buildReference()); |
o.add(buildReference()); |
return o; |
} |
-checkUnnamed2441(core.List<api.Reference> o) { |
+checkUnnamed2368(core.List<api.Reference> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkReference(o[0]); |
checkReference(o[1]); |
@@ -2588,7 +2588,7 @@ buildSearchReferencesResponse() { |
buildCounterSearchReferencesResponse++; |
if (buildCounterSearchReferencesResponse < 3) { |
o.nextPageToken = "foo"; |
- o.references = buildUnnamed2441(); |
+ o.references = buildUnnamed2368(); |
} |
buildCounterSearchReferencesResponse--; |
return o; |
@@ -2598,19 +2598,19 @@ checkSearchReferencesResponse(api.SearchReferencesResponse o) { |
buildCounterSearchReferencesResponse++; |
if (buildCounterSearchReferencesResponse < 3) { |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed2441(o.references); |
+ checkUnnamed2368(o.references); |
} |
buildCounterSearchReferencesResponse--; |
} |
-buildUnnamed2442() { |
+buildUnnamed2369() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2442(core.List<core.String> o) { |
+checkUnnamed2369(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -2621,7 +2621,7 @@ buildSearchVariantSetsRequest() { |
var o = new api.SearchVariantSetsRequest(); |
buildCounterSearchVariantSetsRequest++; |
if (buildCounterSearchVariantSetsRequest < 3) { |
- o.datasetIds = buildUnnamed2442(); |
+ o.datasetIds = buildUnnamed2369(); |
o.pageSize = 42; |
o.pageToken = "foo"; |
} |
@@ -2632,21 +2632,21 @@ buildSearchVariantSetsRequest() { |
checkSearchVariantSetsRequest(api.SearchVariantSetsRequest o) { |
buildCounterSearchVariantSetsRequest++; |
if (buildCounterSearchVariantSetsRequest < 3) { |
- checkUnnamed2442(o.datasetIds); |
+ checkUnnamed2369(o.datasetIds); |
unittest.expect(o.pageSize, unittest.equals(42)); |
unittest.expect(o.pageToken, unittest.equals('foo')); |
} |
buildCounterSearchVariantSetsRequest--; |
} |
-buildUnnamed2443() { |
+buildUnnamed2370() { |
var o = new core.List<api.VariantSet>(); |
o.add(buildVariantSet()); |
o.add(buildVariantSet()); |
return o; |
} |
-checkUnnamed2443(core.List<api.VariantSet> o) { |
+checkUnnamed2370(core.List<api.VariantSet> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkVariantSet(o[0]); |
checkVariantSet(o[1]); |
@@ -2658,7 +2658,7 @@ buildSearchVariantSetsResponse() { |
buildCounterSearchVariantSetsResponse++; |
if (buildCounterSearchVariantSetsResponse < 3) { |
o.nextPageToken = "foo"; |
- o.variantSets = buildUnnamed2443(); |
+ o.variantSets = buildUnnamed2370(); |
} |
buildCounterSearchVariantSetsResponse--; |
return o; |
@@ -2668,32 +2668,32 @@ checkSearchVariantSetsResponse(api.SearchVariantSetsResponse o) { |
buildCounterSearchVariantSetsResponse++; |
if (buildCounterSearchVariantSetsResponse < 3) { |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed2443(o.variantSets); |
+ checkUnnamed2370(o.variantSets); |
} |
buildCounterSearchVariantSetsResponse--; |
} |
-buildUnnamed2444() { |
+buildUnnamed2371() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2444(core.List<core.String> o) { |
+checkUnnamed2371(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed2445() { |
+buildUnnamed2372() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2445(core.List<core.String> o) { |
+checkUnnamed2372(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -2704,7 +2704,7 @@ buildSearchVariantsRequest() { |
var o = new api.SearchVariantsRequest(); |
buildCounterSearchVariantsRequest++; |
if (buildCounterSearchVariantsRequest < 3) { |
- o.callSetIds = buildUnnamed2444(); |
+ o.callSetIds = buildUnnamed2371(); |
o.end = "foo"; |
o.maxCalls = 42; |
o.pageSize = 42; |
@@ -2712,7 +2712,7 @@ buildSearchVariantsRequest() { |
o.referenceName = "foo"; |
o.start = "foo"; |
o.variantName = "foo"; |
- o.variantSetIds = buildUnnamed2445(); |
+ o.variantSetIds = buildUnnamed2372(); |
} |
buildCounterSearchVariantsRequest--; |
return o; |
@@ -2721,7 +2721,7 @@ buildSearchVariantsRequest() { |
checkSearchVariantsRequest(api.SearchVariantsRequest o) { |
buildCounterSearchVariantsRequest++; |
if (buildCounterSearchVariantsRequest < 3) { |
- checkUnnamed2444(o.callSetIds); |
+ checkUnnamed2371(o.callSetIds); |
unittest.expect(o.end, unittest.equals('foo')); |
unittest.expect(o.maxCalls, unittest.equals(42)); |
unittest.expect(o.pageSize, unittest.equals(42)); |
@@ -2729,19 +2729,19 @@ checkSearchVariantsRequest(api.SearchVariantsRequest o) { |
unittest.expect(o.referenceName, unittest.equals('foo')); |
unittest.expect(o.start, unittest.equals('foo')); |
unittest.expect(o.variantName, unittest.equals('foo')); |
- checkUnnamed2445(o.variantSetIds); |
+ checkUnnamed2372(o.variantSetIds); |
} |
buildCounterSearchVariantsRequest--; |
} |
-buildUnnamed2446() { |
+buildUnnamed2373() { |
var o = new core.List<api.Variant>(); |
o.add(buildVariant()); |
o.add(buildVariant()); |
return o; |
} |
-checkUnnamed2446(core.List<api.Variant> o) { |
+checkUnnamed2373(core.List<api.Variant> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkVariant(o[0]); |
checkVariant(o[1]); |
@@ -2753,7 +2753,7 @@ buildSearchVariantsResponse() { |
buildCounterSearchVariantsResponse++; |
if (buildCounterSearchVariantsResponse < 3) { |
o.nextPageToken = "foo"; |
- o.variants = buildUnnamed2446(); |
+ o.variants = buildUnnamed2373(); |
} |
buildCounterSearchVariantsResponse--; |
return o; |
@@ -2763,19 +2763,19 @@ checkSearchVariantsResponse(api.SearchVariantsResponse o) { |
buildCounterSearchVariantsResponse++; |
if (buildCounterSearchVariantsResponse < 3) { |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed2446(o.variants); |
+ checkUnnamed2373(o.variants); |
} |
buildCounterSearchVariantsResponse--; |
} |
-buildUnnamed2447() { |
+buildUnnamed2374() { |
var o = new core.List<api.TranscriptExon>(); |
o.add(buildTranscriptExon()); |
o.add(buildTranscriptExon()); |
return o; |
} |
-checkUnnamed2447(core.List<api.TranscriptExon> o) { |
+checkUnnamed2374(core.List<api.TranscriptExon> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkTranscriptExon(o[0]); |
checkTranscriptExon(o[1]); |
@@ -2787,7 +2787,7 @@ buildTranscript() { |
buildCounterTranscript++; |
if (buildCounterTranscript < 3) { |
o.codingSequence = buildTranscriptCodingSequence(); |
- o.exons = buildUnnamed2447(); |
+ o.exons = buildUnnamed2374(); |
o.geneId = "foo"; |
} |
buildCounterTranscript--; |
@@ -2798,7 +2798,7 @@ checkTranscript(api.Transcript o) { |
buildCounterTranscript++; |
if (buildCounterTranscript < 3) { |
checkTranscriptCodingSequence(o.codingSequence); |
- checkUnnamed2447(o.exons); |
+ checkUnnamed2374(o.exons); |
unittest.expect(o.geneId, unittest.equals('foo')); |
} |
buildCounterTranscript--; |
@@ -2848,79 +2848,79 @@ checkTranscriptExon(api.TranscriptExon o) { |
buildCounterTranscriptExon--; |
} |
-buildUnnamed2448() { |
+buildUnnamed2375() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2448(core.List<core.String> o) { |
+checkUnnamed2375(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed2449() { |
+buildUnnamed2376() { |
var o = new core.List<api.Call>(); |
o.add(buildCall()); |
o.add(buildCall()); |
return o; |
} |
-checkUnnamed2449(core.List<api.Call> o) { |
+checkUnnamed2376(core.List<api.Call> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkCall(o[0]); |
checkCall(o[1]); |
} |
-buildUnnamed2450() { |
+buildUnnamed2377() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2450(core.List<core.String> o) { |
+checkUnnamed2377(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed2451() { |
+buildUnnamed2378() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2451(core.List<core.String> o) { |
+checkUnnamed2378(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed2452() { |
+buildUnnamed2379() { |
var o = new core.Map<core.String, core.List<core.String>>(); |
- o["x"] = buildUnnamed2451(); |
- o["y"] = buildUnnamed2451(); |
+ o["x"] = buildUnnamed2378(); |
+ o["y"] = buildUnnamed2378(); |
return o; |
} |
-checkUnnamed2452(core.Map<core.String, core.List<core.String>> o) { |
+checkUnnamed2379(core.Map<core.String, core.List<core.String>> o) { |
unittest.expect(o, unittest.hasLength(2)); |
- checkUnnamed2451(o["x"]); |
- checkUnnamed2451(o["y"]); |
+ checkUnnamed2378(o["x"]); |
+ checkUnnamed2378(o["y"]); |
} |
-buildUnnamed2453() { |
+buildUnnamed2380() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2453(core.List<core.String> o) { |
+checkUnnamed2380(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -2931,14 +2931,14 @@ buildVariant() { |
var o = new api.Variant(); |
buildCounterVariant++; |
if (buildCounterVariant < 3) { |
- o.alternateBases = buildUnnamed2448(); |
- o.calls = buildUnnamed2449(); |
+ o.alternateBases = buildUnnamed2375(); |
+ o.calls = buildUnnamed2376(); |
o.created = "foo"; |
o.end = "foo"; |
- o.filter = buildUnnamed2450(); |
+ o.filter = buildUnnamed2377(); |
o.id = "foo"; |
- o.info = buildUnnamed2452(); |
- o.names = buildUnnamed2453(); |
+ o.info = buildUnnamed2379(); |
+ o.names = buildUnnamed2380(); |
o.quality = 42.0; |
o.referenceBases = "foo"; |
o.referenceName = "foo"; |
@@ -2952,14 +2952,14 @@ buildVariant() { |
checkVariant(api.Variant o) { |
buildCounterVariant++; |
if (buildCounterVariant < 3) { |
- checkUnnamed2448(o.alternateBases); |
- checkUnnamed2449(o.calls); |
+ checkUnnamed2375(o.alternateBases); |
+ checkUnnamed2376(o.calls); |
unittest.expect(o.created, unittest.equals('foo')); |
unittest.expect(o.end, unittest.equals('foo')); |
- checkUnnamed2450(o.filter); |
+ checkUnnamed2377(o.filter); |
unittest.expect(o.id, unittest.equals('foo')); |
- checkUnnamed2452(o.info); |
- checkUnnamed2453(o.names); |
+ checkUnnamed2379(o.info); |
+ checkUnnamed2380(o.names); |
unittest.expect(o.quality, unittest.equals(42.0)); |
unittest.expect(o.referenceBases, unittest.equals('foo')); |
unittest.expect(o.referenceName, unittest.equals('foo')); |
@@ -2969,27 +2969,27 @@ checkVariant(api.Variant o) { |
buildCounterVariant--; |
} |
-buildUnnamed2454() { |
+buildUnnamed2381() { |
var o = new core.List<api.VariantAnnotationCondition>(); |
o.add(buildVariantAnnotationCondition()); |
o.add(buildVariantAnnotationCondition()); |
return o; |
} |
-checkUnnamed2454(core.List<api.VariantAnnotationCondition> o) { |
+checkUnnamed2381(core.List<api.VariantAnnotationCondition> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkVariantAnnotationCondition(o[0]); |
checkVariantAnnotationCondition(o[1]); |
} |
-buildUnnamed2455() { |
+buildUnnamed2382() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2455(core.List<core.String> o) { |
+checkUnnamed2382(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -3002,10 +3002,10 @@ buildVariantAnnotation() { |
if (buildCounterVariantAnnotation < 3) { |
o.alternateBases = "foo"; |
o.clinicalSignificance = "foo"; |
- o.conditions = buildUnnamed2454(); |
+ o.conditions = buildUnnamed2381(); |
o.effect = "foo"; |
o.geneId = "foo"; |
- o.transcriptIds = buildUnnamed2455(); |
+ o.transcriptIds = buildUnnamed2382(); |
o.type = "foo"; |
} |
buildCounterVariantAnnotation--; |
@@ -3017,36 +3017,36 @@ checkVariantAnnotation(api.VariantAnnotation o) { |
if (buildCounterVariantAnnotation < 3) { |
unittest.expect(o.alternateBases, unittest.equals('foo')); |
unittest.expect(o.clinicalSignificance, unittest.equals('foo')); |
- checkUnnamed2454(o.conditions); |
+ checkUnnamed2381(o.conditions); |
unittest.expect(o.effect, unittest.equals('foo')); |
unittest.expect(o.geneId, unittest.equals('foo')); |
- checkUnnamed2455(o.transcriptIds); |
+ checkUnnamed2382(o.transcriptIds); |
unittest.expect(o.type, unittest.equals('foo')); |
} |
buildCounterVariantAnnotation--; |
} |
-buildUnnamed2456() { |
+buildUnnamed2383() { |
var o = new core.List<api.ExternalId>(); |
o.add(buildExternalId()); |
o.add(buildExternalId()); |
return o; |
} |
-checkUnnamed2456(core.List<api.ExternalId> o) { |
+checkUnnamed2383(core.List<api.ExternalId> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkExternalId(o[0]); |
checkExternalId(o[1]); |
} |
-buildUnnamed2457() { |
+buildUnnamed2384() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2457(core.List<core.String> o) { |
+checkUnnamed2384(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -3058,8 +3058,8 @@ buildVariantAnnotationCondition() { |
buildCounterVariantAnnotationCondition++; |
if (buildCounterVariantAnnotationCondition < 3) { |
o.conceptId = "foo"; |
- o.externalIds = buildUnnamed2456(); |
- o.names = buildUnnamed2457(); |
+ o.externalIds = buildUnnamed2383(); |
+ o.names = buildUnnamed2384(); |
o.omimId = "foo"; |
} |
buildCounterVariantAnnotationCondition--; |
@@ -3070,34 +3070,34 @@ checkVariantAnnotationCondition(api.VariantAnnotationCondition o) { |
buildCounterVariantAnnotationCondition++; |
if (buildCounterVariantAnnotationCondition < 3) { |
unittest.expect(o.conceptId, unittest.equals('foo')); |
- checkUnnamed2456(o.externalIds); |
- checkUnnamed2457(o.names); |
+ checkUnnamed2383(o.externalIds); |
+ checkUnnamed2384(o.names); |
unittest.expect(o.omimId, unittest.equals('foo')); |
} |
buildCounterVariantAnnotationCondition--; |
} |
-buildUnnamed2458() { |
+buildUnnamed2385() { |
var o = new core.List<api.Metadata>(); |
o.add(buildMetadata()); |
o.add(buildMetadata()); |
return o; |
} |
-checkUnnamed2458(core.List<api.Metadata> o) { |
+checkUnnamed2385(core.List<api.Metadata> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkMetadata(o[0]); |
checkMetadata(o[1]); |
} |
-buildUnnamed2459() { |
+buildUnnamed2386() { |
var o = new core.List<api.ReferenceBound>(); |
o.add(buildReferenceBound()); |
o.add(buildReferenceBound()); |
return o; |
} |
-checkUnnamed2459(core.List<api.ReferenceBound> o) { |
+checkUnnamed2386(core.List<api.ReferenceBound> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkReferenceBound(o[0]); |
checkReferenceBound(o[1]); |
@@ -3110,8 +3110,8 @@ buildVariantSet() { |
if (buildCounterVariantSet < 3) { |
o.datasetId = "foo"; |
o.id = "foo"; |
- o.metadata = buildUnnamed2458(); |
- o.referenceBounds = buildUnnamed2459(); |
+ o.metadata = buildUnnamed2385(); |
+ o.referenceBounds = buildUnnamed2386(); |
} |
buildCounterVariantSet--; |
return o; |
@@ -3122,8 +3122,8 @@ checkVariantSet(api.VariantSet o) { |
if (buildCounterVariantSet < 3) { |
unittest.expect(o.datasetId, unittest.equals('foo')); |
unittest.expect(o.id, unittest.equals('foo')); |
- checkUnnamed2458(o.metadata); |
- checkUnnamed2459(o.referenceBounds); |
+ checkUnnamed2385(o.metadata); |
+ checkUnnamed2386(o.referenceBounds); |
} |
buildCounterVariantSet--; |
} |