| Index: generated/googleapis_beta/test/manager/v1beta2_test.dart
 | 
| diff --git a/generated/googleapis_beta/test/manager/v1beta2_test.dart b/generated/googleapis_beta/test/manager/v1beta2_test.dart
 | 
| index 3e995c29d47c98ae2a247b84ef49c290b02e93a6..ce09d2804f3b8c5fc37e171c9450a826418a8eba 100644
 | 
| --- a/generated/googleapis_beta/test/manager/v1beta2_test.dart
 | 
| +++ b/generated/googleapis_beta/test/manager/v1beta2_test.dart
 | 
| @@ -39,14 +39,14 @@ checkAccessConfig(api.AccessConfig o) {
 | 
|    buildCounterAccessConfig--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1183() {
 | 
| +buildUnnamed1337() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1183(core.List<core.String> o) {
 | 
| +checkUnnamed1337(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'));
 | 
| @@ -57,7 +57,7 @@ buildAction() {
 | 
|    var o = new api.Action();
 | 
|    buildCounterAction++;
 | 
|    if (buildCounterAction < 3) {
 | 
| -    o.commands = buildUnnamed1183();
 | 
| +    o.commands = buildUnnamed1337();
 | 
|      o.timeoutMs = 42;
 | 
|    }
 | 
|    buildCounterAction--;
 | 
| @@ -67,20 +67,20 @@ buildAction() {
 | 
|  checkAction(api.Action o) {
 | 
|    buildCounterAction++;
 | 
|    if (buildCounterAction < 3) {
 | 
| -    checkUnnamed1183(o.commands);
 | 
| +    checkUnnamed1337(o.commands);
 | 
|      unittest.expect(o.timeoutMs, unittest.equals(42));
 | 
|    }
 | 
|    buildCounterAction--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1184() {
 | 
| +buildUnnamed1338() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1184(core.List<core.String> o) {
 | 
| +checkUnnamed1338(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'));
 | 
| @@ -92,7 +92,7 @@ buildAllowedRule() {
 | 
|    buildCounterAllowedRule++;
 | 
|    if (buildCounterAllowedRule < 3) {
 | 
|      o.IPProtocol = "foo";
 | 
| -    o.ports = buildUnnamed1184();
 | 
| +    o.ports = buildUnnamed1338();
 | 
|    }
 | 
|    buildCounterAllowedRule--;
 | 
|    return o;
 | 
| @@ -102,7 +102,7 @@ checkAllowedRule(api.AllowedRule o) {
 | 
|    buildCounterAllowedRule++;
 | 
|    if (buildCounterAllowedRule < 3) {
 | 
|      unittest.expect(o.IPProtocol, unittest.equals('foo'));
 | 
| -    checkUnnamed1184(o.ports);
 | 
| +    checkUnnamed1338(o.ports);
 | 
|    }
 | 
|    buildCounterAllowedRule--;
 | 
|  }
 | 
| @@ -178,27 +178,27 @@ checkDeployState(api.DeployState o) {
 | 
|    buildCounterDeployState--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1185() {
 | 
| +buildUnnamed1339() {
 | 
|    var o = new core.Map<core.String, api.ModuleStatus>();
 | 
|    o["x"] = buildModuleStatus();
 | 
|    o["y"] = buildModuleStatus();
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1185(core.Map<core.String, api.ModuleStatus> o) {
 | 
| +checkUnnamed1339(core.Map<core.String, api.ModuleStatus> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkModuleStatus(o["x"]);
 | 
|    checkModuleStatus(o["y"]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1186() {
 | 
| +buildUnnamed1340() {
 | 
|    var o = new core.List<api.ParamOverride>();
 | 
|    o.add(buildParamOverride());
 | 
|    o.add(buildParamOverride());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1186(core.List<api.ParamOverride> o) {
 | 
| +checkUnnamed1340(core.List<api.ParamOverride> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkParamOverride(o[0]);
 | 
|    checkParamOverride(o[1]);
 | 
| @@ -211,9 +211,9 @@ buildDeployment() {
 | 
|    if (buildCounterDeployment < 3) {
 | 
|      o.creationDate = "foo";
 | 
|      o.description = "foo";
 | 
| -    o.modules = buildUnnamed1185();
 | 
| +    o.modules = buildUnnamed1339();
 | 
|      o.name = "foo";
 | 
| -    o.overrides = buildUnnamed1186();
 | 
| +    o.overrides = buildUnnamed1340();
 | 
|      o.state = buildDeployState();
 | 
|      o.templateName = "foo";
 | 
|    }
 | 
| @@ -226,23 +226,23 @@ checkDeployment(api.Deployment o) {
 | 
|    if (buildCounterDeployment < 3) {
 | 
|      unittest.expect(o.creationDate, unittest.equals('foo'));
 | 
|      unittest.expect(o.description, unittest.equals('foo'));
 | 
| -    checkUnnamed1185(o.modules);
 | 
| +    checkUnnamed1339(o.modules);
 | 
|      unittest.expect(o.name, unittest.equals('foo'));
 | 
| -    checkUnnamed1186(o.overrides);
 | 
| +    checkUnnamed1340(o.overrides);
 | 
|      checkDeployState(o.state);
 | 
|      unittest.expect(o.templateName, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterDeployment--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1187() {
 | 
| +buildUnnamed1341() {
 | 
|    var o = new core.List<api.Deployment>();
 | 
|    o.add(buildDeployment());
 | 
|    o.add(buildDeployment());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1187(core.List<api.Deployment> o) {
 | 
| +checkUnnamed1341(core.List<api.Deployment> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkDeployment(o[0]);
 | 
|    checkDeployment(o[1]);
 | 
| @@ -254,7 +254,7 @@ buildDeploymentsListResponse() {
 | 
|    buildCounterDeploymentsListResponse++;
 | 
|    if (buildCounterDeploymentsListResponse < 3) {
 | 
|      o.nextPageToken = "foo";
 | 
| -    o.resources = buildUnnamed1187();
 | 
| +    o.resources = buildUnnamed1341();
 | 
|    }
 | 
|    buildCounterDeploymentsListResponse--;
 | 
|    return o;
 | 
| @@ -264,7 +264,7 @@ checkDeploymentsListResponse(api.DeploymentsListResponse o) {
 | 
|    buildCounterDeploymentsListResponse++;
 | 
|    if (buildCounterDeploymentsListResponse < 3) {
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
| -    checkUnnamed1187(o.resources);
 | 
| +    checkUnnamed1341(o.resources);
 | 
|    }
 | 
|    buildCounterDeploymentsListResponse--;
 | 
|  }
 | 
| @@ -332,53 +332,53 @@ checkExistingDisk(api.ExistingDisk o) {
 | 
|    buildCounterExistingDisk--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1188() {
 | 
| +buildUnnamed1342() {
 | 
|    var o = new core.List<api.AllowedRule>();
 | 
|    o.add(buildAllowedRule());
 | 
|    o.add(buildAllowedRule());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1188(core.List<api.AllowedRule> o) {
 | 
| +checkUnnamed1342(core.List<api.AllowedRule> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAllowedRule(o[0]);
 | 
|    checkAllowedRule(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1189() {
 | 
| +buildUnnamed1343() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1189(core.List<core.String> o) {
 | 
| +checkUnnamed1343(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'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1190() {
 | 
| +buildUnnamed1344() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1190(core.List<core.String> o) {
 | 
| +checkUnnamed1344(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'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1191() {
 | 
| +buildUnnamed1345() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1191(core.List<core.String> o) {
 | 
| +checkUnnamed1345(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'));
 | 
| @@ -389,12 +389,12 @@ buildFirewallModule() {
 | 
|    var o = new api.FirewallModule();
 | 
|    buildCounterFirewallModule++;
 | 
|    if (buildCounterFirewallModule < 3) {
 | 
| -    o.allowed = buildUnnamed1188();
 | 
| +    o.allowed = buildUnnamed1342();
 | 
|      o.description = "foo";
 | 
|      o.network = "foo";
 | 
| -    o.sourceRanges = buildUnnamed1189();
 | 
| -    o.sourceTags = buildUnnamed1190();
 | 
| -    o.targetTags = buildUnnamed1191();
 | 
| +    o.sourceRanges = buildUnnamed1343();
 | 
| +    o.sourceTags = buildUnnamed1344();
 | 
| +    o.targetTags = buildUnnamed1345();
 | 
|    }
 | 
|    buildCounterFirewallModule--;
 | 
|    return o;
 | 
| @@ -403,12 +403,12 @@ buildFirewallModule() {
 | 
|  checkFirewallModule(api.FirewallModule o) {
 | 
|    buildCounterFirewallModule++;
 | 
|    if (buildCounterFirewallModule < 3) {
 | 
| -    checkUnnamed1188(o.allowed);
 | 
| +    checkUnnamed1342(o.allowed);
 | 
|      unittest.expect(o.description, unittest.equals('foo'));
 | 
|      unittest.expect(o.network, unittest.equals('foo'));
 | 
| -    checkUnnamed1189(o.sourceRanges);
 | 
| -    checkUnnamed1190(o.sourceTags);
 | 
| -    checkUnnamed1191(o.targetTags);
 | 
| +    checkUnnamed1343(o.sourceRanges);
 | 
| +    checkUnnamed1344(o.sourceTags);
 | 
| +    checkUnnamed1345(o.targetTags);
 | 
|    }
 | 
|    buildCounterFirewallModule--;
 | 
|  }
 | 
| @@ -484,27 +484,27 @@ checkHealthCheckModuleStatus(api.HealthCheckModuleStatus o) {
 | 
|    buildCounterHealthCheckModuleStatus--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1192() {
 | 
| +buildUnnamed1346() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1192(core.List<core.String> o) {
 | 
| +checkUnnamed1346(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'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1193() {
 | 
| +buildUnnamed1347() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1193(core.List<core.String> o) {
 | 
| +checkUnnamed1347(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'));
 | 
| @@ -516,12 +516,12 @@ buildLbModule() {
 | 
|    buildCounterLbModule++;
 | 
|    if (buildCounterLbModule < 3) {
 | 
|      o.description = "foo";
 | 
| -    o.healthChecks = buildUnnamed1192();
 | 
| +    o.healthChecks = buildUnnamed1346();
 | 
|      o.ipAddress = "foo";
 | 
|      o.ipProtocol = "foo";
 | 
|      o.portRange = "foo";
 | 
|      o.sessionAffinity = "foo";
 | 
| -    o.targetModules = buildUnnamed1193();
 | 
| +    o.targetModules = buildUnnamed1347();
 | 
|    }
 | 
|    buildCounterLbModule--;
 | 
|    return o;
 | 
| @@ -531,12 +531,12 @@ checkLbModule(api.LbModule o) {
 | 
|    buildCounterLbModule++;
 | 
|    if (buildCounterLbModule < 3) {
 | 
|      unittest.expect(o.description, unittest.equals('foo'));
 | 
| -    checkUnnamed1192(o.healthChecks);
 | 
| +    checkUnnamed1346(o.healthChecks);
 | 
|      unittest.expect(o.ipAddress, unittest.equals('foo'));
 | 
|      unittest.expect(o.ipProtocol, unittest.equals('foo'));
 | 
|      unittest.expect(o.portRange, unittest.equals('foo'));
 | 
|      unittest.expect(o.sessionAffinity, unittest.equals('foo'));
 | 
| -    checkUnnamed1193(o.targetModules);
 | 
| +    checkUnnamed1347(o.targetModules);
 | 
|    }
 | 
|    buildCounterLbModule--;
 | 
|  }
 | 
| @@ -562,14 +562,14 @@ checkLbModuleStatus(api.LbModuleStatus o) {
 | 
|    buildCounterLbModuleStatus--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1194() {
 | 
| +buildUnnamed1348() {
 | 
|    var o = new core.List<api.MetadataItem>();
 | 
|    o.add(buildMetadataItem());
 | 
|    o.add(buildMetadataItem());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1194(core.List<api.MetadataItem> o) {
 | 
| +checkUnnamed1348(core.List<api.MetadataItem> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkMetadataItem(o[0]);
 | 
|    checkMetadataItem(o[1]);
 | 
| @@ -581,7 +581,7 @@ buildMetadata() {
 | 
|    buildCounterMetadata++;
 | 
|    if (buildCounterMetadata < 3) {
 | 
|      o.fingerPrint = "foo";
 | 
| -    o.items = buildUnnamed1194();
 | 
| +    o.items = buildUnnamed1348();
 | 
|    }
 | 
|    buildCounterMetadata--;
 | 
|    return o;
 | 
| @@ -591,7 +591,7 @@ checkMetadata(api.Metadata o) {
 | 
|    buildCounterMetadata++;
 | 
|    if (buildCounterMetadata < 3) {
 | 
|      unittest.expect(o.fingerPrint, unittest.equals('foo'));
 | 
| -    checkUnnamed1194(o.items);
 | 
| +    checkUnnamed1348(o.items);
 | 
|    }
 | 
|    buildCounterMetadata--;
 | 
|  }
 | 
| @@ -681,14 +681,14 @@ checkModuleStatus(api.ModuleStatus o) {
 | 
|    buildCounterModuleStatus--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1195() {
 | 
| +buildUnnamed1349() {
 | 
|    var o = new core.List<api.AccessConfig>();
 | 
|    o.add(buildAccessConfig());
 | 
|    o.add(buildAccessConfig());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1195(core.List<api.AccessConfig> o) {
 | 
| +checkUnnamed1349(core.List<api.AccessConfig> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAccessConfig(o[0]);
 | 
|    checkAccessConfig(o[1]);
 | 
| @@ -699,7 +699,7 @@ buildNetworkInterface() {
 | 
|    var o = new api.NetworkInterface();
 | 
|    buildCounterNetworkInterface++;
 | 
|    if (buildCounterNetworkInterface < 3) {
 | 
| -    o.accessConfigs = buildUnnamed1195();
 | 
| +    o.accessConfigs = buildUnnamed1349();
 | 
|      o.name = "foo";
 | 
|      o.network = "foo";
 | 
|      o.networkIp = "foo";
 | 
| @@ -711,7 +711,7 @@ buildNetworkInterface() {
 | 
|  checkNetworkInterface(api.NetworkInterface o) {
 | 
|    buildCounterNetworkInterface++;
 | 
|    if (buildCounterNetworkInterface < 3) {
 | 
| -    checkUnnamed1195(o.accessConfigs);
 | 
| +    checkUnnamed1349(o.accessConfigs);
 | 
|      unittest.expect(o.name, unittest.equals('foo'));
 | 
|      unittest.expect(o.network, unittest.equals('foo'));
 | 
|      unittest.expect(o.networkIp, unittest.equals('foo'));
 | 
| @@ -830,27 +830,27 @@ checkParamOverride(api.ParamOverride o) {
 | 
|    buildCounterParamOverride--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1196() {
 | 
| +buildUnnamed1350() {
 | 
|    var o = new core.Map<core.String, api.EnvVariable>();
 | 
|    o["x"] = buildEnvVariable();
 | 
|    o["y"] = buildEnvVariable();
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1196(core.Map<core.String, api.EnvVariable> o) {
 | 
| +checkUnnamed1350(core.Map<core.String, api.EnvVariable> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkEnvVariable(o["x"]);
 | 
|    checkEnvVariable(o["y"]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1197() {
 | 
| +buildUnnamed1351() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1197(core.List<core.String> o) {
 | 
| +checkUnnamed1351(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'));
 | 
| @@ -861,8 +861,8 @@ buildReplicaPoolModule() {
 | 
|    var o = new api.ReplicaPoolModule();
 | 
|    buildCounterReplicaPoolModule++;
 | 
|    if (buildCounterReplicaPoolModule < 3) {
 | 
| -    o.envVariables = buildUnnamed1196();
 | 
| -    o.healthChecks = buildUnnamed1197();
 | 
| +    o.envVariables = buildUnnamed1350();
 | 
| +    o.healthChecks = buildUnnamed1351();
 | 
|      o.numReplicas = 42;
 | 
|      o.replicaPoolParams = buildReplicaPoolParams();
 | 
|      o.resourceView = "foo";
 | 
| @@ -874,8 +874,8 @@ buildReplicaPoolModule() {
 | 
|  checkReplicaPoolModule(api.ReplicaPoolModule o) {
 | 
|    buildCounterReplicaPoolModule++;
 | 
|    if (buildCounterReplicaPoolModule < 3) {
 | 
| -    checkUnnamed1196(o.envVariables);
 | 
| -    checkUnnamed1197(o.healthChecks);
 | 
| +    checkUnnamed1350(o.envVariables);
 | 
| +    checkUnnamed1351(o.healthChecks);
 | 
|      unittest.expect(o.numReplicas, unittest.equals(42));
 | 
|      checkReplicaPoolParams(o.replicaPoolParams);
 | 
|      unittest.expect(o.resourceView, unittest.equals('foo'));
 | 
| @@ -923,53 +923,53 @@ checkReplicaPoolParams(api.ReplicaPoolParams o) {
 | 
|    buildCounterReplicaPoolParams--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1198() {
 | 
| +buildUnnamed1352() {
 | 
|    var o = new core.List<api.ExistingDisk>();
 | 
|    o.add(buildExistingDisk());
 | 
|    o.add(buildExistingDisk());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1198(core.List<api.ExistingDisk> o) {
 | 
| +checkUnnamed1352(core.List<api.ExistingDisk> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkExistingDisk(o[0]);
 | 
|    checkExistingDisk(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1199() {
 | 
| +buildUnnamed1353() {
 | 
|    var o = new core.List<api.NewDisk>();
 | 
|    o.add(buildNewDisk());
 | 
|    o.add(buildNewDisk());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1199(core.List<api.NewDisk> o) {
 | 
| +checkUnnamed1353(core.List<api.NewDisk> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkNewDisk(o[0]);
 | 
|    checkNewDisk(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1200() {
 | 
| +buildUnnamed1354() {
 | 
|    var o = new core.List<api.NetworkInterface>();
 | 
|    o.add(buildNetworkInterface());
 | 
|    o.add(buildNetworkInterface());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1200(core.List<api.NetworkInterface> o) {
 | 
| +checkUnnamed1354(core.List<api.NetworkInterface> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkNetworkInterface(o[0]);
 | 
|    checkNetworkInterface(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1201() {
 | 
| +buildUnnamed1355() {
 | 
|    var o = new core.List<api.ServiceAccount>();
 | 
|    o.add(buildServiceAccount());
 | 
|    o.add(buildServiceAccount());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1201(core.List<api.ServiceAccount> o) {
 | 
| +checkUnnamed1355(core.List<api.ServiceAccount> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkServiceAccount(o[0]);
 | 
|    checkServiceAccount(o[1]);
 | 
| @@ -984,14 +984,14 @@ buildReplicaPoolParamsV1Beta1() {
 | 
|      o.baseInstanceName = "foo";
 | 
|      o.canIpForward = true;
 | 
|      o.description = "foo";
 | 
| -    o.disksToAttach = buildUnnamed1198();
 | 
| -    o.disksToCreate = buildUnnamed1199();
 | 
| +    o.disksToAttach = buildUnnamed1352();
 | 
| +    o.disksToCreate = buildUnnamed1353();
 | 
|      o.initAction = "foo";
 | 
|      o.machineType = "foo";
 | 
|      o.metadata = buildMetadata();
 | 
| -    o.networkInterfaces = buildUnnamed1200();
 | 
| +    o.networkInterfaces = buildUnnamed1354();
 | 
|      o.onHostMaintenance = "foo";
 | 
| -    o.serviceAccounts = buildUnnamed1201();
 | 
| +    o.serviceAccounts = buildUnnamed1355();
 | 
|      o.tags = buildTag();
 | 
|      o.zone = "foo";
 | 
|    }
 | 
| @@ -1006,28 +1006,28 @@ checkReplicaPoolParamsV1Beta1(api.ReplicaPoolParamsV1Beta1 o) {
 | 
|      unittest.expect(o.baseInstanceName, unittest.equals('foo'));
 | 
|      unittest.expect(o.canIpForward, unittest.isTrue);
 | 
|      unittest.expect(o.description, unittest.equals('foo'));
 | 
| -    checkUnnamed1198(o.disksToAttach);
 | 
| -    checkUnnamed1199(o.disksToCreate);
 | 
| +    checkUnnamed1352(o.disksToAttach);
 | 
| +    checkUnnamed1353(o.disksToCreate);
 | 
|      unittest.expect(o.initAction, unittest.equals('foo'));
 | 
|      unittest.expect(o.machineType, unittest.equals('foo'));
 | 
|      checkMetadata(o.metadata);
 | 
| -    checkUnnamed1200(o.networkInterfaces);
 | 
| +    checkUnnamed1354(o.networkInterfaces);
 | 
|      unittest.expect(o.onHostMaintenance, unittest.equals('foo'));
 | 
| -    checkUnnamed1201(o.serviceAccounts);
 | 
| +    checkUnnamed1355(o.serviceAccounts);
 | 
|      checkTag(o.tags);
 | 
|      unittest.expect(o.zone, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterReplicaPoolParamsV1Beta1--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1202() {
 | 
| +buildUnnamed1356() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1202(core.List<core.String> o) {
 | 
| +checkUnnamed1356(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'));
 | 
| @@ -1039,7 +1039,7 @@ buildServiceAccount() {
 | 
|    buildCounterServiceAccount++;
 | 
|    if (buildCounterServiceAccount < 3) {
 | 
|      o.email = "foo";
 | 
| -    o.scopes = buildUnnamed1202();
 | 
| +    o.scopes = buildUnnamed1356();
 | 
|    }
 | 
|    buildCounterServiceAccount--;
 | 
|    return o;
 | 
| @@ -1049,19 +1049,19 @@ checkServiceAccount(api.ServiceAccount o) {
 | 
|    buildCounterServiceAccount++;
 | 
|    if (buildCounterServiceAccount < 3) {
 | 
|      unittest.expect(o.email, unittest.equals('foo'));
 | 
| -    checkUnnamed1202(o.scopes);
 | 
| +    checkUnnamed1356(o.scopes);
 | 
|    }
 | 
|    buildCounterServiceAccount--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1203() {
 | 
| +buildUnnamed1357() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1203(core.List<core.String> o) {
 | 
| +checkUnnamed1357(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'));
 | 
| @@ -1073,7 +1073,7 @@ buildTag() {
 | 
|    buildCounterTag++;
 | 
|    if (buildCounterTag < 3) {
 | 
|      o.fingerPrint = "foo";
 | 
| -    o.items = buildUnnamed1203();
 | 
| +    o.items = buildUnnamed1357();
 | 
|    }
 | 
|    buildCounterTag--;
 | 
|    return o;
 | 
| @@ -1083,32 +1083,32 @@ checkTag(api.Tag o) {
 | 
|    buildCounterTag++;
 | 
|    if (buildCounterTag < 3) {
 | 
|      unittest.expect(o.fingerPrint, unittest.equals('foo'));
 | 
| -    checkUnnamed1203(o.items);
 | 
| +    checkUnnamed1357(o.items);
 | 
|    }
 | 
|    buildCounterTag--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1204() {
 | 
| +buildUnnamed1358() {
 | 
|    var o = new core.Map<core.String, api.Action>();
 | 
|    o["x"] = buildAction();
 | 
|    o["y"] = buildAction();
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1204(core.Map<core.String, api.Action> o) {
 | 
| +checkUnnamed1358(core.Map<core.String, api.Action> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAction(o["x"]);
 | 
|    checkAction(o["y"]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1205() {
 | 
| +buildUnnamed1359() {
 | 
|    var o = new core.Map<core.String, api.Module>();
 | 
|    o["x"] = buildModule();
 | 
|    o["y"] = buildModule();
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1205(core.Map<core.String, api.Module> o) {
 | 
| +checkUnnamed1359(core.Map<core.String, api.Module> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkModule(o["x"]);
 | 
|    checkModule(o["y"]);
 | 
| @@ -1119,9 +1119,9 @@ buildTemplate() {
 | 
|    var o = new api.Template();
 | 
|    buildCounterTemplate++;
 | 
|    if (buildCounterTemplate < 3) {
 | 
| -    o.actions = buildUnnamed1204();
 | 
| +    o.actions = buildUnnamed1358();
 | 
|      o.description = "foo";
 | 
| -    o.modules = buildUnnamed1205();
 | 
| +    o.modules = buildUnnamed1359();
 | 
|      o.name = "foo";
 | 
|    }
 | 
|    buildCounterTemplate--;
 | 
| @@ -1131,22 +1131,22 @@ buildTemplate() {
 | 
|  checkTemplate(api.Template o) {
 | 
|    buildCounterTemplate++;
 | 
|    if (buildCounterTemplate < 3) {
 | 
| -    checkUnnamed1204(o.actions);
 | 
| +    checkUnnamed1358(o.actions);
 | 
|      unittest.expect(o.description, unittest.equals('foo'));
 | 
| -    checkUnnamed1205(o.modules);
 | 
| +    checkUnnamed1359(o.modules);
 | 
|      unittest.expect(o.name, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterTemplate--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1206() {
 | 
| +buildUnnamed1360() {
 | 
|    var o = new core.List<api.Template>();
 | 
|    o.add(buildTemplate());
 | 
|    o.add(buildTemplate());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1206(core.List<api.Template> o) {
 | 
| +checkUnnamed1360(core.List<api.Template> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkTemplate(o[0]);
 | 
|    checkTemplate(o[1]);
 | 
| @@ -1158,7 +1158,7 @@ buildTemplatesListResponse() {
 | 
|    buildCounterTemplatesListResponse++;
 | 
|    if (buildCounterTemplatesListResponse < 3) {
 | 
|      o.nextPageToken = "foo";
 | 
| -    o.resources = buildUnnamed1206();
 | 
| +    o.resources = buildUnnamed1360();
 | 
|    }
 | 
|    buildCounterTemplatesListResponse--;
 | 
|    return o;
 | 
| @@ -1168,7 +1168,7 @@ checkTemplatesListResponse(api.TemplatesListResponse o) {
 | 
|    buildCounterTemplatesListResponse++;
 | 
|    if (buildCounterTemplatesListResponse < 3) {
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
| -    checkUnnamed1206(o.resources);
 | 
| +    checkUnnamed1360(o.resources);
 | 
|    }
 | 
|    buildCounterTemplatesListResponse--;
 | 
|  }
 | 
| 
 |