| 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 297f8f33758b659aa7e2d572143931677e503a12..39cce271a23178c3f8d7b83912b0c88d189579e2 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--;
|
| }
|
|
|
| -buildUnnamed1837() {
|
| +buildUnnamed1590() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1837(core.List<core.String> o) {
|
| +checkUnnamed1590(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 = buildUnnamed1837();
|
| + o.permission = buildUnnamed1590();
|
| }
|
| buildCounterAccountAccess--;
|
| return o;
|
| @@ -103,19 +103,19 @@ buildAccountAccess() {
|
| checkAccountAccess(api.AccountAccess o) {
|
| buildCounterAccountAccess++;
|
| if (buildCounterAccountAccess < 3) {
|
| - checkUnnamed1837(o.permission);
|
| + checkUnnamed1590(o.permission);
|
| }
|
| buildCounterAccountAccess--;
|
| }
|
|
|
| -buildUnnamed1838() {
|
| +buildUnnamed1591() {
|
| var o = new core.List<api.Parameter>();
|
| o.add(buildParameter());
|
| o.add(buildParameter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1838(core.List<api.Parameter> o) {
|
| +checkUnnamed1591(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 = buildUnnamed1838();
|
| + o.parameter = buildUnnamed1591();
|
| o.type = "foo";
|
| }
|
| buildCounterCondition--;
|
| @@ -136,46 +136,46 @@ buildCondition() {
|
| checkCondition(api.Condition o) {
|
| buildCounterCondition++;
|
| if (buildCounterCondition < 3) {
|
| - checkUnnamed1838(o.parameter);
|
| + checkUnnamed1591(o.parameter);
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| }
|
| buildCounterCondition--;
|
| }
|
|
|
| -buildUnnamed1839() {
|
| +buildUnnamed1592() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1839(core.List<core.String> o) {
|
| +checkUnnamed1592(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'));
|
| }
|
|
|
| -buildUnnamed1840() {
|
| +buildUnnamed1593() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1840(core.List<core.String> o) {
|
| +checkUnnamed1593(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'));
|
| }
|
|
|
| -buildUnnamed1841() {
|
| +buildUnnamed1594() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1841(core.List<core.String> o) {
|
| +checkUnnamed1594(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 = buildUnnamed1839();
|
| - o.enabledBuiltInVariable = buildUnnamed1840();
|
| + o.domainName = buildUnnamed1592();
|
| + o.enabledBuiltInVariable = buildUnnamed1593();
|
| o.fingerprint = "foo";
|
| o.name = "foo";
|
| o.notes = "foo";
|
| o.publicId = "foo";
|
| o.timeZoneCountryId = "foo";
|
| o.timeZoneId = "foo";
|
| - o.usageContext = buildUnnamed1841();
|
| + o.usageContext = buildUnnamed1594();
|
| }
|
| 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'));
|
| - checkUnnamed1839(o.domainName);
|
| - checkUnnamed1840(o.enabledBuiltInVariable);
|
| + checkUnnamed1592(o.domainName);
|
| + checkUnnamed1593(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'));
|
| - checkUnnamed1841(o.usageContext);
|
| + checkUnnamed1594(o.usageContext);
|
| }
|
| buildCounterContainer--;
|
| }
|
|
|
| -buildUnnamed1842() {
|
| +buildUnnamed1595() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1842(core.List<core.String> o) {
|
| +checkUnnamed1595(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 = buildUnnamed1842();
|
| + o.permission = buildUnnamed1595();
|
| }
|
| buildCounterContainerAccess--;
|
| return o;
|
| @@ -249,84 +249,84 @@ checkContainerAccess(api.ContainerAccess o) {
|
| buildCounterContainerAccess++;
|
| if (buildCounterContainerAccess < 3) {
|
| unittest.expect(o.containerId, unittest.equals('foo'));
|
| - checkUnnamed1842(o.permission);
|
| + checkUnnamed1595(o.permission);
|
| }
|
| buildCounterContainerAccess--;
|
| }
|
|
|
| -buildUnnamed1843() {
|
| +buildUnnamed1596() {
|
| var o = new core.List<api.Folder>();
|
| o.add(buildFolder());
|
| o.add(buildFolder());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1843(core.List<api.Folder> o) {
|
| +checkUnnamed1596(core.List<api.Folder> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFolder(o[0]);
|
| checkFolder(o[1]);
|
| }
|
|
|
| -buildUnnamed1844() {
|
| +buildUnnamed1597() {
|
| var o = new core.List<api.Macro>();
|
| o.add(buildMacro());
|
| o.add(buildMacro());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1844(core.List<api.Macro> o) {
|
| +checkUnnamed1597(core.List<api.Macro> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMacro(o[0]);
|
| checkMacro(o[1]);
|
| }
|
|
|
| -buildUnnamed1845() {
|
| +buildUnnamed1598() {
|
| var o = new core.List<api.Rule>();
|
| o.add(buildRule());
|
| o.add(buildRule());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1845(core.List<api.Rule> o) {
|
| +checkUnnamed1598(core.List<api.Rule> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRule(o[0]);
|
| checkRule(o[1]);
|
| }
|
|
|
| -buildUnnamed1846() {
|
| +buildUnnamed1599() {
|
| var o = new core.List<api.Tag>();
|
| o.add(buildTag());
|
| o.add(buildTag());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1846(core.List<api.Tag> o) {
|
| +checkUnnamed1599(core.List<api.Tag> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTag(o[0]);
|
| checkTag(o[1]);
|
| }
|
|
|
| -buildUnnamed1847() {
|
| +buildUnnamed1600() {
|
| var o = new core.List<api.Trigger>();
|
| o.add(buildTrigger());
|
| o.add(buildTrigger());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1847(core.List<api.Trigger> o) {
|
| +checkUnnamed1600(core.List<api.Trigger> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTrigger(o[0]);
|
| checkTrigger(o[1]);
|
| }
|
|
|
| -buildUnnamed1848() {
|
| +buildUnnamed1601() {
|
| var o = new core.List<api.Variable>();
|
| o.add(buildVariable());
|
| o.add(buildVariable());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1848(core.List<api.Variable> o) {
|
| +checkUnnamed1601(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 = buildUnnamed1843();
|
| - o.macro = buildUnnamed1844();
|
| + o.folder = buildUnnamed1596();
|
| + o.macro = buildUnnamed1597();
|
| o.name = "foo";
|
| o.notes = "foo";
|
| - o.rule = buildUnnamed1845();
|
| - o.tag = buildUnnamed1846();
|
| - o.trigger = buildUnnamed1847();
|
| - o.variable = buildUnnamed1848();
|
| + o.rule = buildUnnamed1598();
|
| + o.tag = buildUnnamed1599();
|
| + o.trigger = buildUnnamed1600();
|
| + o.variable = buildUnnamed1601();
|
| }
|
| 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'));
|
| - checkUnnamed1843(o.folder);
|
| - checkUnnamed1844(o.macro);
|
| + checkUnnamed1596(o.folder);
|
| + checkUnnamed1597(o.macro);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.notes, unittest.equals('foo'));
|
| - checkUnnamed1845(o.rule);
|
| - checkUnnamed1846(o.tag);
|
| - checkUnnamed1847(o.trigger);
|
| - checkUnnamed1848(o.variable);
|
| + checkUnnamed1598(o.rule);
|
| + checkUnnamed1599(o.tag);
|
| + checkUnnamed1600(o.trigger);
|
| + checkUnnamed1601(o.variable);
|
| }
|
| buildCounterContainerVersion--;
|
| }
|
| @@ -526,40 +526,40 @@ checkFolder(api.Folder o) {
|
| buildCounterFolder--;
|
| }
|
|
|
| -buildUnnamed1849() {
|
| +buildUnnamed1602() {
|
| var o = new core.List<api.Tag>();
|
| o.add(buildTag());
|
| o.add(buildTag());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1849(core.List<api.Tag> o) {
|
| +checkUnnamed1602(core.List<api.Tag> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTag(o[0]);
|
| checkTag(o[1]);
|
| }
|
|
|
| -buildUnnamed1850() {
|
| +buildUnnamed1603() {
|
| var o = new core.List<api.Trigger>();
|
| o.add(buildTrigger());
|
| o.add(buildTrigger());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1850(core.List<api.Trigger> o) {
|
| +checkUnnamed1603(core.List<api.Trigger> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTrigger(o[0]);
|
| checkTrigger(o[1]);
|
| }
|
|
|
| -buildUnnamed1851() {
|
| +buildUnnamed1604() {
|
| var o = new core.List<api.Variable>();
|
| o.add(buildVariable());
|
| o.add(buildVariable());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1851(core.List<api.Variable> o) {
|
| +checkUnnamed1604(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 = buildUnnamed1849();
|
| - o.trigger = buildUnnamed1850();
|
| - o.variable = buildUnnamed1851();
|
| + o.tag = buildUnnamed1602();
|
| + o.trigger = buildUnnamed1603();
|
| + o.variable = buildUnnamed1604();
|
| }
|
| buildCounterFolderEntities--;
|
| return o;
|
| @@ -581,21 +581,21 @@ buildFolderEntities() {
|
| checkFolderEntities(api.FolderEntities o) {
|
| buildCounterFolderEntities++;
|
| if (buildCounterFolderEntities < 3) {
|
| - checkUnnamed1849(o.tag);
|
| - checkUnnamed1850(o.trigger);
|
| - checkUnnamed1851(o.variable);
|
| + checkUnnamed1602(o.tag);
|
| + checkUnnamed1603(o.trigger);
|
| + checkUnnamed1604(o.variable);
|
| }
|
| buildCounterFolderEntities--;
|
| }
|
|
|
| -buildUnnamed1852() {
|
| +buildUnnamed1605() {
|
| var o = new core.List<api.UserAccess>();
|
| o.add(buildUserAccess());
|
| o.add(buildUserAccess());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1852(core.List<api.UserAccess> o) {
|
| +checkUnnamed1605(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 = buildUnnamed1852();
|
| + o.userAccess = buildUnnamed1605();
|
| }
|
| buildCounterListAccountUsersResponse--;
|
| return o;
|
| @@ -615,19 +615,19 @@ buildListAccountUsersResponse() {
|
| checkListAccountUsersResponse(api.ListAccountUsersResponse o) {
|
| buildCounterListAccountUsersResponse++;
|
| if (buildCounterListAccountUsersResponse < 3) {
|
| - checkUnnamed1852(o.userAccess);
|
| + checkUnnamed1605(o.userAccess);
|
| }
|
| buildCounterListAccountUsersResponse--;
|
| }
|
|
|
| -buildUnnamed1853() {
|
| +buildUnnamed1606() {
|
| var o = new core.List<api.Account>();
|
| o.add(buildAccount());
|
| o.add(buildAccount());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1853(core.List<api.Account> o) {
|
| +checkUnnamed1606(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 = buildUnnamed1853();
|
| + o.accounts = buildUnnamed1606();
|
| }
|
| buildCounterListAccountsResponse--;
|
| return o;
|
| @@ -647,32 +647,32 @@ buildListAccountsResponse() {
|
| checkListAccountsResponse(api.ListAccountsResponse o) {
|
| buildCounterListAccountsResponse++;
|
| if (buildCounterListAccountsResponse < 3) {
|
| - checkUnnamed1853(o.accounts);
|
| + checkUnnamed1606(o.accounts);
|
| }
|
| buildCounterListAccountsResponse--;
|
| }
|
|
|
| -buildUnnamed1854() {
|
| +buildUnnamed1607() {
|
| var o = new core.List<api.ContainerVersion>();
|
| o.add(buildContainerVersion());
|
| o.add(buildContainerVersion());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1854(core.List<api.ContainerVersion> o) {
|
| +checkUnnamed1607(core.List<api.ContainerVersion> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkContainerVersion(o[0]);
|
| checkContainerVersion(o[1]);
|
| }
|
|
|
| -buildUnnamed1855() {
|
| +buildUnnamed1608() {
|
| var o = new core.List<api.ContainerVersionHeader>();
|
| o.add(buildContainerVersionHeader());
|
| o.add(buildContainerVersionHeader());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1855(core.List<api.ContainerVersionHeader> o) {
|
| +checkUnnamed1608(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 = buildUnnamed1854();
|
| - o.containerVersionHeader = buildUnnamed1855();
|
| + o.containerVersion = buildUnnamed1607();
|
| + o.containerVersionHeader = buildUnnamed1608();
|
| }
|
| buildCounterListContainerVersionsResponse--;
|
| return o;
|
| @@ -693,20 +693,20 @@ buildListContainerVersionsResponse() {
|
| checkListContainerVersionsResponse(api.ListContainerVersionsResponse o) {
|
| buildCounterListContainerVersionsResponse++;
|
| if (buildCounterListContainerVersionsResponse < 3) {
|
| - checkUnnamed1854(o.containerVersion);
|
| - checkUnnamed1855(o.containerVersionHeader);
|
| + checkUnnamed1607(o.containerVersion);
|
| + checkUnnamed1608(o.containerVersionHeader);
|
| }
|
| buildCounterListContainerVersionsResponse--;
|
| }
|
|
|
| -buildUnnamed1856() {
|
| +buildUnnamed1609() {
|
| var o = new core.List<api.Container>();
|
| o.add(buildContainer());
|
| o.add(buildContainer());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1856(core.List<api.Container> o) {
|
| +checkUnnamed1609(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 = buildUnnamed1856();
|
| + o.containers = buildUnnamed1609();
|
| }
|
| buildCounterListContainersResponse--;
|
| return o;
|
| @@ -726,19 +726,19 @@ buildListContainersResponse() {
|
| checkListContainersResponse(api.ListContainersResponse o) {
|
| buildCounterListContainersResponse++;
|
| if (buildCounterListContainersResponse < 3) {
|
| - checkUnnamed1856(o.containers);
|
| + checkUnnamed1609(o.containers);
|
| }
|
| buildCounterListContainersResponse--;
|
| }
|
|
|
| -buildUnnamed1857() {
|
| +buildUnnamed1610() {
|
| var o = new core.List<api.Environment>();
|
| o.add(buildEnvironment());
|
| o.add(buildEnvironment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1857(core.List<api.Environment> o) {
|
| +checkUnnamed1610(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 = buildUnnamed1857();
|
| + o.environments = buildUnnamed1610();
|
| }
|
| buildCounterListEnvironmentsResponse--;
|
| return o;
|
| @@ -758,19 +758,19 @@ buildListEnvironmentsResponse() {
|
| checkListEnvironmentsResponse(api.ListEnvironmentsResponse o) {
|
| buildCounterListEnvironmentsResponse++;
|
| if (buildCounterListEnvironmentsResponse < 3) {
|
| - checkUnnamed1857(o.environments);
|
| + checkUnnamed1610(o.environments);
|
| }
|
| buildCounterListEnvironmentsResponse--;
|
| }
|
|
|
| -buildUnnamed1858() {
|
| +buildUnnamed1611() {
|
| var o = new core.List<api.Folder>();
|
| o.add(buildFolder());
|
| o.add(buildFolder());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1858(core.List<api.Folder> o) {
|
| +checkUnnamed1611(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 = buildUnnamed1858();
|
| + o.folders = buildUnnamed1611();
|
| }
|
| buildCounterListFoldersResponse--;
|
| return o;
|
| @@ -790,19 +790,19 @@ buildListFoldersResponse() {
|
| checkListFoldersResponse(api.ListFoldersResponse o) {
|
| buildCounterListFoldersResponse++;
|
| if (buildCounterListFoldersResponse < 3) {
|
| - checkUnnamed1858(o.folders);
|
| + checkUnnamed1611(o.folders);
|
| }
|
| buildCounterListFoldersResponse--;
|
| }
|
|
|
| -buildUnnamed1859() {
|
| +buildUnnamed1612() {
|
| var o = new core.List<api.Tag>();
|
| o.add(buildTag());
|
| o.add(buildTag());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1859(core.List<api.Tag> o) {
|
| +checkUnnamed1612(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 = buildUnnamed1859();
|
| + o.tags = buildUnnamed1612();
|
| }
|
| buildCounterListTagsResponse--;
|
| return o;
|
| @@ -822,19 +822,19 @@ buildListTagsResponse() {
|
| checkListTagsResponse(api.ListTagsResponse o) {
|
| buildCounterListTagsResponse++;
|
| if (buildCounterListTagsResponse < 3) {
|
| - checkUnnamed1859(o.tags);
|
| + checkUnnamed1612(o.tags);
|
| }
|
| buildCounterListTagsResponse--;
|
| }
|
|
|
| -buildUnnamed1860() {
|
| +buildUnnamed1613() {
|
| var o = new core.List<api.Trigger>();
|
| o.add(buildTrigger());
|
| o.add(buildTrigger());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1860(core.List<api.Trigger> o) {
|
| +checkUnnamed1613(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 = buildUnnamed1860();
|
| + o.triggers = buildUnnamed1613();
|
| }
|
| buildCounterListTriggersResponse--;
|
| return o;
|
| @@ -854,19 +854,19 @@ buildListTriggersResponse() {
|
| checkListTriggersResponse(api.ListTriggersResponse o) {
|
| buildCounterListTriggersResponse++;
|
| if (buildCounterListTriggersResponse < 3) {
|
| - checkUnnamed1860(o.triggers);
|
| + checkUnnamed1613(o.triggers);
|
| }
|
| buildCounterListTriggersResponse--;
|
| }
|
|
|
| -buildUnnamed1861() {
|
| +buildUnnamed1614() {
|
| var o = new core.List<api.Variable>();
|
| o.add(buildVariable());
|
| o.add(buildVariable());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1861(core.List<api.Variable> o) {
|
| +checkUnnamed1614(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 = buildUnnamed1861();
|
| + o.variables = buildUnnamed1614();
|
| }
|
| buildCounterListVariablesResponse--;
|
| return o;
|
| @@ -886,45 +886,45 @@ buildListVariablesResponse() {
|
| checkListVariablesResponse(api.ListVariablesResponse o) {
|
| buildCounterListVariablesResponse++;
|
| if (buildCounterListVariablesResponse < 3) {
|
| - checkUnnamed1861(o.variables);
|
| + checkUnnamed1614(o.variables);
|
| }
|
| buildCounterListVariablesResponse--;
|
| }
|
|
|
| -buildUnnamed1862() {
|
| +buildUnnamed1615() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1862(core.List<core.String> o) {
|
| +checkUnnamed1615(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'));
|
| }
|
|
|
| -buildUnnamed1863() {
|
| +buildUnnamed1616() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1863(core.List<core.String> o) {
|
| +checkUnnamed1616(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'));
|
| }
|
|
|
| -buildUnnamed1864() {
|
| +buildUnnamed1617() {
|
| var o = new core.List<api.Parameter>();
|
| o.add(buildParameter());
|
| o.add(buildParameter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1864(core.List<api.Parameter> o) {
|
| +checkUnnamed1617(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 = buildUnnamed1862();
|
| - o.enablingRuleId = buildUnnamed1863();
|
| + o.disablingRuleId = buildUnnamed1615();
|
| + o.enablingRuleId = buildUnnamed1616();
|
| o.fingerprint = "foo";
|
| o.macroId = "foo";
|
| o.name = "foo";
|
| o.notes = "foo";
|
| - o.parameter = buildUnnamed1864();
|
| + o.parameter = buildUnnamed1617();
|
| 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'));
|
| - checkUnnamed1862(o.disablingRuleId);
|
| - checkUnnamed1863(o.enablingRuleId);
|
| + checkUnnamed1615(o.disablingRuleId);
|
| + checkUnnamed1616(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'));
|
| - checkUnnamed1864(o.parameter);
|
| + checkUnnamed1617(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--;
|
| }
|
|
|
| -buildUnnamed1865() {
|
| +buildUnnamed1618() {
|
| var o = new core.List<api.Parameter>();
|
| o.add(buildParameter());
|
| o.add(buildParameter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1865(core.List<api.Parameter> o) {
|
| +checkUnnamed1618(core.List<api.Parameter> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkParameter(o[0]);
|
| checkParameter(o[1]);
|
| }
|
|
|
| -buildUnnamed1866() {
|
| +buildUnnamed1619() {
|
| var o = new core.List<api.Parameter>();
|
| o.add(buildParameter());
|
| o.add(buildParameter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1866(core.List<api.Parameter> o) {
|
| +checkUnnamed1619(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 = buildUnnamed1865();
|
| - o.map = buildUnnamed1866();
|
| + o.list = buildUnnamed1618();
|
| + o.map = buildUnnamed1619();
|
| 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'));
|
| - checkUnnamed1865(o.list);
|
| - checkUnnamed1866(o.map);
|
| + checkUnnamed1618(o.list);
|
| + checkUnnamed1619(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--;
|
| }
|
|
|
| -buildUnnamed1867() {
|
| +buildUnnamed1620() {
|
| var o = new core.List<api.Condition>();
|
| o.add(buildCondition());
|
| o.add(buildCondition());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1867(core.List<api.Condition> o) {
|
| +checkUnnamed1620(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 = buildUnnamed1867();
|
| + o.condition = buildUnnamed1620();
|
| 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'));
|
| - checkUnnamed1867(o.condition);
|
| + checkUnnamed1620(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--;
|
| }
|
|
|
| -buildUnnamed1868() {
|
| +buildUnnamed1621() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1868(core.List<core.String> o) {
|
| +checkUnnamed1621(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'));
|
| }
|
|
|
| -buildUnnamed1869() {
|
| +buildUnnamed1622() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1869(core.List<core.String> o) {
|
| +checkUnnamed1622(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'));
|
| }
|
|
|
| -buildUnnamed1870() {
|
| +buildUnnamed1623() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1870(core.List<core.String> o) {
|
| +checkUnnamed1623(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'));
|
| }
|
|
|
| -buildUnnamed1871() {
|
| +buildUnnamed1624() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1871(core.List<core.String> o) {
|
| +checkUnnamed1624(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'));
|
| }
|
|
|
| -buildUnnamed1872() {
|
| +buildUnnamed1625() {
|
| var o = new core.List<api.Parameter>();
|
| o.add(buildParameter());
|
| o.add(buildParameter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1872(core.List<api.Parameter> o) {
|
| +checkUnnamed1625(core.List<api.Parameter> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkParameter(o[0]);
|
| checkParameter(o[1]);
|
| }
|
|
|
| -buildUnnamed1873() {
|
| +buildUnnamed1626() {
|
| var o = new core.List<api.SetupTag>();
|
| o.add(buildSetupTag());
|
| o.add(buildSetupTag());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1873(core.List<api.SetupTag> o) {
|
| +checkUnnamed1626(core.List<api.SetupTag> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSetupTag(o[0]);
|
| checkSetupTag(o[1]);
|
| }
|
|
|
| -buildUnnamed1874() {
|
| +buildUnnamed1627() {
|
| var o = new core.List<api.TeardownTag>();
|
| o.add(buildTeardownTag());
|
| o.add(buildTeardownTag());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1874(core.List<api.TeardownTag> o) {
|
| +checkUnnamed1627(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 = buildUnnamed1868();
|
| - o.blockingTriggerId = buildUnnamed1869();
|
| + o.blockingRuleId = buildUnnamed1621();
|
| + o.blockingTriggerId = buildUnnamed1622();
|
| o.containerId = "foo";
|
| o.fingerprint = "foo";
|
| - o.firingRuleId = buildUnnamed1870();
|
| - o.firingTriggerId = buildUnnamed1871();
|
| + o.firingRuleId = buildUnnamed1623();
|
| + o.firingTriggerId = buildUnnamed1624();
|
| o.liveOnly = true;
|
| o.name = "foo";
|
| o.notes = "foo";
|
| - o.parameter = buildUnnamed1872();
|
| + o.parameter = buildUnnamed1625();
|
| o.parentFolderId = "foo";
|
| o.priority = buildParameter();
|
| o.scheduleEndMs = "foo";
|
| o.scheduleStartMs = "foo";
|
| - o.setupTag = buildUnnamed1873();
|
| + o.setupTag = buildUnnamed1626();
|
| o.tagFiringOption = "foo";
|
| o.tagId = "foo";
|
| - o.teardownTag = buildUnnamed1874();
|
| + o.teardownTag = buildUnnamed1627();
|
| o.type = "foo";
|
| }
|
| buildCounterTag--;
|
| @@ -1237,24 +1237,24 @@ checkTag(api.Tag o) {
|
| buildCounterTag++;
|
| if (buildCounterTag < 3) {
|
| unittest.expect(o.accountId, unittest.equals('foo'));
|
| - checkUnnamed1868(o.blockingRuleId);
|
| - checkUnnamed1869(o.blockingTriggerId);
|
| + checkUnnamed1621(o.blockingRuleId);
|
| + checkUnnamed1622(o.blockingTriggerId);
|
| unittest.expect(o.containerId, unittest.equals('foo'));
|
| unittest.expect(o.fingerprint, unittest.equals('foo'));
|
| - checkUnnamed1870(o.firingRuleId);
|
| - checkUnnamed1871(o.firingTriggerId);
|
| + checkUnnamed1623(o.firingRuleId);
|
| + checkUnnamed1624(o.firingTriggerId);
|
| unittest.expect(o.liveOnly, unittest.isTrue);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.notes, unittest.equals('foo'));
|
| - checkUnnamed1872(o.parameter);
|
| + checkUnnamed1625(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'));
|
| - checkUnnamed1873(o.setupTag);
|
| + checkUnnamed1626(o.setupTag);
|
| unittest.expect(o.tagFiringOption, unittest.equals('foo'));
|
| unittest.expect(o.tagId, unittest.equals('foo'));
|
| - checkUnnamed1874(o.teardownTag);
|
| + checkUnnamed1627(o.teardownTag);
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| }
|
| buildCounterTag--;
|
| @@ -1281,40 +1281,40 @@ checkTeardownTag(api.TeardownTag o) {
|
| buildCounterTeardownTag--;
|
| }
|
|
|
| -buildUnnamed1875() {
|
| +buildUnnamed1628() {
|
| var o = new core.List<api.Condition>();
|
| o.add(buildCondition());
|
| o.add(buildCondition());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1875(core.List<api.Condition> o) {
|
| +checkUnnamed1628(core.List<api.Condition> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCondition(o[0]);
|
| checkCondition(o[1]);
|
| }
|
|
|
| -buildUnnamed1876() {
|
| +buildUnnamed1629() {
|
| var o = new core.List<api.Condition>();
|
| o.add(buildCondition());
|
| o.add(buildCondition());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1876(core.List<api.Condition> o) {
|
| +checkUnnamed1629(core.List<api.Condition> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCondition(o[0]);
|
| checkCondition(o[1]);
|
| }
|
|
|
| -buildUnnamed1877() {
|
| +buildUnnamed1630() {
|
| var o = new core.List<api.Condition>();
|
| o.add(buildCondition());
|
| o.add(buildCondition());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1877(core.List<api.Condition> o) {
|
| +checkUnnamed1630(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 = buildUnnamed1875();
|
| + o.autoEventFilter = buildUnnamed1628();
|
| o.checkValidation = buildParameter();
|
| o.containerId = "foo";
|
| - o.customEventFilter = buildUnnamed1876();
|
| + o.customEventFilter = buildUnnamed1629();
|
| o.enableAllVideos = buildParameter();
|
| o.eventName = buildParameter();
|
| - o.filter = buildUnnamed1877();
|
| + o.filter = buildUnnamed1630();
|
| 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'));
|
| - checkUnnamed1875(o.autoEventFilter);
|
| + checkUnnamed1628(o.autoEventFilter);
|
| checkParameter(o.checkValidation);
|
| unittest.expect(o.containerId, unittest.equals('foo'));
|
| - checkUnnamed1876(o.customEventFilter);
|
| + checkUnnamed1629(o.customEventFilter);
|
| checkParameter(o.enableAllVideos);
|
| checkParameter(o.eventName);
|
| - checkUnnamed1877(o.filter);
|
| + checkUnnamed1630(o.filter);
|
| unittest.expect(o.fingerprint, unittest.equals('foo'));
|
| checkParameter(o.interval);
|
| checkParameter(o.limit);
|
| @@ -1375,14 +1375,14 @@ checkTrigger(api.Trigger o) {
|
| buildCounterTrigger--;
|
| }
|
|
|
| -buildUnnamed1878() {
|
| +buildUnnamed1631() {
|
| var o = new core.List<api.ContainerAccess>();
|
| o.add(buildContainerAccess());
|
| o.add(buildContainerAccess());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1878(core.List<api.ContainerAccess> o) {
|
| +checkUnnamed1631(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 = buildUnnamed1878();
|
| + o.containerAccess = buildUnnamed1631();
|
| 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'));
|
| - checkUnnamed1878(o.containerAccess);
|
| + checkUnnamed1631(o.containerAccess);
|
| unittest.expect(o.emailAddress, unittest.equals('foo'));
|
| unittest.expect(o.permissionId, unittest.equals('foo'));
|
| }
|
| buildCounterUserAccess--;
|
| }
|
|
|
| -buildUnnamed1879() {
|
| +buildUnnamed1632() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1879(core.List<core.String> o) {
|
| +checkUnnamed1632(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'));
|
| }
|
|
|
| -buildUnnamed1880() {
|
| +buildUnnamed1633() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1880(core.List<core.String> o) {
|
| +checkUnnamed1633(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'));
|
| }
|
|
|
| -buildUnnamed1881() {
|
| +buildUnnamed1634() {
|
| var o = new core.List<api.Parameter>();
|
| o.add(buildParameter());
|
| o.add(buildParameter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1881(core.List<api.Parameter> o) {
|
| +checkUnnamed1634(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 = buildUnnamed1879();
|
| - o.enablingTriggerId = buildUnnamed1880();
|
| + o.disablingTriggerId = buildUnnamed1632();
|
| + o.enablingTriggerId = buildUnnamed1633();
|
| o.fingerprint = "foo";
|
| o.name = "foo";
|
| o.notes = "foo";
|
| - o.parameter = buildUnnamed1881();
|
| + o.parameter = buildUnnamed1634();
|
| 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'));
|
| - checkUnnamed1879(o.disablingTriggerId);
|
| - checkUnnamed1880(o.enablingTriggerId);
|
| + checkUnnamed1632(o.disablingTriggerId);
|
| + checkUnnamed1633(o.enablingTriggerId);
|
| unittest.expect(o.fingerprint, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.notes, unittest.equals('foo'));
|
| - checkUnnamed1881(o.parameter);
|
| + checkUnnamed1634(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--;
|
| }
|
|
|
| -buildUnnamed1882() {
|
| +buildUnnamed1635() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1882(core.List<core.String> o) {
|
| +checkUnnamed1635(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'));
|
| }
|
|
|
| -buildUnnamed1883() {
|
| +buildUnnamed1636() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1883(core.List<core.String> o) {
|
| +checkUnnamed1636(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'));
|
| }
|
|
|
| -buildUnnamed1884() {
|
| +buildUnnamed1637() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1884(core.List<core.String> o) {
|
| +checkUnnamed1637(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 = buildUnnamed1882();
|
| - var arg_triggerId = buildUnnamed1883();
|
| - var arg_variableId = buildUnnamed1884();
|
| + var arg_tagId = buildUnnamed1635();
|
| + var arg_triggerId = buildUnnamed1636();
|
| + var arg_variableId = buildUnnamed1637();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var obj = new api.Folder.fromJson(json);
|
| checkFolder(obj);
|
|
|