| 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 2d0165ed63b606fa226a3d4d254f7abf6f26d83d..8f74e89ba9b31a892a068da0fbc4148418205125 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--;
|
| }
|
|
|
| -buildUnnamed1120() {
|
| +buildUnnamed1139() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1120(core.List<core.String> o) {
|
| +checkUnnamed1139(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 = buildUnnamed1120();
|
| + o.commands = buildUnnamed1139();
|
| o.timeoutMs = 42;
|
| }
|
| buildCounterAction--;
|
| @@ -67,20 +67,20 @@ buildAction() {
|
| checkAction(api.Action o) {
|
| buildCounterAction++;
|
| if (buildCounterAction < 3) {
|
| - checkUnnamed1120(o.commands);
|
| + checkUnnamed1139(o.commands);
|
| unittest.expect(o.timeoutMs, unittest.equals(42));
|
| }
|
| buildCounterAction--;
|
| }
|
|
|
| -buildUnnamed1121() {
|
| +buildUnnamed1140() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1121(core.List<core.String> o) {
|
| +checkUnnamed1140(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 = buildUnnamed1121();
|
| + o.ports = buildUnnamed1140();
|
| }
|
| buildCounterAllowedRule--;
|
| return o;
|
| @@ -102,7 +102,7 @@ checkAllowedRule(api.AllowedRule o) {
|
| buildCounterAllowedRule++;
|
| if (buildCounterAllowedRule < 3) {
|
| unittest.expect(o.IPProtocol, unittest.equals('foo'));
|
| - checkUnnamed1121(o.ports);
|
| + checkUnnamed1140(o.ports);
|
| }
|
| buildCounterAllowedRule--;
|
| }
|
| @@ -178,27 +178,27 @@ checkDeployState(api.DeployState o) {
|
| buildCounterDeployState--;
|
| }
|
|
|
| -buildUnnamed1122() {
|
| +buildUnnamed1141() {
|
| var o = new core.Map<core.String, api.ModuleStatus>();
|
| o["x"] = buildModuleStatus();
|
| o["y"] = buildModuleStatus();
|
| return o;
|
| }
|
|
|
| -checkUnnamed1122(core.Map<core.String, api.ModuleStatus> o) {
|
| +checkUnnamed1141(core.Map<core.String, api.ModuleStatus> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkModuleStatus(o["x"]);
|
| checkModuleStatus(o["y"]);
|
| }
|
|
|
| -buildUnnamed1123() {
|
| +buildUnnamed1142() {
|
| var o = new core.List<api.ParamOverride>();
|
| o.add(buildParamOverride());
|
| o.add(buildParamOverride());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1123(core.List<api.ParamOverride> o) {
|
| +checkUnnamed1142(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 = buildUnnamed1122();
|
| + o.modules = buildUnnamed1141();
|
| o.name = "foo";
|
| - o.overrides = buildUnnamed1123();
|
| + o.overrides = buildUnnamed1142();
|
| 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'));
|
| - checkUnnamed1122(o.modules);
|
| + checkUnnamed1141(o.modules);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| - checkUnnamed1123(o.overrides);
|
| + checkUnnamed1142(o.overrides);
|
| checkDeployState(o.state);
|
| unittest.expect(o.templateName, unittest.equals('foo'));
|
| }
|
| buildCounterDeployment--;
|
| }
|
|
|
| -buildUnnamed1124() {
|
| +buildUnnamed1143() {
|
| var o = new core.List<api.Deployment>();
|
| o.add(buildDeployment());
|
| o.add(buildDeployment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1124(core.List<api.Deployment> o) {
|
| +checkUnnamed1143(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 = buildUnnamed1124();
|
| + o.resources = buildUnnamed1143();
|
| }
|
| buildCounterDeploymentsListResponse--;
|
| return o;
|
| @@ -264,7 +264,7 @@ checkDeploymentsListResponse(api.DeploymentsListResponse o) {
|
| buildCounterDeploymentsListResponse++;
|
| if (buildCounterDeploymentsListResponse < 3) {
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1124(o.resources);
|
| + checkUnnamed1143(o.resources);
|
| }
|
| buildCounterDeploymentsListResponse--;
|
| }
|
| @@ -332,53 +332,53 @@ checkExistingDisk(api.ExistingDisk o) {
|
| buildCounterExistingDisk--;
|
| }
|
|
|
| -buildUnnamed1125() {
|
| +buildUnnamed1144() {
|
| var o = new core.List<api.AllowedRule>();
|
| o.add(buildAllowedRule());
|
| o.add(buildAllowedRule());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1125(core.List<api.AllowedRule> o) {
|
| +checkUnnamed1144(core.List<api.AllowedRule> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAllowedRule(o[0]);
|
| checkAllowedRule(o[1]);
|
| }
|
|
|
| -buildUnnamed1126() {
|
| +buildUnnamed1145() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1126(core.List<core.String> o) {
|
| +checkUnnamed1145(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'));
|
| }
|
|
|
| -buildUnnamed1127() {
|
| +buildUnnamed1146() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1127(core.List<core.String> o) {
|
| +checkUnnamed1146(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'));
|
| }
|
|
|
| -buildUnnamed1128() {
|
| +buildUnnamed1147() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1128(core.List<core.String> o) {
|
| +checkUnnamed1147(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 = buildUnnamed1125();
|
| + o.allowed = buildUnnamed1144();
|
| o.description = "foo";
|
| o.network = "foo";
|
| - o.sourceRanges = buildUnnamed1126();
|
| - o.sourceTags = buildUnnamed1127();
|
| - o.targetTags = buildUnnamed1128();
|
| + o.sourceRanges = buildUnnamed1145();
|
| + o.sourceTags = buildUnnamed1146();
|
| + o.targetTags = buildUnnamed1147();
|
| }
|
| buildCounterFirewallModule--;
|
| return o;
|
| @@ -403,12 +403,12 @@ buildFirewallModule() {
|
| checkFirewallModule(api.FirewallModule o) {
|
| buildCounterFirewallModule++;
|
| if (buildCounterFirewallModule < 3) {
|
| - checkUnnamed1125(o.allowed);
|
| + checkUnnamed1144(o.allowed);
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| unittest.expect(o.network, unittest.equals('foo'));
|
| - checkUnnamed1126(o.sourceRanges);
|
| - checkUnnamed1127(o.sourceTags);
|
| - checkUnnamed1128(o.targetTags);
|
| + checkUnnamed1145(o.sourceRanges);
|
| + checkUnnamed1146(o.sourceTags);
|
| + checkUnnamed1147(o.targetTags);
|
| }
|
| buildCounterFirewallModule--;
|
| }
|
| @@ -484,27 +484,27 @@ checkHealthCheckModuleStatus(api.HealthCheckModuleStatus o) {
|
| buildCounterHealthCheckModuleStatus--;
|
| }
|
|
|
| -buildUnnamed1129() {
|
| +buildUnnamed1148() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1129(core.List<core.String> o) {
|
| +checkUnnamed1148(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'));
|
| }
|
|
|
| -buildUnnamed1130() {
|
| +buildUnnamed1149() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1130(core.List<core.String> o) {
|
| +checkUnnamed1149(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 = buildUnnamed1129();
|
| + o.healthChecks = buildUnnamed1148();
|
| o.ipAddress = "foo";
|
| o.ipProtocol = "foo";
|
| o.portRange = "foo";
|
| o.sessionAffinity = "foo";
|
| - o.targetModules = buildUnnamed1130();
|
| + o.targetModules = buildUnnamed1149();
|
| }
|
| buildCounterLbModule--;
|
| return o;
|
| @@ -531,12 +531,12 @@ checkLbModule(api.LbModule o) {
|
| buildCounterLbModule++;
|
| if (buildCounterLbModule < 3) {
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| - checkUnnamed1129(o.healthChecks);
|
| + checkUnnamed1148(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'));
|
| - checkUnnamed1130(o.targetModules);
|
| + checkUnnamed1149(o.targetModules);
|
| }
|
| buildCounterLbModule--;
|
| }
|
| @@ -562,14 +562,14 @@ checkLbModuleStatus(api.LbModuleStatus o) {
|
| buildCounterLbModuleStatus--;
|
| }
|
|
|
| -buildUnnamed1131() {
|
| +buildUnnamed1150() {
|
| var o = new core.List<api.MetadataItem>();
|
| o.add(buildMetadataItem());
|
| o.add(buildMetadataItem());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1131(core.List<api.MetadataItem> o) {
|
| +checkUnnamed1150(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 = buildUnnamed1131();
|
| + o.items = buildUnnamed1150();
|
| }
|
| buildCounterMetadata--;
|
| return o;
|
| @@ -591,7 +591,7 @@ checkMetadata(api.Metadata o) {
|
| buildCounterMetadata++;
|
| if (buildCounterMetadata < 3) {
|
| unittest.expect(o.fingerPrint, unittest.equals('foo'));
|
| - checkUnnamed1131(o.items);
|
| + checkUnnamed1150(o.items);
|
| }
|
| buildCounterMetadata--;
|
| }
|
| @@ -681,14 +681,14 @@ checkModuleStatus(api.ModuleStatus o) {
|
| buildCounterModuleStatus--;
|
| }
|
|
|
| -buildUnnamed1132() {
|
| +buildUnnamed1151() {
|
| var o = new core.List<api.AccessConfig>();
|
| o.add(buildAccessConfig());
|
| o.add(buildAccessConfig());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1132(core.List<api.AccessConfig> o) {
|
| +checkUnnamed1151(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 = buildUnnamed1132();
|
| + o.accessConfigs = buildUnnamed1151();
|
| o.name = "foo";
|
| o.network = "foo";
|
| o.networkIp = "foo";
|
| @@ -711,7 +711,7 @@ buildNetworkInterface() {
|
| checkNetworkInterface(api.NetworkInterface o) {
|
| buildCounterNetworkInterface++;
|
| if (buildCounterNetworkInterface < 3) {
|
| - checkUnnamed1132(o.accessConfigs);
|
| + checkUnnamed1151(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--;
|
| }
|
|
|
| -buildUnnamed1133() {
|
| +buildUnnamed1152() {
|
| var o = new core.Map<core.String, api.EnvVariable>();
|
| o["x"] = buildEnvVariable();
|
| o["y"] = buildEnvVariable();
|
| return o;
|
| }
|
|
|
| -checkUnnamed1133(core.Map<core.String, api.EnvVariable> o) {
|
| +checkUnnamed1152(core.Map<core.String, api.EnvVariable> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEnvVariable(o["x"]);
|
| checkEnvVariable(o["y"]);
|
| }
|
|
|
| -buildUnnamed1134() {
|
| +buildUnnamed1153() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1134(core.List<core.String> o) {
|
| +checkUnnamed1153(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 = buildUnnamed1133();
|
| - o.healthChecks = buildUnnamed1134();
|
| + o.envVariables = buildUnnamed1152();
|
| + o.healthChecks = buildUnnamed1153();
|
| o.numReplicas = 42;
|
| o.replicaPoolParams = buildReplicaPoolParams();
|
| o.resourceView = "foo";
|
| @@ -874,8 +874,8 @@ buildReplicaPoolModule() {
|
| checkReplicaPoolModule(api.ReplicaPoolModule o) {
|
| buildCounterReplicaPoolModule++;
|
| if (buildCounterReplicaPoolModule < 3) {
|
| - checkUnnamed1133(o.envVariables);
|
| - checkUnnamed1134(o.healthChecks);
|
| + checkUnnamed1152(o.envVariables);
|
| + checkUnnamed1153(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--;
|
| }
|
|
|
| -buildUnnamed1135() {
|
| +buildUnnamed1154() {
|
| var o = new core.List<api.ExistingDisk>();
|
| o.add(buildExistingDisk());
|
| o.add(buildExistingDisk());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1135(core.List<api.ExistingDisk> o) {
|
| +checkUnnamed1154(core.List<api.ExistingDisk> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkExistingDisk(o[0]);
|
| checkExistingDisk(o[1]);
|
| }
|
|
|
| -buildUnnamed1136() {
|
| +buildUnnamed1155() {
|
| var o = new core.List<api.NewDisk>();
|
| o.add(buildNewDisk());
|
| o.add(buildNewDisk());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1136(core.List<api.NewDisk> o) {
|
| +checkUnnamed1155(core.List<api.NewDisk> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkNewDisk(o[0]);
|
| checkNewDisk(o[1]);
|
| }
|
|
|
| -buildUnnamed1137() {
|
| +buildUnnamed1156() {
|
| var o = new core.List<api.NetworkInterface>();
|
| o.add(buildNetworkInterface());
|
| o.add(buildNetworkInterface());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1137(core.List<api.NetworkInterface> o) {
|
| +checkUnnamed1156(core.List<api.NetworkInterface> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkNetworkInterface(o[0]);
|
| checkNetworkInterface(o[1]);
|
| }
|
|
|
| -buildUnnamed1138() {
|
| +buildUnnamed1157() {
|
| var o = new core.List<api.ServiceAccount>();
|
| o.add(buildServiceAccount());
|
| o.add(buildServiceAccount());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1138(core.List<api.ServiceAccount> o) {
|
| +checkUnnamed1157(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 = buildUnnamed1135();
|
| - o.disksToCreate = buildUnnamed1136();
|
| + o.disksToAttach = buildUnnamed1154();
|
| + o.disksToCreate = buildUnnamed1155();
|
| o.initAction = "foo";
|
| o.machineType = "foo";
|
| o.metadata = buildMetadata();
|
| - o.networkInterfaces = buildUnnamed1137();
|
| + o.networkInterfaces = buildUnnamed1156();
|
| o.onHostMaintenance = "foo";
|
| - o.serviceAccounts = buildUnnamed1138();
|
| + o.serviceAccounts = buildUnnamed1157();
|
| 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'));
|
| - checkUnnamed1135(o.disksToAttach);
|
| - checkUnnamed1136(o.disksToCreate);
|
| + checkUnnamed1154(o.disksToAttach);
|
| + checkUnnamed1155(o.disksToCreate);
|
| unittest.expect(o.initAction, unittest.equals('foo'));
|
| unittest.expect(o.machineType, unittest.equals('foo'));
|
| checkMetadata(o.metadata);
|
| - checkUnnamed1137(o.networkInterfaces);
|
| + checkUnnamed1156(o.networkInterfaces);
|
| unittest.expect(o.onHostMaintenance, unittest.equals('foo'));
|
| - checkUnnamed1138(o.serviceAccounts);
|
| + checkUnnamed1157(o.serviceAccounts);
|
| checkTag(o.tags);
|
| unittest.expect(o.zone, unittest.equals('foo'));
|
| }
|
| buildCounterReplicaPoolParamsV1Beta1--;
|
| }
|
|
|
| -buildUnnamed1139() {
|
| +buildUnnamed1158() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1139(core.List<core.String> o) {
|
| +checkUnnamed1158(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 = buildUnnamed1139();
|
| + o.scopes = buildUnnamed1158();
|
| }
|
| buildCounterServiceAccount--;
|
| return o;
|
| @@ -1049,19 +1049,19 @@ checkServiceAccount(api.ServiceAccount o) {
|
| buildCounterServiceAccount++;
|
| if (buildCounterServiceAccount < 3) {
|
| unittest.expect(o.email, unittest.equals('foo'));
|
| - checkUnnamed1139(o.scopes);
|
| + checkUnnamed1158(o.scopes);
|
| }
|
| buildCounterServiceAccount--;
|
| }
|
|
|
| -buildUnnamed1140() {
|
| +buildUnnamed1159() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1140(core.List<core.String> o) {
|
| +checkUnnamed1159(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 = buildUnnamed1140();
|
| + o.items = buildUnnamed1159();
|
| }
|
| buildCounterTag--;
|
| return o;
|
| @@ -1083,32 +1083,32 @@ checkTag(api.Tag o) {
|
| buildCounterTag++;
|
| if (buildCounterTag < 3) {
|
| unittest.expect(o.fingerPrint, unittest.equals('foo'));
|
| - checkUnnamed1140(o.items);
|
| + checkUnnamed1159(o.items);
|
| }
|
| buildCounterTag--;
|
| }
|
|
|
| -buildUnnamed1141() {
|
| +buildUnnamed1160() {
|
| var o = new core.Map<core.String, api.Action>();
|
| o["x"] = buildAction();
|
| o["y"] = buildAction();
|
| return o;
|
| }
|
|
|
| -checkUnnamed1141(core.Map<core.String, api.Action> o) {
|
| +checkUnnamed1160(core.Map<core.String, api.Action> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAction(o["x"]);
|
| checkAction(o["y"]);
|
| }
|
|
|
| -buildUnnamed1142() {
|
| +buildUnnamed1161() {
|
| var o = new core.Map<core.String, api.Module>();
|
| o["x"] = buildModule();
|
| o["y"] = buildModule();
|
| return o;
|
| }
|
|
|
| -checkUnnamed1142(core.Map<core.String, api.Module> o) {
|
| +checkUnnamed1161(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 = buildUnnamed1141();
|
| + o.actions = buildUnnamed1160();
|
| o.description = "foo";
|
| - o.modules = buildUnnamed1142();
|
| + o.modules = buildUnnamed1161();
|
| o.name = "foo";
|
| }
|
| buildCounterTemplate--;
|
| @@ -1131,22 +1131,22 @@ buildTemplate() {
|
| checkTemplate(api.Template o) {
|
| buildCounterTemplate++;
|
| if (buildCounterTemplate < 3) {
|
| - checkUnnamed1141(o.actions);
|
| + checkUnnamed1160(o.actions);
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| - checkUnnamed1142(o.modules);
|
| + checkUnnamed1161(o.modules);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| }
|
| buildCounterTemplate--;
|
| }
|
|
|
| -buildUnnamed1143() {
|
| +buildUnnamed1162() {
|
| var o = new core.List<api.Template>();
|
| o.add(buildTemplate());
|
| o.add(buildTemplate());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1143(core.List<api.Template> o) {
|
| +checkUnnamed1162(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 = buildUnnamed1143();
|
| + o.resources = buildUnnamed1162();
|
| }
|
| buildCounterTemplatesListResponse--;
|
| return o;
|
| @@ -1168,7 +1168,7 @@ checkTemplatesListResponse(api.TemplatesListResponse o) {
|
| buildCounterTemplatesListResponse++;
|
| if (buildCounterTemplatesListResponse < 3) {
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1143(o.resources);
|
| + checkUnnamed1162(o.resources);
|
| }
|
| buildCounterTemplatesListResponse--;
|
| }
|
|
|