| 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 b7c64acda6b57a117613e5353cf0c5e7949db7b2..b1573eea075ddf6dee98f9a5d4fee74d4f836d5b 100644
|
| --- a/generated/googleapis_beta/test/manager/v1beta2_test.dart
|
| +++ b/generated/googleapis_beta/test/manager/v1beta2_test.dart
|
| @@ -74,14 +74,14 @@ checkAccessConfig(api.AccessConfig o) {
|
| buildCounterAccessConfig--;
|
| }
|
|
|
| -buildUnnamed1721() {
|
| +buildUnnamed2486() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1721(core.List<core.String> o) {
|
| +checkUnnamed2486(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 @@ buildAction() {
|
| var o = new api.Action();
|
| buildCounterAction++;
|
| if (buildCounterAction < 3) {
|
| - o.commands = buildUnnamed1721();
|
| + o.commands = buildUnnamed2486();
|
| o.timeoutMs = 42;
|
| }
|
| buildCounterAction--;
|
| @@ -102,20 +102,20 @@ buildAction() {
|
| checkAction(api.Action o) {
|
| buildCounterAction++;
|
| if (buildCounterAction < 3) {
|
| - checkUnnamed1721(o.commands);
|
| + checkUnnamed2486(o.commands);
|
| unittest.expect(o.timeoutMs, unittest.equals(42));
|
| }
|
| buildCounterAction--;
|
| }
|
|
|
| -buildUnnamed1722() {
|
| +buildUnnamed2487() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1722(core.List<core.String> o) {
|
| +checkUnnamed2487(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'));
|
| @@ -127,7 +127,7 @@ buildAllowedRule() {
|
| buildCounterAllowedRule++;
|
| if (buildCounterAllowedRule < 3) {
|
| o.IPProtocol = "foo";
|
| - o.ports = buildUnnamed1722();
|
| + o.ports = buildUnnamed2487();
|
| }
|
| buildCounterAllowedRule--;
|
| return o;
|
| @@ -137,7 +137,7 @@ checkAllowedRule(api.AllowedRule o) {
|
| buildCounterAllowedRule++;
|
| if (buildCounterAllowedRule < 3) {
|
| unittest.expect(o.IPProtocol, unittest.equals('foo'));
|
| - checkUnnamed1722(o.ports);
|
| + checkUnnamed2487(o.ports);
|
| }
|
| buildCounterAllowedRule--;
|
| }
|
| @@ -213,27 +213,27 @@ checkDeployState(api.DeployState o) {
|
| buildCounterDeployState--;
|
| }
|
|
|
| -buildUnnamed1723() {
|
| +buildUnnamed2488() {
|
| var o = new core.Map<core.String, api.ModuleStatus>();
|
| o["x"] = buildModuleStatus();
|
| o["y"] = buildModuleStatus();
|
| return o;
|
| }
|
|
|
| -checkUnnamed1723(core.Map<core.String, api.ModuleStatus> o) {
|
| +checkUnnamed2488(core.Map<core.String, api.ModuleStatus> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkModuleStatus(o["x"]);
|
| checkModuleStatus(o["y"]);
|
| }
|
|
|
| -buildUnnamed1724() {
|
| +buildUnnamed2489() {
|
| var o = new core.List<api.ParamOverride>();
|
| o.add(buildParamOverride());
|
| o.add(buildParamOverride());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1724(core.List<api.ParamOverride> o) {
|
| +checkUnnamed2489(core.List<api.ParamOverride> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkParamOverride(o[0]);
|
| checkParamOverride(o[1]);
|
| @@ -246,9 +246,9 @@ buildDeployment() {
|
| if (buildCounterDeployment < 3) {
|
| o.creationDate = "foo";
|
| o.description = "foo";
|
| - o.modules = buildUnnamed1723();
|
| + o.modules = buildUnnamed2488();
|
| o.name = "foo";
|
| - o.overrides = buildUnnamed1724();
|
| + o.overrides = buildUnnamed2489();
|
| o.state = buildDeployState();
|
| o.templateName = "foo";
|
| }
|
| @@ -261,23 +261,23 @@ checkDeployment(api.Deployment o) {
|
| if (buildCounterDeployment < 3) {
|
| unittest.expect(o.creationDate, unittest.equals('foo'));
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| - checkUnnamed1723(o.modules);
|
| + checkUnnamed2488(o.modules);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| - checkUnnamed1724(o.overrides);
|
| + checkUnnamed2489(o.overrides);
|
| checkDeployState(o.state);
|
| unittest.expect(o.templateName, unittest.equals('foo'));
|
| }
|
| buildCounterDeployment--;
|
| }
|
|
|
| -buildUnnamed1725() {
|
| +buildUnnamed2490() {
|
| var o = new core.List<api.Deployment>();
|
| o.add(buildDeployment());
|
| o.add(buildDeployment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1725(core.List<api.Deployment> o) {
|
| +checkUnnamed2490(core.List<api.Deployment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDeployment(o[0]);
|
| checkDeployment(o[1]);
|
| @@ -289,7 +289,7 @@ buildDeploymentsListResponse() {
|
| buildCounterDeploymentsListResponse++;
|
| if (buildCounterDeploymentsListResponse < 3) {
|
| o.nextPageToken = "foo";
|
| - o.resources = buildUnnamed1725();
|
| + o.resources = buildUnnamed2490();
|
| }
|
| buildCounterDeploymentsListResponse--;
|
| return o;
|
| @@ -299,7 +299,7 @@ checkDeploymentsListResponse(api.DeploymentsListResponse o) {
|
| buildCounterDeploymentsListResponse++;
|
| if (buildCounterDeploymentsListResponse < 3) {
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1725(o.resources);
|
| + checkUnnamed2490(o.resources);
|
| }
|
| buildCounterDeploymentsListResponse--;
|
| }
|
| @@ -367,53 +367,53 @@ checkExistingDisk(api.ExistingDisk o) {
|
| buildCounterExistingDisk--;
|
| }
|
|
|
| -buildUnnamed1726() {
|
| +buildUnnamed2491() {
|
| var o = new core.List<api.AllowedRule>();
|
| o.add(buildAllowedRule());
|
| o.add(buildAllowedRule());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1726(core.List<api.AllowedRule> o) {
|
| +checkUnnamed2491(core.List<api.AllowedRule> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAllowedRule(o[0]);
|
| checkAllowedRule(o[1]);
|
| }
|
|
|
| -buildUnnamed1727() {
|
| +buildUnnamed2492() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1727(core.List<core.String> o) {
|
| +checkUnnamed2492(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'));
|
| }
|
|
|
| -buildUnnamed1728() {
|
| +buildUnnamed2493() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1728(core.List<core.String> o) {
|
| +checkUnnamed2493(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'));
|
| }
|
|
|
| -buildUnnamed1729() {
|
| +buildUnnamed2494() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1729(core.List<core.String> o) {
|
| +checkUnnamed2494(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'));
|
| @@ -424,12 +424,12 @@ buildFirewallModule() {
|
| var o = new api.FirewallModule();
|
| buildCounterFirewallModule++;
|
| if (buildCounterFirewallModule < 3) {
|
| - o.allowed = buildUnnamed1726();
|
| + o.allowed = buildUnnamed2491();
|
| o.description = "foo";
|
| o.network = "foo";
|
| - o.sourceRanges = buildUnnamed1727();
|
| - o.sourceTags = buildUnnamed1728();
|
| - o.targetTags = buildUnnamed1729();
|
| + o.sourceRanges = buildUnnamed2492();
|
| + o.sourceTags = buildUnnamed2493();
|
| + o.targetTags = buildUnnamed2494();
|
| }
|
| buildCounterFirewallModule--;
|
| return o;
|
| @@ -438,12 +438,12 @@ buildFirewallModule() {
|
| checkFirewallModule(api.FirewallModule o) {
|
| buildCounterFirewallModule++;
|
| if (buildCounterFirewallModule < 3) {
|
| - checkUnnamed1726(o.allowed);
|
| + checkUnnamed2491(o.allowed);
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| unittest.expect(o.network, unittest.equals('foo'));
|
| - checkUnnamed1727(o.sourceRanges);
|
| - checkUnnamed1728(o.sourceTags);
|
| - checkUnnamed1729(o.targetTags);
|
| + checkUnnamed2492(o.sourceRanges);
|
| + checkUnnamed2493(o.sourceTags);
|
| + checkUnnamed2494(o.targetTags);
|
| }
|
| buildCounterFirewallModule--;
|
| }
|
| @@ -519,27 +519,27 @@ checkHealthCheckModuleStatus(api.HealthCheckModuleStatus o) {
|
| buildCounterHealthCheckModuleStatus--;
|
| }
|
|
|
| -buildUnnamed1730() {
|
| +buildUnnamed2495() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1730(core.List<core.String> o) {
|
| +checkUnnamed2495(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'));
|
| }
|
|
|
| -buildUnnamed1731() {
|
| +buildUnnamed2496() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1731(core.List<core.String> o) {
|
| +checkUnnamed2496(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'));
|
| @@ -551,12 +551,12 @@ buildLbModule() {
|
| buildCounterLbModule++;
|
| if (buildCounterLbModule < 3) {
|
| o.description = "foo";
|
| - o.healthChecks = buildUnnamed1730();
|
| + o.healthChecks = buildUnnamed2495();
|
| o.ipAddress = "foo";
|
| o.ipProtocol = "foo";
|
| o.portRange = "foo";
|
| o.sessionAffinity = "foo";
|
| - o.targetModules = buildUnnamed1731();
|
| + o.targetModules = buildUnnamed2496();
|
| }
|
| buildCounterLbModule--;
|
| return o;
|
| @@ -566,12 +566,12 @@ checkLbModule(api.LbModule o) {
|
| buildCounterLbModule++;
|
| if (buildCounterLbModule < 3) {
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| - checkUnnamed1730(o.healthChecks);
|
| + checkUnnamed2495(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'));
|
| - checkUnnamed1731(o.targetModules);
|
| + checkUnnamed2496(o.targetModules);
|
| }
|
| buildCounterLbModule--;
|
| }
|
| @@ -597,14 +597,14 @@ checkLbModuleStatus(api.LbModuleStatus o) {
|
| buildCounterLbModuleStatus--;
|
| }
|
|
|
| -buildUnnamed1732() {
|
| +buildUnnamed2497() {
|
| var o = new core.List<api.MetadataItem>();
|
| o.add(buildMetadataItem());
|
| o.add(buildMetadataItem());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1732(core.List<api.MetadataItem> o) {
|
| +checkUnnamed2497(core.List<api.MetadataItem> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetadataItem(o[0]);
|
| checkMetadataItem(o[1]);
|
| @@ -616,7 +616,7 @@ buildMetadata() {
|
| buildCounterMetadata++;
|
| if (buildCounterMetadata < 3) {
|
| o.fingerPrint = "foo";
|
| - o.items = buildUnnamed1732();
|
| + o.items = buildUnnamed2497();
|
| }
|
| buildCounterMetadata--;
|
| return o;
|
| @@ -626,7 +626,7 @@ checkMetadata(api.Metadata o) {
|
| buildCounterMetadata++;
|
| if (buildCounterMetadata < 3) {
|
| unittest.expect(o.fingerPrint, unittest.equals('foo'));
|
| - checkUnnamed1732(o.items);
|
| + checkUnnamed2497(o.items);
|
| }
|
| buildCounterMetadata--;
|
| }
|
| @@ -716,14 +716,14 @@ checkModuleStatus(api.ModuleStatus o) {
|
| buildCounterModuleStatus--;
|
| }
|
|
|
| -buildUnnamed1733() {
|
| +buildUnnamed2498() {
|
| var o = new core.List<api.AccessConfig>();
|
| o.add(buildAccessConfig());
|
| o.add(buildAccessConfig());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1733(core.List<api.AccessConfig> o) {
|
| +checkUnnamed2498(core.List<api.AccessConfig> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccessConfig(o[0]);
|
| checkAccessConfig(o[1]);
|
| @@ -734,7 +734,7 @@ buildNetworkInterface() {
|
| var o = new api.NetworkInterface();
|
| buildCounterNetworkInterface++;
|
| if (buildCounterNetworkInterface < 3) {
|
| - o.accessConfigs = buildUnnamed1733();
|
| + o.accessConfigs = buildUnnamed2498();
|
| o.name = "foo";
|
| o.network = "foo";
|
| o.networkIp = "foo";
|
| @@ -746,7 +746,7 @@ buildNetworkInterface() {
|
| checkNetworkInterface(api.NetworkInterface o) {
|
| buildCounterNetworkInterface++;
|
| if (buildCounterNetworkInterface < 3) {
|
| - checkUnnamed1733(o.accessConfigs);
|
| + checkUnnamed2498(o.accessConfigs);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.network, unittest.equals('foo'));
|
| unittest.expect(o.networkIp, unittest.equals('foo'));
|
| @@ -865,27 +865,27 @@ checkParamOverride(api.ParamOverride o) {
|
| buildCounterParamOverride--;
|
| }
|
|
|
| -buildUnnamed1734() {
|
| +buildUnnamed2499() {
|
| var o = new core.Map<core.String, api.EnvVariable>();
|
| o["x"] = buildEnvVariable();
|
| o["y"] = buildEnvVariable();
|
| return o;
|
| }
|
|
|
| -checkUnnamed1734(core.Map<core.String, api.EnvVariable> o) {
|
| +checkUnnamed2499(core.Map<core.String, api.EnvVariable> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEnvVariable(o["x"]);
|
| checkEnvVariable(o["y"]);
|
| }
|
|
|
| -buildUnnamed1735() {
|
| +buildUnnamed2500() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1735(core.List<core.String> o) {
|
| +checkUnnamed2500(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'));
|
| @@ -896,8 +896,8 @@ buildReplicaPoolModule() {
|
| var o = new api.ReplicaPoolModule();
|
| buildCounterReplicaPoolModule++;
|
| if (buildCounterReplicaPoolModule < 3) {
|
| - o.envVariables = buildUnnamed1734();
|
| - o.healthChecks = buildUnnamed1735();
|
| + o.envVariables = buildUnnamed2499();
|
| + o.healthChecks = buildUnnamed2500();
|
| o.numReplicas = 42;
|
| o.replicaPoolParams = buildReplicaPoolParams();
|
| o.resourceView = "foo";
|
| @@ -909,8 +909,8 @@ buildReplicaPoolModule() {
|
| checkReplicaPoolModule(api.ReplicaPoolModule o) {
|
| buildCounterReplicaPoolModule++;
|
| if (buildCounterReplicaPoolModule < 3) {
|
| - checkUnnamed1734(o.envVariables);
|
| - checkUnnamed1735(o.healthChecks);
|
| + checkUnnamed2499(o.envVariables);
|
| + checkUnnamed2500(o.healthChecks);
|
| unittest.expect(o.numReplicas, unittest.equals(42));
|
| checkReplicaPoolParams(o.replicaPoolParams);
|
| unittest.expect(o.resourceView, unittest.equals('foo'));
|
| @@ -958,53 +958,53 @@ checkReplicaPoolParams(api.ReplicaPoolParams o) {
|
| buildCounterReplicaPoolParams--;
|
| }
|
|
|
| -buildUnnamed1736() {
|
| +buildUnnamed2501() {
|
| var o = new core.List<api.ExistingDisk>();
|
| o.add(buildExistingDisk());
|
| o.add(buildExistingDisk());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1736(core.List<api.ExistingDisk> o) {
|
| +checkUnnamed2501(core.List<api.ExistingDisk> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkExistingDisk(o[0]);
|
| checkExistingDisk(o[1]);
|
| }
|
|
|
| -buildUnnamed1737() {
|
| +buildUnnamed2502() {
|
| var o = new core.List<api.NewDisk>();
|
| o.add(buildNewDisk());
|
| o.add(buildNewDisk());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1737(core.List<api.NewDisk> o) {
|
| +checkUnnamed2502(core.List<api.NewDisk> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkNewDisk(o[0]);
|
| checkNewDisk(o[1]);
|
| }
|
|
|
| -buildUnnamed1738() {
|
| +buildUnnamed2503() {
|
| var o = new core.List<api.NetworkInterface>();
|
| o.add(buildNetworkInterface());
|
| o.add(buildNetworkInterface());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1738(core.List<api.NetworkInterface> o) {
|
| +checkUnnamed2503(core.List<api.NetworkInterface> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkNetworkInterface(o[0]);
|
| checkNetworkInterface(o[1]);
|
| }
|
|
|
| -buildUnnamed1739() {
|
| +buildUnnamed2504() {
|
| var o = new core.List<api.ServiceAccount>();
|
| o.add(buildServiceAccount());
|
| o.add(buildServiceAccount());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1739(core.List<api.ServiceAccount> o) {
|
| +checkUnnamed2504(core.List<api.ServiceAccount> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkServiceAccount(o[0]);
|
| checkServiceAccount(o[1]);
|
| @@ -1019,14 +1019,14 @@ buildReplicaPoolParamsV1Beta1() {
|
| o.baseInstanceName = "foo";
|
| o.canIpForward = true;
|
| o.description = "foo";
|
| - o.disksToAttach = buildUnnamed1736();
|
| - o.disksToCreate = buildUnnamed1737();
|
| + o.disksToAttach = buildUnnamed2501();
|
| + o.disksToCreate = buildUnnamed2502();
|
| o.initAction = "foo";
|
| o.machineType = "foo";
|
| o.metadata = buildMetadata();
|
| - o.networkInterfaces = buildUnnamed1738();
|
| + o.networkInterfaces = buildUnnamed2503();
|
| o.onHostMaintenance = "foo";
|
| - o.serviceAccounts = buildUnnamed1739();
|
| + o.serviceAccounts = buildUnnamed2504();
|
| o.tags = buildTag();
|
| o.zone = "foo";
|
| }
|
| @@ -1041,28 +1041,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'));
|
| - checkUnnamed1736(o.disksToAttach);
|
| - checkUnnamed1737(o.disksToCreate);
|
| + checkUnnamed2501(o.disksToAttach);
|
| + checkUnnamed2502(o.disksToCreate);
|
| unittest.expect(o.initAction, unittest.equals('foo'));
|
| unittest.expect(o.machineType, unittest.equals('foo'));
|
| checkMetadata(o.metadata);
|
| - checkUnnamed1738(o.networkInterfaces);
|
| + checkUnnamed2503(o.networkInterfaces);
|
| unittest.expect(o.onHostMaintenance, unittest.equals('foo'));
|
| - checkUnnamed1739(o.serviceAccounts);
|
| + checkUnnamed2504(o.serviceAccounts);
|
| checkTag(o.tags);
|
| unittest.expect(o.zone, unittest.equals('foo'));
|
| }
|
| buildCounterReplicaPoolParamsV1Beta1--;
|
| }
|
|
|
| -buildUnnamed1740() {
|
| +buildUnnamed2505() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1740(core.List<core.String> o) {
|
| +checkUnnamed2505(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'));
|
| @@ -1074,7 +1074,7 @@ buildServiceAccount() {
|
| buildCounterServiceAccount++;
|
| if (buildCounterServiceAccount < 3) {
|
| o.email = "foo";
|
| - o.scopes = buildUnnamed1740();
|
| + o.scopes = buildUnnamed2505();
|
| }
|
| buildCounterServiceAccount--;
|
| return o;
|
| @@ -1084,19 +1084,19 @@ checkServiceAccount(api.ServiceAccount o) {
|
| buildCounterServiceAccount++;
|
| if (buildCounterServiceAccount < 3) {
|
| unittest.expect(o.email, unittest.equals('foo'));
|
| - checkUnnamed1740(o.scopes);
|
| + checkUnnamed2505(o.scopes);
|
| }
|
| buildCounterServiceAccount--;
|
| }
|
|
|
| -buildUnnamed1741() {
|
| +buildUnnamed2506() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1741(core.List<core.String> o) {
|
| +checkUnnamed2506(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'));
|
| @@ -1108,7 +1108,7 @@ buildTag() {
|
| buildCounterTag++;
|
| if (buildCounterTag < 3) {
|
| o.fingerPrint = "foo";
|
| - o.items = buildUnnamed1741();
|
| + o.items = buildUnnamed2506();
|
| }
|
| buildCounterTag--;
|
| return o;
|
| @@ -1118,32 +1118,32 @@ checkTag(api.Tag o) {
|
| buildCounterTag++;
|
| if (buildCounterTag < 3) {
|
| unittest.expect(o.fingerPrint, unittest.equals('foo'));
|
| - checkUnnamed1741(o.items);
|
| + checkUnnamed2506(o.items);
|
| }
|
| buildCounterTag--;
|
| }
|
|
|
| -buildUnnamed1742() {
|
| +buildUnnamed2507() {
|
| var o = new core.Map<core.String, api.Action>();
|
| o["x"] = buildAction();
|
| o["y"] = buildAction();
|
| return o;
|
| }
|
|
|
| -checkUnnamed1742(core.Map<core.String, api.Action> o) {
|
| +checkUnnamed2507(core.Map<core.String, api.Action> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAction(o["x"]);
|
| checkAction(o["y"]);
|
| }
|
|
|
| -buildUnnamed1743() {
|
| +buildUnnamed2508() {
|
| var o = new core.Map<core.String, api.Module>();
|
| o["x"] = buildModule();
|
| o["y"] = buildModule();
|
| return o;
|
| }
|
|
|
| -checkUnnamed1743(core.Map<core.String, api.Module> o) {
|
| +checkUnnamed2508(core.Map<core.String, api.Module> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkModule(o["x"]);
|
| checkModule(o["y"]);
|
| @@ -1154,9 +1154,9 @@ buildTemplate() {
|
| var o = new api.Template();
|
| buildCounterTemplate++;
|
| if (buildCounterTemplate < 3) {
|
| - o.actions = buildUnnamed1742();
|
| + o.actions = buildUnnamed2507();
|
| o.description = "foo";
|
| - o.modules = buildUnnamed1743();
|
| + o.modules = buildUnnamed2508();
|
| o.name = "foo";
|
| }
|
| buildCounterTemplate--;
|
| @@ -1166,22 +1166,22 @@ buildTemplate() {
|
| checkTemplate(api.Template o) {
|
| buildCounterTemplate++;
|
| if (buildCounterTemplate < 3) {
|
| - checkUnnamed1742(o.actions);
|
| + checkUnnamed2507(o.actions);
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| - checkUnnamed1743(o.modules);
|
| + checkUnnamed2508(o.modules);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| }
|
| buildCounterTemplate--;
|
| }
|
|
|
| -buildUnnamed1744() {
|
| +buildUnnamed2509() {
|
| var o = new core.List<api.Template>();
|
| o.add(buildTemplate());
|
| o.add(buildTemplate());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1744(core.List<api.Template> o) {
|
| +checkUnnamed2509(core.List<api.Template> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTemplate(o[0]);
|
| checkTemplate(o[1]);
|
| @@ -1193,7 +1193,7 @@ buildTemplatesListResponse() {
|
| buildCounterTemplatesListResponse++;
|
| if (buildCounterTemplatesListResponse < 3) {
|
| o.nextPageToken = "foo";
|
| - o.resources = buildUnnamed1744();
|
| + o.resources = buildUnnamed2509();
|
| }
|
| buildCounterTemplatesListResponse--;
|
| return o;
|
| @@ -1203,7 +1203,7 @@ checkTemplatesListResponse(api.TemplatesListResponse o) {
|
| buildCounterTemplatesListResponse++;
|
| if (buildCounterTemplatesListResponse < 3) {
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1744(o.resources);
|
| + checkUnnamed2509(o.resources);
|
| }
|
| buildCounterTemplatesListResponse--;
|
| }
|
|
|