| 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 3315732133f1f3aa4d930143f50a4771557ff0f4..7f13868f0288fb78ea32e3afb503fa9d4737b3f1 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--;
|
| }
|
|
|
| -buildUnnamed2110() {
|
| +buildUnnamed1406() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2110(core.List<core.String> o) {
|
| +checkUnnamed1406(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 = buildUnnamed2110();
|
| + o.permission = buildUnnamed1406();
|
| }
|
| buildCounterAccountAccess--;
|
| return o;
|
| @@ -103,19 +103,19 @@ buildAccountAccess() {
|
| checkAccountAccess(api.AccountAccess o) {
|
| buildCounterAccountAccess++;
|
| if (buildCounterAccountAccess < 3) {
|
| - checkUnnamed2110(o.permission);
|
| + checkUnnamed1406(o.permission);
|
| }
|
| buildCounterAccountAccess--;
|
| }
|
|
|
| -buildUnnamed2111() {
|
| +buildUnnamed1407() {
|
| var o = new core.List<api.Parameter>();
|
| o.add(buildParameter());
|
| o.add(buildParameter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2111(core.List<api.Parameter> o) {
|
| +checkUnnamed1407(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 = buildUnnamed2111();
|
| + o.parameter = buildUnnamed1407();
|
| o.type = "foo";
|
| }
|
| buildCounterCondition--;
|
| @@ -136,46 +136,46 @@ buildCondition() {
|
| checkCondition(api.Condition o) {
|
| buildCounterCondition++;
|
| if (buildCounterCondition < 3) {
|
| - checkUnnamed2111(o.parameter);
|
| + checkUnnamed1407(o.parameter);
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| }
|
| buildCounterCondition--;
|
| }
|
|
|
| -buildUnnamed2112() {
|
| +buildUnnamed1408() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2112(core.List<core.String> o) {
|
| +checkUnnamed1408(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'));
|
| }
|
|
|
| -buildUnnamed2113() {
|
| +buildUnnamed1409() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2113(core.List<core.String> o) {
|
| +checkUnnamed1409(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'));
|
| }
|
|
|
| -buildUnnamed2114() {
|
| +buildUnnamed1410() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2114(core.List<core.String> o) {
|
| +checkUnnamed1410(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 = buildUnnamed2112();
|
| - o.enabledBuiltInVariable = buildUnnamed2113();
|
| + o.domainName = buildUnnamed1408();
|
| + o.enabledBuiltInVariable = buildUnnamed1409();
|
| o.fingerprint = "foo";
|
| o.name = "foo";
|
| o.notes = "foo";
|
| o.publicId = "foo";
|
| o.timeZoneCountryId = "foo";
|
| o.timeZoneId = "foo";
|
| - o.usageContext = buildUnnamed2114();
|
| + o.usageContext = buildUnnamed1410();
|
| }
|
| 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'));
|
| - checkUnnamed2112(o.domainName);
|
| - checkUnnamed2113(o.enabledBuiltInVariable);
|
| + checkUnnamed1408(o.domainName);
|
| + checkUnnamed1409(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'));
|
| - checkUnnamed2114(o.usageContext);
|
| + checkUnnamed1410(o.usageContext);
|
| }
|
| buildCounterContainer--;
|
| }
|
|
|
| -buildUnnamed2115() {
|
| +buildUnnamed1411() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2115(core.List<core.String> o) {
|
| +checkUnnamed1411(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 = buildUnnamed2115();
|
| + o.permission = buildUnnamed1411();
|
| }
|
| buildCounterContainerAccess--;
|
| return o;
|
| @@ -249,84 +249,84 @@ checkContainerAccess(api.ContainerAccess o) {
|
| buildCounterContainerAccess++;
|
| if (buildCounterContainerAccess < 3) {
|
| unittest.expect(o.containerId, unittest.equals('foo'));
|
| - checkUnnamed2115(o.permission);
|
| + checkUnnamed1411(o.permission);
|
| }
|
| buildCounterContainerAccess--;
|
| }
|
|
|
| -buildUnnamed2116() {
|
| +buildUnnamed1412() {
|
| var o = new core.List<api.Folder>();
|
| o.add(buildFolder());
|
| o.add(buildFolder());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2116(core.List<api.Folder> o) {
|
| +checkUnnamed1412(core.List<api.Folder> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFolder(o[0]);
|
| checkFolder(o[1]);
|
| }
|
|
|
| -buildUnnamed2117() {
|
| +buildUnnamed1413() {
|
| var o = new core.List<api.Macro>();
|
| o.add(buildMacro());
|
| o.add(buildMacro());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2117(core.List<api.Macro> o) {
|
| +checkUnnamed1413(core.List<api.Macro> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMacro(o[0]);
|
| checkMacro(o[1]);
|
| }
|
|
|
| -buildUnnamed2118() {
|
| +buildUnnamed1414() {
|
| var o = new core.List<api.Rule>();
|
| o.add(buildRule());
|
| o.add(buildRule());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2118(core.List<api.Rule> o) {
|
| +checkUnnamed1414(core.List<api.Rule> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRule(o[0]);
|
| checkRule(o[1]);
|
| }
|
|
|
| -buildUnnamed2119() {
|
| +buildUnnamed1415() {
|
| var o = new core.List<api.Tag>();
|
| o.add(buildTag());
|
| o.add(buildTag());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2119(core.List<api.Tag> o) {
|
| +checkUnnamed1415(core.List<api.Tag> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTag(o[0]);
|
| checkTag(o[1]);
|
| }
|
|
|
| -buildUnnamed2120() {
|
| +buildUnnamed1416() {
|
| var o = new core.List<api.Trigger>();
|
| o.add(buildTrigger());
|
| o.add(buildTrigger());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2120(core.List<api.Trigger> o) {
|
| +checkUnnamed1416(core.List<api.Trigger> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTrigger(o[0]);
|
| checkTrigger(o[1]);
|
| }
|
|
|
| -buildUnnamed2121() {
|
| +buildUnnamed1417() {
|
| var o = new core.List<api.Variable>();
|
| o.add(buildVariable());
|
| o.add(buildVariable());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2121(core.List<api.Variable> o) {
|
| +checkUnnamed1417(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 = buildUnnamed2116();
|
| - o.macro = buildUnnamed2117();
|
| + o.folder = buildUnnamed1412();
|
| + o.macro = buildUnnamed1413();
|
| o.name = "foo";
|
| o.notes = "foo";
|
| - o.rule = buildUnnamed2118();
|
| - o.tag = buildUnnamed2119();
|
| - o.trigger = buildUnnamed2120();
|
| - o.variable = buildUnnamed2121();
|
| + o.rule = buildUnnamed1414();
|
| + o.tag = buildUnnamed1415();
|
| + o.trigger = buildUnnamed1416();
|
| + o.variable = buildUnnamed1417();
|
| }
|
| 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'));
|
| - checkUnnamed2116(o.folder);
|
| - checkUnnamed2117(o.macro);
|
| + checkUnnamed1412(o.folder);
|
| + checkUnnamed1413(o.macro);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.notes, unittest.equals('foo'));
|
| - checkUnnamed2118(o.rule);
|
| - checkUnnamed2119(o.tag);
|
| - checkUnnamed2120(o.trigger);
|
| - checkUnnamed2121(o.variable);
|
| + checkUnnamed1414(o.rule);
|
| + checkUnnamed1415(o.tag);
|
| + checkUnnamed1416(o.trigger);
|
| + checkUnnamed1417(o.variable);
|
| }
|
| buildCounterContainerVersion--;
|
| }
|
| @@ -485,40 +485,40 @@ checkFolder(api.Folder o) {
|
| buildCounterFolder--;
|
| }
|
|
|
| -buildUnnamed2122() {
|
| +buildUnnamed1418() {
|
| var o = new core.List<api.Tag>();
|
| o.add(buildTag());
|
| o.add(buildTag());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2122(core.List<api.Tag> o) {
|
| +checkUnnamed1418(core.List<api.Tag> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTag(o[0]);
|
| checkTag(o[1]);
|
| }
|
|
|
| -buildUnnamed2123() {
|
| +buildUnnamed1419() {
|
| var o = new core.List<api.Trigger>();
|
| o.add(buildTrigger());
|
| o.add(buildTrigger());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2123(core.List<api.Trigger> o) {
|
| +checkUnnamed1419(core.List<api.Trigger> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTrigger(o[0]);
|
| checkTrigger(o[1]);
|
| }
|
|
|
| -buildUnnamed2124() {
|
| +buildUnnamed1420() {
|
| var o = new core.List<api.Variable>();
|
| o.add(buildVariable());
|
| o.add(buildVariable());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2124(core.List<api.Variable> o) {
|
| +checkUnnamed1420(core.List<api.Variable> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVariable(o[0]);
|
| checkVariable(o[1]);
|
| @@ -529,9 +529,9 @@ buildFolderEntities() {
|
| var o = new api.FolderEntities();
|
| buildCounterFolderEntities++;
|
| if (buildCounterFolderEntities < 3) {
|
| - o.tag = buildUnnamed2122();
|
| - o.trigger = buildUnnamed2123();
|
| - o.variable = buildUnnamed2124();
|
| + o.tag = buildUnnamed1418();
|
| + o.trigger = buildUnnamed1419();
|
| + o.variable = buildUnnamed1420();
|
| }
|
| buildCounterFolderEntities--;
|
| return o;
|
| @@ -540,21 +540,21 @@ buildFolderEntities() {
|
| checkFolderEntities(api.FolderEntities o) {
|
| buildCounterFolderEntities++;
|
| if (buildCounterFolderEntities < 3) {
|
| - checkUnnamed2122(o.tag);
|
| - checkUnnamed2123(o.trigger);
|
| - checkUnnamed2124(o.variable);
|
| + checkUnnamed1418(o.tag);
|
| + checkUnnamed1419(o.trigger);
|
| + checkUnnamed1420(o.variable);
|
| }
|
| buildCounterFolderEntities--;
|
| }
|
|
|
| -buildUnnamed2125() {
|
| +buildUnnamed1421() {
|
| var o = new core.List<api.UserAccess>();
|
| o.add(buildUserAccess());
|
| o.add(buildUserAccess());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2125(core.List<api.UserAccess> o) {
|
| +checkUnnamed1421(core.List<api.UserAccess> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUserAccess(o[0]);
|
| checkUserAccess(o[1]);
|
| @@ -565,7 +565,7 @@ buildListAccountUsersResponse() {
|
| var o = new api.ListAccountUsersResponse();
|
| buildCounterListAccountUsersResponse++;
|
| if (buildCounterListAccountUsersResponse < 3) {
|
| - o.userAccess = buildUnnamed2125();
|
| + o.userAccess = buildUnnamed1421();
|
| }
|
| buildCounterListAccountUsersResponse--;
|
| return o;
|
| @@ -574,19 +574,19 @@ buildListAccountUsersResponse() {
|
| checkListAccountUsersResponse(api.ListAccountUsersResponse o) {
|
| buildCounterListAccountUsersResponse++;
|
| if (buildCounterListAccountUsersResponse < 3) {
|
| - checkUnnamed2125(o.userAccess);
|
| + checkUnnamed1421(o.userAccess);
|
| }
|
| buildCounterListAccountUsersResponse--;
|
| }
|
|
|
| -buildUnnamed2126() {
|
| +buildUnnamed1422() {
|
| var o = new core.List<api.Account>();
|
| o.add(buildAccount());
|
| o.add(buildAccount());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2126(core.List<api.Account> o) {
|
| +checkUnnamed1422(core.List<api.Account> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccount(o[0]);
|
| checkAccount(o[1]);
|
| @@ -597,7 +597,7 @@ buildListAccountsResponse() {
|
| var o = new api.ListAccountsResponse();
|
| buildCounterListAccountsResponse++;
|
| if (buildCounterListAccountsResponse < 3) {
|
| - o.accounts = buildUnnamed2126();
|
| + o.accounts = buildUnnamed1422();
|
| }
|
| buildCounterListAccountsResponse--;
|
| return o;
|
| @@ -606,32 +606,32 @@ buildListAccountsResponse() {
|
| checkListAccountsResponse(api.ListAccountsResponse o) {
|
| buildCounterListAccountsResponse++;
|
| if (buildCounterListAccountsResponse < 3) {
|
| - checkUnnamed2126(o.accounts);
|
| + checkUnnamed1422(o.accounts);
|
| }
|
| buildCounterListAccountsResponse--;
|
| }
|
|
|
| -buildUnnamed2127() {
|
| +buildUnnamed1423() {
|
| var o = new core.List<api.ContainerVersion>();
|
| o.add(buildContainerVersion());
|
| o.add(buildContainerVersion());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2127(core.List<api.ContainerVersion> o) {
|
| +checkUnnamed1423(core.List<api.ContainerVersion> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkContainerVersion(o[0]);
|
| checkContainerVersion(o[1]);
|
| }
|
|
|
| -buildUnnamed2128() {
|
| +buildUnnamed1424() {
|
| var o = new core.List<api.ContainerVersionHeader>();
|
| o.add(buildContainerVersionHeader());
|
| o.add(buildContainerVersionHeader());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2128(core.List<api.ContainerVersionHeader> o) {
|
| +checkUnnamed1424(core.List<api.ContainerVersionHeader> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkContainerVersionHeader(o[0]);
|
| checkContainerVersionHeader(o[1]);
|
| @@ -642,8 +642,8 @@ buildListContainerVersionsResponse() {
|
| var o = new api.ListContainerVersionsResponse();
|
| buildCounterListContainerVersionsResponse++;
|
| if (buildCounterListContainerVersionsResponse < 3) {
|
| - o.containerVersion = buildUnnamed2127();
|
| - o.containerVersionHeader = buildUnnamed2128();
|
| + o.containerVersion = buildUnnamed1423();
|
| + o.containerVersionHeader = buildUnnamed1424();
|
| }
|
| buildCounterListContainerVersionsResponse--;
|
| return o;
|
| @@ -652,20 +652,20 @@ buildListContainerVersionsResponse() {
|
| checkListContainerVersionsResponse(api.ListContainerVersionsResponse o) {
|
| buildCounterListContainerVersionsResponse++;
|
| if (buildCounterListContainerVersionsResponse < 3) {
|
| - checkUnnamed2127(o.containerVersion);
|
| - checkUnnamed2128(o.containerVersionHeader);
|
| + checkUnnamed1423(o.containerVersion);
|
| + checkUnnamed1424(o.containerVersionHeader);
|
| }
|
| buildCounterListContainerVersionsResponse--;
|
| }
|
|
|
| -buildUnnamed2129() {
|
| +buildUnnamed1425() {
|
| var o = new core.List<api.Container>();
|
| o.add(buildContainer());
|
| o.add(buildContainer());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2129(core.List<api.Container> o) {
|
| +checkUnnamed1425(core.List<api.Container> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkContainer(o[0]);
|
| checkContainer(o[1]);
|
| @@ -676,7 +676,7 @@ buildListContainersResponse() {
|
| var o = new api.ListContainersResponse();
|
| buildCounterListContainersResponse++;
|
| if (buildCounterListContainersResponse < 3) {
|
| - o.containers = buildUnnamed2129();
|
| + o.containers = buildUnnamed1425();
|
| }
|
| buildCounterListContainersResponse--;
|
| return o;
|
| @@ -685,19 +685,19 @@ buildListContainersResponse() {
|
| checkListContainersResponse(api.ListContainersResponse o) {
|
| buildCounterListContainersResponse++;
|
| if (buildCounterListContainersResponse < 3) {
|
| - checkUnnamed2129(o.containers);
|
| + checkUnnamed1425(o.containers);
|
| }
|
| buildCounterListContainersResponse--;
|
| }
|
|
|
| -buildUnnamed2130() {
|
| +buildUnnamed1426() {
|
| var o = new core.List<api.Folder>();
|
| o.add(buildFolder());
|
| o.add(buildFolder());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2130(core.List<api.Folder> o) {
|
| +checkUnnamed1426(core.List<api.Folder> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFolder(o[0]);
|
| checkFolder(o[1]);
|
| @@ -708,7 +708,7 @@ buildListFoldersResponse() {
|
| var o = new api.ListFoldersResponse();
|
| buildCounterListFoldersResponse++;
|
| if (buildCounterListFoldersResponse < 3) {
|
| - o.folders = buildUnnamed2130();
|
| + o.folders = buildUnnamed1426();
|
| }
|
| buildCounterListFoldersResponse--;
|
| return o;
|
| @@ -717,19 +717,19 @@ buildListFoldersResponse() {
|
| checkListFoldersResponse(api.ListFoldersResponse o) {
|
| buildCounterListFoldersResponse++;
|
| if (buildCounterListFoldersResponse < 3) {
|
| - checkUnnamed2130(o.folders);
|
| + checkUnnamed1426(o.folders);
|
| }
|
| buildCounterListFoldersResponse--;
|
| }
|
|
|
| -buildUnnamed2131() {
|
| +buildUnnamed1427() {
|
| var o = new core.List<api.Macro>();
|
| o.add(buildMacro());
|
| o.add(buildMacro());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2131(core.List<api.Macro> o) {
|
| +checkUnnamed1427(core.List<api.Macro> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMacro(o[0]);
|
| checkMacro(o[1]);
|
| @@ -740,7 +740,7 @@ buildListMacrosResponse() {
|
| var o = new api.ListMacrosResponse();
|
| buildCounterListMacrosResponse++;
|
| if (buildCounterListMacrosResponse < 3) {
|
| - o.macros = buildUnnamed2131();
|
| + o.macros = buildUnnamed1427();
|
| }
|
| buildCounterListMacrosResponse--;
|
| return o;
|
| @@ -749,19 +749,19 @@ buildListMacrosResponse() {
|
| checkListMacrosResponse(api.ListMacrosResponse o) {
|
| buildCounterListMacrosResponse++;
|
| if (buildCounterListMacrosResponse < 3) {
|
| - checkUnnamed2131(o.macros);
|
| + checkUnnamed1427(o.macros);
|
| }
|
| buildCounterListMacrosResponse--;
|
| }
|
|
|
| -buildUnnamed2132() {
|
| +buildUnnamed1428() {
|
| var o = new core.List<api.Rule>();
|
| o.add(buildRule());
|
| o.add(buildRule());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2132(core.List<api.Rule> o) {
|
| +checkUnnamed1428(core.List<api.Rule> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRule(o[0]);
|
| checkRule(o[1]);
|
| @@ -772,7 +772,7 @@ buildListRulesResponse() {
|
| var o = new api.ListRulesResponse();
|
| buildCounterListRulesResponse++;
|
| if (buildCounterListRulesResponse < 3) {
|
| - o.rules = buildUnnamed2132();
|
| + o.rules = buildUnnamed1428();
|
| }
|
| buildCounterListRulesResponse--;
|
| return o;
|
| @@ -781,19 +781,19 @@ buildListRulesResponse() {
|
| checkListRulesResponse(api.ListRulesResponse o) {
|
| buildCounterListRulesResponse++;
|
| if (buildCounterListRulesResponse < 3) {
|
| - checkUnnamed2132(o.rules);
|
| + checkUnnamed1428(o.rules);
|
| }
|
| buildCounterListRulesResponse--;
|
| }
|
|
|
| -buildUnnamed2133() {
|
| +buildUnnamed1429() {
|
| var o = new core.List<api.Tag>();
|
| o.add(buildTag());
|
| o.add(buildTag());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2133(core.List<api.Tag> o) {
|
| +checkUnnamed1429(core.List<api.Tag> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTag(o[0]);
|
| checkTag(o[1]);
|
| @@ -804,7 +804,7 @@ buildListTagsResponse() {
|
| var o = new api.ListTagsResponse();
|
| buildCounterListTagsResponse++;
|
| if (buildCounterListTagsResponse < 3) {
|
| - o.tags = buildUnnamed2133();
|
| + o.tags = buildUnnamed1429();
|
| }
|
| buildCounterListTagsResponse--;
|
| return o;
|
| @@ -813,19 +813,19 @@ buildListTagsResponse() {
|
| checkListTagsResponse(api.ListTagsResponse o) {
|
| buildCounterListTagsResponse++;
|
| if (buildCounterListTagsResponse < 3) {
|
| - checkUnnamed2133(o.tags);
|
| + checkUnnamed1429(o.tags);
|
| }
|
| buildCounterListTagsResponse--;
|
| }
|
|
|
| -buildUnnamed2134() {
|
| +buildUnnamed1430() {
|
| var o = new core.List<api.Trigger>();
|
| o.add(buildTrigger());
|
| o.add(buildTrigger());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2134(core.List<api.Trigger> o) {
|
| +checkUnnamed1430(core.List<api.Trigger> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTrigger(o[0]);
|
| checkTrigger(o[1]);
|
| @@ -836,7 +836,7 @@ buildListTriggersResponse() {
|
| var o = new api.ListTriggersResponse();
|
| buildCounterListTriggersResponse++;
|
| if (buildCounterListTriggersResponse < 3) {
|
| - o.triggers = buildUnnamed2134();
|
| + o.triggers = buildUnnamed1430();
|
| }
|
| buildCounterListTriggersResponse--;
|
| return o;
|
| @@ -845,19 +845,19 @@ buildListTriggersResponse() {
|
| checkListTriggersResponse(api.ListTriggersResponse o) {
|
| buildCounterListTriggersResponse++;
|
| if (buildCounterListTriggersResponse < 3) {
|
| - checkUnnamed2134(o.triggers);
|
| + checkUnnamed1430(o.triggers);
|
| }
|
| buildCounterListTriggersResponse--;
|
| }
|
|
|
| -buildUnnamed2135() {
|
| +buildUnnamed1431() {
|
| var o = new core.List<api.Variable>();
|
| o.add(buildVariable());
|
| o.add(buildVariable());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2135(core.List<api.Variable> o) {
|
| +checkUnnamed1431(core.List<api.Variable> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVariable(o[0]);
|
| checkVariable(o[1]);
|
| @@ -868,7 +868,7 @@ buildListVariablesResponse() {
|
| var o = new api.ListVariablesResponse();
|
| buildCounterListVariablesResponse++;
|
| if (buildCounterListVariablesResponse < 3) {
|
| - o.variables = buildUnnamed2135();
|
| + o.variables = buildUnnamed1431();
|
| }
|
| buildCounterListVariablesResponse--;
|
| return o;
|
| @@ -877,45 +877,45 @@ buildListVariablesResponse() {
|
| checkListVariablesResponse(api.ListVariablesResponse o) {
|
| buildCounterListVariablesResponse++;
|
| if (buildCounterListVariablesResponse < 3) {
|
| - checkUnnamed2135(o.variables);
|
| + checkUnnamed1431(o.variables);
|
| }
|
| buildCounterListVariablesResponse--;
|
| }
|
|
|
| -buildUnnamed2136() {
|
| +buildUnnamed1432() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2136(core.List<core.String> o) {
|
| +checkUnnamed1432(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'));
|
| }
|
|
|
| -buildUnnamed2137() {
|
| +buildUnnamed1433() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2137(core.List<core.String> o) {
|
| +checkUnnamed1433(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'));
|
| }
|
|
|
| -buildUnnamed2138() {
|
| +buildUnnamed1434() {
|
| var o = new core.List<api.Parameter>();
|
| o.add(buildParameter());
|
| o.add(buildParameter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2138(core.List<api.Parameter> o) {
|
| +checkUnnamed1434(core.List<api.Parameter> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkParameter(o[0]);
|
| checkParameter(o[1]);
|
| @@ -928,13 +928,13 @@ buildMacro() {
|
| if (buildCounterMacro < 3) {
|
| o.accountId = "foo";
|
| o.containerId = "foo";
|
| - o.disablingRuleId = buildUnnamed2136();
|
| - o.enablingRuleId = buildUnnamed2137();
|
| + o.disablingRuleId = buildUnnamed1432();
|
| + o.enablingRuleId = buildUnnamed1433();
|
| o.fingerprint = "foo";
|
| o.macroId = "foo";
|
| o.name = "foo";
|
| o.notes = "foo";
|
| - o.parameter = buildUnnamed2138();
|
| + o.parameter = buildUnnamed1434();
|
| o.parentFolderId = "foo";
|
| o.scheduleEndMs = "foo";
|
| o.scheduleStartMs = "foo";
|
| @@ -949,13 +949,13 @@ checkMacro(api.Macro o) {
|
| if (buildCounterMacro < 3) {
|
| unittest.expect(o.accountId, unittest.equals('foo'));
|
| unittest.expect(o.containerId, unittest.equals('foo'));
|
| - checkUnnamed2136(o.disablingRuleId);
|
| - checkUnnamed2137(o.enablingRuleId);
|
| + checkUnnamed1432(o.disablingRuleId);
|
| + checkUnnamed1433(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'));
|
| - checkUnnamed2138(o.parameter);
|
| + checkUnnamed1434(o.parameter);
|
| unittest.expect(o.parentFolderId, unittest.equals('foo'));
|
| unittest.expect(o.scheduleEndMs, unittest.equals('foo'));
|
| unittest.expect(o.scheduleStartMs, unittest.equals('foo'));
|
| @@ -964,27 +964,27 @@ checkMacro(api.Macro o) {
|
| buildCounterMacro--;
|
| }
|
|
|
| -buildUnnamed2139() {
|
| +buildUnnamed1435() {
|
| var o = new core.List<api.Parameter>();
|
| o.add(buildParameter());
|
| o.add(buildParameter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2139(core.List<api.Parameter> o) {
|
| +checkUnnamed1435(core.List<api.Parameter> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkParameter(o[0]);
|
| checkParameter(o[1]);
|
| }
|
|
|
| -buildUnnamed2140() {
|
| +buildUnnamed1436() {
|
| var o = new core.List<api.Parameter>();
|
| o.add(buildParameter());
|
| o.add(buildParameter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2140(core.List<api.Parameter> o) {
|
| +checkUnnamed1436(core.List<api.Parameter> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkParameter(o[0]);
|
| checkParameter(o[1]);
|
| @@ -996,8 +996,8 @@ buildParameter() {
|
| buildCounterParameter++;
|
| if (buildCounterParameter < 3) {
|
| o.key = "foo";
|
| - o.list = buildUnnamed2139();
|
| - o.map = buildUnnamed2140();
|
| + o.list = buildUnnamed1435();
|
| + o.map = buildUnnamed1436();
|
| o.type = "foo";
|
| o.value = "foo";
|
| }
|
| @@ -1009,8 +1009,8 @@ checkParameter(api.Parameter o) {
|
| buildCounterParameter++;
|
| if (buildCounterParameter < 3) {
|
| unittest.expect(o.key, unittest.equals('foo'));
|
| - checkUnnamed2139(o.list);
|
| - checkUnnamed2140(o.map);
|
| + checkUnnamed1435(o.list);
|
| + checkUnnamed1436(o.map);
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| unittest.expect(o.value, unittest.equals('foo'));
|
| }
|
| @@ -1038,14 +1038,14 @@ checkPublishContainerVersionResponse(api.PublishContainerVersionResponse o) {
|
| buildCounterPublishContainerVersionResponse--;
|
| }
|
|
|
| -buildUnnamed2141() {
|
| +buildUnnamed1437() {
|
| var o = new core.List<api.Condition>();
|
| o.add(buildCondition());
|
| o.add(buildCondition());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2141(core.List<api.Condition> o) {
|
| +checkUnnamed1437(core.List<api.Condition> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCondition(o[0]);
|
| checkCondition(o[1]);
|
| @@ -1057,7 +1057,7 @@ buildRule() {
|
| buildCounterRule++;
|
| if (buildCounterRule < 3) {
|
| o.accountId = "foo";
|
| - o.condition = buildUnnamed2141();
|
| + o.condition = buildUnnamed1437();
|
| o.containerId = "foo";
|
| o.fingerprint = "foo";
|
| o.name = "foo";
|
| @@ -1072,7 +1072,7 @@ checkRule(api.Rule o) {
|
| buildCounterRule++;
|
| if (buildCounterRule < 3) {
|
| unittest.expect(o.accountId, unittest.equals('foo'));
|
| - checkUnnamed2141(o.condition);
|
| + checkUnnamed1437(o.condition);
|
| unittest.expect(o.containerId, unittest.equals('foo'));
|
| unittest.expect(o.fingerprint, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| @@ -1103,92 +1103,92 @@ checkSetupTag(api.SetupTag o) {
|
| buildCounterSetupTag--;
|
| }
|
|
|
| -buildUnnamed2142() {
|
| +buildUnnamed1438() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2142(core.List<core.String> o) {
|
| +checkUnnamed1438(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'));
|
| }
|
|
|
| -buildUnnamed2143() {
|
| +buildUnnamed1439() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2143(core.List<core.String> o) {
|
| +checkUnnamed1439(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'));
|
| }
|
|
|
| -buildUnnamed2144() {
|
| +buildUnnamed1440() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2144(core.List<core.String> o) {
|
| +checkUnnamed1440(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'));
|
| }
|
|
|
| -buildUnnamed2145() {
|
| +buildUnnamed1441() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2145(core.List<core.String> o) {
|
| +checkUnnamed1441(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'));
|
| }
|
|
|
| -buildUnnamed2146() {
|
| +buildUnnamed1442() {
|
| var o = new core.List<api.Parameter>();
|
| o.add(buildParameter());
|
| o.add(buildParameter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2146(core.List<api.Parameter> o) {
|
| +checkUnnamed1442(core.List<api.Parameter> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkParameter(o[0]);
|
| checkParameter(o[1]);
|
| }
|
|
|
| -buildUnnamed2147() {
|
| +buildUnnamed1443() {
|
| var o = new core.List<api.SetupTag>();
|
| o.add(buildSetupTag());
|
| o.add(buildSetupTag());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2147(core.List<api.SetupTag> o) {
|
| +checkUnnamed1443(core.List<api.SetupTag> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSetupTag(o[0]);
|
| checkSetupTag(o[1]);
|
| }
|
|
|
| -buildUnnamed2148() {
|
| +buildUnnamed1444() {
|
| var o = new core.List<api.TeardownTag>();
|
| o.add(buildTeardownTag());
|
| o.add(buildTeardownTag());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2148(core.List<api.TeardownTag> o) {
|
| +checkUnnamed1444(core.List<api.TeardownTag> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTeardownTag(o[0]);
|
| checkTeardownTag(o[1]);
|
| @@ -1200,23 +1200,23 @@ buildTag() {
|
| buildCounterTag++;
|
| if (buildCounterTag < 3) {
|
| o.accountId = "foo";
|
| - o.blockingRuleId = buildUnnamed2142();
|
| - o.blockingTriggerId = buildUnnamed2143();
|
| + o.blockingRuleId = buildUnnamed1438();
|
| + o.blockingTriggerId = buildUnnamed1439();
|
| o.containerId = "foo";
|
| o.fingerprint = "foo";
|
| - o.firingRuleId = buildUnnamed2144();
|
| - o.firingTriggerId = buildUnnamed2145();
|
| + o.firingRuleId = buildUnnamed1440();
|
| + o.firingTriggerId = buildUnnamed1441();
|
| o.liveOnly = true;
|
| o.name = "foo";
|
| o.notes = "foo";
|
| - o.parameter = buildUnnamed2146();
|
| + o.parameter = buildUnnamed1442();
|
| o.parentFolderId = "foo";
|
| o.priority = buildParameter();
|
| o.scheduleEndMs = "foo";
|
| o.scheduleStartMs = "foo";
|
| - o.setupTag = buildUnnamed2147();
|
| + o.setupTag = buildUnnamed1443();
|
| o.tagId = "foo";
|
| - o.teardownTag = buildUnnamed2148();
|
| + o.teardownTag = buildUnnamed1444();
|
| o.type = "foo";
|
| }
|
| buildCounterTag--;
|
| @@ -1227,23 +1227,23 @@ checkTag(api.Tag o) {
|
| buildCounterTag++;
|
| if (buildCounterTag < 3) {
|
| unittest.expect(o.accountId, unittest.equals('foo'));
|
| - checkUnnamed2142(o.blockingRuleId);
|
| - checkUnnamed2143(o.blockingTriggerId);
|
| + checkUnnamed1438(o.blockingRuleId);
|
| + checkUnnamed1439(o.blockingTriggerId);
|
| unittest.expect(o.containerId, unittest.equals('foo'));
|
| unittest.expect(o.fingerprint, unittest.equals('foo'));
|
| - checkUnnamed2144(o.firingRuleId);
|
| - checkUnnamed2145(o.firingTriggerId);
|
| + checkUnnamed1440(o.firingRuleId);
|
| + checkUnnamed1441(o.firingTriggerId);
|
| unittest.expect(o.liveOnly, unittest.isTrue);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.notes, unittest.equals('foo'));
|
| - checkUnnamed2146(o.parameter);
|
| + checkUnnamed1442(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'));
|
| - checkUnnamed2147(o.setupTag);
|
| + checkUnnamed1443(o.setupTag);
|
| unittest.expect(o.tagId, unittest.equals('foo'));
|
| - checkUnnamed2148(o.teardownTag);
|
| + checkUnnamed1444(o.teardownTag);
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| }
|
| buildCounterTag--;
|
| @@ -1270,40 +1270,40 @@ checkTeardownTag(api.TeardownTag o) {
|
| buildCounterTeardownTag--;
|
| }
|
|
|
| -buildUnnamed2149() {
|
| +buildUnnamed1445() {
|
| var o = new core.List<api.Condition>();
|
| o.add(buildCondition());
|
| o.add(buildCondition());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2149(core.List<api.Condition> o) {
|
| +checkUnnamed1445(core.List<api.Condition> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCondition(o[0]);
|
| checkCondition(o[1]);
|
| }
|
|
|
| -buildUnnamed2150() {
|
| +buildUnnamed1446() {
|
| var o = new core.List<api.Condition>();
|
| o.add(buildCondition());
|
| o.add(buildCondition());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2150(core.List<api.Condition> o) {
|
| +checkUnnamed1446(core.List<api.Condition> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCondition(o[0]);
|
| checkCondition(o[1]);
|
| }
|
|
|
| -buildUnnamed2151() {
|
| +buildUnnamed1447() {
|
| var o = new core.List<api.Condition>();
|
| o.add(buildCondition());
|
| o.add(buildCondition());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2151(core.List<api.Condition> o) {
|
| +checkUnnamed1447(core.List<api.Condition> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCondition(o[0]);
|
| checkCondition(o[1]);
|
| @@ -1315,13 +1315,13 @@ buildTrigger() {
|
| buildCounterTrigger++;
|
| if (buildCounterTrigger < 3) {
|
| o.accountId = "foo";
|
| - o.autoEventFilter = buildUnnamed2149();
|
| + o.autoEventFilter = buildUnnamed1445();
|
| o.checkValidation = buildParameter();
|
| o.containerId = "foo";
|
| - o.customEventFilter = buildUnnamed2150();
|
| + o.customEventFilter = buildUnnamed1446();
|
| o.enableAllVideos = buildParameter();
|
| o.eventName = buildParameter();
|
| - o.filter = buildUnnamed2151();
|
| + o.filter = buildUnnamed1447();
|
| o.fingerprint = "foo";
|
| o.interval = buildParameter();
|
| o.limit = buildParameter();
|
| @@ -1342,13 +1342,13 @@ checkTrigger(api.Trigger o) {
|
| buildCounterTrigger++;
|
| if (buildCounterTrigger < 3) {
|
| unittest.expect(o.accountId, unittest.equals('foo'));
|
| - checkUnnamed2149(o.autoEventFilter);
|
| + checkUnnamed1445(o.autoEventFilter);
|
| checkParameter(o.checkValidation);
|
| unittest.expect(o.containerId, unittest.equals('foo'));
|
| - checkUnnamed2150(o.customEventFilter);
|
| + checkUnnamed1446(o.customEventFilter);
|
| checkParameter(o.enableAllVideos);
|
| checkParameter(o.eventName);
|
| - checkUnnamed2151(o.filter);
|
| + checkUnnamed1447(o.filter);
|
| unittest.expect(o.fingerprint, unittest.equals('foo'));
|
| checkParameter(o.interval);
|
| checkParameter(o.limit);
|
| @@ -1364,14 +1364,14 @@ checkTrigger(api.Trigger o) {
|
| buildCounterTrigger--;
|
| }
|
|
|
| -buildUnnamed2152() {
|
| +buildUnnamed1448() {
|
| var o = new core.List<api.ContainerAccess>();
|
| o.add(buildContainerAccess());
|
| o.add(buildContainerAccess());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2152(core.List<api.ContainerAccess> o) {
|
| +checkUnnamed1448(core.List<api.ContainerAccess> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkContainerAccess(o[0]);
|
| checkContainerAccess(o[1]);
|
| @@ -1384,7 +1384,7 @@ buildUserAccess() {
|
| if (buildCounterUserAccess < 3) {
|
| o.accountAccess = buildAccountAccess();
|
| o.accountId = "foo";
|
| - o.containerAccess = buildUnnamed2152();
|
| + o.containerAccess = buildUnnamed1448();
|
| o.emailAddress = "foo";
|
| o.permissionId = "foo";
|
| }
|
| @@ -1397,47 +1397,47 @@ checkUserAccess(api.UserAccess o) {
|
| if (buildCounterUserAccess < 3) {
|
| checkAccountAccess(o.accountAccess);
|
| unittest.expect(o.accountId, unittest.equals('foo'));
|
| - checkUnnamed2152(o.containerAccess);
|
| + checkUnnamed1448(o.containerAccess);
|
| unittest.expect(o.emailAddress, unittest.equals('foo'));
|
| unittest.expect(o.permissionId, unittest.equals('foo'));
|
| }
|
| buildCounterUserAccess--;
|
| }
|
|
|
| -buildUnnamed2153() {
|
| +buildUnnamed1449() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2153(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'));
|
| }
|
|
|
| -buildUnnamed2154() {
|
| +buildUnnamed1450() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2154(core.List<core.String> o) {
|
| +checkUnnamed1450(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'));
|
| }
|
|
|
| -buildUnnamed2155() {
|
| +buildUnnamed1451() {
|
| var o = new core.List<api.Parameter>();
|
| o.add(buildParameter());
|
| o.add(buildParameter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2155(core.List<api.Parameter> o) {
|
| +checkUnnamed1451(core.List<api.Parameter> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkParameter(o[0]);
|
| checkParameter(o[1]);
|
| @@ -1450,12 +1450,12 @@ buildVariable() {
|
| if (buildCounterVariable < 3) {
|
| o.accountId = "foo";
|
| o.containerId = "foo";
|
| - o.disablingTriggerId = buildUnnamed2153();
|
| - o.enablingTriggerId = buildUnnamed2154();
|
| + o.disablingTriggerId = buildUnnamed1449();
|
| + o.enablingTriggerId = buildUnnamed1450();
|
| o.fingerprint = "foo";
|
| o.name = "foo";
|
| o.notes = "foo";
|
| - o.parameter = buildUnnamed2155();
|
| + o.parameter = buildUnnamed1451();
|
| o.parentFolderId = "foo";
|
| o.scheduleEndMs = "foo";
|
| o.scheduleStartMs = "foo";
|
| @@ -1471,12 +1471,12 @@ checkVariable(api.Variable o) {
|
| if (buildCounterVariable < 3) {
|
| unittest.expect(o.accountId, unittest.equals('foo'));
|
| unittest.expect(o.containerId, unittest.equals('foo'));
|
| - checkUnnamed2153(o.disablingTriggerId);
|
| - checkUnnamed2154(o.enablingTriggerId);
|
| + checkUnnamed1449(o.disablingTriggerId);
|
| + checkUnnamed1450(o.enablingTriggerId);
|
| unittest.expect(o.fingerprint, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.notes, unittest.equals('foo'));
|
| - checkUnnamed2155(o.parameter);
|
| + checkUnnamed1451(o.parameter);
|
| unittest.expect(o.parentFolderId, unittest.equals('foo'));
|
| unittest.expect(o.scheduleEndMs, unittest.equals('foo'));
|
| unittest.expect(o.scheduleStartMs, unittest.equals('foo'));
|
| @@ -1486,40 +1486,40 @@ checkVariable(api.Variable o) {
|
| buildCounterVariable--;
|
| }
|
|
|
| -buildUnnamed2156() {
|
| +buildUnnamed1452() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2156(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'));
|
| }
|
|
|
| -buildUnnamed2157() {
|
| +buildUnnamed1453() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2157(core.List<core.String> o) {
|
| +checkUnnamed1453(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'));
|
| }
|
|
|
| -buildUnnamed2158() {
|
| +buildUnnamed1454() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2158(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'));
|
| @@ -2987,9 +2987,9 @@ main() {
|
| var arg_accountId = "foo";
|
| var arg_containerId = "foo";
|
| var arg_folderId = "foo";
|
| - var arg_tagId = buildUnnamed2156();
|
| - var arg_triggerId = buildUnnamed2157();
|
| - var arg_variableId = buildUnnamed2158();
|
| + var arg_tagId = buildUnnamed1452();
|
| + var arg_triggerId = buildUnnamed1453();
|
| + var arg_variableId = buildUnnamed1454();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
|
|