| Index: generated/googleapis_beta/test/sqladmin/v1beta4_test.dart
 | 
| diff --git a/generated/googleapis_beta/test/sqladmin/v1beta4_test.dart b/generated/googleapis_beta/test/sqladmin/v1beta4_test.dart
 | 
| index 70c747daf96798894043a33a13cd66c09b697ba6..5c7aaa9a0f55bce78a7ded1dfbd995aef73e8630 100644
 | 
| --- a/generated/googleapis_beta/test/sqladmin/v1beta4_test.dart
 | 
| +++ b/generated/googleapis_beta/test/sqladmin/v1beta4_test.dart
 | 
| @@ -142,14 +142,14 @@ checkBackupRun(api.BackupRun o) {
 | 
|    buildCounterBackupRun--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3263() {
 | 
| +buildUnnamed3373() {
 | 
|    var o = new core.List<api.BackupRun>();
 | 
|    o.add(buildBackupRun());
 | 
|    o.add(buildBackupRun());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3263(core.List<api.BackupRun> o) {
 | 
| +checkUnnamed3373(core.List<api.BackupRun> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkBackupRun(o[0]);
 | 
|    checkBackupRun(o[1]);
 | 
| @@ -160,7 +160,7 @@ buildBackupRunsListResponse() {
 | 
|    var o = new api.BackupRunsListResponse();
 | 
|    buildCounterBackupRunsListResponse++;
 | 
|    if (buildCounterBackupRunsListResponse < 3) {
 | 
| -    o.items = buildUnnamed3263();
 | 
| +    o.items = buildUnnamed3373();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
| @@ -171,7 +171,7 @@ buildBackupRunsListResponse() {
 | 
|  checkBackupRunsListResponse(api.BackupRunsListResponse o) {
 | 
|    buildCounterBackupRunsListResponse++;
 | 
|    if (buildCounterBackupRunsListResponse < 3) {
 | 
| -    checkUnnamed3263(o.items);
 | 
| +    checkUnnamed3373(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
| @@ -299,40 +299,40 @@ checkDatabaseInstanceFailoverReplica(api.DatabaseInstanceFailoverReplica o) {
 | 
|    buildCounterDatabaseInstanceFailoverReplica--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3264() {
 | 
| +buildUnnamed3374() {
 | 
|    var o = new core.List<api.IpMapping>();
 | 
|    o.add(buildIpMapping());
 | 
|    o.add(buildIpMapping());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3264(core.List<api.IpMapping> o) {
 | 
| +checkUnnamed3374(core.List<api.IpMapping> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkIpMapping(o[0]);
 | 
|    checkIpMapping(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3265() {
 | 
| +buildUnnamed3375() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3265(core.List<core.String> o) {
 | 
| +checkUnnamed3375(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3266() {
 | 
| +buildUnnamed3376() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3266(core.List<core.String> o) {
 | 
| +checkUnnamed3376(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
| @@ -350,7 +350,7 @@ buildDatabaseInstance() {
 | 
|      o.etag = "foo";
 | 
|      o.failoverReplica = buildDatabaseInstanceFailoverReplica();
 | 
|      o.instanceType = "foo";
 | 
| -    o.ipAddresses = buildUnnamed3264();
 | 
| +    o.ipAddresses = buildUnnamed3374();
 | 
|      o.ipv6Address = "foo";
 | 
|      o.kind = "foo";
 | 
|      o.masterInstanceName = "foo";
 | 
| @@ -360,13 +360,13 @@ buildDatabaseInstance() {
 | 
|      o.project = "foo";
 | 
|      o.region = "foo";
 | 
|      o.replicaConfiguration = buildReplicaConfiguration();
 | 
| -    o.replicaNames = buildUnnamed3265();
 | 
| +    o.replicaNames = buildUnnamed3375();
 | 
|      o.selfLink = "foo";
 | 
|      o.serverCaCert = buildSslCert();
 | 
|      o.serviceAccountEmailAddress = "foo";
 | 
|      o.settings = buildSettings();
 | 
|      o.state = "foo";
 | 
| -    o.suspensionReason = buildUnnamed3266();
 | 
| +    o.suspensionReason = buildUnnamed3376();
 | 
|    }
 | 
|    buildCounterDatabaseInstance--;
 | 
|    return o;
 | 
| @@ -382,7 +382,7 @@ checkDatabaseInstance(api.DatabaseInstance o) {
 | 
|      unittest.expect(o.etag, unittest.equals('foo'));
 | 
|      checkDatabaseInstanceFailoverReplica(o.failoverReplica);
 | 
|      unittest.expect(o.instanceType, unittest.equals('foo'));
 | 
| -    checkUnnamed3264(o.ipAddresses);
 | 
| +    checkUnnamed3374(o.ipAddresses);
 | 
|      unittest.expect(o.ipv6Address, unittest.equals('foo'));
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.masterInstanceName, unittest.equals('foo'));
 | 
| @@ -392,25 +392,25 @@ checkDatabaseInstance(api.DatabaseInstance o) {
 | 
|      unittest.expect(o.project, unittest.equals('foo'));
 | 
|      unittest.expect(o.region, unittest.equals('foo'));
 | 
|      checkReplicaConfiguration(o.replicaConfiguration);
 | 
| -    checkUnnamed3265(o.replicaNames);
 | 
| +    checkUnnamed3375(o.replicaNames);
 | 
|      unittest.expect(o.selfLink, unittest.equals('foo'));
 | 
|      checkSslCert(o.serverCaCert);
 | 
|      unittest.expect(o.serviceAccountEmailAddress, unittest.equals('foo'));
 | 
|      checkSettings(o.settings);
 | 
|      unittest.expect(o.state, unittest.equals('foo'));
 | 
| -    checkUnnamed3266(o.suspensionReason);
 | 
| +    checkUnnamed3376(o.suspensionReason);
 | 
|    }
 | 
|    buildCounterDatabaseInstance--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3267() {
 | 
| +buildUnnamed3377() {
 | 
|    var o = new core.List<api.Database>();
 | 
|    o.add(buildDatabase());
 | 
|    o.add(buildDatabase());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3267(core.List<api.Database> o) {
 | 
| +checkUnnamed3377(core.List<api.Database> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkDatabase(o[0]);
 | 
|    checkDatabase(o[1]);
 | 
| @@ -421,7 +421,7 @@ buildDatabasesListResponse() {
 | 
|    var o = new api.DatabasesListResponse();
 | 
|    buildCounterDatabasesListResponse++;
 | 
|    if (buildCounterDatabasesListResponse < 3) {
 | 
| -    o.items = buildUnnamed3267();
 | 
| +    o.items = buildUnnamed3377();
 | 
|      o.kind = "foo";
 | 
|    }
 | 
|    buildCounterDatabasesListResponse--;
 | 
| @@ -431,7 +431,7 @@ buildDatabasesListResponse() {
 | 
|  checkDatabasesListResponse(api.DatabasesListResponse o) {
 | 
|    buildCounterDatabasesListResponse++;
 | 
|    if (buildCounterDatabasesListResponse < 3) {
 | 
| -    checkUnnamed3267(o.items);
 | 
| +    checkUnnamed3377(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterDatabasesListResponse--;
 | 
| @@ -456,27 +456,27 @@ checkExportContextCsvExportOptions(api.ExportContextCsvExportOptions o) {
 | 
|    buildCounterExportContextCsvExportOptions--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3268() {
 | 
| +buildUnnamed3378() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3268(core.List<core.String> o) {
 | 
| +checkUnnamed3378(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3269() {
 | 
| +buildUnnamed3379() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3269(core.List<core.String> o) {
 | 
| +checkUnnamed3379(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
| @@ -488,7 +488,7 @@ buildExportContextSqlExportOptions() {
 | 
|    buildCounterExportContextSqlExportOptions++;
 | 
|    if (buildCounterExportContextSqlExportOptions < 3) {
 | 
|      o.schemaOnly = true;
 | 
| -    o.tables = buildUnnamed3269();
 | 
| +    o.tables = buildUnnamed3379();
 | 
|    }
 | 
|    buildCounterExportContextSqlExportOptions--;
 | 
|    return o;
 | 
| @@ -498,7 +498,7 @@ checkExportContextSqlExportOptions(api.ExportContextSqlExportOptions o) {
 | 
|    buildCounterExportContextSqlExportOptions++;
 | 
|    if (buildCounterExportContextSqlExportOptions < 3) {
 | 
|      unittest.expect(o.schemaOnly, unittest.isTrue);
 | 
| -    checkUnnamed3269(o.tables);
 | 
| +    checkUnnamed3379(o.tables);
 | 
|    }
 | 
|    buildCounterExportContextSqlExportOptions--;
 | 
|  }
 | 
| @@ -509,7 +509,7 @@ buildExportContext() {
 | 
|    buildCounterExportContext++;
 | 
|    if (buildCounterExportContext < 3) {
 | 
|      o.csvExportOptions = buildExportContextCsvExportOptions();
 | 
| -    o.databases = buildUnnamed3268();
 | 
| +    o.databases = buildUnnamed3378();
 | 
|      o.fileType = "foo";
 | 
|      o.kind = "foo";
 | 
|      o.sqlExportOptions = buildExportContextSqlExportOptions();
 | 
| @@ -523,7 +523,7 @@ checkExportContext(api.ExportContext o) {
 | 
|    buildCounterExportContext++;
 | 
|    if (buildCounterExportContext < 3) {
 | 
|      checkExportContextCsvExportOptions(o.csvExportOptions);
 | 
| -    checkUnnamed3268(o.databases);
 | 
| +    checkUnnamed3378(o.databases);
 | 
|      unittest.expect(o.fileType, unittest.equals('foo'));
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      checkExportContextSqlExportOptions(o.sqlExportOptions);
 | 
| @@ -553,27 +553,27 @@ checkFailoverContext(api.FailoverContext o) {
 | 
|    buildCounterFailoverContext--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3270() {
 | 
| +buildUnnamed3380() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3270(core.List<core.String> o) {
 | 
| +checkUnnamed3380(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3271() {
 | 
| +buildUnnamed3381() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3271(core.List<core.String> o) {
 | 
| +checkUnnamed3381(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
| @@ -584,8 +584,8 @@ buildFlag() {
 | 
|    var o = new api.Flag();
 | 
|    buildCounterFlag++;
 | 
|    if (buildCounterFlag < 3) {
 | 
| -    o.allowedStringValues = buildUnnamed3270();
 | 
| -    o.appliesTo = buildUnnamed3271();
 | 
| +    o.allowedStringValues = buildUnnamed3380();
 | 
| +    o.appliesTo = buildUnnamed3381();
 | 
|      o.kind = "foo";
 | 
|      o.maxValue = "foo";
 | 
|      o.minValue = "foo";
 | 
| @@ -600,8 +600,8 @@ buildFlag() {
 | 
|  checkFlag(api.Flag o) {
 | 
|    buildCounterFlag++;
 | 
|    if (buildCounterFlag < 3) {
 | 
| -    checkUnnamed3270(o.allowedStringValues);
 | 
| -    checkUnnamed3271(o.appliesTo);
 | 
| +    checkUnnamed3380(o.allowedStringValues);
 | 
| +    checkUnnamed3381(o.appliesTo);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.maxValue, unittest.equals('foo'));
 | 
|      unittest.expect(o.minValue, unittest.equals('foo'));
 | 
| @@ -612,14 +612,14 @@ checkFlag(api.Flag o) {
 | 
|    buildCounterFlag--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3272() {
 | 
| +buildUnnamed3382() {
 | 
|    var o = new core.List<api.Flag>();
 | 
|    o.add(buildFlag());
 | 
|    o.add(buildFlag());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3272(core.List<api.Flag> o) {
 | 
| +checkUnnamed3382(core.List<api.Flag> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkFlag(o[0]);
 | 
|    checkFlag(o[1]);
 | 
| @@ -630,7 +630,7 @@ buildFlagsListResponse() {
 | 
|    var o = new api.FlagsListResponse();
 | 
|    buildCounterFlagsListResponse++;
 | 
|    if (buildCounterFlagsListResponse < 3) {
 | 
| -    o.items = buildUnnamed3272();
 | 
| +    o.items = buildUnnamed3382();
 | 
|      o.kind = "foo";
 | 
|    }
 | 
|    buildCounterFlagsListResponse--;
 | 
| @@ -640,20 +640,20 @@ buildFlagsListResponse() {
 | 
|  checkFlagsListResponse(api.FlagsListResponse o) {
 | 
|    buildCounterFlagsListResponse++;
 | 
|    if (buildCounterFlagsListResponse < 3) {
 | 
| -    checkUnnamed3272(o.items);
 | 
| +    checkUnnamed3382(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterFlagsListResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3273() {
 | 
| +buildUnnamed3383() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3273(core.List<core.String> o) {
 | 
| +checkUnnamed3383(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
| @@ -664,7 +664,7 @@ buildImportContextCsvImportOptions() {
 | 
|    var o = new api.ImportContextCsvImportOptions();
 | 
|    buildCounterImportContextCsvImportOptions++;
 | 
|    if (buildCounterImportContextCsvImportOptions < 3) {
 | 
| -    o.columns = buildUnnamed3273();
 | 
| +    o.columns = buildUnnamed3383();
 | 
|      o.table = "foo";
 | 
|    }
 | 
|    buildCounterImportContextCsvImportOptions--;
 | 
| @@ -674,7 +674,7 @@ buildImportContextCsvImportOptions() {
 | 
|  checkImportContextCsvImportOptions(api.ImportContextCsvImportOptions o) {
 | 
|    buildCounterImportContextCsvImportOptions++;
 | 
|    if (buildCounterImportContextCsvImportOptions < 3) {
 | 
| -    checkUnnamed3273(o.columns);
 | 
| +    checkUnnamed3383(o.columns);
 | 
|      unittest.expect(o.table, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterImportContextCsvImportOptions--;
 | 
| @@ -783,14 +783,14 @@ checkInstancesImportRequest(api.InstancesImportRequest o) {
 | 
|    buildCounterInstancesImportRequest--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3274() {
 | 
| +buildUnnamed3384() {
 | 
|    var o = new core.List<api.DatabaseInstance>();
 | 
|    o.add(buildDatabaseInstance());
 | 
|    o.add(buildDatabaseInstance());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3274(core.List<api.DatabaseInstance> o) {
 | 
| +checkUnnamed3384(core.List<api.DatabaseInstance> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkDatabaseInstance(o[0]);
 | 
|    checkDatabaseInstance(o[1]);
 | 
| @@ -801,7 +801,7 @@ buildInstancesListResponse() {
 | 
|    var o = new api.InstancesListResponse();
 | 
|    buildCounterInstancesListResponse++;
 | 
|    if (buildCounterInstancesListResponse < 3) {
 | 
| -    o.items = buildUnnamed3274();
 | 
| +    o.items = buildUnnamed3384();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
| @@ -812,7 +812,7 @@ buildInstancesListResponse() {
 | 
|  checkInstancesListResponse(api.InstancesListResponse o) {
 | 
|    buildCounterInstancesListResponse++;
 | 
|    if (buildCounterInstancesListResponse < 3) {
 | 
| -    checkUnnamed3274(o.items);
 | 
| +    checkUnnamed3384(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
| @@ -857,14 +857,14 @@ checkInstancesTruncateLogRequest(api.InstancesTruncateLogRequest o) {
 | 
|    buildCounterInstancesTruncateLogRequest--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3275() {
 | 
| +buildUnnamed3385() {
 | 
|    var o = new core.List<api.AclEntry>();
 | 
|    o.add(buildAclEntry());
 | 
|    o.add(buildAclEntry());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3275(core.List<api.AclEntry> o) {
 | 
| +checkUnnamed3385(core.List<api.AclEntry> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAclEntry(o[0]);
 | 
|    checkAclEntry(o[1]);
 | 
| @@ -875,7 +875,7 @@ buildIpConfiguration() {
 | 
|    var o = new api.IpConfiguration();
 | 
|    buildCounterIpConfiguration++;
 | 
|    if (buildCounterIpConfiguration < 3) {
 | 
| -    o.authorizedNetworks = buildUnnamed3275();
 | 
| +    o.authorizedNetworks = buildUnnamed3385();
 | 
|      o.ipv4Enabled = true;
 | 
|      o.requireSsl = true;
 | 
|    }
 | 
| @@ -886,7 +886,7 @@ buildIpConfiguration() {
 | 
|  checkIpConfiguration(api.IpConfiguration o) {
 | 
|    buildCounterIpConfiguration++;
 | 
|    if (buildCounterIpConfiguration < 3) {
 | 
| -    checkUnnamed3275(o.authorizedNetworks);
 | 
| +    checkUnnamed3385(o.authorizedNetworks);
 | 
|      unittest.expect(o.ipv4Enabled, unittest.isTrue);
 | 
|      unittest.expect(o.requireSsl, unittest.isTrue);
 | 
|    }
 | 
| @@ -1115,14 +1115,14 @@ checkOperationError(api.OperationError o) {
 | 
|    buildCounterOperationError--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3276() {
 | 
| +buildUnnamed3386() {
 | 
|    var o = new core.List<api.OperationError>();
 | 
|    o.add(buildOperationError());
 | 
|    o.add(buildOperationError());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3276(core.List<api.OperationError> o) {
 | 
| +checkUnnamed3386(core.List<api.OperationError> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkOperationError(o[0]);
 | 
|    checkOperationError(o[1]);
 | 
| @@ -1133,7 +1133,7 @@ buildOperationErrors() {
 | 
|    var o = new api.OperationErrors();
 | 
|    buildCounterOperationErrors++;
 | 
|    if (buildCounterOperationErrors < 3) {
 | 
| -    o.errors = buildUnnamed3276();
 | 
| +    o.errors = buildUnnamed3386();
 | 
|      o.kind = "foo";
 | 
|    }
 | 
|    buildCounterOperationErrors--;
 | 
| @@ -1143,20 +1143,20 @@ buildOperationErrors() {
 | 
|  checkOperationErrors(api.OperationErrors o) {
 | 
|    buildCounterOperationErrors++;
 | 
|    if (buildCounterOperationErrors < 3) {
 | 
| -    checkUnnamed3276(o.errors);
 | 
| +    checkUnnamed3386(o.errors);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterOperationErrors--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3277() {
 | 
| +buildUnnamed3387() {
 | 
|    var o = new core.List<api.Operation>();
 | 
|    o.add(buildOperation());
 | 
|    o.add(buildOperation());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3277(core.List<api.Operation> o) {
 | 
| +checkUnnamed3387(core.List<api.Operation> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkOperation(o[0]);
 | 
|    checkOperation(o[1]);
 | 
| @@ -1167,7 +1167,7 @@ buildOperationsListResponse() {
 | 
|    var o = new api.OperationsListResponse();
 | 
|    buildCounterOperationsListResponse++;
 | 
|    if (buildCounterOperationsListResponse < 3) {
 | 
| -    o.items = buildUnnamed3277();
 | 
| +    o.items = buildUnnamed3387();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
| @@ -1178,7 +1178,7 @@ buildOperationsListResponse() {
 | 
|  checkOperationsListResponse(api.OperationsListResponse o) {
 | 
|    buildCounterOperationsListResponse++;
 | 
|    if (buildCounterOperationsListResponse < 3) {
 | 
| -    checkUnnamed3277(o.items);
 | 
| +    checkUnnamed3387(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
| @@ -1231,40 +1231,40 @@ checkRestoreBackupContext(api.RestoreBackupContext o) {
 | 
|    buildCounterRestoreBackupContext--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3278() {
 | 
| +buildUnnamed3388() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3278(core.List<core.String> o) {
 | 
| +checkUnnamed3388(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3279() {
 | 
| +buildUnnamed3389() {
 | 
|    var o = new core.List<api.DatabaseFlags>();
 | 
|    o.add(buildDatabaseFlags());
 | 
|    o.add(buildDatabaseFlags());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3279(core.List<api.DatabaseFlags> o) {
 | 
| +checkUnnamed3389(core.List<api.DatabaseFlags> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkDatabaseFlags(o[0]);
 | 
|    checkDatabaseFlags(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3280() {
 | 
| +buildUnnamed3390() {
 | 
|    var o = new core.List<api.Labels>();
 | 
|    o.add(buildLabels());
 | 
|    o.add(buildLabels());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3280(core.List<api.Labels> o) {
 | 
| +checkUnnamed3390(core.List<api.Labels> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkLabels(o[0]);
 | 
|    checkLabels(o[1]);
 | 
| @@ -1276,17 +1276,17 @@ buildSettings() {
 | 
|    buildCounterSettings++;
 | 
|    if (buildCounterSettings < 3) {
 | 
|      o.activationPolicy = "foo";
 | 
| -    o.authorizedGaeApplications = buildUnnamed3278();
 | 
| +    o.authorizedGaeApplications = buildUnnamed3388();
 | 
|      o.availabilityType = "foo";
 | 
|      o.backupConfiguration = buildBackupConfiguration();
 | 
|      o.crashSafeReplicationEnabled = true;
 | 
|      o.dataDiskSizeGb = "foo";
 | 
|      o.dataDiskType = "foo";
 | 
| -    o.databaseFlags = buildUnnamed3279();
 | 
| +    o.databaseFlags = buildUnnamed3389();
 | 
|      o.databaseReplicationEnabled = true;
 | 
|      o.ipConfiguration = buildIpConfiguration();
 | 
|      o.kind = "foo";
 | 
| -    o.labels = buildUnnamed3280();
 | 
| +    o.labels = buildUnnamed3390();
 | 
|      o.locationPreference = buildLocationPreference();
 | 
|      o.maintenanceWindow = buildMaintenanceWindow();
 | 
|      o.pricingPlan = "foo";
 | 
| @@ -1304,17 +1304,17 @@ checkSettings(api.Settings o) {
 | 
|    buildCounterSettings++;
 | 
|    if (buildCounterSettings < 3) {
 | 
|      unittest.expect(o.activationPolicy, unittest.equals('foo'));
 | 
| -    checkUnnamed3278(o.authorizedGaeApplications);
 | 
| +    checkUnnamed3388(o.authorizedGaeApplications);
 | 
|      unittest.expect(o.availabilityType, unittest.equals('foo'));
 | 
|      checkBackupConfiguration(o.backupConfiguration);
 | 
|      unittest.expect(o.crashSafeReplicationEnabled, unittest.isTrue);
 | 
|      unittest.expect(o.dataDiskSizeGb, unittest.equals('foo'));
 | 
|      unittest.expect(o.dataDiskType, unittest.equals('foo'));
 | 
| -    checkUnnamed3279(o.databaseFlags);
 | 
| +    checkUnnamed3389(o.databaseFlags);
 | 
|      unittest.expect(o.databaseReplicationEnabled, unittest.isTrue);
 | 
|      checkIpConfiguration(o.ipConfiguration);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed3280(o.labels);
 | 
| +    checkUnnamed3390(o.labels);
 | 
|      checkLocationPreference(o.locationPreference);
 | 
|      checkMaintenanceWindow(o.maintenanceWindow);
 | 
|      unittest.expect(o.pricingPlan, unittest.equals('foo'));
 | 
| @@ -1446,14 +1446,14 @@ checkSslCertsInsertResponse(api.SslCertsInsertResponse o) {
 | 
|    buildCounterSslCertsInsertResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3281() {
 | 
| +buildUnnamed3391() {
 | 
|    var o = new core.List<api.SslCert>();
 | 
|    o.add(buildSslCert());
 | 
|    o.add(buildSslCert());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3281(core.List<api.SslCert> o) {
 | 
| +checkUnnamed3391(core.List<api.SslCert> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkSslCert(o[0]);
 | 
|    checkSslCert(o[1]);
 | 
| @@ -1464,7 +1464,7 @@ buildSslCertsListResponse() {
 | 
|    var o = new api.SslCertsListResponse();
 | 
|    buildCounterSslCertsListResponse++;
 | 
|    if (buildCounterSslCertsListResponse < 3) {
 | 
| -    o.items = buildUnnamed3281();
 | 
| +    o.items = buildUnnamed3391();
 | 
|      o.kind = "foo";
 | 
|    }
 | 
|    buildCounterSslCertsListResponse--;
 | 
| @@ -1474,20 +1474,20 @@ buildSslCertsListResponse() {
 | 
|  checkSslCertsListResponse(api.SslCertsListResponse o) {
 | 
|    buildCounterSslCertsListResponse++;
 | 
|    if (buildCounterSslCertsListResponse < 3) {
 | 
| -    checkUnnamed3281(o.items);
 | 
| +    checkUnnamed3391(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterSslCertsListResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3282() {
 | 
| +buildUnnamed3392() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3282(core.List<core.String> o) {
 | 
| +checkUnnamed3392(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
| @@ -1501,7 +1501,7 @@ buildTier() {
 | 
|      o.DiskQuota = "foo";
 | 
|      o.RAM = "foo";
 | 
|      o.kind = "foo";
 | 
| -    o.region = buildUnnamed3282();
 | 
| +    o.region = buildUnnamed3392();
 | 
|      o.tier = "foo";
 | 
|    }
 | 
|    buildCounterTier--;
 | 
| @@ -1514,20 +1514,20 @@ checkTier(api.Tier o) {
 | 
|      unittest.expect(o.DiskQuota, unittest.equals('foo'));
 | 
|      unittest.expect(o.RAM, unittest.equals('foo'));
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed3282(o.region);
 | 
| +    checkUnnamed3392(o.region);
 | 
|      unittest.expect(o.tier, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterTier--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3283() {
 | 
| +buildUnnamed3393() {
 | 
|    var o = new core.List<api.Tier>();
 | 
|    o.add(buildTier());
 | 
|    o.add(buildTier());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3283(core.List<api.Tier> o) {
 | 
| +checkUnnamed3393(core.List<api.Tier> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkTier(o[0]);
 | 
|    checkTier(o[1]);
 | 
| @@ -1538,7 +1538,7 @@ buildTiersListResponse() {
 | 
|    var o = new api.TiersListResponse();
 | 
|    buildCounterTiersListResponse++;
 | 
|    if (buildCounterTiersListResponse < 3) {
 | 
| -    o.items = buildUnnamed3283();
 | 
| +    o.items = buildUnnamed3393();
 | 
|      o.kind = "foo";
 | 
|    }
 | 
|    buildCounterTiersListResponse--;
 | 
| @@ -1548,7 +1548,7 @@ buildTiersListResponse() {
 | 
|  checkTiersListResponse(api.TiersListResponse o) {
 | 
|    buildCounterTiersListResponse++;
 | 
|    if (buildCounterTiersListResponse < 3) {
 | 
| -    checkUnnamed3283(o.items);
 | 
| +    checkUnnamed3393(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterTiersListResponse--;
 | 
| @@ -1606,14 +1606,14 @@ checkUser(api.User o) {
 | 
|    buildCounterUser--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3284() {
 | 
| +buildUnnamed3394() {
 | 
|    var o = new core.List<api.User>();
 | 
|    o.add(buildUser());
 | 
|    o.add(buildUser());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3284(core.List<api.User> o) {
 | 
| +checkUnnamed3394(core.List<api.User> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkUser(o[0]);
 | 
|    checkUser(o[1]);
 | 
| @@ -1624,7 +1624,7 @@ buildUsersListResponse() {
 | 
|    var o = new api.UsersListResponse();
 | 
|    buildCounterUsersListResponse++;
 | 
|    if (buildCounterUsersListResponse < 3) {
 | 
| -    o.items = buildUnnamed3284();
 | 
| +    o.items = buildUnnamed3394();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
| @@ -1635,7 +1635,7 @@ buildUsersListResponse() {
 | 
|  checkUsersListResponse(api.UsersListResponse o) {
 | 
|    buildCounterUsersListResponse++;
 | 
|    if (buildCounterUsersListResponse < 3) {
 | 
| -    checkUnnamed3284(o.items);
 | 
| +    checkUnnamed3394(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
| 
 |