OLD | NEW |
1 library googleapis_beta.sqladmin.v1beta4.test; | 1 library googleapis_beta.sqladmin.v1beta4.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; |
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
135 unittest.expect(o.kind, unittest.equals('foo')); | 135 unittest.expect(o.kind, unittest.equals('foo')); |
136 unittest.expect(o.selfLink, unittest.equals('foo')); | 136 unittest.expect(o.selfLink, unittest.equals('foo')); |
137 unittest.expect(o.startTime, unittest.equals(core.DateTime.parse("2002-02-27
T14:01:02"))); | 137 unittest.expect(o.startTime, unittest.equals(core.DateTime.parse("2002-02-27
T14:01:02"))); |
138 unittest.expect(o.status, unittest.equals('foo')); | 138 unittest.expect(o.status, unittest.equals('foo')); |
139 unittest.expect(o.type, unittest.equals('foo')); | 139 unittest.expect(o.type, unittest.equals('foo')); |
140 unittest.expect(o.windowStartTime, unittest.equals(core.DateTime.parse("2002
-02-27T14:01:02"))); | 140 unittest.expect(o.windowStartTime, unittest.equals(core.DateTime.parse("2002
-02-27T14:01:02"))); |
141 } | 141 } |
142 buildCounterBackupRun--; | 142 buildCounterBackupRun--; |
143 } | 143 } |
144 | 144 |
145 buildUnnamed3263() { | 145 buildUnnamed3373() { |
146 var o = new core.List<api.BackupRun>(); | 146 var o = new core.List<api.BackupRun>(); |
147 o.add(buildBackupRun()); | 147 o.add(buildBackupRun()); |
148 o.add(buildBackupRun()); | 148 o.add(buildBackupRun()); |
149 return o; | 149 return o; |
150 } | 150 } |
151 | 151 |
152 checkUnnamed3263(core.List<api.BackupRun> o) { | 152 checkUnnamed3373(core.List<api.BackupRun> o) { |
153 unittest.expect(o, unittest.hasLength(2)); | 153 unittest.expect(o, unittest.hasLength(2)); |
154 checkBackupRun(o[0]); | 154 checkBackupRun(o[0]); |
155 checkBackupRun(o[1]); | 155 checkBackupRun(o[1]); |
156 } | 156 } |
157 | 157 |
158 core.int buildCounterBackupRunsListResponse = 0; | 158 core.int buildCounterBackupRunsListResponse = 0; |
159 buildBackupRunsListResponse() { | 159 buildBackupRunsListResponse() { |
160 var o = new api.BackupRunsListResponse(); | 160 var o = new api.BackupRunsListResponse(); |
161 buildCounterBackupRunsListResponse++; | 161 buildCounterBackupRunsListResponse++; |
162 if (buildCounterBackupRunsListResponse < 3) { | 162 if (buildCounterBackupRunsListResponse < 3) { |
163 o.items = buildUnnamed3263(); | 163 o.items = buildUnnamed3373(); |
164 o.kind = "foo"; | 164 o.kind = "foo"; |
165 o.nextPageToken = "foo"; | 165 o.nextPageToken = "foo"; |
166 } | 166 } |
167 buildCounterBackupRunsListResponse--; | 167 buildCounterBackupRunsListResponse--; |
168 return o; | 168 return o; |
169 } | 169 } |
170 | 170 |
171 checkBackupRunsListResponse(api.BackupRunsListResponse o) { | 171 checkBackupRunsListResponse(api.BackupRunsListResponse o) { |
172 buildCounterBackupRunsListResponse++; | 172 buildCounterBackupRunsListResponse++; |
173 if (buildCounterBackupRunsListResponse < 3) { | 173 if (buildCounterBackupRunsListResponse < 3) { |
174 checkUnnamed3263(o.items); | 174 checkUnnamed3373(o.items); |
175 unittest.expect(o.kind, unittest.equals('foo')); | 175 unittest.expect(o.kind, unittest.equals('foo')); |
176 unittest.expect(o.nextPageToken, unittest.equals('foo')); | 176 unittest.expect(o.nextPageToken, unittest.equals('foo')); |
177 } | 177 } |
178 buildCounterBackupRunsListResponse--; | 178 buildCounterBackupRunsListResponse--; |
179 } | 179 } |
180 | 180 |
181 core.int buildCounterBinLogCoordinates = 0; | 181 core.int buildCounterBinLogCoordinates = 0; |
182 buildBinLogCoordinates() { | 182 buildBinLogCoordinates() { |
183 var o = new api.BinLogCoordinates(); | 183 var o = new api.BinLogCoordinates(); |
184 buildCounterBinLogCoordinates++; | 184 buildCounterBinLogCoordinates++; |
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
292 | 292 |
293 checkDatabaseInstanceFailoverReplica(api.DatabaseInstanceFailoverReplica o) { | 293 checkDatabaseInstanceFailoverReplica(api.DatabaseInstanceFailoverReplica o) { |
294 buildCounterDatabaseInstanceFailoverReplica++; | 294 buildCounterDatabaseInstanceFailoverReplica++; |
295 if (buildCounterDatabaseInstanceFailoverReplica < 3) { | 295 if (buildCounterDatabaseInstanceFailoverReplica < 3) { |
296 unittest.expect(o.available, unittest.isTrue); | 296 unittest.expect(o.available, unittest.isTrue); |
297 unittest.expect(o.name, unittest.equals('foo')); | 297 unittest.expect(o.name, unittest.equals('foo')); |
298 } | 298 } |
299 buildCounterDatabaseInstanceFailoverReplica--; | 299 buildCounterDatabaseInstanceFailoverReplica--; |
300 } | 300 } |
301 | 301 |
302 buildUnnamed3264() { | 302 buildUnnamed3374() { |
303 var o = new core.List<api.IpMapping>(); | 303 var o = new core.List<api.IpMapping>(); |
304 o.add(buildIpMapping()); | 304 o.add(buildIpMapping()); |
305 o.add(buildIpMapping()); | 305 o.add(buildIpMapping()); |
306 return o; | 306 return o; |
307 } | 307 } |
308 | 308 |
309 checkUnnamed3264(core.List<api.IpMapping> o) { | 309 checkUnnamed3374(core.List<api.IpMapping> o) { |
310 unittest.expect(o, unittest.hasLength(2)); | 310 unittest.expect(o, unittest.hasLength(2)); |
311 checkIpMapping(o[0]); | 311 checkIpMapping(o[0]); |
312 checkIpMapping(o[1]); | 312 checkIpMapping(o[1]); |
313 } | 313 } |
314 | 314 |
315 buildUnnamed3265() { | 315 buildUnnamed3375() { |
316 var o = new core.List<core.String>(); | 316 var o = new core.List<core.String>(); |
317 o.add("foo"); | 317 o.add("foo"); |
318 o.add("foo"); | 318 o.add("foo"); |
319 return o; | 319 return o; |
320 } | 320 } |
321 | 321 |
322 checkUnnamed3265(core.List<core.String> o) { | 322 checkUnnamed3375(core.List<core.String> o) { |
323 unittest.expect(o, unittest.hasLength(2)); | 323 unittest.expect(o, unittest.hasLength(2)); |
324 unittest.expect(o[0], unittest.equals('foo')); | 324 unittest.expect(o[0], unittest.equals('foo')); |
325 unittest.expect(o[1], unittest.equals('foo')); | 325 unittest.expect(o[1], unittest.equals('foo')); |
326 } | 326 } |
327 | 327 |
328 buildUnnamed3266() { | 328 buildUnnamed3376() { |
329 var o = new core.List<core.String>(); | 329 var o = new core.List<core.String>(); |
330 o.add("foo"); | 330 o.add("foo"); |
331 o.add("foo"); | 331 o.add("foo"); |
332 return o; | 332 return o; |
333 } | 333 } |
334 | 334 |
335 checkUnnamed3266(core.List<core.String> o) { | 335 checkUnnamed3376(core.List<core.String> o) { |
336 unittest.expect(o, unittest.hasLength(2)); | 336 unittest.expect(o, unittest.hasLength(2)); |
337 unittest.expect(o[0], unittest.equals('foo')); | 337 unittest.expect(o[0], unittest.equals('foo')); |
338 unittest.expect(o[1], unittest.equals('foo')); | 338 unittest.expect(o[1], unittest.equals('foo')); |
339 } | 339 } |
340 | 340 |
341 core.int buildCounterDatabaseInstance = 0; | 341 core.int buildCounterDatabaseInstance = 0; |
342 buildDatabaseInstance() { | 342 buildDatabaseInstance() { |
343 var o = new api.DatabaseInstance(); | 343 var o = new api.DatabaseInstance(); |
344 buildCounterDatabaseInstance++; | 344 buildCounterDatabaseInstance++; |
345 if (buildCounterDatabaseInstance < 3) { | 345 if (buildCounterDatabaseInstance < 3) { |
346 o.backendType = "foo"; | 346 o.backendType = "foo"; |
347 o.connectionName = "foo"; | 347 o.connectionName = "foo"; |
348 o.currentDiskSize = "foo"; | 348 o.currentDiskSize = "foo"; |
349 o.databaseVersion = "foo"; | 349 o.databaseVersion = "foo"; |
350 o.etag = "foo"; | 350 o.etag = "foo"; |
351 o.failoverReplica = buildDatabaseInstanceFailoverReplica(); | 351 o.failoverReplica = buildDatabaseInstanceFailoverReplica(); |
352 o.instanceType = "foo"; | 352 o.instanceType = "foo"; |
353 o.ipAddresses = buildUnnamed3264(); | 353 o.ipAddresses = buildUnnamed3374(); |
354 o.ipv6Address = "foo"; | 354 o.ipv6Address = "foo"; |
355 o.kind = "foo"; | 355 o.kind = "foo"; |
356 o.masterInstanceName = "foo"; | 356 o.masterInstanceName = "foo"; |
357 o.maxDiskSize = "foo"; | 357 o.maxDiskSize = "foo"; |
358 o.name = "foo"; | 358 o.name = "foo"; |
359 o.onPremisesConfiguration = buildOnPremisesConfiguration(); | 359 o.onPremisesConfiguration = buildOnPremisesConfiguration(); |
360 o.project = "foo"; | 360 o.project = "foo"; |
361 o.region = "foo"; | 361 o.region = "foo"; |
362 o.replicaConfiguration = buildReplicaConfiguration(); | 362 o.replicaConfiguration = buildReplicaConfiguration(); |
363 o.replicaNames = buildUnnamed3265(); | 363 o.replicaNames = buildUnnamed3375(); |
364 o.selfLink = "foo"; | 364 o.selfLink = "foo"; |
365 o.serverCaCert = buildSslCert(); | 365 o.serverCaCert = buildSslCert(); |
366 o.serviceAccountEmailAddress = "foo"; | 366 o.serviceAccountEmailAddress = "foo"; |
367 o.settings = buildSettings(); | 367 o.settings = buildSettings(); |
368 o.state = "foo"; | 368 o.state = "foo"; |
369 o.suspensionReason = buildUnnamed3266(); | 369 o.suspensionReason = buildUnnamed3376(); |
370 } | 370 } |
371 buildCounterDatabaseInstance--; | 371 buildCounterDatabaseInstance--; |
372 return o; | 372 return o; |
373 } | 373 } |
374 | 374 |
375 checkDatabaseInstance(api.DatabaseInstance o) { | 375 checkDatabaseInstance(api.DatabaseInstance o) { |
376 buildCounterDatabaseInstance++; | 376 buildCounterDatabaseInstance++; |
377 if (buildCounterDatabaseInstance < 3) { | 377 if (buildCounterDatabaseInstance < 3) { |
378 unittest.expect(o.backendType, unittest.equals('foo')); | 378 unittest.expect(o.backendType, unittest.equals('foo')); |
379 unittest.expect(o.connectionName, unittest.equals('foo')); | 379 unittest.expect(o.connectionName, unittest.equals('foo')); |
380 unittest.expect(o.currentDiskSize, unittest.equals('foo')); | 380 unittest.expect(o.currentDiskSize, unittest.equals('foo')); |
381 unittest.expect(o.databaseVersion, unittest.equals('foo')); | 381 unittest.expect(o.databaseVersion, unittest.equals('foo')); |
382 unittest.expect(o.etag, unittest.equals('foo')); | 382 unittest.expect(o.etag, unittest.equals('foo')); |
383 checkDatabaseInstanceFailoverReplica(o.failoverReplica); | 383 checkDatabaseInstanceFailoverReplica(o.failoverReplica); |
384 unittest.expect(o.instanceType, unittest.equals('foo')); | 384 unittest.expect(o.instanceType, unittest.equals('foo')); |
385 checkUnnamed3264(o.ipAddresses); | 385 checkUnnamed3374(o.ipAddresses); |
386 unittest.expect(o.ipv6Address, unittest.equals('foo')); | 386 unittest.expect(o.ipv6Address, unittest.equals('foo')); |
387 unittest.expect(o.kind, unittest.equals('foo')); | 387 unittest.expect(o.kind, unittest.equals('foo')); |
388 unittest.expect(o.masterInstanceName, unittest.equals('foo')); | 388 unittest.expect(o.masterInstanceName, unittest.equals('foo')); |
389 unittest.expect(o.maxDiskSize, unittest.equals('foo')); | 389 unittest.expect(o.maxDiskSize, unittest.equals('foo')); |
390 unittest.expect(o.name, unittest.equals('foo')); | 390 unittest.expect(o.name, unittest.equals('foo')); |
391 checkOnPremisesConfiguration(o.onPremisesConfiguration); | 391 checkOnPremisesConfiguration(o.onPremisesConfiguration); |
392 unittest.expect(o.project, unittest.equals('foo')); | 392 unittest.expect(o.project, unittest.equals('foo')); |
393 unittest.expect(o.region, unittest.equals('foo')); | 393 unittest.expect(o.region, unittest.equals('foo')); |
394 checkReplicaConfiguration(o.replicaConfiguration); | 394 checkReplicaConfiguration(o.replicaConfiguration); |
395 checkUnnamed3265(o.replicaNames); | 395 checkUnnamed3375(o.replicaNames); |
396 unittest.expect(o.selfLink, unittest.equals('foo')); | 396 unittest.expect(o.selfLink, unittest.equals('foo')); |
397 checkSslCert(o.serverCaCert); | 397 checkSslCert(o.serverCaCert); |
398 unittest.expect(o.serviceAccountEmailAddress, unittest.equals('foo')); | 398 unittest.expect(o.serviceAccountEmailAddress, unittest.equals('foo')); |
399 checkSettings(o.settings); | 399 checkSettings(o.settings); |
400 unittest.expect(o.state, unittest.equals('foo')); | 400 unittest.expect(o.state, unittest.equals('foo')); |
401 checkUnnamed3266(o.suspensionReason); | 401 checkUnnamed3376(o.suspensionReason); |
402 } | 402 } |
403 buildCounterDatabaseInstance--; | 403 buildCounterDatabaseInstance--; |
404 } | 404 } |
405 | 405 |
406 buildUnnamed3267() { | 406 buildUnnamed3377() { |
407 var o = new core.List<api.Database>(); | 407 var o = new core.List<api.Database>(); |
408 o.add(buildDatabase()); | 408 o.add(buildDatabase()); |
409 o.add(buildDatabase()); | 409 o.add(buildDatabase()); |
410 return o; | 410 return o; |
411 } | 411 } |
412 | 412 |
413 checkUnnamed3267(core.List<api.Database> o) { | 413 checkUnnamed3377(core.List<api.Database> o) { |
414 unittest.expect(o, unittest.hasLength(2)); | 414 unittest.expect(o, unittest.hasLength(2)); |
415 checkDatabase(o[0]); | 415 checkDatabase(o[0]); |
416 checkDatabase(o[1]); | 416 checkDatabase(o[1]); |
417 } | 417 } |
418 | 418 |
419 core.int buildCounterDatabasesListResponse = 0; | 419 core.int buildCounterDatabasesListResponse = 0; |
420 buildDatabasesListResponse() { | 420 buildDatabasesListResponse() { |
421 var o = new api.DatabasesListResponse(); | 421 var o = new api.DatabasesListResponse(); |
422 buildCounterDatabasesListResponse++; | 422 buildCounterDatabasesListResponse++; |
423 if (buildCounterDatabasesListResponse < 3) { | 423 if (buildCounterDatabasesListResponse < 3) { |
424 o.items = buildUnnamed3267(); | 424 o.items = buildUnnamed3377(); |
425 o.kind = "foo"; | 425 o.kind = "foo"; |
426 } | 426 } |
427 buildCounterDatabasesListResponse--; | 427 buildCounterDatabasesListResponse--; |
428 return o; | 428 return o; |
429 } | 429 } |
430 | 430 |
431 checkDatabasesListResponse(api.DatabasesListResponse o) { | 431 checkDatabasesListResponse(api.DatabasesListResponse o) { |
432 buildCounterDatabasesListResponse++; | 432 buildCounterDatabasesListResponse++; |
433 if (buildCounterDatabasesListResponse < 3) { | 433 if (buildCounterDatabasesListResponse < 3) { |
434 checkUnnamed3267(o.items); | 434 checkUnnamed3377(o.items); |
435 unittest.expect(o.kind, unittest.equals('foo')); | 435 unittest.expect(o.kind, unittest.equals('foo')); |
436 } | 436 } |
437 buildCounterDatabasesListResponse--; | 437 buildCounterDatabasesListResponse--; |
438 } | 438 } |
439 | 439 |
440 core.int buildCounterExportContextCsvExportOptions = 0; | 440 core.int buildCounterExportContextCsvExportOptions = 0; |
441 buildExportContextCsvExportOptions() { | 441 buildExportContextCsvExportOptions() { |
442 var o = new api.ExportContextCsvExportOptions(); | 442 var o = new api.ExportContextCsvExportOptions(); |
443 buildCounterExportContextCsvExportOptions++; | 443 buildCounterExportContextCsvExportOptions++; |
444 if (buildCounterExportContextCsvExportOptions < 3) { | 444 if (buildCounterExportContextCsvExportOptions < 3) { |
445 o.selectQuery = "foo"; | 445 o.selectQuery = "foo"; |
446 } | 446 } |
447 buildCounterExportContextCsvExportOptions--; | 447 buildCounterExportContextCsvExportOptions--; |
448 return o; | 448 return o; |
449 } | 449 } |
450 | 450 |
451 checkExportContextCsvExportOptions(api.ExportContextCsvExportOptions o) { | 451 checkExportContextCsvExportOptions(api.ExportContextCsvExportOptions o) { |
452 buildCounterExportContextCsvExportOptions++; | 452 buildCounterExportContextCsvExportOptions++; |
453 if (buildCounterExportContextCsvExportOptions < 3) { | 453 if (buildCounterExportContextCsvExportOptions < 3) { |
454 unittest.expect(o.selectQuery, unittest.equals('foo')); | 454 unittest.expect(o.selectQuery, unittest.equals('foo')); |
455 } | 455 } |
456 buildCounterExportContextCsvExportOptions--; | 456 buildCounterExportContextCsvExportOptions--; |
457 } | 457 } |
458 | 458 |
459 buildUnnamed3268() { | 459 buildUnnamed3378() { |
460 var o = new core.List<core.String>(); | 460 var o = new core.List<core.String>(); |
461 o.add("foo"); | 461 o.add("foo"); |
462 o.add("foo"); | 462 o.add("foo"); |
463 return o; | 463 return o; |
464 } | 464 } |
465 | 465 |
466 checkUnnamed3268(core.List<core.String> o) { | 466 checkUnnamed3378(core.List<core.String> o) { |
467 unittest.expect(o, unittest.hasLength(2)); | 467 unittest.expect(o, unittest.hasLength(2)); |
468 unittest.expect(o[0], unittest.equals('foo')); | 468 unittest.expect(o[0], unittest.equals('foo')); |
469 unittest.expect(o[1], unittest.equals('foo')); | 469 unittest.expect(o[1], unittest.equals('foo')); |
470 } | 470 } |
471 | 471 |
472 buildUnnamed3269() { | 472 buildUnnamed3379() { |
473 var o = new core.List<core.String>(); | 473 var o = new core.List<core.String>(); |
474 o.add("foo"); | 474 o.add("foo"); |
475 o.add("foo"); | 475 o.add("foo"); |
476 return o; | 476 return o; |
477 } | 477 } |
478 | 478 |
479 checkUnnamed3269(core.List<core.String> o) { | 479 checkUnnamed3379(core.List<core.String> o) { |
480 unittest.expect(o, unittest.hasLength(2)); | 480 unittest.expect(o, unittest.hasLength(2)); |
481 unittest.expect(o[0], unittest.equals('foo')); | 481 unittest.expect(o[0], unittest.equals('foo')); |
482 unittest.expect(o[1], unittest.equals('foo')); | 482 unittest.expect(o[1], unittest.equals('foo')); |
483 } | 483 } |
484 | 484 |
485 core.int buildCounterExportContextSqlExportOptions = 0; | 485 core.int buildCounterExportContextSqlExportOptions = 0; |
486 buildExportContextSqlExportOptions() { | 486 buildExportContextSqlExportOptions() { |
487 var o = new api.ExportContextSqlExportOptions(); | 487 var o = new api.ExportContextSqlExportOptions(); |
488 buildCounterExportContextSqlExportOptions++; | 488 buildCounterExportContextSqlExportOptions++; |
489 if (buildCounterExportContextSqlExportOptions < 3) { | 489 if (buildCounterExportContextSqlExportOptions < 3) { |
490 o.schemaOnly = true; | 490 o.schemaOnly = true; |
491 o.tables = buildUnnamed3269(); | 491 o.tables = buildUnnamed3379(); |
492 } | 492 } |
493 buildCounterExportContextSqlExportOptions--; | 493 buildCounterExportContextSqlExportOptions--; |
494 return o; | 494 return o; |
495 } | 495 } |
496 | 496 |
497 checkExportContextSqlExportOptions(api.ExportContextSqlExportOptions o) { | 497 checkExportContextSqlExportOptions(api.ExportContextSqlExportOptions o) { |
498 buildCounterExportContextSqlExportOptions++; | 498 buildCounterExportContextSqlExportOptions++; |
499 if (buildCounterExportContextSqlExportOptions < 3) { | 499 if (buildCounterExportContextSqlExportOptions < 3) { |
500 unittest.expect(o.schemaOnly, unittest.isTrue); | 500 unittest.expect(o.schemaOnly, unittest.isTrue); |
501 checkUnnamed3269(o.tables); | 501 checkUnnamed3379(o.tables); |
502 } | 502 } |
503 buildCounterExportContextSqlExportOptions--; | 503 buildCounterExportContextSqlExportOptions--; |
504 } | 504 } |
505 | 505 |
506 core.int buildCounterExportContext = 0; | 506 core.int buildCounterExportContext = 0; |
507 buildExportContext() { | 507 buildExportContext() { |
508 var o = new api.ExportContext(); | 508 var o = new api.ExportContext(); |
509 buildCounterExportContext++; | 509 buildCounterExportContext++; |
510 if (buildCounterExportContext < 3) { | 510 if (buildCounterExportContext < 3) { |
511 o.csvExportOptions = buildExportContextCsvExportOptions(); | 511 o.csvExportOptions = buildExportContextCsvExportOptions(); |
512 o.databases = buildUnnamed3268(); | 512 o.databases = buildUnnamed3378(); |
513 o.fileType = "foo"; | 513 o.fileType = "foo"; |
514 o.kind = "foo"; | 514 o.kind = "foo"; |
515 o.sqlExportOptions = buildExportContextSqlExportOptions(); | 515 o.sqlExportOptions = buildExportContextSqlExportOptions(); |
516 o.uri = "foo"; | 516 o.uri = "foo"; |
517 } | 517 } |
518 buildCounterExportContext--; | 518 buildCounterExportContext--; |
519 return o; | 519 return o; |
520 } | 520 } |
521 | 521 |
522 checkExportContext(api.ExportContext o) { | 522 checkExportContext(api.ExportContext o) { |
523 buildCounterExportContext++; | 523 buildCounterExportContext++; |
524 if (buildCounterExportContext < 3) { | 524 if (buildCounterExportContext < 3) { |
525 checkExportContextCsvExportOptions(o.csvExportOptions); | 525 checkExportContextCsvExportOptions(o.csvExportOptions); |
526 checkUnnamed3268(o.databases); | 526 checkUnnamed3378(o.databases); |
527 unittest.expect(o.fileType, unittest.equals('foo')); | 527 unittest.expect(o.fileType, unittest.equals('foo')); |
528 unittest.expect(o.kind, unittest.equals('foo')); | 528 unittest.expect(o.kind, unittest.equals('foo')); |
529 checkExportContextSqlExportOptions(o.sqlExportOptions); | 529 checkExportContextSqlExportOptions(o.sqlExportOptions); |
530 unittest.expect(o.uri, unittest.equals('foo')); | 530 unittest.expect(o.uri, unittest.equals('foo')); |
531 } | 531 } |
532 buildCounterExportContext--; | 532 buildCounterExportContext--; |
533 } | 533 } |
534 | 534 |
535 core.int buildCounterFailoverContext = 0; | 535 core.int buildCounterFailoverContext = 0; |
536 buildFailoverContext() { | 536 buildFailoverContext() { |
537 var o = new api.FailoverContext(); | 537 var o = new api.FailoverContext(); |
538 buildCounterFailoverContext++; | 538 buildCounterFailoverContext++; |
539 if (buildCounterFailoverContext < 3) { | 539 if (buildCounterFailoverContext < 3) { |
540 o.kind = "foo"; | 540 o.kind = "foo"; |
541 o.settingsVersion = "foo"; | 541 o.settingsVersion = "foo"; |
542 } | 542 } |
543 buildCounterFailoverContext--; | 543 buildCounterFailoverContext--; |
544 return o; | 544 return o; |
545 } | 545 } |
546 | 546 |
547 checkFailoverContext(api.FailoverContext o) { | 547 checkFailoverContext(api.FailoverContext o) { |
548 buildCounterFailoverContext++; | 548 buildCounterFailoverContext++; |
549 if (buildCounterFailoverContext < 3) { | 549 if (buildCounterFailoverContext < 3) { |
550 unittest.expect(o.kind, unittest.equals('foo')); | 550 unittest.expect(o.kind, unittest.equals('foo')); |
551 unittest.expect(o.settingsVersion, unittest.equals('foo')); | 551 unittest.expect(o.settingsVersion, unittest.equals('foo')); |
552 } | 552 } |
553 buildCounterFailoverContext--; | 553 buildCounterFailoverContext--; |
554 } | 554 } |
555 | 555 |
556 buildUnnamed3270() { | 556 buildUnnamed3380() { |
557 var o = new core.List<core.String>(); | 557 var o = new core.List<core.String>(); |
558 o.add("foo"); | 558 o.add("foo"); |
559 o.add("foo"); | 559 o.add("foo"); |
560 return o; | 560 return o; |
561 } | 561 } |
562 | 562 |
563 checkUnnamed3270(core.List<core.String> o) { | 563 checkUnnamed3380(core.List<core.String> o) { |
564 unittest.expect(o, unittest.hasLength(2)); | 564 unittest.expect(o, unittest.hasLength(2)); |
565 unittest.expect(o[0], unittest.equals('foo')); | 565 unittest.expect(o[0], unittest.equals('foo')); |
566 unittest.expect(o[1], unittest.equals('foo')); | 566 unittest.expect(o[1], unittest.equals('foo')); |
567 } | 567 } |
568 | 568 |
569 buildUnnamed3271() { | 569 buildUnnamed3381() { |
570 var o = new core.List<core.String>(); | 570 var o = new core.List<core.String>(); |
571 o.add("foo"); | 571 o.add("foo"); |
572 o.add("foo"); | 572 o.add("foo"); |
573 return o; | 573 return o; |
574 } | 574 } |
575 | 575 |
576 checkUnnamed3271(core.List<core.String> o) { | 576 checkUnnamed3381(core.List<core.String> o) { |
577 unittest.expect(o, unittest.hasLength(2)); | 577 unittest.expect(o, unittest.hasLength(2)); |
578 unittest.expect(o[0], unittest.equals('foo')); | 578 unittest.expect(o[0], unittest.equals('foo')); |
579 unittest.expect(o[1], unittest.equals('foo')); | 579 unittest.expect(o[1], unittest.equals('foo')); |
580 } | 580 } |
581 | 581 |
582 core.int buildCounterFlag = 0; | 582 core.int buildCounterFlag = 0; |
583 buildFlag() { | 583 buildFlag() { |
584 var o = new api.Flag(); | 584 var o = new api.Flag(); |
585 buildCounterFlag++; | 585 buildCounterFlag++; |
586 if (buildCounterFlag < 3) { | 586 if (buildCounterFlag < 3) { |
587 o.allowedStringValues = buildUnnamed3270(); | 587 o.allowedStringValues = buildUnnamed3380(); |
588 o.appliesTo = buildUnnamed3271(); | 588 o.appliesTo = buildUnnamed3381(); |
589 o.kind = "foo"; | 589 o.kind = "foo"; |
590 o.maxValue = "foo"; | 590 o.maxValue = "foo"; |
591 o.minValue = "foo"; | 591 o.minValue = "foo"; |
592 o.name = "foo"; | 592 o.name = "foo"; |
593 o.requiresRestart = true; | 593 o.requiresRestart = true; |
594 o.type = "foo"; | 594 o.type = "foo"; |
595 } | 595 } |
596 buildCounterFlag--; | 596 buildCounterFlag--; |
597 return o; | 597 return o; |
598 } | 598 } |
599 | 599 |
600 checkFlag(api.Flag o) { | 600 checkFlag(api.Flag o) { |
601 buildCounterFlag++; | 601 buildCounterFlag++; |
602 if (buildCounterFlag < 3) { | 602 if (buildCounterFlag < 3) { |
603 checkUnnamed3270(o.allowedStringValues); | 603 checkUnnamed3380(o.allowedStringValues); |
604 checkUnnamed3271(o.appliesTo); | 604 checkUnnamed3381(o.appliesTo); |
605 unittest.expect(o.kind, unittest.equals('foo')); | 605 unittest.expect(o.kind, unittest.equals('foo')); |
606 unittest.expect(o.maxValue, unittest.equals('foo')); | 606 unittest.expect(o.maxValue, unittest.equals('foo')); |
607 unittest.expect(o.minValue, unittest.equals('foo')); | 607 unittest.expect(o.minValue, unittest.equals('foo')); |
608 unittest.expect(o.name, unittest.equals('foo')); | 608 unittest.expect(o.name, unittest.equals('foo')); |
609 unittest.expect(o.requiresRestart, unittest.isTrue); | 609 unittest.expect(o.requiresRestart, unittest.isTrue); |
610 unittest.expect(o.type, unittest.equals('foo')); | 610 unittest.expect(o.type, unittest.equals('foo')); |
611 } | 611 } |
612 buildCounterFlag--; | 612 buildCounterFlag--; |
613 } | 613 } |
614 | 614 |
615 buildUnnamed3272() { | 615 buildUnnamed3382() { |
616 var o = new core.List<api.Flag>(); | 616 var o = new core.List<api.Flag>(); |
617 o.add(buildFlag()); | 617 o.add(buildFlag()); |
618 o.add(buildFlag()); | 618 o.add(buildFlag()); |
619 return o; | 619 return o; |
620 } | 620 } |
621 | 621 |
622 checkUnnamed3272(core.List<api.Flag> o) { | 622 checkUnnamed3382(core.List<api.Flag> o) { |
623 unittest.expect(o, unittest.hasLength(2)); | 623 unittest.expect(o, unittest.hasLength(2)); |
624 checkFlag(o[0]); | 624 checkFlag(o[0]); |
625 checkFlag(o[1]); | 625 checkFlag(o[1]); |
626 } | 626 } |
627 | 627 |
628 core.int buildCounterFlagsListResponse = 0; | 628 core.int buildCounterFlagsListResponse = 0; |
629 buildFlagsListResponse() { | 629 buildFlagsListResponse() { |
630 var o = new api.FlagsListResponse(); | 630 var o = new api.FlagsListResponse(); |
631 buildCounterFlagsListResponse++; | 631 buildCounterFlagsListResponse++; |
632 if (buildCounterFlagsListResponse < 3) { | 632 if (buildCounterFlagsListResponse < 3) { |
633 o.items = buildUnnamed3272(); | 633 o.items = buildUnnamed3382(); |
634 o.kind = "foo"; | 634 o.kind = "foo"; |
635 } | 635 } |
636 buildCounterFlagsListResponse--; | 636 buildCounterFlagsListResponse--; |
637 return o; | 637 return o; |
638 } | 638 } |
639 | 639 |
640 checkFlagsListResponse(api.FlagsListResponse o) { | 640 checkFlagsListResponse(api.FlagsListResponse o) { |
641 buildCounterFlagsListResponse++; | 641 buildCounterFlagsListResponse++; |
642 if (buildCounterFlagsListResponse < 3) { | 642 if (buildCounterFlagsListResponse < 3) { |
643 checkUnnamed3272(o.items); | 643 checkUnnamed3382(o.items); |
644 unittest.expect(o.kind, unittest.equals('foo')); | 644 unittest.expect(o.kind, unittest.equals('foo')); |
645 } | 645 } |
646 buildCounterFlagsListResponse--; | 646 buildCounterFlagsListResponse--; |
647 } | 647 } |
648 | 648 |
649 buildUnnamed3273() { | 649 buildUnnamed3383() { |
650 var o = new core.List<core.String>(); | 650 var o = new core.List<core.String>(); |
651 o.add("foo"); | 651 o.add("foo"); |
652 o.add("foo"); | 652 o.add("foo"); |
653 return o; | 653 return o; |
654 } | 654 } |
655 | 655 |
656 checkUnnamed3273(core.List<core.String> o) { | 656 checkUnnamed3383(core.List<core.String> o) { |
657 unittest.expect(o, unittest.hasLength(2)); | 657 unittest.expect(o, unittest.hasLength(2)); |
658 unittest.expect(o[0], unittest.equals('foo')); | 658 unittest.expect(o[0], unittest.equals('foo')); |
659 unittest.expect(o[1], unittest.equals('foo')); | 659 unittest.expect(o[1], unittest.equals('foo')); |
660 } | 660 } |
661 | 661 |
662 core.int buildCounterImportContextCsvImportOptions = 0; | 662 core.int buildCounterImportContextCsvImportOptions = 0; |
663 buildImportContextCsvImportOptions() { | 663 buildImportContextCsvImportOptions() { |
664 var o = new api.ImportContextCsvImportOptions(); | 664 var o = new api.ImportContextCsvImportOptions(); |
665 buildCounterImportContextCsvImportOptions++; | 665 buildCounterImportContextCsvImportOptions++; |
666 if (buildCounterImportContextCsvImportOptions < 3) { | 666 if (buildCounterImportContextCsvImportOptions < 3) { |
667 o.columns = buildUnnamed3273(); | 667 o.columns = buildUnnamed3383(); |
668 o.table = "foo"; | 668 o.table = "foo"; |
669 } | 669 } |
670 buildCounterImportContextCsvImportOptions--; | 670 buildCounterImportContextCsvImportOptions--; |
671 return o; | 671 return o; |
672 } | 672 } |
673 | 673 |
674 checkImportContextCsvImportOptions(api.ImportContextCsvImportOptions o) { | 674 checkImportContextCsvImportOptions(api.ImportContextCsvImportOptions o) { |
675 buildCounterImportContextCsvImportOptions++; | 675 buildCounterImportContextCsvImportOptions++; |
676 if (buildCounterImportContextCsvImportOptions < 3) { | 676 if (buildCounterImportContextCsvImportOptions < 3) { |
677 checkUnnamed3273(o.columns); | 677 checkUnnamed3383(o.columns); |
678 unittest.expect(o.table, unittest.equals('foo')); | 678 unittest.expect(o.table, unittest.equals('foo')); |
679 } | 679 } |
680 buildCounterImportContextCsvImportOptions--; | 680 buildCounterImportContextCsvImportOptions--; |
681 } | 681 } |
682 | 682 |
683 core.int buildCounterImportContext = 0; | 683 core.int buildCounterImportContext = 0; |
684 buildImportContext() { | 684 buildImportContext() { |
685 var o = new api.ImportContext(); | 685 var o = new api.ImportContext(); |
686 buildCounterImportContext++; | 686 buildCounterImportContext++; |
687 if (buildCounterImportContext < 3) { | 687 if (buildCounterImportContext < 3) { |
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
776 } | 776 } |
777 | 777 |
778 checkInstancesImportRequest(api.InstancesImportRequest o) { | 778 checkInstancesImportRequest(api.InstancesImportRequest o) { |
779 buildCounterInstancesImportRequest++; | 779 buildCounterInstancesImportRequest++; |
780 if (buildCounterInstancesImportRequest < 3) { | 780 if (buildCounterInstancesImportRequest < 3) { |
781 checkImportContext(o.importContext); | 781 checkImportContext(o.importContext); |
782 } | 782 } |
783 buildCounterInstancesImportRequest--; | 783 buildCounterInstancesImportRequest--; |
784 } | 784 } |
785 | 785 |
786 buildUnnamed3274() { | 786 buildUnnamed3384() { |
787 var o = new core.List<api.DatabaseInstance>(); | 787 var o = new core.List<api.DatabaseInstance>(); |
788 o.add(buildDatabaseInstance()); | 788 o.add(buildDatabaseInstance()); |
789 o.add(buildDatabaseInstance()); | 789 o.add(buildDatabaseInstance()); |
790 return o; | 790 return o; |
791 } | 791 } |
792 | 792 |
793 checkUnnamed3274(core.List<api.DatabaseInstance> o) { | 793 checkUnnamed3384(core.List<api.DatabaseInstance> o) { |
794 unittest.expect(o, unittest.hasLength(2)); | 794 unittest.expect(o, unittest.hasLength(2)); |
795 checkDatabaseInstance(o[0]); | 795 checkDatabaseInstance(o[0]); |
796 checkDatabaseInstance(o[1]); | 796 checkDatabaseInstance(o[1]); |
797 } | 797 } |
798 | 798 |
799 core.int buildCounterInstancesListResponse = 0; | 799 core.int buildCounterInstancesListResponse = 0; |
800 buildInstancesListResponse() { | 800 buildInstancesListResponse() { |
801 var o = new api.InstancesListResponse(); | 801 var o = new api.InstancesListResponse(); |
802 buildCounterInstancesListResponse++; | 802 buildCounterInstancesListResponse++; |
803 if (buildCounterInstancesListResponse < 3) { | 803 if (buildCounterInstancesListResponse < 3) { |
804 o.items = buildUnnamed3274(); | 804 o.items = buildUnnamed3384(); |
805 o.kind = "foo"; | 805 o.kind = "foo"; |
806 o.nextPageToken = "foo"; | 806 o.nextPageToken = "foo"; |
807 } | 807 } |
808 buildCounterInstancesListResponse--; | 808 buildCounterInstancesListResponse--; |
809 return o; | 809 return o; |
810 } | 810 } |
811 | 811 |
812 checkInstancesListResponse(api.InstancesListResponse o) { | 812 checkInstancesListResponse(api.InstancesListResponse o) { |
813 buildCounterInstancesListResponse++; | 813 buildCounterInstancesListResponse++; |
814 if (buildCounterInstancesListResponse < 3) { | 814 if (buildCounterInstancesListResponse < 3) { |
815 checkUnnamed3274(o.items); | 815 checkUnnamed3384(o.items); |
816 unittest.expect(o.kind, unittest.equals('foo')); | 816 unittest.expect(o.kind, unittest.equals('foo')); |
817 unittest.expect(o.nextPageToken, unittest.equals('foo')); | 817 unittest.expect(o.nextPageToken, unittest.equals('foo')); |
818 } | 818 } |
819 buildCounterInstancesListResponse--; | 819 buildCounterInstancesListResponse--; |
820 } | 820 } |
821 | 821 |
822 core.int buildCounterInstancesRestoreBackupRequest = 0; | 822 core.int buildCounterInstancesRestoreBackupRequest = 0; |
823 buildInstancesRestoreBackupRequest() { | 823 buildInstancesRestoreBackupRequest() { |
824 var o = new api.InstancesRestoreBackupRequest(); | 824 var o = new api.InstancesRestoreBackupRequest(); |
825 buildCounterInstancesRestoreBackupRequest++; | 825 buildCounterInstancesRestoreBackupRequest++; |
(...skipping 24 matching lines...) Expand all Loading... |
850 } | 850 } |
851 | 851 |
852 checkInstancesTruncateLogRequest(api.InstancesTruncateLogRequest o) { | 852 checkInstancesTruncateLogRequest(api.InstancesTruncateLogRequest o) { |
853 buildCounterInstancesTruncateLogRequest++; | 853 buildCounterInstancesTruncateLogRequest++; |
854 if (buildCounterInstancesTruncateLogRequest < 3) { | 854 if (buildCounterInstancesTruncateLogRequest < 3) { |
855 checkTruncateLogContext(o.truncateLogContext); | 855 checkTruncateLogContext(o.truncateLogContext); |
856 } | 856 } |
857 buildCounterInstancesTruncateLogRequest--; | 857 buildCounterInstancesTruncateLogRequest--; |
858 } | 858 } |
859 | 859 |
860 buildUnnamed3275() { | 860 buildUnnamed3385() { |
861 var o = new core.List<api.AclEntry>(); | 861 var o = new core.List<api.AclEntry>(); |
862 o.add(buildAclEntry()); | 862 o.add(buildAclEntry()); |
863 o.add(buildAclEntry()); | 863 o.add(buildAclEntry()); |
864 return o; | 864 return o; |
865 } | 865 } |
866 | 866 |
867 checkUnnamed3275(core.List<api.AclEntry> o) { | 867 checkUnnamed3385(core.List<api.AclEntry> o) { |
868 unittest.expect(o, unittest.hasLength(2)); | 868 unittest.expect(o, unittest.hasLength(2)); |
869 checkAclEntry(o[0]); | 869 checkAclEntry(o[0]); |
870 checkAclEntry(o[1]); | 870 checkAclEntry(o[1]); |
871 } | 871 } |
872 | 872 |
873 core.int buildCounterIpConfiguration = 0; | 873 core.int buildCounterIpConfiguration = 0; |
874 buildIpConfiguration() { | 874 buildIpConfiguration() { |
875 var o = new api.IpConfiguration(); | 875 var o = new api.IpConfiguration(); |
876 buildCounterIpConfiguration++; | 876 buildCounterIpConfiguration++; |
877 if (buildCounterIpConfiguration < 3) { | 877 if (buildCounterIpConfiguration < 3) { |
878 o.authorizedNetworks = buildUnnamed3275(); | 878 o.authorizedNetworks = buildUnnamed3385(); |
879 o.ipv4Enabled = true; | 879 o.ipv4Enabled = true; |
880 o.requireSsl = true; | 880 o.requireSsl = true; |
881 } | 881 } |
882 buildCounterIpConfiguration--; | 882 buildCounterIpConfiguration--; |
883 return o; | 883 return o; |
884 } | 884 } |
885 | 885 |
886 checkIpConfiguration(api.IpConfiguration o) { | 886 checkIpConfiguration(api.IpConfiguration o) { |
887 buildCounterIpConfiguration++; | 887 buildCounterIpConfiguration++; |
888 if (buildCounterIpConfiguration < 3) { | 888 if (buildCounterIpConfiguration < 3) { |
889 checkUnnamed3275(o.authorizedNetworks); | 889 checkUnnamed3385(o.authorizedNetworks); |
890 unittest.expect(o.ipv4Enabled, unittest.isTrue); | 890 unittest.expect(o.ipv4Enabled, unittest.isTrue); |
891 unittest.expect(o.requireSsl, unittest.isTrue); | 891 unittest.expect(o.requireSsl, unittest.isTrue); |
892 } | 892 } |
893 buildCounterIpConfiguration--; | 893 buildCounterIpConfiguration--; |
894 } | 894 } |
895 | 895 |
896 core.int buildCounterIpMapping = 0; | 896 core.int buildCounterIpMapping = 0; |
897 buildIpMapping() { | 897 buildIpMapping() { |
898 var o = new api.IpMapping(); | 898 var o = new api.IpMapping(); |
899 buildCounterIpMapping++; | 899 buildCounterIpMapping++; |
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1108 checkOperationError(api.OperationError o) { | 1108 checkOperationError(api.OperationError o) { |
1109 buildCounterOperationError++; | 1109 buildCounterOperationError++; |
1110 if (buildCounterOperationError < 3) { | 1110 if (buildCounterOperationError < 3) { |
1111 unittest.expect(o.code, unittest.equals('foo')); | 1111 unittest.expect(o.code, unittest.equals('foo')); |
1112 unittest.expect(o.kind, unittest.equals('foo')); | 1112 unittest.expect(o.kind, unittest.equals('foo')); |
1113 unittest.expect(o.message, unittest.equals('foo')); | 1113 unittest.expect(o.message, unittest.equals('foo')); |
1114 } | 1114 } |
1115 buildCounterOperationError--; | 1115 buildCounterOperationError--; |
1116 } | 1116 } |
1117 | 1117 |
1118 buildUnnamed3276() { | 1118 buildUnnamed3386() { |
1119 var o = new core.List<api.OperationError>(); | 1119 var o = new core.List<api.OperationError>(); |
1120 o.add(buildOperationError()); | 1120 o.add(buildOperationError()); |
1121 o.add(buildOperationError()); | 1121 o.add(buildOperationError()); |
1122 return o; | 1122 return o; |
1123 } | 1123 } |
1124 | 1124 |
1125 checkUnnamed3276(core.List<api.OperationError> o) { | 1125 checkUnnamed3386(core.List<api.OperationError> o) { |
1126 unittest.expect(o, unittest.hasLength(2)); | 1126 unittest.expect(o, unittest.hasLength(2)); |
1127 checkOperationError(o[0]); | 1127 checkOperationError(o[0]); |
1128 checkOperationError(o[1]); | 1128 checkOperationError(o[1]); |
1129 } | 1129 } |
1130 | 1130 |
1131 core.int buildCounterOperationErrors = 0; | 1131 core.int buildCounterOperationErrors = 0; |
1132 buildOperationErrors() { | 1132 buildOperationErrors() { |
1133 var o = new api.OperationErrors(); | 1133 var o = new api.OperationErrors(); |
1134 buildCounterOperationErrors++; | 1134 buildCounterOperationErrors++; |
1135 if (buildCounterOperationErrors < 3) { | 1135 if (buildCounterOperationErrors < 3) { |
1136 o.errors = buildUnnamed3276(); | 1136 o.errors = buildUnnamed3386(); |
1137 o.kind = "foo"; | 1137 o.kind = "foo"; |
1138 } | 1138 } |
1139 buildCounterOperationErrors--; | 1139 buildCounterOperationErrors--; |
1140 return o; | 1140 return o; |
1141 } | 1141 } |
1142 | 1142 |
1143 checkOperationErrors(api.OperationErrors o) { | 1143 checkOperationErrors(api.OperationErrors o) { |
1144 buildCounterOperationErrors++; | 1144 buildCounterOperationErrors++; |
1145 if (buildCounterOperationErrors < 3) { | 1145 if (buildCounterOperationErrors < 3) { |
1146 checkUnnamed3276(o.errors); | 1146 checkUnnamed3386(o.errors); |
1147 unittest.expect(o.kind, unittest.equals('foo')); | 1147 unittest.expect(o.kind, unittest.equals('foo')); |
1148 } | 1148 } |
1149 buildCounterOperationErrors--; | 1149 buildCounterOperationErrors--; |
1150 } | 1150 } |
1151 | 1151 |
1152 buildUnnamed3277() { | 1152 buildUnnamed3387() { |
1153 var o = new core.List<api.Operation>(); | 1153 var o = new core.List<api.Operation>(); |
1154 o.add(buildOperation()); | 1154 o.add(buildOperation()); |
1155 o.add(buildOperation()); | 1155 o.add(buildOperation()); |
1156 return o; | 1156 return o; |
1157 } | 1157 } |
1158 | 1158 |
1159 checkUnnamed3277(core.List<api.Operation> o) { | 1159 checkUnnamed3387(core.List<api.Operation> o) { |
1160 unittest.expect(o, unittest.hasLength(2)); | 1160 unittest.expect(o, unittest.hasLength(2)); |
1161 checkOperation(o[0]); | 1161 checkOperation(o[0]); |
1162 checkOperation(o[1]); | 1162 checkOperation(o[1]); |
1163 } | 1163 } |
1164 | 1164 |
1165 core.int buildCounterOperationsListResponse = 0; | 1165 core.int buildCounterOperationsListResponse = 0; |
1166 buildOperationsListResponse() { | 1166 buildOperationsListResponse() { |
1167 var o = new api.OperationsListResponse(); | 1167 var o = new api.OperationsListResponse(); |
1168 buildCounterOperationsListResponse++; | 1168 buildCounterOperationsListResponse++; |
1169 if (buildCounterOperationsListResponse < 3) { | 1169 if (buildCounterOperationsListResponse < 3) { |
1170 o.items = buildUnnamed3277(); | 1170 o.items = buildUnnamed3387(); |
1171 o.kind = "foo"; | 1171 o.kind = "foo"; |
1172 o.nextPageToken = "foo"; | 1172 o.nextPageToken = "foo"; |
1173 } | 1173 } |
1174 buildCounterOperationsListResponse--; | 1174 buildCounterOperationsListResponse--; |
1175 return o; | 1175 return o; |
1176 } | 1176 } |
1177 | 1177 |
1178 checkOperationsListResponse(api.OperationsListResponse o) { | 1178 checkOperationsListResponse(api.OperationsListResponse o) { |
1179 buildCounterOperationsListResponse++; | 1179 buildCounterOperationsListResponse++; |
1180 if (buildCounterOperationsListResponse < 3) { | 1180 if (buildCounterOperationsListResponse < 3) { |
1181 checkUnnamed3277(o.items); | 1181 checkUnnamed3387(o.items); |
1182 unittest.expect(o.kind, unittest.equals('foo')); | 1182 unittest.expect(o.kind, unittest.equals('foo')); |
1183 unittest.expect(o.nextPageToken, unittest.equals('foo')); | 1183 unittest.expect(o.nextPageToken, unittest.equals('foo')); |
1184 } | 1184 } |
1185 buildCounterOperationsListResponse--; | 1185 buildCounterOperationsListResponse--; |
1186 } | 1186 } |
1187 | 1187 |
1188 core.int buildCounterReplicaConfiguration = 0; | 1188 core.int buildCounterReplicaConfiguration = 0; |
1189 buildReplicaConfiguration() { | 1189 buildReplicaConfiguration() { |
1190 var o = new api.ReplicaConfiguration(); | 1190 var o = new api.ReplicaConfiguration(); |
1191 buildCounterReplicaConfiguration++; | 1191 buildCounterReplicaConfiguration++; |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1224 checkRestoreBackupContext(api.RestoreBackupContext o) { | 1224 checkRestoreBackupContext(api.RestoreBackupContext o) { |
1225 buildCounterRestoreBackupContext++; | 1225 buildCounterRestoreBackupContext++; |
1226 if (buildCounterRestoreBackupContext < 3) { | 1226 if (buildCounterRestoreBackupContext < 3) { |
1227 unittest.expect(o.backupRunId, unittest.equals('foo')); | 1227 unittest.expect(o.backupRunId, unittest.equals('foo')); |
1228 unittest.expect(o.instanceId, unittest.equals('foo')); | 1228 unittest.expect(o.instanceId, unittest.equals('foo')); |
1229 unittest.expect(o.kind, unittest.equals('foo')); | 1229 unittest.expect(o.kind, unittest.equals('foo')); |
1230 } | 1230 } |
1231 buildCounterRestoreBackupContext--; | 1231 buildCounterRestoreBackupContext--; |
1232 } | 1232 } |
1233 | 1233 |
1234 buildUnnamed3278() { | 1234 buildUnnamed3388() { |
1235 var o = new core.List<core.String>(); | 1235 var o = new core.List<core.String>(); |
1236 o.add("foo"); | 1236 o.add("foo"); |
1237 o.add("foo"); | 1237 o.add("foo"); |
1238 return o; | 1238 return o; |
1239 } | 1239 } |
1240 | 1240 |
1241 checkUnnamed3278(core.List<core.String> o) { | 1241 checkUnnamed3388(core.List<core.String> o) { |
1242 unittest.expect(o, unittest.hasLength(2)); | 1242 unittest.expect(o, unittest.hasLength(2)); |
1243 unittest.expect(o[0], unittest.equals('foo')); | 1243 unittest.expect(o[0], unittest.equals('foo')); |
1244 unittest.expect(o[1], unittest.equals('foo')); | 1244 unittest.expect(o[1], unittest.equals('foo')); |
1245 } | 1245 } |
1246 | 1246 |
1247 buildUnnamed3279() { | 1247 buildUnnamed3389() { |
1248 var o = new core.List<api.DatabaseFlags>(); | 1248 var o = new core.List<api.DatabaseFlags>(); |
1249 o.add(buildDatabaseFlags()); | 1249 o.add(buildDatabaseFlags()); |
1250 o.add(buildDatabaseFlags()); | 1250 o.add(buildDatabaseFlags()); |
1251 return o; | 1251 return o; |
1252 } | 1252 } |
1253 | 1253 |
1254 checkUnnamed3279(core.List<api.DatabaseFlags> o) { | 1254 checkUnnamed3389(core.List<api.DatabaseFlags> o) { |
1255 unittest.expect(o, unittest.hasLength(2)); | 1255 unittest.expect(o, unittest.hasLength(2)); |
1256 checkDatabaseFlags(o[0]); | 1256 checkDatabaseFlags(o[0]); |
1257 checkDatabaseFlags(o[1]); | 1257 checkDatabaseFlags(o[1]); |
1258 } | 1258 } |
1259 | 1259 |
1260 buildUnnamed3280() { | 1260 buildUnnamed3390() { |
1261 var o = new core.List<api.Labels>(); | 1261 var o = new core.List<api.Labels>(); |
1262 o.add(buildLabels()); | 1262 o.add(buildLabels()); |
1263 o.add(buildLabels()); | 1263 o.add(buildLabels()); |
1264 return o; | 1264 return o; |
1265 } | 1265 } |
1266 | 1266 |
1267 checkUnnamed3280(core.List<api.Labels> o) { | 1267 checkUnnamed3390(core.List<api.Labels> o) { |
1268 unittest.expect(o, unittest.hasLength(2)); | 1268 unittest.expect(o, unittest.hasLength(2)); |
1269 checkLabels(o[0]); | 1269 checkLabels(o[0]); |
1270 checkLabels(o[1]); | 1270 checkLabels(o[1]); |
1271 } | 1271 } |
1272 | 1272 |
1273 core.int buildCounterSettings = 0; | 1273 core.int buildCounterSettings = 0; |
1274 buildSettings() { | 1274 buildSettings() { |
1275 var o = new api.Settings(); | 1275 var o = new api.Settings(); |
1276 buildCounterSettings++; | 1276 buildCounterSettings++; |
1277 if (buildCounterSettings < 3) { | 1277 if (buildCounterSettings < 3) { |
1278 o.activationPolicy = "foo"; | 1278 o.activationPolicy = "foo"; |
1279 o.authorizedGaeApplications = buildUnnamed3278(); | 1279 o.authorizedGaeApplications = buildUnnamed3388(); |
1280 o.availabilityType = "foo"; | 1280 o.availabilityType = "foo"; |
1281 o.backupConfiguration = buildBackupConfiguration(); | 1281 o.backupConfiguration = buildBackupConfiguration(); |
1282 o.crashSafeReplicationEnabled = true; | 1282 o.crashSafeReplicationEnabled = true; |
1283 o.dataDiskSizeGb = "foo"; | 1283 o.dataDiskSizeGb = "foo"; |
1284 o.dataDiskType = "foo"; | 1284 o.dataDiskType = "foo"; |
1285 o.databaseFlags = buildUnnamed3279(); | 1285 o.databaseFlags = buildUnnamed3389(); |
1286 o.databaseReplicationEnabled = true; | 1286 o.databaseReplicationEnabled = true; |
1287 o.ipConfiguration = buildIpConfiguration(); | 1287 o.ipConfiguration = buildIpConfiguration(); |
1288 o.kind = "foo"; | 1288 o.kind = "foo"; |
1289 o.labels = buildUnnamed3280(); | 1289 o.labels = buildUnnamed3390(); |
1290 o.locationPreference = buildLocationPreference(); | 1290 o.locationPreference = buildLocationPreference(); |
1291 o.maintenanceWindow = buildMaintenanceWindow(); | 1291 o.maintenanceWindow = buildMaintenanceWindow(); |
1292 o.pricingPlan = "foo"; | 1292 o.pricingPlan = "foo"; |
1293 o.replicationType = "foo"; | 1293 o.replicationType = "foo"; |
1294 o.settingsVersion = "foo"; | 1294 o.settingsVersion = "foo"; |
1295 o.storageAutoResize = true; | 1295 o.storageAutoResize = true; |
1296 o.storageAutoResizeLimit = "foo"; | 1296 o.storageAutoResizeLimit = "foo"; |
1297 o.tier = "foo"; | 1297 o.tier = "foo"; |
1298 } | 1298 } |
1299 buildCounterSettings--; | 1299 buildCounterSettings--; |
1300 return o; | 1300 return o; |
1301 } | 1301 } |
1302 | 1302 |
1303 checkSettings(api.Settings o) { | 1303 checkSettings(api.Settings o) { |
1304 buildCounterSettings++; | 1304 buildCounterSettings++; |
1305 if (buildCounterSettings < 3) { | 1305 if (buildCounterSettings < 3) { |
1306 unittest.expect(o.activationPolicy, unittest.equals('foo')); | 1306 unittest.expect(o.activationPolicy, unittest.equals('foo')); |
1307 checkUnnamed3278(o.authorizedGaeApplications); | 1307 checkUnnamed3388(o.authorizedGaeApplications); |
1308 unittest.expect(o.availabilityType, unittest.equals('foo')); | 1308 unittest.expect(o.availabilityType, unittest.equals('foo')); |
1309 checkBackupConfiguration(o.backupConfiguration); | 1309 checkBackupConfiguration(o.backupConfiguration); |
1310 unittest.expect(o.crashSafeReplicationEnabled, unittest.isTrue); | 1310 unittest.expect(o.crashSafeReplicationEnabled, unittest.isTrue); |
1311 unittest.expect(o.dataDiskSizeGb, unittest.equals('foo')); | 1311 unittest.expect(o.dataDiskSizeGb, unittest.equals('foo')); |
1312 unittest.expect(o.dataDiskType, unittest.equals('foo')); | 1312 unittest.expect(o.dataDiskType, unittest.equals('foo')); |
1313 checkUnnamed3279(o.databaseFlags); | 1313 checkUnnamed3389(o.databaseFlags); |
1314 unittest.expect(o.databaseReplicationEnabled, unittest.isTrue); | 1314 unittest.expect(o.databaseReplicationEnabled, unittest.isTrue); |
1315 checkIpConfiguration(o.ipConfiguration); | 1315 checkIpConfiguration(o.ipConfiguration); |
1316 unittest.expect(o.kind, unittest.equals('foo')); | 1316 unittest.expect(o.kind, unittest.equals('foo')); |
1317 checkUnnamed3280(o.labels); | 1317 checkUnnamed3390(o.labels); |
1318 checkLocationPreference(o.locationPreference); | 1318 checkLocationPreference(o.locationPreference); |
1319 checkMaintenanceWindow(o.maintenanceWindow); | 1319 checkMaintenanceWindow(o.maintenanceWindow); |
1320 unittest.expect(o.pricingPlan, unittest.equals('foo')); | 1320 unittest.expect(o.pricingPlan, unittest.equals('foo')); |
1321 unittest.expect(o.replicationType, unittest.equals('foo')); | 1321 unittest.expect(o.replicationType, unittest.equals('foo')); |
1322 unittest.expect(o.settingsVersion, unittest.equals('foo')); | 1322 unittest.expect(o.settingsVersion, unittest.equals('foo')); |
1323 unittest.expect(o.storageAutoResize, unittest.isTrue); | 1323 unittest.expect(o.storageAutoResize, unittest.isTrue); |
1324 unittest.expect(o.storageAutoResizeLimit, unittest.equals('foo')); | 1324 unittest.expect(o.storageAutoResizeLimit, unittest.equals('foo')); |
1325 unittest.expect(o.tier, unittest.equals('foo')); | 1325 unittest.expect(o.tier, unittest.equals('foo')); |
1326 } | 1326 } |
1327 buildCounterSettings--; | 1327 buildCounterSettings--; |
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1439 buildCounterSslCertsInsertResponse++; | 1439 buildCounterSslCertsInsertResponse++; |
1440 if (buildCounterSslCertsInsertResponse < 3) { | 1440 if (buildCounterSslCertsInsertResponse < 3) { |
1441 checkSslCertDetail(o.clientCert); | 1441 checkSslCertDetail(o.clientCert); |
1442 unittest.expect(o.kind, unittest.equals('foo')); | 1442 unittest.expect(o.kind, unittest.equals('foo')); |
1443 checkOperation(o.operation); | 1443 checkOperation(o.operation); |
1444 checkSslCert(o.serverCaCert); | 1444 checkSslCert(o.serverCaCert); |
1445 } | 1445 } |
1446 buildCounterSslCertsInsertResponse--; | 1446 buildCounterSslCertsInsertResponse--; |
1447 } | 1447 } |
1448 | 1448 |
1449 buildUnnamed3281() { | 1449 buildUnnamed3391() { |
1450 var o = new core.List<api.SslCert>(); | 1450 var o = new core.List<api.SslCert>(); |
1451 o.add(buildSslCert()); | 1451 o.add(buildSslCert()); |
1452 o.add(buildSslCert()); | 1452 o.add(buildSslCert()); |
1453 return o; | 1453 return o; |
1454 } | 1454 } |
1455 | 1455 |
1456 checkUnnamed3281(core.List<api.SslCert> o) { | 1456 checkUnnamed3391(core.List<api.SslCert> o) { |
1457 unittest.expect(o, unittest.hasLength(2)); | 1457 unittest.expect(o, unittest.hasLength(2)); |
1458 checkSslCert(o[0]); | 1458 checkSslCert(o[0]); |
1459 checkSslCert(o[1]); | 1459 checkSslCert(o[1]); |
1460 } | 1460 } |
1461 | 1461 |
1462 core.int buildCounterSslCertsListResponse = 0; | 1462 core.int buildCounterSslCertsListResponse = 0; |
1463 buildSslCertsListResponse() { | 1463 buildSslCertsListResponse() { |
1464 var o = new api.SslCertsListResponse(); | 1464 var o = new api.SslCertsListResponse(); |
1465 buildCounterSslCertsListResponse++; | 1465 buildCounterSslCertsListResponse++; |
1466 if (buildCounterSslCertsListResponse < 3) { | 1466 if (buildCounterSslCertsListResponse < 3) { |
1467 o.items = buildUnnamed3281(); | 1467 o.items = buildUnnamed3391(); |
1468 o.kind = "foo"; | 1468 o.kind = "foo"; |
1469 } | 1469 } |
1470 buildCounterSslCertsListResponse--; | 1470 buildCounterSslCertsListResponse--; |
1471 return o; | 1471 return o; |
1472 } | 1472 } |
1473 | 1473 |
1474 checkSslCertsListResponse(api.SslCertsListResponse o) { | 1474 checkSslCertsListResponse(api.SslCertsListResponse o) { |
1475 buildCounterSslCertsListResponse++; | 1475 buildCounterSslCertsListResponse++; |
1476 if (buildCounterSslCertsListResponse < 3) { | 1476 if (buildCounterSslCertsListResponse < 3) { |
1477 checkUnnamed3281(o.items); | 1477 checkUnnamed3391(o.items); |
1478 unittest.expect(o.kind, unittest.equals('foo')); | 1478 unittest.expect(o.kind, unittest.equals('foo')); |
1479 } | 1479 } |
1480 buildCounterSslCertsListResponse--; | 1480 buildCounterSslCertsListResponse--; |
1481 } | 1481 } |
1482 | 1482 |
1483 buildUnnamed3282() { | 1483 buildUnnamed3392() { |
1484 var o = new core.List<core.String>(); | 1484 var o = new core.List<core.String>(); |
1485 o.add("foo"); | 1485 o.add("foo"); |
1486 o.add("foo"); | 1486 o.add("foo"); |
1487 return o; | 1487 return o; |
1488 } | 1488 } |
1489 | 1489 |
1490 checkUnnamed3282(core.List<core.String> o) { | 1490 checkUnnamed3392(core.List<core.String> o) { |
1491 unittest.expect(o, unittest.hasLength(2)); | 1491 unittest.expect(o, unittest.hasLength(2)); |
1492 unittest.expect(o[0], unittest.equals('foo')); | 1492 unittest.expect(o[0], unittest.equals('foo')); |
1493 unittest.expect(o[1], unittest.equals('foo')); | 1493 unittest.expect(o[1], unittest.equals('foo')); |
1494 } | 1494 } |
1495 | 1495 |
1496 core.int buildCounterTier = 0; | 1496 core.int buildCounterTier = 0; |
1497 buildTier() { | 1497 buildTier() { |
1498 var o = new api.Tier(); | 1498 var o = new api.Tier(); |
1499 buildCounterTier++; | 1499 buildCounterTier++; |
1500 if (buildCounterTier < 3) { | 1500 if (buildCounterTier < 3) { |
1501 o.DiskQuota = "foo"; | 1501 o.DiskQuota = "foo"; |
1502 o.RAM = "foo"; | 1502 o.RAM = "foo"; |
1503 o.kind = "foo"; | 1503 o.kind = "foo"; |
1504 o.region = buildUnnamed3282(); | 1504 o.region = buildUnnamed3392(); |
1505 o.tier = "foo"; | 1505 o.tier = "foo"; |
1506 } | 1506 } |
1507 buildCounterTier--; | 1507 buildCounterTier--; |
1508 return o; | 1508 return o; |
1509 } | 1509 } |
1510 | 1510 |
1511 checkTier(api.Tier o) { | 1511 checkTier(api.Tier o) { |
1512 buildCounterTier++; | 1512 buildCounterTier++; |
1513 if (buildCounterTier < 3) { | 1513 if (buildCounterTier < 3) { |
1514 unittest.expect(o.DiskQuota, unittest.equals('foo')); | 1514 unittest.expect(o.DiskQuota, unittest.equals('foo')); |
1515 unittest.expect(o.RAM, unittest.equals('foo')); | 1515 unittest.expect(o.RAM, unittest.equals('foo')); |
1516 unittest.expect(o.kind, unittest.equals('foo')); | 1516 unittest.expect(o.kind, unittest.equals('foo')); |
1517 checkUnnamed3282(o.region); | 1517 checkUnnamed3392(o.region); |
1518 unittest.expect(o.tier, unittest.equals('foo')); | 1518 unittest.expect(o.tier, unittest.equals('foo')); |
1519 } | 1519 } |
1520 buildCounterTier--; | 1520 buildCounterTier--; |
1521 } | 1521 } |
1522 | 1522 |
1523 buildUnnamed3283() { | 1523 buildUnnamed3393() { |
1524 var o = new core.List<api.Tier>(); | 1524 var o = new core.List<api.Tier>(); |
1525 o.add(buildTier()); | 1525 o.add(buildTier()); |
1526 o.add(buildTier()); | 1526 o.add(buildTier()); |
1527 return o; | 1527 return o; |
1528 } | 1528 } |
1529 | 1529 |
1530 checkUnnamed3283(core.List<api.Tier> o) { | 1530 checkUnnamed3393(core.List<api.Tier> o) { |
1531 unittest.expect(o, unittest.hasLength(2)); | 1531 unittest.expect(o, unittest.hasLength(2)); |
1532 checkTier(o[0]); | 1532 checkTier(o[0]); |
1533 checkTier(o[1]); | 1533 checkTier(o[1]); |
1534 } | 1534 } |
1535 | 1535 |
1536 core.int buildCounterTiersListResponse = 0; | 1536 core.int buildCounterTiersListResponse = 0; |
1537 buildTiersListResponse() { | 1537 buildTiersListResponse() { |
1538 var o = new api.TiersListResponse(); | 1538 var o = new api.TiersListResponse(); |
1539 buildCounterTiersListResponse++; | 1539 buildCounterTiersListResponse++; |
1540 if (buildCounterTiersListResponse < 3) { | 1540 if (buildCounterTiersListResponse < 3) { |
1541 o.items = buildUnnamed3283(); | 1541 o.items = buildUnnamed3393(); |
1542 o.kind = "foo"; | 1542 o.kind = "foo"; |
1543 } | 1543 } |
1544 buildCounterTiersListResponse--; | 1544 buildCounterTiersListResponse--; |
1545 return o; | 1545 return o; |
1546 } | 1546 } |
1547 | 1547 |
1548 checkTiersListResponse(api.TiersListResponse o) { | 1548 checkTiersListResponse(api.TiersListResponse o) { |
1549 buildCounterTiersListResponse++; | 1549 buildCounterTiersListResponse++; |
1550 if (buildCounterTiersListResponse < 3) { | 1550 if (buildCounterTiersListResponse < 3) { |
1551 checkUnnamed3283(o.items); | 1551 checkUnnamed3393(o.items); |
1552 unittest.expect(o.kind, unittest.equals('foo')); | 1552 unittest.expect(o.kind, unittest.equals('foo')); |
1553 } | 1553 } |
1554 buildCounterTiersListResponse--; | 1554 buildCounterTiersListResponse--; |
1555 } | 1555 } |
1556 | 1556 |
1557 core.int buildCounterTruncateLogContext = 0; | 1557 core.int buildCounterTruncateLogContext = 0; |
1558 buildTruncateLogContext() { | 1558 buildTruncateLogContext() { |
1559 var o = new api.TruncateLogContext(); | 1559 var o = new api.TruncateLogContext(); |
1560 buildCounterTruncateLogContext++; | 1560 buildCounterTruncateLogContext++; |
1561 if (buildCounterTruncateLogContext < 3) { | 1561 if (buildCounterTruncateLogContext < 3) { |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1599 unittest.expect(o.host, unittest.equals('foo')); | 1599 unittest.expect(o.host, unittest.equals('foo')); |
1600 unittest.expect(o.instance, unittest.equals('foo')); | 1600 unittest.expect(o.instance, unittest.equals('foo')); |
1601 unittest.expect(o.kind, unittest.equals('foo')); | 1601 unittest.expect(o.kind, unittest.equals('foo')); |
1602 unittest.expect(o.name, unittest.equals('foo')); | 1602 unittest.expect(o.name, unittest.equals('foo')); |
1603 unittest.expect(o.password, unittest.equals('foo')); | 1603 unittest.expect(o.password, unittest.equals('foo')); |
1604 unittest.expect(o.project, unittest.equals('foo')); | 1604 unittest.expect(o.project, unittest.equals('foo')); |
1605 } | 1605 } |
1606 buildCounterUser--; | 1606 buildCounterUser--; |
1607 } | 1607 } |
1608 | 1608 |
1609 buildUnnamed3284() { | 1609 buildUnnamed3394() { |
1610 var o = new core.List<api.User>(); | 1610 var o = new core.List<api.User>(); |
1611 o.add(buildUser()); | 1611 o.add(buildUser()); |
1612 o.add(buildUser()); | 1612 o.add(buildUser()); |
1613 return o; | 1613 return o; |
1614 } | 1614 } |
1615 | 1615 |
1616 checkUnnamed3284(core.List<api.User> o) { | 1616 checkUnnamed3394(core.List<api.User> o) { |
1617 unittest.expect(o, unittest.hasLength(2)); | 1617 unittest.expect(o, unittest.hasLength(2)); |
1618 checkUser(o[0]); | 1618 checkUser(o[0]); |
1619 checkUser(o[1]); | 1619 checkUser(o[1]); |
1620 } | 1620 } |
1621 | 1621 |
1622 core.int buildCounterUsersListResponse = 0; | 1622 core.int buildCounterUsersListResponse = 0; |
1623 buildUsersListResponse() { | 1623 buildUsersListResponse() { |
1624 var o = new api.UsersListResponse(); | 1624 var o = new api.UsersListResponse(); |
1625 buildCounterUsersListResponse++; | 1625 buildCounterUsersListResponse++; |
1626 if (buildCounterUsersListResponse < 3) { | 1626 if (buildCounterUsersListResponse < 3) { |
1627 o.items = buildUnnamed3284(); | 1627 o.items = buildUnnamed3394(); |
1628 o.kind = "foo"; | 1628 o.kind = "foo"; |
1629 o.nextPageToken = "foo"; | 1629 o.nextPageToken = "foo"; |
1630 } | 1630 } |
1631 buildCounterUsersListResponse--; | 1631 buildCounterUsersListResponse--; |
1632 return o; | 1632 return o; |
1633 } | 1633 } |
1634 | 1634 |
1635 checkUsersListResponse(api.UsersListResponse o) { | 1635 checkUsersListResponse(api.UsersListResponse o) { |
1636 buildCounterUsersListResponse++; | 1636 buildCounterUsersListResponse++; |
1637 if (buildCounterUsersListResponse < 3) { | 1637 if (buildCounterUsersListResponse < 3) { |
1638 checkUnnamed3284(o.items); | 1638 checkUnnamed3394(o.items); |
1639 unittest.expect(o.kind, unittest.equals('foo')); | 1639 unittest.expect(o.kind, unittest.equals('foo')); |
1640 unittest.expect(o.nextPageToken, unittest.equals('foo')); | 1640 unittest.expect(o.nextPageToken, unittest.equals('foo')); |
1641 } | 1641 } |
1642 buildCounterUsersListResponse--; | 1642 buildCounterUsersListResponse--; |
1643 } | 1643 } |
1644 | 1644 |
1645 | 1645 |
1646 main() { | 1646 main() { |
1647 unittest.group("obj-schema-AclEntry", () { | 1647 unittest.group("obj-schema-AclEntry", () { |
1648 unittest.test("to-json--from-json", () { | 1648 unittest.test("to-json--from-json", () { |
(...skipping 2979 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4628 res.update(arg_request, arg_project, arg_instance, arg_host, arg_name).the
n(unittest.expectAsync(((api.Operation response) { | 4628 res.update(arg_request, arg_project, arg_instance, arg_host, arg_name).the
n(unittest.expectAsync(((api.Operation response) { |
4629 checkOperation(response); | 4629 checkOperation(response); |
4630 }))); | 4630 }))); |
4631 }); | 4631 }); |
4632 | 4632 |
4633 }); | 4633 }); |
4634 | 4634 |
4635 | 4635 |
4636 } | 4636 } |
4637 | 4637 |
OLD | NEW |