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

Side by Side Diff: generated/googleapis_beta/test/genomics/v1beta2_test.dart

Issue 770773002: Api roll 7: 2014-12-01 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 library googleapis_beta.genomics.v1beta2.test; 1 library googleapis_beta.genomics.v1beta2.test;
2 2
3 import "dart:core" as core; 3 import "dart:core" as core;
4 import "dart:collection" as collection; 4 import "dart:collection" as collection;
5 import "dart:async" as async; 5 import "dart:async" as async;
6 import "dart:convert" as convert; 6 import "dart:convert" as convert;
7 7
8 import 'package:http/http.dart' as http; 8 import 'package:http/http.dart' as http;
9 import 'package:http/testing.dart' as http_testing; 9 import 'package:http/testing.dart' as http_testing;
10 import 'package:unittest/unittest.dart' as unittest; 10 import 'package:unittest/unittest.dart' as unittest;
11 import 'package:googleapis_beta/common/common.dart' as common; 11 import 'package:googleapis_beta/common/common.dart' as common;
12 import 'package:googleapis_beta/src/common_internal.dart' as common_internal; 12 import 'package:googleapis_beta/src/common_internal.dart' as common_internal;
13 import '../common/common_internal_test.dart' as common_test; 13 import '../common/common_internal_test.dart' as common_test;
14 14
15 import 'package:googleapis_beta/genomics/v1beta2.dart' as api; 15 import 'package:googleapis_beta/genomics/v1beta2.dart' as api;
16 16
17 17
18 18
19 buildUnnamed1163() { 19 buildUnnamed1291() {
20 var o = new core.List<core.String>(); 20 var o = new core.List<core.String>();
21 o.add("foo"); 21 o.add("foo");
22 o.add("foo"); 22 o.add("foo");
23 return o; 23 return o;
24 } 24 }
25 25
26 checkUnnamed1163(core.List<core.String> o) { 26 checkUnnamed1291(core.List<core.String> o) {
27 unittest.expect(o, unittest.hasLength(2)); 27 unittest.expect(o, unittest.hasLength(2));
28 unittest.expect(o[0], unittest.equals('foo')); 28 unittest.expect(o[0], unittest.equals('foo'));
29 unittest.expect(o[1], unittest.equals('foo')); 29 unittest.expect(o[1], unittest.equals('foo'));
30 } 30 }
31 31
32 buildUnnamed1164() { 32 buildUnnamed1292() {
33 var o = new core.List<core.String>(); 33 var o = new core.List<core.String>();
34 o.add("foo"); 34 o.add("foo");
35 o.add("foo"); 35 o.add("foo");
36 return o; 36 return o;
37 } 37 }
38 38
39 checkUnnamed1164(core.List<core.String> o) { 39 checkUnnamed1292(core.List<core.String> o) {
40 unittest.expect(o, unittest.hasLength(2)); 40 unittest.expect(o, unittest.hasLength(2));
41 unittest.expect(o[0], unittest.equals('foo')); 41 unittest.expect(o[0], unittest.equals('foo'));
42 unittest.expect(o[1], unittest.equals('foo')); 42 unittest.expect(o[1], unittest.equals('foo'));
43 } 43 }
44 44
45 core.int buildCounterAlignReadGroupSetsRequest = 0; 45 core.int buildCounterAlignReadGroupSetsRequest = 0;
46 buildAlignReadGroupSetsRequest() { 46 buildAlignReadGroupSetsRequest() {
47 var o = new api.AlignReadGroupSetsRequest(); 47 var o = new api.AlignReadGroupSetsRequest();
48 buildCounterAlignReadGroupSetsRequest++; 48 buildCounterAlignReadGroupSetsRequest++;
49 if (buildCounterAlignReadGroupSetsRequest < 3) { 49 if (buildCounterAlignReadGroupSetsRequest < 3) {
50 o.bamSourceUris = buildUnnamed1163(); 50 o.bamSourceUris = buildUnnamed1291();
51 o.datasetId = "foo"; 51 o.datasetId = "foo";
52 o.interleavedFastqSource = buildInterleavedFastqSource(); 52 o.interleavedFastqSource = buildInterleavedFastqSource();
53 o.pairedFastqSource = buildPairedFastqSource(); 53 o.pairedFastqSource = buildPairedFastqSource();
54 o.readGroupSetIds = buildUnnamed1164(); 54 o.readGroupSetIds = buildUnnamed1292();
55 } 55 }
56 buildCounterAlignReadGroupSetsRequest--; 56 buildCounterAlignReadGroupSetsRequest--;
57 return o; 57 return o;
58 } 58 }
59 59
60 checkAlignReadGroupSetsRequest(api.AlignReadGroupSetsRequest o) { 60 checkAlignReadGroupSetsRequest(api.AlignReadGroupSetsRequest o) {
61 buildCounterAlignReadGroupSetsRequest++; 61 buildCounterAlignReadGroupSetsRequest++;
62 if (buildCounterAlignReadGroupSetsRequest < 3) { 62 if (buildCounterAlignReadGroupSetsRequest < 3) {
63 checkUnnamed1163(o.bamSourceUris); 63 checkUnnamed1291(o.bamSourceUris);
64 unittest.expect(o.datasetId, unittest.equals('foo')); 64 unittest.expect(o.datasetId, unittest.equals('foo'));
65 checkInterleavedFastqSource(o.interleavedFastqSource); 65 checkInterleavedFastqSource(o.interleavedFastqSource);
66 checkPairedFastqSource(o.pairedFastqSource); 66 checkPairedFastqSource(o.pairedFastqSource);
67 checkUnnamed1164(o.readGroupSetIds); 67 checkUnnamed1292(o.readGroupSetIds);
68 } 68 }
69 buildCounterAlignReadGroupSetsRequest--; 69 buildCounterAlignReadGroupSetsRequest--;
70 } 70 }
71 71
72 core.int buildCounterAlignReadGroupSetsResponse = 0; 72 core.int buildCounterAlignReadGroupSetsResponse = 0;
73 buildAlignReadGroupSetsResponse() { 73 buildAlignReadGroupSetsResponse() {
74 var o = new api.AlignReadGroupSetsResponse(); 74 var o = new api.AlignReadGroupSetsResponse();
75 buildCounterAlignReadGroupSetsResponse++; 75 buildCounterAlignReadGroupSetsResponse++;
76 if (buildCounterAlignReadGroupSetsResponse < 3) { 76 if (buildCounterAlignReadGroupSetsResponse < 3) {
77 o.jobId = "foo"; 77 o.jobId = "foo";
78 } 78 }
79 buildCounterAlignReadGroupSetsResponse--; 79 buildCounterAlignReadGroupSetsResponse--;
80 return o; 80 return o;
81 } 81 }
82 82
83 checkAlignReadGroupSetsResponse(api.AlignReadGroupSetsResponse o) { 83 checkAlignReadGroupSetsResponse(api.AlignReadGroupSetsResponse o) {
84 buildCounterAlignReadGroupSetsResponse++; 84 buildCounterAlignReadGroupSetsResponse++;
85 if (buildCounterAlignReadGroupSetsResponse < 3) { 85 if (buildCounterAlignReadGroupSetsResponse < 3) {
86 unittest.expect(o.jobId, unittest.equals('foo')); 86 unittest.expect(o.jobId, unittest.equals('foo'));
87 } 87 }
88 buildCounterAlignReadGroupSetsResponse--; 88 buildCounterAlignReadGroupSetsResponse--;
89 } 89 }
90 90
91 buildUnnamed1165() { 91 buildUnnamed1293() {
92 var o = new core.List<core.int>(); 92 var o = new core.List<core.int>();
93 o.add(42); 93 o.add(42);
94 o.add(42); 94 o.add(42);
95 return o; 95 return o;
96 } 96 }
97 97
98 checkUnnamed1165(core.List<core.int> o) { 98 checkUnnamed1293(core.List<core.int> o) {
99 unittest.expect(o, unittest.hasLength(2)); 99 unittest.expect(o, unittest.hasLength(2));
100 unittest.expect(o[0], unittest.equals(42)); 100 unittest.expect(o[0], unittest.equals(42));
101 unittest.expect(o[1], unittest.equals(42)); 101 unittest.expect(o[1], unittest.equals(42));
102 } 102 }
103 103
104 buildUnnamed1166() { 104 buildUnnamed1294() {
105 var o = new core.List<core.double>(); 105 var o = new core.List<core.double>();
106 o.add(42.0); 106 o.add(42.0);
107 o.add(42.0); 107 o.add(42.0);
108 return o; 108 return o;
109 } 109 }
110 110
111 checkUnnamed1166(core.List<core.double> o) { 111 checkUnnamed1294(core.List<core.double> o) {
112 unittest.expect(o, unittest.hasLength(2)); 112 unittest.expect(o, unittest.hasLength(2));
113 unittest.expect(o[0], unittest.equals(42.0)); 113 unittest.expect(o[0], unittest.equals(42.0));
114 unittest.expect(o[1], unittest.equals(42.0)); 114 unittest.expect(o[1], unittest.equals(42.0));
115 } 115 }
116 116
117 buildUnnamed1167() { 117 buildUnnamed1295() {
118 var o = new core.List<core.String>(); 118 var o = new core.List<core.String>();
119 o.add("foo"); 119 o.add("foo");
120 o.add("foo"); 120 o.add("foo");
121 return o; 121 return o;
122 } 122 }
123 123
124 checkUnnamed1167(core.List<core.String> o) { 124 checkUnnamed1295(core.List<core.String> o) {
125 unittest.expect(o, unittest.hasLength(2)); 125 unittest.expect(o, unittest.hasLength(2));
126 unittest.expect(o[0], unittest.equals('foo')); 126 unittest.expect(o[0], unittest.equals('foo'));
127 unittest.expect(o[1], unittest.equals('foo')); 127 unittest.expect(o[1], unittest.equals('foo'));
128 } 128 }
129 129
130 buildUnnamed1168() { 130 buildUnnamed1296() {
131 var o = new core.Map<core.String, core.List<core.String>>(); 131 var o = new core.Map<core.String, core.List<core.String>>();
132 o["x"] = buildUnnamed1167(); 132 o["x"] = buildUnnamed1295();
133 o["y"] = buildUnnamed1167(); 133 o["y"] = buildUnnamed1295();
134 return o; 134 return o;
135 } 135 }
136 136
137 checkUnnamed1168(core.Map<core.String, core.List<core.String>> o) { 137 checkUnnamed1296(core.Map<core.String, core.List<core.String>> o) {
138 unittest.expect(o, unittest.hasLength(2)); 138 unittest.expect(o, unittest.hasLength(2));
139 checkUnnamed1167(o["x"]); 139 checkUnnamed1295(o["x"]);
140 checkUnnamed1167(o["y"]); 140 checkUnnamed1295(o["y"]);
141 } 141 }
142 142
143 core.int buildCounterCall = 0; 143 core.int buildCounterCall = 0;
144 buildCall() { 144 buildCall() {
145 var o = new api.Call(); 145 var o = new api.Call();
146 buildCounterCall++; 146 buildCounterCall++;
147 if (buildCounterCall < 3) { 147 if (buildCounterCall < 3) {
148 o.callSetId = "foo"; 148 o.callSetId = "foo";
149 o.callSetName = "foo"; 149 o.callSetName = "foo";
150 o.genotype = buildUnnamed1165(); 150 o.genotype = buildUnnamed1293();
151 o.genotypeLikelihood = buildUnnamed1166(); 151 o.genotypeLikelihood = buildUnnamed1294();
152 o.info = buildUnnamed1168(); 152 o.info = buildUnnamed1296();
153 o.phaseset = "foo"; 153 o.phaseset = "foo";
154 } 154 }
155 buildCounterCall--; 155 buildCounterCall--;
156 return o; 156 return o;
157 } 157 }
158 158
159 checkCall(api.Call o) { 159 checkCall(api.Call o) {
160 buildCounterCall++; 160 buildCounterCall++;
161 if (buildCounterCall < 3) { 161 if (buildCounterCall < 3) {
162 unittest.expect(o.callSetId, unittest.equals('foo')); 162 unittest.expect(o.callSetId, unittest.equals('foo'));
163 unittest.expect(o.callSetName, unittest.equals('foo')); 163 unittest.expect(o.callSetName, unittest.equals('foo'));
164 checkUnnamed1165(o.genotype); 164 checkUnnamed1293(o.genotype);
165 checkUnnamed1166(o.genotypeLikelihood); 165 checkUnnamed1294(o.genotypeLikelihood);
166 checkUnnamed1168(o.info); 166 checkUnnamed1296(o.info);
167 unittest.expect(o.phaseset, unittest.equals('foo')); 167 unittest.expect(o.phaseset, unittest.equals('foo'));
168 } 168 }
169 buildCounterCall--; 169 buildCounterCall--;
170 } 170 }
171 171
172 buildUnnamed1169() { 172 buildUnnamed1297() {
173 var o = new core.List<core.String>(); 173 var o = new core.List<core.String>();
174 o.add("foo"); 174 o.add("foo");
175 o.add("foo"); 175 o.add("foo");
176 return o; 176 return o;
177 } 177 }
178 178
179 checkUnnamed1169(core.List<core.String> o) { 179 checkUnnamed1297(core.List<core.String> o) {
180 unittest.expect(o, unittest.hasLength(2)); 180 unittest.expect(o, unittest.hasLength(2));
181 unittest.expect(o[0], unittest.equals('foo')); 181 unittest.expect(o[0], unittest.equals('foo'));
182 unittest.expect(o[1], unittest.equals('foo')); 182 unittest.expect(o[1], unittest.equals('foo'));
183 } 183 }
184 184
185 buildUnnamed1170() { 185 buildUnnamed1298() {
186 var o = new core.List<core.String>(); 186 var o = new core.List<core.String>();
187 o.add("foo"); 187 o.add("foo");
188 o.add("foo"); 188 o.add("foo");
189 return o; 189 return o;
190 } 190 }
191 191
192 checkUnnamed1170(core.List<core.String> o) { 192 checkUnnamed1298(core.List<core.String> o) {
193 unittest.expect(o, unittest.hasLength(2)); 193 unittest.expect(o, unittest.hasLength(2));
194 unittest.expect(o[0], unittest.equals('foo')); 194 unittest.expect(o[0], unittest.equals('foo'));
195 unittest.expect(o[1], unittest.equals('foo')); 195 unittest.expect(o[1], unittest.equals('foo'));
196 } 196 }
197 197
198 core.int buildCounterCallReadGroupSetsRequest = 0; 198 core.int buildCounterCallReadGroupSetsRequest = 0;
199 buildCallReadGroupSetsRequest() { 199 buildCallReadGroupSetsRequest() {
200 var o = new api.CallReadGroupSetsRequest(); 200 var o = new api.CallReadGroupSetsRequest();
201 buildCounterCallReadGroupSetsRequest++; 201 buildCounterCallReadGroupSetsRequest++;
202 if (buildCounterCallReadGroupSetsRequest < 3) { 202 if (buildCounterCallReadGroupSetsRequest < 3) {
203 o.datasetId = "foo"; 203 o.datasetId = "foo";
204 o.readGroupSetIds = buildUnnamed1169(); 204 o.readGroupSetIds = buildUnnamed1297();
205 o.sourceUris = buildUnnamed1170(); 205 o.sourceUris = buildUnnamed1298();
206 } 206 }
207 buildCounterCallReadGroupSetsRequest--; 207 buildCounterCallReadGroupSetsRequest--;
208 return o; 208 return o;
209 } 209 }
210 210
211 checkCallReadGroupSetsRequest(api.CallReadGroupSetsRequest o) { 211 checkCallReadGroupSetsRequest(api.CallReadGroupSetsRequest o) {
212 buildCounterCallReadGroupSetsRequest++; 212 buildCounterCallReadGroupSetsRequest++;
213 if (buildCounterCallReadGroupSetsRequest < 3) { 213 if (buildCounterCallReadGroupSetsRequest < 3) {
214 unittest.expect(o.datasetId, unittest.equals('foo')); 214 unittest.expect(o.datasetId, unittest.equals('foo'));
215 checkUnnamed1169(o.readGroupSetIds); 215 checkUnnamed1297(o.readGroupSetIds);
216 checkUnnamed1170(o.sourceUris); 216 checkUnnamed1298(o.sourceUris);
217 } 217 }
218 buildCounterCallReadGroupSetsRequest--; 218 buildCounterCallReadGroupSetsRequest--;
219 } 219 }
220 220
221 core.int buildCounterCallReadGroupSetsResponse = 0; 221 core.int buildCounterCallReadGroupSetsResponse = 0;
222 buildCallReadGroupSetsResponse() { 222 buildCallReadGroupSetsResponse() {
223 var o = new api.CallReadGroupSetsResponse(); 223 var o = new api.CallReadGroupSetsResponse();
224 buildCounterCallReadGroupSetsResponse++; 224 buildCounterCallReadGroupSetsResponse++;
225 if (buildCounterCallReadGroupSetsResponse < 3) { 225 if (buildCounterCallReadGroupSetsResponse < 3) {
226 o.jobId = "foo"; 226 o.jobId = "foo";
227 } 227 }
228 buildCounterCallReadGroupSetsResponse--; 228 buildCounterCallReadGroupSetsResponse--;
229 return o; 229 return o;
230 } 230 }
231 231
232 checkCallReadGroupSetsResponse(api.CallReadGroupSetsResponse o) { 232 checkCallReadGroupSetsResponse(api.CallReadGroupSetsResponse o) {
233 buildCounterCallReadGroupSetsResponse++; 233 buildCounterCallReadGroupSetsResponse++;
234 if (buildCounterCallReadGroupSetsResponse < 3) { 234 if (buildCounterCallReadGroupSetsResponse < 3) {
235 unittest.expect(o.jobId, unittest.equals('foo')); 235 unittest.expect(o.jobId, unittest.equals('foo'));
236 } 236 }
237 buildCounterCallReadGroupSetsResponse--; 237 buildCounterCallReadGroupSetsResponse--;
238 } 238 }
239 239
240 buildUnnamed1171() { 240 buildUnnamed1299() {
241 var o = new core.List<core.String>(); 241 var o = new core.List<core.String>();
242 o.add("foo"); 242 o.add("foo");
243 o.add("foo"); 243 o.add("foo");
244 return o; 244 return o;
245 } 245 }
246 246
247 checkUnnamed1171(core.List<core.String> o) { 247 checkUnnamed1299(core.List<core.String> o) {
248 unittest.expect(o, unittest.hasLength(2)); 248 unittest.expect(o, unittest.hasLength(2));
249 unittest.expect(o[0], unittest.equals('foo')); 249 unittest.expect(o[0], unittest.equals('foo'));
250 unittest.expect(o[1], unittest.equals('foo')); 250 unittest.expect(o[1], unittest.equals('foo'));
251 } 251 }
252 252
253 buildUnnamed1172() { 253 buildUnnamed1300() {
254 var o = new core.Map<core.String, core.List<core.String>>(); 254 var o = new core.Map<core.String, core.List<core.String>>();
255 o["x"] = buildUnnamed1171(); 255 o["x"] = buildUnnamed1299();
256 o["y"] = buildUnnamed1171(); 256 o["y"] = buildUnnamed1299();
257 return o; 257 return o;
258 } 258 }
259 259
260 checkUnnamed1172(core.Map<core.String, core.List<core.String>> o) { 260 checkUnnamed1300(core.Map<core.String, core.List<core.String>> o) {
261 unittest.expect(o, unittest.hasLength(2)); 261 unittest.expect(o, unittest.hasLength(2));
262 checkUnnamed1171(o["x"]); 262 checkUnnamed1299(o["x"]);
263 checkUnnamed1171(o["y"]); 263 checkUnnamed1299(o["y"]);
264 } 264 }
265 265
266 buildUnnamed1173() { 266 buildUnnamed1301() {
267 var o = new core.List<core.String>(); 267 var o = new core.List<core.String>();
268 o.add("foo"); 268 o.add("foo");
269 o.add("foo"); 269 o.add("foo");
270 return o; 270 return o;
271 } 271 }
272 272
273 checkUnnamed1173(core.List<core.String> o) { 273 checkUnnamed1301(core.List<core.String> o) {
274 unittest.expect(o, unittest.hasLength(2)); 274 unittest.expect(o, unittest.hasLength(2));
275 unittest.expect(o[0], unittest.equals('foo')); 275 unittest.expect(o[0], unittest.equals('foo'));
276 unittest.expect(o[1], unittest.equals('foo')); 276 unittest.expect(o[1], unittest.equals('foo'));
277 } 277 }
278 278
279 core.int buildCounterCallSet = 0; 279 core.int buildCounterCallSet = 0;
280 buildCallSet() { 280 buildCallSet() {
281 var o = new api.CallSet(); 281 var o = new api.CallSet();
282 buildCounterCallSet++; 282 buildCounterCallSet++;
283 if (buildCounterCallSet < 3) { 283 if (buildCounterCallSet < 3) {
284 o.created = "foo"; 284 o.created = "foo";
285 o.id = "foo"; 285 o.id = "foo";
286 o.info = buildUnnamed1172(); 286 o.info = buildUnnamed1300();
287 o.name = "foo"; 287 o.name = "foo";
288 o.sampleId = "foo"; 288 o.sampleId = "foo";
289 o.variantSetIds = buildUnnamed1173(); 289 o.variantSetIds = buildUnnamed1301();
290 } 290 }
291 buildCounterCallSet--; 291 buildCounterCallSet--;
292 return o; 292 return o;
293 } 293 }
294 294
295 checkCallSet(api.CallSet o) { 295 checkCallSet(api.CallSet o) {
296 buildCounterCallSet++; 296 buildCounterCallSet++;
297 if (buildCounterCallSet < 3) { 297 if (buildCounterCallSet < 3) {
298 unittest.expect(o.created, unittest.equals('foo')); 298 unittest.expect(o.created, unittest.equals('foo'));
299 unittest.expect(o.id, unittest.equals('foo')); 299 unittest.expect(o.id, unittest.equals('foo'));
300 checkUnnamed1172(o.info); 300 checkUnnamed1300(o.info);
301 unittest.expect(o.name, unittest.equals('foo')); 301 unittest.expect(o.name, unittest.equals('foo'));
302 unittest.expect(o.sampleId, unittest.equals('foo')); 302 unittest.expect(o.sampleId, unittest.equals('foo'));
303 checkUnnamed1173(o.variantSetIds); 303 checkUnnamed1301(o.variantSetIds);
304 } 304 }
305 buildCounterCallSet--; 305 buildCounterCallSet--;
306 } 306 }
307 307
308 core.int buildCounterCigarUnit = 0; 308 core.int buildCounterCigarUnit = 0;
309 buildCigarUnit() { 309 buildCigarUnit() {
310 var o = new api.CigarUnit(); 310 var o = new api.CigarUnit();
311 buildCounterCigarUnit++; 311 buildCounterCigarUnit++;
312 if (buildCounterCigarUnit < 3) { 312 if (buildCounterCigarUnit < 3) {
313 o.operation = "foo"; 313 o.operation = "foo";
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 buildCounterDataset++; 367 buildCounterDataset++;
368 if (buildCounterDataset < 3) { 368 if (buildCounterDataset < 3) {
369 unittest.expect(o.id, unittest.equals('foo')); 369 unittest.expect(o.id, unittest.equals('foo'));
370 unittest.expect(o.isPublic, unittest.isTrue); 370 unittest.expect(o.isPublic, unittest.isTrue);
371 unittest.expect(o.name, unittest.equals('foo')); 371 unittest.expect(o.name, unittest.equals('foo'));
372 unittest.expect(o.projectNumber, unittest.equals('foo')); 372 unittest.expect(o.projectNumber, unittest.equals('foo'));
373 } 373 }
374 buildCounterDataset--; 374 buildCounterDataset--;
375 } 375 }
376 376
377 buildUnnamed1174() { 377 buildUnnamed1302() {
378 var o = new core.List<core.String>(); 378 var o = new core.List<core.String>();
379 o.add("foo"); 379 o.add("foo");
380 o.add("foo"); 380 o.add("foo");
381 return o; 381 return o;
382 } 382 }
383 383
384 checkUnnamed1174(core.List<core.String> o) { 384 checkUnnamed1302(core.List<core.String> o) {
385 unittest.expect(o, unittest.hasLength(2)); 385 unittest.expect(o, unittest.hasLength(2));
386 unittest.expect(o[0], unittest.equals('foo')); 386 unittest.expect(o[0], unittest.equals('foo'));
387 unittest.expect(o[1], unittest.equals('foo')); 387 unittest.expect(o[1], unittest.equals('foo'));
388 } 388 }
389 389
390 buildUnnamed1175() { 390 buildUnnamed1303() {
391 var o = new core.List<core.String>(); 391 var o = new core.List<core.String>();
392 o.add("foo"); 392 o.add("foo");
393 o.add("foo"); 393 o.add("foo");
394 return o; 394 return o;
395 } 395 }
396 396
397 checkUnnamed1175(core.List<core.String> o) { 397 checkUnnamed1303(core.List<core.String> o) {
398 unittest.expect(o, unittest.hasLength(2)); 398 unittest.expect(o, unittest.hasLength(2));
399 unittest.expect(o[0], unittest.equals('foo')); 399 unittest.expect(o[0], unittest.equals('foo'));
400 unittest.expect(o[1], unittest.equals('foo')); 400 unittest.expect(o[1], unittest.equals('foo'));
401 } 401 }
402 402
403 core.int buildCounterExperimentalCreateJobRequest = 0; 403 core.int buildCounterExperimentalCreateJobRequest = 0;
404 buildExperimentalCreateJobRequest() { 404 buildExperimentalCreateJobRequest() {
405 var o = new api.ExperimentalCreateJobRequest(); 405 var o = new api.ExperimentalCreateJobRequest();
406 buildCounterExperimentalCreateJobRequest++; 406 buildCounterExperimentalCreateJobRequest++;
407 if (buildCounterExperimentalCreateJobRequest < 3) { 407 if (buildCounterExperimentalCreateJobRequest < 3) {
408 o.align = true; 408 o.align = true;
409 o.callVariants = true; 409 o.callVariants = true;
410 o.gcsOutputPath = "foo"; 410 o.gcsOutputPath = "foo";
411 o.pairedSourceUris = buildUnnamed1174(); 411 o.pairedSourceUris = buildUnnamed1302();
412 o.projectNumber = "foo"; 412 o.projectNumber = "foo";
413 o.sourceUris = buildUnnamed1175(); 413 o.sourceUris = buildUnnamed1303();
414 } 414 }
415 buildCounterExperimentalCreateJobRequest--; 415 buildCounterExperimentalCreateJobRequest--;
416 return o; 416 return o;
417 } 417 }
418 418
419 checkExperimentalCreateJobRequest(api.ExperimentalCreateJobRequest o) { 419 checkExperimentalCreateJobRequest(api.ExperimentalCreateJobRequest o) {
420 buildCounterExperimentalCreateJobRequest++; 420 buildCounterExperimentalCreateJobRequest++;
421 if (buildCounterExperimentalCreateJobRequest < 3) { 421 if (buildCounterExperimentalCreateJobRequest < 3) {
422 unittest.expect(o.align, unittest.isTrue); 422 unittest.expect(o.align, unittest.isTrue);
423 unittest.expect(o.callVariants, unittest.isTrue); 423 unittest.expect(o.callVariants, unittest.isTrue);
424 unittest.expect(o.gcsOutputPath, unittest.equals('foo')); 424 unittest.expect(o.gcsOutputPath, unittest.equals('foo'));
425 checkUnnamed1174(o.pairedSourceUris); 425 checkUnnamed1302(o.pairedSourceUris);
426 unittest.expect(o.projectNumber, unittest.equals('foo')); 426 unittest.expect(o.projectNumber, unittest.equals('foo'));
427 checkUnnamed1175(o.sourceUris); 427 checkUnnamed1303(o.sourceUris);
428 } 428 }
429 buildCounterExperimentalCreateJobRequest--; 429 buildCounterExperimentalCreateJobRequest--;
430 } 430 }
431 431
432 core.int buildCounterExperimentalCreateJobResponse = 0; 432 core.int buildCounterExperimentalCreateJobResponse = 0;
433 buildExperimentalCreateJobResponse() { 433 buildExperimentalCreateJobResponse() {
434 var o = new api.ExperimentalCreateJobResponse(); 434 var o = new api.ExperimentalCreateJobResponse();
435 buildCounterExperimentalCreateJobResponse++; 435 buildCounterExperimentalCreateJobResponse++;
436 if (buildCounterExperimentalCreateJobResponse < 3) { 436 if (buildCounterExperimentalCreateJobResponse < 3) {
437 o.jobId = "foo"; 437 o.jobId = "foo";
438 } 438 }
439 buildCounterExperimentalCreateJobResponse--; 439 buildCounterExperimentalCreateJobResponse--;
440 return o; 440 return o;
441 } 441 }
442 442
443 checkExperimentalCreateJobResponse(api.ExperimentalCreateJobResponse o) { 443 checkExperimentalCreateJobResponse(api.ExperimentalCreateJobResponse o) {
444 buildCounterExperimentalCreateJobResponse++; 444 buildCounterExperimentalCreateJobResponse++;
445 if (buildCounterExperimentalCreateJobResponse < 3) { 445 if (buildCounterExperimentalCreateJobResponse < 3) {
446 unittest.expect(o.jobId, unittest.equals('foo')); 446 unittest.expect(o.jobId, unittest.equals('foo'));
447 } 447 }
448 buildCounterExperimentalCreateJobResponse--; 448 buildCounterExperimentalCreateJobResponse--;
449 } 449 }
450 450
451 buildUnnamed1176() { 451 buildUnnamed1304() {
452 var o = new core.List<core.String>(); 452 var o = new core.List<core.String>();
453 o.add("foo"); 453 o.add("foo");
454 o.add("foo"); 454 o.add("foo");
455 return o; 455 return o;
456 } 456 }
457 457
458 checkUnnamed1176(core.List<core.String> o) { 458 checkUnnamed1304(core.List<core.String> o) {
459 unittest.expect(o, unittest.hasLength(2)); 459 unittest.expect(o, unittest.hasLength(2));
460 unittest.expect(o[0], unittest.equals('foo')); 460 unittest.expect(o[0], unittest.equals('foo'));
461 unittest.expect(o[1], unittest.equals('foo')); 461 unittest.expect(o[1], unittest.equals('foo'));
462 } 462 }
463 463
464 buildUnnamed1177() { 464 buildUnnamed1305() {
465 var o = new core.List<core.String>(); 465 var o = new core.List<core.String>();
466 o.add("foo"); 466 o.add("foo");
467 o.add("foo"); 467 o.add("foo");
468 return o; 468 return o;
469 } 469 }
470 470
471 checkUnnamed1177(core.List<core.String> o) { 471 checkUnnamed1305(core.List<core.String> o) {
472 unittest.expect(o, unittest.hasLength(2)); 472 unittest.expect(o, unittest.hasLength(2));
473 unittest.expect(o[0], unittest.equals('foo')); 473 unittest.expect(o[0], unittest.equals('foo'));
474 unittest.expect(o[1], unittest.equals('foo')); 474 unittest.expect(o[1], unittest.equals('foo'));
475 } 475 }
476 476
477 core.int buildCounterExportReadGroupSetsRequest = 0; 477 core.int buildCounterExportReadGroupSetsRequest = 0;
478 buildExportReadGroupSetsRequest() { 478 buildExportReadGroupSetsRequest() {
479 var o = new api.ExportReadGroupSetsRequest(); 479 var o = new api.ExportReadGroupSetsRequest();
480 buildCounterExportReadGroupSetsRequest++; 480 buildCounterExportReadGroupSetsRequest++;
481 if (buildCounterExportReadGroupSetsRequest < 3) { 481 if (buildCounterExportReadGroupSetsRequest < 3) {
482 o.exportUri = "foo"; 482 o.exportUri = "foo";
483 o.projectNumber = "foo"; 483 o.projectNumber = "foo";
484 o.readGroupSetIds = buildUnnamed1176(); 484 o.readGroupSetIds = buildUnnamed1304();
485 o.referenceNames = buildUnnamed1177(); 485 o.referenceNames = buildUnnamed1305();
486 } 486 }
487 buildCounterExportReadGroupSetsRequest--; 487 buildCounterExportReadGroupSetsRequest--;
488 return o; 488 return o;
489 } 489 }
490 490
491 checkExportReadGroupSetsRequest(api.ExportReadGroupSetsRequest o) { 491 checkExportReadGroupSetsRequest(api.ExportReadGroupSetsRequest o) {
492 buildCounterExportReadGroupSetsRequest++; 492 buildCounterExportReadGroupSetsRequest++;
493 if (buildCounterExportReadGroupSetsRequest < 3) { 493 if (buildCounterExportReadGroupSetsRequest < 3) {
494 unittest.expect(o.exportUri, unittest.equals('foo')); 494 unittest.expect(o.exportUri, unittest.equals('foo'));
495 unittest.expect(o.projectNumber, unittest.equals('foo')); 495 unittest.expect(o.projectNumber, unittest.equals('foo'));
496 checkUnnamed1176(o.readGroupSetIds); 496 checkUnnamed1304(o.readGroupSetIds);
497 checkUnnamed1177(o.referenceNames); 497 checkUnnamed1305(o.referenceNames);
498 } 498 }
499 buildCounterExportReadGroupSetsRequest--; 499 buildCounterExportReadGroupSetsRequest--;
500 } 500 }
501 501
502 core.int buildCounterExportReadGroupSetsResponse = 0; 502 core.int buildCounterExportReadGroupSetsResponse = 0;
503 buildExportReadGroupSetsResponse() { 503 buildExportReadGroupSetsResponse() {
504 var o = new api.ExportReadGroupSetsResponse(); 504 var o = new api.ExportReadGroupSetsResponse();
505 buildCounterExportReadGroupSetsResponse++; 505 buildCounterExportReadGroupSetsResponse++;
506 if (buildCounterExportReadGroupSetsResponse < 3) { 506 if (buildCounterExportReadGroupSetsResponse < 3) {
507 o.jobId = "foo"; 507 o.jobId = "foo";
508 } 508 }
509 buildCounterExportReadGroupSetsResponse--; 509 buildCounterExportReadGroupSetsResponse--;
510 return o; 510 return o;
511 } 511 }
512 512
513 checkExportReadGroupSetsResponse(api.ExportReadGroupSetsResponse o) { 513 checkExportReadGroupSetsResponse(api.ExportReadGroupSetsResponse o) {
514 buildCounterExportReadGroupSetsResponse++; 514 buildCounterExportReadGroupSetsResponse++;
515 if (buildCounterExportReadGroupSetsResponse < 3) { 515 if (buildCounterExportReadGroupSetsResponse < 3) {
516 unittest.expect(o.jobId, unittest.equals('foo')); 516 unittest.expect(o.jobId, unittest.equals('foo'));
517 } 517 }
518 buildCounterExportReadGroupSetsResponse--; 518 buildCounterExportReadGroupSetsResponse--;
519 } 519 }
520 520
521 buildUnnamed1178() { 521 buildUnnamed1306() {
522 var o = new core.List<core.String>(); 522 var o = new core.List<core.String>();
523 o.add("foo"); 523 o.add("foo");
524 o.add("foo"); 524 o.add("foo");
525 return o; 525 return o;
526 } 526 }
527 527
528 checkUnnamed1178(core.List<core.String> o) { 528 checkUnnamed1306(core.List<core.String> o) {
529 unittest.expect(o, unittest.hasLength(2)); 529 unittest.expect(o, unittest.hasLength(2));
530 unittest.expect(o[0], unittest.equals('foo')); 530 unittest.expect(o[0], unittest.equals('foo'));
531 unittest.expect(o[1], unittest.equals('foo')); 531 unittest.expect(o[1], unittest.equals('foo'));
532 } 532 }
533 533
534 core.int buildCounterExportVariantSetRequest = 0; 534 core.int buildCounterExportVariantSetRequest = 0;
535 buildExportVariantSetRequest() { 535 buildExportVariantSetRequest() {
536 var o = new api.ExportVariantSetRequest(); 536 var o = new api.ExportVariantSetRequest();
537 buildCounterExportVariantSetRequest++; 537 buildCounterExportVariantSetRequest++;
538 if (buildCounterExportVariantSetRequest < 3) { 538 if (buildCounterExportVariantSetRequest < 3) {
539 o.bigqueryDataset = "foo"; 539 o.bigqueryDataset = "foo";
540 o.bigqueryTable = "foo"; 540 o.bigqueryTable = "foo";
541 o.callSetIds = buildUnnamed1178(); 541 o.callSetIds = buildUnnamed1306();
542 o.format = "foo"; 542 o.format = "foo";
543 o.projectNumber = "foo"; 543 o.projectNumber = "foo";
544 } 544 }
545 buildCounterExportVariantSetRequest--; 545 buildCounterExportVariantSetRequest--;
546 return o; 546 return o;
547 } 547 }
548 548
549 checkExportVariantSetRequest(api.ExportVariantSetRequest o) { 549 checkExportVariantSetRequest(api.ExportVariantSetRequest o) {
550 buildCounterExportVariantSetRequest++; 550 buildCounterExportVariantSetRequest++;
551 if (buildCounterExportVariantSetRequest < 3) { 551 if (buildCounterExportVariantSetRequest < 3) {
552 unittest.expect(o.bigqueryDataset, unittest.equals('foo')); 552 unittest.expect(o.bigqueryDataset, unittest.equals('foo'));
553 unittest.expect(o.bigqueryTable, unittest.equals('foo')); 553 unittest.expect(o.bigqueryTable, unittest.equals('foo'));
554 checkUnnamed1178(o.callSetIds); 554 checkUnnamed1306(o.callSetIds);
555 unittest.expect(o.format, unittest.equals('foo')); 555 unittest.expect(o.format, unittest.equals('foo'));
556 unittest.expect(o.projectNumber, unittest.equals('foo')); 556 unittest.expect(o.projectNumber, unittest.equals('foo'));
557 } 557 }
558 buildCounterExportVariantSetRequest--; 558 buildCounterExportVariantSetRequest--;
559 } 559 }
560 560
561 core.int buildCounterExportVariantSetResponse = 0; 561 core.int buildCounterExportVariantSetResponse = 0;
562 buildExportVariantSetResponse() { 562 buildExportVariantSetResponse() {
563 var o = new api.ExportVariantSetResponse(); 563 var o = new api.ExportVariantSetResponse();
564 buildCounterExportVariantSetResponse++; 564 buildCounterExportVariantSetResponse++;
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
597 if (buildCounterFastqMetadata < 3) { 597 if (buildCounterFastqMetadata < 3) {
598 unittest.expect(o.libraryName, unittest.equals('foo')); 598 unittest.expect(o.libraryName, unittest.equals('foo'));
599 unittest.expect(o.platformName, unittest.equals('foo')); 599 unittest.expect(o.platformName, unittest.equals('foo'));
600 unittest.expect(o.platformUnit, unittest.equals('foo')); 600 unittest.expect(o.platformUnit, unittest.equals('foo'));
601 unittest.expect(o.readGroupName, unittest.equals('foo')); 601 unittest.expect(o.readGroupName, unittest.equals('foo'));
602 unittest.expect(o.sampleName, unittest.equals('foo')); 602 unittest.expect(o.sampleName, unittest.equals('foo'));
603 } 603 }
604 buildCounterFastqMetadata--; 604 buildCounterFastqMetadata--;
605 } 605 }
606 606
607 buildUnnamed1179() { 607 buildUnnamed1307() {
608 var o = new core.List<core.String>(); 608 var o = new core.List<core.String>();
609 o.add("foo"); 609 o.add("foo");
610 o.add("foo"); 610 o.add("foo");
611 return o; 611 return o;
612 } 612 }
613 613
614 checkUnnamed1179(core.List<core.String> o) { 614 checkUnnamed1307(core.List<core.String> o) {
615 unittest.expect(o, unittest.hasLength(2)); 615 unittest.expect(o, unittest.hasLength(2));
616 unittest.expect(o[0], unittest.equals('foo')); 616 unittest.expect(o[0], unittest.equals('foo'));
617 unittest.expect(o[1], unittest.equals('foo')); 617 unittest.expect(o[1], unittest.equals('foo'));
618 } 618 }
619 619
620 core.int buildCounterImportReadGroupSetsRequest = 0; 620 core.int buildCounterImportReadGroupSetsRequest = 0;
621 buildImportReadGroupSetsRequest() { 621 buildImportReadGroupSetsRequest() {
622 var o = new api.ImportReadGroupSetsRequest(); 622 var o = new api.ImportReadGroupSetsRequest();
623 buildCounterImportReadGroupSetsRequest++; 623 buildCounterImportReadGroupSetsRequest++;
624 if (buildCounterImportReadGroupSetsRequest < 3) { 624 if (buildCounterImportReadGroupSetsRequest < 3) {
625 o.datasetId = "foo"; 625 o.datasetId = "foo";
626 o.referenceSetId = "foo"; 626 o.referenceSetId = "foo";
627 o.sourceUris = buildUnnamed1179(); 627 o.sourceUris = buildUnnamed1307();
628 } 628 }
629 buildCounterImportReadGroupSetsRequest--; 629 buildCounterImportReadGroupSetsRequest--;
630 return o; 630 return o;
631 } 631 }
632 632
633 checkImportReadGroupSetsRequest(api.ImportReadGroupSetsRequest o) { 633 checkImportReadGroupSetsRequest(api.ImportReadGroupSetsRequest o) {
634 buildCounterImportReadGroupSetsRequest++; 634 buildCounterImportReadGroupSetsRequest++;
635 if (buildCounterImportReadGroupSetsRequest < 3) { 635 if (buildCounterImportReadGroupSetsRequest < 3) {
636 unittest.expect(o.datasetId, unittest.equals('foo')); 636 unittest.expect(o.datasetId, unittest.equals('foo'));
637 unittest.expect(o.referenceSetId, unittest.equals('foo')); 637 unittest.expect(o.referenceSetId, unittest.equals('foo'));
638 checkUnnamed1179(o.sourceUris); 638 checkUnnamed1307(o.sourceUris);
639 } 639 }
640 buildCounterImportReadGroupSetsRequest--; 640 buildCounterImportReadGroupSetsRequest--;
641 } 641 }
642 642
643 core.int buildCounterImportReadGroupSetsResponse = 0; 643 core.int buildCounterImportReadGroupSetsResponse = 0;
644 buildImportReadGroupSetsResponse() { 644 buildImportReadGroupSetsResponse() {
645 var o = new api.ImportReadGroupSetsResponse(); 645 var o = new api.ImportReadGroupSetsResponse();
646 buildCounterImportReadGroupSetsResponse++; 646 buildCounterImportReadGroupSetsResponse++;
647 if (buildCounterImportReadGroupSetsResponse < 3) { 647 if (buildCounterImportReadGroupSetsResponse < 3) {
648 o.jobId = "foo"; 648 o.jobId = "foo";
649 } 649 }
650 buildCounterImportReadGroupSetsResponse--; 650 buildCounterImportReadGroupSetsResponse--;
651 return o; 651 return o;
652 } 652 }
653 653
654 checkImportReadGroupSetsResponse(api.ImportReadGroupSetsResponse o) { 654 checkImportReadGroupSetsResponse(api.ImportReadGroupSetsResponse o) {
655 buildCounterImportReadGroupSetsResponse++; 655 buildCounterImportReadGroupSetsResponse++;
656 if (buildCounterImportReadGroupSetsResponse < 3) { 656 if (buildCounterImportReadGroupSetsResponse < 3) {
657 unittest.expect(o.jobId, unittest.equals('foo')); 657 unittest.expect(o.jobId, unittest.equals('foo'));
658 } 658 }
659 buildCounterImportReadGroupSetsResponse--; 659 buildCounterImportReadGroupSetsResponse--;
660 } 660 }
661 661
662 buildUnnamed1180() { 662 buildUnnamed1308() {
663 var o = new core.List<core.String>(); 663 var o = new core.List<core.String>();
664 o.add("foo"); 664 o.add("foo");
665 o.add("foo"); 665 o.add("foo");
666 return o; 666 return o;
667 } 667 }
668 668
669 checkUnnamed1180(core.List<core.String> o) { 669 checkUnnamed1308(core.List<core.String> o) {
670 unittest.expect(o, unittest.hasLength(2)); 670 unittest.expect(o, unittest.hasLength(2));
671 unittest.expect(o[0], unittest.equals('foo')); 671 unittest.expect(o[0], unittest.equals('foo'));
672 unittest.expect(o[1], unittest.equals('foo')); 672 unittest.expect(o[1], unittest.equals('foo'));
673 } 673 }
674 674
675 core.int buildCounterImportVariantsRequest = 0; 675 core.int buildCounterImportVariantsRequest = 0;
676 buildImportVariantsRequest() { 676 buildImportVariantsRequest() {
677 var o = new api.ImportVariantsRequest(); 677 var o = new api.ImportVariantsRequest();
678 buildCounterImportVariantsRequest++; 678 buildCounterImportVariantsRequest++;
679 if (buildCounterImportVariantsRequest < 3) { 679 if (buildCounterImportVariantsRequest < 3) {
680 o.format = "foo"; 680 o.format = "foo";
681 o.sourceUris = buildUnnamed1180(); 681 o.sourceUris = buildUnnamed1308();
682 } 682 }
683 buildCounterImportVariantsRequest--; 683 buildCounterImportVariantsRequest--;
684 return o; 684 return o;
685 } 685 }
686 686
687 checkImportVariantsRequest(api.ImportVariantsRequest o) { 687 checkImportVariantsRequest(api.ImportVariantsRequest o) {
688 buildCounterImportVariantsRequest++; 688 buildCounterImportVariantsRequest++;
689 if (buildCounterImportVariantsRequest < 3) { 689 if (buildCounterImportVariantsRequest < 3) {
690 unittest.expect(o.format, unittest.equals('foo')); 690 unittest.expect(o.format, unittest.equals('foo'));
691 checkUnnamed1180(o.sourceUris); 691 checkUnnamed1308(o.sourceUris);
692 } 692 }
693 buildCounterImportVariantsRequest--; 693 buildCounterImportVariantsRequest--;
694 } 694 }
695 695
696 core.int buildCounterImportVariantsResponse = 0; 696 core.int buildCounterImportVariantsResponse = 0;
697 buildImportVariantsResponse() { 697 buildImportVariantsResponse() {
698 var o = new api.ImportVariantsResponse(); 698 var o = new api.ImportVariantsResponse();
699 buildCounterImportVariantsResponse++; 699 buildCounterImportVariantsResponse++;
700 if (buildCounterImportVariantsResponse < 3) { 700 if (buildCounterImportVariantsResponse < 3) {
701 o.jobId = "foo"; 701 o.jobId = "foo";
702 } 702 }
703 buildCounterImportVariantsResponse--; 703 buildCounterImportVariantsResponse--;
704 return o; 704 return o;
705 } 705 }
706 706
707 checkImportVariantsResponse(api.ImportVariantsResponse o) { 707 checkImportVariantsResponse(api.ImportVariantsResponse o) {
708 buildCounterImportVariantsResponse++; 708 buildCounterImportVariantsResponse++;
709 if (buildCounterImportVariantsResponse < 3) { 709 if (buildCounterImportVariantsResponse < 3) {
710 unittest.expect(o.jobId, unittest.equals('foo')); 710 unittest.expect(o.jobId, unittest.equals('foo'));
711 } 711 }
712 buildCounterImportVariantsResponse--; 712 buildCounterImportVariantsResponse--;
713 } 713 }
714 714
715 buildUnnamed1181() { 715 buildUnnamed1309() {
716 var o = new core.List<core.String>(); 716 var o = new core.List<core.String>();
717 o.add("foo"); 717 o.add("foo");
718 o.add("foo"); 718 o.add("foo");
719 return o; 719 return o;
720 } 720 }
721 721
722 checkUnnamed1181(core.List<core.String> o) { 722 checkUnnamed1309(core.List<core.String> o) {
723 unittest.expect(o, unittest.hasLength(2)); 723 unittest.expect(o, unittest.hasLength(2));
724 unittest.expect(o[0], unittest.equals('foo')); 724 unittest.expect(o[0], unittest.equals('foo'));
725 unittest.expect(o[1], unittest.equals('foo')); 725 unittest.expect(o[1], unittest.equals('foo'));
726 } 726 }
727 727
728 core.int buildCounterInterleavedFastqSource = 0; 728 core.int buildCounterInterleavedFastqSource = 0;
729 buildInterleavedFastqSource() { 729 buildInterleavedFastqSource() {
730 var o = new api.InterleavedFastqSource(); 730 var o = new api.InterleavedFastqSource();
731 buildCounterInterleavedFastqSource++; 731 buildCounterInterleavedFastqSource++;
732 if (buildCounterInterleavedFastqSource < 3) { 732 if (buildCounterInterleavedFastqSource < 3) {
733 o.metadata = buildFastqMetadata(); 733 o.metadata = buildFastqMetadata();
734 o.sourceUris = buildUnnamed1181(); 734 o.sourceUris = buildUnnamed1309();
735 } 735 }
736 buildCounterInterleavedFastqSource--; 736 buildCounterInterleavedFastqSource--;
737 return o; 737 return o;
738 } 738 }
739 739
740 checkInterleavedFastqSource(api.InterleavedFastqSource o) { 740 checkInterleavedFastqSource(api.InterleavedFastqSource o) {
741 buildCounterInterleavedFastqSource++; 741 buildCounterInterleavedFastqSource++;
742 if (buildCounterInterleavedFastqSource < 3) { 742 if (buildCounterInterleavedFastqSource < 3) {
743 checkFastqMetadata(o.metadata); 743 checkFastqMetadata(o.metadata);
744 checkUnnamed1181(o.sourceUris); 744 checkUnnamed1309(o.sourceUris);
745 } 745 }
746 buildCounterInterleavedFastqSource--; 746 buildCounterInterleavedFastqSource--;
747 } 747 }
748 748
749 buildUnnamed1182() { 749 buildUnnamed1310() {
750 var o = new core.List<core.String>(); 750 var o = new core.List<core.String>();
751 o.add("foo"); 751 o.add("foo");
752 o.add("foo"); 752 o.add("foo");
753 return o; 753 return o;
754 } 754 }
755 755
756 checkUnnamed1182(core.List<core.String> o) { 756 checkUnnamed1310(core.List<core.String> o) {
757 unittest.expect(o, unittest.hasLength(2)); 757 unittest.expect(o, unittest.hasLength(2));
758 unittest.expect(o[0], unittest.equals('foo')); 758 unittest.expect(o[0], unittest.equals('foo'));
759 unittest.expect(o[1], unittest.equals('foo')); 759 unittest.expect(o[1], unittest.equals('foo'));
760 } 760 }
761 761
762 buildUnnamed1183() { 762 buildUnnamed1311() {
763 var o = new core.List<core.String>(); 763 var o = new core.List<core.String>();
764 o.add("foo"); 764 o.add("foo");
765 o.add("foo"); 765 o.add("foo");
766 return o; 766 return o;
767 } 767 }
768 768
769 checkUnnamed1183(core.List<core.String> o) { 769 checkUnnamed1311(core.List<core.String> o) {
770 unittest.expect(o, unittest.hasLength(2)); 770 unittest.expect(o, unittest.hasLength(2));
771 unittest.expect(o[0], unittest.equals('foo')); 771 unittest.expect(o[0], unittest.equals('foo'));
772 unittest.expect(o[1], unittest.equals('foo')); 772 unittest.expect(o[1], unittest.equals('foo'));
773 } 773 }
774 774
775 buildUnnamed1184() { 775 buildUnnamed1312() {
776 var o = new core.List<core.String>(); 776 var o = new core.List<core.String>();
777 o.add("foo"); 777 o.add("foo");
778 o.add("foo"); 778 o.add("foo");
779 return o; 779 return o;
780 } 780 }
781 781
782 checkUnnamed1184(core.List<core.String> o) { 782 checkUnnamed1312(core.List<core.String> o) {
783 unittest.expect(o, unittest.hasLength(2)); 783 unittest.expect(o, unittest.hasLength(2));
784 unittest.expect(o[0], unittest.equals('foo')); 784 unittest.expect(o[0], unittest.equals('foo'));
785 unittest.expect(o[1], unittest.equals('foo')); 785 unittest.expect(o[1], unittest.equals('foo'));
786 } 786 }
787 787
788 core.int buildCounterJob = 0; 788 core.int buildCounterJob = 0;
789 buildJob() { 789 buildJob() {
790 var o = new api.Job(); 790 var o = new api.Job();
791 buildCounterJob++; 791 buildCounterJob++;
792 if (buildCounterJob < 3) { 792 if (buildCounterJob < 3) {
793 o.created = "foo"; 793 o.created = "foo";
794 o.detailedStatus = "foo"; 794 o.detailedStatus = "foo";
795 o.errors = buildUnnamed1182(); 795 o.errors = buildUnnamed1310();
796 o.id = "foo"; 796 o.id = "foo";
797 o.importedIds = buildUnnamed1183(); 797 o.importedIds = buildUnnamed1311();
798 o.projectNumber = "foo"; 798 o.projectNumber = "foo";
799 o.request = buildJobRequest(); 799 o.request = buildJobRequest();
800 o.status = "foo"; 800 o.status = "foo";
801 o.warnings = buildUnnamed1184(); 801 o.warnings = buildUnnamed1312();
802 } 802 }
803 buildCounterJob--; 803 buildCounterJob--;
804 return o; 804 return o;
805 } 805 }
806 806
807 checkJob(api.Job o) { 807 checkJob(api.Job o) {
808 buildCounterJob++; 808 buildCounterJob++;
809 if (buildCounterJob < 3) { 809 if (buildCounterJob < 3) {
810 unittest.expect(o.created, unittest.equals('foo')); 810 unittest.expect(o.created, unittest.equals('foo'));
811 unittest.expect(o.detailedStatus, unittest.equals('foo')); 811 unittest.expect(o.detailedStatus, unittest.equals('foo'));
812 checkUnnamed1182(o.errors); 812 checkUnnamed1310(o.errors);
813 unittest.expect(o.id, unittest.equals('foo')); 813 unittest.expect(o.id, unittest.equals('foo'));
814 checkUnnamed1183(o.importedIds); 814 checkUnnamed1311(o.importedIds);
815 unittest.expect(o.projectNumber, unittest.equals('foo')); 815 unittest.expect(o.projectNumber, unittest.equals('foo'));
816 checkJobRequest(o.request); 816 checkJobRequest(o.request);
817 unittest.expect(o.status, unittest.equals('foo')); 817 unittest.expect(o.status, unittest.equals('foo'));
818 checkUnnamed1184(o.warnings); 818 checkUnnamed1312(o.warnings);
819 } 819 }
820 buildCounterJob--; 820 buildCounterJob--;
821 } 821 }
822 822
823 buildUnnamed1185() { 823 buildUnnamed1313() {
824 var o = new core.List<core.String>(); 824 var o = new core.List<core.String>();
825 o.add("foo"); 825 o.add("foo");
826 o.add("foo"); 826 o.add("foo");
827 return o; 827 return o;
828 } 828 }
829 829
830 checkUnnamed1185(core.List<core.String> o) { 830 checkUnnamed1313(core.List<core.String> o) {
831 unittest.expect(o, unittest.hasLength(2)); 831 unittest.expect(o, unittest.hasLength(2));
832 unittest.expect(o[0], unittest.equals('foo')); 832 unittest.expect(o[0], unittest.equals('foo'));
833 unittest.expect(o[1], unittest.equals('foo')); 833 unittest.expect(o[1], unittest.equals('foo'));
834 } 834 }
835 835
836 buildUnnamed1186() { 836 buildUnnamed1314() {
837 var o = new core.List<core.String>(); 837 var o = new core.List<core.String>();
838 o.add("foo"); 838 o.add("foo");
839 o.add("foo"); 839 o.add("foo");
840 return o; 840 return o;
841 } 841 }
842 842
843 checkUnnamed1186(core.List<core.String> o) { 843 checkUnnamed1314(core.List<core.String> o) {
844 unittest.expect(o, unittest.hasLength(2)); 844 unittest.expect(o, unittest.hasLength(2));
845 unittest.expect(o[0], unittest.equals('foo')); 845 unittest.expect(o[0], unittest.equals('foo'));
846 unittest.expect(o[1], unittest.equals('foo')); 846 unittest.expect(o[1], unittest.equals('foo'));
847 } 847 }
848 848
849 core.int buildCounterJobRequest = 0; 849 core.int buildCounterJobRequest = 0;
850 buildJobRequest() { 850 buildJobRequest() {
851 var o = new api.JobRequest(); 851 var o = new api.JobRequest();
852 buildCounterJobRequest++; 852 buildCounterJobRequest++;
853 if (buildCounterJobRequest < 3) { 853 if (buildCounterJobRequest < 3) {
854 o.destination = buildUnnamed1185(); 854 o.destination = buildUnnamed1313();
855 o.source = buildUnnamed1186(); 855 o.source = buildUnnamed1314();
856 o.type = "foo"; 856 o.type = "foo";
857 } 857 }
858 buildCounterJobRequest--; 858 buildCounterJobRequest--;
859 return o; 859 return o;
860 } 860 }
861 861
862 checkJobRequest(api.JobRequest o) { 862 checkJobRequest(api.JobRequest o) {
863 buildCounterJobRequest++; 863 buildCounterJobRequest++;
864 if (buildCounterJobRequest < 3) { 864 if (buildCounterJobRequest < 3) {
865 checkUnnamed1185(o.destination); 865 checkUnnamed1313(o.destination);
866 checkUnnamed1186(o.source); 866 checkUnnamed1314(o.source);
867 unittest.expect(o.type, unittest.equals('foo')); 867 unittest.expect(o.type, unittest.equals('foo'));
868 } 868 }
869 buildCounterJobRequest--; 869 buildCounterJobRequest--;
870 } 870 }
871 871
872 buildUnnamed1187() { 872 buildUnnamed1315() {
873 var o = new core.List<api.CigarUnit>(); 873 var o = new core.List<api.CigarUnit>();
874 o.add(buildCigarUnit()); 874 o.add(buildCigarUnit());
875 o.add(buildCigarUnit()); 875 o.add(buildCigarUnit());
876 return o; 876 return o;
877 } 877 }
878 878
879 checkUnnamed1187(core.List<api.CigarUnit> o) { 879 checkUnnamed1315(core.List<api.CigarUnit> o) {
880 unittest.expect(o, unittest.hasLength(2)); 880 unittest.expect(o, unittest.hasLength(2));
881 checkCigarUnit(o[0]); 881 checkCigarUnit(o[0]);
882 checkCigarUnit(o[1]); 882 checkCigarUnit(o[1]);
883 } 883 }
884 884
885 core.int buildCounterLinearAlignment = 0; 885 core.int buildCounterLinearAlignment = 0;
886 buildLinearAlignment() { 886 buildLinearAlignment() {
887 var o = new api.LinearAlignment(); 887 var o = new api.LinearAlignment();
888 buildCounterLinearAlignment++; 888 buildCounterLinearAlignment++;
889 if (buildCounterLinearAlignment < 3) { 889 if (buildCounterLinearAlignment < 3) {
890 o.cigar = buildUnnamed1187(); 890 o.cigar = buildUnnamed1315();
891 o.mappingQuality = 42; 891 o.mappingQuality = 42;
892 o.position = buildPosition(); 892 o.position = buildPosition();
893 } 893 }
894 buildCounterLinearAlignment--; 894 buildCounterLinearAlignment--;
895 return o; 895 return o;
896 } 896 }
897 897
898 checkLinearAlignment(api.LinearAlignment o) { 898 checkLinearAlignment(api.LinearAlignment o) {
899 buildCounterLinearAlignment++; 899 buildCounterLinearAlignment++;
900 if (buildCounterLinearAlignment < 3) { 900 if (buildCounterLinearAlignment < 3) {
901 checkUnnamed1187(o.cigar); 901 checkUnnamed1315(o.cigar);
902 unittest.expect(o.mappingQuality, unittest.equals(42)); 902 unittest.expect(o.mappingQuality, unittest.equals(42));
903 checkPosition(o.position); 903 checkPosition(o.position);
904 } 904 }
905 buildCounterLinearAlignment--; 905 buildCounterLinearAlignment--;
906 } 906 }
907 907
908 core.int buildCounterListBasesResponse = 0; 908 core.int buildCounterListBasesResponse = 0;
909 buildListBasesResponse() { 909 buildListBasesResponse() {
910 var o = new api.ListBasesResponse(); 910 var o = new api.ListBasesResponse();
911 buildCounterListBasesResponse++; 911 buildCounterListBasesResponse++;
912 if (buildCounterListBasesResponse < 3) { 912 if (buildCounterListBasesResponse < 3) {
913 o.nextPageToken = "foo"; 913 o.nextPageToken = "foo";
914 o.offset = "foo"; 914 o.offset = "foo";
915 o.sequence = "foo"; 915 o.sequence = "foo";
916 } 916 }
917 buildCounterListBasesResponse--; 917 buildCounterListBasesResponse--;
918 return o; 918 return o;
919 } 919 }
920 920
921 checkListBasesResponse(api.ListBasesResponse o) { 921 checkListBasesResponse(api.ListBasesResponse o) {
922 buildCounterListBasesResponse++; 922 buildCounterListBasesResponse++;
923 if (buildCounterListBasesResponse < 3) { 923 if (buildCounterListBasesResponse < 3) {
924 unittest.expect(o.nextPageToken, unittest.equals('foo')); 924 unittest.expect(o.nextPageToken, unittest.equals('foo'));
925 unittest.expect(o.offset, unittest.equals('foo')); 925 unittest.expect(o.offset, unittest.equals('foo'));
926 unittest.expect(o.sequence, unittest.equals('foo')); 926 unittest.expect(o.sequence, unittest.equals('foo'));
927 } 927 }
928 buildCounterListBasesResponse--; 928 buildCounterListBasesResponse--;
929 } 929 }
930 930
931 buildUnnamed1188() { 931 buildUnnamed1316() {
932 var o = new core.List<api.CoverageBucket>(); 932 var o = new core.List<api.CoverageBucket>();
933 o.add(buildCoverageBucket()); 933 o.add(buildCoverageBucket());
934 o.add(buildCoverageBucket()); 934 o.add(buildCoverageBucket());
935 return o; 935 return o;
936 } 936 }
937 937
938 checkUnnamed1188(core.List<api.CoverageBucket> o) { 938 checkUnnamed1316(core.List<api.CoverageBucket> o) {
939 unittest.expect(o, unittest.hasLength(2)); 939 unittest.expect(o, unittest.hasLength(2));
940 checkCoverageBucket(o[0]); 940 checkCoverageBucket(o[0]);
941 checkCoverageBucket(o[1]); 941 checkCoverageBucket(o[1]);
942 } 942 }
943 943
944 core.int buildCounterListCoverageBucketsResponse = 0; 944 core.int buildCounterListCoverageBucketsResponse = 0;
945 buildListCoverageBucketsResponse() { 945 buildListCoverageBucketsResponse() {
946 var o = new api.ListCoverageBucketsResponse(); 946 var o = new api.ListCoverageBucketsResponse();
947 buildCounterListCoverageBucketsResponse++; 947 buildCounterListCoverageBucketsResponse++;
948 if (buildCounterListCoverageBucketsResponse < 3) { 948 if (buildCounterListCoverageBucketsResponse < 3) {
949 o.bucketWidth = "foo"; 949 o.bucketWidth = "foo";
950 o.coverageBuckets = buildUnnamed1188(); 950 o.coverageBuckets = buildUnnamed1316();
951 o.nextPageToken = "foo"; 951 o.nextPageToken = "foo";
952 } 952 }
953 buildCounterListCoverageBucketsResponse--; 953 buildCounterListCoverageBucketsResponse--;
954 return o; 954 return o;
955 } 955 }
956 956
957 checkListCoverageBucketsResponse(api.ListCoverageBucketsResponse o) { 957 checkListCoverageBucketsResponse(api.ListCoverageBucketsResponse o) {
958 buildCounterListCoverageBucketsResponse++; 958 buildCounterListCoverageBucketsResponse++;
959 if (buildCounterListCoverageBucketsResponse < 3) { 959 if (buildCounterListCoverageBucketsResponse < 3) {
960 unittest.expect(o.bucketWidth, unittest.equals('foo')); 960 unittest.expect(o.bucketWidth, unittest.equals('foo'));
961 checkUnnamed1188(o.coverageBuckets); 961 checkUnnamed1316(o.coverageBuckets);
962 unittest.expect(o.nextPageToken, unittest.equals('foo')); 962 unittest.expect(o.nextPageToken, unittest.equals('foo'));
963 } 963 }
964 buildCounterListCoverageBucketsResponse--; 964 buildCounterListCoverageBucketsResponse--;
965 } 965 }
966 966
967 buildUnnamed1189() { 967 buildUnnamed1317() {
968 var o = new core.List<api.Dataset>(); 968 var o = new core.List<api.Dataset>();
969 o.add(buildDataset()); 969 o.add(buildDataset());
970 o.add(buildDataset()); 970 o.add(buildDataset());
971 return o; 971 return o;
972 } 972 }
973 973
974 checkUnnamed1189(core.List<api.Dataset> o) { 974 checkUnnamed1317(core.List<api.Dataset> o) {
975 unittest.expect(o, unittest.hasLength(2)); 975 unittest.expect(o, unittest.hasLength(2));
976 checkDataset(o[0]); 976 checkDataset(o[0]);
977 checkDataset(o[1]); 977 checkDataset(o[1]);
978 } 978 }
979 979
980 core.int buildCounterListDatasetsResponse = 0; 980 core.int buildCounterListDatasetsResponse = 0;
981 buildListDatasetsResponse() { 981 buildListDatasetsResponse() {
982 var o = new api.ListDatasetsResponse(); 982 var o = new api.ListDatasetsResponse();
983 buildCounterListDatasetsResponse++; 983 buildCounterListDatasetsResponse++;
984 if (buildCounterListDatasetsResponse < 3) { 984 if (buildCounterListDatasetsResponse < 3) {
985 o.datasets = buildUnnamed1189(); 985 o.datasets = buildUnnamed1317();
986 o.nextPageToken = "foo"; 986 o.nextPageToken = "foo";
987 } 987 }
988 buildCounterListDatasetsResponse--; 988 buildCounterListDatasetsResponse--;
989 return o; 989 return o;
990 } 990 }
991 991
992 checkListDatasetsResponse(api.ListDatasetsResponse o) { 992 checkListDatasetsResponse(api.ListDatasetsResponse o) {
993 buildCounterListDatasetsResponse++; 993 buildCounterListDatasetsResponse++;
994 if (buildCounterListDatasetsResponse < 3) { 994 if (buildCounterListDatasetsResponse < 3) {
995 checkUnnamed1189(o.datasets); 995 checkUnnamed1317(o.datasets);
996 unittest.expect(o.nextPageToken, unittest.equals('foo')); 996 unittest.expect(o.nextPageToken, unittest.equals('foo'));
997 } 997 }
998 buildCounterListDatasetsResponse--; 998 buildCounterListDatasetsResponse--;
999 } 999 }
1000 1000
1001 buildUnnamed1190() { 1001 buildUnnamed1318() {
1002 var o = new core.List<api.Variant>(); 1002 var o = new core.List<api.Variant>();
1003 o.add(buildVariant()); 1003 o.add(buildVariant());
1004 o.add(buildVariant()); 1004 o.add(buildVariant());
1005 return o; 1005 return o;
1006 } 1006 }
1007 1007
1008 checkUnnamed1190(core.List<api.Variant> o) { 1008 checkUnnamed1318(core.List<api.Variant> o) {
1009 unittest.expect(o, unittest.hasLength(2)); 1009 unittest.expect(o, unittest.hasLength(2));
1010 checkVariant(o[0]); 1010 checkVariant(o[0]);
1011 checkVariant(o[1]); 1011 checkVariant(o[1]);
1012 } 1012 }
1013 1013
1014 core.int buildCounterMergeVariantsRequest = 0; 1014 core.int buildCounterMergeVariantsRequest = 0;
1015 buildMergeVariantsRequest() { 1015 buildMergeVariantsRequest() {
1016 var o = new api.MergeVariantsRequest(); 1016 var o = new api.MergeVariantsRequest();
1017 buildCounterMergeVariantsRequest++; 1017 buildCounterMergeVariantsRequest++;
1018 if (buildCounterMergeVariantsRequest < 3) { 1018 if (buildCounterMergeVariantsRequest < 3) {
1019 o.variants = buildUnnamed1190(); 1019 o.variants = buildUnnamed1318();
1020 } 1020 }
1021 buildCounterMergeVariantsRequest--; 1021 buildCounterMergeVariantsRequest--;
1022 return o; 1022 return o;
1023 } 1023 }
1024 1024
1025 checkMergeVariantsRequest(api.MergeVariantsRequest o) { 1025 checkMergeVariantsRequest(api.MergeVariantsRequest o) {
1026 buildCounterMergeVariantsRequest++; 1026 buildCounterMergeVariantsRequest++;
1027 if (buildCounterMergeVariantsRequest < 3) { 1027 if (buildCounterMergeVariantsRequest < 3) {
1028 checkUnnamed1190(o.variants); 1028 checkUnnamed1318(o.variants);
1029 } 1029 }
1030 buildCounterMergeVariantsRequest--; 1030 buildCounterMergeVariantsRequest--;
1031 } 1031 }
1032 1032
1033 buildUnnamed1191() { 1033 buildUnnamed1319() {
1034 var o = new core.List<core.String>(); 1034 var o = new core.List<core.String>();
1035 o.add("foo"); 1035 o.add("foo");
1036 o.add("foo"); 1036 o.add("foo");
1037 return o; 1037 return o;
1038 } 1038 }
1039 1039
1040 checkUnnamed1191(core.List<core.String> o) { 1040 checkUnnamed1319(core.List<core.String> o) {
1041 unittest.expect(o, unittest.hasLength(2)); 1041 unittest.expect(o, unittest.hasLength(2));
1042 unittest.expect(o[0], unittest.equals('foo')); 1042 unittest.expect(o[0], unittest.equals('foo'));
1043 unittest.expect(o[1], unittest.equals('foo')); 1043 unittest.expect(o[1], unittest.equals('foo'));
1044 } 1044 }
1045 1045
1046 buildUnnamed1192() { 1046 buildUnnamed1320() {
1047 var o = new core.Map<core.String, core.List<core.String>>(); 1047 var o = new core.Map<core.String, core.List<core.String>>();
1048 o["x"] = buildUnnamed1191(); 1048 o["x"] = buildUnnamed1319();
1049 o["y"] = buildUnnamed1191(); 1049 o["y"] = buildUnnamed1319();
1050 return o; 1050 return o;
1051 } 1051 }
1052 1052
1053 checkUnnamed1192(core.Map<core.String, core.List<core.String>> o) { 1053 checkUnnamed1320(core.Map<core.String, core.List<core.String>> o) {
1054 unittest.expect(o, unittest.hasLength(2)); 1054 unittest.expect(o, unittest.hasLength(2));
1055 checkUnnamed1191(o["x"]); 1055 checkUnnamed1319(o["x"]);
1056 checkUnnamed1191(o["y"]); 1056 checkUnnamed1319(o["y"]);
1057 } 1057 }
1058 1058
1059 core.int buildCounterMetadata = 0; 1059 core.int buildCounterMetadata = 0;
1060 buildMetadata() { 1060 buildMetadata() {
1061 var o = new api.Metadata(); 1061 var o = new api.Metadata();
1062 buildCounterMetadata++; 1062 buildCounterMetadata++;
1063 if (buildCounterMetadata < 3) { 1063 if (buildCounterMetadata < 3) {
1064 o.description = "foo"; 1064 o.description = "foo";
1065 o.id = "foo"; 1065 o.id = "foo";
1066 o.info = buildUnnamed1192(); 1066 o.info = buildUnnamed1320();
1067 o.key = "foo"; 1067 o.key = "foo";
1068 o.number = "foo"; 1068 o.number = "foo";
1069 o.type = "foo"; 1069 o.type = "foo";
1070 o.value = "foo"; 1070 o.value = "foo";
1071 } 1071 }
1072 buildCounterMetadata--; 1072 buildCounterMetadata--;
1073 return o; 1073 return o;
1074 } 1074 }
1075 1075
1076 checkMetadata(api.Metadata o) { 1076 checkMetadata(api.Metadata o) {
1077 buildCounterMetadata++; 1077 buildCounterMetadata++;
1078 if (buildCounterMetadata < 3) { 1078 if (buildCounterMetadata < 3) {
1079 unittest.expect(o.description, unittest.equals('foo')); 1079 unittest.expect(o.description, unittest.equals('foo'));
1080 unittest.expect(o.id, unittest.equals('foo')); 1080 unittest.expect(o.id, unittest.equals('foo'));
1081 checkUnnamed1192(o.info); 1081 checkUnnamed1320(o.info);
1082 unittest.expect(o.key, unittest.equals('foo')); 1082 unittest.expect(o.key, unittest.equals('foo'));
1083 unittest.expect(o.number, unittest.equals('foo')); 1083 unittest.expect(o.number, unittest.equals('foo'));
1084 unittest.expect(o.type, unittest.equals('foo')); 1084 unittest.expect(o.type, unittest.equals('foo'));
1085 unittest.expect(o.value, unittest.equals('foo')); 1085 unittest.expect(o.value, unittest.equals('foo'));
1086 } 1086 }
1087 buildCounterMetadata--; 1087 buildCounterMetadata--;
1088 } 1088 }
1089 1089
1090 buildUnnamed1193() { 1090 buildUnnamed1321() {
1091 var o = new core.List<core.String>(); 1091 var o = new core.List<core.String>();
1092 o.add("foo"); 1092 o.add("foo");
1093 o.add("foo"); 1093 o.add("foo");
1094 return o; 1094 return o;
1095 } 1095 }
1096 1096
1097 checkUnnamed1193(core.List<core.String> o) { 1097 checkUnnamed1321(core.List<core.String> o) {
1098 unittest.expect(o, unittest.hasLength(2)); 1098 unittest.expect(o, unittest.hasLength(2));
1099 unittest.expect(o[0], unittest.equals('foo')); 1099 unittest.expect(o[0], unittest.equals('foo'));
1100 unittest.expect(o[1], unittest.equals('foo')); 1100 unittest.expect(o[1], unittest.equals('foo'));
1101 } 1101 }
1102 1102
1103 buildUnnamed1194() { 1103 buildUnnamed1322() {
1104 var o = new core.List<core.String>(); 1104 var o = new core.List<core.String>();
1105 o.add("foo"); 1105 o.add("foo");
1106 o.add("foo"); 1106 o.add("foo");
1107 return o; 1107 return o;
1108 } 1108 }
1109 1109
1110 checkUnnamed1194(core.List<core.String> o) { 1110 checkUnnamed1322(core.List<core.String> o) {
1111 unittest.expect(o, unittest.hasLength(2)); 1111 unittest.expect(o, unittest.hasLength(2));
1112 unittest.expect(o[0], unittest.equals('foo')); 1112 unittest.expect(o[0], unittest.equals('foo'));
1113 unittest.expect(o[1], unittest.equals('foo')); 1113 unittest.expect(o[1], unittest.equals('foo'));
1114 } 1114 }
1115 1115
1116 core.int buildCounterPairedFastqSource = 0; 1116 core.int buildCounterPairedFastqSource = 0;
1117 buildPairedFastqSource() { 1117 buildPairedFastqSource() {
1118 var o = new api.PairedFastqSource(); 1118 var o = new api.PairedFastqSource();
1119 buildCounterPairedFastqSource++; 1119 buildCounterPairedFastqSource++;
1120 if (buildCounterPairedFastqSource < 3) { 1120 if (buildCounterPairedFastqSource < 3) {
1121 o.firstSourceUris = buildUnnamed1193(); 1121 o.firstSourceUris = buildUnnamed1321();
1122 o.metadata = buildFastqMetadata(); 1122 o.metadata = buildFastqMetadata();
1123 o.secondSourceUris = buildUnnamed1194(); 1123 o.secondSourceUris = buildUnnamed1322();
1124 } 1124 }
1125 buildCounterPairedFastqSource--; 1125 buildCounterPairedFastqSource--;
1126 return o; 1126 return o;
1127 } 1127 }
1128 1128
1129 checkPairedFastqSource(api.PairedFastqSource o) { 1129 checkPairedFastqSource(api.PairedFastqSource o) {
1130 buildCounterPairedFastqSource++; 1130 buildCounterPairedFastqSource++;
1131 if (buildCounterPairedFastqSource < 3) { 1131 if (buildCounterPairedFastqSource < 3) {
1132 checkUnnamed1193(o.firstSourceUris); 1132 checkUnnamed1321(o.firstSourceUris);
1133 checkFastqMetadata(o.metadata); 1133 checkFastqMetadata(o.metadata);
1134 checkUnnamed1194(o.secondSourceUris); 1134 checkUnnamed1322(o.secondSourceUris);
1135 } 1135 }
1136 buildCounterPairedFastqSource--; 1136 buildCounterPairedFastqSource--;
1137 } 1137 }
1138 1138
1139 core.int buildCounterPosition = 0; 1139 core.int buildCounterPosition = 0;
1140 buildPosition() { 1140 buildPosition() {
1141 var o = new api.Position(); 1141 var o = new api.Position();
1142 buildCounterPosition++; 1142 buildCounterPosition++;
1143 if (buildCounterPosition < 3) { 1143 if (buildCounterPosition < 3) {
1144 o.position = "foo"; 1144 o.position = "foo";
(...skipping 30 matching lines...) Expand all
1175 checkRange(api.Range o) { 1175 checkRange(api.Range o) {
1176 buildCounterRange++; 1176 buildCounterRange++;
1177 if (buildCounterRange < 3) { 1177 if (buildCounterRange < 3) {
1178 unittest.expect(o.end, unittest.equals('foo')); 1178 unittest.expect(o.end, unittest.equals('foo'));
1179 unittest.expect(o.referenceName, unittest.equals('foo')); 1179 unittest.expect(o.referenceName, unittest.equals('foo'));
1180 unittest.expect(o.start, unittest.equals('foo')); 1180 unittest.expect(o.start, unittest.equals('foo'));
1181 } 1181 }
1182 buildCounterRange--; 1182 buildCounterRange--;
1183 } 1183 }
1184 1184
1185 buildUnnamed1195() { 1185 buildUnnamed1323() {
1186 var o = new core.List<core.int>(); 1186 var o = new core.List<core.int>();
1187 o.add(42); 1187 o.add(42);
1188 o.add(42); 1188 o.add(42);
1189 return o; 1189 return o;
1190 } 1190 }
1191 1191
1192 checkUnnamed1195(core.List<core.int> o) { 1192 checkUnnamed1323(core.List<core.int> o) {
1193 unittest.expect(o, unittest.hasLength(2)); 1193 unittest.expect(o, unittest.hasLength(2));
1194 unittest.expect(o[0], unittest.equals(42)); 1194 unittest.expect(o[0], unittest.equals(42));
1195 unittest.expect(o[1], unittest.equals(42)); 1195 unittest.expect(o[1], unittest.equals(42));
1196 } 1196 }
1197 1197
1198 buildUnnamed1196() { 1198 buildUnnamed1324() {
1199 var o = new core.List<core.String>(); 1199 var o = new core.List<core.String>();
1200 o.add("foo"); 1200 o.add("foo");
1201 o.add("foo"); 1201 o.add("foo");
1202 return o; 1202 return o;
1203 } 1203 }
1204 1204
1205 checkUnnamed1196(core.List<core.String> o) { 1205 checkUnnamed1324(core.List<core.String> o) {
1206 unittest.expect(o, unittest.hasLength(2)); 1206 unittest.expect(o, unittest.hasLength(2));
1207 unittest.expect(o[0], unittest.equals('foo')); 1207 unittest.expect(o[0], unittest.equals('foo'));
1208 unittest.expect(o[1], unittest.equals('foo')); 1208 unittest.expect(o[1], unittest.equals('foo'));
1209 } 1209 }
1210 1210
1211 buildUnnamed1197() { 1211 buildUnnamed1325() {
1212 var o = new core.Map<core.String, core.List<core.String>>(); 1212 var o = new core.Map<core.String, core.List<core.String>>();
1213 o["x"] = buildUnnamed1196(); 1213 o["x"] = buildUnnamed1324();
1214 o["y"] = buildUnnamed1196(); 1214 o["y"] = buildUnnamed1324();
1215 return o; 1215 return o;
1216 } 1216 }
1217 1217
1218 checkUnnamed1197(core.Map<core.String, core.List<core.String>> o) { 1218 checkUnnamed1325(core.Map<core.String, core.List<core.String>> o) {
1219 unittest.expect(o, unittest.hasLength(2)); 1219 unittest.expect(o, unittest.hasLength(2));
1220 checkUnnamed1196(o["x"]); 1220 checkUnnamed1324(o["x"]);
1221 checkUnnamed1196(o["y"]); 1221 checkUnnamed1324(o["y"]);
1222 } 1222 }
1223 1223
1224 core.int buildCounterRead = 0; 1224 core.int buildCounterRead = 0;
1225 buildRead() { 1225 buildRead() {
1226 var o = new api.Read(); 1226 var o = new api.Read();
1227 buildCounterRead++; 1227 buildCounterRead++;
1228 if (buildCounterRead < 3) { 1228 if (buildCounterRead < 3) {
1229 o.alignedQuality = buildUnnamed1195(); 1229 o.alignedQuality = buildUnnamed1323();
1230 o.alignedSequence = "foo"; 1230 o.alignedSequence = "foo";
1231 o.alignment = buildLinearAlignment(); 1231 o.alignment = buildLinearAlignment();
1232 o.duplicateFragment = true; 1232 o.duplicateFragment = true;
1233 o.failedVendorQualityChecks = true; 1233 o.failedVendorQualityChecks = true;
1234 o.fragmentLength = 42; 1234 o.fragmentLength = 42;
1235 o.fragmentName = "foo"; 1235 o.fragmentName = "foo";
1236 o.id = "foo"; 1236 o.id = "foo";
1237 o.info = buildUnnamed1197(); 1237 o.info = buildUnnamed1325();
1238 o.nextMatePosition = buildPosition(); 1238 o.nextMatePosition = buildPosition();
1239 o.numberReads = 42; 1239 o.numberReads = 42;
1240 o.properPlacement = true; 1240 o.properPlacement = true;
1241 o.readGroupId = "foo"; 1241 o.readGroupId = "foo";
1242 o.readGroupSetId = "foo"; 1242 o.readGroupSetId = "foo";
1243 o.readNumber = 42; 1243 o.readNumber = 42;
1244 o.secondaryAlignment = true; 1244 o.secondaryAlignment = true;
1245 o.supplementaryAlignment = true; 1245 o.supplementaryAlignment = true;
1246 } 1246 }
1247 buildCounterRead--; 1247 buildCounterRead--;
1248 return o; 1248 return o;
1249 } 1249 }
1250 1250
1251 checkRead(api.Read o) { 1251 checkRead(api.Read o) {
1252 buildCounterRead++; 1252 buildCounterRead++;
1253 if (buildCounterRead < 3) { 1253 if (buildCounterRead < 3) {
1254 checkUnnamed1195(o.alignedQuality); 1254 checkUnnamed1323(o.alignedQuality);
1255 unittest.expect(o.alignedSequence, unittest.equals('foo')); 1255 unittest.expect(o.alignedSequence, unittest.equals('foo'));
1256 checkLinearAlignment(o.alignment); 1256 checkLinearAlignment(o.alignment);
1257 unittest.expect(o.duplicateFragment, unittest.isTrue); 1257 unittest.expect(o.duplicateFragment, unittest.isTrue);
1258 unittest.expect(o.failedVendorQualityChecks, unittest.isTrue); 1258 unittest.expect(o.failedVendorQualityChecks, unittest.isTrue);
1259 unittest.expect(o.fragmentLength, unittest.equals(42)); 1259 unittest.expect(o.fragmentLength, unittest.equals(42));
1260 unittest.expect(o.fragmentName, unittest.equals('foo')); 1260 unittest.expect(o.fragmentName, unittest.equals('foo'));
1261 unittest.expect(o.id, unittest.equals('foo')); 1261 unittest.expect(o.id, unittest.equals('foo'));
1262 checkUnnamed1197(o.info); 1262 checkUnnamed1325(o.info);
1263 checkPosition(o.nextMatePosition); 1263 checkPosition(o.nextMatePosition);
1264 unittest.expect(o.numberReads, unittest.equals(42)); 1264 unittest.expect(o.numberReads, unittest.equals(42));
1265 unittest.expect(o.properPlacement, unittest.isTrue); 1265 unittest.expect(o.properPlacement, unittest.isTrue);
1266 unittest.expect(o.readGroupId, unittest.equals('foo')); 1266 unittest.expect(o.readGroupId, unittest.equals('foo'));
1267 unittest.expect(o.readGroupSetId, unittest.equals('foo')); 1267 unittest.expect(o.readGroupSetId, unittest.equals('foo'));
1268 unittest.expect(o.readNumber, unittest.equals(42)); 1268 unittest.expect(o.readNumber, unittest.equals(42));
1269 unittest.expect(o.secondaryAlignment, unittest.isTrue); 1269 unittest.expect(o.secondaryAlignment, unittest.isTrue);
1270 unittest.expect(o.supplementaryAlignment, unittest.isTrue); 1270 unittest.expect(o.supplementaryAlignment, unittest.isTrue);
1271 } 1271 }
1272 buildCounterRead--; 1272 buildCounterRead--;
1273 } 1273 }
1274 1274
1275 buildUnnamed1198() { 1275 buildUnnamed1326() {
1276 var o = new core.List<core.String>(); 1276 var o = new core.List<core.String>();
1277 o.add("foo"); 1277 o.add("foo");
1278 o.add("foo"); 1278 o.add("foo");
1279 return o; 1279 return o;
1280 } 1280 }
1281 1281
1282 checkUnnamed1198(core.List<core.String> o) { 1282 checkUnnamed1326(core.List<core.String> o) {
1283 unittest.expect(o, unittest.hasLength(2)); 1283 unittest.expect(o, unittest.hasLength(2));
1284 unittest.expect(o[0], unittest.equals('foo')); 1284 unittest.expect(o[0], unittest.equals('foo'));
1285 unittest.expect(o[1], unittest.equals('foo')); 1285 unittest.expect(o[1], unittest.equals('foo'));
1286 } 1286 }
1287 1287
1288 buildUnnamed1199() { 1288 buildUnnamed1327() {
1289 var o = new core.Map<core.String, core.List<core.String>>(); 1289 var o = new core.Map<core.String, core.List<core.String>>();
1290 o["x"] = buildUnnamed1198(); 1290 o["x"] = buildUnnamed1326();
1291 o["y"] = buildUnnamed1198(); 1291 o["y"] = buildUnnamed1326();
1292 return o; 1292 return o;
1293 } 1293 }
1294 1294
1295 checkUnnamed1199(core.Map<core.String, core.List<core.String>> o) { 1295 checkUnnamed1327(core.Map<core.String, core.List<core.String>> o) {
1296 unittest.expect(o, unittest.hasLength(2)); 1296 unittest.expect(o, unittest.hasLength(2));
1297 checkUnnamed1198(o["x"]); 1297 checkUnnamed1326(o["x"]);
1298 checkUnnamed1198(o["y"]); 1298 checkUnnamed1326(o["y"]);
1299 } 1299 }
1300 1300
1301 buildUnnamed1200() { 1301 buildUnnamed1328() {
1302 var o = new core.List<api.ReadGroupProgram>(); 1302 var o = new core.List<api.ReadGroupProgram>();
1303 o.add(buildReadGroupProgram()); 1303 o.add(buildReadGroupProgram());
1304 o.add(buildReadGroupProgram()); 1304 o.add(buildReadGroupProgram());
1305 return o; 1305 return o;
1306 } 1306 }
1307 1307
1308 checkUnnamed1200(core.List<api.ReadGroupProgram> o) { 1308 checkUnnamed1328(core.List<api.ReadGroupProgram> o) {
1309 unittest.expect(o, unittest.hasLength(2)); 1309 unittest.expect(o, unittest.hasLength(2));
1310 checkReadGroupProgram(o[0]); 1310 checkReadGroupProgram(o[0]);
1311 checkReadGroupProgram(o[1]); 1311 checkReadGroupProgram(o[1]);
1312 } 1312 }
1313 1313
1314 core.int buildCounterReadGroup = 0; 1314 core.int buildCounterReadGroup = 0;
1315 buildReadGroup() { 1315 buildReadGroup() {
1316 var o = new api.ReadGroup(); 1316 var o = new api.ReadGroup();
1317 buildCounterReadGroup++; 1317 buildCounterReadGroup++;
1318 if (buildCounterReadGroup < 3) { 1318 if (buildCounterReadGroup < 3) {
1319 o.datasetId = "foo"; 1319 o.datasetId = "foo";
1320 o.description = "foo"; 1320 o.description = "foo";
1321 o.experiment = buildReadGroupExperiment(); 1321 o.experiment = buildReadGroupExperiment();
1322 o.id = "foo"; 1322 o.id = "foo";
1323 o.info = buildUnnamed1199(); 1323 o.info = buildUnnamed1327();
1324 o.name = "foo"; 1324 o.name = "foo";
1325 o.predictedInsertSize = 42; 1325 o.predictedInsertSize = 42;
1326 o.programs = buildUnnamed1200(); 1326 o.programs = buildUnnamed1328();
1327 o.referenceSetId = "foo"; 1327 o.referenceSetId = "foo";
1328 o.sampleId = "foo"; 1328 o.sampleId = "foo";
1329 } 1329 }
1330 buildCounterReadGroup--; 1330 buildCounterReadGroup--;
1331 return o; 1331 return o;
1332 } 1332 }
1333 1333
1334 checkReadGroup(api.ReadGroup o) { 1334 checkReadGroup(api.ReadGroup o) {
1335 buildCounterReadGroup++; 1335 buildCounterReadGroup++;
1336 if (buildCounterReadGroup < 3) { 1336 if (buildCounterReadGroup < 3) {
1337 unittest.expect(o.datasetId, unittest.equals('foo')); 1337 unittest.expect(o.datasetId, unittest.equals('foo'));
1338 unittest.expect(o.description, unittest.equals('foo')); 1338 unittest.expect(o.description, unittest.equals('foo'));
1339 checkReadGroupExperiment(o.experiment); 1339 checkReadGroupExperiment(o.experiment);
1340 unittest.expect(o.id, unittest.equals('foo')); 1340 unittest.expect(o.id, unittest.equals('foo'));
1341 checkUnnamed1199(o.info); 1341 checkUnnamed1327(o.info);
1342 unittest.expect(o.name, unittest.equals('foo')); 1342 unittest.expect(o.name, unittest.equals('foo'));
1343 unittest.expect(o.predictedInsertSize, unittest.equals(42)); 1343 unittest.expect(o.predictedInsertSize, unittest.equals(42));
1344 checkUnnamed1200(o.programs); 1344 checkUnnamed1328(o.programs);
1345 unittest.expect(o.referenceSetId, unittest.equals('foo')); 1345 unittest.expect(o.referenceSetId, unittest.equals('foo'));
1346 unittest.expect(o.sampleId, unittest.equals('foo')); 1346 unittest.expect(o.sampleId, unittest.equals('foo'));
1347 } 1347 }
1348 buildCounterReadGroup--; 1348 buildCounterReadGroup--;
1349 } 1349 }
1350 1350
1351 core.int buildCounterReadGroupExperiment = 0; 1351 core.int buildCounterReadGroupExperiment = 0;
1352 buildReadGroupExperiment() { 1352 buildReadGroupExperiment() {
1353 var o = new api.ReadGroupExperiment(); 1353 var o = new api.ReadGroupExperiment();
1354 buildCounterReadGroupExperiment++; 1354 buildCounterReadGroupExperiment++;
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
1393 if (buildCounterReadGroupProgram < 3) { 1393 if (buildCounterReadGroupProgram < 3) {
1394 unittest.expect(o.commandLine, unittest.equals('foo')); 1394 unittest.expect(o.commandLine, unittest.equals('foo'));
1395 unittest.expect(o.id, unittest.equals('foo')); 1395 unittest.expect(o.id, unittest.equals('foo'));
1396 unittest.expect(o.name, unittest.equals('foo')); 1396 unittest.expect(o.name, unittest.equals('foo'));
1397 unittest.expect(o.prevProgramId, unittest.equals('foo')); 1397 unittest.expect(o.prevProgramId, unittest.equals('foo'));
1398 unittest.expect(o.version, unittest.equals('foo')); 1398 unittest.expect(o.version, unittest.equals('foo'));
1399 } 1399 }
1400 buildCounterReadGroupProgram--; 1400 buildCounterReadGroupProgram--;
1401 } 1401 }
1402 1402
1403 buildUnnamed1201() { 1403 buildUnnamed1329() {
1404 var o = new core.List<api.ReadGroup>(); 1404 var o = new core.List<api.ReadGroup>();
1405 o.add(buildReadGroup()); 1405 o.add(buildReadGroup());
1406 o.add(buildReadGroup()); 1406 o.add(buildReadGroup());
1407 return o; 1407 return o;
1408 } 1408 }
1409 1409
1410 checkUnnamed1201(core.List<api.ReadGroup> o) { 1410 checkUnnamed1329(core.List<api.ReadGroup> o) {
1411 unittest.expect(o, unittest.hasLength(2)); 1411 unittest.expect(o, unittest.hasLength(2));
1412 checkReadGroup(o[0]); 1412 checkReadGroup(o[0]);
1413 checkReadGroup(o[1]); 1413 checkReadGroup(o[1]);
1414 } 1414 }
1415 1415
1416 core.int buildCounterReadGroupSet = 0; 1416 core.int buildCounterReadGroupSet = 0;
1417 buildReadGroupSet() { 1417 buildReadGroupSet() {
1418 var o = new api.ReadGroupSet(); 1418 var o = new api.ReadGroupSet();
1419 buildCounterReadGroupSet++; 1419 buildCounterReadGroupSet++;
1420 if (buildCounterReadGroupSet < 3) { 1420 if (buildCounterReadGroupSet < 3) {
1421 o.datasetId = "foo"; 1421 o.datasetId = "foo";
1422 o.filename = "foo"; 1422 o.filename = "foo";
1423 o.id = "foo"; 1423 o.id = "foo";
1424 o.name = "foo"; 1424 o.name = "foo";
1425 o.readGroups = buildUnnamed1201(); 1425 o.readGroups = buildUnnamed1329();
1426 o.referenceSetId = "foo"; 1426 o.referenceSetId = "foo";
1427 } 1427 }
1428 buildCounterReadGroupSet--; 1428 buildCounterReadGroupSet--;
1429 return o; 1429 return o;
1430 } 1430 }
1431 1431
1432 checkReadGroupSet(api.ReadGroupSet o) { 1432 checkReadGroupSet(api.ReadGroupSet o) {
1433 buildCounterReadGroupSet++; 1433 buildCounterReadGroupSet++;
1434 if (buildCounterReadGroupSet < 3) { 1434 if (buildCounterReadGroupSet < 3) {
1435 unittest.expect(o.datasetId, unittest.equals('foo')); 1435 unittest.expect(o.datasetId, unittest.equals('foo'));
1436 unittest.expect(o.filename, unittest.equals('foo')); 1436 unittest.expect(o.filename, unittest.equals('foo'));
1437 unittest.expect(o.id, unittest.equals('foo')); 1437 unittest.expect(o.id, unittest.equals('foo'));
1438 unittest.expect(o.name, unittest.equals('foo')); 1438 unittest.expect(o.name, unittest.equals('foo'));
1439 checkUnnamed1201(o.readGroups); 1439 checkUnnamed1329(o.readGroups);
1440 unittest.expect(o.referenceSetId, unittest.equals('foo')); 1440 unittest.expect(o.referenceSetId, unittest.equals('foo'));
1441 } 1441 }
1442 buildCounterReadGroupSet--; 1442 buildCounterReadGroupSet--;
1443 } 1443 }
1444 1444
1445 buildUnnamed1202() { 1445 buildUnnamed1330() {
1446 var o = new core.List<core.String>(); 1446 var o = new core.List<core.String>();
1447 o.add("foo"); 1447 o.add("foo");
1448 o.add("foo"); 1448 o.add("foo");
1449 return o; 1449 return o;
1450 } 1450 }
1451 1451
1452 checkUnnamed1202(core.List<core.String> o) { 1452 checkUnnamed1330(core.List<core.String> o) {
1453 unittest.expect(o, unittest.hasLength(2)); 1453 unittest.expect(o, unittest.hasLength(2));
1454 unittest.expect(o[0], unittest.equals('foo')); 1454 unittest.expect(o[0], unittest.equals('foo'));
1455 unittest.expect(o[1], unittest.equals('foo')); 1455 unittest.expect(o[1], unittest.equals('foo'));
1456 } 1456 }
1457 1457
1458 core.int buildCounterReference = 0; 1458 core.int buildCounterReference = 0;
1459 buildReference() { 1459 buildReference() {
1460 var o = new api.Reference(); 1460 var o = new api.Reference();
1461 buildCounterReference++; 1461 buildCounterReference++;
1462 if (buildCounterReference < 3) { 1462 if (buildCounterReference < 3) {
1463 o.id = "foo"; 1463 o.id = "foo";
1464 o.length = "foo"; 1464 o.length = "foo";
1465 o.md5checksum = "foo"; 1465 o.md5checksum = "foo";
1466 o.name = "foo"; 1466 o.name = "foo";
1467 o.ncbiTaxonId = 42; 1467 o.ncbiTaxonId = 42;
1468 o.sourceAccessions = buildUnnamed1202(); 1468 o.sourceAccessions = buildUnnamed1330();
1469 o.sourceURI = "foo"; 1469 o.sourceURI = "foo";
1470 } 1470 }
1471 buildCounterReference--; 1471 buildCounterReference--;
1472 return o; 1472 return o;
1473 } 1473 }
1474 1474
1475 checkReference(api.Reference o) { 1475 checkReference(api.Reference o) {
1476 buildCounterReference++; 1476 buildCounterReference++;
1477 if (buildCounterReference < 3) { 1477 if (buildCounterReference < 3) {
1478 unittest.expect(o.id, unittest.equals('foo')); 1478 unittest.expect(o.id, unittest.equals('foo'));
1479 unittest.expect(o.length, unittest.equals('foo')); 1479 unittest.expect(o.length, unittest.equals('foo'));
1480 unittest.expect(o.md5checksum, unittest.equals('foo')); 1480 unittest.expect(o.md5checksum, unittest.equals('foo'));
1481 unittest.expect(o.name, unittest.equals('foo')); 1481 unittest.expect(o.name, unittest.equals('foo'));
1482 unittest.expect(o.ncbiTaxonId, unittest.equals(42)); 1482 unittest.expect(o.ncbiTaxonId, unittest.equals(42));
1483 checkUnnamed1202(o.sourceAccessions); 1483 checkUnnamed1330(o.sourceAccessions);
1484 unittest.expect(o.sourceURI, unittest.equals('foo')); 1484 unittest.expect(o.sourceURI, unittest.equals('foo'));
1485 } 1485 }
1486 buildCounterReference--; 1486 buildCounterReference--;
1487 } 1487 }
1488 1488
1489 core.int buildCounterReferenceBound = 0; 1489 core.int buildCounterReferenceBound = 0;
1490 buildReferenceBound() { 1490 buildReferenceBound() {
1491 var o = new api.ReferenceBound(); 1491 var o = new api.ReferenceBound();
1492 buildCounterReferenceBound++; 1492 buildCounterReferenceBound++;
1493 if (buildCounterReferenceBound < 3) { 1493 if (buildCounterReferenceBound < 3) {
1494 o.referenceName = "foo"; 1494 o.referenceName = "foo";
1495 o.upperBound = "foo"; 1495 o.upperBound = "foo";
1496 } 1496 }
1497 buildCounterReferenceBound--; 1497 buildCounterReferenceBound--;
1498 return o; 1498 return o;
1499 } 1499 }
1500 1500
1501 checkReferenceBound(api.ReferenceBound o) { 1501 checkReferenceBound(api.ReferenceBound o) {
1502 buildCounterReferenceBound++; 1502 buildCounterReferenceBound++;
1503 if (buildCounterReferenceBound < 3) { 1503 if (buildCounterReferenceBound < 3) {
1504 unittest.expect(o.referenceName, unittest.equals('foo')); 1504 unittest.expect(o.referenceName, unittest.equals('foo'));
1505 unittest.expect(o.upperBound, unittest.equals('foo')); 1505 unittest.expect(o.upperBound, unittest.equals('foo'));
1506 } 1506 }
1507 buildCounterReferenceBound--; 1507 buildCounterReferenceBound--;
1508 } 1508 }
1509 1509
1510 buildUnnamed1203() { 1510 buildUnnamed1331() {
1511 var o = new core.List<core.String>(); 1511 var o = new core.List<core.String>();
1512 o.add("foo"); 1512 o.add("foo");
1513 o.add("foo"); 1513 o.add("foo");
1514 return o; 1514 return o;
1515 } 1515 }
1516 1516
1517 checkUnnamed1203(core.List<core.String> o) { 1517 checkUnnamed1331(core.List<core.String> o) {
1518 unittest.expect(o, unittest.hasLength(2)); 1518 unittest.expect(o, unittest.hasLength(2));
1519 unittest.expect(o[0], unittest.equals('foo')); 1519 unittest.expect(o[0], unittest.equals('foo'));
1520 unittest.expect(o[1], unittest.equals('foo')); 1520 unittest.expect(o[1], unittest.equals('foo'));
1521 } 1521 }
1522 1522
1523 buildUnnamed1204() { 1523 buildUnnamed1332() {
1524 var o = new core.List<core.String>(); 1524 var o = new core.List<core.String>();
1525 o.add("foo"); 1525 o.add("foo");
1526 o.add("foo"); 1526 o.add("foo");
1527 return o; 1527 return o;
1528 } 1528 }
1529 1529
1530 checkUnnamed1204(core.List<core.String> o) { 1530 checkUnnamed1332(core.List<core.String> o) {
1531 unittest.expect(o, unittest.hasLength(2)); 1531 unittest.expect(o, unittest.hasLength(2));
1532 unittest.expect(o[0], unittest.equals('foo')); 1532 unittest.expect(o[0], unittest.equals('foo'));
1533 unittest.expect(o[1], unittest.equals('foo')); 1533 unittest.expect(o[1], unittest.equals('foo'));
1534 } 1534 }
1535 1535
1536 core.int buildCounterReferenceSet = 0; 1536 core.int buildCounterReferenceSet = 0;
1537 buildReferenceSet() { 1537 buildReferenceSet() {
1538 var o = new api.ReferenceSet(); 1538 var o = new api.ReferenceSet();
1539 buildCounterReferenceSet++; 1539 buildCounterReferenceSet++;
1540 if (buildCounterReferenceSet < 3) { 1540 if (buildCounterReferenceSet < 3) {
1541 o.assemblyId = "foo"; 1541 o.assemblyId = "foo";
1542 o.description = "foo"; 1542 o.description = "foo";
1543 o.id = "foo"; 1543 o.id = "foo";
1544 o.md5checksum = "foo"; 1544 o.md5checksum = "foo";
1545 o.ncbiTaxonId = 42; 1545 o.ncbiTaxonId = 42;
1546 o.referenceIds = buildUnnamed1203(); 1546 o.referenceIds = buildUnnamed1331();
1547 o.sourceAccessions = buildUnnamed1204(); 1547 o.sourceAccessions = buildUnnamed1332();
1548 o.sourceURI = "foo"; 1548 o.sourceURI = "foo";
1549 } 1549 }
1550 buildCounterReferenceSet--; 1550 buildCounterReferenceSet--;
1551 return o; 1551 return o;
1552 } 1552 }
1553 1553
1554 checkReferenceSet(api.ReferenceSet o) { 1554 checkReferenceSet(api.ReferenceSet o) {
1555 buildCounterReferenceSet++; 1555 buildCounterReferenceSet++;
1556 if (buildCounterReferenceSet < 3) { 1556 if (buildCounterReferenceSet < 3) {
1557 unittest.expect(o.assemblyId, unittest.equals('foo')); 1557 unittest.expect(o.assemblyId, unittest.equals('foo'));
1558 unittest.expect(o.description, unittest.equals('foo')); 1558 unittest.expect(o.description, unittest.equals('foo'));
1559 unittest.expect(o.id, unittest.equals('foo')); 1559 unittest.expect(o.id, unittest.equals('foo'));
1560 unittest.expect(o.md5checksum, unittest.equals('foo')); 1560 unittest.expect(o.md5checksum, unittest.equals('foo'));
1561 unittest.expect(o.ncbiTaxonId, unittest.equals(42)); 1561 unittest.expect(o.ncbiTaxonId, unittest.equals(42));
1562 checkUnnamed1203(o.referenceIds); 1562 checkUnnamed1331(o.referenceIds);
1563 checkUnnamed1204(o.sourceAccessions); 1563 checkUnnamed1332(o.sourceAccessions);
1564 unittest.expect(o.sourceURI, unittest.equals('foo')); 1564 unittest.expect(o.sourceURI, unittest.equals('foo'));
1565 } 1565 }
1566 buildCounterReferenceSet--; 1566 buildCounterReferenceSet--;
1567 } 1567 }
1568 1568
1569 buildUnnamed1205() { 1569 buildUnnamed1333() {
1570 var o = new core.List<core.String>(); 1570 var o = new core.List<core.String>();
1571 o.add("foo"); 1571 o.add("foo");
1572 o.add("foo"); 1572 o.add("foo");
1573 return o; 1573 return o;
1574 } 1574 }
1575 1575
1576 checkUnnamed1205(core.List<core.String> o) { 1576 checkUnnamed1333(core.List<core.String> o) {
1577 unittest.expect(o, unittest.hasLength(2)); 1577 unittest.expect(o, unittest.hasLength(2));
1578 unittest.expect(o[0], unittest.equals('foo')); 1578 unittest.expect(o[0], unittest.equals('foo'));
1579 unittest.expect(o[1], unittest.equals('foo')); 1579 unittest.expect(o[1], unittest.equals('foo'));
1580 } 1580 }
1581 1581
1582 core.int buildCounterSearchCallSetsRequest = 0; 1582 core.int buildCounterSearchCallSetsRequest = 0;
1583 buildSearchCallSetsRequest() { 1583 buildSearchCallSetsRequest() {
1584 var o = new api.SearchCallSetsRequest(); 1584 var o = new api.SearchCallSetsRequest();
1585 buildCounterSearchCallSetsRequest++; 1585 buildCounterSearchCallSetsRequest++;
1586 if (buildCounterSearchCallSetsRequest < 3) { 1586 if (buildCounterSearchCallSetsRequest < 3) {
1587 o.name = "foo"; 1587 o.name = "foo";
1588 o.pageSize = 42; 1588 o.pageSize = 42;
1589 o.pageToken = "foo"; 1589 o.pageToken = "foo";
1590 o.variantSetIds = buildUnnamed1205(); 1590 o.variantSetIds = buildUnnamed1333();
1591 } 1591 }
1592 buildCounterSearchCallSetsRequest--; 1592 buildCounterSearchCallSetsRequest--;
1593 return o; 1593 return o;
1594 } 1594 }
1595 1595
1596 checkSearchCallSetsRequest(api.SearchCallSetsRequest o) { 1596 checkSearchCallSetsRequest(api.SearchCallSetsRequest o) {
1597 buildCounterSearchCallSetsRequest++; 1597 buildCounterSearchCallSetsRequest++;
1598 if (buildCounterSearchCallSetsRequest < 3) { 1598 if (buildCounterSearchCallSetsRequest < 3) {
1599 unittest.expect(o.name, unittest.equals('foo')); 1599 unittest.expect(o.name, unittest.equals('foo'));
1600 unittest.expect(o.pageSize, unittest.equals(42)); 1600 unittest.expect(o.pageSize, unittest.equals(42));
1601 unittest.expect(o.pageToken, unittest.equals('foo')); 1601 unittest.expect(o.pageToken, unittest.equals('foo'));
1602 checkUnnamed1205(o.variantSetIds); 1602 checkUnnamed1333(o.variantSetIds);
1603 } 1603 }
1604 buildCounterSearchCallSetsRequest--; 1604 buildCounterSearchCallSetsRequest--;
1605 } 1605 }
1606 1606
1607 buildUnnamed1206() { 1607 buildUnnamed1334() {
1608 var o = new core.List<api.CallSet>(); 1608 var o = new core.List<api.CallSet>();
1609 o.add(buildCallSet()); 1609 o.add(buildCallSet());
1610 o.add(buildCallSet()); 1610 o.add(buildCallSet());
1611 return o; 1611 return o;
1612 } 1612 }
1613 1613
1614 checkUnnamed1206(core.List<api.CallSet> o) { 1614 checkUnnamed1334(core.List<api.CallSet> o) {
1615 unittest.expect(o, unittest.hasLength(2)); 1615 unittest.expect(o, unittest.hasLength(2));
1616 checkCallSet(o[0]); 1616 checkCallSet(o[0]);
1617 checkCallSet(o[1]); 1617 checkCallSet(o[1]);
1618 } 1618 }
1619 1619
1620 core.int buildCounterSearchCallSetsResponse = 0; 1620 core.int buildCounterSearchCallSetsResponse = 0;
1621 buildSearchCallSetsResponse() { 1621 buildSearchCallSetsResponse() {
1622 var o = new api.SearchCallSetsResponse(); 1622 var o = new api.SearchCallSetsResponse();
1623 buildCounterSearchCallSetsResponse++; 1623 buildCounterSearchCallSetsResponse++;
1624 if (buildCounterSearchCallSetsResponse < 3) { 1624 if (buildCounterSearchCallSetsResponse < 3) {
1625 o.callSets = buildUnnamed1206(); 1625 o.callSets = buildUnnamed1334();
1626 o.nextPageToken = "foo"; 1626 o.nextPageToken = "foo";
1627 } 1627 }
1628 buildCounterSearchCallSetsResponse--; 1628 buildCounterSearchCallSetsResponse--;
1629 return o; 1629 return o;
1630 } 1630 }
1631 1631
1632 checkSearchCallSetsResponse(api.SearchCallSetsResponse o) { 1632 checkSearchCallSetsResponse(api.SearchCallSetsResponse o) {
1633 buildCounterSearchCallSetsResponse++; 1633 buildCounterSearchCallSetsResponse++;
1634 if (buildCounterSearchCallSetsResponse < 3) { 1634 if (buildCounterSearchCallSetsResponse < 3) {
1635 checkUnnamed1206(o.callSets); 1635 checkUnnamed1334(o.callSets);
1636 unittest.expect(o.nextPageToken, unittest.equals('foo')); 1636 unittest.expect(o.nextPageToken, unittest.equals('foo'));
1637 } 1637 }
1638 buildCounterSearchCallSetsResponse--; 1638 buildCounterSearchCallSetsResponse--;
1639 } 1639 }
1640 1640
1641 buildUnnamed1207() { 1641 buildUnnamed1335() {
1642 var o = new core.List<core.String>(); 1642 var o = new core.List<core.String>();
1643 o.add("foo"); 1643 o.add("foo");
1644 o.add("foo"); 1644 o.add("foo");
1645 return o; 1645 return o;
1646 } 1646 }
1647 1647
1648 checkUnnamed1207(core.List<core.String> o) { 1648 checkUnnamed1335(core.List<core.String> o) {
1649 unittest.expect(o, unittest.hasLength(2)); 1649 unittest.expect(o, unittest.hasLength(2));
1650 unittest.expect(o[0], unittest.equals('foo')); 1650 unittest.expect(o[0], unittest.equals('foo'));
1651 unittest.expect(o[1], unittest.equals('foo')); 1651 unittest.expect(o[1], unittest.equals('foo'));
1652 } 1652 }
1653 1653
1654 core.int buildCounterSearchJobsRequest = 0; 1654 core.int buildCounterSearchJobsRequest = 0;
1655 buildSearchJobsRequest() { 1655 buildSearchJobsRequest() {
1656 var o = new api.SearchJobsRequest(); 1656 var o = new api.SearchJobsRequest();
1657 buildCounterSearchJobsRequest++; 1657 buildCounterSearchJobsRequest++;
1658 if (buildCounterSearchJobsRequest < 3) { 1658 if (buildCounterSearchJobsRequest < 3) {
1659 o.createdAfter = "foo"; 1659 o.createdAfter = "foo";
1660 o.createdBefore = "foo"; 1660 o.createdBefore = "foo";
1661 o.pageSize = 42; 1661 o.pageSize = 42;
1662 o.pageToken = "foo"; 1662 o.pageToken = "foo";
1663 o.projectNumber = "foo"; 1663 o.projectNumber = "foo";
1664 o.status = buildUnnamed1207(); 1664 o.status = buildUnnamed1335();
1665 } 1665 }
1666 buildCounterSearchJobsRequest--; 1666 buildCounterSearchJobsRequest--;
1667 return o; 1667 return o;
1668 } 1668 }
1669 1669
1670 checkSearchJobsRequest(api.SearchJobsRequest o) { 1670 checkSearchJobsRequest(api.SearchJobsRequest o) {
1671 buildCounterSearchJobsRequest++; 1671 buildCounterSearchJobsRequest++;
1672 if (buildCounterSearchJobsRequest < 3) { 1672 if (buildCounterSearchJobsRequest < 3) {
1673 unittest.expect(o.createdAfter, unittest.equals('foo')); 1673 unittest.expect(o.createdAfter, unittest.equals('foo'));
1674 unittest.expect(o.createdBefore, unittest.equals('foo')); 1674 unittest.expect(o.createdBefore, unittest.equals('foo'));
1675 unittest.expect(o.pageSize, unittest.equals(42)); 1675 unittest.expect(o.pageSize, unittest.equals(42));
1676 unittest.expect(o.pageToken, unittest.equals('foo')); 1676 unittest.expect(o.pageToken, unittest.equals('foo'));
1677 unittest.expect(o.projectNumber, unittest.equals('foo')); 1677 unittest.expect(o.projectNumber, unittest.equals('foo'));
1678 checkUnnamed1207(o.status); 1678 checkUnnamed1335(o.status);
1679 } 1679 }
1680 buildCounterSearchJobsRequest--; 1680 buildCounterSearchJobsRequest--;
1681 } 1681 }
1682 1682
1683 buildUnnamed1208() { 1683 buildUnnamed1336() {
1684 var o = new core.List<api.Job>(); 1684 var o = new core.List<api.Job>();
1685 o.add(buildJob()); 1685 o.add(buildJob());
1686 o.add(buildJob()); 1686 o.add(buildJob());
1687 return o; 1687 return o;
1688 } 1688 }
1689 1689
1690 checkUnnamed1208(core.List<api.Job> o) { 1690 checkUnnamed1336(core.List<api.Job> o) {
1691 unittest.expect(o, unittest.hasLength(2)); 1691 unittest.expect(o, unittest.hasLength(2));
1692 checkJob(o[0]); 1692 checkJob(o[0]);
1693 checkJob(o[1]); 1693 checkJob(o[1]);
1694 } 1694 }
1695 1695
1696 core.int buildCounterSearchJobsResponse = 0; 1696 core.int buildCounterSearchJobsResponse = 0;
1697 buildSearchJobsResponse() { 1697 buildSearchJobsResponse() {
1698 var o = new api.SearchJobsResponse(); 1698 var o = new api.SearchJobsResponse();
1699 buildCounterSearchJobsResponse++; 1699 buildCounterSearchJobsResponse++;
1700 if (buildCounterSearchJobsResponse < 3) { 1700 if (buildCounterSearchJobsResponse < 3) {
1701 o.jobs = buildUnnamed1208(); 1701 o.jobs = buildUnnamed1336();
1702 o.nextPageToken = "foo"; 1702 o.nextPageToken = "foo";
1703 } 1703 }
1704 buildCounterSearchJobsResponse--; 1704 buildCounterSearchJobsResponse--;
1705 return o; 1705 return o;
1706 } 1706 }
1707 1707
1708 checkSearchJobsResponse(api.SearchJobsResponse o) { 1708 checkSearchJobsResponse(api.SearchJobsResponse o) {
1709 buildCounterSearchJobsResponse++; 1709 buildCounterSearchJobsResponse++;
1710 if (buildCounterSearchJobsResponse < 3) { 1710 if (buildCounterSearchJobsResponse < 3) {
1711 checkUnnamed1208(o.jobs); 1711 checkUnnamed1336(o.jobs);
1712 unittest.expect(o.nextPageToken, unittest.equals('foo')); 1712 unittest.expect(o.nextPageToken, unittest.equals('foo'));
1713 } 1713 }
1714 buildCounterSearchJobsResponse--; 1714 buildCounterSearchJobsResponse--;
1715 } 1715 }
1716 1716
1717 buildUnnamed1209() { 1717 buildUnnamed1337() {
1718 var o = new core.List<core.String>(); 1718 var o = new core.List<core.String>();
1719 o.add("foo"); 1719 o.add("foo");
1720 o.add("foo"); 1720 o.add("foo");
1721 return o; 1721 return o;
1722 } 1722 }
1723 1723
1724 checkUnnamed1209(core.List<core.String> o) { 1724 checkUnnamed1337(core.List<core.String> o) {
1725 unittest.expect(o, unittest.hasLength(2)); 1725 unittest.expect(o, unittest.hasLength(2));
1726 unittest.expect(o[0], unittest.equals('foo')); 1726 unittest.expect(o[0], unittest.equals('foo'));
1727 unittest.expect(o[1], unittest.equals('foo')); 1727 unittest.expect(o[1], unittest.equals('foo'));
1728 } 1728 }
1729 1729
1730 core.int buildCounterSearchReadGroupSetsRequest = 0; 1730 core.int buildCounterSearchReadGroupSetsRequest = 0;
1731 buildSearchReadGroupSetsRequest() { 1731 buildSearchReadGroupSetsRequest() {
1732 var o = new api.SearchReadGroupSetsRequest(); 1732 var o = new api.SearchReadGroupSetsRequest();
1733 buildCounterSearchReadGroupSetsRequest++; 1733 buildCounterSearchReadGroupSetsRequest++;
1734 if (buildCounterSearchReadGroupSetsRequest < 3) { 1734 if (buildCounterSearchReadGroupSetsRequest < 3) {
1735 o.datasetIds = buildUnnamed1209(); 1735 o.datasetIds = buildUnnamed1337();
1736 o.name = "foo"; 1736 o.name = "foo";
1737 o.pageSize = 42; 1737 o.pageSize = 42;
1738 o.pageToken = "foo"; 1738 o.pageToken = "foo";
1739 } 1739 }
1740 buildCounterSearchReadGroupSetsRequest--; 1740 buildCounterSearchReadGroupSetsRequest--;
1741 return o; 1741 return o;
1742 } 1742 }
1743 1743
1744 checkSearchReadGroupSetsRequest(api.SearchReadGroupSetsRequest o) { 1744 checkSearchReadGroupSetsRequest(api.SearchReadGroupSetsRequest o) {
1745 buildCounterSearchReadGroupSetsRequest++; 1745 buildCounterSearchReadGroupSetsRequest++;
1746 if (buildCounterSearchReadGroupSetsRequest < 3) { 1746 if (buildCounterSearchReadGroupSetsRequest < 3) {
1747 checkUnnamed1209(o.datasetIds); 1747 checkUnnamed1337(o.datasetIds);
1748 unittest.expect(o.name, unittest.equals('foo')); 1748 unittest.expect(o.name, unittest.equals('foo'));
1749 unittest.expect(o.pageSize, unittest.equals(42)); 1749 unittest.expect(o.pageSize, unittest.equals(42));
1750 unittest.expect(o.pageToken, unittest.equals('foo')); 1750 unittest.expect(o.pageToken, unittest.equals('foo'));
1751 } 1751 }
1752 buildCounterSearchReadGroupSetsRequest--; 1752 buildCounterSearchReadGroupSetsRequest--;
1753 } 1753 }
1754 1754
1755 buildUnnamed1210() { 1755 buildUnnamed1338() {
1756 var o = new core.List<api.ReadGroupSet>(); 1756 var o = new core.List<api.ReadGroupSet>();
1757 o.add(buildReadGroupSet()); 1757 o.add(buildReadGroupSet());
1758 o.add(buildReadGroupSet()); 1758 o.add(buildReadGroupSet());
1759 return o; 1759 return o;
1760 } 1760 }
1761 1761
1762 checkUnnamed1210(core.List<api.ReadGroupSet> o) { 1762 checkUnnamed1338(core.List<api.ReadGroupSet> o) {
1763 unittest.expect(o, unittest.hasLength(2)); 1763 unittest.expect(o, unittest.hasLength(2));
1764 checkReadGroupSet(o[0]); 1764 checkReadGroupSet(o[0]);
1765 checkReadGroupSet(o[1]); 1765 checkReadGroupSet(o[1]);
1766 } 1766 }
1767 1767
1768 core.int buildCounterSearchReadGroupSetsResponse = 0; 1768 core.int buildCounterSearchReadGroupSetsResponse = 0;
1769 buildSearchReadGroupSetsResponse() { 1769 buildSearchReadGroupSetsResponse() {
1770 var o = new api.SearchReadGroupSetsResponse(); 1770 var o = new api.SearchReadGroupSetsResponse();
1771 buildCounterSearchReadGroupSetsResponse++; 1771 buildCounterSearchReadGroupSetsResponse++;
1772 if (buildCounterSearchReadGroupSetsResponse < 3) { 1772 if (buildCounterSearchReadGroupSetsResponse < 3) {
1773 o.nextPageToken = "foo"; 1773 o.nextPageToken = "foo";
1774 o.readGroupSets = buildUnnamed1210(); 1774 o.readGroupSets = buildUnnamed1338();
1775 } 1775 }
1776 buildCounterSearchReadGroupSetsResponse--; 1776 buildCounterSearchReadGroupSetsResponse--;
1777 return o; 1777 return o;
1778 } 1778 }
1779 1779
1780 checkSearchReadGroupSetsResponse(api.SearchReadGroupSetsResponse o) { 1780 checkSearchReadGroupSetsResponse(api.SearchReadGroupSetsResponse o) {
1781 buildCounterSearchReadGroupSetsResponse++; 1781 buildCounterSearchReadGroupSetsResponse++;
1782 if (buildCounterSearchReadGroupSetsResponse < 3) { 1782 if (buildCounterSearchReadGroupSetsResponse < 3) {
1783 unittest.expect(o.nextPageToken, unittest.equals('foo')); 1783 unittest.expect(o.nextPageToken, unittest.equals('foo'));
1784 checkUnnamed1210(o.readGroupSets); 1784 checkUnnamed1338(o.readGroupSets);
1785 } 1785 }
1786 buildCounterSearchReadGroupSetsResponse--; 1786 buildCounterSearchReadGroupSetsResponse--;
1787 } 1787 }
1788 1788
1789 buildUnnamed1211() { 1789 buildUnnamed1339() {
1790 var o = new core.List<core.String>(); 1790 var o = new core.List<core.String>();
1791 o.add("foo"); 1791 o.add("foo");
1792 o.add("foo"); 1792 o.add("foo");
1793 return o; 1793 return o;
1794 } 1794 }
1795 1795
1796 checkUnnamed1211(core.List<core.String> o) { 1796 checkUnnamed1339(core.List<core.String> o) {
1797 unittest.expect(o, unittest.hasLength(2)); 1797 unittest.expect(o, unittest.hasLength(2));
1798 unittest.expect(o[0], unittest.equals('foo')); 1798 unittest.expect(o[0], unittest.equals('foo'));
1799 unittest.expect(o[1], unittest.equals('foo')); 1799 unittest.expect(o[1], unittest.equals('foo'));
1800 } 1800 }
1801 1801
1802 buildUnnamed1212() { 1802 buildUnnamed1340() {
1803 var o = new core.List<core.String>(); 1803 var o = new core.List<core.String>();
1804 o.add("foo"); 1804 o.add("foo");
1805 o.add("foo"); 1805 o.add("foo");
1806 return o; 1806 return o;
1807 } 1807 }
1808 1808
1809 checkUnnamed1212(core.List<core.String> o) { 1809 checkUnnamed1340(core.List<core.String> o) {
1810 unittest.expect(o, unittest.hasLength(2)); 1810 unittest.expect(o, unittest.hasLength(2));
1811 unittest.expect(o[0], unittest.equals('foo')); 1811 unittest.expect(o[0], unittest.equals('foo'));
1812 unittest.expect(o[1], unittest.equals('foo')); 1812 unittest.expect(o[1], unittest.equals('foo'));
1813 } 1813 }
1814 1814
1815 core.int buildCounterSearchReadsRequest = 0; 1815 core.int buildCounterSearchReadsRequest = 0;
1816 buildSearchReadsRequest() { 1816 buildSearchReadsRequest() {
1817 var o = new api.SearchReadsRequest(); 1817 var o = new api.SearchReadsRequest();
1818 buildCounterSearchReadsRequest++; 1818 buildCounterSearchReadsRequest++;
1819 if (buildCounterSearchReadsRequest < 3) { 1819 if (buildCounterSearchReadsRequest < 3) {
1820 o.end = "foo"; 1820 o.end = "foo";
1821 o.pageSize = 42; 1821 o.pageSize = 42;
1822 o.pageToken = "foo"; 1822 o.pageToken = "foo";
1823 o.readGroupIds = buildUnnamed1211(); 1823 o.readGroupIds = buildUnnamed1339();
1824 o.readGroupSetIds = buildUnnamed1212(); 1824 o.readGroupSetIds = buildUnnamed1340();
1825 o.referenceName = "foo"; 1825 o.referenceName = "foo";
1826 o.start = "foo"; 1826 o.start = "foo";
1827 } 1827 }
1828 buildCounterSearchReadsRequest--; 1828 buildCounterSearchReadsRequest--;
1829 return o; 1829 return o;
1830 } 1830 }
1831 1831
1832 checkSearchReadsRequest(api.SearchReadsRequest o) { 1832 checkSearchReadsRequest(api.SearchReadsRequest o) {
1833 buildCounterSearchReadsRequest++; 1833 buildCounterSearchReadsRequest++;
1834 if (buildCounterSearchReadsRequest < 3) { 1834 if (buildCounterSearchReadsRequest < 3) {
1835 unittest.expect(o.end, unittest.equals('foo')); 1835 unittest.expect(o.end, unittest.equals('foo'));
1836 unittest.expect(o.pageSize, unittest.equals(42)); 1836 unittest.expect(o.pageSize, unittest.equals(42));
1837 unittest.expect(o.pageToken, unittest.equals('foo')); 1837 unittest.expect(o.pageToken, unittest.equals('foo'));
1838 checkUnnamed1211(o.readGroupIds); 1838 checkUnnamed1339(o.readGroupIds);
1839 checkUnnamed1212(o.readGroupSetIds); 1839 checkUnnamed1340(o.readGroupSetIds);
1840 unittest.expect(o.referenceName, unittest.equals('foo')); 1840 unittest.expect(o.referenceName, unittest.equals('foo'));
1841 unittest.expect(o.start, unittest.equals('foo')); 1841 unittest.expect(o.start, unittest.equals('foo'));
1842 } 1842 }
1843 buildCounterSearchReadsRequest--; 1843 buildCounterSearchReadsRequest--;
1844 } 1844 }
1845 1845
1846 buildUnnamed1213() { 1846 buildUnnamed1341() {
1847 var o = new core.List<api.Read>(); 1847 var o = new core.List<api.Read>();
1848 o.add(buildRead()); 1848 o.add(buildRead());
1849 o.add(buildRead()); 1849 o.add(buildRead());
1850 return o; 1850 return o;
1851 } 1851 }
1852 1852
1853 checkUnnamed1213(core.List<api.Read> o) { 1853 checkUnnamed1341(core.List<api.Read> o) {
1854 unittest.expect(o, unittest.hasLength(2)); 1854 unittest.expect(o, unittest.hasLength(2));
1855 checkRead(o[0]); 1855 checkRead(o[0]);
1856 checkRead(o[1]); 1856 checkRead(o[1]);
1857 } 1857 }
1858 1858
1859 core.int buildCounterSearchReadsResponse = 0; 1859 core.int buildCounterSearchReadsResponse = 0;
1860 buildSearchReadsResponse() { 1860 buildSearchReadsResponse() {
1861 var o = new api.SearchReadsResponse(); 1861 var o = new api.SearchReadsResponse();
1862 buildCounterSearchReadsResponse++; 1862 buildCounterSearchReadsResponse++;
1863 if (buildCounterSearchReadsResponse < 3) { 1863 if (buildCounterSearchReadsResponse < 3) {
1864 o.alignments = buildUnnamed1213(); 1864 o.alignments = buildUnnamed1341();
1865 o.nextPageToken = "foo"; 1865 o.nextPageToken = "foo";
1866 } 1866 }
1867 buildCounterSearchReadsResponse--; 1867 buildCounterSearchReadsResponse--;
1868 return o; 1868 return o;
1869 } 1869 }
1870 1870
1871 checkSearchReadsResponse(api.SearchReadsResponse o) { 1871 checkSearchReadsResponse(api.SearchReadsResponse o) {
1872 buildCounterSearchReadsResponse++; 1872 buildCounterSearchReadsResponse++;
1873 if (buildCounterSearchReadsResponse < 3) { 1873 if (buildCounterSearchReadsResponse < 3) {
1874 checkUnnamed1213(o.alignments); 1874 checkUnnamed1341(o.alignments);
1875 unittest.expect(o.nextPageToken, unittest.equals('foo')); 1875 unittest.expect(o.nextPageToken, unittest.equals('foo'));
1876 } 1876 }
1877 buildCounterSearchReadsResponse--; 1877 buildCounterSearchReadsResponse--;
1878 } 1878 }
1879 1879
1880 buildUnnamed1214() { 1880 buildUnnamed1342() {
1881 var o = new core.List<core.String>(); 1881 var o = new core.List<core.String>();
1882 o.add("foo"); 1882 o.add("foo");
1883 o.add("foo"); 1883 o.add("foo");
1884 return o; 1884 return o;
1885 } 1885 }
1886 1886
1887 checkUnnamed1214(core.List<core.String> o) { 1887 checkUnnamed1342(core.List<core.String> o) {
1888 unittest.expect(o, unittest.hasLength(2)); 1888 unittest.expect(o, unittest.hasLength(2));
1889 unittest.expect(o[0], unittest.equals('foo')); 1889 unittest.expect(o[0], unittest.equals('foo'));
1890 unittest.expect(o[1], unittest.equals('foo')); 1890 unittest.expect(o[1], unittest.equals('foo'));
1891 } 1891 }
1892 1892
1893 buildUnnamed1215() { 1893 buildUnnamed1343() {
1894 var o = new core.List<core.String>(); 1894 var o = new core.List<core.String>();
1895 o.add("foo"); 1895 o.add("foo");
1896 o.add("foo"); 1896 o.add("foo");
1897 return o; 1897 return o;
1898 } 1898 }
1899 1899
1900 checkUnnamed1215(core.List<core.String> o) { 1900 checkUnnamed1343(core.List<core.String> o) {
1901 unittest.expect(o, unittest.hasLength(2)); 1901 unittest.expect(o, unittest.hasLength(2));
1902 unittest.expect(o[0], unittest.equals('foo')); 1902 unittest.expect(o[0], unittest.equals('foo'));
1903 unittest.expect(o[1], unittest.equals('foo')); 1903 unittest.expect(o[1], unittest.equals('foo'));
1904 } 1904 }
1905 1905
1906 core.int buildCounterSearchReferenceSetsRequest = 0; 1906 core.int buildCounterSearchReferenceSetsRequest = 0;
1907 buildSearchReferenceSetsRequest() { 1907 buildSearchReferenceSetsRequest() {
1908 var o = new api.SearchReferenceSetsRequest(); 1908 var o = new api.SearchReferenceSetsRequest();
1909 buildCounterSearchReferenceSetsRequest++; 1909 buildCounterSearchReferenceSetsRequest++;
1910 if (buildCounterSearchReferenceSetsRequest < 3) { 1910 if (buildCounterSearchReferenceSetsRequest < 3) {
1911 o.accessions = buildUnnamed1214(); 1911 o.accessions = buildUnnamed1342();
1912 o.md5checksums = buildUnnamed1215(); 1912 o.md5checksums = buildUnnamed1343();
1913 o.pageSize = 42; 1913 o.pageSize = 42;
1914 o.pageToken = "foo"; 1914 o.pageToken = "foo";
1915 } 1915 }
1916 buildCounterSearchReferenceSetsRequest--; 1916 buildCounterSearchReferenceSetsRequest--;
1917 return o; 1917 return o;
1918 } 1918 }
1919 1919
1920 checkSearchReferenceSetsRequest(api.SearchReferenceSetsRequest o) { 1920 checkSearchReferenceSetsRequest(api.SearchReferenceSetsRequest o) {
1921 buildCounterSearchReferenceSetsRequest++; 1921 buildCounterSearchReferenceSetsRequest++;
1922 if (buildCounterSearchReferenceSetsRequest < 3) { 1922 if (buildCounterSearchReferenceSetsRequest < 3) {
1923 checkUnnamed1214(o.accessions); 1923 checkUnnamed1342(o.accessions);
1924 checkUnnamed1215(o.md5checksums); 1924 checkUnnamed1343(o.md5checksums);
1925 unittest.expect(o.pageSize, unittest.equals(42)); 1925 unittest.expect(o.pageSize, unittest.equals(42));
1926 unittest.expect(o.pageToken, unittest.equals('foo')); 1926 unittest.expect(o.pageToken, unittest.equals('foo'));
1927 } 1927 }
1928 buildCounterSearchReferenceSetsRequest--; 1928 buildCounterSearchReferenceSetsRequest--;
1929 } 1929 }
1930 1930
1931 buildUnnamed1216() { 1931 buildUnnamed1344() {
1932 var o = new core.List<api.ReferenceSet>(); 1932 var o = new core.List<api.ReferenceSet>();
1933 o.add(buildReferenceSet()); 1933 o.add(buildReferenceSet());
1934 o.add(buildReferenceSet()); 1934 o.add(buildReferenceSet());
1935 return o; 1935 return o;
1936 } 1936 }
1937 1937
1938 checkUnnamed1216(core.List<api.ReferenceSet> o) { 1938 checkUnnamed1344(core.List<api.ReferenceSet> o) {
1939 unittest.expect(o, unittest.hasLength(2)); 1939 unittest.expect(o, unittest.hasLength(2));
1940 checkReferenceSet(o[0]); 1940 checkReferenceSet(o[0]);
1941 checkReferenceSet(o[1]); 1941 checkReferenceSet(o[1]);
1942 } 1942 }
1943 1943
1944 core.int buildCounterSearchReferenceSetsResponse = 0; 1944 core.int buildCounterSearchReferenceSetsResponse = 0;
1945 buildSearchReferenceSetsResponse() { 1945 buildSearchReferenceSetsResponse() {
1946 var o = new api.SearchReferenceSetsResponse(); 1946 var o = new api.SearchReferenceSetsResponse();
1947 buildCounterSearchReferenceSetsResponse++; 1947 buildCounterSearchReferenceSetsResponse++;
1948 if (buildCounterSearchReferenceSetsResponse < 3) { 1948 if (buildCounterSearchReferenceSetsResponse < 3) {
1949 o.nextPageToken = "foo"; 1949 o.nextPageToken = "foo";
1950 o.referenceSets = buildUnnamed1216(); 1950 o.referenceSets = buildUnnamed1344();
1951 } 1951 }
1952 buildCounterSearchReferenceSetsResponse--; 1952 buildCounterSearchReferenceSetsResponse--;
1953 return o; 1953 return o;
1954 } 1954 }
1955 1955
1956 checkSearchReferenceSetsResponse(api.SearchReferenceSetsResponse o) { 1956 checkSearchReferenceSetsResponse(api.SearchReferenceSetsResponse o) {
1957 buildCounterSearchReferenceSetsResponse++; 1957 buildCounterSearchReferenceSetsResponse++;
1958 if (buildCounterSearchReferenceSetsResponse < 3) { 1958 if (buildCounterSearchReferenceSetsResponse < 3) {
1959 unittest.expect(o.nextPageToken, unittest.equals('foo')); 1959 unittest.expect(o.nextPageToken, unittest.equals('foo'));
1960 checkUnnamed1216(o.referenceSets); 1960 checkUnnamed1344(o.referenceSets);
1961 } 1961 }
1962 buildCounterSearchReferenceSetsResponse--; 1962 buildCounterSearchReferenceSetsResponse--;
1963 } 1963 }
1964 1964
1965 buildUnnamed1217() { 1965 buildUnnamed1345() {
1966 var o = new core.List<core.String>(); 1966 var o = new core.List<core.String>();
1967 o.add("foo"); 1967 o.add("foo");
1968 o.add("foo"); 1968 o.add("foo");
1969 return o; 1969 return o;
1970 } 1970 }
1971 1971
1972 checkUnnamed1217(core.List<core.String> o) { 1972 checkUnnamed1345(core.List<core.String> o) {
1973 unittest.expect(o, unittest.hasLength(2)); 1973 unittest.expect(o, unittest.hasLength(2));
1974 unittest.expect(o[0], unittest.equals('foo')); 1974 unittest.expect(o[0], unittest.equals('foo'));
1975 unittest.expect(o[1], unittest.equals('foo')); 1975 unittest.expect(o[1], unittest.equals('foo'));
1976 } 1976 }
1977 1977
1978 buildUnnamed1218() { 1978 buildUnnamed1346() {
1979 var o = new core.List<core.String>(); 1979 var o = new core.List<core.String>();
1980 o.add("foo"); 1980 o.add("foo");
1981 o.add("foo"); 1981 o.add("foo");
1982 return o; 1982 return o;
1983 } 1983 }
1984 1984
1985 checkUnnamed1218(core.List<core.String> o) { 1985 checkUnnamed1346(core.List<core.String> o) {
1986 unittest.expect(o, unittest.hasLength(2)); 1986 unittest.expect(o, unittest.hasLength(2));
1987 unittest.expect(o[0], unittest.equals('foo')); 1987 unittest.expect(o[0], unittest.equals('foo'));
1988 unittest.expect(o[1], unittest.equals('foo')); 1988 unittest.expect(o[1], unittest.equals('foo'));
1989 } 1989 }
1990 1990
1991 core.int buildCounterSearchReferencesRequest = 0; 1991 core.int buildCounterSearchReferencesRequest = 0;
1992 buildSearchReferencesRequest() { 1992 buildSearchReferencesRequest() {
1993 var o = new api.SearchReferencesRequest(); 1993 var o = new api.SearchReferencesRequest();
1994 buildCounterSearchReferencesRequest++; 1994 buildCounterSearchReferencesRequest++;
1995 if (buildCounterSearchReferencesRequest < 3) { 1995 if (buildCounterSearchReferencesRequest < 3) {
1996 o.accessions = buildUnnamed1217(); 1996 o.accessions = buildUnnamed1345();
1997 o.md5checksums = buildUnnamed1218(); 1997 o.md5checksums = buildUnnamed1346();
1998 o.pageSize = 42; 1998 o.pageSize = 42;
1999 o.pageToken = "foo"; 1999 o.pageToken = "foo";
2000 o.referenceSetId = "foo"; 2000 o.referenceSetId = "foo";
2001 } 2001 }
2002 buildCounterSearchReferencesRequest--; 2002 buildCounterSearchReferencesRequest--;
2003 return o; 2003 return o;
2004 } 2004 }
2005 2005
2006 checkSearchReferencesRequest(api.SearchReferencesRequest o) { 2006 checkSearchReferencesRequest(api.SearchReferencesRequest o) {
2007 buildCounterSearchReferencesRequest++; 2007 buildCounterSearchReferencesRequest++;
2008 if (buildCounterSearchReferencesRequest < 3) { 2008 if (buildCounterSearchReferencesRequest < 3) {
2009 checkUnnamed1217(o.accessions); 2009 checkUnnamed1345(o.accessions);
2010 checkUnnamed1218(o.md5checksums); 2010 checkUnnamed1346(o.md5checksums);
2011 unittest.expect(o.pageSize, unittest.equals(42)); 2011 unittest.expect(o.pageSize, unittest.equals(42));
2012 unittest.expect(o.pageToken, unittest.equals('foo')); 2012 unittest.expect(o.pageToken, unittest.equals('foo'));
2013 unittest.expect(o.referenceSetId, unittest.equals('foo')); 2013 unittest.expect(o.referenceSetId, unittest.equals('foo'));
2014 } 2014 }
2015 buildCounterSearchReferencesRequest--; 2015 buildCounterSearchReferencesRequest--;
2016 } 2016 }
2017 2017
2018 buildUnnamed1219() { 2018 buildUnnamed1347() {
2019 var o = new core.List<api.Reference>(); 2019 var o = new core.List<api.Reference>();
2020 o.add(buildReference()); 2020 o.add(buildReference());
2021 o.add(buildReference()); 2021 o.add(buildReference());
2022 return o; 2022 return o;
2023 } 2023 }
2024 2024
2025 checkUnnamed1219(core.List<api.Reference> o) { 2025 checkUnnamed1347(core.List<api.Reference> o) {
2026 unittest.expect(o, unittest.hasLength(2)); 2026 unittest.expect(o, unittest.hasLength(2));
2027 checkReference(o[0]); 2027 checkReference(o[0]);
2028 checkReference(o[1]); 2028 checkReference(o[1]);
2029 } 2029 }
2030 2030
2031 core.int buildCounterSearchReferencesResponse = 0; 2031 core.int buildCounterSearchReferencesResponse = 0;
2032 buildSearchReferencesResponse() { 2032 buildSearchReferencesResponse() {
2033 var o = new api.SearchReferencesResponse(); 2033 var o = new api.SearchReferencesResponse();
2034 buildCounterSearchReferencesResponse++; 2034 buildCounterSearchReferencesResponse++;
2035 if (buildCounterSearchReferencesResponse < 3) { 2035 if (buildCounterSearchReferencesResponse < 3) {
2036 o.nextPageToken = "foo"; 2036 o.nextPageToken = "foo";
2037 o.references = buildUnnamed1219(); 2037 o.references = buildUnnamed1347();
2038 } 2038 }
2039 buildCounterSearchReferencesResponse--; 2039 buildCounterSearchReferencesResponse--;
2040 return o; 2040 return o;
2041 } 2041 }
2042 2042
2043 checkSearchReferencesResponse(api.SearchReferencesResponse o) { 2043 checkSearchReferencesResponse(api.SearchReferencesResponse o) {
2044 buildCounterSearchReferencesResponse++; 2044 buildCounterSearchReferencesResponse++;
2045 if (buildCounterSearchReferencesResponse < 3) { 2045 if (buildCounterSearchReferencesResponse < 3) {
2046 unittest.expect(o.nextPageToken, unittest.equals('foo')); 2046 unittest.expect(o.nextPageToken, unittest.equals('foo'));
2047 checkUnnamed1219(o.references); 2047 checkUnnamed1347(o.references);
2048 } 2048 }
2049 buildCounterSearchReferencesResponse--; 2049 buildCounterSearchReferencesResponse--;
2050 } 2050 }
2051 2051
2052 buildUnnamed1220() { 2052 buildUnnamed1348() {
2053 var o = new core.List<core.String>(); 2053 var o = new core.List<core.String>();
2054 o.add("foo"); 2054 o.add("foo");
2055 o.add("foo"); 2055 o.add("foo");
2056 return o; 2056 return o;
2057 } 2057 }
2058 2058
2059 checkUnnamed1220(core.List<core.String> o) { 2059 checkUnnamed1348(core.List<core.String> o) {
2060 unittest.expect(o, unittest.hasLength(2)); 2060 unittest.expect(o, unittest.hasLength(2));
2061 unittest.expect(o[0], unittest.equals('foo')); 2061 unittest.expect(o[0], unittest.equals('foo'));
2062 unittest.expect(o[1], unittest.equals('foo')); 2062 unittest.expect(o[1], unittest.equals('foo'));
2063 } 2063 }
2064 2064
2065 core.int buildCounterSearchVariantSetsRequest = 0; 2065 core.int buildCounterSearchVariantSetsRequest = 0;
2066 buildSearchVariantSetsRequest() { 2066 buildSearchVariantSetsRequest() {
2067 var o = new api.SearchVariantSetsRequest(); 2067 var o = new api.SearchVariantSetsRequest();
2068 buildCounterSearchVariantSetsRequest++; 2068 buildCounterSearchVariantSetsRequest++;
2069 if (buildCounterSearchVariantSetsRequest < 3) { 2069 if (buildCounterSearchVariantSetsRequest < 3) {
2070 o.datasetIds = buildUnnamed1220(); 2070 o.datasetIds = buildUnnamed1348();
2071 o.pageSize = 42; 2071 o.pageSize = 42;
2072 o.pageToken = "foo"; 2072 o.pageToken = "foo";
2073 } 2073 }
2074 buildCounterSearchVariantSetsRequest--; 2074 buildCounterSearchVariantSetsRequest--;
2075 return o; 2075 return o;
2076 } 2076 }
2077 2077
2078 checkSearchVariantSetsRequest(api.SearchVariantSetsRequest o) { 2078 checkSearchVariantSetsRequest(api.SearchVariantSetsRequest o) {
2079 buildCounterSearchVariantSetsRequest++; 2079 buildCounterSearchVariantSetsRequest++;
2080 if (buildCounterSearchVariantSetsRequest < 3) { 2080 if (buildCounterSearchVariantSetsRequest < 3) {
2081 checkUnnamed1220(o.datasetIds); 2081 checkUnnamed1348(o.datasetIds);
2082 unittest.expect(o.pageSize, unittest.equals(42)); 2082 unittest.expect(o.pageSize, unittest.equals(42));
2083 unittest.expect(o.pageToken, unittest.equals('foo')); 2083 unittest.expect(o.pageToken, unittest.equals('foo'));
2084 } 2084 }
2085 buildCounterSearchVariantSetsRequest--; 2085 buildCounterSearchVariantSetsRequest--;
2086 } 2086 }
2087 2087
2088 buildUnnamed1221() { 2088 buildUnnamed1349() {
2089 var o = new core.List<api.VariantSet>(); 2089 var o = new core.List<api.VariantSet>();
2090 o.add(buildVariantSet()); 2090 o.add(buildVariantSet());
2091 o.add(buildVariantSet()); 2091 o.add(buildVariantSet());
2092 return o; 2092 return o;
2093 } 2093 }
2094 2094
2095 checkUnnamed1221(core.List<api.VariantSet> o) { 2095 checkUnnamed1349(core.List<api.VariantSet> o) {
2096 unittest.expect(o, unittest.hasLength(2)); 2096 unittest.expect(o, unittest.hasLength(2));
2097 checkVariantSet(o[0]); 2097 checkVariantSet(o[0]);
2098 checkVariantSet(o[1]); 2098 checkVariantSet(o[1]);
2099 } 2099 }
2100 2100
2101 core.int buildCounterSearchVariantSetsResponse = 0; 2101 core.int buildCounterSearchVariantSetsResponse = 0;
2102 buildSearchVariantSetsResponse() { 2102 buildSearchVariantSetsResponse() {
2103 var o = new api.SearchVariantSetsResponse(); 2103 var o = new api.SearchVariantSetsResponse();
2104 buildCounterSearchVariantSetsResponse++; 2104 buildCounterSearchVariantSetsResponse++;
2105 if (buildCounterSearchVariantSetsResponse < 3) { 2105 if (buildCounterSearchVariantSetsResponse < 3) {
2106 o.nextPageToken = "foo"; 2106 o.nextPageToken = "foo";
2107 o.variantSets = buildUnnamed1221(); 2107 o.variantSets = buildUnnamed1349();
2108 } 2108 }
2109 buildCounterSearchVariantSetsResponse--; 2109 buildCounterSearchVariantSetsResponse--;
2110 return o; 2110 return o;
2111 } 2111 }
2112 2112
2113 checkSearchVariantSetsResponse(api.SearchVariantSetsResponse o) { 2113 checkSearchVariantSetsResponse(api.SearchVariantSetsResponse o) {
2114 buildCounterSearchVariantSetsResponse++; 2114 buildCounterSearchVariantSetsResponse++;
2115 if (buildCounterSearchVariantSetsResponse < 3) { 2115 if (buildCounterSearchVariantSetsResponse < 3) {
2116 unittest.expect(o.nextPageToken, unittest.equals('foo')); 2116 unittest.expect(o.nextPageToken, unittest.equals('foo'));
2117 checkUnnamed1221(o.variantSets); 2117 checkUnnamed1349(o.variantSets);
2118 } 2118 }
2119 buildCounterSearchVariantSetsResponse--; 2119 buildCounterSearchVariantSetsResponse--;
2120 } 2120 }
2121 2121
2122 buildUnnamed1222() { 2122 buildUnnamed1350() {
2123 var o = new core.List<core.String>(); 2123 var o = new core.List<core.String>();
2124 o.add("foo"); 2124 o.add("foo");
2125 o.add("foo"); 2125 o.add("foo");
2126 return o; 2126 return o;
2127 } 2127 }
2128 2128
2129 checkUnnamed1222(core.List<core.String> o) { 2129 checkUnnamed1350(core.List<core.String> o) {
2130 unittest.expect(o, unittest.hasLength(2)); 2130 unittest.expect(o, unittest.hasLength(2));
2131 unittest.expect(o[0], unittest.equals('foo')); 2131 unittest.expect(o[0], unittest.equals('foo'));
2132 unittest.expect(o[1], unittest.equals('foo')); 2132 unittest.expect(o[1], unittest.equals('foo'));
2133 } 2133 }
2134 2134
2135 buildUnnamed1223() { 2135 buildUnnamed1351() {
2136 var o = new core.List<core.String>(); 2136 var o = new core.List<core.String>();
2137 o.add("foo"); 2137 o.add("foo");
2138 o.add("foo"); 2138 o.add("foo");
2139 return o; 2139 return o;
2140 } 2140 }
2141 2141
2142 checkUnnamed1223(core.List<core.String> o) { 2142 checkUnnamed1351(core.List<core.String> o) {
2143 unittest.expect(o, unittest.hasLength(2)); 2143 unittest.expect(o, unittest.hasLength(2));
2144 unittest.expect(o[0], unittest.equals('foo')); 2144 unittest.expect(o[0], unittest.equals('foo'));
2145 unittest.expect(o[1], unittest.equals('foo')); 2145 unittest.expect(o[1], unittest.equals('foo'));
2146 } 2146 }
2147 2147
2148 core.int buildCounterSearchVariantsRequest = 0; 2148 core.int buildCounterSearchVariantsRequest = 0;
2149 buildSearchVariantsRequest() { 2149 buildSearchVariantsRequest() {
2150 var o = new api.SearchVariantsRequest(); 2150 var o = new api.SearchVariantsRequest();
2151 buildCounterSearchVariantsRequest++; 2151 buildCounterSearchVariantsRequest++;
2152 if (buildCounterSearchVariantsRequest < 3) { 2152 if (buildCounterSearchVariantsRequest < 3) {
2153 o.callSetIds = buildUnnamed1222(); 2153 o.callSetIds = buildUnnamed1350();
2154 o.end = "foo"; 2154 o.end = "foo";
2155 o.maxCalls = 42; 2155 o.maxCalls = 42;
2156 o.pageSize = 42; 2156 o.pageSize = 42;
2157 o.pageToken = "foo"; 2157 o.pageToken = "foo";
2158 o.referenceName = "foo"; 2158 o.referenceName = "foo";
2159 o.start = "foo"; 2159 o.start = "foo";
2160 o.variantName = "foo"; 2160 o.variantName = "foo";
2161 o.variantSetIds = buildUnnamed1223(); 2161 o.variantSetIds = buildUnnamed1351();
2162 } 2162 }
2163 buildCounterSearchVariantsRequest--; 2163 buildCounterSearchVariantsRequest--;
2164 return o; 2164 return o;
2165 } 2165 }
2166 2166
2167 checkSearchVariantsRequest(api.SearchVariantsRequest o) { 2167 checkSearchVariantsRequest(api.SearchVariantsRequest o) {
2168 buildCounterSearchVariantsRequest++; 2168 buildCounterSearchVariantsRequest++;
2169 if (buildCounterSearchVariantsRequest < 3) { 2169 if (buildCounterSearchVariantsRequest < 3) {
2170 checkUnnamed1222(o.callSetIds); 2170 checkUnnamed1350(o.callSetIds);
2171 unittest.expect(o.end, unittest.equals('foo')); 2171 unittest.expect(o.end, unittest.equals('foo'));
2172 unittest.expect(o.maxCalls, unittest.equals(42)); 2172 unittest.expect(o.maxCalls, unittest.equals(42));
2173 unittest.expect(o.pageSize, unittest.equals(42)); 2173 unittest.expect(o.pageSize, unittest.equals(42));
2174 unittest.expect(o.pageToken, unittest.equals('foo')); 2174 unittest.expect(o.pageToken, unittest.equals('foo'));
2175 unittest.expect(o.referenceName, unittest.equals('foo')); 2175 unittest.expect(o.referenceName, unittest.equals('foo'));
2176 unittest.expect(o.start, unittest.equals('foo')); 2176 unittest.expect(o.start, unittest.equals('foo'));
2177 unittest.expect(o.variantName, unittest.equals('foo')); 2177 unittest.expect(o.variantName, unittest.equals('foo'));
2178 checkUnnamed1223(o.variantSetIds); 2178 checkUnnamed1351(o.variantSetIds);
2179 } 2179 }
2180 buildCounterSearchVariantsRequest--; 2180 buildCounterSearchVariantsRequest--;
2181 } 2181 }
2182 2182
2183 buildUnnamed1224() { 2183 buildUnnamed1352() {
2184 var o = new core.List<api.Variant>(); 2184 var o = new core.List<api.Variant>();
2185 o.add(buildVariant()); 2185 o.add(buildVariant());
2186 o.add(buildVariant()); 2186 o.add(buildVariant());
2187 return o; 2187 return o;
2188 } 2188 }
2189 2189
2190 checkUnnamed1224(core.List<api.Variant> o) { 2190 checkUnnamed1352(core.List<api.Variant> o) {
2191 unittest.expect(o, unittest.hasLength(2)); 2191 unittest.expect(o, unittest.hasLength(2));
2192 checkVariant(o[0]); 2192 checkVariant(o[0]);
2193 checkVariant(o[1]); 2193 checkVariant(o[1]);
2194 } 2194 }
2195 2195
2196 core.int buildCounterSearchVariantsResponse = 0; 2196 core.int buildCounterSearchVariantsResponse = 0;
2197 buildSearchVariantsResponse() { 2197 buildSearchVariantsResponse() {
2198 var o = new api.SearchVariantsResponse(); 2198 var o = new api.SearchVariantsResponse();
2199 buildCounterSearchVariantsResponse++; 2199 buildCounterSearchVariantsResponse++;
2200 if (buildCounterSearchVariantsResponse < 3) { 2200 if (buildCounterSearchVariantsResponse < 3) {
2201 o.nextPageToken = "foo"; 2201 o.nextPageToken = "foo";
2202 o.variants = buildUnnamed1224(); 2202 o.variants = buildUnnamed1352();
2203 } 2203 }
2204 buildCounterSearchVariantsResponse--; 2204 buildCounterSearchVariantsResponse--;
2205 return o; 2205 return o;
2206 } 2206 }
2207 2207
2208 checkSearchVariantsResponse(api.SearchVariantsResponse o) { 2208 checkSearchVariantsResponse(api.SearchVariantsResponse o) {
2209 buildCounterSearchVariantsResponse++; 2209 buildCounterSearchVariantsResponse++;
2210 if (buildCounterSearchVariantsResponse < 3) { 2210 if (buildCounterSearchVariantsResponse < 3) {
2211 unittest.expect(o.nextPageToken, unittest.equals('foo')); 2211 unittest.expect(o.nextPageToken, unittest.equals('foo'));
2212 checkUnnamed1224(o.variants); 2212 checkUnnamed1352(o.variants);
2213 } 2213 }
2214 buildCounterSearchVariantsResponse--; 2214 buildCounterSearchVariantsResponse--;
2215 } 2215 }
2216 2216
2217 buildUnnamed1225() { 2217 buildUnnamed1353() {
2218 var o = new core.List<core.String>(); 2218 var o = new core.List<core.String>();
2219 o.add("foo"); 2219 o.add("foo");
2220 o.add("foo"); 2220 o.add("foo");
2221 return o; 2221 return o;
2222 } 2222 }
2223 2223
2224 checkUnnamed1225(core.List<core.String> o) { 2224 checkUnnamed1353(core.List<core.String> o) {
2225 unittest.expect(o, unittest.hasLength(2)); 2225 unittest.expect(o, unittest.hasLength(2));
2226 unittest.expect(o[0], unittest.equals('foo')); 2226 unittest.expect(o[0], unittest.equals('foo'));
2227 unittest.expect(o[1], unittest.equals('foo')); 2227 unittest.expect(o[1], unittest.equals('foo'));
2228 } 2228 }
2229 2229
2230 buildUnnamed1226() { 2230 buildUnnamed1354() {
2231 var o = new core.List<api.Call>(); 2231 var o = new core.List<api.Call>();
2232 o.add(buildCall()); 2232 o.add(buildCall());
2233 o.add(buildCall()); 2233 o.add(buildCall());
2234 return o; 2234 return o;
2235 } 2235 }
2236 2236
2237 checkUnnamed1226(core.List<api.Call> o) { 2237 checkUnnamed1354(core.List<api.Call> o) {
2238 unittest.expect(o, unittest.hasLength(2)); 2238 unittest.expect(o, unittest.hasLength(2));
2239 checkCall(o[0]); 2239 checkCall(o[0]);
2240 checkCall(o[1]); 2240 checkCall(o[1]);
2241 } 2241 }
2242 2242
2243 buildUnnamed1227() { 2243 buildUnnamed1355() {
2244 var o = new core.List<core.String>(); 2244 var o = new core.List<core.String>();
2245 o.add("foo"); 2245 o.add("foo");
2246 o.add("foo"); 2246 o.add("foo");
2247 return o; 2247 return o;
2248 } 2248 }
2249 2249
2250 checkUnnamed1227(core.List<core.String> o) { 2250 checkUnnamed1355(core.List<core.String> o) {
2251 unittest.expect(o, unittest.hasLength(2)); 2251 unittest.expect(o, unittest.hasLength(2));
2252 unittest.expect(o[0], unittest.equals('foo')); 2252 unittest.expect(o[0], unittest.equals('foo'));
2253 unittest.expect(o[1], unittest.equals('foo')); 2253 unittest.expect(o[1], unittest.equals('foo'));
2254 } 2254 }
2255 2255
2256 buildUnnamed1228() { 2256 buildUnnamed1356() {
2257 var o = new core.List<core.String>(); 2257 var o = new core.List<core.String>();
2258 o.add("foo"); 2258 o.add("foo");
2259 o.add("foo"); 2259 o.add("foo");
2260 return o; 2260 return o;
2261 } 2261 }
2262 2262
2263 checkUnnamed1228(core.List<core.String> o) { 2263 checkUnnamed1356(core.List<core.String> o) {
2264 unittest.expect(o, unittest.hasLength(2)); 2264 unittest.expect(o, unittest.hasLength(2));
2265 unittest.expect(o[0], unittest.equals('foo')); 2265 unittest.expect(o[0], unittest.equals('foo'));
2266 unittest.expect(o[1], unittest.equals('foo')); 2266 unittest.expect(o[1], unittest.equals('foo'));
2267 } 2267 }
2268 2268
2269 buildUnnamed1229() { 2269 buildUnnamed1357() {
2270 var o = new core.Map<core.String, core.List<core.String>>(); 2270 var o = new core.Map<core.String, core.List<core.String>>();
2271 o["x"] = buildUnnamed1228(); 2271 o["x"] = buildUnnamed1356();
2272 o["y"] = buildUnnamed1228(); 2272 o["y"] = buildUnnamed1356();
2273 return o; 2273 return o;
2274 } 2274 }
2275 2275
2276 checkUnnamed1229(core.Map<core.String, core.List<core.String>> o) { 2276 checkUnnamed1357(core.Map<core.String, core.List<core.String>> o) {
2277 unittest.expect(o, unittest.hasLength(2)); 2277 unittest.expect(o, unittest.hasLength(2));
2278 checkUnnamed1228(o["x"]); 2278 checkUnnamed1356(o["x"]);
2279 checkUnnamed1228(o["y"]); 2279 checkUnnamed1356(o["y"]);
2280 } 2280 }
2281 2281
2282 buildUnnamed1230() { 2282 buildUnnamed1358() {
2283 var o = new core.List<core.String>(); 2283 var o = new core.List<core.String>();
2284 o.add("foo"); 2284 o.add("foo");
2285 o.add("foo"); 2285 o.add("foo");
2286 return o; 2286 return o;
2287 } 2287 }
2288 2288
2289 checkUnnamed1230(core.List<core.String> o) { 2289 checkUnnamed1358(core.List<core.String> o) {
2290 unittest.expect(o, unittest.hasLength(2)); 2290 unittest.expect(o, unittest.hasLength(2));
2291 unittest.expect(o[0], unittest.equals('foo')); 2291 unittest.expect(o[0], unittest.equals('foo'));
2292 unittest.expect(o[1], unittest.equals('foo')); 2292 unittest.expect(o[1], unittest.equals('foo'));
2293 } 2293 }
2294 2294
2295 core.int buildCounterVariant = 0; 2295 core.int buildCounterVariant = 0;
2296 buildVariant() { 2296 buildVariant() {
2297 var o = new api.Variant(); 2297 var o = new api.Variant();
2298 buildCounterVariant++; 2298 buildCounterVariant++;
2299 if (buildCounterVariant < 3) { 2299 if (buildCounterVariant < 3) {
2300 o.alternateBases = buildUnnamed1225(); 2300 o.alternateBases = buildUnnamed1353();
2301 o.calls = buildUnnamed1226(); 2301 o.calls = buildUnnamed1354();
2302 o.created = "foo"; 2302 o.created = "foo";
2303 o.end = "foo"; 2303 o.end = "foo";
2304 o.filter = buildUnnamed1227(); 2304 o.filter = buildUnnamed1355();
2305 o.id = "foo"; 2305 o.id = "foo";
2306 o.info = buildUnnamed1229(); 2306 o.info = buildUnnamed1357();
2307 o.names = buildUnnamed1230(); 2307 o.names = buildUnnamed1358();
2308 o.quality = 42.0; 2308 o.quality = 42.0;
2309 o.referenceBases = "foo"; 2309 o.referenceBases = "foo";
2310 o.referenceName = "foo"; 2310 o.referenceName = "foo";
2311 o.start = "foo"; 2311 o.start = "foo";
2312 o.variantSetId = "foo"; 2312 o.variantSetId = "foo";
2313 } 2313 }
2314 buildCounterVariant--; 2314 buildCounterVariant--;
2315 return o; 2315 return o;
2316 } 2316 }
2317 2317
2318 checkVariant(api.Variant o) { 2318 checkVariant(api.Variant o) {
2319 buildCounterVariant++; 2319 buildCounterVariant++;
2320 if (buildCounterVariant < 3) { 2320 if (buildCounterVariant < 3) {
2321 checkUnnamed1225(o.alternateBases); 2321 checkUnnamed1353(o.alternateBases);
2322 checkUnnamed1226(o.calls); 2322 checkUnnamed1354(o.calls);
2323 unittest.expect(o.created, unittest.equals('foo')); 2323 unittest.expect(o.created, unittest.equals('foo'));
2324 unittest.expect(o.end, unittest.equals('foo')); 2324 unittest.expect(o.end, unittest.equals('foo'));
2325 checkUnnamed1227(o.filter); 2325 checkUnnamed1355(o.filter);
2326 unittest.expect(o.id, unittest.equals('foo')); 2326 unittest.expect(o.id, unittest.equals('foo'));
2327 checkUnnamed1229(o.info); 2327 checkUnnamed1357(o.info);
2328 checkUnnamed1230(o.names); 2328 checkUnnamed1358(o.names);
2329 unittest.expect(o.quality, unittest.equals(42.0)); 2329 unittest.expect(o.quality, unittest.equals(42.0));
2330 unittest.expect(o.referenceBases, unittest.equals('foo')); 2330 unittest.expect(o.referenceBases, unittest.equals('foo'));
2331 unittest.expect(o.referenceName, unittest.equals('foo')); 2331 unittest.expect(o.referenceName, unittest.equals('foo'));
2332 unittest.expect(o.start, unittest.equals('foo')); 2332 unittest.expect(o.start, unittest.equals('foo'));
2333 unittest.expect(o.variantSetId, unittest.equals('foo')); 2333 unittest.expect(o.variantSetId, unittest.equals('foo'));
2334 } 2334 }
2335 buildCounterVariant--; 2335 buildCounterVariant--;
2336 } 2336 }
2337 2337
2338 buildUnnamed1231() { 2338 buildUnnamed1359() {
2339 var o = new core.List<api.Metadata>(); 2339 var o = new core.List<api.Metadata>();
2340 o.add(buildMetadata()); 2340 o.add(buildMetadata());
2341 o.add(buildMetadata()); 2341 o.add(buildMetadata());
2342 return o; 2342 return o;
2343 } 2343 }
2344 2344
2345 checkUnnamed1231(core.List<api.Metadata> o) { 2345 checkUnnamed1359(core.List<api.Metadata> o) {
2346 unittest.expect(o, unittest.hasLength(2)); 2346 unittest.expect(o, unittest.hasLength(2));
2347 checkMetadata(o[0]); 2347 checkMetadata(o[0]);
2348 checkMetadata(o[1]); 2348 checkMetadata(o[1]);
2349 } 2349 }
2350 2350
2351 buildUnnamed1232() { 2351 buildUnnamed1360() {
2352 var o = new core.List<api.ReferenceBound>(); 2352 var o = new core.List<api.ReferenceBound>();
2353 o.add(buildReferenceBound()); 2353 o.add(buildReferenceBound());
2354 o.add(buildReferenceBound()); 2354 o.add(buildReferenceBound());
2355 return o; 2355 return o;
2356 } 2356 }
2357 2357
2358 checkUnnamed1232(core.List<api.ReferenceBound> o) { 2358 checkUnnamed1360(core.List<api.ReferenceBound> o) {
2359 unittest.expect(o, unittest.hasLength(2)); 2359 unittest.expect(o, unittest.hasLength(2));
2360 checkReferenceBound(o[0]); 2360 checkReferenceBound(o[0]);
2361 checkReferenceBound(o[1]); 2361 checkReferenceBound(o[1]);
2362 } 2362 }
2363 2363
2364 core.int buildCounterVariantSet = 0; 2364 core.int buildCounterVariantSet = 0;
2365 buildVariantSet() { 2365 buildVariantSet() {
2366 var o = new api.VariantSet(); 2366 var o = new api.VariantSet();
2367 buildCounterVariantSet++; 2367 buildCounterVariantSet++;
2368 if (buildCounterVariantSet < 3) { 2368 if (buildCounterVariantSet < 3) {
2369 o.datasetId = "foo"; 2369 o.datasetId = "foo";
2370 o.id = "foo"; 2370 o.id = "foo";
2371 o.metadata = buildUnnamed1231(); 2371 o.metadata = buildUnnamed1359();
2372 o.referenceBounds = buildUnnamed1232(); 2372 o.referenceBounds = buildUnnamed1360();
2373 } 2373 }
2374 buildCounterVariantSet--; 2374 buildCounterVariantSet--;
2375 return o; 2375 return o;
2376 } 2376 }
2377 2377
2378 checkVariantSet(api.VariantSet o) { 2378 checkVariantSet(api.VariantSet o) {
2379 buildCounterVariantSet++; 2379 buildCounterVariantSet++;
2380 if (buildCounterVariantSet < 3) { 2380 if (buildCounterVariantSet < 3) {
2381 unittest.expect(o.datasetId, unittest.equals('foo')); 2381 unittest.expect(o.datasetId, unittest.equals('foo'));
2382 unittest.expect(o.id, unittest.equals('foo')); 2382 unittest.expect(o.id, unittest.equals('foo'));
2383 checkUnnamed1231(o.metadata); 2383 checkUnnamed1359(o.metadata);
2384 checkUnnamed1232(o.referenceBounds); 2384 checkUnnamed1360(o.referenceBounds);
2385 } 2385 }
2386 buildCounterVariantSet--; 2386 buildCounterVariantSet--;
2387 } 2387 }
2388 2388
2389 2389
2390 main() { 2390 main() {
2391 unittest.group("obj-schema-AlignReadGroupSetsRequest", () { 2391 unittest.group("obj-schema-AlignReadGroupSetsRequest", () {
2392 unittest.test("to-json--from-json", () { 2392 unittest.test("to-json--from-json", () {
2393 var o = buildAlignReadGroupSetsRequest(); 2393 var o = buildAlignReadGroupSetsRequest();
2394 var od = new api.AlignReadGroupSetsRequest.fromJson(o.toJson()); 2394 var od = new api.AlignReadGroupSetsRequest.fromJson(o.toJson());
(...skipping 2896 matching lines...) Expand 10 before | Expand all | Expand 10 after
5291 res.update(arg_request, arg_variantSetId).then(unittest.expectAsync(((api. VariantSet response) { 5291 res.update(arg_request, arg_variantSetId).then(unittest.expectAsync(((api. VariantSet response) {
5292 checkVariantSet(response); 5292 checkVariantSet(response);
5293 }))); 5293 })));
5294 }); 5294 });
5295 5295
5296 }); 5296 });
5297 5297
5298 5298
5299 } 5299 }
5300 5300
OLDNEW
« no previous file with comments | « generated/googleapis_beta/test/dns/v1beta1_test.dart ('k') | generated/googleapis_beta/test/genomics/v1beta_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698