| Index: generated/googleapis/test/adsensehost/v4_1_test.dart
|
| diff --git a/generated/googleapis/test/adsensehost/v4_1_test.dart b/generated/googleapis/test/adsensehost/v4_1_test.dart
|
| index 6f350e18e7ccd521ec0a3c80fd6589107efcacbe..c3ed492bc132af0c19ec11cd0b367d92b19146c1 100644
|
| --- a/generated/googleapis/test/adsensehost/v4_1_test.dart
|
| +++ b/generated/googleapis/test/adsensehost/v4_1_test.dart
|
| @@ -76,14 +76,14 @@ checkAccount(api.Account o) {
|
| buildCounterAccount--;
|
| }
|
|
|
| -buildUnnamed1430() {
|
| +buildUnnamed213() {
|
| var o = new core.List<api.Account>();
|
| o.add(buildAccount());
|
| o.add(buildAccount());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1430(core.List<api.Account> o) {
|
| +checkUnnamed213(core.List<api.Account> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccount(o[0]);
|
| checkAccount(o[1]);
|
| @@ -95,7 +95,7 @@ buildAccounts() {
|
| buildCounterAccounts++;
|
| if (buildCounterAccounts < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed1430();
|
| + o.items = buildUnnamed213();
|
| o.kind = "foo";
|
| }
|
| buildCounterAccounts--;
|
| @@ -106,7 +106,7 @@ checkAccounts(api.Accounts o) {
|
| buildCounterAccounts++;
|
| if (buildCounterAccounts < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed1430(o.items);
|
| + checkUnnamed213(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterAccounts--;
|
| @@ -139,14 +139,14 @@ checkAdClient(api.AdClient o) {
|
| buildCounterAdClient--;
|
| }
|
|
|
| -buildUnnamed1431() {
|
| +buildUnnamed214() {
|
| var o = new core.List<api.AdClient>();
|
| o.add(buildAdClient());
|
| o.add(buildAdClient());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1431(core.List<api.AdClient> o) {
|
| +checkUnnamed214(core.List<api.AdClient> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAdClient(o[0]);
|
| checkAdClient(o[1]);
|
| @@ -158,7 +158,7 @@ buildAdClients() {
|
| buildCounterAdClients++;
|
| if (buildCounterAdClients < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed1431();
|
| + o.items = buildUnnamed214();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -170,7 +170,7 @@ checkAdClients(api.AdClients o) {
|
| buildCounterAdClients++;
|
| if (buildCounterAdClients < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed1431(o.items);
|
| + checkUnnamed214(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -375,14 +375,14 @@ checkAdUnit(api.AdUnit o) {
|
| buildCounterAdUnit--;
|
| }
|
|
|
| -buildUnnamed1432() {
|
| +buildUnnamed215() {
|
| var o = new core.List<api.AdUnit>();
|
| o.add(buildAdUnit());
|
| o.add(buildAdUnit());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1432(core.List<api.AdUnit> o) {
|
| +checkUnnamed215(core.List<api.AdUnit> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAdUnit(o[0]);
|
| checkAdUnit(o[1]);
|
| @@ -394,7 +394,7 @@ buildAdUnits() {
|
| buildCounterAdUnits++;
|
| if (buildCounterAdUnits < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed1432();
|
| + o.items = buildUnnamed215();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -406,21 +406,21 @@ checkAdUnits(api.AdUnits o) {
|
| buildCounterAdUnits++;
|
| if (buildCounterAdUnits < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed1432(o.items);
|
| + checkUnnamed215(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterAdUnits--;
|
| }
|
|
|
| -buildUnnamed1433() {
|
| +buildUnnamed216() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1433(core.List<core.String> o) {
|
| +checkUnnamed216(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'));
|
| @@ -434,7 +434,7 @@ buildAssociationSession() {
|
| o.accountId = "foo";
|
| o.id = "foo";
|
| o.kind = "foo";
|
| - o.productCodes = buildUnnamed1433();
|
| + o.productCodes = buildUnnamed216();
|
| o.redirectUrl = "foo";
|
| o.status = "foo";
|
| o.userLocale = "foo";
|
| @@ -451,7 +451,7 @@ checkAssociationSession(api.AssociationSession o) {
|
| unittest.expect(o.accountId, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1433(o.productCodes);
|
| + checkUnnamed216(o.productCodes);
|
| unittest.expect(o.redirectUrl, unittest.equals('foo'));
|
| unittest.expect(o.status, unittest.equals('foo'));
|
| unittest.expect(o.userLocale, unittest.equals('foo'));
|
| @@ -486,14 +486,14 @@ checkCustomChannel(api.CustomChannel o) {
|
| buildCounterCustomChannel--;
|
| }
|
|
|
| -buildUnnamed1434() {
|
| +buildUnnamed217() {
|
| var o = new core.List<api.CustomChannel>();
|
| o.add(buildCustomChannel());
|
| o.add(buildCustomChannel());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1434(core.List<api.CustomChannel> o) {
|
| +checkUnnamed217(core.List<api.CustomChannel> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCustomChannel(o[0]);
|
| checkCustomChannel(o[1]);
|
| @@ -505,7 +505,7 @@ buildCustomChannels() {
|
| buildCounterCustomChannels++;
|
| if (buildCounterCustomChannels < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed1434();
|
| + o.items = buildUnnamed217();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -517,21 +517,21 @@ checkCustomChannels(api.CustomChannels o) {
|
| buildCounterCustomChannels++;
|
| if (buildCounterCustomChannels < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed1434(o.items);
|
| + checkUnnamed217(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterCustomChannels--;
|
| }
|
|
|
| -buildUnnamed1435() {
|
| +buildUnnamed218() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1435(core.List<core.String> o) {
|
| +checkUnnamed218(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'));
|
| @@ -560,66 +560,66 @@ checkReportHeaders(api.ReportHeaders o) {
|
| buildCounterReportHeaders--;
|
| }
|
|
|
| -buildUnnamed1436() {
|
| +buildUnnamed219() {
|
| var o = new core.List<api.ReportHeaders>();
|
| o.add(buildReportHeaders());
|
| o.add(buildReportHeaders());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1436(core.List<api.ReportHeaders> o) {
|
| +checkUnnamed219(core.List<api.ReportHeaders> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkReportHeaders(o[0]);
|
| checkReportHeaders(o[1]);
|
| }
|
|
|
| -buildUnnamed1437() {
|
| +buildUnnamed220() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1437(core.List<core.String> o) {
|
| +checkUnnamed220(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'));
|
| }
|
|
|
| -buildUnnamed1438() {
|
| +buildUnnamed221() {
|
| var o = new core.List<core.List<core.String>>();
|
| - o.add(buildUnnamed1437());
|
| - o.add(buildUnnamed1437());
|
| + o.add(buildUnnamed220());
|
| + o.add(buildUnnamed220());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1438(core.List<core.List<core.String>> o) {
|
| +checkUnnamed221(core.List<core.List<core.String>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed1437(o[0]);
|
| - checkUnnamed1437(o[1]);
|
| + checkUnnamed220(o[0]);
|
| + checkUnnamed220(o[1]);
|
| }
|
|
|
| -buildUnnamed1439() {
|
| +buildUnnamed222() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1439(core.List<core.String> o) {
|
| +checkUnnamed222(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'));
|
| }
|
|
|
| -buildUnnamed1440() {
|
| +buildUnnamed223() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1440(core.List<core.String> o) {
|
| +checkUnnamed223(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'));
|
| @@ -630,13 +630,13 @@ buildReport() {
|
| var o = new api.Report();
|
| buildCounterReport++;
|
| if (buildCounterReport < 3) {
|
| - o.averages = buildUnnamed1435();
|
| - o.headers = buildUnnamed1436();
|
| + o.averages = buildUnnamed218();
|
| + o.headers = buildUnnamed219();
|
| o.kind = "foo";
|
| - o.rows = buildUnnamed1438();
|
| + o.rows = buildUnnamed221();
|
| o.totalMatchedRows = "foo";
|
| - o.totals = buildUnnamed1439();
|
| - o.warnings = buildUnnamed1440();
|
| + o.totals = buildUnnamed222();
|
| + o.warnings = buildUnnamed223();
|
| }
|
| buildCounterReport--;
|
| return o;
|
| @@ -645,13 +645,13 @@ buildReport() {
|
| checkReport(api.Report o) {
|
| buildCounterReport++;
|
| if (buildCounterReport < 3) {
|
| - checkUnnamed1435(o.averages);
|
| - checkUnnamed1436(o.headers);
|
| + checkUnnamed218(o.averages);
|
| + checkUnnamed219(o.headers);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1438(o.rows);
|
| + checkUnnamed221(o.rows);
|
| unittest.expect(o.totalMatchedRows, unittest.equals('foo'));
|
| - checkUnnamed1439(o.totals);
|
| - checkUnnamed1440(o.warnings);
|
| + checkUnnamed222(o.totals);
|
| + checkUnnamed223(o.warnings);
|
| }
|
| buildCounterReport--;
|
| }
|
| @@ -679,14 +679,14 @@ checkUrlChannel(api.UrlChannel o) {
|
| buildCounterUrlChannel--;
|
| }
|
|
|
| -buildUnnamed1441() {
|
| +buildUnnamed224() {
|
| var o = new core.List<api.UrlChannel>();
|
| o.add(buildUrlChannel());
|
| o.add(buildUrlChannel());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1441(core.List<api.UrlChannel> o) {
|
| +checkUnnamed224(core.List<api.UrlChannel> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUrlChannel(o[0]);
|
| checkUrlChannel(o[1]);
|
| @@ -698,7 +698,7 @@ buildUrlChannels() {
|
| buildCounterUrlChannels++;
|
| if (buildCounterUrlChannels < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed1441();
|
| + o.items = buildUnnamed224();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -710,151 +710,151 @@ checkUrlChannels(api.UrlChannels o) {
|
| buildCounterUrlChannels++;
|
| if (buildCounterUrlChannels < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed1441(o.items);
|
| + checkUnnamed224(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterUrlChannels--;
|
| }
|
|
|
| -buildUnnamed1442() {
|
| +buildUnnamed225() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1442(core.List<core.String> o) {
|
| +checkUnnamed225(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'));
|
| }
|
|
|
| -buildUnnamed1443() {
|
| +buildUnnamed226() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1443(core.List<core.String> o) {
|
| +checkUnnamed226(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'));
|
| }
|
|
|
| -buildUnnamed1444() {
|
| +buildUnnamed227() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1444(core.List<core.String> o) {
|
| +checkUnnamed227(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'));
|
| }
|
|
|
| -buildUnnamed1445() {
|
| +buildUnnamed228() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1445(core.List<core.String> o) {
|
| +checkUnnamed228(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'));
|
| }
|
|
|
| -buildUnnamed1446() {
|
| +buildUnnamed229() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1446(core.List<core.String> o) {
|
| +checkUnnamed229(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'));
|
| }
|
|
|
| -buildUnnamed1447() {
|
| +buildUnnamed230() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1447(core.List<core.String> o) {
|
| +checkUnnamed230(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'));
|
| }
|
|
|
| -buildUnnamed1448() {
|
| +buildUnnamed231() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1448(core.List<core.String> o) {
|
| +checkUnnamed231(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'));
|
| }
|
|
|
| -buildUnnamed1449() {
|
| +buildUnnamed232() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1449(core.List<core.String> o) {
|
| +checkUnnamed232(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'));
|
| }
|
|
|
| -buildUnnamed1450() {
|
| +buildUnnamed233() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1450(core.List<core.String> o) {
|
| +checkUnnamed233(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'));
|
| }
|
|
|
| -buildUnnamed1451() {
|
| +buildUnnamed234() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1451(core.List<core.String> o) {
|
| +checkUnnamed234(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() {
|
| +buildUnnamed235() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1452(core.List<core.String> o) {
|
| +checkUnnamed235(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'));
|
| @@ -1096,7 +1096,7 @@ main() {
|
|
|
| var mock = new HttpServerMock();
|
| api.AccountsResourceApi res = new api.AdsensehostApi(mock).accounts;
|
| - var arg_filterAdClientId = buildUnnamed1442();
|
| + var arg_filterAdClientId = buildUnnamed225();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -1398,7 +1398,7 @@ main() {
|
| var arg_accountId = "foo";
|
| var arg_adClientId = "foo";
|
| var arg_adUnitId = "foo";
|
| - var arg_hostCustomChannelId = buildUnnamed1443();
|
| + var arg_hostCustomChannelId = buildUnnamed226();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -1737,12 +1737,12 @@ main() {
|
| var arg_accountId = "foo";
|
| var arg_startDate = "foo";
|
| var arg_endDate = "foo";
|
| - var arg_dimension = buildUnnamed1444();
|
| - var arg_filter = buildUnnamed1445();
|
| + var arg_dimension = buildUnnamed227();
|
| + var arg_filter = buildUnnamed228();
|
| var arg_locale = "foo";
|
| var arg_maxResults = 42;
|
| - var arg_metric = buildUnnamed1446();
|
| - var arg_sort = buildUnnamed1447();
|
| + var arg_metric = buildUnnamed229();
|
| + var arg_sort = buildUnnamed230();
|
| var arg_startIndex = 42;
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| @@ -1911,7 +1911,7 @@ main() {
|
|
|
| var mock = new HttpServerMock();
|
| api.AssociationsessionsResourceApi res = new api.AdsensehostApi(mock).associationsessions;
|
| - var arg_productCode = buildUnnamed1448();
|
| + var arg_productCode = buildUnnamed231();
|
| var arg_websiteUrl = "foo";
|
| var arg_userLocale = "foo";
|
| var arg_websiteLocale = "foo";
|
| @@ -2365,12 +2365,12 @@ main() {
|
| api.ReportsResourceApi res = new api.AdsensehostApi(mock).reports;
|
| var arg_startDate = "foo";
|
| var arg_endDate = "foo";
|
| - var arg_dimension = buildUnnamed1449();
|
| - var arg_filter = buildUnnamed1450();
|
| + var arg_dimension = buildUnnamed232();
|
| + var arg_filter = buildUnnamed233();
|
| var arg_locale = "foo";
|
| var arg_maxResults = 42;
|
| - var arg_metric = buildUnnamed1451();
|
| - var arg_sort = buildUnnamed1452();
|
| + var arg_metric = buildUnnamed234();
|
| + var arg_sort = buildUnnamed235();
|
| var arg_startIndex = 42;
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
|
|