| 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 0b51cc1643478134333ef81d87a757748bff5a0d..b269a7bf5ed5bb8d8424f9ac65e234ae5669f66e 100644
|
| --- a/generated/googleapis/test/tagmanager/v1_test.dart
|
| +++ b/generated/googleapis/test/tagmanager/v1_test.dart
|
| @@ -41,14 +41,14 @@ checkAccount(api.Account o) {
|
| buildCounterAccount--;
|
| }
|
|
|
| -buildUnnamed1332() {
|
| +buildUnnamed1346() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1332(core.List<core.String> o) {
|
| +checkUnnamed1346(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'));
|
| @@ -59,7 +59,7 @@ buildAccountAccess() {
|
| var o = new api.AccountAccess();
|
| buildCounterAccountAccess++;
|
| if (buildCounterAccountAccess < 3) {
|
| - o.permission = buildUnnamed1332();
|
| + o.permission = buildUnnamed1346();
|
| }
|
| buildCounterAccountAccess--;
|
| return o;
|
| @@ -68,19 +68,19 @@ buildAccountAccess() {
|
| checkAccountAccess(api.AccountAccess o) {
|
| buildCounterAccountAccess++;
|
| if (buildCounterAccountAccess < 3) {
|
| - checkUnnamed1332(o.permission);
|
| + checkUnnamed1346(o.permission);
|
| }
|
| buildCounterAccountAccess--;
|
| }
|
|
|
| -buildUnnamed1333() {
|
| +buildUnnamed1347() {
|
| var o = new core.List<api.Parameter>();
|
| o.add(buildParameter());
|
| o.add(buildParameter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1333(core.List<api.Parameter> o) {
|
| +checkUnnamed1347(core.List<api.Parameter> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkParameter(o[0]);
|
| checkParameter(o[1]);
|
| @@ -91,7 +91,7 @@ buildCondition() {
|
| var o = new api.Condition();
|
| buildCounterCondition++;
|
| if (buildCounterCondition < 3) {
|
| - o.parameter = buildUnnamed1333();
|
| + o.parameter = buildUnnamed1347();
|
| o.type = "foo";
|
| }
|
| buildCounterCondition--;
|
| @@ -101,46 +101,46 @@ buildCondition() {
|
| checkCondition(api.Condition o) {
|
| buildCounterCondition++;
|
| if (buildCounterCondition < 3) {
|
| - checkUnnamed1333(o.parameter);
|
| + checkUnnamed1347(o.parameter);
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| }
|
| buildCounterCondition--;
|
| }
|
|
|
| -buildUnnamed1334() {
|
| +buildUnnamed1348() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1334(core.List<core.String> o) {
|
| +checkUnnamed1348(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'));
|
| }
|
|
|
| -buildUnnamed1335() {
|
| +buildUnnamed1349() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1335(core.List<core.String> o) {
|
| +checkUnnamed1349(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'));
|
| }
|
|
|
| -buildUnnamed1336() {
|
| +buildUnnamed1350() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1336(core.List<core.String> o) {
|
| +checkUnnamed1350(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'));
|
| @@ -153,15 +153,15 @@ buildContainer() {
|
| if (buildCounterContainer < 3) {
|
| o.accountId = "foo";
|
| o.containerId = "foo";
|
| - o.domainName = buildUnnamed1334();
|
| - o.enabledBuiltInVariable = buildUnnamed1335();
|
| + o.domainName = buildUnnamed1348();
|
| + o.enabledBuiltInVariable = buildUnnamed1349();
|
| o.fingerprint = "foo";
|
| o.name = "foo";
|
| o.notes = "foo";
|
| o.publicId = "foo";
|
| o.timeZoneCountryId = "foo";
|
| o.timeZoneId = "foo";
|
| - o.usageContext = buildUnnamed1336();
|
| + o.usageContext = buildUnnamed1350();
|
| }
|
| buildCounterContainer--;
|
| return o;
|
| @@ -172,27 +172,27 @@ checkContainer(api.Container o) {
|
| if (buildCounterContainer < 3) {
|
| unittest.expect(o.accountId, unittest.equals('foo'));
|
| unittest.expect(o.containerId, unittest.equals('foo'));
|
| - checkUnnamed1334(o.domainName);
|
| - checkUnnamed1335(o.enabledBuiltInVariable);
|
| + checkUnnamed1348(o.domainName);
|
| + checkUnnamed1349(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'));
|
| - checkUnnamed1336(o.usageContext);
|
| + checkUnnamed1350(o.usageContext);
|
| }
|
| buildCounterContainer--;
|
| }
|
|
|
| -buildUnnamed1337() {
|
| +buildUnnamed1351() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1337(core.List<core.String> o) {
|
| +checkUnnamed1351(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'));
|
| @@ -204,7 +204,7 @@ buildContainerAccess() {
|
| buildCounterContainerAccess++;
|
| if (buildCounterContainerAccess < 3) {
|
| o.containerId = "foo";
|
| - o.permission = buildUnnamed1337();
|
| + o.permission = buildUnnamed1351();
|
| }
|
| buildCounterContainerAccess--;
|
| return o;
|
| @@ -214,71 +214,71 @@ checkContainerAccess(api.ContainerAccess o) {
|
| buildCounterContainerAccess++;
|
| if (buildCounterContainerAccess < 3) {
|
| unittest.expect(o.containerId, unittest.equals('foo'));
|
| - checkUnnamed1337(o.permission);
|
| + checkUnnamed1351(o.permission);
|
| }
|
| buildCounterContainerAccess--;
|
| }
|
|
|
| -buildUnnamed1338() {
|
| +buildUnnamed1352() {
|
| var o = new core.List<api.Macro>();
|
| o.add(buildMacro());
|
| o.add(buildMacro());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1338(core.List<api.Macro> o) {
|
| +checkUnnamed1352(core.List<api.Macro> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMacro(o[0]);
|
| checkMacro(o[1]);
|
| }
|
|
|
| -buildUnnamed1339() {
|
| +buildUnnamed1353() {
|
| var o = new core.List<api.Rule>();
|
| o.add(buildRule());
|
| o.add(buildRule());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1339(core.List<api.Rule> o) {
|
| +checkUnnamed1353(core.List<api.Rule> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRule(o[0]);
|
| checkRule(o[1]);
|
| }
|
|
|
| -buildUnnamed1340() {
|
| +buildUnnamed1354() {
|
| var o = new core.List<api.Tag>();
|
| o.add(buildTag());
|
| o.add(buildTag());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1340(core.List<api.Tag> o) {
|
| +checkUnnamed1354(core.List<api.Tag> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTag(o[0]);
|
| checkTag(o[1]);
|
| }
|
|
|
| -buildUnnamed1341() {
|
| +buildUnnamed1355() {
|
| var o = new core.List<api.Trigger>();
|
| o.add(buildTrigger());
|
| o.add(buildTrigger());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1341(core.List<api.Trigger> o) {
|
| +checkUnnamed1355(core.List<api.Trigger> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTrigger(o[0]);
|
| checkTrigger(o[1]);
|
| }
|
|
|
| -buildUnnamed1342() {
|
| +buildUnnamed1356() {
|
| var o = new core.List<api.Variable>();
|
| o.add(buildVariable());
|
| o.add(buildVariable());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1342(core.List<api.Variable> o) {
|
| +checkUnnamed1356(core.List<api.Variable> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVariable(o[0]);
|
| checkVariable(o[1]);
|
| @@ -295,13 +295,13 @@ buildContainerVersion() {
|
| o.containerVersionId = "foo";
|
| o.deleted = true;
|
| o.fingerprint = "foo";
|
| - o.macro = buildUnnamed1338();
|
| + o.macro = buildUnnamed1352();
|
| o.name = "foo";
|
| o.notes = "foo";
|
| - o.rule = buildUnnamed1339();
|
| - o.tag = buildUnnamed1340();
|
| - o.trigger = buildUnnamed1341();
|
| - o.variable = buildUnnamed1342();
|
| + o.rule = buildUnnamed1353();
|
| + o.tag = buildUnnamed1354();
|
| + o.trigger = buildUnnamed1355();
|
| + o.variable = buildUnnamed1356();
|
| }
|
| buildCounterContainerVersion--;
|
| return o;
|
| @@ -316,13 +316,13 @@ checkContainerVersion(api.ContainerVersion o) {
|
| unittest.expect(o.containerVersionId, unittest.equals('foo'));
|
| unittest.expect(o.deleted, unittest.isTrue);
|
| unittest.expect(o.fingerprint, unittest.equals('foo'));
|
| - checkUnnamed1338(o.macro);
|
| + checkUnnamed1352(o.macro);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.notes, unittest.equals('foo'));
|
| - checkUnnamed1339(o.rule);
|
| - checkUnnamed1340(o.tag);
|
| - checkUnnamed1341(o.trigger);
|
| - checkUnnamed1342(o.variable);
|
| + checkUnnamed1353(o.rule);
|
| + checkUnnamed1354(o.tag);
|
| + checkUnnamed1355(o.trigger);
|
| + checkUnnamed1356(o.variable);
|
| }
|
| buildCounterContainerVersion--;
|
| }
|
| @@ -408,14 +408,14 @@ checkCreateContainerVersionResponse(api.CreateContainerVersionResponse o) {
|
| buildCounterCreateContainerVersionResponse--;
|
| }
|
|
|
| -buildUnnamed1343() {
|
| +buildUnnamed1357() {
|
| var o = new core.List<api.UserAccess>();
|
| o.add(buildUserAccess());
|
| o.add(buildUserAccess());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1343(core.List<api.UserAccess> o) {
|
| +checkUnnamed1357(core.List<api.UserAccess> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUserAccess(o[0]);
|
| checkUserAccess(o[1]);
|
| @@ -426,7 +426,7 @@ buildListAccountUsersResponse() {
|
| var o = new api.ListAccountUsersResponse();
|
| buildCounterListAccountUsersResponse++;
|
| if (buildCounterListAccountUsersResponse < 3) {
|
| - o.userAccess = buildUnnamed1343();
|
| + o.userAccess = buildUnnamed1357();
|
| }
|
| buildCounterListAccountUsersResponse--;
|
| return o;
|
| @@ -435,19 +435,19 @@ buildListAccountUsersResponse() {
|
| checkListAccountUsersResponse(api.ListAccountUsersResponse o) {
|
| buildCounterListAccountUsersResponse++;
|
| if (buildCounterListAccountUsersResponse < 3) {
|
| - checkUnnamed1343(o.userAccess);
|
| + checkUnnamed1357(o.userAccess);
|
| }
|
| buildCounterListAccountUsersResponse--;
|
| }
|
|
|
| -buildUnnamed1344() {
|
| +buildUnnamed1358() {
|
| var o = new core.List<api.Account>();
|
| o.add(buildAccount());
|
| o.add(buildAccount());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1344(core.List<api.Account> o) {
|
| +checkUnnamed1358(core.List<api.Account> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccount(o[0]);
|
| checkAccount(o[1]);
|
| @@ -458,7 +458,7 @@ buildListAccountsResponse() {
|
| var o = new api.ListAccountsResponse();
|
| buildCounterListAccountsResponse++;
|
| if (buildCounterListAccountsResponse < 3) {
|
| - o.accounts = buildUnnamed1344();
|
| + o.accounts = buildUnnamed1358();
|
| }
|
| buildCounterListAccountsResponse--;
|
| return o;
|
| @@ -467,32 +467,32 @@ buildListAccountsResponse() {
|
| checkListAccountsResponse(api.ListAccountsResponse o) {
|
| buildCounterListAccountsResponse++;
|
| if (buildCounterListAccountsResponse < 3) {
|
| - checkUnnamed1344(o.accounts);
|
| + checkUnnamed1358(o.accounts);
|
| }
|
| buildCounterListAccountsResponse--;
|
| }
|
|
|
| -buildUnnamed1345() {
|
| +buildUnnamed1359() {
|
| var o = new core.List<api.ContainerVersion>();
|
| o.add(buildContainerVersion());
|
| o.add(buildContainerVersion());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1345(core.List<api.ContainerVersion> o) {
|
| +checkUnnamed1359(core.List<api.ContainerVersion> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkContainerVersion(o[0]);
|
| checkContainerVersion(o[1]);
|
| }
|
|
|
| -buildUnnamed1346() {
|
| +buildUnnamed1360() {
|
| var o = new core.List<api.ContainerVersionHeader>();
|
| o.add(buildContainerVersionHeader());
|
| o.add(buildContainerVersionHeader());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1346(core.List<api.ContainerVersionHeader> o) {
|
| +checkUnnamed1360(core.List<api.ContainerVersionHeader> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkContainerVersionHeader(o[0]);
|
| checkContainerVersionHeader(o[1]);
|
| @@ -503,8 +503,8 @@ buildListContainerVersionsResponse() {
|
| var o = new api.ListContainerVersionsResponse();
|
| buildCounterListContainerVersionsResponse++;
|
| if (buildCounterListContainerVersionsResponse < 3) {
|
| - o.containerVersion = buildUnnamed1345();
|
| - o.containerVersionHeader = buildUnnamed1346();
|
| + o.containerVersion = buildUnnamed1359();
|
| + o.containerVersionHeader = buildUnnamed1360();
|
| }
|
| buildCounterListContainerVersionsResponse--;
|
| return o;
|
| @@ -513,20 +513,20 @@ buildListContainerVersionsResponse() {
|
| checkListContainerVersionsResponse(api.ListContainerVersionsResponse o) {
|
| buildCounterListContainerVersionsResponse++;
|
| if (buildCounterListContainerVersionsResponse < 3) {
|
| - checkUnnamed1345(o.containerVersion);
|
| - checkUnnamed1346(o.containerVersionHeader);
|
| + checkUnnamed1359(o.containerVersion);
|
| + checkUnnamed1360(o.containerVersionHeader);
|
| }
|
| buildCounterListContainerVersionsResponse--;
|
| }
|
|
|
| -buildUnnamed1347() {
|
| +buildUnnamed1361() {
|
| var o = new core.List<api.Container>();
|
| o.add(buildContainer());
|
| o.add(buildContainer());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1347(core.List<api.Container> o) {
|
| +checkUnnamed1361(core.List<api.Container> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkContainer(o[0]);
|
| checkContainer(o[1]);
|
| @@ -537,7 +537,7 @@ buildListContainersResponse() {
|
| var o = new api.ListContainersResponse();
|
| buildCounterListContainersResponse++;
|
| if (buildCounterListContainersResponse < 3) {
|
| - o.containers = buildUnnamed1347();
|
| + o.containers = buildUnnamed1361();
|
| }
|
| buildCounterListContainersResponse--;
|
| return o;
|
| @@ -546,19 +546,19 @@ buildListContainersResponse() {
|
| checkListContainersResponse(api.ListContainersResponse o) {
|
| buildCounterListContainersResponse++;
|
| if (buildCounterListContainersResponse < 3) {
|
| - checkUnnamed1347(o.containers);
|
| + checkUnnamed1361(o.containers);
|
| }
|
| buildCounterListContainersResponse--;
|
| }
|
|
|
| -buildUnnamed1348() {
|
| +buildUnnamed1362() {
|
| var o = new core.List<api.Macro>();
|
| o.add(buildMacro());
|
| o.add(buildMacro());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1348(core.List<api.Macro> o) {
|
| +checkUnnamed1362(core.List<api.Macro> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMacro(o[0]);
|
| checkMacro(o[1]);
|
| @@ -569,7 +569,7 @@ buildListMacrosResponse() {
|
| var o = new api.ListMacrosResponse();
|
| buildCounterListMacrosResponse++;
|
| if (buildCounterListMacrosResponse < 3) {
|
| - o.macros = buildUnnamed1348();
|
| + o.macros = buildUnnamed1362();
|
| }
|
| buildCounterListMacrosResponse--;
|
| return o;
|
| @@ -578,19 +578,19 @@ buildListMacrosResponse() {
|
| checkListMacrosResponse(api.ListMacrosResponse o) {
|
| buildCounterListMacrosResponse++;
|
| if (buildCounterListMacrosResponse < 3) {
|
| - checkUnnamed1348(o.macros);
|
| + checkUnnamed1362(o.macros);
|
| }
|
| buildCounterListMacrosResponse--;
|
| }
|
|
|
| -buildUnnamed1349() {
|
| +buildUnnamed1363() {
|
| var o = new core.List<api.Rule>();
|
| o.add(buildRule());
|
| o.add(buildRule());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1349(core.List<api.Rule> o) {
|
| +checkUnnamed1363(core.List<api.Rule> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRule(o[0]);
|
| checkRule(o[1]);
|
| @@ -601,7 +601,7 @@ buildListRulesResponse() {
|
| var o = new api.ListRulesResponse();
|
| buildCounterListRulesResponse++;
|
| if (buildCounterListRulesResponse < 3) {
|
| - o.rules = buildUnnamed1349();
|
| + o.rules = buildUnnamed1363();
|
| }
|
| buildCounterListRulesResponse--;
|
| return o;
|
| @@ -610,19 +610,19 @@ buildListRulesResponse() {
|
| checkListRulesResponse(api.ListRulesResponse o) {
|
| buildCounterListRulesResponse++;
|
| if (buildCounterListRulesResponse < 3) {
|
| - checkUnnamed1349(o.rules);
|
| + checkUnnamed1363(o.rules);
|
| }
|
| buildCounterListRulesResponse--;
|
| }
|
|
|
| -buildUnnamed1350() {
|
| +buildUnnamed1364() {
|
| var o = new core.List<api.Tag>();
|
| o.add(buildTag());
|
| o.add(buildTag());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1350(core.List<api.Tag> o) {
|
| +checkUnnamed1364(core.List<api.Tag> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTag(o[0]);
|
| checkTag(o[1]);
|
| @@ -633,7 +633,7 @@ buildListTagsResponse() {
|
| var o = new api.ListTagsResponse();
|
| buildCounterListTagsResponse++;
|
| if (buildCounterListTagsResponse < 3) {
|
| - o.tags = buildUnnamed1350();
|
| + o.tags = buildUnnamed1364();
|
| }
|
| buildCounterListTagsResponse--;
|
| return o;
|
| @@ -642,19 +642,19 @@ buildListTagsResponse() {
|
| checkListTagsResponse(api.ListTagsResponse o) {
|
| buildCounterListTagsResponse++;
|
| if (buildCounterListTagsResponse < 3) {
|
| - checkUnnamed1350(o.tags);
|
| + checkUnnamed1364(o.tags);
|
| }
|
| buildCounterListTagsResponse--;
|
| }
|
|
|
| -buildUnnamed1351() {
|
| +buildUnnamed1365() {
|
| var o = new core.List<api.Trigger>();
|
| o.add(buildTrigger());
|
| o.add(buildTrigger());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1351(core.List<api.Trigger> o) {
|
| +checkUnnamed1365(core.List<api.Trigger> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTrigger(o[0]);
|
| checkTrigger(o[1]);
|
| @@ -665,7 +665,7 @@ buildListTriggersResponse() {
|
| var o = new api.ListTriggersResponse();
|
| buildCounterListTriggersResponse++;
|
| if (buildCounterListTriggersResponse < 3) {
|
| - o.triggers = buildUnnamed1351();
|
| + o.triggers = buildUnnamed1365();
|
| }
|
| buildCounterListTriggersResponse--;
|
| return o;
|
| @@ -674,19 +674,19 @@ buildListTriggersResponse() {
|
| checkListTriggersResponse(api.ListTriggersResponse o) {
|
| buildCounterListTriggersResponse++;
|
| if (buildCounterListTriggersResponse < 3) {
|
| - checkUnnamed1351(o.triggers);
|
| + checkUnnamed1365(o.triggers);
|
| }
|
| buildCounterListTriggersResponse--;
|
| }
|
|
|
| -buildUnnamed1352() {
|
| +buildUnnamed1366() {
|
| var o = new core.List<api.Variable>();
|
| o.add(buildVariable());
|
| o.add(buildVariable());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1352(core.List<api.Variable> o) {
|
| +checkUnnamed1366(core.List<api.Variable> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVariable(o[0]);
|
| checkVariable(o[1]);
|
| @@ -697,7 +697,7 @@ buildListVariablesResponse() {
|
| var o = new api.ListVariablesResponse();
|
| buildCounterListVariablesResponse++;
|
| if (buildCounterListVariablesResponse < 3) {
|
| - o.variables = buildUnnamed1352();
|
| + o.variables = buildUnnamed1366();
|
| }
|
| buildCounterListVariablesResponse--;
|
| return o;
|
| @@ -706,45 +706,45 @@ buildListVariablesResponse() {
|
| checkListVariablesResponse(api.ListVariablesResponse o) {
|
| buildCounterListVariablesResponse++;
|
| if (buildCounterListVariablesResponse < 3) {
|
| - checkUnnamed1352(o.variables);
|
| + checkUnnamed1366(o.variables);
|
| }
|
| buildCounterListVariablesResponse--;
|
| }
|
|
|
| -buildUnnamed1353() {
|
| +buildUnnamed1367() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1353(core.List<core.String> o) {
|
| +checkUnnamed1367(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'));
|
| }
|
|
|
| -buildUnnamed1354() {
|
| +buildUnnamed1368() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1354(core.List<core.String> o) {
|
| +checkUnnamed1368(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'));
|
| }
|
|
|
| -buildUnnamed1355() {
|
| +buildUnnamed1369() {
|
| var o = new core.List<api.Parameter>();
|
| o.add(buildParameter());
|
| o.add(buildParameter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1355(core.List<api.Parameter> o) {
|
| +checkUnnamed1369(core.List<api.Parameter> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkParameter(o[0]);
|
| checkParameter(o[1]);
|
| @@ -757,13 +757,13 @@ buildMacro() {
|
| if (buildCounterMacro < 3) {
|
| o.accountId = "foo";
|
| o.containerId = "foo";
|
| - o.disablingRuleId = buildUnnamed1353();
|
| - o.enablingRuleId = buildUnnamed1354();
|
| + o.disablingRuleId = buildUnnamed1367();
|
| + o.enablingRuleId = buildUnnamed1368();
|
| o.fingerprint = "foo";
|
| o.macroId = "foo";
|
| o.name = "foo";
|
| o.notes = "foo";
|
| - o.parameter = buildUnnamed1355();
|
| + o.parameter = buildUnnamed1369();
|
| o.scheduleEndMs = "foo";
|
| o.scheduleStartMs = "foo";
|
| o.type = "foo";
|
| @@ -777,13 +777,13 @@ checkMacro(api.Macro o) {
|
| if (buildCounterMacro < 3) {
|
| unittest.expect(o.accountId, unittest.equals('foo'));
|
| unittest.expect(o.containerId, unittest.equals('foo'));
|
| - checkUnnamed1353(o.disablingRuleId);
|
| - checkUnnamed1354(o.enablingRuleId);
|
| + checkUnnamed1367(o.disablingRuleId);
|
| + checkUnnamed1368(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'));
|
| - checkUnnamed1355(o.parameter);
|
| + checkUnnamed1369(o.parameter);
|
| unittest.expect(o.scheduleEndMs, unittest.equals('foo'));
|
| unittest.expect(o.scheduleStartMs, unittest.equals('foo'));
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| @@ -791,27 +791,27 @@ checkMacro(api.Macro o) {
|
| buildCounterMacro--;
|
| }
|
|
|
| -buildUnnamed1356() {
|
| +buildUnnamed1370() {
|
| var o = new core.List<api.Parameter>();
|
| o.add(buildParameter());
|
| o.add(buildParameter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1356(core.List<api.Parameter> o) {
|
| +checkUnnamed1370(core.List<api.Parameter> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkParameter(o[0]);
|
| checkParameter(o[1]);
|
| }
|
|
|
| -buildUnnamed1357() {
|
| +buildUnnamed1371() {
|
| var o = new core.List<api.Parameter>();
|
| o.add(buildParameter());
|
| o.add(buildParameter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1357(core.List<api.Parameter> o) {
|
| +checkUnnamed1371(core.List<api.Parameter> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkParameter(o[0]);
|
| checkParameter(o[1]);
|
| @@ -823,8 +823,8 @@ buildParameter() {
|
| buildCounterParameter++;
|
| if (buildCounterParameter < 3) {
|
| o.key = "foo";
|
| - o.list = buildUnnamed1356();
|
| - o.map = buildUnnamed1357();
|
| + o.list = buildUnnamed1370();
|
| + o.map = buildUnnamed1371();
|
| o.type = "foo";
|
| o.value = "foo";
|
| }
|
| @@ -836,8 +836,8 @@ checkParameter(api.Parameter o) {
|
| buildCounterParameter++;
|
| if (buildCounterParameter < 3) {
|
| unittest.expect(o.key, unittest.equals('foo'));
|
| - checkUnnamed1356(o.list);
|
| - checkUnnamed1357(o.map);
|
| + checkUnnamed1370(o.list);
|
| + checkUnnamed1371(o.map);
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| unittest.expect(o.value, unittest.equals('foo'));
|
| }
|
| @@ -865,14 +865,14 @@ checkPublishContainerVersionResponse(api.PublishContainerVersionResponse o) {
|
| buildCounterPublishContainerVersionResponse--;
|
| }
|
|
|
| -buildUnnamed1358() {
|
| +buildUnnamed1372() {
|
| var o = new core.List<api.Condition>();
|
| o.add(buildCondition());
|
| o.add(buildCondition());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1358(core.List<api.Condition> o) {
|
| +checkUnnamed1372(core.List<api.Condition> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCondition(o[0]);
|
| checkCondition(o[1]);
|
| @@ -884,7 +884,7 @@ buildRule() {
|
| buildCounterRule++;
|
| if (buildCounterRule < 3) {
|
| o.accountId = "foo";
|
| - o.condition = buildUnnamed1358();
|
| + o.condition = buildUnnamed1372();
|
| o.containerId = "foo";
|
| o.fingerprint = "foo";
|
| o.name = "foo";
|
| @@ -899,7 +899,7 @@ checkRule(api.Rule o) {
|
| buildCounterRule++;
|
| if (buildCounterRule < 3) {
|
| unittest.expect(o.accountId, unittest.equals('foo'));
|
| - checkUnnamed1358(o.condition);
|
| + checkUnnamed1372(o.condition);
|
| unittest.expect(o.containerId, unittest.equals('foo'));
|
| unittest.expect(o.fingerprint, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| @@ -909,66 +909,66 @@ checkRule(api.Rule o) {
|
| buildCounterRule--;
|
| }
|
|
|
| -buildUnnamed1359() {
|
| +buildUnnamed1373() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1359(core.List<core.String> o) {
|
| +checkUnnamed1373(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'));
|
| }
|
|
|
| -buildUnnamed1360() {
|
| +buildUnnamed1374() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1360(core.List<core.String> o) {
|
| +checkUnnamed1374(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'));
|
| }
|
|
|
| -buildUnnamed1361() {
|
| +buildUnnamed1375() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1361(core.List<core.String> o) {
|
| +checkUnnamed1375(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'));
|
| }
|
|
|
| -buildUnnamed1362() {
|
| +buildUnnamed1376() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1362(core.List<core.String> o) {
|
| +checkUnnamed1376(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'));
|
| }
|
|
|
| -buildUnnamed1363() {
|
| +buildUnnamed1377() {
|
| var o = new core.List<api.Parameter>();
|
| o.add(buildParameter());
|
| o.add(buildParameter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1363(core.List<api.Parameter> o) {
|
| +checkUnnamed1377(core.List<api.Parameter> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkParameter(o[0]);
|
| checkParameter(o[1]);
|
| @@ -980,16 +980,16 @@ buildTag() {
|
| buildCounterTag++;
|
| if (buildCounterTag < 3) {
|
| o.accountId = "foo";
|
| - o.blockingRuleId = buildUnnamed1359();
|
| - o.blockingTriggerId = buildUnnamed1360();
|
| + o.blockingRuleId = buildUnnamed1373();
|
| + o.blockingTriggerId = buildUnnamed1374();
|
| o.containerId = "foo";
|
| o.fingerprint = "foo";
|
| - o.firingRuleId = buildUnnamed1361();
|
| - o.firingTriggerId = buildUnnamed1362();
|
| + o.firingRuleId = buildUnnamed1375();
|
| + o.firingTriggerId = buildUnnamed1376();
|
| o.liveOnly = true;
|
| o.name = "foo";
|
| o.notes = "foo";
|
| - o.parameter = buildUnnamed1363();
|
| + o.parameter = buildUnnamed1377();
|
| o.priority = buildParameter();
|
| o.scheduleEndMs = "foo";
|
| o.scheduleStartMs = "foo";
|
| @@ -1004,16 +1004,16 @@ checkTag(api.Tag o) {
|
| buildCounterTag++;
|
| if (buildCounterTag < 3) {
|
| unittest.expect(o.accountId, unittest.equals('foo'));
|
| - checkUnnamed1359(o.blockingRuleId);
|
| - checkUnnamed1360(o.blockingTriggerId);
|
| + checkUnnamed1373(o.blockingRuleId);
|
| + checkUnnamed1374(o.blockingTriggerId);
|
| unittest.expect(o.containerId, unittest.equals('foo'));
|
| unittest.expect(o.fingerprint, unittest.equals('foo'));
|
| - checkUnnamed1361(o.firingRuleId);
|
| - checkUnnamed1362(o.firingTriggerId);
|
| + checkUnnamed1375(o.firingRuleId);
|
| + checkUnnamed1376(o.firingTriggerId);
|
| unittest.expect(o.liveOnly, unittest.isTrue);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.notes, unittest.equals('foo'));
|
| - checkUnnamed1363(o.parameter);
|
| + checkUnnamed1377(o.parameter);
|
| checkParameter(o.priority);
|
| unittest.expect(o.scheduleEndMs, unittest.equals('foo'));
|
| unittest.expect(o.scheduleStartMs, unittest.equals('foo'));
|
| @@ -1023,40 +1023,40 @@ checkTag(api.Tag o) {
|
| buildCounterTag--;
|
| }
|
|
|
| -buildUnnamed1364() {
|
| +buildUnnamed1378() {
|
| var o = new core.List<api.Condition>();
|
| o.add(buildCondition());
|
| o.add(buildCondition());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1364(core.List<api.Condition> o) {
|
| +checkUnnamed1378(core.List<api.Condition> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCondition(o[0]);
|
| checkCondition(o[1]);
|
| }
|
|
|
| -buildUnnamed1365() {
|
| +buildUnnamed1379() {
|
| var o = new core.List<api.Condition>();
|
| o.add(buildCondition());
|
| o.add(buildCondition());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1365(core.List<api.Condition> o) {
|
| +checkUnnamed1379(core.List<api.Condition> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCondition(o[0]);
|
| checkCondition(o[1]);
|
| }
|
|
|
| -buildUnnamed1366() {
|
| +buildUnnamed1380() {
|
| var o = new core.List<api.Condition>();
|
| o.add(buildCondition());
|
| o.add(buildCondition());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1366(core.List<api.Condition> o) {
|
| +checkUnnamed1380(core.List<api.Condition> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCondition(o[0]);
|
| checkCondition(o[1]);
|
| @@ -1068,13 +1068,13 @@ buildTrigger() {
|
| buildCounterTrigger++;
|
| if (buildCounterTrigger < 3) {
|
| o.accountId = "foo";
|
| - o.autoEventFilter = buildUnnamed1364();
|
| + o.autoEventFilter = buildUnnamed1378();
|
| o.checkValidation = buildParameter();
|
| o.containerId = "foo";
|
| - o.customEventFilter = buildUnnamed1365();
|
| + o.customEventFilter = buildUnnamed1379();
|
| o.enableAllVideos = buildParameter();
|
| o.eventName = buildParameter();
|
| - o.filter = buildUnnamed1366();
|
| + o.filter = buildUnnamed1380();
|
| o.fingerprint = "foo";
|
| o.interval = buildParameter();
|
| o.limit = buildParameter();
|
| @@ -1094,13 +1094,13 @@ checkTrigger(api.Trigger o) {
|
| buildCounterTrigger++;
|
| if (buildCounterTrigger < 3) {
|
| unittest.expect(o.accountId, unittest.equals('foo'));
|
| - checkUnnamed1364(o.autoEventFilter);
|
| + checkUnnamed1378(o.autoEventFilter);
|
| checkParameter(o.checkValidation);
|
| unittest.expect(o.containerId, unittest.equals('foo'));
|
| - checkUnnamed1365(o.customEventFilter);
|
| + checkUnnamed1379(o.customEventFilter);
|
| checkParameter(o.enableAllVideos);
|
| checkParameter(o.eventName);
|
| - checkUnnamed1366(o.filter);
|
| + checkUnnamed1380(o.filter);
|
| unittest.expect(o.fingerprint, unittest.equals('foo'));
|
| checkParameter(o.interval);
|
| checkParameter(o.limit);
|
| @@ -1115,14 +1115,14 @@ checkTrigger(api.Trigger o) {
|
| buildCounterTrigger--;
|
| }
|
|
|
| -buildUnnamed1367() {
|
| +buildUnnamed1381() {
|
| var o = new core.List<api.ContainerAccess>();
|
| o.add(buildContainerAccess());
|
| o.add(buildContainerAccess());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1367(core.List<api.ContainerAccess> o) {
|
| +checkUnnamed1381(core.List<api.ContainerAccess> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkContainerAccess(o[0]);
|
| checkContainerAccess(o[1]);
|
| @@ -1135,7 +1135,7 @@ buildUserAccess() {
|
| if (buildCounterUserAccess < 3) {
|
| o.accountAccess = buildAccountAccess();
|
| o.accountId = "foo";
|
| - o.containerAccess = buildUnnamed1367();
|
| + o.containerAccess = buildUnnamed1381();
|
| o.emailAddress = "foo";
|
| o.permissionId = "foo";
|
| }
|
| @@ -1148,47 +1148,47 @@ checkUserAccess(api.UserAccess o) {
|
| if (buildCounterUserAccess < 3) {
|
| checkAccountAccess(o.accountAccess);
|
| unittest.expect(o.accountId, unittest.equals('foo'));
|
| - checkUnnamed1367(o.containerAccess);
|
| + checkUnnamed1381(o.containerAccess);
|
| unittest.expect(o.emailAddress, unittest.equals('foo'));
|
| unittest.expect(o.permissionId, unittest.equals('foo'));
|
| }
|
| buildCounterUserAccess--;
|
| }
|
|
|
| -buildUnnamed1368() {
|
| +buildUnnamed1382() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1368(core.List<core.String> o) {
|
| +checkUnnamed1382(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'));
|
| }
|
|
|
| -buildUnnamed1369() {
|
| +buildUnnamed1383() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1369(core.List<core.String> o) {
|
| +checkUnnamed1383(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'));
|
| }
|
|
|
| -buildUnnamed1370() {
|
| +buildUnnamed1384() {
|
| var o = new core.List<api.Parameter>();
|
| o.add(buildParameter());
|
| o.add(buildParameter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1370(core.List<api.Parameter> o) {
|
| +checkUnnamed1384(core.List<api.Parameter> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkParameter(o[0]);
|
| checkParameter(o[1]);
|
| @@ -1201,12 +1201,12 @@ buildVariable() {
|
| if (buildCounterVariable < 3) {
|
| o.accountId = "foo";
|
| o.containerId = "foo";
|
| - o.disablingTriggerId = buildUnnamed1368();
|
| - o.enablingTriggerId = buildUnnamed1369();
|
| + o.disablingTriggerId = buildUnnamed1382();
|
| + o.enablingTriggerId = buildUnnamed1383();
|
| o.fingerprint = "foo";
|
| o.name = "foo";
|
| o.notes = "foo";
|
| - o.parameter = buildUnnamed1370();
|
| + o.parameter = buildUnnamed1384();
|
| o.scheduleEndMs = "foo";
|
| o.scheduleStartMs = "foo";
|
| o.type = "foo";
|
| @@ -1221,12 +1221,12 @@ checkVariable(api.Variable o) {
|
| if (buildCounterVariable < 3) {
|
| unittest.expect(o.accountId, unittest.equals('foo'));
|
| unittest.expect(o.containerId, unittest.equals('foo'));
|
| - checkUnnamed1368(o.disablingTriggerId);
|
| - checkUnnamed1369(o.enablingTriggerId);
|
| + checkUnnamed1382(o.disablingTriggerId);
|
| + checkUnnamed1383(o.enablingTriggerId);
|
| unittest.expect(o.fingerprint, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.notes, unittest.equals('foo'));
|
| - checkUnnamed1370(o.parameter);
|
| + checkUnnamed1384(o.parameter);
|
| unittest.expect(o.scheduleEndMs, unittest.equals('foo'));
|
| unittest.expect(o.scheduleStartMs, unittest.equals('foo'));
|
| unittest.expect(o.type, unittest.equals('foo'));
|
|
|