| Index: generated/googleapis/test/tagmanager/v1_test.dart
|
| diff --git a/generated/googleapis/test/tagmanager/v1_test.dart b/generated/googleapis/test/tagmanager/v1_test.dart
|
| index 8f222982f92095674b6321d5ce73d27d0ab81234..bb3abd454240c09f7826d061740f8b919f744eb9 100644
|
| --- a/generated/googleapis/test/tagmanager/v1_test.dart
|
| +++ b/generated/googleapis/test/tagmanager/v1_test.dart
|
| @@ -76,14 +76,14 @@ checkAccount(api.Account o) {
|
| buildCounterAccount--;
|
| }
|
|
|
| -buildUnnamed1369() {
|
| +buildUnnamed1426() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1369(core.List<core.String> o) {
|
| +checkUnnamed1426(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'));
|
| @@ -94,7 +94,7 @@ buildAccountAccess() {
|
| var o = new api.AccountAccess();
|
| buildCounterAccountAccess++;
|
| if (buildCounterAccountAccess < 3) {
|
| - o.permission = buildUnnamed1369();
|
| + o.permission = buildUnnamed1426();
|
| }
|
| buildCounterAccountAccess--;
|
| return o;
|
| @@ -103,19 +103,19 @@ buildAccountAccess() {
|
| checkAccountAccess(api.AccountAccess o) {
|
| buildCounterAccountAccess++;
|
| if (buildCounterAccountAccess < 3) {
|
| - checkUnnamed1369(o.permission);
|
| + checkUnnamed1426(o.permission);
|
| }
|
| buildCounterAccountAccess--;
|
| }
|
|
|
| -buildUnnamed1370() {
|
| +buildUnnamed1427() {
|
| var o = new core.List<api.Parameter>();
|
| o.add(buildParameter());
|
| o.add(buildParameter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1370(core.List<api.Parameter> o) {
|
| +checkUnnamed1427(core.List<api.Parameter> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkParameter(o[0]);
|
| checkParameter(o[1]);
|
| @@ -126,7 +126,7 @@ buildCondition() {
|
| var o = new api.Condition();
|
| buildCounterCondition++;
|
| if (buildCounterCondition < 3) {
|
| - o.parameter = buildUnnamed1370();
|
| + o.parameter = buildUnnamed1427();
|
| o.type = "foo";
|
| }
|
| buildCounterCondition--;
|
| @@ -136,46 +136,46 @@ buildCondition() {
|
| checkCondition(api.Condition o) {
|
| buildCounterCondition++;
|
| if (buildCounterCondition < 3) {
|
| - checkUnnamed1370(o.parameter);
|
| + checkUnnamed1427(o.parameter);
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| }
|
| buildCounterCondition--;
|
| }
|
|
|
| -buildUnnamed1371() {
|
| +buildUnnamed1428() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1371(core.List<core.String> o) {
|
| +checkUnnamed1428(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'));
|
| }
|
|
|
| -buildUnnamed1372() {
|
| +buildUnnamed1429() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1372(core.List<core.String> o) {
|
| +checkUnnamed1429(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'));
|
| }
|
|
|
| -buildUnnamed1373() {
|
| +buildUnnamed1430() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1373(core.List<core.String> o) {
|
| +checkUnnamed1430(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'));
|
| @@ -188,15 +188,15 @@ buildContainer() {
|
| if (buildCounterContainer < 3) {
|
| o.accountId = "foo";
|
| o.containerId = "foo";
|
| - o.domainName = buildUnnamed1371();
|
| - o.enabledBuiltInVariable = buildUnnamed1372();
|
| + o.domainName = buildUnnamed1428();
|
| + o.enabledBuiltInVariable = buildUnnamed1429();
|
| o.fingerprint = "foo";
|
| o.name = "foo";
|
| o.notes = "foo";
|
| o.publicId = "foo";
|
| o.timeZoneCountryId = "foo";
|
| o.timeZoneId = "foo";
|
| - o.usageContext = buildUnnamed1373();
|
| + o.usageContext = buildUnnamed1430();
|
| }
|
| buildCounterContainer--;
|
| return o;
|
| @@ -207,27 +207,27 @@ checkContainer(api.Container o) {
|
| if (buildCounterContainer < 3) {
|
| unittest.expect(o.accountId, unittest.equals('foo'));
|
| unittest.expect(o.containerId, unittest.equals('foo'));
|
| - checkUnnamed1371(o.domainName);
|
| - checkUnnamed1372(o.enabledBuiltInVariable);
|
| + checkUnnamed1428(o.domainName);
|
| + checkUnnamed1429(o.enabledBuiltInVariable);
|
| unittest.expect(o.fingerprint, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.notes, unittest.equals('foo'));
|
| unittest.expect(o.publicId, unittest.equals('foo'));
|
| unittest.expect(o.timeZoneCountryId, unittest.equals('foo'));
|
| unittest.expect(o.timeZoneId, unittest.equals('foo'));
|
| - checkUnnamed1373(o.usageContext);
|
| + checkUnnamed1430(o.usageContext);
|
| }
|
| buildCounterContainer--;
|
| }
|
|
|
| -buildUnnamed1374() {
|
| +buildUnnamed1431() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1374(core.List<core.String> o) {
|
| +checkUnnamed1431(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'));
|
| @@ -239,7 +239,7 @@ buildContainerAccess() {
|
| buildCounterContainerAccess++;
|
| if (buildCounterContainerAccess < 3) {
|
| o.containerId = "foo";
|
| - o.permission = buildUnnamed1374();
|
| + o.permission = buildUnnamed1431();
|
| }
|
| buildCounterContainerAccess--;
|
| return o;
|
| @@ -249,84 +249,84 @@ checkContainerAccess(api.ContainerAccess o) {
|
| buildCounterContainerAccess++;
|
| if (buildCounterContainerAccess < 3) {
|
| unittest.expect(o.containerId, unittest.equals('foo'));
|
| - checkUnnamed1374(o.permission);
|
| + checkUnnamed1431(o.permission);
|
| }
|
| buildCounterContainerAccess--;
|
| }
|
|
|
| -buildUnnamed1375() {
|
| +buildUnnamed1432() {
|
| var o = new core.List<api.Folder>();
|
| o.add(buildFolder());
|
| o.add(buildFolder());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1375(core.List<api.Folder> o) {
|
| +checkUnnamed1432(core.List<api.Folder> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFolder(o[0]);
|
| checkFolder(o[1]);
|
| }
|
|
|
| -buildUnnamed1376() {
|
| +buildUnnamed1433() {
|
| var o = new core.List<api.Macro>();
|
| o.add(buildMacro());
|
| o.add(buildMacro());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1376(core.List<api.Macro> o) {
|
| +checkUnnamed1433(core.List<api.Macro> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMacro(o[0]);
|
| checkMacro(o[1]);
|
| }
|
|
|
| -buildUnnamed1377() {
|
| +buildUnnamed1434() {
|
| var o = new core.List<api.Rule>();
|
| o.add(buildRule());
|
| o.add(buildRule());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1377(core.List<api.Rule> o) {
|
| +checkUnnamed1434(core.List<api.Rule> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRule(o[0]);
|
| checkRule(o[1]);
|
| }
|
|
|
| -buildUnnamed1378() {
|
| +buildUnnamed1435() {
|
| var o = new core.List<api.Tag>();
|
| o.add(buildTag());
|
| o.add(buildTag());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1378(core.List<api.Tag> o) {
|
| +checkUnnamed1435(core.List<api.Tag> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTag(o[0]);
|
| checkTag(o[1]);
|
| }
|
|
|
| -buildUnnamed1379() {
|
| +buildUnnamed1436() {
|
| var o = new core.List<api.Trigger>();
|
| o.add(buildTrigger());
|
| o.add(buildTrigger());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1379(core.List<api.Trigger> o) {
|
| +checkUnnamed1436(core.List<api.Trigger> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTrigger(o[0]);
|
| checkTrigger(o[1]);
|
| }
|
|
|
| -buildUnnamed1380() {
|
| +buildUnnamed1437() {
|
| var o = new core.List<api.Variable>();
|
| o.add(buildVariable());
|
| o.add(buildVariable());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1380(core.List<api.Variable> o) {
|
| +checkUnnamed1437(core.List<api.Variable> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVariable(o[0]);
|
| checkVariable(o[1]);
|
| @@ -343,14 +343,14 @@ buildContainerVersion() {
|
| o.containerVersionId = "foo";
|
| o.deleted = true;
|
| o.fingerprint = "foo";
|
| - o.folder = buildUnnamed1375();
|
| - o.macro = buildUnnamed1376();
|
| + o.folder = buildUnnamed1432();
|
| + o.macro = buildUnnamed1433();
|
| o.name = "foo";
|
| o.notes = "foo";
|
| - o.rule = buildUnnamed1377();
|
| - o.tag = buildUnnamed1378();
|
| - o.trigger = buildUnnamed1379();
|
| - o.variable = buildUnnamed1380();
|
| + o.rule = buildUnnamed1434();
|
| + o.tag = buildUnnamed1435();
|
| + o.trigger = buildUnnamed1436();
|
| + o.variable = buildUnnamed1437();
|
| }
|
| buildCounterContainerVersion--;
|
| return o;
|
| @@ -365,14 +365,14 @@ checkContainerVersion(api.ContainerVersion o) {
|
| unittest.expect(o.containerVersionId, unittest.equals('foo'));
|
| unittest.expect(o.deleted, unittest.isTrue);
|
| unittest.expect(o.fingerprint, unittest.equals('foo'));
|
| - checkUnnamed1375(o.folder);
|
| - checkUnnamed1376(o.macro);
|
| + checkUnnamed1432(o.folder);
|
| + checkUnnamed1433(o.macro);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.notes, unittest.equals('foo'));
|
| - checkUnnamed1377(o.rule);
|
| - checkUnnamed1378(o.tag);
|
| - checkUnnamed1379(o.trigger);
|
| - checkUnnamed1380(o.variable);
|
| + checkUnnamed1434(o.rule);
|
| + checkUnnamed1435(o.tag);
|
| + checkUnnamed1436(o.trigger);
|
| + checkUnnamed1437(o.variable);
|
| }
|
| buildCounterContainerVersion--;
|
| }
|
| @@ -526,40 +526,40 @@ checkFolder(api.Folder o) {
|
| buildCounterFolder--;
|
| }
|
|
|
| -buildUnnamed1381() {
|
| +buildUnnamed1438() {
|
| var o = new core.List<api.Tag>();
|
| o.add(buildTag());
|
| o.add(buildTag());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1381(core.List<api.Tag> o) {
|
| +checkUnnamed1438(core.List<api.Tag> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTag(o[0]);
|
| checkTag(o[1]);
|
| }
|
|
|
| -buildUnnamed1382() {
|
| +buildUnnamed1439() {
|
| var o = new core.List<api.Trigger>();
|
| o.add(buildTrigger());
|
| o.add(buildTrigger());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1382(core.List<api.Trigger> o) {
|
| +checkUnnamed1439(core.List<api.Trigger> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTrigger(o[0]);
|
| checkTrigger(o[1]);
|
| }
|
|
|
| -buildUnnamed1383() {
|
| +buildUnnamed1440() {
|
| var o = new core.List<api.Variable>();
|
| o.add(buildVariable());
|
| o.add(buildVariable());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1383(core.List<api.Variable> o) {
|
| +checkUnnamed1440(core.List<api.Variable> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVariable(o[0]);
|
| checkVariable(o[1]);
|
| @@ -570,9 +570,9 @@ buildFolderEntities() {
|
| var o = new api.FolderEntities();
|
| buildCounterFolderEntities++;
|
| if (buildCounterFolderEntities < 3) {
|
| - o.tag = buildUnnamed1381();
|
| - o.trigger = buildUnnamed1382();
|
| - o.variable = buildUnnamed1383();
|
| + o.tag = buildUnnamed1438();
|
| + o.trigger = buildUnnamed1439();
|
| + o.variable = buildUnnamed1440();
|
| }
|
| buildCounterFolderEntities--;
|
| return o;
|
| @@ -581,21 +581,21 @@ buildFolderEntities() {
|
| checkFolderEntities(api.FolderEntities o) {
|
| buildCounterFolderEntities++;
|
| if (buildCounterFolderEntities < 3) {
|
| - checkUnnamed1381(o.tag);
|
| - checkUnnamed1382(o.trigger);
|
| - checkUnnamed1383(o.variable);
|
| + checkUnnamed1438(o.tag);
|
| + checkUnnamed1439(o.trigger);
|
| + checkUnnamed1440(o.variable);
|
| }
|
| buildCounterFolderEntities--;
|
| }
|
|
|
| -buildUnnamed1384() {
|
| +buildUnnamed1441() {
|
| var o = new core.List<api.UserAccess>();
|
| o.add(buildUserAccess());
|
| o.add(buildUserAccess());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1384(core.List<api.UserAccess> o) {
|
| +checkUnnamed1441(core.List<api.UserAccess> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUserAccess(o[0]);
|
| checkUserAccess(o[1]);
|
| @@ -606,7 +606,7 @@ buildListAccountUsersResponse() {
|
| var o = new api.ListAccountUsersResponse();
|
| buildCounterListAccountUsersResponse++;
|
| if (buildCounterListAccountUsersResponse < 3) {
|
| - o.userAccess = buildUnnamed1384();
|
| + o.userAccess = buildUnnamed1441();
|
| }
|
| buildCounterListAccountUsersResponse--;
|
| return o;
|
| @@ -615,19 +615,19 @@ buildListAccountUsersResponse() {
|
| checkListAccountUsersResponse(api.ListAccountUsersResponse o) {
|
| buildCounterListAccountUsersResponse++;
|
| if (buildCounterListAccountUsersResponse < 3) {
|
| - checkUnnamed1384(o.userAccess);
|
| + checkUnnamed1441(o.userAccess);
|
| }
|
| buildCounterListAccountUsersResponse--;
|
| }
|
|
|
| -buildUnnamed1385() {
|
| +buildUnnamed1442() {
|
| var o = new core.List<api.Account>();
|
| o.add(buildAccount());
|
| o.add(buildAccount());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1385(core.List<api.Account> o) {
|
| +checkUnnamed1442(core.List<api.Account> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccount(o[0]);
|
| checkAccount(o[1]);
|
| @@ -638,7 +638,7 @@ buildListAccountsResponse() {
|
| var o = new api.ListAccountsResponse();
|
| buildCounterListAccountsResponse++;
|
| if (buildCounterListAccountsResponse < 3) {
|
| - o.accounts = buildUnnamed1385();
|
| + o.accounts = buildUnnamed1442();
|
| }
|
| buildCounterListAccountsResponse--;
|
| return o;
|
| @@ -647,32 +647,32 @@ buildListAccountsResponse() {
|
| checkListAccountsResponse(api.ListAccountsResponse o) {
|
| buildCounterListAccountsResponse++;
|
| if (buildCounterListAccountsResponse < 3) {
|
| - checkUnnamed1385(o.accounts);
|
| + checkUnnamed1442(o.accounts);
|
| }
|
| buildCounterListAccountsResponse--;
|
| }
|
|
|
| -buildUnnamed1386() {
|
| +buildUnnamed1443() {
|
| var o = new core.List<api.ContainerVersion>();
|
| o.add(buildContainerVersion());
|
| o.add(buildContainerVersion());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1386(core.List<api.ContainerVersion> o) {
|
| +checkUnnamed1443(core.List<api.ContainerVersion> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkContainerVersion(o[0]);
|
| checkContainerVersion(o[1]);
|
| }
|
|
|
| -buildUnnamed1387() {
|
| +buildUnnamed1444() {
|
| var o = new core.List<api.ContainerVersionHeader>();
|
| o.add(buildContainerVersionHeader());
|
| o.add(buildContainerVersionHeader());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1387(core.List<api.ContainerVersionHeader> o) {
|
| +checkUnnamed1444(core.List<api.ContainerVersionHeader> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkContainerVersionHeader(o[0]);
|
| checkContainerVersionHeader(o[1]);
|
| @@ -683,8 +683,8 @@ buildListContainerVersionsResponse() {
|
| var o = new api.ListContainerVersionsResponse();
|
| buildCounterListContainerVersionsResponse++;
|
| if (buildCounterListContainerVersionsResponse < 3) {
|
| - o.containerVersion = buildUnnamed1386();
|
| - o.containerVersionHeader = buildUnnamed1387();
|
| + o.containerVersion = buildUnnamed1443();
|
| + o.containerVersionHeader = buildUnnamed1444();
|
| }
|
| buildCounterListContainerVersionsResponse--;
|
| return o;
|
| @@ -693,20 +693,20 @@ buildListContainerVersionsResponse() {
|
| checkListContainerVersionsResponse(api.ListContainerVersionsResponse o) {
|
| buildCounterListContainerVersionsResponse++;
|
| if (buildCounterListContainerVersionsResponse < 3) {
|
| - checkUnnamed1386(o.containerVersion);
|
| - checkUnnamed1387(o.containerVersionHeader);
|
| + checkUnnamed1443(o.containerVersion);
|
| + checkUnnamed1444(o.containerVersionHeader);
|
| }
|
| buildCounterListContainerVersionsResponse--;
|
| }
|
|
|
| -buildUnnamed1388() {
|
| +buildUnnamed1445() {
|
| var o = new core.List<api.Container>();
|
| o.add(buildContainer());
|
| o.add(buildContainer());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1388(core.List<api.Container> o) {
|
| +checkUnnamed1445(core.List<api.Container> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkContainer(o[0]);
|
| checkContainer(o[1]);
|
| @@ -717,7 +717,7 @@ buildListContainersResponse() {
|
| var o = new api.ListContainersResponse();
|
| buildCounterListContainersResponse++;
|
| if (buildCounterListContainersResponse < 3) {
|
| - o.containers = buildUnnamed1388();
|
| + o.containers = buildUnnamed1445();
|
| }
|
| buildCounterListContainersResponse--;
|
| return o;
|
| @@ -726,19 +726,19 @@ buildListContainersResponse() {
|
| checkListContainersResponse(api.ListContainersResponse o) {
|
| buildCounterListContainersResponse++;
|
| if (buildCounterListContainersResponse < 3) {
|
| - checkUnnamed1388(o.containers);
|
| + checkUnnamed1445(o.containers);
|
| }
|
| buildCounterListContainersResponse--;
|
| }
|
|
|
| -buildUnnamed1389() {
|
| +buildUnnamed1446() {
|
| var o = new core.List<api.Environment>();
|
| o.add(buildEnvironment());
|
| o.add(buildEnvironment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1389(core.List<api.Environment> o) {
|
| +checkUnnamed1446(core.List<api.Environment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEnvironment(o[0]);
|
| checkEnvironment(o[1]);
|
| @@ -749,7 +749,7 @@ buildListEnvironmentsResponse() {
|
| var o = new api.ListEnvironmentsResponse();
|
| buildCounterListEnvironmentsResponse++;
|
| if (buildCounterListEnvironmentsResponse < 3) {
|
| - o.environments = buildUnnamed1389();
|
| + o.environments = buildUnnamed1446();
|
| }
|
| buildCounterListEnvironmentsResponse--;
|
| return o;
|
| @@ -758,19 +758,19 @@ buildListEnvironmentsResponse() {
|
| checkListEnvironmentsResponse(api.ListEnvironmentsResponse o) {
|
| buildCounterListEnvironmentsResponse++;
|
| if (buildCounterListEnvironmentsResponse < 3) {
|
| - checkUnnamed1389(o.environments);
|
| + checkUnnamed1446(o.environments);
|
| }
|
| buildCounterListEnvironmentsResponse--;
|
| }
|
|
|
| -buildUnnamed1390() {
|
| +buildUnnamed1447() {
|
| var o = new core.List<api.Folder>();
|
| o.add(buildFolder());
|
| o.add(buildFolder());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1390(core.List<api.Folder> o) {
|
| +checkUnnamed1447(core.List<api.Folder> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFolder(o[0]);
|
| checkFolder(o[1]);
|
| @@ -781,7 +781,7 @@ buildListFoldersResponse() {
|
| var o = new api.ListFoldersResponse();
|
| buildCounterListFoldersResponse++;
|
| if (buildCounterListFoldersResponse < 3) {
|
| - o.folders = buildUnnamed1390();
|
| + o.folders = buildUnnamed1447();
|
| }
|
| buildCounterListFoldersResponse--;
|
| return o;
|
| @@ -790,19 +790,19 @@ buildListFoldersResponse() {
|
| checkListFoldersResponse(api.ListFoldersResponse o) {
|
| buildCounterListFoldersResponse++;
|
| if (buildCounterListFoldersResponse < 3) {
|
| - checkUnnamed1390(o.folders);
|
| + checkUnnamed1447(o.folders);
|
| }
|
| buildCounterListFoldersResponse--;
|
| }
|
|
|
| -buildUnnamed1391() {
|
| +buildUnnamed1448() {
|
| var o = new core.List<api.Tag>();
|
| o.add(buildTag());
|
| o.add(buildTag());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1391(core.List<api.Tag> o) {
|
| +checkUnnamed1448(core.List<api.Tag> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTag(o[0]);
|
| checkTag(o[1]);
|
| @@ -813,7 +813,7 @@ buildListTagsResponse() {
|
| var o = new api.ListTagsResponse();
|
| buildCounterListTagsResponse++;
|
| if (buildCounterListTagsResponse < 3) {
|
| - o.tags = buildUnnamed1391();
|
| + o.tags = buildUnnamed1448();
|
| }
|
| buildCounterListTagsResponse--;
|
| return o;
|
| @@ -822,19 +822,19 @@ buildListTagsResponse() {
|
| checkListTagsResponse(api.ListTagsResponse o) {
|
| buildCounterListTagsResponse++;
|
| if (buildCounterListTagsResponse < 3) {
|
| - checkUnnamed1391(o.tags);
|
| + checkUnnamed1448(o.tags);
|
| }
|
| buildCounterListTagsResponse--;
|
| }
|
|
|
| -buildUnnamed1392() {
|
| +buildUnnamed1449() {
|
| var o = new core.List<api.Trigger>();
|
| o.add(buildTrigger());
|
| o.add(buildTrigger());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1392(core.List<api.Trigger> o) {
|
| +checkUnnamed1449(core.List<api.Trigger> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTrigger(o[0]);
|
| checkTrigger(o[1]);
|
| @@ -845,7 +845,7 @@ buildListTriggersResponse() {
|
| var o = new api.ListTriggersResponse();
|
| buildCounterListTriggersResponse++;
|
| if (buildCounterListTriggersResponse < 3) {
|
| - o.triggers = buildUnnamed1392();
|
| + o.triggers = buildUnnamed1449();
|
| }
|
| buildCounterListTriggersResponse--;
|
| return o;
|
| @@ -854,19 +854,19 @@ buildListTriggersResponse() {
|
| checkListTriggersResponse(api.ListTriggersResponse o) {
|
| buildCounterListTriggersResponse++;
|
| if (buildCounterListTriggersResponse < 3) {
|
| - checkUnnamed1392(o.triggers);
|
| + checkUnnamed1449(o.triggers);
|
| }
|
| buildCounterListTriggersResponse--;
|
| }
|
|
|
| -buildUnnamed1393() {
|
| +buildUnnamed1450() {
|
| var o = new core.List<api.Variable>();
|
| o.add(buildVariable());
|
| o.add(buildVariable());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1393(core.List<api.Variable> o) {
|
| +checkUnnamed1450(core.List<api.Variable> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVariable(o[0]);
|
| checkVariable(o[1]);
|
| @@ -877,7 +877,7 @@ buildListVariablesResponse() {
|
| var o = new api.ListVariablesResponse();
|
| buildCounterListVariablesResponse++;
|
| if (buildCounterListVariablesResponse < 3) {
|
| - o.variables = buildUnnamed1393();
|
| + o.variables = buildUnnamed1450();
|
| }
|
| buildCounterListVariablesResponse--;
|
| return o;
|
| @@ -886,45 +886,45 @@ buildListVariablesResponse() {
|
| checkListVariablesResponse(api.ListVariablesResponse o) {
|
| buildCounterListVariablesResponse++;
|
| if (buildCounterListVariablesResponse < 3) {
|
| - checkUnnamed1393(o.variables);
|
| + checkUnnamed1450(o.variables);
|
| }
|
| buildCounterListVariablesResponse--;
|
| }
|
|
|
| -buildUnnamed1394() {
|
| +buildUnnamed1451() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1394(core.List<core.String> o) {
|
| +checkUnnamed1451(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'));
|
| }
|
|
|
| -buildUnnamed1395() {
|
| +buildUnnamed1452() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1395(core.List<core.String> o) {
|
| +checkUnnamed1452(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'));
|
| }
|
|
|
| -buildUnnamed1396() {
|
| +buildUnnamed1453() {
|
| var o = new core.List<api.Parameter>();
|
| o.add(buildParameter());
|
| o.add(buildParameter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1396(core.List<api.Parameter> o) {
|
| +checkUnnamed1453(core.List<api.Parameter> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkParameter(o[0]);
|
| checkParameter(o[1]);
|
| @@ -937,13 +937,13 @@ buildMacro() {
|
| if (buildCounterMacro < 3) {
|
| o.accountId = "foo";
|
| o.containerId = "foo";
|
| - o.disablingRuleId = buildUnnamed1394();
|
| - o.enablingRuleId = buildUnnamed1395();
|
| + o.disablingRuleId = buildUnnamed1451();
|
| + o.enablingRuleId = buildUnnamed1452();
|
| o.fingerprint = "foo";
|
| o.macroId = "foo";
|
| o.name = "foo";
|
| o.notes = "foo";
|
| - o.parameter = buildUnnamed1396();
|
| + o.parameter = buildUnnamed1453();
|
| o.parentFolderId = "foo";
|
| o.scheduleEndMs = "foo";
|
| o.scheduleStartMs = "foo";
|
| @@ -958,13 +958,13 @@ checkMacro(api.Macro o) {
|
| if (buildCounterMacro < 3) {
|
| unittest.expect(o.accountId, unittest.equals('foo'));
|
| unittest.expect(o.containerId, unittest.equals('foo'));
|
| - checkUnnamed1394(o.disablingRuleId);
|
| - checkUnnamed1395(o.enablingRuleId);
|
| + checkUnnamed1451(o.disablingRuleId);
|
| + checkUnnamed1452(o.enablingRuleId);
|
| unittest.expect(o.fingerprint, unittest.equals('foo'));
|
| unittest.expect(o.macroId, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.notes, unittest.equals('foo'));
|
| - checkUnnamed1396(o.parameter);
|
| + checkUnnamed1453(o.parameter);
|
| unittest.expect(o.parentFolderId, unittest.equals('foo'));
|
| unittest.expect(o.scheduleEndMs, unittest.equals('foo'));
|
| unittest.expect(o.scheduleStartMs, unittest.equals('foo'));
|
| @@ -973,27 +973,27 @@ checkMacro(api.Macro o) {
|
| buildCounterMacro--;
|
| }
|
|
|
| -buildUnnamed1397() {
|
| +buildUnnamed1454() {
|
| var o = new core.List<api.Parameter>();
|
| o.add(buildParameter());
|
| o.add(buildParameter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1397(core.List<api.Parameter> o) {
|
| +checkUnnamed1454(core.List<api.Parameter> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkParameter(o[0]);
|
| checkParameter(o[1]);
|
| }
|
|
|
| -buildUnnamed1398() {
|
| +buildUnnamed1455() {
|
| var o = new core.List<api.Parameter>();
|
| o.add(buildParameter());
|
| o.add(buildParameter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1398(core.List<api.Parameter> o) {
|
| +checkUnnamed1455(core.List<api.Parameter> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkParameter(o[0]);
|
| checkParameter(o[1]);
|
| @@ -1005,8 +1005,8 @@ buildParameter() {
|
| buildCounterParameter++;
|
| if (buildCounterParameter < 3) {
|
| o.key = "foo";
|
| - o.list = buildUnnamed1397();
|
| - o.map = buildUnnamed1398();
|
| + o.list = buildUnnamed1454();
|
| + o.map = buildUnnamed1455();
|
| o.type = "foo";
|
| o.value = "foo";
|
| }
|
| @@ -1018,8 +1018,8 @@ checkParameter(api.Parameter o) {
|
| buildCounterParameter++;
|
| if (buildCounterParameter < 3) {
|
| unittest.expect(o.key, unittest.equals('foo'));
|
| - checkUnnamed1397(o.list);
|
| - checkUnnamed1398(o.map);
|
| + checkUnnamed1454(o.list);
|
| + checkUnnamed1455(o.map);
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| unittest.expect(o.value, unittest.equals('foo'));
|
| }
|
| @@ -1047,14 +1047,14 @@ checkPublishContainerVersionResponse(api.PublishContainerVersionResponse o) {
|
| buildCounterPublishContainerVersionResponse--;
|
| }
|
|
|
| -buildUnnamed1399() {
|
| +buildUnnamed1456() {
|
| var o = new core.List<api.Condition>();
|
| o.add(buildCondition());
|
| o.add(buildCondition());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1399(core.List<api.Condition> o) {
|
| +checkUnnamed1456(core.List<api.Condition> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCondition(o[0]);
|
| checkCondition(o[1]);
|
| @@ -1066,7 +1066,7 @@ buildRule() {
|
| buildCounterRule++;
|
| if (buildCounterRule < 3) {
|
| o.accountId = "foo";
|
| - o.condition = buildUnnamed1399();
|
| + o.condition = buildUnnamed1456();
|
| o.containerId = "foo";
|
| o.fingerprint = "foo";
|
| o.name = "foo";
|
| @@ -1081,7 +1081,7 @@ checkRule(api.Rule o) {
|
| buildCounterRule++;
|
| if (buildCounterRule < 3) {
|
| unittest.expect(o.accountId, unittest.equals('foo'));
|
| - checkUnnamed1399(o.condition);
|
| + checkUnnamed1456(o.condition);
|
| unittest.expect(o.containerId, unittest.equals('foo'));
|
| unittest.expect(o.fingerprint, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| @@ -1112,92 +1112,92 @@ checkSetupTag(api.SetupTag o) {
|
| buildCounterSetupTag--;
|
| }
|
|
|
| -buildUnnamed1400() {
|
| +buildUnnamed1457() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1400(core.List<core.String> o) {
|
| +checkUnnamed1457(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'));
|
| }
|
|
|
| -buildUnnamed1401() {
|
| +buildUnnamed1458() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1401(core.List<core.String> o) {
|
| +checkUnnamed1458(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'));
|
| }
|
|
|
| -buildUnnamed1402() {
|
| +buildUnnamed1459() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1402(core.List<core.String> o) {
|
| +checkUnnamed1459(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'));
|
| }
|
|
|
| -buildUnnamed1403() {
|
| +buildUnnamed1460() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1403(core.List<core.String> o) {
|
| +checkUnnamed1460(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'));
|
| }
|
|
|
| -buildUnnamed1404() {
|
| +buildUnnamed1461() {
|
| var o = new core.List<api.Parameter>();
|
| o.add(buildParameter());
|
| o.add(buildParameter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1404(core.List<api.Parameter> o) {
|
| +checkUnnamed1461(core.List<api.Parameter> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkParameter(o[0]);
|
| checkParameter(o[1]);
|
| }
|
|
|
| -buildUnnamed1405() {
|
| +buildUnnamed1462() {
|
| var o = new core.List<api.SetupTag>();
|
| o.add(buildSetupTag());
|
| o.add(buildSetupTag());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1405(core.List<api.SetupTag> o) {
|
| +checkUnnamed1462(core.List<api.SetupTag> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSetupTag(o[0]);
|
| checkSetupTag(o[1]);
|
| }
|
|
|
| -buildUnnamed1406() {
|
| +buildUnnamed1463() {
|
| var o = new core.List<api.TeardownTag>();
|
| o.add(buildTeardownTag());
|
| o.add(buildTeardownTag());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1406(core.List<api.TeardownTag> o) {
|
| +checkUnnamed1463(core.List<api.TeardownTag> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTeardownTag(o[0]);
|
| checkTeardownTag(o[1]);
|
| @@ -1209,24 +1209,24 @@ buildTag() {
|
| buildCounterTag++;
|
| if (buildCounterTag < 3) {
|
| o.accountId = "foo";
|
| - o.blockingRuleId = buildUnnamed1400();
|
| - o.blockingTriggerId = buildUnnamed1401();
|
| + o.blockingRuleId = buildUnnamed1457();
|
| + o.blockingTriggerId = buildUnnamed1458();
|
| o.containerId = "foo";
|
| o.fingerprint = "foo";
|
| - o.firingRuleId = buildUnnamed1402();
|
| - o.firingTriggerId = buildUnnamed1403();
|
| + o.firingRuleId = buildUnnamed1459();
|
| + o.firingTriggerId = buildUnnamed1460();
|
| o.liveOnly = true;
|
| o.name = "foo";
|
| o.notes = "foo";
|
| - o.parameter = buildUnnamed1404();
|
| + o.parameter = buildUnnamed1461();
|
| o.parentFolderId = "foo";
|
| o.priority = buildParameter();
|
| o.scheduleEndMs = "foo";
|
| o.scheduleStartMs = "foo";
|
| - o.setupTag = buildUnnamed1405();
|
| + o.setupTag = buildUnnamed1462();
|
| o.tagFiringOption = "foo";
|
| o.tagId = "foo";
|
| - o.teardownTag = buildUnnamed1406();
|
| + o.teardownTag = buildUnnamed1463();
|
| o.type = "foo";
|
| }
|
| buildCounterTag--;
|
| @@ -1237,24 +1237,24 @@ checkTag(api.Tag o) {
|
| buildCounterTag++;
|
| if (buildCounterTag < 3) {
|
| unittest.expect(o.accountId, unittest.equals('foo'));
|
| - checkUnnamed1400(o.blockingRuleId);
|
| - checkUnnamed1401(o.blockingTriggerId);
|
| + checkUnnamed1457(o.blockingRuleId);
|
| + checkUnnamed1458(o.blockingTriggerId);
|
| unittest.expect(o.containerId, unittest.equals('foo'));
|
| unittest.expect(o.fingerprint, unittest.equals('foo'));
|
| - checkUnnamed1402(o.firingRuleId);
|
| - checkUnnamed1403(o.firingTriggerId);
|
| + checkUnnamed1459(o.firingRuleId);
|
| + checkUnnamed1460(o.firingTriggerId);
|
| unittest.expect(o.liveOnly, unittest.isTrue);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.notes, unittest.equals('foo'));
|
| - checkUnnamed1404(o.parameter);
|
| + checkUnnamed1461(o.parameter);
|
| unittest.expect(o.parentFolderId, unittest.equals('foo'));
|
| checkParameter(o.priority);
|
| unittest.expect(o.scheduleEndMs, unittest.equals('foo'));
|
| unittest.expect(o.scheduleStartMs, unittest.equals('foo'));
|
| - checkUnnamed1405(o.setupTag);
|
| + checkUnnamed1462(o.setupTag);
|
| unittest.expect(o.tagFiringOption, unittest.equals('foo'));
|
| unittest.expect(o.tagId, unittest.equals('foo'));
|
| - checkUnnamed1406(o.teardownTag);
|
| + checkUnnamed1463(o.teardownTag);
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| }
|
| buildCounterTag--;
|
| @@ -1281,40 +1281,40 @@ checkTeardownTag(api.TeardownTag o) {
|
| buildCounterTeardownTag--;
|
| }
|
|
|
| -buildUnnamed1407() {
|
| +buildUnnamed1464() {
|
| var o = new core.List<api.Condition>();
|
| o.add(buildCondition());
|
| o.add(buildCondition());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1407(core.List<api.Condition> o) {
|
| +checkUnnamed1464(core.List<api.Condition> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCondition(o[0]);
|
| checkCondition(o[1]);
|
| }
|
|
|
| -buildUnnamed1408() {
|
| +buildUnnamed1465() {
|
| var o = new core.List<api.Condition>();
|
| o.add(buildCondition());
|
| o.add(buildCondition());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1408(core.List<api.Condition> o) {
|
| +checkUnnamed1465(core.List<api.Condition> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCondition(o[0]);
|
| checkCondition(o[1]);
|
| }
|
|
|
| -buildUnnamed1409() {
|
| +buildUnnamed1466() {
|
| var o = new core.List<api.Condition>();
|
| o.add(buildCondition());
|
| o.add(buildCondition());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1409(core.List<api.Condition> o) {
|
| +checkUnnamed1466(core.List<api.Condition> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCondition(o[0]);
|
| checkCondition(o[1]);
|
| @@ -1326,13 +1326,13 @@ buildTrigger() {
|
| buildCounterTrigger++;
|
| if (buildCounterTrigger < 3) {
|
| o.accountId = "foo";
|
| - o.autoEventFilter = buildUnnamed1407();
|
| + o.autoEventFilter = buildUnnamed1464();
|
| o.checkValidation = buildParameter();
|
| o.containerId = "foo";
|
| - o.customEventFilter = buildUnnamed1408();
|
| + o.customEventFilter = buildUnnamed1465();
|
| o.enableAllVideos = buildParameter();
|
| o.eventName = buildParameter();
|
| - o.filter = buildUnnamed1409();
|
| + o.filter = buildUnnamed1466();
|
| o.fingerprint = "foo";
|
| o.interval = buildParameter();
|
| o.limit = buildParameter();
|
| @@ -1353,13 +1353,13 @@ checkTrigger(api.Trigger o) {
|
| buildCounterTrigger++;
|
| if (buildCounterTrigger < 3) {
|
| unittest.expect(o.accountId, unittest.equals('foo'));
|
| - checkUnnamed1407(o.autoEventFilter);
|
| + checkUnnamed1464(o.autoEventFilter);
|
| checkParameter(o.checkValidation);
|
| unittest.expect(o.containerId, unittest.equals('foo'));
|
| - checkUnnamed1408(o.customEventFilter);
|
| + checkUnnamed1465(o.customEventFilter);
|
| checkParameter(o.enableAllVideos);
|
| checkParameter(o.eventName);
|
| - checkUnnamed1409(o.filter);
|
| + checkUnnamed1466(o.filter);
|
| unittest.expect(o.fingerprint, unittest.equals('foo'));
|
| checkParameter(o.interval);
|
| checkParameter(o.limit);
|
| @@ -1375,14 +1375,14 @@ checkTrigger(api.Trigger o) {
|
| buildCounterTrigger--;
|
| }
|
|
|
| -buildUnnamed1410() {
|
| +buildUnnamed1467() {
|
| var o = new core.List<api.ContainerAccess>();
|
| o.add(buildContainerAccess());
|
| o.add(buildContainerAccess());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1410(core.List<api.ContainerAccess> o) {
|
| +checkUnnamed1467(core.List<api.ContainerAccess> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkContainerAccess(o[0]);
|
| checkContainerAccess(o[1]);
|
| @@ -1395,7 +1395,7 @@ buildUserAccess() {
|
| if (buildCounterUserAccess < 3) {
|
| o.accountAccess = buildAccountAccess();
|
| o.accountId = "foo";
|
| - o.containerAccess = buildUnnamed1410();
|
| + o.containerAccess = buildUnnamed1467();
|
| o.emailAddress = "foo";
|
| o.permissionId = "foo";
|
| }
|
| @@ -1408,47 +1408,47 @@ checkUserAccess(api.UserAccess o) {
|
| if (buildCounterUserAccess < 3) {
|
| checkAccountAccess(o.accountAccess);
|
| unittest.expect(o.accountId, unittest.equals('foo'));
|
| - checkUnnamed1410(o.containerAccess);
|
| + checkUnnamed1467(o.containerAccess);
|
| unittest.expect(o.emailAddress, unittest.equals('foo'));
|
| unittest.expect(o.permissionId, unittest.equals('foo'));
|
| }
|
| buildCounterUserAccess--;
|
| }
|
|
|
| -buildUnnamed1411() {
|
| +buildUnnamed1468() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1411(core.List<core.String> o) {
|
| +checkUnnamed1468(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'));
|
| }
|
|
|
| -buildUnnamed1412() {
|
| +buildUnnamed1469() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1412(core.List<core.String> o) {
|
| +checkUnnamed1469(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'));
|
| }
|
|
|
| -buildUnnamed1413() {
|
| +buildUnnamed1470() {
|
| var o = new core.List<api.Parameter>();
|
| o.add(buildParameter());
|
| o.add(buildParameter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1413(core.List<api.Parameter> o) {
|
| +checkUnnamed1470(core.List<api.Parameter> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkParameter(o[0]);
|
| checkParameter(o[1]);
|
| @@ -1461,12 +1461,12 @@ buildVariable() {
|
| if (buildCounterVariable < 3) {
|
| o.accountId = "foo";
|
| o.containerId = "foo";
|
| - o.disablingTriggerId = buildUnnamed1411();
|
| - o.enablingTriggerId = buildUnnamed1412();
|
| + o.disablingTriggerId = buildUnnamed1468();
|
| + o.enablingTriggerId = buildUnnamed1469();
|
| o.fingerprint = "foo";
|
| o.name = "foo";
|
| o.notes = "foo";
|
| - o.parameter = buildUnnamed1413();
|
| + o.parameter = buildUnnamed1470();
|
| o.parentFolderId = "foo";
|
| o.scheduleEndMs = "foo";
|
| o.scheduleStartMs = "foo";
|
| @@ -1482,12 +1482,12 @@ checkVariable(api.Variable o) {
|
| if (buildCounterVariable < 3) {
|
| unittest.expect(o.accountId, unittest.equals('foo'));
|
| unittest.expect(o.containerId, unittest.equals('foo'));
|
| - checkUnnamed1411(o.disablingTriggerId);
|
| - checkUnnamed1412(o.enablingTriggerId);
|
| + checkUnnamed1468(o.disablingTriggerId);
|
| + checkUnnamed1469(o.enablingTriggerId);
|
| unittest.expect(o.fingerprint, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.notes, unittest.equals('foo'));
|
| - checkUnnamed1413(o.parameter);
|
| + checkUnnamed1470(o.parameter);
|
| unittest.expect(o.parentFolderId, unittest.equals('foo'));
|
| unittest.expect(o.scheduleEndMs, unittest.equals('foo'));
|
| unittest.expect(o.scheduleStartMs, unittest.equals('foo'));
|
| @@ -1497,40 +1497,40 @@ checkVariable(api.Variable o) {
|
| buildCounterVariable--;
|
| }
|
|
|
| -buildUnnamed1414() {
|
| +buildUnnamed1471() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1414(core.List<core.String> o) {
|
| +checkUnnamed1471(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'));
|
| }
|
|
|
| -buildUnnamed1415() {
|
| +buildUnnamed1472() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1415(core.List<core.String> o) {
|
| +checkUnnamed1472(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'));
|
| }
|
|
|
| -buildUnnamed1416() {
|
| +buildUnnamed1473() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1416(core.List<core.String> o) {
|
| +checkUnnamed1473(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'));
|
| @@ -3070,9 +3070,9 @@ main() {
|
| var arg_accountId = "foo";
|
| var arg_containerId = "foo";
|
| var arg_folderId = "foo";
|
| - var arg_tagId = buildUnnamed1414();
|
| - var arg_triggerId = buildUnnamed1415();
|
| - var arg_variableId = buildUnnamed1416();
|
| + var arg_tagId = buildUnnamed1471();
|
| + var arg_triggerId = buildUnnamed1472();
|
| + var arg_variableId = buildUnnamed1473();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var obj = new api.Folder.fromJson(json);
|
| checkFolder(obj);
|
|
|