| 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 bb3abd454240c09f7826d061740f8b919f744eb9..2931502f2fa653e74ba66fc5c6d53ee4bf79ed32 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--;
|
| }
|
|
|
| -buildUnnamed1426() {
|
| +buildUnnamed1423() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1426(core.List<core.String> o) {
|
| +checkUnnamed1423(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 = buildUnnamed1426();
|
| + o.permission = buildUnnamed1423();
|
| }
|
| buildCounterAccountAccess--;
|
| return o;
|
| @@ -103,19 +103,19 @@ buildAccountAccess() {
|
| checkAccountAccess(api.AccountAccess o) {
|
| buildCounterAccountAccess++;
|
| if (buildCounterAccountAccess < 3) {
|
| - checkUnnamed1426(o.permission);
|
| + checkUnnamed1423(o.permission);
|
| }
|
| buildCounterAccountAccess--;
|
| }
|
|
|
| -buildUnnamed1427() {
|
| +buildUnnamed1424() {
|
| var o = new core.List<api.Parameter>();
|
| o.add(buildParameter());
|
| o.add(buildParameter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1427(core.List<api.Parameter> o) {
|
| +checkUnnamed1424(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 = buildUnnamed1427();
|
| + o.parameter = buildUnnamed1424();
|
| o.type = "foo";
|
| }
|
| buildCounterCondition--;
|
| @@ -136,46 +136,46 @@ buildCondition() {
|
| checkCondition(api.Condition o) {
|
| buildCounterCondition++;
|
| if (buildCounterCondition < 3) {
|
| - checkUnnamed1427(o.parameter);
|
| + checkUnnamed1424(o.parameter);
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| }
|
| buildCounterCondition--;
|
| }
|
|
|
| -buildUnnamed1428() {
|
| +buildUnnamed1425() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1428(core.List<core.String> o) {
|
| +checkUnnamed1425(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'));
|
| }
|
|
|
| -buildUnnamed1429() {
|
| +buildUnnamed1426() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1429(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'));
|
| }
|
|
|
| -buildUnnamed1430() {
|
| +buildUnnamed1427() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1430(core.List<core.String> o) {
|
| +checkUnnamed1427(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 = buildUnnamed1428();
|
| - o.enabledBuiltInVariable = buildUnnamed1429();
|
| + o.domainName = buildUnnamed1425();
|
| + o.enabledBuiltInVariable = buildUnnamed1426();
|
| o.fingerprint = "foo";
|
| o.name = "foo";
|
| o.notes = "foo";
|
| o.publicId = "foo";
|
| o.timeZoneCountryId = "foo";
|
| o.timeZoneId = "foo";
|
| - o.usageContext = buildUnnamed1430();
|
| + o.usageContext = buildUnnamed1427();
|
| }
|
| 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'));
|
| - checkUnnamed1428(o.domainName);
|
| - checkUnnamed1429(o.enabledBuiltInVariable);
|
| + checkUnnamed1425(o.domainName);
|
| + checkUnnamed1426(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'));
|
| - checkUnnamed1430(o.usageContext);
|
| + checkUnnamed1427(o.usageContext);
|
| }
|
| buildCounterContainer--;
|
| }
|
|
|
| -buildUnnamed1431() {
|
| +buildUnnamed1428() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1431(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'));
|
| @@ -239,7 +239,7 @@ buildContainerAccess() {
|
| buildCounterContainerAccess++;
|
| if (buildCounterContainerAccess < 3) {
|
| o.containerId = "foo";
|
| - o.permission = buildUnnamed1431();
|
| + o.permission = buildUnnamed1428();
|
| }
|
| buildCounterContainerAccess--;
|
| return o;
|
| @@ -249,84 +249,84 @@ checkContainerAccess(api.ContainerAccess o) {
|
| buildCounterContainerAccess++;
|
| if (buildCounterContainerAccess < 3) {
|
| unittest.expect(o.containerId, unittest.equals('foo'));
|
| - checkUnnamed1431(o.permission);
|
| + checkUnnamed1428(o.permission);
|
| }
|
| buildCounterContainerAccess--;
|
| }
|
|
|
| -buildUnnamed1432() {
|
| +buildUnnamed1429() {
|
| var o = new core.List<api.Folder>();
|
| o.add(buildFolder());
|
| o.add(buildFolder());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1432(core.List<api.Folder> o) {
|
| +checkUnnamed1429(core.List<api.Folder> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFolder(o[0]);
|
| checkFolder(o[1]);
|
| }
|
|
|
| -buildUnnamed1433() {
|
| +buildUnnamed1430() {
|
| var o = new core.List<api.Macro>();
|
| o.add(buildMacro());
|
| o.add(buildMacro());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1433(core.List<api.Macro> o) {
|
| +checkUnnamed1430(core.List<api.Macro> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMacro(o[0]);
|
| checkMacro(o[1]);
|
| }
|
|
|
| -buildUnnamed1434() {
|
| +buildUnnamed1431() {
|
| var o = new core.List<api.Rule>();
|
| o.add(buildRule());
|
| o.add(buildRule());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1434(core.List<api.Rule> o) {
|
| +checkUnnamed1431(core.List<api.Rule> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRule(o[0]);
|
| checkRule(o[1]);
|
| }
|
|
|
| -buildUnnamed1435() {
|
| +buildUnnamed1432() {
|
| var o = new core.List<api.Tag>();
|
| o.add(buildTag());
|
| o.add(buildTag());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1435(core.List<api.Tag> o) {
|
| +checkUnnamed1432(core.List<api.Tag> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTag(o[0]);
|
| checkTag(o[1]);
|
| }
|
|
|
| -buildUnnamed1436() {
|
| +buildUnnamed1433() {
|
| var o = new core.List<api.Trigger>();
|
| o.add(buildTrigger());
|
| o.add(buildTrigger());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1436(core.List<api.Trigger> o) {
|
| +checkUnnamed1433(core.List<api.Trigger> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTrigger(o[0]);
|
| checkTrigger(o[1]);
|
| }
|
|
|
| -buildUnnamed1437() {
|
| +buildUnnamed1434() {
|
| var o = new core.List<api.Variable>();
|
| o.add(buildVariable());
|
| o.add(buildVariable());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1437(core.List<api.Variable> o) {
|
| +checkUnnamed1434(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 = buildUnnamed1432();
|
| - o.macro = buildUnnamed1433();
|
| + o.folder = buildUnnamed1429();
|
| + o.macro = buildUnnamed1430();
|
| o.name = "foo";
|
| o.notes = "foo";
|
| - o.rule = buildUnnamed1434();
|
| - o.tag = buildUnnamed1435();
|
| - o.trigger = buildUnnamed1436();
|
| - o.variable = buildUnnamed1437();
|
| + o.rule = buildUnnamed1431();
|
| + o.tag = buildUnnamed1432();
|
| + o.trigger = buildUnnamed1433();
|
| + o.variable = buildUnnamed1434();
|
| }
|
| 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'));
|
| - checkUnnamed1432(o.folder);
|
| - checkUnnamed1433(o.macro);
|
| + checkUnnamed1429(o.folder);
|
| + checkUnnamed1430(o.macro);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.notes, unittest.equals('foo'));
|
| - checkUnnamed1434(o.rule);
|
| - checkUnnamed1435(o.tag);
|
| - checkUnnamed1436(o.trigger);
|
| - checkUnnamed1437(o.variable);
|
| + checkUnnamed1431(o.rule);
|
| + checkUnnamed1432(o.tag);
|
| + checkUnnamed1433(o.trigger);
|
| + checkUnnamed1434(o.variable);
|
| }
|
| buildCounterContainerVersion--;
|
| }
|
| @@ -526,40 +526,40 @@ checkFolder(api.Folder o) {
|
| buildCounterFolder--;
|
| }
|
|
|
| -buildUnnamed1438() {
|
| +buildUnnamed1435() {
|
| var o = new core.List<api.Tag>();
|
| o.add(buildTag());
|
| o.add(buildTag());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1438(core.List<api.Tag> o) {
|
| +checkUnnamed1435(core.List<api.Tag> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTag(o[0]);
|
| checkTag(o[1]);
|
| }
|
|
|
| -buildUnnamed1439() {
|
| +buildUnnamed1436() {
|
| var o = new core.List<api.Trigger>();
|
| o.add(buildTrigger());
|
| o.add(buildTrigger());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1439(core.List<api.Trigger> o) {
|
| +checkUnnamed1436(core.List<api.Trigger> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTrigger(o[0]);
|
| checkTrigger(o[1]);
|
| }
|
|
|
| -buildUnnamed1440() {
|
| +buildUnnamed1437() {
|
| var o = new core.List<api.Variable>();
|
| o.add(buildVariable());
|
| o.add(buildVariable());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1440(core.List<api.Variable> o) {
|
| +checkUnnamed1437(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 = buildUnnamed1438();
|
| - o.trigger = buildUnnamed1439();
|
| - o.variable = buildUnnamed1440();
|
| + o.tag = buildUnnamed1435();
|
| + o.trigger = buildUnnamed1436();
|
| + o.variable = buildUnnamed1437();
|
| }
|
| buildCounterFolderEntities--;
|
| return o;
|
| @@ -581,21 +581,21 @@ buildFolderEntities() {
|
| checkFolderEntities(api.FolderEntities o) {
|
| buildCounterFolderEntities++;
|
| if (buildCounterFolderEntities < 3) {
|
| - checkUnnamed1438(o.tag);
|
| - checkUnnamed1439(o.trigger);
|
| - checkUnnamed1440(o.variable);
|
| + checkUnnamed1435(o.tag);
|
| + checkUnnamed1436(o.trigger);
|
| + checkUnnamed1437(o.variable);
|
| }
|
| buildCounterFolderEntities--;
|
| }
|
|
|
| -buildUnnamed1441() {
|
| +buildUnnamed1438() {
|
| var o = new core.List<api.UserAccess>();
|
| o.add(buildUserAccess());
|
| o.add(buildUserAccess());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1441(core.List<api.UserAccess> o) {
|
| +checkUnnamed1438(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 = buildUnnamed1441();
|
| + o.userAccess = buildUnnamed1438();
|
| }
|
| buildCounterListAccountUsersResponse--;
|
| return o;
|
| @@ -615,19 +615,19 @@ buildListAccountUsersResponse() {
|
| checkListAccountUsersResponse(api.ListAccountUsersResponse o) {
|
| buildCounterListAccountUsersResponse++;
|
| if (buildCounterListAccountUsersResponse < 3) {
|
| - checkUnnamed1441(o.userAccess);
|
| + checkUnnamed1438(o.userAccess);
|
| }
|
| buildCounterListAccountUsersResponse--;
|
| }
|
|
|
| -buildUnnamed1442() {
|
| +buildUnnamed1439() {
|
| var o = new core.List<api.Account>();
|
| o.add(buildAccount());
|
| o.add(buildAccount());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1442(core.List<api.Account> o) {
|
| +checkUnnamed1439(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 = buildUnnamed1442();
|
| + o.accounts = buildUnnamed1439();
|
| }
|
| buildCounterListAccountsResponse--;
|
| return o;
|
| @@ -647,32 +647,32 @@ buildListAccountsResponse() {
|
| checkListAccountsResponse(api.ListAccountsResponse o) {
|
| buildCounterListAccountsResponse++;
|
| if (buildCounterListAccountsResponse < 3) {
|
| - checkUnnamed1442(o.accounts);
|
| + checkUnnamed1439(o.accounts);
|
| }
|
| buildCounterListAccountsResponse--;
|
| }
|
|
|
| -buildUnnamed1443() {
|
| +buildUnnamed1440() {
|
| var o = new core.List<api.ContainerVersion>();
|
| o.add(buildContainerVersion());
|
| o.add(buildContainerVersion());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1443(core.List<api.ContainerVersion> o) {
|
| +checkUnnamed1440(core.List<api.ContainerVersion> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkContainerVersion(o[0]);
|
| checkContainerVersion(o[1]);
|
| }
|
|
|
| -buildUnnamed1444() {
|
| +buildUnnamed1441() {
|
| var o = new core.List<api.ContainerVersionHeader>();
|
| o.add(buildContainerVersionHeader());
|
| o.add(buildContainerVersionHeader());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1444(core.List<api.ContainerVersionHeader> o) {
|
| +checkUnnamed1441(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 = buildUnnamed1443();
|
| - o.containerVersionHeader = buildUnnamed1444();
|
| + o.containerVersion = buildUnnamed1440();
|
| + o.containerVersionHeader = buildUnnamed1441();
|
| }
|
| buildCounterListContainerVersionsResponse--;
|
| return o;
|
| @@ -693,20 +693,20 @@ buildListContainerVersionsResponse() {
|
| checkListContainerVersionsResponse(api.ListContainerVersionsResponse o) {
|
| buildCounterListContainerVersionsResponse++;
|
| if (buildCounterListContainerVersionsResponse < 3) {
|
| - checkUnnamed1443(o.containerVersion);
|
| - checkUnnamed1444(o.containerVersionHeader);
|
| + checkUnnamed1440(o.containerVersion);
|
| + checkUnnamed1441(o.containerVersionHeader);
|
| }
|
| buildCounterListContainerVersionsResponse--;
|
| }
|
|
|
| -buildUnnamed1445() {
|
| +buildUnnamed1442() {
|
| var o = new core.List<api.Container>();
|
| o.add(buildContainer());
|
| o.add(buildContainer());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1445(core.List<api.Container> o) {
|
| +checkUnnamed1442(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 = buildUnnamed1445();
|
| + o.containers = buildUnnamed1442();
|
| }
|
| buildCounterListContainersResponse--;
|
| return o;
|
| @@ -726,19 +726,19 @@ buildListContainersResponse() {
|
| checkListContainersResponse(api.ListContainersResponse o) {
|
| buildCounterListContainersResponse++;
|
| if (buildCounterListContainersResponse < 3) {
|
| - checkUnnamed1445(o.containers);
|
| + checkUnnamed1442(o.containers);
|
| }
|
| buildCounterListContainersResponse--;
|
| }
|
|
|
| -buildUnnamed1446() {
|
| +buildUnnamed1443() {
|
| var o = new core.List<api.Environment>();
|
| o.add(buildEnvironment());
|
| o.add(buildEnvironment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1446(core.List<api.Environment> o) {
|
| +checkUnnamed1443(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 = buildUnnamed1446();
|
| + o.environments = buildUnnamed1443();
|
| }
|
| buildCounterListEnvironmentsResponse--;
|
| return o;
|
| @@ -758,19 +758,19 @@ buildListEnvironmentsResponse() {
|
| checkListEnvironmentsResponse(api.ListEnvironmentsResponse o) {
|
| buildCounterListEnvironmentsResponse++;
|
| if (buildCounterListEnvironmentsResponse < 3) {
|
| - checkUnnamed1446(o.environments);
|
| + checkUnnamed1443(o.environments);
|
| }
|
| buildCounterListEnvironmentsResponse--;
|
| }
|
|
|
| -buildUnnamed1447() {
|
| +buildUnnamed1444() {
|
| var o = new core.List<api.Folder>();
|
| o.add(buildFolder());
|
| o.add(buildFolder());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1447(core.List<api.Folder> o) {
|
| +checkUnnamed1444(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 = buildUnnamed1447();
|
| + o.folders = buildUnnamed1444();
|
| }
|
| buildCounterListFoldersResponse--;
|
| return o;
|
| @@ -790,19 +790,19 @@ buildListFoldersResponse() {
|
| checkListFoldersResponse(api.ListFoldersResponse o) {
|
| buildCounterListFoldersResponse++;
|
| if (buildCounterListFoldersResponse < 3) {
|
| - checkUnnamed1447(o.folders);
|
| + checkUnnamed1444(o.folders);
|
| }
|
| buildCounterListFoldersResponse--;
|
| }
|
|
|
| -buildUnnamed1448() {
|
| +buildUnnamed1445() {
|
| var o = new core.List<api.Tag>();
|
| o.add(buildTag());
|
| o.add(buildTag());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1448(core.List<api.Tag> o) {
|
| +checkUnnamed1445(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 = buildUnnamed1448();
|
| + o.tags = buildUnnamed1445();
|
| }
|
| buildCounterListTagsResponse--;
|
| return o;
|
| @@ -822,19 +822,19 @@ buildListTagsResponse() {
|
| checkListTagsResponse(api.ListTagsResponse o) {
|
| buildCounterListTagsResponse++;
|
| if (buildCounterListTagsResponse < 3) {
|
| - checkUnnamed1448(o.tags);
|
| + checkUnnamed1445(o.tags);
|
| }
|
| buildCounterListTagsResponse--;
|
| }
|
|
|
| -buildUnnamed1449() {
|
| +buildUnnamed1446() {
|
| var o = new core.List<api.Trigger>();
|
| o.add(buildTrigger());
|
| o.add(buildTrigger());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1449(core.List<api.Trigger> o) {
|
| +checkUnnamed1446(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 = buildUnnamed1449();
|
| + o.triggers = buildUnnamed1446();
|
| }
|
| buildCounterListTriggersResponse--;
|
| return o;
|
| @@ -854,19 +854,19 @@ buildListTriggersResponse() {
|
| checkListTriggersResponse(api.ListTriggersResponse o) {
|
| buildCounterListTriggersResponse++;
|
| if (buildCounterListTriggersResponse < 3) {
|
| - checkUnnamed1449(o.triggers);
|
| + checkUnnamed1446(o.triggers);
|
| }
|
| buildCounterListTriggersResponse--;
|
| }
|
|
|
| -buildUnnamed1450() {
|
| +buildUnnamed1447() {
|
| var o = new core.List<api.Variable>();
|
| o.add(buildVariable());
|
| o.add(buildVariable());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1450(core.List<api.Variable> o) {
|
| +checkUnnamed1447(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 = buildUnnamed1450();
|
| + o.variables = buildUnnamed1447();
|
| }
|
| buildCounterListVariablesResponse--;
|
| return o;
|
| @@ -886,45 +886,45 @@ buildListVariablesResponse() {
|
| checkListVariablesResponse(api.ListVariablesResponse o) {
|
| buildCounterListVariablesResponse++;
|
| if (buildCounterListVariablesResponse < 3) {
|
| - checkUnnamed1450(o.variables);
|
| + checkUnnamed1447(o.variables);
|
| }
|
| buildCounterListVariablesResponse--;
|
| }
|
|
|
| -buildUnnamed1451() {
|
| +buildUnnamed1448() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1451(core.List<core.String> o) {
|
| +checkUnnamed1448(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'));
|
| }
|
|
|
| -buildUnnamed1452() {
|
| +buildUnnamed1449() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1452(core.List<core.String> o) {
|
| +checkUnnamed1449(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'));
|
| }
|
|
|
| -buildUnnamed1453() {
|
| +buildUnnamed1450() {
|
| var o = new core.List<api.Parameter>();
|
| o.add(buildParameter());
|
| o.add(buildParameter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1453(core.List<api.Parameter> o) {
|
| +checkUnnamed1450(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 = buildUnnamed1451();
|
| - o.enablingRuleId = buildUnnamed1452();
|
| + o.disablingRuleId = buildUnnamed1448();
|
| + o.enablingRuleId = buildUnnamed1449();
|
| o.fingerprint = "foo";
|
| o.macroId = "foo";
|
| o.name = "foo";
|
| o.notes = "foo";
|
| - o.parameter = buildUnnamed1453();
|
| + o.parameter = buildUnnamed1450();
|
| 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'));
|
| - checkUnnamed1451(o.disablingRuleId);
|
| - checkUnnamed1452(o.enablingRuleId);
|
| + checkUnnamed1448(o.disablingRuleId);
|
| + checkUnnamed1449(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'));
|
| - checkUnnamed1453(o.parameter);
|
| + checkUnnamed1450(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--;
|
| }
|
|
|
| -buildUnnamed1454() {
|
| +buildUnnamed1451() {
|
| var o = new core.List<api.Parameter>();
|
| o.add(buildParameter());
|
| o.add(buildParameter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1454(core.List<api.Parameter> o) {
|
| +checkUnnamed1451(core.List<api.Parameter> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkParameter(o[0]);
|
| checkParameter(o[1]);
|
| }
|
|
|
| -buildUnnamed1455() {
|
| +buildUnnamed1452() {
|
| var o = new core.List<api.Parameter>();
|
| o.add(buildParameter());
|
| o.add(buildParameter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1455(core.List<api.Parameter> o) {
|
| +checkUnnamed1452(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 = buildUnnamed1454();
|
| - o.map = buildUnnamed1455();
|
| + o.list = buildUnnamed1451();
|
| + o.map = buildUnnamed1452();
|
| 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'));
|
| - checkUnnamed1454(o.list);
|
| - checkUnnamed1455(o.map);
|
| + checkUnnamed1451(o.list);
|
| + checkUnnamed1452(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--;
|
| }
|
|
|
| -buildUnnamed1456() {
|
| +buildUnnamed1453() {
|
| var o = new core.List<api.Condition>();
|
| o.add(buildCondition());
|
| o.add(buildCondition());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1456(core.List<api.Condition> o) {
|
| +checkUnnamed1453(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 = buildUnnamed1456();
|
| + o.condition = buildUnnamed1453();
|
| 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'));
|
| - checkUnnamed1456(o.condition);
|
| + checkUnnamed1453(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--;
|
| }
|
|
|
| -buildUnnamed1457() {
|
| +buildUnnamed1454() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1457(core.List<core.String> o) {
|
| +checkUnnamed1454(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'));
|
| }
|
|
|
| -buildUnnamed1458() {
|
| +buildUnnamed1455() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1458(core.List<core.String> o) {
|
| +checkUnnamed1455(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'));
|
| }
|
|
|
| -buildUnnamed1459() {
|
| +buildUnnamed1456() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1459(core.List<core.String> o) {
|
| +checkUnnamed1456(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'));
|
| }
|
|
|
| -buildUnnamed1460() {
|
| +buildUnnamed1457() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1460(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'));
|
| }
|
|
|
| -buildUnnamed1461() {
|
| +buildUnnamed1458() {
|
| var o = new core.List<api.Parameter>();
|
| o.add(buildParameter());
|
| o.add(buildParameter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1461(core.List<api.Parameter> o) {
|
| +checkUnnamed1458(core.List<api.Parameter> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkParameter(o[0]);
|
| checkParameter(o[1]);
|
| }
|
|
|
| -buildUnnamed1462() {
|
| +buildUnnamed1459() {
|
| var o = new core.List<api.SetupTag>();
|
| o.add(buildSetupTag());
|
| o.add(buildSetupTag());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1462(core.List<api.SetupTag> o) {
|
| +checkUnnamed1459(core.List<api.SetupTag> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSetupTag(o[0]);
|
| checkSetupTag(o[1]);
|
| }
|
|
|
| -buildUnnamed1463() {
|
| +buildUnnamed1460() {
|
| var o = new core.List<api.TeardownTag>();
|
| o.add(buildTeardownTag());
|
| o.add(buildTeardownTag());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1463(core.List<api.TeardownTag> o) {
|
| +checkUnnamed1460(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 = buildUnnamed1457();
|
| - o.blockingTriggerId = buildUnnamed1458();
|
| + o.blockingRuleId = buildUnnamed1454();
|
| + o.blockingTriggerId = buildUnnamed1455();
|
| o.containerId = "foo";
|
| o.fingerprint = "foo";
|
| - o.firingRuleId = buildUnnamed1459();
|
| - o.firingTriggerId = buildUnnamed1460();
|
| + o.firingRuleId = buildUnnamed1456();
|
| + o.firingTriggerId = buildUnnamed1457();
|
| o.liveOnly = true;
|
| o.name = "foo";
|
| o.notes = "foo";
|
| - o.parameter = buildUnnamed1461();
|
| + o.parameter = buildUnnamed1458();
|
| o.parentFolderId = "foo";
|
| o.priority = buildParameter();
|
| o.scheduleEndMs = "foo";
|
| o.scheduleStartMs = "foo";
|
| - o.setupTag = buildUnnamed1462();
|
| + o.setupTag = buildUnnamed1459();
|
| o.tagFiringOption = "foo";
|
| o.tagId = "foo";
|
| - o.teardownTag = buildUnnamed1463();
|
| + o.teardownTag = buildUnnamed1460();
|
| o.type = "foo";
|
| }
|
| buildCounterTag--;
|
| @@ -1237,24 +1237,24 @@ checkTag(api.Tag o) {
|
| buildCounterTag++;
|
| if (buildCounterTag < 3) {
|
| unittest.expect(o.accountId, unittest.equals('foo'));
|
| - checkUnnamed1457(o.blockingRuleId);
|
| - checkUnnamed1458(o.blockingTriggerId);
|
| + checkUnnamed1454(o.blockingRuleId);
|
| + checkUnnamed1455(o.blockingTriggerId);
|
| unittest.expect(o.containerId, unittest.equals('foo'));
|
| unittest.expect(o.fingerprint, unittest.equals('foo'));
|
| - checkUnnamed1459(o.firingRuleId);
|
| - checkUnnamed1460(o.firingTriggerId);
|
| + checkUnnamed1456(o.firingRuleId);
|
| + checkUnnamed1457(o.firingTriggerId);
|
| unittest.expect(o.liveOnly, unittest.isTrue);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.notes, unittest.equals('foo'));
|
| - checkUnnamed1461(o.parameter);
|
| + checkUnnamed1458(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'));
|
| - checkUnnamed1462(o.setupTag);
|
| + checkUnnamed1459(o.setupTag);
|
| unittest.expect(o.tagFiringOption, unittest.equals('foo'));
|
| unittest.expect(o.tagId, unittest.equals('foo'));
|
| - checkUnnamed1463(o.teardownTag);
|
| + checkUnnamed1460(o.teardownTag);
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| }
|
| buildCounterTag--;
|
| @@ -1281,40 +1281,40 @@ checkTeardownTag(api.TeardownTag o) {
|
| buildCounterTeardownTag--;
|
| }
|
|
|
| -buildUnnamed1464() {
|
| +buildUnnamed1461() {
|
| var o = new core.List<api.Condition>();
|
| o.add(buildCondition());
|
| o.add(buildCondition());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1464(core.List<api.Condition> o) {
|
| +checkUnnamed1461(core.List<api.Condition> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCondition(o[0]);
|
| checkCondition(o[1]);
|
| }
|
|
|
| -buildUnnamed1465() {
|
| +buildUnnamed1462() {
|
| var o = new core.List<api.Condition>();
|
| o.add(buildCondition());
|
| o.add(buildCondition());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1465(core.List<api.Condition> o) {
|
| +checkUnnamed1462(core.List<api.Condition> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCondition(o[0]);
|
| checkCondition(o[1]);
|
| }
|
|
|
| -buildUnnamed1466() {
|
| +buildUnnamed1463() {
|
| var o = new core.List<api.Condition>();
|
| o.add(buildCondition());
|
| o.add(buildCondition());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1466(core.List<api.Condition> o) {
|
| +checkUnnamed1463(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 = buildUnnamed1464();
|
| + o.autoEventFilter = buildUnnamed1461();
|
| o.checkValidation = buildParameter();
|
| o.containerId = "foo";
|
| - o.customEventFilter = buildUnnamed1465();
|
| + o.customEventFilter = buildUnnamed1462();
|
| o.enableAllVideos = buildParameter();
|
| o.eventName = buildParameter();
|
| - o.filter = buildUnnamed1466();
|
| + o.filter = buildUnnamed1463();
|
| 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'));
|
| - checkUnnamed1464(o.autoEventFilter);
|
| + checkUnnamed1461(o.autoEventFilter);
|
| checkParameter(o.checkValidation);
|
| unittest.expect(o.containerId, unittest.equals('foo'));
|
| - checkUnnamed1465(o.customEventFilter);
|
| + checkUnnamed1462(o.customEventFilter);
|
| checkParameter(o.enableAllVideos);
|
| checkParameter(o.eventName);
|
| - checkUnnamed1466(o.filter);
|
| + checkUnnamed1463(o.filter);
|
| unittest.expect(o.fingerprint, unittest.equals('foo'));
|
| checkParameter(o.interval);
|
| checkParameter(o.limit);
|
| @@ -1375,14 +1375,14 @@ checkTrigger(api.Trigger o) {
|
| buildCounterTrigger--;
|
| }
|
|
|
| -buildUnnamed1467() {
|
| +buildUnnamed1464() {
|
| var o = new core.List<api.ContainerAccess>();
|
| o.add(buildContainerAccess());
|
| o.add(buildContainerAccess());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1467(core.List<api.ContainerAccess> o) {
|
| +checkUnnamed1464(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 = buildUnnamed1467();
|
| + o.containerAccess = buildUnnamed1464();
|
| 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'));
|
| - checkUnnamed1467(o.containerAccess);
|
| + checkUnnamed1464(o.containerAccess);
|
| unittest.expect(o.emailAddress, unittest.equals('foo'));
|
| unittest.expect(o.permissionId, unittest.equals('foo'));
|
| }
|
| buildCounterUserAccess--;
|
| }
|
|
|
| -buildUnnamed1468() {
|
| +buildUnnamed1465() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1468(core.List<core.String> o) {
|
| +checkUnnamed1465(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'));
|
| }
|
|
|
| -buildUnnamed1469() {
|
| +buildUnnamed1466() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1469(core.List<core.String> o) {
|
| +checkUnnamed1466(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'));
|
| }
|
|
|
| -buildUnnamed1470() {
|
| +buildUnnamed1467() {
|
| var o = new core.List<api.Parameter>();
|
| o.add(buildParameter());
|
| o.add(buildParameter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1470(core.List<api.Parameter> o) {
|
| +checkUnnamed1467(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 = buildUnnamed1468();
|
| - o.enablingTriggerId = buildUnnamed1469();
|
| + o.disablingTriggerId = buildUnnamed1465();
|
| + o.enablingTriggerId = buildUnnamed1466();
|
| o.fingerprint = "foo";
|
| o.name = "foo";
|
| o.notes = "foo";
|
| - o.parameter = buildUnnamed1470();
|
| + o.parameter = buildUnnamed1467();
|
| 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'));
|
| - checkUnnamed1468(o.disablingTriggerId);
|
| - checkUnnamed1469(o.enablingTriggerId);
|
| + checkUnnamed1465(o.disablingTriggerId);
|
| + checkUnnamed1466(o.enablingTriggerId);
|
| unittest.expect(o.fingerprint, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.notes, unittest.equals('foo'));
|
| - checkUnnamed1470(o.parameter);
|
| + checkUnnamed1467(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--;
|
| }
|
|
|
| -buildUnnamed1471() {
|
| +buildUnnamed1468() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1471(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'));
|
| }
|
|
|
| -buildUnnamed1472() {
|
| +buildUnnamed1469() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1472(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'));
|
| }
|
|
|
| -buildUnnamed1473() {
|
| +buildUnnamed1470() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1473(core.List<core.String> o) {
|
| +checkUnnamed1470(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 = buildUnnamed1471();
|
| - var arg_triggerId = buildUnnamed1472();
|
| - var arg_variableId = buildUnnamed1473();
|
| + var arg_tagId = buildUnnamed1468();
|
| + var arg_triggerId = buildUnnamed1469();
|
| + var arg_variableId = buildUnnamed1470();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var obj = new api.Folder.fromJson(json);
|
| checkFolder(obj);
|
|
|