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

Unified Diff: generated/googleapis_beta/test/genomics/v1beta2_test.dart

Issue 2159673002: Api-roll 39: 2016-07-18 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 174fd7afd41407b314c5aec8065f707924160913..f5e7fdd34396325697847ce13079a2de718e4b70 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);
}
-buildUnnamed3532() {
+buildUnnamed3000() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed3532(core.List<core.String> o) {
+checkUnnamed3000(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'));
}
-buildUnnamed3533() {
+buildUnnamed3001() {
var o = new core.Map<core.String, core.List<core.String>>();
- o["x"] = buildUnnamed3532();
- o["y"] = buildUnnamed3532();
+ o["x"] = buildUnnamed3000();
+ o["y"] = buildUnnamed3000();
return o;
}
-checkUnnamed3533(core.Map<core.String, core.List<core.String>> o) {
+checkUnnamed3001(core.Map<core.String, core.List<core.String>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed3532(o["x"]);
- checkUnnamed3532(o["y"]);
+ checkUnnamed3000(o["x"]);
+ checkUnnamed3000(o["y"]);
}
core.int buildCounterAnnotation = 0;
@@ -84,7 +84,7 @@ buildAnnotation() {
if (buildCounterAnnotation < 3) {
o.annotationSetId = "foo";
o.id = "foo";
- o.info = buildUnnamed3533();
+ o.info = buildUnnamed3001();
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'));
- checkUnnamed3533(o.info);
+ checkUnnamed3001(o.info);
unittest.expect(o.name, unittest.equals('foo'));
checkRangePosition(o.position);
checkTranscript(o.transcript);
@@ -110,30 +110,30 @@ checkAnnotation(api.Annotation o) {
buildCounterAnnotation--;
}
-buildUnnamed3534() {
+buildUnnamed3002() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed3534(core.List<core.String> o) {
+checkUnnamed3002(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'));
}
-buildUnnamed3535() {
+buildUnnamed3003() {
var o = new core.Map<core.String, core.List<core.String>>();
- o["x"] = buildUnnamed3534();
- o["y"] = buildUnnamed3534();
+ o["x"] = buildUnnamed3002();
+ o["y"] = buildUnnamed3002();
return o;
}
-checkUnnamed3535(core.Map<core.String, core.List<core.String>> o) {
+checkUnnamed3003(core.Map<core.String, core.List<core.String>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed3534(o["x"]);
- checkUnnamed3534(o["y"]);
+ checkUnnamed3002(o["x"]);
+ checkUnnamed3002(o["y"]);
}
core.int buildCounterAnnotationSet = 0;
@@ -143,7 +143,7 @@ buildAnnotationSet() {
if (buildCounterAnnotationSet < 3) {
o.datasetId = "foo";
o.id = "foo";
- o.info = buildUnnamed3535();
+ o.info = buildUnnamed3003();
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'));
- checkUnnamed3535(o.info);
+ checkUnnamed3003(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--;
}
-buildUnnamed3536() {
+buildUnnamed3004() {
var o = new core.List<api.BatchAnnotationsResponseEntry>();
o.add(buildBatchAnnotationsResponseEntry());
o.add(buildBatchAnnotationsResponseEntry());
return o;
}
-checkUnnamed3536(core.List<api.BatchAnnotationsResponseEntry> o) {
+checkUnnamed3004(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 = buildUnnamed3536();
+ o.entries = buildUnnamed3004();
}
buildCounterBatchAnnotationsResponse--;
return o;
@@ -194,7 +194,7 @@ buildBatchAnnotationsResponse() {
checkBatchAnnotationsResponse(api.BatchAnnotationsResponse o) {
buildCounterBatchAnnotationsResponse++;
if (buildCounterBatchAnnotationsResponse < 3) {
- checkUnnamed3536(o.entries);
+ checkUnnamed3004(o.entries);
}
buildCounterBatchAnnotationsResponse--;
}
@@ -241,14 +241,14 @@ checkBatchAnnotationsResponseEntryStatus(api.BatchAnnotationsResponseEntryStatus
buildCounterBatchAnnotationsResponseEntryStatus--;
}
-buildUnnamed3537() {
+buildUnnamed3005() {
var o = new core.List<api.Annotation>();
o.add(buildAnnotation());
o.add(buildAnnotation());
return o;
}
-checkUnnamed3537(core.List<api.Annotation> o) {
+checkUnnamed3005(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 = buildUnnamed3537();
+ o.annotations = buildUnnamed3005();
}
buildCounterBatchCreateAnnotationsRequest--;
return o;
@@ -268,61 +268,61 @@ buildBatchCreateAnnotationsRequest() {
checkBatchCreateAnnotationsRequest(api.BatchCreateAnnotationsRequest o) {
buildCounterBatchCreateAnnotationsRequest++;
if (buildCounterBatchCreateAnnotationsRequest < 3) {
- checkUnnamed3537(o.annotations);
+ checkUnnamed3005(o.annotations);
}
buildCounterBatchCreateAnnotationsRequest--;
}
-buildUnnamed3538() {
+buildUnnamed3006() {
var o = new core.List<core.int>();
o.add(42);
o.add(42);
return o;
}
-checkUnnamed3538(core.List<core.int> o) {
+checkUnnamed3006(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));
}
-buildUnnamed3539() {
+buildUnnamed3007() {
var o = new core.List<core.double>();
o.add(42.0);
o.add(42.0);
return o;
}
-checkUnnamed3539(core.List<core.double> o) {
+checkUnnamed3007(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));
}
-buildUnnamed3540() {
+buildUnnamed3008() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed3540(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'));
}
-buildUnnamed3541() {
+buildUnnamed3009() {
var o = new core.Map<core.String, core.List<core.String>>();
- o["x"] = buildUnnamed3540();
- o["y"] = buildUnnamed3540();
+ o["x"] = buildUnnamed3008();
+ o["y"] = buildUnnamed3008();
return o;
}
-checkUnnamed3541(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));
- checkUnnamed3540(o["x"]);
- checkUnnamed3540(o["y"]);
+ checkUnnamed3008(o["x"]);
+ checkUnnamed3008(o["y"]);
}
core.int buildCounterCall = 0;
@@ -332,9 +332,9 @@ buildCall() {
if (buildCounterCall < 3) {
o.callSetId = "foo";
o.callSetName = "foo";
- o.genotype = buildUnnamed3538();
- o.genotypeLikelihood = buildUnnamed3539();
- o.info = buildUnnamed3541();
+ o.genotype = buildUnnamed3006();
+ o.genotypeLikelihood = buildUnnamed3007();
+ o.info = buildUnnamed3009();
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'));
- checkUnnamed3538(o.genotype);
- checkUnnamed3539(o.genotypeLikelihood);
- checkUnnamed3541(o.info);
+ checkUnnamed3006(o.genotype);
+ checkUnnamed3007(o.genotypeLikelihood);
+ checkUnnamed3009(o.info);
unittest.expect(o.phaseset, unittest.equals('foo'));
}
buildCounterCall--;
}
-buildUnnamed3542() {
+buildUnnamed3010() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed3542(core.List<core.String> o) {
+checkUnnamed3010(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() {
+buildUnnamed3011() {
var o = new core.Map<core.String, core.List<core.String>>();
- o["x"] = buildUnnamed3542();
- o["y"] = buildUnnamed3542();
+ o["x"] = buildUnnamed3010();
+ o["y"] = buildUnnamed3010();
return o;
}
-checkUnnamed3543(core.Map<core.String, core.List<core.String>> o) {
+checkUnnamed3011(core.Map<core.String, core.List<core.String>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed3542(o["x"]);
- checkUnnamed3542(o["y"]);
+ checkUnnamed3010(o["x"]);
+ checkUnnamed3010(o["y"]);
}
-buildUnnamed3544() {
+buildUnnamed3012() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed3544(core.List<core.String> o) {
+checkUnnamed3012(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 = buildUnnamed3543();
+ o.info = buildUnnamed3011();
o.name = "foo";
o.sampleId = "foo";
- o.variantSetIds = buildUnnamed3544();
+ o.variantSetIds = buildUnnamed3012();
}
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'));
- checkUnnamed3543(o.info);
+ checkUnnamed3011(o.info);
unittest.expect(o.name, unittest.equals('foo'));
unittest.expect(o.sampleId, unittest.equals('foo'));
- checkUnnamed3544(o.variantSetIds);
+ checkUnnamed3012(o.variantSetIds);
}
buildCounterCallSet--;
}
@@ -493,27 +493,27 @@ checkDataset(api.Dataset o) {
buildCounterDataset--;
}
-buildUnnamed3545() {
+buildUnnamed3013() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed3545(core.List<core.String> o) {
+checkUnnamed3013(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() {
+buildUnnamed3014() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed3546(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'));
@@ -527,9 +527,9 @@ buildExperimentalCreateJobRequest() {
o.align = true;
o.callVariants = true;
o.gcsOutputPath = "foo";
- o.pairedSourceUris = buildUnnamed3545();
+ o.pairedSourceUris = buildUnnamed3013();
o.projectNumber = "foo";
- o.sourceUris = buildUnnamed3546();
+ o.sourceUris = buildUnnamed3014();
}
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'));
- checkUnnamed3545(o.pairedSourceUris);
+ checkUnnamed3013(o.pairedSourceUris);
unittest.expect(o.projectNumber, unittest.equals('foo'));
- checkUnnamed3546(o.sourceUris);
+ checkUnnamed3014(o.sourceUris);
}
buildCounterExperimentalCreateJobRequest--;
}
@@ -567,27 +567,27 @@ checkExperimentalCreateJobResponse(api.ExperimentalCreateJobResponse o) {
buildCounterExperimentalCreateJobResponse--;
}
-buildUnnamed3547() {
+buildUnnamed3015() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed3547(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'));
}
-buildUnnamed3548() {
+buildUnnamed3016() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed3548(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'));
@@ -600,8 +600,8 @@ buildExportReadGroupSetsRequest() {
if (buildCounterExportReadGroupSetsRequest < 3) {
o.exportUri = "foo";
o.projectNumber = "foo";
- o.readGroupSetIds = buildUnnamed3547();
- o.referenceNames = buildUnnamed3548();
+ o.readGroupSetIds = buildUnnamed3015();
+ o.referenceNames = buildUnnamed3016();
}
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'));
- checkUnnamed3547(o.readGroupSetIds);
- checkUnnamed3548(o.referenceNames);
+ checkUnnamed3015(o.readGroupSetIds);
+ checkUnnamed3016(o.referenceNames);
}
buildCounterExportReadGroupSetsRequest--;
}
@@ -637,14 +637,14 @@ checkExportReadGroupSetsResponse(api.ExportReadGroupSetsResponse o) {
buildCounterExportReadGroupSetsResponse--;
}
-buildUnnamed3549() {
+buildUnnamed3017() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed3549(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'));
@@ -657,7 +657,7 @@ buildExportVariantSetRequest() {
if (buildCounterExportVariantSetRequest < 3) {
o.bigqueryDataset = "foo";
o.bigqueryTable = "foo";
- o.callSetIds = buildUnnamed3549();
+ o.callSetIds = buildUnnamed3017();
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'));
- checkUnnamed3549(o.callSetIds);
+ checkUnnamed3017(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--;
}
-buildUnnamed3550() {
+buildUnnamed3018() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed3550(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'));
@@ -738,7 +738,7 @@ buildImportReadGroupSetsRequest() {
o.datasetId = "foo";
o.partitionStrategy = "foo";
o.referenceSetId = "foo";
- o.sourceUris = buildUnnamed3550();
+ o.sourceUris = buildUnnamed3018();
}
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'));
- checkUnnamed3550(o.sourceUris);
+ checkUnnamed3018(o.sourceUris);
}
buildCounterImportReadGroupSetsRequest--;
}
@@ -774,14 +774,14 @@ checkImportReadGroupSetsResponse(api.ImportReadGroupSetsResponse o) {
buildCounterImportReadGroupSetsResponse--;
}
-buildUnnamed3551() {
+buildUnnamed3019() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed3551(core.List<core.String> o) {
+checkUnnamed3019(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 = buildUnnamed3551();
+ o.sourceUris = buildUnnamed3019();
}
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);
- checkUnnamed3551(o.sourceUris);
+ checkUnnamed3019(o.sourceUris);
}
buildCounterImportVariantsRequest--;
}
@@ -848,40 +848,40 @@ checkInt32Value(api.Int32Value o) {
buildCounterInt32Value--;
}
-buildUnnamed3552() {
+buildUnnamed3020() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed3552(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'));
}
-buildUnnamed3553() {
+buildUnnamed3021() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed3553(core.List<core.String> o) {
+checkUnnamed3021(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() {
+buildUnnamed3022() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed3554(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'));
@@ -894,13 +894,13 @@ buildJob() {
if (buildCounterJob < 3) {
o.created = "foo";
o.detailedStatus = "foo";
- o.errors = buildUnnamed3552();
+ o.errors = buildUnnamed3020();
o.id = "foo";
- o.importedIds = buildUnnamed3553();
+ o.importedIds = buildUnnamed3021();
o.projectNumber = "foo";
o.request = buildJobRequest();
o.status = "foo";
- o.warnings = buildUnnamed3554();
+ o.warnings = buildUnnamed3022();
}
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'));
- checkUnnamed3552(o.errors);
+ checkUnnamed3020(o.errors);
unittest.expect(o.id, unittest.equals('foo'));
- checkUnnamed3553(o.importedIds);
+ checkUnnamed3021(o.importedIds);
unittest.expect(o.projectNumber, unittest.equals('foo'));
checkJobRequest(o.request);
unittest.expect(o.status, unittest.equals('foo'));
- checkUnnamed3554(o.warnings);
+ checkUnnamed3022(o.warnings);
}
buildCounterJob--;
}
-buildUnnamed3555() {
+buildUnnamed3023() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed3555(core.List<core.String> o) {
+checkUnnamed3023(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'));
}
-buildUnnamed3556() {
+buildUnnamed3024() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed3556(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'));
@@ -953,8 +953,8 @@ buildJobRequest() {
var o = new api.JobRequest();
buildCounterJobRequest++;
if (buildCounterJobRequest < 3) {
- o.destination = buildUnnamed3555();
- o.source = buildUnnamed3556();
+ o.destination = buildUnnamed3023();
+ o.source = buildUnnamed3024();
o.type = "foo";
}
buildCounterJobRequest--;
@@ -964,21 +964,21 @@ buildJobRequest() {
checkJobRequest(api.JobRequest o) {
buildCounterJobRequest++;
if (buildCounterJobRequest < 3) {
- checkUnnamed3555(o.destination);
- checkUnnamed3556(o.source);
+ checkUnnamed3023(o.destination);
+ checkUnnamed3024(o.source);
unittest.expect(o.type, unittest.equals('foo'));
}
buildCounterJobRequest--;
}
-buildUnnamed3557() {
+buildUnnamed3025() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed3557(core.List<core.String> o) {
+checkUnnamed3025(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 = buildUnnamed3557();
+ o.value = buildUnnamed3025();
}
buildCounterKeyValue--;
return o;
@@ -1000,19 +1000,19 @@ checkKeyValue(api.KeyValue o) {
buildCounterKeyValue++;
if (buildCounterKeyValue < 3) {
unittest.expect(o.key, unittest.equals('foo'));
- checkUnnamed3557(o.value);
+ checkUnnamed3025(o.value);
}
buildCounterKeyValue--;
}
-buildUnnamed3558() {
+buildUnnamed3026() {
var o = new core.List<api.CigarUnit>();
o.add(buildCigarUnit());
o.add(buildCigarUnit());
return o;
}
-checkUnnamed3558(core.List<api.CigarUnit> o) {
+checkUnnamed3026(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 = buildUnnamed3558();
+ o.cigar = buildUnnamed3026();
o.mappingQuality = 42;
o.position = buildPosition();
}
@@ -1034,7 +1034,7 @@ buildLinearAlignment() {
checkLinearAlignment(api.LinearAlignment o) {
buildCounterLinearAlignment++;
if (buildCounterLinearAlignment < 3) {
- checkUnnamed3558(o.cigar);
+ checkUnnamed3026(o.cigar);
unittest.expect(o.mappingQuality, unittest.equals(42));
checkPosition(o.position);
}
@@ -1064,14 +1064,14 @@ checkListBasesResponse(api.ListBasesResponse o) {
buildCounterListBasesResponse--;
}
-buildUnnamed3559() {
+buildUnnamed3027() {
var o = new core.List<api.CoverageBucket>();
o.add(buildCoverageBucket());
o.add(buildCoverageBucket());
return o;
}
-checkUnnamed3559(core.List<api.CoverageBucket> o) {
+checkUnnamed3027(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 = buildUnnamed3559();
+ o.coverageBuckets = buildUnnamed3027();
o.nextPageToken = "foo";
}
buildCounterListCoverageBucketsResponse--;
@@ -1094,20 +1094,20 @@ checkListCoverageBucketsResponse(api.ListCoverageBucketsResponse o) {
buildCounterListCoverageBucketsResponse++;
if (buildCounterListCoverageBucketsResponse < 3) {
unittest.expect(o.bucketWidth, unittest.equals('foo'));
- checkUnnamed3559(o.coverageBuckets);
+ checkUnnamed3027(o.coverageBuckets);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
buildCounterListCoverageBucketsResponse--;
}
-buildUnnamed3560() {
+buildUnnamed3028() {
var o = new core.List<api.Dataset>();
o.add(buildDataset());
o.add(buildDataset());
return o;
}
-checkUnnamed3560(core.List<api.Dataset> o) {
+checkUnnamed3028(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 = buildUnnamed3560();
+ o.datasets = buildUnnamed3028();
o.nextPageToken = "foo";
}
buildCounterListDatasetsResponse--;
@@ -1128,20 +1128,20 @@ buildListDatasetsResponse() {
checkListDatasetsResponse(api.ListDatasetsResponse o) {
buildCounterListDatasetsResponse++;
if (buildCounterListDatasetsResponse < 3) {
- checkUnnamed3560(o.datasets);
+ checkUnnamed3028(o.datasets);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
buildCounterListDatasetsResponse--;
}
-buildUnnamed3561() {
+buildUnnamed3029() {
var o = new core.List<api.Variant>();
o.add(buildVariant());
o.add(buildVariant());
return o;
}
-checkUnnamed3561(core.List<api.Variant> o) {
+checkUnnamed3029(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 = buildUnnamed3561();
+ o.variants = buildUnnamed3029();
}
buildCounterMergeVariantsRequest--;
return o;
@@ -1161,35 +1161,35 @@ buildMergeVariantsRequest() {
checkMergeVariantsRequest(api.MergeVariantsRequest o) {
buildCounterMergeVariantsRequest++;
if (buildCounterMergeVariantsRequest < 3) {
- checkUnnamed3561(o.variants);
+ checkUnnamed3029(o.variants);
}
buildCounterMergeVariantsRequest--;
}
-buildUnnamed3562() {
+buildUnnamed3030() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed3562(core.List<core.String> o) {
+checkUnnamed3030(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'));
}
-buildUnnamed3563() {
+buildUnnamed3031() {
var o = new core.Map<core.String, core.List<core.String>>();
- o["x"] = buildUnnamed3562();
- o["y"] = buildUnnamed3562();
+ o["x"] = buildUnnamed3030();
+ o["y"] = buildUnnamed3030();
return o;
}
-checkUnnamed3563(core.Map<core.String, core.List<core.String>> o) {
+checkUnnamed3031(core.Map<core.String, core.List<core.String>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed3562(o["x"]);
- checkUnnamed3562(o["y"]);
+ checkUnnamed3030(o["x"]);
+ checkUnnamed3030(o["y"]);
}
core.int buildCounterMetadata = 0;
@@ -1199,7 +1199,7 @@ buildMetadata() {
if (buildCounterMetadata < 3) {
o.description = "foo";
o.id = "foo";
- o.info = buildUnnamed3563();
+ o.info = buildUnnamed3031();
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'));
- checkUnnamed3563(o.info);
+ checkUnnamed3031(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--;
}
-buildUnnamed3564() {
+buildUnnamed3032() {
var o = new core.List<core.int>();
o.add(42);
o.add(42);
return o;
}
-checkUnnamed3564(core.List<core.int> o) {
+checkUnnamed3032(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));
}
-buildUnnamed3565() {
+buildUnnamed3033() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed3565(core.List<core.String> o) {
+checkUnnamed3033(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'));
}
-buildUnnamed3566() {
+buildUnnamed3034() {
var o = new core.Map<core.String, core.List<core.String>>();
- o["x"] = buildUnnamed3565();
- o["y"] = buildUnnamed3565();
+ o["x"] = buildUnnamed3033();
+ o["y"] = buildUnnamed3033();
return o;
}
-checkUnnamed3566(core.Map<core.String, core.List<core.String>> o) {
+checkUnnamed3034(core.Map<core.String, core.List<core.String>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed3565(o["x"]);
- checkUnnamed3565(o["y"]);
+ checkUnnamed3033(o["x"]);
+ checkUnnamed3033(o["y"]);
}
core.int buildCounterRead = 0;
@@ -1365,7 +1365,7 @@ buildRead() {
var o = new api.Read();
buildCounterRead++;
if (buildCounterRead < 3) {
- o.alignedQuality = buildUnnamed3564();
+ o.alignedQuality = buildUnnamed3032();
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 = buildUnnamed3566();
+ o.info = buildUnnamed3034();
o.nextMatePosition = buildPosition();
o.numberReads = 42;
o.properPlacement = true;
@@ -1390,7 +1390,7 @@ buildRead() {
checkRead(api.Read o) {
buildCounterRead++;
if (buildCounterRead < 3) {
- checkUnnamed3564(o.alignedQuality);
+ checkUnnamed3032(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'));
- checkUnnamed3566(o.info);
+ checkUnnamed3034(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--;
}
-buildUnnamed3567() {
+buildUnnamed3035() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed3567(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'));
}
-buildUnnamed3568() {
+buildUnnamed3036() {
var o = new core.Map<core.String, core.List<core.String>>();
- o["x"] = buildUnnamed3567();
- o["y"] = buildUnnamed3567();
+ o["x"] = buildUnnamed3035();
+ o["y"] = buildUnnamed3035();
return o;
}
-checkUnnamed3568(core.Map<core.String, core.List<core.String>> o) {
+checkUnnamed3036(core.Map<core.String, core.List<core.String>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed3567(o["x"]);
- checkUnnamed3567(o["y"]);
+ checkUnnamed3035(o["x"]);
+ checkUnnamed3035(o["y"]);
}
-buildUnnamed3569() {
+buildUnnamed3037() {
var o = new core.List<api.ReadGroupProgram>();
o.add(buildReadGroupProgram());
o.add(buildReadGroupProgram());
return o;
}
-checkUnnamed3569(core.List<api.ReadGroupProgram> o) {
+checkUnnamed3037(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 = buildUnnamed3568();
+ o.info = buildUnnamed3036();
o.name = "foo";
o.predictedInsertSize = 42;
- o.programs = buildUnnamed3569();
+ o.programs = buildUnnamed3037();
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'));
- checkUnnamed3568(o.info);
+ checkUnnamed3036(o.info);
unittest.expect(o.name, unittest.equals('foo'));
unittest.expect(o.predictedInsertSize, unittest.equals(42));
- checkUnnamed3569(o.programs);
+ checkUnnamed3037(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--;
}
-buildUnnamed3570() {
+buildUnnamed3038() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed3570(core.List<core.String> o) {
+checkUnnamed3038(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'));
}
-buildUnnamed3571() {
+buildUnnamed3039() {
var o = new core.Map<core.String, core.List<core.String>>();
- o["x"] = buildUnnamed3570();
- o["y"] = buildUnnamed3570();
+ o["x"] = buildUnnamed3038();
+ o["y"] = buildUnnamed3038();
return o;
}
-checkUnnamed3571(core.Map<core.String, core.List<core.String>> o) {
+checkUnnamed3039(core.Map<core.String, core.List<core.String>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed3570(o["x"]);
- checkUnnamed3570(o["y"]);
+ checkUnnamed3038(o["x"]);
+ checkUnnamed3038(o["y"]);
}
-buildUnnamed3572() {
+buildUnnamed3040() {
var o = new core.List<api.ReadGroup>();
o.add(buildReadGroup());
o.add(buildReadGroup());
return o;
}
-checkUnnamed3572(core.List<api.ReadGroup> o) {
+checkUnnamed3040(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 = buildUnnamed3571();
+ o.info = buildUnnamed3039();
o.name = "foo";
- o.readGroups = buildUnnamed3572();
+ o.readGroups = buildUnnamed3040();
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'));
- checkUnnamed3571(o.info);
+ checkUnnamed3039(o.info);
unittest.expect(o.name, unittest.equals('foo'));
- checkUnnamed3572(o.readGroups);
+ checkUnnamed3040(o.readGroups);
unittest.expect(o.referenceSetId, unittest.equals('foo'));
}
buildCounterReadGroupSet--;
}
-buildUnnamed3573() {
+buildUnnamed3041() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed3573(core.List<core.String> o) {
+checkUnnamed3041(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 = buildUnnamed3573();
+ o.sourceAccessions = buildUnnamed3041();
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));
- checkUnnamed3573(o.sourceAccessions);
+ checkUnnamed3041(o.sourceAccessions);
unittest.expect(o.sourceURI, unittest.equals('foo'));
}
buildCounterReference--;
@@ -1674,27 +1674,27 @@ checkReferenceBound(api.ReferenceBound o) {
buildCounterReferenceBound--;
}
-buildUnnamed3574() {
+buildUnnamed3042() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed3574(core.List<core.String> o) {
+checkUnnamed3042(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'));
}
-buildUnnamed3575() {
+buildUnnamed3043() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed3575(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'));
@@ -1710,8 +1710,8 @@ buildReferenceSet() {
o.id = "foo";
o.md5checksum = "foo";
o.ncbiTaxonId = 42;
- o.referenceIds = buildUnnamed3574();
- o.sourceAccessions = buildUnnamed3575();
+ o.referenceIds = buildUnnamed3042();
+ o.sourceAccessions = buildUnnamed3043();
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));
- checkUnnamed3574(o.referenceIds);
- checkUnnamed3575(o.sourceAccessions);
+ checkUnnamed3042(o.referenceIds);
+ checkUnnamed3043(o.sourceAccessions);
unittest.expect(o.sourceURI, unittest.equals('foo'));
}
buildCounterReferenceSet--;
}
-buildUnnamed3576() {
+buildUnnamed3044() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed3576(core.List<core.String> o) {
+checkUnnamed3044(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'));
}
-buildUnnamed3577() {
+buildUnnamed3045() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed3577(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'));
@@ -1764,12 +1764,12 @@ buildSearchAnnotationSetsRequest() {
var o = new api.SearchAnnotationSetsRequest();
buildCounterSearchAnnotationSetsRequest++;
if (buildCounterSearchAnnotationSetsRequest < 3) {
- o.datasetIds = buildUnnamed3576();
+ o.datasetIds = buildUnnamed3044();
o.name = "foo";
o.pageSize = 42;
o.pageToken = "foo";
o.referenceSetId = "foo";
- o.types = buildUnnamed3577();
+ o.types = buildUnnamed3045();
}
buildCounterSearchAnnotationSetsRequest--;
return o;
@@ -1778,24 +1778,24 @@ buildSearchAnnotationSetsRequest() {
checkSearchAnnotationSetsRequest(api.SearchAnnotationSetsRequest o) {
buildCounterSearchAnnotationSetsRequest++;
if (buildCounterSearchAnnotationSetsRequest < 3) {
- checkUnnamed3576(o.datasetIds);
+ checkUnnamed3044(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'));
- checkUnnamed3577(o.types);
+ checkUnnamed3045(o.types);
}
buildCounterSearchAnnotationSetsRequest--;
}
-buildUnnamed3578() {
+buildUnnamed3046() {
var o = new core.List<api.AnnotationSet>();
o.add(buildAnnotationSet());
o.add(buildAnnotationSet());
return o;
}
-checkUnnamed3578(core.List<api.AnnotationSet> o) {
+checkUnnamed3046(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 = buildUnnamed3578();
+ o.annotationSets = buildUnnamed3046();
o.nextPageToken = "foo";
}
buildCounterSearchAnnotationSetsResponse--;
@@ -1816,20 +1816,20 @@ buildSearchAnnotationSetsResponse() {
checkSearchAnnotationSetsResponse(api.SearchAnnotationSetsResponse o) {
buildCounterSearchAnnotationSetsResponse++;
if (buildCounterSearchAnnotationSetsResponse < 3) {
- checkUnnamed3578(o.annotationSets);
+ checkUnnamed3046(o.annotationSets);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
buildCounterSearchAnnotationSetsResponse--;
}
-buildUnnamed3579() {
+buildUnnamed3047() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed3579(core.List<core.String> o) {
+checkUnnamed3047(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 = buildUnnamed3579();
+ o.annotationSetIds = buildUnnamed3047();
o.pageSize = 42;
o.pageToken = "foo";
o.range = buildQueryRange();
@@ -1852,7 +1852,7 @@ buildSearchAnnotationsRequest() {
checkSearchAnnotationsRequest(api.SearchAnnotationsRequest o) {
buildCounterSearchAnnotationsRequest++;
if (buildCounterSearchAnnotationsRequest < 3) {
- checkUnnamed3579(o.annotationSetIds);
+ checkUnnamed3047(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--;
}
-buildUnnamed3580() {
+buildUnnamed3048() {
var o = new core.List<api.Annotation>();
o.add(buildAnnotation());
o.add(buildAnnotation());
return o;
}
-checkUnnamed3580(core.List<api.Annotation> o) {
+checkUnnamed3048(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 = buildUnnamed3580();
+ o.annotations = buildUnnamed3048();
o.nextPageToken = "foo";
}
buildCounterSearchAnnotationsResponse--;
@@ -1888,20 +1888,20 @@ buildSearchAnnotationsResponse() {
checkSearchAnnotationsResponse(api.SearchAnnotationsResponse o) {
buildCounterSearchAnnotationsResponse++;
if (buildCounterSearchAnnotationsResponse < 3) {
- checkUnnamed3580(o.annotations);
+ checkUnnamed3048(o.annotations);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
buildCounterSearchAnnotationsResponse--;
}
-buildUnnamed3581() {
+buildUnnamed3049() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed3581(core.List<core.String> o) {
+checkUnnamed3049(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 = buildUnnamed3581();
+ o.variantSetIds = buildUnnamed3049();
}
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'));
- checkUnnamed3581(o.variantSetIds);
+ checkUnnamed3049(o.variantSetIds);
}
buildCounterSearchCallSetsRequest--;
}
-buildUnnamed3582() {
+buildUnnamed3050() {
var o = new core.List<api.CallSet>();
o.add(buildCallSet());
o.add(buildCallSet());
return o;
}
-checkUnnamed3582(core.List<api.CallSet> o) {
+checkUnnamed3050(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 = buildUnnamed3582();
+ o.callSets = buildUnnamed3050();
o.nextPageToken = "foo";
}
buildCounterSearchCallSetsResponse--;
@@ -1960,20 +1960,20 @@ buildSearchCallSetsResponse() {
checkSearchCallSetsResponse(api.SearchCallSetsResponse o) {
buildCounterSearchCallSetsResponse++;
if (buildCounterSearchCallSetsResponse < 3) {
- checkUnnamed3582(o.callSets);
+ checkUnnamed3050(o.callSets);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
buildCounterSearchCallSetsResponse--;
}
-buildUnnamed3583() {
+buildUnnamed3051() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed3583(core.List<core.String> o) {
+checkUnnamed3051(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 = buildUnnamed3583();
+ o.status = buildUnnamed3051();
}
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'));
- checkUnnamed3583(o.status);
+ checkUnnamed3051(o.status);
}
buildCounterSearchJobsRequest--;
}
-buildUnnamed3584() {
+buildUnnamed3052() {
var o = new core.List<api.Job>();
o.add(buildJob());
o.add(buildJob());
return o;
}
-checkUnnamed3584(core.List<api.Job> o) {
+checkUnnamed3052(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 = buildUnnamed3584();
+ o.jobs = buildUnnamed3052();
o.nextPageToken = "foo";
}
buildCounterSearchJobsResponse--;
@@ -2036,20 +2036,20 @@ buildSearchJobsResponse() {
checkSearchJobsResponse(api.SearchJobsResponse o) {
buildCounterSearchJobsResponse++;
if (buildCounterSearchJobsResponse < 3) {
- checkUnnamed3584(o.jobs);
+ checkUnnamed3052(o.jobs);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
buildCounterSearchJobsResponse--;
}
-buildUnnamed3585() {
+buildUnnamed3053() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed3585(core.List<core.String> o) {
+checkUnnamed3053(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 = buildUnnamed3585();
+ o.datasetIds = buildUnnamed3053();
o.name = "foo";
o.pageSize = 42;
o.pageToken = "foo";
@@ -2072,7 +2072,7 @@ buildSearchReadGroupSetsRequest() {
checkSearchReadGroupSetsRequest(api.SearchReadGroupSetsRequest o) {
buildCounterSearchReadGroupSetsRequest++;
if (buildCounterSearchReadGroupSetsRequest < 3) {
- checkUnnamed3585(o.datasetIds);
+ checkUnnamed3053(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--;
}
-buildUnnamed3586() {
+buildUnnamed3054() {
var o = new core.List<api.ReadGroupSet>();
o.add(buildReadGroupSet());
o.add(buildReadGroupSet());
return o;
}
-checkUnnamed3586(core.List<api.ReadGroupSet> o) {
+checkUnnamed3054(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 = buildUnnamed3586();
+ o.readGroupSets = buildUnnamed3054();
}
buildCounterSearchReadGroupSetsResponse--;
return o;
@@ -2109,32 +2109,32 @@ checkSearchReadGroupSetsResponse(api.SearchReadGroupSetsResponse o) {
buildCounterSearchReadGroupSetsResponse++;
if (buildCounterSearchReadGroupSetsResponse < 3) {
unittest.expect(o.nextPageToken, unittest.equals('foo'));
- checkUnnamed3586(o.readGroupSets);
+ checkUnnamed3054(o.readGroupSets);
}
buildCounterSearchReadGroupSetsResponse--;
}
-buildUnnamed3587() {
+buildUnnamed3055() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed3587(core.List<core.String> o) {
+checkUnnamed3055(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'));
}
-buildUnnamed3588() {
+buildUnnamed3056() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed3588(core.List<core.String> o) {
+checkUnnamed3056(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 = buildUnnamed3587();
- o.readGroupSetIds = buildUnnamed3588();
+ o.readGroupIds = buildUnnamed3055();
+ o.readGroupSetIds = buildUnnamed3056();
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'));
- checkUnnamed3587(o.readGroupIds);
- checkUnnamed3588(o.readGroupSetIds);
+ checkUnnamed3055(o.readGroupIds);
+ checkUnnamed3056(o.readGroupSetIds);
unittest.expect(o.referenceName, unittest.equals('foo'));
unittest.expect(o.start, unittest.equals('foo'));
}
buildCounterSearchReadsRequest--;
}
-buildUnnamed3589() {
+buildUnnamed3057() {
var o = new core.List<api.Read>();
o.add(buildRead());
o.add(buildRead());
return o;
}
-checkUnnamed3589(core.List<api.Read> o) {
+checkUnnamed3057(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 = buildUnnamed3589();
+ o.alignments = buildUnnamed3057();
o.nextPageToken = "foo";
}
buildCounterSearchReadsResponse--;
@@ -2199,33 +2199,33 @@ buildSearchReadsResponse() {
checkSearchReadsResponse(api.SearchReadsResponse o) {
buildCounterSearchReadsResponse++;
if (buildCounterSearchReadsResponse < 3) {
- checkUnnamed3589(o.alignments);
+ checkUnnamed3057(o.alignments);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
buildCounterSearchReadsResponse--;
}
-buildUnnamed3590() {
+buildUnnamed3058() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed3590(core.List<core.String> o) {
+checkUnnamed3058(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'));
}
-buildUnnamed3591() {
+buildUnnamed3059() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed3591(core.List<core.String> o) {
+checkUnnamed3059(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 = buildUnnamed3590();
+ o.accessions = buildUnnamed3058();
o.assemblyId = "foo";
- o.md5checksums = buildUnnamed3591();
+ o.md5checksums = buildUnnamed3059();
o.pageSize = 42;
o.pageToken = "foo";
}
@@ -2249,23 +2249,23 @@ buildSearchReferenceSetsRequest() {
checkSearchReferenceSetsRequest(api.SearchReferenceSetsRequest o) {
buildCounterSearchReferenceSetsRequest++;
if (buildCounterSearchReferenceSetsRequest < 3) {
- checkUnnamed3590(o.accessions);
+ checkUnnamed3058(o.accessions);
unittest.expect(o.assemblyId, unittest.equals('foo'));
- checkUnnamed3591(o.md5checksums);
+ checkUnnamed3059(o.md5checksums);
unittest.expect(o.pageSize, unittest.equals(42));
unittest.expect(o.pageToken, unittest.equals('foo'));
}
buildCounterSearchReferenceSetsRequest--;
}
-buildUnnamed3592() {
+buildUnnamed3060() {
var o = new core.List<api.ReferenceSet>();
o.add(buildReferenceSet());
o.add(buildReferenceSet());
return o;
}
-checkUnnamed3592(core.List<api.ReferenceSet> o) {
+checkUnnamed3060(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 = buildUnnamed3592();
+ o.referenceSets = buildUnnamed3060();
}
buildCounterSearchReferenceSetsResponse--;
return o;
@@ -2287,32 +2287,32 @@ checkSearchReferenceSetsResponse(api.SearchReferenceSetsResponse o) {
buildCounterSearchReferenceSetsResponse++;
if (buildCounterSearchReferenceSetsResponse < 3) {
unittest.expect(o.nextPageToken, unittest.equals('foo'));
- checkUnnamed3592(o.referenceSets);
+ checkUnnamed3060(o.referenceSets);
}
buildCounterSearchReferenceSetsResponse--;
}
-buildUnnamed3593() {
+buildUnnamed3061() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed3593(core.List<core.String> o) {
+checkUnnamed3061(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'));
}
-buildUnnamed3594() {
+buildUnnamed3062() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed3594(core.List<core.String> o) {
+checkUnnamed3062(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 = buildUnnamed3593();
- o.md5checksums = buildUnnamed3594();
+ o.accessions = buildUnnamed3061();
+ o.md5checksums = buildUnnamed3062();
o.pageSize = 42;
o.pageToken = "foo";
o.referenceSetId = "foo";
@@ -2336,8 +2336,8 @@ buildSearchReferencesRequest() {
checkSearchReferencesRequest(api.SearchReferencesRequest o) {
buildCounterSearchReferencesRequest++;
if (buildCounterSearchReferencesRequest < 3) {
- checkUnnamed3593(o.accessions);
- checkUnnamed3594(o.md5checksums);
+ checkUnnamed3061(o.accessions);
+ checkUnnamed3062(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--;
}
-buildUnnamed3595() {
+buildUnnamed3063() {
var o = new core.List<api.Reference>();
o.add(buildReference());
o.add(buildReference());
return o;
}
-checkUnnamed3595(core.List<api.Reference> o) {
+checkUnnamed3063(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 = buildUnnamed3595();
+ o.references = buildUnnamed3063();
}
buildCounterSearchReferencesResponse--;
return o;
@@ -2374,19 +2374,19 @@ checkSearchReferencesResponse(api.SearchReferencesResponse o) {
buildCounterSearchReferencesResponse++;
if (buildCounterSearchReferencesResponse < 3) {
unittest.expect(o.nextPageToken, unittest.equals('foo'));
- checkUnnamed3595(o.references);
+ checkUnnamed3063(o.references);
}
buildCounterSearchReferencesResponse--;
}
-buildUnnamed3596() {
+buildUnnamed3064() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed3596(core.List<core.String> o) {
+checkUnnamed3064(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 = buildUnnamed3596();
+ o.datasetIds = buildUnnamed3064();
o.pageSize = 42;
o.pageToken = "foo";
}
@@ -2408,21 +2408,21 @@ buildSearchVariantSetsRequest() {
checkSearchVariantSetsRequest(api.SearchVariantSetsRequest o) {
buildCounterSearchVariantSetsRequest++;
if (buildCounterSearchVariantSetsRequest < 3) {
- checkUnnamed3596(o.datasetIds);
+ checkUnnamed3064(o.datasetIds);
unittest.expect(o.pageSize, unittest.equals(42));
unittest.expect(o.pageToken, unittest.equals('foo'));
}
buildCounterSearchVariantSetsRequest--;
}
-buildUnnamed3597() {
+buildUnnamed3065() {
var o = new core.List<api.VariantSet>();
o.add(buildVariantSet());
o.add(buildVariantSet());
return o;
}
-checkUnnamed3597(core.List<api.VariantSet> o) {
+checkUnnamed3065(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 = buildUnnamed3597();
+ o.variantSets = buildUnnamed3065();
}
buildCounterSearchVariantSetsResponse--;
return o;
@@ -2444,32 +2444,32 @@ checkSearchVariantSetsResponse(api.SearchVariantSetsResponse o) {
buildCounterSearchVariantSetsResponse++;
if (buildCounterSearchVariantSetsResponse < 3) {
unittest.expect(o.nextPageToken, unittest.equals('foo'));
- checkUnnamed3597(o.variantSets);
+ checkUnnamed3065(o.variantSets);
}
buildCounterSearchVariantSetsResponse--;
}
-buildUnnamed3598() {
+buildUnnamed3066() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed3598(core.List<core.String> o) {
+checkUnnamed3066(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'));
}
-buildUnnamed3599() {
+buildUnnamed3067() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed3599(core.List<core.String> o) {
+checkUnnamed3067(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 = buildUnnamed3598();
+ o.callSetIds = buildUnnamed3066();
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 = buildUnnamed3599();
+ o.variantSetIds = buildUnnamed3067();
}
buildCounterSearchVariantsRequest--;
return o;
@@ -2497,7 +2497,7 @@ buildSearchVariantsRequest() {
checkSearchVariantsRequest(api.SearchVariantsRequest o) {
buildCounterSearchVariantsRequest++;
if (buildCounterSearchVariantsRequest < 3) {
- checkUnnamed3598(o.callSetIds);
+ checkUnnamed3066(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'));
- checkUnnamed3599(o.variantSetIds);
+ checkUnnamed3067(o.variantSetIds);
}
buildCounterSearchVariantsRequest--;
}
-buildUnnamed3600() {
+buildUnnamed3068() {
var o = new core.List<api.Variant>();
o.add(buildVariant());
o.add(buildVariant());
return o;
}
-checkUnnamed3600(core.List<api.Variant> o) {
+checkUnnamed3068(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 = buildUnnamed3600();
+ o.variants = buildUnnamed3068();
}
buildCounterSearchVariantsResponse--;
return o;
@@ -2539,19 +2539,19 @@ checkSearchVariantsResponse(api.SearchVariantsResponse o) {
buildCounterSearchVariantsResponse++;
if (buildCounterSearchVariantsResponse < 3) {
unittest.expect(o.nextPageToken, unittest.equals('foo'));
- checkUnnamed3600(o.variants);
+ checkUnnamed3068(o.variants);
}
buildCounterSearchVariantsResponse--;
}
-buildUnnamed3601() {
+buildUnnamed3069() {
var o = new core.List<api.TranscriptExon>();
o.add(buildTranscriptExon());
o.add(buildTranscriptExon());
return o;
}
-checkUnnamed3601(core.List<api.TranscriptExon> o) {
+checkUnnamed3069(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 = buildUnnamed3601();
+ o.exons = buildUnnamed3069();
o.geneId = "foo";
}
buildCounterTranscript--;
@@ -2574,7 +2574,7 @@ checkTranscript(api.Transcript o) {
buildCounterTranscript++;
if (buildCounterTranscript < 3) {
checkTranscriptCodingSequence(o.codingSequence);
- checkUnnamed3601(o.exons);
+ checkUnnamed3069(o.exons);
unittest.expect(o.geneId, unittest.equals('foo'));
}
buildCounterTranscript--;
@@ -2624,79 +2624,79 @@ checkTranscriptExon(api.TranscriptExon o) {
buildCounterTranscriptExon--;
}
-buildUnnamed3602() {
+buildUnnamed3070() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed3602(core.List<core.String> o) {
+checkUnnamed3070(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'));
}
-buildUnnamed3603() {
+buildUnnamed3071() {
var o = new core.List<api.Call>();
o.add(buildCall());
o.add(buildCall());
return o;
}
-checkUnnamed3603(core.List<api.Call> o) {
+checkUnnamed3071(core.List<api.Call> o) {
unittest.expect(o, unittest.hasLength(2));
checkCall(o[0]);
checkCall(o[1]);
}
-buildUnnamed3604() {
+buildUnnamed3072() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed3604(core.List<core.String> o) {
+checkUnnamed3072(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'));
}
-buildUnnamed3605() {
+buildUnnamed3073() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed3605(core.List<core.String> o) {
+checkUnnamed3073(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'));
}
-buildUnnamed3606() {
+buildUnnamed3074() {
var o = new core.Map<core.String, core.List<core.String>>();
- o["x"] = buildUnnamed3605();
- o["y"] = buildUnnamed3605();
+ o["x"] = buildUnnamed3073();
+ o["y"] = buildUnnamed3073();
return o;
}
-checkUnnamed3606(core.Map<core.String, core.List<core.String>> o) {
+checkUnnamed3074(core.Map<core.String, core.List<core.String>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed3605(o["x"]);
- checkUnnamed3605(o["y"]);
+ checkUnnamed3073(o["x"]);
+ checkUnnamed3073(o["y"]);
}
-buildUnnamed3607() {
+buildUnnamed3075() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed3607(core.List<core.String> o) {
+checkUnnamed3075(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 = buildUnnamed3602();
- o.calls = buildUnnamed3603();
+ o.alternateBases = buildUnnamed3070();
+ o.calls = buildUnnamed3071();
o.created = "foo";
o.end = "foo";
- o.filter = buildUnnamed3604();
+ o.filter = buildUnnamed3072();
o.id = "foo";
- o.info = buildUnnamed3606();
- o.names = buildUnnamed3607();
+ o.info = buildUnnamed3074();
+ o.names = buildUnnamed3075();
o.quality = 42.0;
o.referenceBases = "foo";
o.referenceName = "foo";
@@ -2728,14 +2728,14 @@ buildVariant() {
checkVariant(api.Variant o) {
buildCounterVariant++;
if (buildCounterVariant < 3) {
- checkUnnamed3602(o.alternateBases);
- checkUnnamed3603(o.calls);
+ checkUnnamed3070(o.alternateBases);
+ checkUnnamed3071(o.calls);
unittest.expect(o.created, unittest.equals('foo'));
unittest.expect(o.end, unittest.equals('foo'));
- checkUnnamed3604(o.filter);
+ checkUnnamed3072(o.filter);
unittest.expect(o.id, unittest.equals('foo'));
- checkUnnamed3606(o.info);
- checkUnnamed3607(o.names);
+ checkUnnamed3074(o.info);
+ checkUnnamed3075(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--;
}
-buildUnnamed3608() {
+buildUnnamed3076() {
var o = new core.List<api.VariantAnnotationCondition>();
o.add(buildVariantAnnotationCondition());
o.add(buildVariantAnnotationCondition());
return o;
}
-checkUnnamed3608(core.List<api.VariantAnnotationCondition> o) {
+checkUnnamed3076(core.List<api.VariantAnnotationCondition> o) {
unittest.expect(o, unittest.hasLength(2));
checkVariantAnnotationCondition(o[0]);
checkVariantAnnotationCondition(o[1]);
}
-buildUnnamed3609() {
+buildUnnamed3077() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed3609(core.List<core.String> o) {
+checkUnnamed3077(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 = buildUnnamed3608();
+ o.conditions = buildUnnamed3076();
o.effect = "foo";
o.geneId = "foo";
- o.transcriptIds = buildUnnamed3609();
+ o.transcriptIds = buildUnnamed3077();
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'));
- checkUnnamed3608(o.conditions);
+ checkUnnamed3076(o.conditions);
unittest.expect(o.effect, unittest.equals('foo'));
unittest.expect(o.geneId, unittest.equals('foo'));
- checkUnnamed3609(o.transcriptIds);
+ checkUnnamed3077(o.transcriptIds);
unittest.expect(o.type, unittest.equals('foo'));
}
buildCounterVariantAnnotation--;
}
-buildUnnamed3610() {
+buildUnnamed3078() {
var o = new core.List<api.ExternalId>();
o.add(buildExternalId());
o.add(buildExternalId());
return o;
}
-checkUnnamed3610(core.List<api.ExternalId> o) {
+checkUnnamed3078(core.List<api.ExternalId> o) {
unittest.expect(o, unittest.hasLength(2));
checkExternalId(o[0]);
checkExternalId(o[1]);
}
-buildUnnamed3611() {
+buildUnnamed3079() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed3611(core.List<core.String> o) {
+checkUnnamed3079(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 = buildUnnamed3610();
- o.names = buildUnnamed3611();
+ o.externalIds = buildUnnamed3078();
+ o.names = buildUnnamed3079();
o.omimId = "foo";
}
buildCounterVariantAnnotationCondition--;
@@ -2846,34 +2846,34 @@ checkVariantAnnotationCondition(api.VariantAnnotationCondition o) {
buildCounterVariantAnnotationCondition++;
if (buildCounterVariantAnnotationCondition < 3) {
unittest.expect(o.conceptId, unittest.equals('foo'));
- checkUnnamed3610(o.externalIds);
- checkUnnamed3611(o.names);
+ checkUnnamed3078(o.externalIds);
+ checkUnnamed3079(o.names);
unittest.expect(o.omimId, unittest.equals('foo'));
}
buildCounterVariantAnnotationCondition--;
}
-buildUnnamed3612() {
+buildUnnamed3080() {
var o = new core.List<api.Metadata>();
o.add(buildMetadata());
o.add(buildMetadata());
return o;
}
-checkUnnamed3612(core.List<api.Metadata> o) {
+checkUnnamed3080(core.List<api.Metadata> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetadata(o[0]);
checkMetadata(o[1]);
}
-buildUnnamed3613() {
+buildUnnamed3081() {
var o = new core.List<api.ReferenceBound>();
o.add(buildReferenceBound());
o.add(buildReferenceBound());
return o;
}
-checkUnnamed3613(core.List<api.ReferenceBound> o) {
+checkUnnamed3081(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 = buildUnnamed3612();
+ o.metadata = buildUnnamed3080();
o.name = "foo";
- o.referenceBounds = buildUnnamed3613();
+ o.referenceBounds = buildUnnamed3081();
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'));
- checkUnnamed3612(o.metadata);
+ checkUnnamed3080(o.metadata);
unittest.expect(o.name, unittest.equals('foo'));
- checkUnnamed3613(o.referenceBounds);
+ checkUnnamed3081(o.referenceBounds);
unittest.expect(o.referenceSetId, unittest.equals('foo'));
}
buildCounterVariantSet--;
« no previous file with comments | « generated/googleapis_beta/test/dns/v2beta1_test.dart ('k') | generated/googleapis_beta/test/logging/v2beta1_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698