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 00eef1e9bc4177fcdfcdf9ab6804a7c670b1bc12..aeb3bc9f6cd054beef2143623e7a3f5335e168a7 100644 |
--- a/generated/googleapis_beta/test/genomics/v1beta2_test.dart |
+++ b/generated/googleapis_beta/test/genomics/v1beta2_test.dart |
@@ -51,30 +51,30 @@ http.StreamedResponse stringResponse( |
return new http.StreamedResponse(stream, status, headers: headers); |
} |
-buildUnnamed3487() { |
+buildUnnamed2973() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3487(core.List<core.String> o) { |
+checkUnnamed2973(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')); |
} |
-buildUnnamed3488() { |
+buildUnnamed2974() { |
var o = new core.Map<core.String, core.List<core.String>>(); |
- o["x"] = buildUnnamed3487(); |
- o["y"] = buildUnnamed3487(); |
+ o["x"] = buildUnnamed2973(); |
+ o["y"] = buildUnnamed2973(); |
return o; |
} |
-checkUnnamed3488(core.Map<core.String, core.List<core.String>> o) { |
+checkUnnamed2974(core.Map<core.String, core.List<core.String>> o) { |
unittest.expect(o, unittest.hasLength(2)); |
- checkUnnamed3487(o["x"]); |
- checkUnnamed3487(o["y"]); |
+ checkUnnamed2973(o["x"]); |
+ checkUnnamed2973(o["y"]); |
} |
core.int buildCounterAnnotation = 0; |
@@ -84,7 +84,7 @@ buildAnnotation() { |
if (buildCounterAnnotation < 3) { |
o.annotationSetId = "foo"; |
o.id = "foo"; |
- o.info = buildUnnamed3488(); |
+ o.info = buildUnnamed2974(); |
o.name = "foo"; |
o.position = buildRangePosition(); |
o.transcript = buildTranscript(); |
@@ -100,7 +100,7 @@ checkAnnotation(api.Annotation o) { |
if (buildCounterAnnotation < 3) { |
unittest.expect(o.annotationSetId, unittest.equals('foo')); |
unittest.expect(o.id, unittest.equals('foo')); |
- checkUnnamed3488(o.info); |
+ checkUnnamed2974(o.info); |
unittest.expect(o.name, unittest.equals('foo')); |
checkRangePosition(o.position); |
checkTranscript(o.transcript); |
@@ -110,30 +110,30 @@ checkAnnotation(api.Annotation o) { |
buildCounterAnnotation--; |
} |
-buildUnnamed3489() { |
+buildUnnamed2975() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3489(core.List<core.String> o) { |
+checkUnnamed2975(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')); |
} |
-buildUnnamed3490() { |
+buildUnnamed2976() { |
var o = new core.Map<core.String, core.List<core.String>>(); |
- o["x"] = buildUnnamed3489(); |
- o["y"] = buildUnnamed3489(); |
+ o["x"] = buildUnnamed2975(); |
+ o["y"] = buildUnnamed2975(); |
return o; |
} |
-checkUnnamed3490(core.Map<core.String, core.List<core.String>> o) { |
+checkUnnamed2976(core.Map<core.String, core.List<core.String>> o) { |
unittest.expect(o, unittest.hasLength(2)); |
- checkUnnamed3489(o["x"]); |
- checkUnnamed3489(o["y"]); |
+ checkUnnamed2975(o["x"]); |
+ checkUnnamed2975(o["y"]); |
} |
core.int buildCounterAnnotationSet = 0; |
@@ -143,7 +143,7 @@ buildAnnotationSet() { |
if (buildCounterAnnotationSet < 3) { |
o.datasetId = "foo"; |
o.id = "foo"; |
- o.info = buildUnnamed3490(); |
+ o.info = buildUnnamed2976(); |
o.name = "foo"; |
o.referenceSetId = "foo"; |
o.sourceUri = "foo"; |
@@ -158,7 +158,7 @@ checkAnnotationSet(api.AnnotationSet o) { |
if (buildCounterAnnotationSet < 3) { |
unittest.expect(o.datasetId, unittest.equals('foo')); |
unittest.expect(o.id, unittest.equals('foo')); |
- checkUnnamed3490(o.info); |
+ checkUnnamed2976(o.info); |
unittest.expect(o.name, unittest.equals('foo')); |
unittest.expect(o.referenceSetId, unittest.equals('foo')); |
unittest.expect(o.sourceUri, unittest.equals('foo')); |
@@ -167,14 +167,14 @@ checkAnnotationSet(api.AnnotationSet o) { |
buildCounterAnnotationSet--; |
} |
-buildUnnamed3491() { |
+buildUnnamed2977() { |
var o = new core.List<api.BatchAnnotationsResponseEntry>(); |
o.add(buildBatchAnnotationsResponseEntry()); |
o.add(buildBatchAnnotationsResponseEntry()); |
return o; |
} |
-checkUnnamed3491(core.List<api.BatchAnnotationsResponseEntry> o) { |
+checkUnnamed2977(core.List<api.BatchAnnotationsResponseEntry> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkBatchAnnotationsResponseEntry(o[0]); |
checkBatchAnnotationsResponseEntry(o[1]); |
@@ -185,7 +185,7 @@ buildBatchAnnotationsResponse() { |
var o = new api.BatchAnnotationsResponse(); |
buildCounterBatchAnnotationsResponse++; |
if (buildCounterBatchAnnotationsResponse < 3) { |
- o.entries = buildUnnamed3491(); |
+ o.entries = buildUnnamed2977(); |
} |
buildCounterBatchAnnotationsResponse--; |
return o; |
@@ -194,7 +194,7 @@ buildBatchAnnotationsResponse() { |
checkBatchAnnotationsResponse(api.BatchAnnotationsResponse o) { |
buildCounterBatchAnnotationsResponse++; |
if (buildCounterBatchAnnotationsResponse < 3) { |
- checkUnnamed3491(o.entries); |
+ checkUnnamed2977(o.entries); |
} |
buildCounterBatchAnnotationsResponse--; |
} |
@@ -241,14 +241,14 @@ checkBatchAnnotationsResponseEntryStatus(api.BatchAnnotationsResponseEntryStatus |
buildCounterBatchAnnotationsResponseEntryStatus--; |
} |
-buildUnnamed3492() { |
+buildUnnamed2978() { |
var o = new core.List<api.Annotation>(); |
o.add(buildAnnotation()); |
o.add(buildAnnotation()); |
return o; |
} |
-checkUnnamed3492(core.List<api.Annotation> o) { |
+checkUnnamed2978(core.List<api.Annotation> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkAnnotation(o[0]); |
checkAnnotation(o[1]); |
@@ -259,7 +259,7 @@ buildBatchCreateAnnotationsRequest() { |
var o = new api.BatchCreateAnnotationsRequest(); |
buildCounterBatchCreateAnnotationsRequest++; |
if (buildCounterBatchCreateAnnotationsRequest < 3) { |
- o.annotations = buildUnnamed3492(); |
+ o.annotations = buildUnnamed2978(); |
} |
buildCounterBatchCreateAnnotationsRequest--; |
return o; |
@@ -268,61 +268,61 @@ buildBatchCreateAnnotationsRequest() { |
checkBatchCreateAnnotationsRequest(api.BatchCreateAnnotationsRequest o) { |
buildCounterBatchCreateAnnotationsRequest++; |
if (buildCounterBatchCreateAnnotationsRequest < 3) { |
- checkUnnamed3492(o.annotations); |
+ checkUnnamed2978(o.annotations); |
} |
buildCounterBatchCreateAnnotationsRequest--; |
} |
-buildUnnamed3493() { |
+buildUnnamed2979() { |
var o = new core.List<core.int>(); |
o.add(42); |
o.add(42); |
return o; |
} |
-checkUnnamed3493(core.List<core.int> o) { |
+checkUnnamed2979(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)); |
} |
-buildUnnamed3494() { |
+buildUnnamed2980() { |
var o = new core.List<core.double>(); |
o.add(42.0); |
o.add(42.0); |
return o; |
} |
-checkUnnamed3494(core.List<core.double> o) { |
+checkUnnamed2980(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)); |
} |
-buildUnnamed3495() { |
+buildUnnamed2981() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3495(core.List<core.String> o) { |
+checkUnnamed2981(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')); |
} |
-buildUnnamed3496() { |
+buildUnnamed2982() { |
var o = new core.Map<core.String, core.List<core.String>>(); |
- o["x"] = buildUnnamed3495(); |
- o["y"] = buildUnnamed3495(); |
+ o["x"] = buildUnnamed2981(); |
+ o["y"] = buildUnnamed2981(); |
return o; |
} |
-checkUnnamed3496(core.Map<core.String, core.List<core.String>> o) { |
+checkUnnamed2982(core.Map<core.String, core.List<core.String>> o) { |
unittest.expect(o, unittest.hasLength(2)); |
- checkUnnamed3495(o["x"]); |
- checkUnnamed3495(o["y"]); |
+ checkUnnamed2981(o["x"]); |
+ checkUnnamed2981(o["y"]); |
} |
core.int buildCounterCall = 0; |
@@ -332,9 +332,9 @@ buildCall() { |
if (buildCounterCall < 3) { |
o.callSetId = "foo"; |
o.callSetName = "foo"; |
- o.genotype = buildUnnamed3493(); |
- o.genotypeLikelihood = buildUnnamed3494(); |
- o.info = buildUnnamed3496(); |
+ o.genotype = buildUnnamed2979(); |
+ o.genotypeLikelihood = buildUnnamed2980(); |
+ o.info = buildUnnamed2982(); |
o.phaseset = "foo"; |
} |
buildCounterCall--; |
@@ -346,48 +346,48 @@ checkCall(api.Call o) { |
if (buildCounterCall < 3) { |
unittest.expect(o.callSetId, unittest.equals('foo')); |
unittest.expect(o.callSetName, unittest.equals('foo')); |
- checkUnnamed3493(o.genotype); |
- checkUnnamed3494(o.genotypeLikelihood); |
- checkUnnamed3496(o.info); |
+ checkUnnamed2979(o.genotype); |
+ checkUnnamed2980(o.genotypeLikelihood); |
+ checkUnnamed2982(o.info); |
unittest.expect(o.phaseset, unittest.equals('foo')); |
} |
buildCounterCall--; |
} |
-buildUnnamed3497() { |
+buildUnnamed2983() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3497(core.List<core.String> o) { |
+checkUnnamed2983(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')); |
} |
-buildUnnamed3498() { |
+buildUnnamed2984() { |
var o = new core.Map<core.String, core.List<core.String>>(); |
- o["x"] = buildUnnamed3497(); |
- o["y"] = buildUnnamed3497(); |
+ o["x"] = buildUnnamed2983(); |
+ o["y"] = buildUnnamed2983(); |
return o; |
} |
-checkUnnamed3498(core.Map<core.String, core.List<core.String>> o) { |
+checkUnnamed2984(core.Map<core.String, core.List<core.String>> o) { |
unittest.expect(o, unittest.hasLength(2)); |
- checkUnnamed3497(o["x"]); |
- checkUnnamed3497(o["y"]); |
+ checkUnnamed2983(o["x"]); |
+ checkUnnamed2983(o["y"]); |
} |
-buildUnnamed3499() { |
+buildUnnamed2985() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3499(core.List<core.String> o) { |
+checkUnnamed2985(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')); |
@@ -400,10 +400,10 @@ buildCallSet() { |
if (buildCounterCallSet < 3) { |
o.created = "foo"; |
o.id = "foo"; |
- o.info = buildUnnamed3498(); |
+ o.info = buildUnnamed2984(); |
o.name = "foo"; |
o.sampleId = "foo"; |
- o.variantSetIds = buildUnnamed3499(); |
+ o.variantSetIds = buildUnnamed2985(); |
} |
buildCounterCallSet--; |
return o; |
@@ -414,10 +414,10 @@ checkCallSet(api.CallSet o) { |
if (buildCounterCallSet < 3) { |
unittest.expect(o.created, unittest.equals('foo')); |
unittest.expect(o.id, unittest.equals('foo')); |
- checkUnnamed3498(o.info); |
+ checkUnnamed2984(o.info); |
unittest.expect(o.name, unittest.equals('foo')); |
unittest.expect(o.sampleId, unittest.equals('foo')); |
- checkUnnamed3499(o.variantSetIds); |
+ checkUnnamed2985(o.variantSetIds); |
} |
buildCounterCallSet--; |
} |
@@ -493,27 +493,27 @@ checkDataset(api.Dataset o) { |
buildCounterDataset--; |
} |
-buildUnnamed3500() { |
+buildUnnamed2986() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3500(core.List<core.String> o) { |
+checkUnnamed2986(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')); |
} |
-buildUnnamed3501() { |
+buildUnnamed2987() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3501(core.List<core.String> o) { |
+checkUnnamed2987(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')); |
@@ -527,9 +527,9 @@ buildExperimentalCreateJobRequest() { |
o.align = true; |
o.callVariants = true; |
o.gcsOutputPath = "foo"; |
- o.pairedSourceUris = buildUnnamed3500(); |
+ o.pairedSourceUris = buildUnnamed2986(); |
o.projectNumber = "foo"; |
- o.sourceUris = buildUnnamed3501(); |
+ o.sourceUris = buildUnnamed2987(); |
} |
buildCounterExperimentalCreateJobRequest--; |
return o; |
@@ -541,9 +541,9 @@ checkExperimentalCreateJobRequest(api.ExperimentalCreateJobRequest o) { |
unittest.expect(o.align, unittest.isTrue); |
unittest.expect(o.callVariants, unittest.isTrue); |
unittest.expect(o.gcsOutputPath, unittest.equals('foo')); |
- checkUnnamed3500(o.pairedSourceUris); |
+ checkUnnamed2986(o.pairedSourceUris); |
unittest.expect(o.projectNumber, unittest.equals('foo')); |
- checkUnnamed3501(o.sourceUris); |
+ checkUnnamed2987(o.sourceUris); |
} |
buildCounterExperimentalCreateJobRequest--; |
} |
@@ -567,27 +567,27 @@ checkExperimentalCreateJobResponse(api.ExperimentalCreateJobResponse o) { |
buildCounterExperimentalCreateJobResponse--; |
} |
-buildUnnamed3502() { |
+buildUnnamed2988() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3502(core.List<core.String> o) { |
+checkUnnamed2988(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')); |
} |
-buildUnnamed3503() { |
+buildUnnamed2989() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3503(core.List<core.String> o) { |
+checkUnnamed2989(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')); |
@@ -600,8 +600,8 @@ buildExportReadGroupSetsRequest() { |
if (buildCounterExportReadGroupSetsRequest < 3) { |
o.exportUri = "foo"; |
o.projectNumber = "foo"; |
- o.readGroupSetIds = buildUnnamed3502(); |
- o.referenceNames = buildUnnamed3503(); |
+ o.readGroupSetIds = buildUnnamed2988(); |
+ o.referenceNames = buildUnnamed2989(); |
} |
buildCounterExportReadGroupSetsRequest--; |
return o; |
@@ -612,8 +612,8 @@ checkExportReadGroupSetsRequest(api.ExportReadGroupSetsRequest o) { |
if (buildCounterExportReadGroupSetsRequest < 3) { |
unittest.expect(o.exportUri, unittest.equals('foo')); |
unittest.expect(o.projectNumber, unittest.equals('foo')); |
- checkUnnamed3502(o.readGroupSetIds); |
- checkUnnamed3503(o.referenceNames); |
+ checkUnnamed2988(o.readGroupSetIds); |
+ checkUnnamed2989(o.referenceNames); |
} |
buildCounterExportReadGroupSetsRequest--; |
} |
@@ -637,14 +637,14 @@ checkExportReadGroupSetsResponse(api.ExportReadGroupSetsResponse o) { |
buildCounterExportReadGroupSetsResponse--; |
} |
-buildUnnamed3504() { |
+buildUnnamed2990() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3504(core.List<core.String> o) { |
+checkUnnamed2990(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')); |
@@ -657,7 +657,7 @@ buildExportVariantSetRequest() { |
if (buildCounterExportVariantSetRequest < 3) { |
o.bigqueryDataset = "foo"; |
o.bigqueryTable = "foo"; |
- o.callSetIds = buildUnnamed3504(); |
+ o.callSetIds = buildUnnamed2990(); |
o.format = "foo"; |
o.projectNumber = "foo"; |
} |
@@ -670,7 +670,7 @@ checkExportVariantSetRequest(api.ExportVariantSetRequest o) { |
if (buildCounterExportVariantSetRequest < 3) { |
unittest.expect(o.bigqueryDataset, unittest.equals('foo')); |
unittest.expect(o.bigqueryTable, unittest.equals('foo')); |
- checkUnnamed3504(o.callSetIds); |
+ checkUnnamed2990(o.callSetIds); |
unittest.expect(o.format, unittest.equals('foo')); |
unittest.expect(o.projectNumber, unittest.equals('foo')); |
} |
@@ -717,14 +717,14 @@ checkExternalId(api.ExternalId o) { |
buildCounterExternalId--; |
} |
-buildUnnamed3505() { |
+buildUnnamed2991() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3505(core.List<core.String> o) { |
+checkUnnamed2991(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')); |
@@ -738,7 +738,7 @@ buildImportReadGroupSetsRequest() { |
o.datasetId = "foo"; |
o.partitionStrategy = "foo"; |
o.referenceSetId = "foo"; |
- o.sourceUris = buildUnnamed3505(); |
+ o.sourceUris = buildUnnamed2991(); |
} |
buildCounterImportReadGroupSetsRequest--; |
return o; |
@@ -750,7 +750,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')); |
- checkUnnamed3505(o.sourceUris); |
+ checkUnnamed2991(o.sourceUris); |
} |
buildCounterImportReadGroupSetsRequest--; |
} |
@@ -774,14 +774,14 @@ checkImportReadGroupSetsResponse(api.ImportReadGroupSetsResponse o) { |
buildCounterImportReadGroupSetsResponse--; |
} |
-buildUnnamed3506() { |
+buildUnnamed2992() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3506(core.List<core.String> o) { |
+checkUnnamed2992(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')); |
@@ -794,7 +794,7 @@ buildImportVariantsRequest() { |
if (buildCounterImportVariantsRequest < 3) { |
o.format = "foo"; |
o.normalizeReferenceNames = true; |
- o.sourceUris = buildUnnamed3506(); |
+ o.sourceUris = buildUnnamed2992(); |
} |
buildCounterImportVariantsRequest--; |
return o; |
@@ -805,7 +805,7 @@ checkImportVariantsRequest(api.ImportVariantsRequest o) { |
if (buildCounterImportVariantsRequest < 3) { |
unittest.expect(o.format, unittest.equals('foo')); |
unittest.expect(o.normalizeReferenceNames, unittest.isTrue); |
- checkUnnamed3506(o.sourceUris); |
+ checkUnnamed2992(o.sourceUris); |
} |
buildCounterImportVariantsRequest--; |
} |
@@ -848,40 +848,40 @@ checkInt32Value(api.Int32Value o) { |
buildCounterInt32Value--; |
} |
-buildUnnamed3507() { |
+buildUnnamed2993() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3507(core.List<core.String> o) { |
+checkUnnamed2993(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')); |
} |
-buildUnnamed3508() { |
+buildUnnamed2994() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3508(core.List<core.String> o) { |
+checkUnnamed2994(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')); |
} |
-buildUnnamed3509() { |
+buildUnnamed2995() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3509(core.List<core.String> o) { |
+checkUnnamed2995(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')); |
@@ -894,13 +894,13 @@ buildJob() { |
if (buildCounterJob < 3) { |
o.created = "foo"; |
o.detailedStatus = "foo"; |
- o.errors = buildUnnamed3507(); |
+ o.errors = buildUnnamed2993(); |
o.id = "foo"; |
- o.importedIds = buildUnnamed3508(); |
+ o.importedIds = buildUnnamed2994(); |
o.projectNumber = "foo"; |
o.request = buildJobRequest(); |
o.status = "foo"; |
- o.warnings = buildUnnamed3509(); |
+ o.warnings = buildUnnamed2995(); |
} |
buildCounterJob--; |
return o; |
@@ -911,38 +911,38 @@ checkJob(api.Job o) { |
if (buildCounterJob < 3) { |
unittest.expect(o.created, unittest.equals('foo')); |
unittest.expect(o.detailedStatus, unittest.equals('foo')); |
- checkUnnamed3507(o.errors); |
+ checkUnnamed2993(o.errors); |
unittest.expect(o.id, unittest.equals('foo')); |
- checkUnnamed3508(o.importedIds); |
+ checkUnnamed2994(o.importedIds); |
unittest.expect(o.projectNumber, unittest.equals('foo')); |
checkJobRequest(o.request); |
unittest.expect(o.status, unittest.equals('foo')); |
- checkUnnamed3509(o.warnings); |
+ checkUnnamed2995(o.warnings); |
} |
buildCounterJob--; |
} |
-buildUnnamed3510() { |
+buildUnnamed2996() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3510(core.List<core.String> o) { |
+checkUnnamed2996(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')); |
} |
-buildUnnamed3511() { |
+buildUnnamed2997() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3511(core.List<core.String> o) { |
+checkUnnamed2997(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')); |
@@ -953,8 +953,8 @@ buildJobRequest() { |
var o = new api.JobRequest(); |
buildCounterJobRequest++; |
if (buildCounterJobRequest < 3) { |
- o.destination = buildUnnamed3510(); |
- o.source = buildUnnamed3511(); |
+ o.destination = buildUnnamed2996(); |
+ o.source = buildUnnamed2997(); |
o.type = "foo"; |
} |
buildCounterJobRequest--; |
@@ -964,21 +964,21 @@ buildJobRequest() { |
checkJobRequest(api.JobRequest o) { |
buildCounterJobRequest++; |
if (buildCounterJobRequest < 3) { |
- checkUnnamed3510(o.destination); |
- checkUnnamed3511(o.source); |
+ checkUnnamed2996(o.destination); |
+ checkUnnamed2997(o.source); |
unittest.expect(o.type, unittest.equals('foo')); |
} |
buildCounterJobRequest--; |
} |
-buildUnnamed3512() { |
+buildUnnamed2998() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3512(core.List<core.String> o) { |
+checkUnnamed2998(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')); |
@@ -990,7 +990,7 @@ buildKeyValue() { |
buildCounterKeyValue++; |
if (buildCounterKeyValue < 3) { |
o.key = "foo"; |
- o.value = buildUnnamed3512(); |
+ o.value = buildUnnamed2998(); |
} |
buildCounterKeyValue--; |
return o; |
@@ -1000,19 +1000,19 @@ checkKeyValue(api.KeyValue o) { |
buildCounterKeyValue++; |
if (buildCounterKeyValue < 3) { |
unittest.expect(o.key, unittest.equals('foo')); |
- checkUnnamed3512(o.value); |
+ checkUnnamed2998(o.value); |
} |
buildCounterKeyValue--; |
} |
-buildUnnamed3513() { |
+buildUnnamed2999() { |
var o = new core.List<api.CigarUnit>(); |
o.add(buildCigarUnit()); |
o.add(buildCigarUnit()); |
return o; |
} |
-checkUnnamed3513(core.List<api.CigarUnit> o) { |
+checkUnnamed2999(core.List<api.CigarUnit> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkCigarUnit(o[0]); |
checkCigarUnit(o[1]); |
@@ -1023,7 +1023,7 @@ buildLinearAlignment() { |
var o = new api.LinearAlignment(); |
buildCounterLinearAlignment++; |
if (buildCounterLinearAlignment < 3) { |
- o.cigar = buildUnnamed3513(); |
+ o.cigar = buildUnnamed2999(); |
o.mappingQuality = 42; |
o.position = buildPosition(); |
} |
@@ -1034,7 +1034,7 @@ buildLinearAlignment() { |
checkLinearAlignment(api.LinearAlignment o) { |
buildCounterLinearAlignment++; |
if (buildCounterLinearAlignment < 3) { |
- checkUnnamed3513(o.cigar); |
+ checkUnnamed2999(o.cigar); |
unittest.expect(o.mappingQuality, unittest.equals(42)); |
checkPosition(o.position); |
} |
@@ -1064,14 +1064,14 @@ checkListBasesResponse(api.ListBasesResponse o) { |
buildCounterListBasesResponse--; |
} |
-buildUnnamed3514() { |
+buildUnnamed3000() { |
var o = new core.List<api.CoverageBucket>(); |
o.add(buildCoverageBucket()); |
o.add(buildCoverageBucket()); |
return o; |
} |
-checkUnnamed3514(core.List<api.CoverageBucket> o) { |
+checkUnnamed3000(core.List<api.CoverageBucket> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkCoverageBucket(o[0]); |
checkCoverageBucket(o[1]); |
@@ -1083,7 +1083,7 @@ buildListCoverageBucketsResponse() { |
buildCounterListCoverageBucketsResponse++; |
if (buildCounterListCoverageBucketsResponse < 3) { |
o.bucketWidth = "foo"; |
- o.coverageBuckets = buildUnnamed3514(); |
+ o.coverageBuckets = buildUnnamed3000(); |
o.nextPageToken = "foo"; |
} |
buildCounterListCoverageBucketsResponse--; |
@@ -1094,20 +1094,20 @@ checkListCoverageBucketsResponse(api.ListCoverageBucketsResponse o) { |
buildCounterListCoverageBucketsResponse++; |
if (buildCounterListCoverageBucketsResponse < 3) { |
unittest.expect(o.bucketWidth, unittest.equals('foo')); |
- checkUnnamed3514(o.coverageBuckets); |
+ checkUnnamed3000(o.coverageBuckets); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterListCoverageBucketsResponse--; |
} |
-buildUnnamed3515() { |
+buildUnnamed3001() { |
var o = new core.List<api.Dataset>(); |
o.add(buildDataset()); |
o.add(buildDataset()); |
return o; |
} |
-checkUnnamed3515(core.List<api.Dataset> o) { |
+checkUnnamed3001(core.List<api.Dataset> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkDataset(o[0]); |
checkDataset(o[1]); |
@@ -1118,7 +1118,7 @@ buildListDatasetsResponse() { |
var o = new api.ListDatasetsResponse(); |
buildCounterListDatasetsResponse++; |
if (buildCounterListDatasetsResponse < 3) { |
- o.datasets = buildUnnamed3515(); |
+ o.datasets = buildUnnamed3001(); |
o.nextPageToken = "foo"; |
} |
buildCounterListDatasetsResponse--; |
@@ -1128,20 +1128,20 @@ buildListDatasetsResponse() { |
checkListDatasetsResponse(api.ListDatasetsResponse o) { |
buildCounterListDatasetsResponse++; |
if (buildCounterListDatasetsResponse < 3) { |
- checkUnnamed3515(o.datasets); |
+ checkUnnamed3001(o.datasets); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterListDatasetsResponse--; |
} |
-buildUnnamed3516() { |
+buildUnnamed3002() { |
var o = new core.List<api.Variant>(); |
o.add(buildVariant()); |
o.add(buildVariant()); |
return o; |
} |
-checkUnnamed3516(core.List<api.Variant> o) { |
+checkUnnamed3002(core.List<api.Variant> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkVariant(o[0]); |
checkVariant(o[1]); |
@@ -1152,7 +1152,7 @@ buildMergeVariantsRequest() { |
var o = new api.MergeVariantsRequest(); |
buildCounterMergeVariantsRequest++; |
if (buildCounterMergeVariantsRequest < 3) { |
- o.variants = buildUnnamed3516(); |
+ o.variants = buildUnnamed3002(); |
} |
buildCounterMergeVariantsRequest--; |
return o; |
@@ -1161,35 +1161,35 @@ buildMergeVariantsRequest() { |
checkMergeVariantsRequest(api.MergeVariantsRequest o) { |
buildCounterMergeVariantsRequest++; |
if (buildCounterMergeVariantsRequest < 3) { |
- checkUnnamed3516(o.variants); |
+ checkUnnamed3002(o.variants); |
} |
buildCounterMergeVariantsRequest--; |
} |
-buildUnnamed3517() { |
+buildUnnamed3003() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3517(core.List<core.String> o) { |
+checkUnnamed3003(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')); |
} |
-buildUnnamed3518() { |
+buildUnnamed3004() { |
var o = new core.Map<core.String, core.List<core.String>>(); |
- o["x"] = buildUnnamed3517(); |
- o["y"] = buildUnnamed3517(); |
+ o["x"] = buildUnnamed3003(); |
+ o["y"] = buildUnnamed3003(); |
return o; |
} |
-checkUnnamed3518(core.Map<core.String, core.List<core.String>> o) { |
+checkUnnamed3004(core.Map<core.String, core.List<core.String>> o) { |
unittest.expect(o, unittest.hasLength(2)); |
- checkUnnamed3517(o["x"]); |
- checkUnnamed3517(o["y"]); |
+ checkUnnamed3003(o["x"]); |
+ checkUnnamed3003(o["y"]); |
} |
core.int buildCounterMetadata = 0; |
@@ -1199,7 +1199,7 @@ buildMetadata() { |
if (buildCounterMetadata < 3) { |
o.description = "foo"; |
o.id = "foo"; |
- o.info = buildUnnamed3518(); |
+ o.info = buildUnnamed3004(); |
o.key = "foo"; |
o.number = "foo"; |
o.type = "foo"; |
@@ -1214,7 +1214,7 @@ checkMetadata(api.Metadata o) { |
if (buildCounterMetadata < 3) { |
unittest.expect(o.description, unittest.equals('foo')); |
unittest.expect(o.id, unittest.equals('foo')); |
- checkUnnamed3518(o.info); |
+ checkUnnamed3004(o.info); |
unittest.expect(o.key, unittest.equals('foo')); |
unittest.expect(o.number, unittest.equals('foo')); |
unittest.expect(o.type, unittest.equals('foo')); |
@@ -1321,43 +1321,43 @@ checkRangePosition(api.RangePosition o) { |
buildCounterRangePosition--; |
} |
-buildUnnamed3519() { |
+buildUnnamed3005() { |
var o = new core.List<core.int>(); |
o.add(42); |
o.add(42); |
return o; |
} |
-checkUnnamed3519(core.List<core.int> o) { |
+checkUnnamed3005(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)); |
} |
-buildUnnamed3520() { |
+buildUnnamed3006() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3520(core.List<core.String> o) { |
+checkUnnamed3006(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')); |
} |
-buildUnnamed3521() { |
+buildUnnamed3007() { |
var o = new core.Map<core.String, core.List<core.String>>(); |
- o["x"] = buildUnnamed3520(); |
- o["y"] = buildUnnamed3520(); |
+ o["x"] = buildUnnamed3006(); |
+ o["y"] = buildUnnamed3006(); |
return o; |
} |
-checkUnnamed3521(core.Map<core.String, core.List<core.String>> o) { |
+checkUnnamed3007(core.Map<core.String, core.List<core.String>> o) { |
unittest.expect(o, unittest.hasLength(2)); |
- checkUnnamed3520(o["x"]); |
- checkUnnamed3520(o["y"]); |
+ checkUnnamed3006(o["x"]); |
+ checkUnnamed3006(o["y"]); |
} |
core.int buildCounterRead = 0; |
@@ -1365,7 +1365,7 @@ buildRead() { |
var o = new api.Read(); |
buildCounterRead++; |
if (buildCounterRead < 3) { |
- o.alignedQuality = buildUnnamed3519(); |
+ o.alignedQuality = buildUnnamed3005(); |
o.alignedSequence = "foo"; |
o.alignment = buildLinearAlignment(); |
o.duplicateFragment = true; |
@@ -1373,7 +1373,7 @@ buildRead() { |
o.fragmentLength = 42; |
o.fragmentName = "foo"; |
o.id = "foo"; |
- o.info = buildUnnamed3521(); |
+ o.info = buildUnnamed3007(); |
o.nextMatePosition = buildPosition(); |
o.numberReads = 42; |
o.properPlacement = true; |
@@ -1390,7 +1390,7 @@ buildRead() { |
checkRead(api.Read o) { |
buildCounterRead++; |
if (buildCounterRead < 3) { |
- checkUnnamed3519(o.alignedQuality); |
+ checkUnnamed3005(o.alignedQuality); |
unittest.expect(o.alignedSequence, unittest.equals('foo')); |
checkLinearAlignment(o.alignment); |
unittest.expect(o.duplicateFragment, unittest.isTrue); |
@@ -1398,7 +1398,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')); |
- checkUnnamed3521(o.info); |
+ checkUnnamed3007(o.info); |
checkPosition(o.nextMatePosition); |
unittest.expect(o.numberReads, unittest.equals(42)); |
unittest.expect(o.properPlacement, unittest.isTrue); |
@@ -1411,40 +1411,40 @@ checkRead(api.Read o) { |
buildCounterRead--; |
} |
-buildUnnamed3522() { |
+buildUnnamed3008() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3522(core.List<core.String> o) { |
+checkUnnamed3008(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')); |
} |
-buildUnnamed3523() { |
+buildUnnamed3009() { |
var o = new core.Map<core.String, core.List<core.String>>(); |
- o["x"] = buildUnnamed3522(); |
- o["y"] = buildUnnamed3522(); |
+ o["x"] = buildUnnamed3008(); |
+ o["y"] = buildUnnamed3008(); |
return o; |
} |
-checkUnnamed3523(core.Map<core.String, core.List<core.String>> o) { |
+checkUnnamed3009(core.Map<core.String, core.List<core.String>> o) { |
unittest.expect(o, unittest.hasLength(2)); |
- checkUnnamed3522(o["x"]); |
- checkUnnamed3522(o["y"]); |
+ checkUnnamed3008(o["x"]); |
+ checkUnnamed3008(o["y"]); |
} |
-buildUnnamed3524() { |
+buildUnnamed3010() { |
var o = new core.List<api.ReadGroupProgram>(); |
o.add(buildReadGroupProgram()); |
o.add(buildReadGroupProgram()); |
return o; |
} |
-checkUnnamed3524(core.List<api.ReadGroupProgram> o) { |
+checkUnnamed3010(core.List<api.ReadGroupProgram> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkReadGroupProgram(o[0]); |
checkReadGroupProgram(o[1]); |
@@ -1459,10 +1459,10 @@ buildReadGroup() { |
o.description = "foo"; |
o.experiment = buildReadGroupExperiment(); |
o.id = "foo"; |
- o.info = buildUnnamed3523(); |
+ o.info = buildUnnamed3009(); |
o.name = "foo"; |
o.predictedInsertSize = 42; |
- o.programs = buildUnnamed3524(); |
+ o.programs = buildUnnamed3010(); |
o.referenceSetId = "foo"; |
o.sampleId = "foo"; |
} |
@@ -1477,10 +1477,10 @@ checkReadGroup(api.ReadGroup o) { |
unittest.expect(o.description, unittest.equals('foo')); |
checkReadGroupExperiment(o.experiment); |
unittest.expect(o.id, unittest.equals('foo')); |
- checkUnnamed3523(o.info); |
+ checkUnnamed3009(o.info); |
unittest.expect(o.name, unittest.equals('foo')); |
unittest.expect(o.predictedInsertSize, unittest.equals(42)); |
- checkUnnamed3524(o.programs); |
+ checkUnnamed3010(o.programs); |
unittest.expect(o.referenceSetId, unittest.equals('foo')); |
unittest.expect(o.sampleId, unittest.equals('foo')); |
} |
@@ -1539,40 +1539,40 @@ checkReadGroupProgram(api.ReadGroupProgram o) { |
buildCounterReadGroupProgram--; |
} |
-buildUnnamed3525() { |
+buildUnnamed3011() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3525(core.List<core.String> o) { |
+checkUnnamed3011(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')); |
} |
-buildUnnamed3526() { |
+buildUnnamed3012() { |
var o = new core.Map<core.String, core.List<core.String>>(); |
- o["x"] = buildUnnamed3525(); |
- o["y"] = buildUnnamed3525(); |
+ o["x"] = buildUnnamed3011(); |
+ o["y"] = buildUnnamed3011(); |
return o; |
} |
-checkUnnamed3526(core.Map<core.String, core.List<core.String>> o) { |
+checkUnnamed3012(core.Map<core.String, core.List<core.String>> o) { |
unittest.expect(o, unittest.hasLength(2)); |
- checkUnnamed3525(o["x"]); |
- checkUnnamed3525(o["y"]); |
+ checkUnnamed3011(o["x"]); |
+ checkUnnamed3011(o["y"]); |
} |
-buildUnnamed3527() { |
+buildUnnamed3013() { |
var o = new core.List<api.ReadGroup>(); |
o.add(buildReadGroup()); |
o.add(buildReadGroup()); |
return o; |
} |
-checkUnnamed3527(core.List<api.ReadGroup> o) { |
+checkUnnamed3013(core.List<api.ReadGroup> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkReadGroup(o[0]); |
checkReadGroup(o[1]); |
@@ -1586,9 +1586,9 @@ buildReadGroupSet() { |
o.datasetId = "foo"; |
o.filename = "foo"; |
o.id = "foo"; |
- o.info = buildUnnamed3526(); |
+ o.info = buildUnnamed3012(); |
o.name = "foo"; |
- o.readGroups = buildUnnamed3527(); |
+ o.readGroups = buildUnnamed3013(); |
o.referenceSetId = "foo"; |
} |
buildCounterReadGroupSet--; |
@@ -1601,22 +1601,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')); |
- checkUnnamed3526(o.info); |
+ checkUnnamed3012(o.info); |
unittest.expect(o.name, unittest.equals('foo')); |
- checkUnnamed3527(o.readGroups); |
+ checkUnnamed3013(o.readGroups); |
unittest.expect(o.referenceSetId, unittest.equals('foo')); |
} |
buildCounterReadGroupSet--; |
} |
-buildUnnamed3528() { |
+buildUnnamed3014() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3528(core.List<core.String> o) { |
+checkUnnamed3014(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')); |
@@ -1632,7 +1632,7 @@ buildReference() { |
o.md5checksum = "foo"; |
o.name = "foo"; |
o.ncbiTaxonId = 42; |
- o.sourceAccessions = buildUnnamed3528(); |
+ o.sourceAccessions = buildUnnamed3014(); |
o.sourceURI = "foo"; |
} |
buildCounterReference--; |
@@ -1647,7 +1647,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)); |
- checkUnnamed3528(o.sourceAccessions); |
+ checkUnnamed3014(o.sourceAccessions); |
unittest.expect(o.sourceURI, unittest.equals('foo')); |
} |
buildCounterReference--; |
@@ -1674,27 +1674,27 @@ checkReferenceBound(api.ReferenceBound o) { |
buildCounterReferenceBound--; |
} |
-buildUnnamed3529() { |
+buildUnnamed3015() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3529(core.List<core.String> o) { |
+checkUnnamed3015(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')); |
} |
-buildUnnamed3530() { |
+buildUnnamed3016() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3530(core.List<core.String> o) { |
+checkUnnamed3016(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')); |
@@ -1710,8 +1710,8 @@ buildReferenceSet() { |
o.id = "foo"; |
o.md5checksum = "foo"; |
o.ncbiTaxonId = 42; |
- o.referenceIds = buildUnnamed3529(); |
- o.sourceAccessions = buildUnnamed3530(); |
+ o.referenceIds = buildUnnamed3015(); |
+ o.sourceAccessions = buildUnnamed3016(); |
o.sourceURI = "foo"; |
} |
buildCounterReferenceSet--; |
@@ -1726,34 +1726,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)); |
- checkUnnamed3529(o.referenceIds); |
- checkUnnamed3530(o.sourceAccessions); |
+ checkUnnamed3015(o.referenceIds); |
+ checkUnnamed3016(o.sourceAccessions); |
unittest.expect(o.sourceURI, unittest.equals('foo')); |
} |
buildCounterReferenceSet--; |
} |
-buildUnnamed3531() { |
+buildUnnamed3017() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3531(core.List<core.String> o) { |
+checkUnnamed3017(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')); |
} |
-buildUnnamed3532() { |
+buildUnnamed3018() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3532(core.List<core.String> o) { |
+checkUnnamed3018(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')); |
@@ -1764,12 +1764,12 @@ buildSearchAnnotationSetsRequest() { |
var o = new api.SearchAnnotationSetsRequest(); |
buildCounterSearchAnnotationSetsRequest++; |
if (buildCounterSearchAnnotationSetsRequest < 3) { |
- o.datasetIds = buildUnnamed3531(); |
+ o.datasetIds = buildUnnamed3017(); |
o.name = "foo"; |
o.pageSize = 42; |
o.pageToken = "foo"; |
o.referenceSetId = "foo"; |
- o.types = buildUnnamed3532(); |
+ o.types = buildUnnamed3018(); |
} |
buildCounterSearchAnnotationSetsRequest--; |
return o; |
@@ -1778,24 +1778,24 @@ buildSearchAnnotationSetsRequest() { |
checkSearchAnnotationSetsRequest(api.SearchAnnotationSetsRequest o) { |
buildCounterSearchAnnotationSetsRequest++; |
if (buildCounterSearchAnnotationSetsRequest < 3) { |
- checkUnnamed3531(o.datasetIds); |
+ checkUnnamed3017(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')); |
- checkUnnamed3532(o.types); |
+ checkUnnamed3018(o.types); |
} |
buildCounterSearchAnnotationSetsRequest--; |
} |
-buildUnnamed3533() { |
+buildUnnamed3019() { |
var o = new core.List<api.AnnotationSet>(); |
o.add(buildAnnotationSet()); |
o.add(buildAnnotationSet()); |
return o; |
} |
-checkUnnamed3533(core.List<api.AnnotationSet> o) { |
+checkUnnamed3019(core.List<api.AnnotationSet> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkAnnotationSet(o[0]); |
checkAnnotationSet(o[1]); |
@@ -1806,7 +1806,7 @@ buildSearchAnnotationSetsResponse() { |
var o = new api.SearchAnnotationSetsResponse(); |
buildCounterSearchAnnotationSetsResponse++; |
if (buildCounterSearchAnnotationSetsResponse < 3) { |
- o.annotationSets = buildUnnamed3533(); |
+ o.annotationSets = buildUnnamed3019(); |
o.nextPageToken = "foo"; |
} |
buildCounterSearchAnnotationSetsResponse--; |
@@ -1816,20 +1816,20 @@ buildSearchAnnotationSetsResponse() { |
checkSearchAnnotationSetsResponse(api.SearchAnnotationSetsResponse o) { |
buildCounterSearchAnnotationSetsResponse++; |
if (buildCounterSearchAnnotationSetsResponse < 3) { |
- checkUnnamed3533(o.annotationSets); |
+ checkUnnamed3019(o.annotationSets); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterSearchAnnotationSetsResponse--; |
} |
-buildUnnamed3534() { |
+buildUnnamed3020() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3534(core.List<core.String> o) { |
+checkUnnamed3020(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')); |
@@ -1840,7 +1840,7 @@ buildSearchAnnotationsRequest() { |
var o = new api.SearchAnnotationsRequest(); |
buildCounterSearchAnnotationsRequest++; |
if (buildCounterSearchAnnotationsRequest < 3) { |
- o.annotationSetIds = buildUnnamed3534(); |
+ o.annotationSetIds = buildUnnamed3020(); |
o.pageSize = 42; |
o.pageToken = "foo"; |
o.range = buildQueryRange(); |
@@ -1852,7 +1852,7 @@ buildSearchAnnotationsRequest() { |
checkSearchAnnotationsRequest(api.SearchAnnotationsRequest o) { |
buildCounterSearchAnnotationsRequest++; |
if (buildCounterSearchAnnotationsRequest < 3) { |
- checkUnnamed3534(o.annotationSetIds); |
+ checkUnnamed3020(o.annotationSetIds); |
unittest.expect(o.pageSize, unittest.equals(42)); |
unittest.expect(o.pageToken, unittest.equals('foo')); |
checkQueryRange(o.range); |
@@ -1860,14 +1860,14 @@ checkSearchAnnotationsRequest(api.SearchAnnotationsRequest o) { |
buildCounterSearchAnnotationsRequest--; |
} |
-buildUnnamed3535() { |
+buildUnnamed3021() { |
var o = new core.List<api.Annotation>(); |
o.add(buildAnnotation()); |
o.add(buildAnnotation()); |
return o; |
} |
-checkUnnamed3535(core.List<api.Annotation> o) { |
+checkUnnamed3021(core.List<api.Annotation> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkAnnotation(o[0]); |
checkAnnotation(o[1]); |
@@ -1878,7 +1878,7 @@ buildSearchAnnotationsResponse() { |
var o = new api.SearchAnnotationsResponse(); |
buildCounterSearchAnnotationsResponse++; |
if (buildCounterSearchAnnotationsResponse < 3) { |
- o.annotations = buildUnnamed3535(); |
+ o.annotations = buildUnnamed3021(); |
o.nextPageToken = "foo"; |
} |
buildCounterSearchAnnotationsResponse--; |
@@ -1888,20 +1888,20 @@ buildSearchAnnotationsResponse() { |
checkSearchAnnotationsResponse(api.SearchAnnotationsResponse o) { |
buildCounterSearchAnnotationsResponse++; |
if (buildCounterSearchAnnotationsResponse < 3) { |
- checkUnnamed3535(o.annotations); |
+ checkUnnamed3021(o.annotations); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterSearchAnnotationsResponse--; |
} |
-buildUnnamed3536() { |
+buildUnnamed3022() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3536(core.List<core.String> o) { |
+checkUnnamed3022(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')); |
@@ -1915,7 +1915,7 @@ buildSearchCallSetsRequest() { |
o.name = "foo"; |
o.pageSize = 42; |
o.pageToken = "foo"; |
- o.variantSetIds = buildUnnamed3536(); |
+ o.variantSetIds = buildUnnamed3022(); |
} |
buildCounterSearchCallSetsRequest--; |
return o; |
@@ -1927,19 +1927,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')); |
- checkUnnamed3536(o.variantSetIds); |
+ checkUnnamed3022(o.variantSetIds); |
} |
buildCounterSearchCallSetsRequest--; |
} |
-buildUnnamed3537() { |
+buildUnnamed3023() { |
var o = new core.List<api.CallSet>(); |
o.add(buildCallSet()); |
o.add(buildCallSet()); |
return o; |
} |
-checkUnnamed3537(core.List<api.CallSet> o) { |
+checkUnnamed3023(core.List<api.CallSet> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkCallSet(o[0]); |
checkCallSet(o[1]); |
@@ -1950,7 +1950,7 @@ buildSearchCallSetsResponse() { |
var o = new api.SearchCallSetsResponse(); |
buildCounterSearchCallSetsResponse++; |
if (buildCounterSearchCallSetsResponse < 3) { |
- o.callSets = buildUnnamed3537(); |
+ o.callSets = buildUnnamed3023(); |
o.nextPageToken = "foo"; |
} |
buildCounterSearchCallSetsResponse--; |
@@ -1960,20 +1960,20 @@ buildSearchCallSetsResponse() { |
checkSearchCallSetsResponse(api.SearchCallSetsResponse o) { |
buildCounterSearchCallSetsResponse++; |
if (buildCounterSearchCallSetsResponse < 3) { |
- checkUnnamed3537(o.callSets); |
+ checkUnnamed3023(o.callSets); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterSearchCallSetsResponse--; |
} |
-buildUnnamed3538() { |
+buildUnnamed3024() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3538(core.List<core.String> o) { |
+checkUnnamed3024(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')); |
@@ -1989,7 +1989,7 @@ buildSearchJobsRequest() { |
o.pageSize = 42; |
o.pageToken = "foo"; |
o.projectNumber = "foo"; |
- o.status = buildUnnamed3538(); |
+ o.status = buildUnnamed3024(); |
} |
buildCounterSearchJobsRequest--; |
return o; |
@@ -2003,19 +2003,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')); |
- checkUnnamed3538(o.status); |
+ checkUnnamed3024(o.status); |
} |
buildCounterSearchJobsRequest--; |
} |
-buildUnnamed3539() { |
+buildUnnamed3025() { |
var o = new core.List<api.Job>(); |
o.add(buildJob()); |
o.add(buildJob()); |
return o; |
} |
-checkUnnamed3539(core.List<api.Job> o) { |
+checkUnnamed3025(core.List<api.Job> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkJob(o[0]); |
checkJob(o[1]); |
@@ -2026,7 +2026,7 @@ buildSearchJobsResponse() { |
var o = new api.SearchJobsResponse(); |
buildCounterSearchJobsResponse++; |
if (buildCounterSearchJobsResponse < 3) { |
- o.jobs = buildUnnamed3539(); |
+ o.jobs = buildUnnamed3025(); |
o.nextPageToken = "foo"; |
} |
buildCounterSearchJobsResponse--; |
@@ -2036,20 +2036,20 @@ buildSearchJobsResponse() { |
checkSearchJobsResponse(api.SearchJobsResponse o) { |
buildCounterSearchJobsResponse++; |
if (buildCounterSearchJobsResponse < 3) { |
- checkUnnamed3539(o.jobs); |
+ checkUnnamed3025(o.jobs); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterSearchJobsResponse--; |
} |
-buildUnnamed3540() { |
+buildUnnamed3026() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3540(core.List<core.String> o) { |
+checkUnnamed3026(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')); |
@@ -2060,7 +2060,7 @@ buildSearchReadGroupSetsRequest() { |
var o = new api.SearchReadGroupSetsRequest(); |
buildCounterSearchReadGroupSetsRequest++; |
if (buildCounterSearchReadGroupSetsRequest < 3) { |
- o.datasetIds = buildUnnamed3540(); |
+ o.datasetIds = buildUnnamed3026(); |
o.name = "foo"; |
o.pageSize = 42; |
o.pageToken = "foo"; |
@@ -2072,7 +2072,7 @@ buildSearchReadGroupSetsRequest() { |
checkSearchReadGroupSetsRequest(api.SearchReadGroupSetsRequest o) { |
buildCounterSearchReadGroupSetsRequest++; |
if (buildCounterSearchReadGroupSetsRequest < 3) { |
- checkUnnamed3540(o.datasetIds); |
+ checkUnnamed3026(o.datasetIds); |
unittest.expect(o.name, unittest.equals('foo')); |
unittest.expect(o.pageSize, unittest.equals(42)); |
unittest.expect(o.pageToken, unittest.equals('foo')); |
@@ -2080,14 +2080,14 @@ checkSearchReadGroupSetsRequest(api.SearchReadGroupSetsRequest o) { |
buildCounterSearchReadGroupSetsRequest--; |
} |
-buildUnnamed3541() { |
+buildUnnamed3027() { |
var o = new core.List<api.ReadGroupSet>(); |
o.add(buildReadGroupSet()); |
o.add(buildReadGroupSet()); |
return o; |
} |
-checkUnnamed3541(core.List<api.ReadGroupSet> o) { |
+checkUnnamed3027(core.List<api.ReadGroupSet> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkReadGroupSet(o[0]); |
checkReadGroupSet(o[1]); |
@@ -2099,7 +2099,7 @@ buildSearchReadGroupSetsResponse() { |
buildCounterSearchReadGroupSetsResponse++; |
if (buildCounterSearchReadGroupSetsResponse < 3) { |
o.nextPageToken = "foo"; |
- o.readGroupSets = buildUnnamed3541(); |
+ o.readGroupSets = buildUnnamed3027(); |
} |
buildCounterSearchReadGroupSetsResponse--; |
return o; |
@@ -2109,32 +2109,32 @@ checkSearchReadGroupSetsResponse(api.SearchReadGroupSetsResponse o) { |
buildCounterSearchReadGroupSetsResponse++; |
if (buildCounterSearchReadGroupSetsResponse < 3) { |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed3541(o.readGroupSets); |
+ checkUnnamed3027(o.readGroupSets); |
} |
buildCounterSearchReadGroupSetsResponse--; |
} |
-buildUnnamed3542() { |
+buildUnnamed3028() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3542(core.List<core.String> o) { |
+checkUnnamed3028(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')); |
} |
-buildUnnamed3543() { |
+buildUnnamed3029() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3543(core.List<core.String> o) { |
+checkUnnamed3029(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')); |
@@ -2148,8 +2148,8 @@ buildSearchReadsRequest() { |
o.end = "foo"; |
o.pageSize = 42; |
o.pageToken = "foo"; |
- o.readGroupIds = buildUnnamed3542(); |
- o.readGroupSetIds = buildUnnamed3543(); |
+ o.readGroupIds = buildUnnamed3028(); |
+ o.readGroupSetIds = buildUnnamed3029(); |
o.referenceName = "foo"; |
o.start = "foo"; |
} |
@@ -2163,22 +2163,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')); |
- checkUnnamed3542(o.readGroupIds); |
- checkUnnamed3543(o.readGroupSetIds); |
+ checkUnnamed3028(o.readGroupIds); |
+ checkUnnamed3029(o.readGroupSetIds); |
unittest.expect(o.referenceName, unittest.equals('foo')); |
unittest.expect(o.start, unittest.equals('foo')); |
} |
buildCounterSearchReadsRequest--; |
} |
-buildUnnamed3544() { |
+buildUnnamed3030() { |
var o = new core.List<api.Read>(); |
o.add(buildRead()); |
o.add(buildRead()); |
return o; |
} |
-checkUnnamed3544(core.List<api.Read> o) { |
+checkUnnamed3030(core.List<api.Read> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkRead(o[0]); |
checkRead(o[1]); |
@@ -2189,7 +2189,7 @@ buildSearchReadsResponse() { |
var o = new api.SearchReadsResponse(); |
buildCounterSearchReadsResponse++; |
if (buildCounterSearchReadsResponse < 3) { |
- o.alignments = buildUnnamed3544(); |
+ o.alignments = buildUnnamed3030(); |
o.nextPageToken = "foo"; |
} |
buildCounterSearchReadsResponse--; |
@@ -2199,33 +2199,33 @@ buildSearchReadsResponse() { |
checkSearchReadsResponse(api.SearchReadsResponse o) { |
buildCounterSearchReadsResponse++; |
if (buildCounterSearchReadsResponse < 3) { |
- checkUnnamed3544(o.alignments); |
+ checkUnnamed3030(o.alignments); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterSearchReadsResponse--; |
} |
-buildUnnamed3545() { |
+buildUnnamed3031() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3545(core.List<core.String> o) { |
+checkUnnamed3031(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')); |
} |
-buildUnnamed3546() { |
+buildUnnamed3032() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3546(core.List<core.String> o) { |
+checkUnnamed3032(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')); |
@@ -2236,9 +2236,9 @@ buildSearchReferenceSetsRequest() { |
var o = new api.SearchReferenceSetsRequest(); |
buildCounterSearchReferenceSetsRequest++; |
if (buildCounterSearchReferenceSetsRequest < 3) { |
- o.accessions = buildUnnamed3545(); |
+ o.accessions = buildUnnamed3031(); |
o.assemblyId = "foo"; |
- o.md5checksums = buildUnnamed3546(); |
+ o.md5checksums = buildUnnamed3032(); |
o.pageSize = 42; |
o.pageToken = "foo"; |
} |
@@ -2249,23 +2249,23 @@ buildSearchReferenceSetsRequest() { |
checkSearchReferenceSetsRequest(api.SearchReferenceSetsRequest o) { |
buildCounterSearchReferenceSetsRequest++; |
if (buildCounterSearchReferenceSetsRequest < 3) { |
- checkUnnamed3545(o.accessions); |
+ checkUnnamed3031(o.accessions); |
unittest.expect(o.assemblyId, unittest.equals('foo')); |
- checkUnnamed3546(o.md5checksums); |
+ checkUnnamed3032(o.md5checksums); |
unittest.expect(o.pageSize, unittest.equals(42)); |
unittest.expect(o.pageToken, unittest.equals('foo')); |
} |
buildCounterSearchReferenceSetsRequest--; |
} |
-buildUnnamed3547() { |
+buildUnnamed3033() { |
var o = new core.List<api.ReferenceSet>(); |
o.add(buildReferenceSet()); |
o.add(buildReferenceSet()); |
return o; |
} |
-checkUnnamed3547(core.List<api.ReferenceSet> o) { |
+checkUnnamed3033(core.List<api.ReferenceSet> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkReferenceSet(o[0]); |
checkReferenceSet(o[1]); |
@@ -2277,7 +2277,7 @@ buildSearchReferenceSetsResponse() { |
buildCounterSearchReferenceSetsResponse++; |
if (buildCounterSearchReferenceSetsResponse < 3) { |
o.nextPageToken = "foo"; |
- o.referenceSets = buildUnnamed3547(); |
+ o.referenceSets = buildUnnamed3033(); |
} |
buildCounterSearchReferenceSetsResponse--; |
return o; |
@@ -2287,32 +2287,32 @@ checkSearchReferenceSetsResponse(api.SearchReferenceSetsResponse o) { |
buildCounterSearchReferenceSetsResponse++; |
if (buildCounterSearchReferenceSetsResponse < 3) { |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed3547(o.referenceSets); |
+ checkUnnamed3033(o.referenceSets); |
} |
buildCounterSearchReferenceSetsResponse--; |
} |
-buildUnnamed3548() { |
+buildUnnamed3034() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3548(core.List<core.String> o) { |
+checkUnnamed3034(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')); |
} |
-buildUnnamed3549() { |
+buildUnnamed3035() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3549(core.List<core.String> o) { |
+checkUnnamed3035(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')); |
@@ -2323,8 +2323,8 @@ buildSearchReferencesRequest() { |
var o = new api.SearchReferencesRequest(); |
buildCounterSearchReferencesRequest++; |
if (buildCounterSearchReferencesRequest < 3) { |
- o.accessions = buildUnnamed3548(); |
- o.md5checksums = buildUnnamed3549(); |
+ o.accessions = buildUnnamed3034(); |
+ o.md5checksums = buildUnnamed3035(); |
o.pageSize = 42; |
o.pageToken = "foo"; |
o.referenceSetId = "foo"; |
@@ -2336,8 +2336,8 @@ buildSearchReferencesRequest() { |
checkSearchReferencesRequest(api.SearchReferencesRequest o) { |
buildCounterSearchReferencesRequest++; |
if (buildCounterSearchReferencesRequest < 3) { |
- checkUnnamed3548(o.accessions); |
- checkUnnamed3549(o.md5checksums); |
+ checkUnnamed3034(o.accessions); |
+ checkUnnamed3035(o.md5checksums); |
unittest.expect(o.pageSize, unittest.equals(42)); |
unittest.expect(o.pageToken, unittest.equals('foo')); |
unittest.expect(o.referenceSetId, unittest.equals('foo')); |
@@ -2345,14 +2345,14 @@ checkSearchReferencesRequest(api.SearchReferencesRequest o) { |
buildCounterSearchReferencesRequest--; |
} |
-buildUnnamed3550() { |
+buildUnnamed3036() { |
var o = new core.List<api.Reference>(); |
o.add(buildReference()); |
o.add(buildReference()); |
return o; |
} |
-checkUnnamed3550(core.List<api.Reference> o) { |
+checkUnnamed3036(core.List<api.Reference> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkReference(o[0]); |
checkReference(o[1]); |
@@ -2364,7 +2364,7 @@ buildSearchReferencesResponse() { |
buildCounterSearchReferencesResponse++; |
if (buildCounterSearchReferencesResponse < 3) { |
o.nextPageToken = "foo"; |
- o.references = buildUnnamed3550(); |
+ o.references = buildUnnamed3036(); |
} |
buildCounterSearchReferencesResponse--; |
return o; |
@@ -2374,19 +2374,19 @@ checkSearchReferencesResponse(api.SearchReferencesResponse o) { |
buildCounterSearchReferencesResponse++; |
if (buildCounterSearchReferencesResponse < 3) { |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed3550(o.references); |
+ checkUnnamed3036(o.references); |
} |
buildCounterSearchReferencesResponse--; |
} |
-buildUnnamed3551() { |
+buildUnnamed3037() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3551(core.List<core.String> o) { |
+checkUnnamed3037(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')); |
@@ -2397,7 +2397,7 @@ buildSearchVariantSetsRequest() { |
var o = new api.SearchVariantSetsRequest(); |
buildCounterSearchVariantSetsRequest++; |
if (buildCounterSearchVariantSetsRequest < 3) { |
- o.datasetIds = buildUnnamed3551(); |
+ o.datasetIds = buildUnnamed3037(); |
o.pageSize = 42; |
o.pageToken = "foo"; |
} |
@@ -2408,21 +2408,21 @@ buildSearchVariantSetsRequest() { |
checkSearchVariantSetsRequest(api.SearchVariantSetsRequest o) { |
buildCounterSearchVariantSetsRequest++; |
if (buildCounterSearchVariantSetsRequest < 3) { |
- checkUnnamed3551(o.datasetIds); |
+ checkUnnamed3037(o.datasetIds); |
unittest.expect(o.pageSize, unittest.equals(42)); |
unittest.expect(o.pageToken, unittest.equals('foo')); |
} |
buildCounterSearchVariantSetsRequest--; |
} |
-buildUnnamed3552() { |
+buildUnnamed3038() { |
var o = new core.List<api.VariantSet>(); |
o.add(buildVariantSet()); |
o.add(buildVariantSet()); |
return o; |
} |
-checkUnnamed3552(core.List<api.VariantSet> o) { |
+checkUnnamed3038(core.List<api.VariantSet> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkVariantSet(o[0]); |
checkVariantSet(o[1]); |
@@ -2434,7 +2434,7 @@ buildSearchVariantSetsResponse() { |
buildCounterSearchVariantSetsResponse++; |
if (buildCounterSearchVariantSetsResponse < 3) { |
o.nextPageToken = "foo"; |
- o.variantSets = buildUnnamed3552(); |
+ o.variantSets = buildUnnamed3038(); |
} |
buildCounterSearchVariantSetsResponse--; |
return o; |
@@ -2444,32 +2444,32 @@ checkSearchVariantSetsResponse(api.SearchVariantSetsResponse o) { |
buildCounterSearchVariantSetsResponse++; |
if (buildCounterSearchVariantSetsResponse < 3) { |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed3552(o.variantSets); |
+ checkUnnamed3038(o.variantSets); |
} |
buildCounterSearchVariantSetsResponse--; |
} |
-buildUnnamed3553() { |
+buildUnnamed3039() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3553(core.List<core.String> o) { |
+checkUnnamed3039(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')); |
} |
-buildUnnamed3554() { |
+buildUnnamed3040() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3554(core.List<core.String> o) { |
+checkUnnamed3040(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')); |
@@ -2480,7 +2480,7 @@ buildSearchVariantsRequest() { |
var o = new api.SearchVariantsRequest(); |
buildCounterSearchVariantsRequest++; |
if (buildCounterSearchVariantsRequest < 3) { |
- o.callSetIds = buildUnnamed3553(); |
+ o.callSetIds = buildUnnamed3039(); |
o.end = "foo"; |
o.maxCalls = 42; |
o.pageSize = 42; |
@@ -2488,7 +2488,7 @@ buildSearchVariantsRequest() { |
o.referenceName = "foo"; |
o.start = "foo"; |
o.variantName = "foo"; |
- o.variantSetIds = buildUnnamed3554(); |
+ o.variantSetIds = buildUnnamed3040(); |
} |
buildCounterSearchVariantsRequest--; |
return o; |
@@ -2497,7 +2497,7 @@ buildSearchVariantsRequest() { |
checkSearchVariantsRequest(api.SearchVariantsRequest o) { |
buildCounterSearchVariantsRequest++; |
if (buildCounterSearchVariantsRequest < 3) { |
- checkUnnamed3553(o.callSetIds); |
+ checkUnnamed3039(o.callSetIds); |
unittest.expect(o.end, unittest.equals('foo')); |
unittest.expect(o.maxCalls, unittest.equals(42)); |
unittest.expect(o.pageSize, unittest.equals(42)); |
@@ -2505,19 +2505,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')); |
- checkUnnamed3554(o.variantSetIds); |
+ checkUnnamed3040(o.variantSetIds); |
} |
buildCounterSearchVariantsRequest--; |
} |
-buildUnnamed3555() { |
+buildUnnamed3041() { |
var o = new core.List<api.Variant>(); |
o.add(buildVariant()); |
o.add(buildVariant()); |
return o; |
} |
-checkUnnamed3555(core.List<api.Variant> o) { |
+checkUnnamed3041(core.List<api.Variant> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkVariant(o[0]); |
checkVariant(o[1]); |
@@ -2529,7 +2529,7 @@ buildSearchVariantsResponse() { |
buildCounterSearchVariantsResponse++; |
if (buildCounterSearchVariantsResponse < 3) { |
o.nextPageToken = "foo"; |
- o.variants = buildUnnamed3555(); |
+ o.variants = buildUnnamed3041(); |
} |
buildCounterSearchVariantsResponse--; |
return o; |
@@ -2539,19 +2539,19 @@ checkSearchVariantsResponse(api.SearchVariantsResponse o) { |
buildCounterSearchVariantsResponse++; |
if (buildCounterSearchVariantsResponse < 3) { |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed3555(o.variants); |
+ checkUnnamed3041(o.variants); |
} |
buildCounterSearchVariantsResponse--; |
} |
-buildUnnamed3556() { |
+buildUnnamed3042() { |
var o = new core.List<api.TranscriptExon>(); |
o.add(buildTranscriptExon()); |
o.add(buildTranscriptExon()); |
return o; |
} |
-checkUnnamed3556(core.List<api.TranscriptExon> o) { |
+checkUnnamed3042(core.List<api.TranscriptExon> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkTranscriptExon(o[0]); |
checkTranscriptExon(o[1]); |
@@ -2563,7 +2563,7 @@ buildTranscript() { |
buildCounterTranscript++; |
if (buildCounterTranscript < 3) { |
o.codingSequence = buildTranscriptCodingSequence(); |
- o.exons = buildUnnamed3556(); |
+ o.exons = buildUnnamed3042(); |
o.geneId = "foo"; |
} |
buildCounterTranscript--; |
@@ -2574,7 +2574,7 @@ checkTranscript(api.Transcript o) { |
buildCounterTranscript++; |
if (buildCounterTranscript < 3) { |
checkTranscriptCodingSequence(o.codingSequence); |
- checkUnnamed3556(o.exons); |
+ checkUnnamed3042(o.exons); |
unittest.expect(o.geneId, unittest.equals('foo')); |
} |
buildCounterTranscript--; |
@@ -2624,79 +2624,79 @@ checkTranscriptExon(api.TranscriptExon o) { |
buildCounterTranscriptExon--; |
} |
-buildUnnamed3557() { |
+buildUnnamed3043() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3557(core.List<core.String> o) { |
+checkUnnamed3043(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')); |
} |
-buildUnnamed3558() { |
+buildUnnamed3044() { |
var o = new core.List<api.Call>(); |
o.add(buildCall()); |
o.add(buildCall()); |
return o; |
} |
-checkUnnamed3558(core.List<api.Call> o) { |
+checkUnnamed3044(core.List<api.Call> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkCall(o[0]); |
checkCall(o[1]); |
} |
-buildUnnamed3559() { |
+buildUnnamed3045() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3559(core.List<core.String> o) { |
+checkUnnamed3045(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')); |
} |
-buildUnnamed3560() { |
+buildUnnamed3046() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3560(core.List<core.String> o) { |
+checkUnnamed3046(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')); |
} |
-buildUnnamed3561() { |
+buildUnnamed3047() { |
var o = new core.Map<core.String, core.List<core.String>>(); |
- o["x"] = buildUnnamed3560(); |
- o["y"] = buildUnnamed3560(); |
+ o["x"] = buildUnnamed3046(); |
+ o["y"] = buildUnnamed3046(); |
return o; |
} |
-checkUnnamed3561(core.Map<core.String, core.List<core.String>> o) { |
+checkUnnamed3047(core.Map<core.String, core.List<core.String>> o) { |
unittest.expect(o, unittest.hasLength(2)); |
- checkUnnamed3560(o["x"]); |
- checkUnnamed3560(o["y"]); |
+ checkUnnamed3046(o["x"]); |
+ checkUnnamed3046(o["y"]); |
} |
-buildUnnamed3562() { |
+buildUnnamed3048() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3562(core.List<core.String> o) { |
+checkUnnamed3048(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')); |
@@ -2707,14 +2707,14 @@ buildVariant() { |
var o = new api.Variant(); |
buildCounterVariant++; |
if (buildCounterVariant < 3) { |
- o.alternateBases = buildUnnamed3557(); |
- o.calls = buildUnnamed3558(); |
+ o.alternateBases = buildUnnamed3043(); |
+ o.calls = buildUnnamed3044(); |
o.created = "foo"; |
o.end = "foo"; |
- o.filter = buildUnnamed3559(); |
+ o.filter = buildUnnamed3045(); |
o.id = "foo"; |
- o.info = buildUnnamed3561(); |
- o.names = buildUnnamed3562(); |
+ o.info = buildUnnamed3047(); |
+ o.names = buildUnnamed3048(); |
o.quality = 42.0; |
o.referenceBases = "foo"; |
o.referenceName = "foo"; |
@@ -2728,14 +2728,14 @@ buildVariant() { |
checkVariant(api.Variant o) { |
buildCounterVariant++; |
if (buildCounterVariant < 3) { |
- checkUnnamed3557(o.alternateBases); |
- checkUnnamed3558(o.calls); |
+ checkUnnamed3043(o.alternateBases); |
+ checkUnnamed3044(o.calls); |
unittest.expect(o.created, unittest.equals('foo')); |
unittest.expect(o.end, unittest.equals('foo')); |
- checkUnnamed3559(o.filter); |
+ checkUnnamed3045(o.filter); |
unittest.expect(o.id, unittest.equals('foo')); |
- checkUnnamed3561(o.info); |
- checkUnnamed3562(o.names); |
+ checkUnnamed3047(o.info); |
+ checkUnnamed3048(o.names); |
unittest.expect(o.quality, unittest.equals(42.0)); |
unittest.expect(o.referenceBases, unittest.equals('foo')); |
unittest.expect(o.referenceName, unittest.equals('foo')); |
@@ -2745,27 +2745,27 @@ checkVariant(api.Variant o) { |
buildCounterVariant--; |
} |
-buildUnnamed3563() { |
+buildUnnamed3049() { |
var o = new core.List<api.VariantAnnotationCondition>(); |
o.add(buildVariantAnnotationCondition()); |
o.add(buildVariantAnnotationCondition()); |
return o; |
} |
-checkUnnamed3563(core.List<api.VariantAnnotationCondition> o) { |
+checkUnnamed3049(core.List<api.VariantAnnotationCondition> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkVariantAnnotationCondition(o[0]); |
checkVariantAnnotationCondition(o[1]); |
} |
-buildUnnamed3564() { |
+buildUnnamed3050() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3564(core.List<core.String> o) { |
+checkUnnamed3050(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')); |
@@ -2778,10 +2778,10 @@ buildVariantAnnotation() { |
if (buildCounterVariantAnnotation < 3) { |
o.alternateBases = "foo"; |
o.clinicalSignificance = "foo"; |
- o.conditions = buildUnnamed3563(); |
+ o.conditions = buildUnnamed3049(); |
o.effect = "foo"; |
o.geneId = "foo"; |
- o.transcriptIds = buildUnnamed3564(); |
+ o.transcriptIds = buildUnnamed3050(); |
o.type = "foo"; |
} |
buildCounterVariantAnnotation--; |
@@ -2793,36 +2793,36 @@ checkVariantAnnotation(api.VariantAnnotation o) { |
if (buildCounterVariantAnnotation < 3) { |
unittest.expect(o.alternateBases, unittest.equals('foo')); |
unittest.expect(o.clinicalSignificance, unittest.equals('foo')); |
- checkUnnamed3563(o.conditions); |
+ checkUnnamed3049(o.conditions); |
unittest.expect(o.effect, unittest.equals('foo')); |
unittest.expect(o.geneId, unittest.equals('foo')); |
- checkUnnamed3564(o.transcriptIds); |
+ checkUnnamed3050(o.transcriptIds); |
unittest.expect(o.type, unittest.equals('foo')); |
} |
buildCounterVariantAnnotation--; |
} |
-buildUnnamed3565() { |
+buildUnnamed3051() { |
var o = new core.List<api.ExternalId>(); |
o.add(buildExternalId()); |
o.add(buildExternalId()); |
return o; |
} |
-checkUnnamed3565(core.List<api.ExternalId> o) { |
+checkUnnamed3051(core.List<api.ExternalId> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkExternalId(o[0]); |
checkExternalId(o[1]); |
} |
-buildUnnamed3566() { |
+buildUnnamed3052() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3566(core.List<core.String> o) { |
+checkUnnamed3052(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')); |
@@ -2834,8 +2834,8 @@ buildVariantAnnotationCondition() { |
buildCounterVariantAnnotationCondition++; |
if (buildCounterVariantAnnotationCondition < 3) { |
o.conceptId = "foo"; |
- o.externalIds = buildUnnamed3565(); |
- o.names = buildUnnamed3566(); |
+ o.externalIds = buildUnnamed3051(); |
+ o.names = buildUnnamed3052(); |
o.omimId = "foo"; |
} |
buildCounterVariantAnnotationCondition--; |
@@ -2846,34 +2846,34 @@ checkVariantAnnotationCondition(api.VariantAnnotationCondition o) { |
buildCounterVariantAnnotationCondition++; |
if (buildCounterVariantAnnotationCondition < 3) { |
unittest.expect(o.conceptId, unittest.equals('foo')); |
- checkUnnamed3565(o.externalIds); |
- checkUnnamed3566(o.names); |
+ checkUnnamed3051(o.externalIds); |
+ checkUnnamed3052(o.names); |
unittest.expect(o.omimId, unittest.equals('foo')); |
} |
buildCounterVariantAnnotationCondition--; |
} |
-buildUnnamed3567() { |
+buildUnnamed3053() { |
var o = new core.List<api.Metadata>(); |
o.add(buildMetadata()); |
o.add(buildMetadata()); |
return o; |
} |
-checkUnnamed3567(core.List<api.Metadata> o) { |
+checkUnnamed3053(core.List<api.Metadata> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkMetadata(o[0]); |
checkMetadata(o[1]); |
} |
-buildUnnamed3568() { |
+buildUnnamed3054() { |
var o = new core.List<api.ReferenceBound>(); |
o.add(buildReferenceBound()); |
o.add(buildReferenceBound()); |
return o; |
} |
-checkUnnamed3568(core.List<api.ReferenceBound> o) { |
+checkUnnamed3054(core.List<api.ReferenceBound> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkReferenceBound(o[0]); |
checkReferenceBound(o[1]); |
@@ -2887,9 +2887,9 @@ buildVariantSet() { |
o.datasetId = "foo"; |
o.description = "foo"; |
o.id = "foo"; |
- o.metadata = buildUnnamed3567(); |
+ o.metadata = buildUnnamed3053(); |
o.name = "foo"; |
- o.referenceBounds = buildUnnamed3568(); |
+ o.referenceBounds = buildUnnamed3054(); |
o.referenceSetId = "foo"; |
} |
buildCounterVariantSet--; |
@@ -2902,9 +2902,9 @@ checkVariantSet(api.VariantSet o) { |
unittest.expect(o.datasetId, unittest.equals('foo')); |
unittest.expect(o.description, unittest.equals('foo')); |
unittest.expect(o.id, unittest.equals('foo')); |
- checkUnnamed3567(o.metadata); |
+ checkUnnamed3053(o.metadata); |
unittest.expect(o.name, unittest.equals('foo')); |
- checkUnnamed3568(o.referenceBounds); |
+ checkUnnamed3054(o.referenceBounds); |
unittest.expect(o.referenceSetId, unittest.equals('foo')); |
} |
buildCounterVariantSet--; |