| 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 345a80d0a8e3aa9800e0e1654593411eaae5e1ff..bb2393d86c1165bce71feb904a8e148032a15f3a 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--;
|
| }
|
|
|
| -buildUnnamed3028() {
|
| +buildUnnamed3374() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3028(core.List<core.String> o) {
|
| +checkUnnamed3374(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 = buildUnnamed3028();
|
| + o.commands = buildUnnamed3374();
|
| o.timeoutMs = 42;
|
| }
|
| buildCounterAction--;
|
| @@ -102,20 +102,20 @@ buildAction() {
|
| checkAction(api.Action o) {
|
| buildCounterAction++;
|
| if (buildCounterAction < 3) {
|
| - checkUnnamed3028(o.commands);
|
| + checkUnnamed3374(o.commands);
|
| unittest.expect(o.timeoutMs, unittest.equals(42));
|
| }
|
| buildCounterAction--;
|
| }
|
|
|
| -buildUnnamed3029() {
|
| +buildUnnamed3375() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3029(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'));
|
| @@ -127,7 +127,7 @@ buildAllowedRule() {
|
| buildCounterAllowedRule++;
|
| if (buildCounterAllowedRule < 3) {
|
| o.IPProtocol = "foo";
|
| - o.ports = buildUnnamed3029();
|
| + o.ports = buildUnnamed3375();
|
| }
|
| buildCounterAllowedRule--;
|
| return o;
|
| @@ -137,7 +137,7 @@ checkAllowedRule(api.AllowedRule o) {
|
| buildCounterAllowedRule++;
|
| if (buildCounterAllowedRule < 3) {
|
| unittest.expect(o.IPProtocol, unittest.equals('foo'));
|
| - checkUnnamed3029(o.ports);
|
| + checkUnnamed3375(o.ports);
|
| }
|
| buildCounterAllowedRule--;
|
| }
|
| @@ -213,27 +213,27 @@ checkDeployState(api.DeployState o) {
|
| buildCounterDeployState--;
|
| }
|
|
|
| -buildUnnamed3030() {
|
| +buildUnnamed3376() {
|
| var o = new core.Map<core.String, api.ModuleStatus>();
|
| o["x"] = buildModuleStatus();
|
| o["y"] = buildModuleStatus();
|
| return o;
|
| }
|
|
|
| -checkUnnamed3030(core.Map<core.String, api.ModuleStatus> o) {
|
| +checkUnnamed3376(core.Map<core.String, api.ModuleStatus> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkModuleStatus(o["x"]);
|
| checkModuleStatus(o["y"]);
|
| }
|
|
|
| -buildUnnamed3031() {
|
| +buildUnnamed3377() {
|
| var o = new core.List<api.ParamOverride>();
|
| o.add(buildParamOverride());
|
| o.add(buildParamOverride());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3031(core.List<api.ParamOverride> o) {
|
| +checkUnnamed3377(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 = buildUnnamed3030();
|
| + o.modules = buildUnnamed3376();
|
| o.name = "foo";
|
| - o.overrides = buildUnnamed3031();
|
| + o.overrides = buildUnnamed3377();
|
| 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'));
|
| - checkUnnamed3030(o.modules);
|
| + checkUnnamed3376(o.modules);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| - checkUnnamed3031(o.overrides);
|
| + checkUnnamed3377(o.overrides);
|
| checkDeployState(o.state);
|
| unittest.expect(o.templateName, unittest.equals('foo'));
|
| }
|
| buildCounterDeployment--;
|
| }
|
|
|
| -buildUnnamed3032() {
|
| +buildUnnamed3378() {
|
| var o = new core.List<api.Deployment>();
|
| o.add(buildDeployment());
|
| o.add(buildDeployment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3032(core.List<api.Deployment> o) {
|
| +checkUnnamed3378(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 = buildUnnamed3032();
|
| + o.resources = buildUnnamed3378();
|
| }
|
| buildCounterDeploymentsListResponse--;
|
| return o;
|
| @@ -299,7 +299,7 @@ checkDeploymentsListResponse(api.DeploymentsListResponse o) {
|
| buildCounterDeploymentsListResponse++;
|
| if (buildCounterDeploymentsListResponse < 3) {
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed3032(o.resources);
|
| + checkUnnamed3378(o.resources);
|
| }
|
| buildCounterDeploymentsListResponse--;
|
| }
|
| @@ -367,53 +367,53 @@ checkExistingDisk(api.ExistingDisk o) {
|
| buildCounterExistingDisk--;
|
| }
|
|
|
| -buildUnnamed3033() {
|
| +buildUnnamed3379() {
|
| var o = new core.List<api.AllowedRule>();
|
| o.add(buildAllowedRule());
|
| o.add(buildAllowedRule());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3033(core.List<api.AllowedRule> o) {
|
| +checkUnnamed3379(core.List<api.AllowedRule> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAllowedRule(o[0]);
|
| checkAllowedRule(o[1]);
|
| }
|
|
|
| -buildUnnamed3034() {
|
| +buildUnnamed3380() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3034(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'));
|
| }
|
|
|
| -buildUnnamed3035() {
|
| +buildUnnamed3381() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3035(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'));
|
| }
|
|
|
| -buildUnnamed3036() {
|
| +buildUnnamed3382() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3036(core.List<core.String> o) {
|
| +checkUnnamed3382(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 = buildUnnamed3033();
|
| + o.allowed = buildUnnamed3379();
|
| o.description = "foo";
|
| o.network = "foo";
|
| - o.sourceRanges = buildUnnamed3034();
|
| - o.sourceTags = buildUnnamed3035();
|
| - o.targetTags = buildUnnamed3036();
|
| + o.sourceRanges = buildUnnamed3380();
|
| + o.sourceTags = buildUnnamed3381();
|
| + o.targetTags = buildUnnamed3382();
|
| }
|
| buildCounterFirewallModule--;
|
| return o;
|
| @@ -438,12 +438,12 @@ buildFirewallModule() {
|
| checkFirewallModule(api.FirewallModule o) {
|
| buildCounterFirewallModule++;
|
| if (buildCounterFirewallModule < 3) {
|
| - checkUnnamed3033(o.allowed);
|
| + checkUnnamed3379(o.allowed);
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| unittest.expect(o.network, unittest.equals('foo'));
|
| - checkUnnamed3034(o.sourceRanges);
|
| - checkUnnamed3035(o.sourceTags);
|
| - checkUnnamed3036(o.targetTags);
|
| + checkUnnamed3380(o.sourceRanges);
|
| + checkUnnamed3381(o.sourceTags);
|
| + checkUnnamed3382(o.targetTags);
|
| }
|
| buildCounterFirewallModule--;
|
| }
|
| @@ -519,27 +519,27 @@ checkHealthCheckModuleStatus(api.HealthCheckModuleStatus o) {
|
| buildCounterHealthCheckModuleStatus--;
|
| }
|
|
|
| -buildUnnamed3037() {
|
| +buildUnnamed3383() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3037(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'));
|
| }
|
|
|
| -buildUnnamed3038() {
|
| +buildUnnamed3384() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3038(core.List<core.String> o) {
|
| +checkUnnamed3384(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 = buildUnnamed3037();
|
| + o.healthChecks = buildUnnamed3383();
|
| o.ipAddress = "foo";
|
| o.ipProtocol = "foo";
|
| o.portRange = "foo";
|
| o.sessionAffinity = "foo";
|
| - o.targetModules = buildUnnamed3038();
|
| + o.targetModules = buildUnnamed3384();
|
| }
|
| buildCounterLbModule--;
|
| return o;
|
| @@ -566,12 +566,12 @@ checkLbModule(api.LbModule o) {
|
| buildCounterLbModule++;
|
| if (buildCounterLbModule < 3) {
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| - checkUnnamed3037(o.healthChecks);
|
| + checkUnnamed3383(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'));
|
| - checkUnnamed3038(o.targetModules);
|
| + checkUnnamed3384(o.targetModules);
|
| }
|
| buildCounterLbModule--;
|
| }
|
| @@ -597,14 +597,14 @@ checkLbModuleStatus(api.LbModuleStatus o) {
|
| buildCounterLbModuleStatus--;
|
| }
|
|
|
| -buildUnnamed3039() {
|
| +buildUnnamed3385() {
|
| var o = new core.List<api.MetadataItem>();
|
| o.add(buildMetadataItem());
|
| o.add(buildMetadataItem());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3039(core.List<api.MetadataItem> o) {
|
| +checkUnnamed3385(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 = buildUnnamed3039();
|
| + o.items = buildUnnamed3385();
|
| }
|
| buildCounterMetadata--;
|
| return o;
|
| @@ -626,7 +626,7 @@ checkMetadata(api.Metadata o) {
|
| buildCounterMetadata++;
|
| if (buildCounterMetadata < 3) {
|
| unittest.expect(o.fingerPrint, unittest.equals('foo'));
|
| - checkUnnamed3039(o.items);
|
| + checkUnnamed3385(o.items);
|
| }
|
| buildCounterMetadata--;
|
| }
|
| @@ -716,14 +716,14 @@ checkModuleStatus(api.ModuleStatus o) {
|
| buildCounterModuleStatus--;
|
| }
|
|
|
| -buildUnnamed3040() {
|
| +buildUnnamed3386() {
|
| var o = new core.List<api.AccessConfig>();
|
| o.add(buildAccessConfig());
|
| o.add(buildAccessConfig());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3040(core.List<api.AccessConfig> o) {
|
| +checkUnnamed3386(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 = buildUnnamed3040();
|
| + o.accessConfigs = buildUnnamed3386();
|
| o.name = "foo";
|
| o.network = "foo";
|
| o.networkIp = "foo";
|
| @@ -746,7 +746,7 @@ buildNetworkInterface() {
|
| checkNetworkInterface(api.NetworkInterface o) {
|
| buildCounterNetworkInterface++;
|
| if (buildCounterNetworkInterface < 3) {
|
| - checkUnnamed3040(o.accessConfigs);
|
| + checkUnnamed3386(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--;
|
| }
|
|
|
| -buildUnnamed3041() {
|
| +buildUnnamed3387() {
|
| var o = new core.Map<core.String, api.EnvVariable>();
|
| o["x"] = buildEnvVariable();
|
| o["y"] = buildEnvVariable();
|
| return o;
|
| }
|
|
|
| -checkUnnamed3041(core.Map<core.String, api.EnvVariable> o) {
|
| +checkUnnamed3387(core.Map<core.String, api.EnvVariable> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEnvVariable(o["x"]);
|
| checkEnvVariable(o["y"]);
|
| }
|
|
|
| -buildUnnamed3042() {
|
| +buildUnnamed3388() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3042(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'));
|
| @@ -896,8 +896,8 @@ buildReplicaPoolModule() {
|
| var o = new api.ReplicaPoolModule();
|
| buildCounterReplicaPoolModule++;
|
| if (buildCounterReplicaPoolModule < 3) {
|
| - o.envVariables = buildUnnamed3041();
|
| - o.healthChecks = buildUnnamed3042();
|
| + o.envVariables = buildUnnamed3387();
|
| + o.healthChecks = buildUnnamed3388();
|
| o.numReplicas = 42;
|
| o.replicaPoolParams = buildReplicaPoolParams();
|
| o.resourceView = "foo";
|
| @@ -909,8 +909,8 @@ buildReplicaPoolModule() {
|
| checkReplicaPoolModule(api.ReplicaPoolModule o) {
|
| buildCounterReplicaPoolModule++;
|
| if (buildCounterReplicaPoolModule < 3) {
|
| - checkUnnamed3041(o.envVariables);
|
| - checkUnnamed3042(o.healthChecks);
|
| + checkUnnamed3387(o.envVariables);
|
| + checkUnnamed3388(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--;
|
| }
|
|
|
| -buildUnnamed3043() {
|
| +buildUnnamed3389() {
|
| var o = new core.List<api.ExistingDisk>();
|
| o.add(buildExistingDisk());
|
| o.add(buildExistingDisk());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3043(core.List<api.ExistingDisk> o) {
|
| +checkUnnamed3389(core.List<api.ExistingDisk> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkExistingDisk(o[0]);
|
| checkExistingDisk(o[1]);
|
| }
|
|
|
| -buildUnnamed3044() {
|
| +buildUnnamed3390() {
|
| var o = new core.List<api.NewDisk>();
|
| o.add(buildNewDisk());
|
| o.add(buildNewDisk());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3044(core.List<api.NewDisk> o) {
|
| +checkUnnamed3390(core.List<api.NewDisk> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkNewDisk(o[0]);
|
| checkNewDisk(o[1]);
|
| }
|
|
|
| -buildUnnamed3045() {
|
| +buildUnnamed3391() {
|
| var o = new core.List<api.NetworkInterface>();
|
| o.add(buildNetworkInterface());
|
| o.add(buildNetworkInterface());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3045(core.List<api.NetworkInterface> o) {
|
| +checkUnnamed3391(core.List<api.NetworkInterface> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkNetworkInterface(o[0]);
|
| checkNetworkInterface(o[1]);
|
| }
|
|
|
| -buildUnnamed3046() {
|
| +buildUnnamed3392() {
|
| var o = new core.List<api.ServiceAccount>();
|
| o.add(buildServiceAccount());
|
| o.add(buildServiceAccount());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3046(core.List<api.ServiceAccount> o) {
|
| +checkUnnamed3392(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 = buildUnnamed3043();
|
| - o.disksToCreate = buildUnnamed3044();
|
| + o.disksToAttach = buildUnnamed3389();
|
| + o.disksToCreate = buildUnnamed3390();
|
| o.initAction = "foo";
|
| o.machineType = "foo";
|
| o.metadata = buildMetadata();
|
| - o.networkInterfaces = buildUnnamed3045();
|
| + o.networkInterfaces = buildUnnamed3391();
|
| o.onHostMaintenance = "foo";
|
| - o.serviceAccounts = buildUnnamed3046();
|
| + o.serviceAccounts = buildUnnamed3392();
|
| 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'));
|
| - checkUnnamed3043(o.disksToAttach);
|
| - checkUnnamed3044(o.disksToCreate);
|
| + checkUnnamed3389(o.disksToAttach);
|
| + checkUnnamed3390(o.disksToCreate);
|
| unittest.expect(o.initAction, unittest.equals('foo'));
|
| unittest.expect(o.machineType, unittest.equals('foo'));
|
| checkMetadata(o.metadata);
|
| - checkUnnamed3045(o.networkInterfaces);
|
| + checkUnnamed3391(o.networkInterfaces);
|
| unittest.expect(o.onHostMaintenance, unittest.equals('foo'));
|
| - checkUnnamed3046(o.serviceAccounts);
|
| + checkUnnamed3392(o.serviceAccounts);
|
| checkTag(o.tags);
|
| unittest.expect(o.zone, unittest.equals('foo'));
|
| }
|
| buildCounterReplicaPoolParamsV1Beta1--;
|
| }
|
|
|
| -buildUnnamed3047() {
|
| +buildUnnamed3393() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3047(core.List<core.String> o) {
|
| +checkUnnamed3393(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 = buildUnnamed3047();
|
| + o.scopes = buildUnnamed3393();
|
| }
|
| buildCounterServiceAccount--;
|
| return o;
|
| @@ -1084,19 +1084,19 @@ checkServiceAccount(api.ServiceAccount o) {
|
| buildCounterServiceAccount++;
|
| if (buildCounterServiceAccount < 3) {
|
| unittest.expect(o.email, unittest.equals('foo'));
|
| - checkUnnamed3047(o.scopes);
|
| + checkUnnamed3393(o.scopes);
|
| }
|
| buildCounterServiceAccount--;
|
| }
|
|
|
| -buildUnnamed3048() {
|
| +buildUnnamed3394() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3048(core.List<core.String> o) {
|
| +checkUnnamed3394(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 = buildUnnamed3048();
|
| + o.items = buildUnnamed3394();
|
| }
|
| buildCounterTag--;
|
| return o;
|
| @@ -1118,32 +1118,32 @@ checkTag(api.Tag o) {
|
| buildCounterTag++;
|
| if (buildCounterTag < 3) {
|
| unittest.expect(o.fingerPrint, unittest.equals('foo'));
|
| - checkUnnamed3048(o.items);
|
| + checkUnnamed3394(o.items);
|
| }
|
| buildCounterTag--;
|
| }
|
|
|
| -buildUnnamed3049() {
|
| +buildUnnamed3395() {
|
| var o = new core.Map<core.String, api.Action>();
|
| o["x"] = buildAction();
|
| o["y"] = buildAction();
|
| return o;
|
| }
|
|
|
| -checkUnnamed3049(core.Map<core.String, api.Action> o) {
|
| +checkUnnamed3395(core.Map<core.String, api.Action> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAction(o["x"]);
|
| checkAction(o["y"]);
|
| }
|
|
|
| -buildUnnamed3050() {
|
| +buildUnnamed3396() {
|
| var o = new core.Map<core.String, api.Module>();
|
| o["x"] = buildModule();
|
| o["y"] = buildModule();
|
| return o;
|
| }
|
|
|
| -checkUnnamed3050(core.Map<core.String, api.Module> o) {
|
| +checkUnnamed3396(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 = buildUnnamed3049();
|
| + o.actions = buildUnnamed3395();
|
| o.description = "foo";
|
| - o.modules = buildUnnamed3050();
|
| + o.modules = buildUnnamed3396();
|
| o.name = "foo";
|
| }
|
| buildCounterTemplate--;
|
| @@ -1166,22 +1166,22 @@ buildTemplate() {
|
| checkTemplate(api.Template o) {
|
| buildCounterTemplate++;
|
| if (buildCounterTemplate < 3) {
|
| - checkUnnamed3049(o.actions);
|
| + checkUnnamed3395(o.actions);
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| - checkUnnamed3050(o.modules);
|
| + checkUnnamed3396(o.modules);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| }
|
| buildCounterTemplate--;
|
| }
|
|
|
| -buildUnnamed3051() {
|
| +buildUnnamed3397() {
|
| var o = new core.List<api.Template>();
|
| o.add(buildTemplate());
|
| o.add(buildTemplate());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3051(core.List<api.Template> o) {
|
| +checkUnnamed3397(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 = buildUnnamed3051();
|
| + o.resources = buildUnnamed3397();
|
| }
|
| buildCounterTemplatesListResponse--;
|
| return o;
|
| @@ -1203,7 +1203,7 @@ checkTemplatesListResponse(api.TemplatesListResponse o) {
|
| buildCounterTemplatesListResponse++;
|
| if (buildCounterTemplatesListResponse < 3) {
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed3051(o.resources);
|
| + checkUnnamed3397(o.resources);
|
| }
|
| buildCounterTemplatesListResponse--;
|
| }
|
|
|