| 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 7476d8add777be3ecac07e5b7f30990fba8a8b5c..84f29e88cd4f2e03558fe476cb88ebe18c840abc 100644
|
| --- a/generated/googleapis/test/adsensehost/v4_1_test.dart
|
| +++ b/generated/googleapis/test/adsensehost/v4_1_test.dart
|
| @@ -41,14 +41,14 @@ checkAccount(api.Account o) {
|
| buildCounterAccount--;
|
| }
|
|
|
| -buildUnnamed164() {
|
| +buildUnnamed1123() {
|
| var o = new core.List<api.Account>();
|
| o.add(buildAccount());
|
| o.add(buildAccount());
|
| return o;
|
| }
|
|
|
| -checkUnnamed164(core.List<api.Account> o) {
|
| +checkUnnamed1123(core.List<api.Account> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccount(o[0]);
|
| checkAccount(o[1]);
|
| @@ -60,7 +60,7 @@ buildAccounts() {
|
| buildCounterAccounts++;
|
| if (buildCounterAccounts < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed164();
|
| + o.items = buildUnnamed1123();
|
| o.kind = "foo";
|
| }
|
| buildCounterAccounts--;
|
| @@ -71,7 +71,7 @@ checkAccounts(api.Accounts o) {
|
| buildCounterAccounts++;
|
| if (buildCounterAccounts < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed164(o.items);
|
| + checkUnnamed1123(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterAccounts--;
|
| @@ -104,14 +104,14 @@ checkAdClient(api.AdClient o) {
|
| buildCounterAdClient--;
|
| }
|
|
|
| -buildUnnamed165() {
|
| +buildUnnamed1124() {
|
| var o = new core.List<api.AdClient>();
|
| o.add(buildAdClient());
|
| o.add(buildAdClient());
|
| return o;
|
| }
|
|
|
| -checkUnnamed165(core.List<api.AdClient> o) {
|
| +checkUnnamed1124(core.List<api.AdClient> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAdClient(o[0]);
|
| checkAdClient(o[1]);
|
| @@ -123,7 +123,7 @@ buildAdClients() {
|
| buildCounterAdClients++;
|
| if (buildCounterAdClients < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed165();
|
| + o.items = buildUnnamed1124();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -135,7 +135,7 @@ checkAdClients(api.AdClients o) {
|
| buildCounterAdClients++;
|
| if (buildCounterAdClients < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed165(o.items);
|
| + checkUnnamed1124(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -340,14 +340,14 @@ checkAdUnit(api.AdUnit o) {
|
| buildCounterAdUnit--;
|
| }
|
|
|
| -buildUnnamed166() {
|
| +buildUnnamed1125() {
|
| var o = new core.List<api.AdUnit>();
|
| o.add(buildAdUnit());
|
| o.add(buildAdUnit());
|
| return o;
|
| }
|
|
|
| -checkUnnamed166(core.List<api.AdUnit> o) {
|
| +checkUnnamed1125(core.List<api.AdUnit> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAdUnit(o[0]);
|
| checkAdUnit(o[1]);
|
| @@ -359,7 +359,7 @@ buildAdUnits() {
|
| buildCounterAdUnits++;
|
| if (buildCounterAdUnits < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed166();
|
| + o.items = buildUnnamed1125();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -371,21 +371,21 @@ checkAdUnits(api.AdUnits o) {
|
| buildCounterAdUnits++;
|
| if (buildCounterAdUnits < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed166(o.items);
|
| + checkUnnamed1125(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterAdUnits--;
|
| }
|
|
|
| -buildUnnamed167() {
|
| +buildUnnamed1126() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed167(core.List<core.String> o) {
|
| +checkUnnamed1126(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'));
|
| @@ -399,7 +399,7 @@ buildAssociationSession() {
|
| o.accountId = "foo";
|
| o.id = "foo";
|
| o.kind = "foo";
|
| - o.productCodes = buildUnnamed167();
|
| + o.productCodes = buildUnnamed1126();
|
| o.redirectUrl = "foo";
|
| o.status = "foo";
|
| o.userLocale = "foo";
|
| @@ -416,7 +416,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'));
|
| - checkUnnamed167(o.productCodes);
|
| + checkUnnamed1126(o.productCodes);
|
| unittest.expect(o.redirectUrl, unittest.equals('foo'));
|
| unittest.expect(o.status, unittest.equals('foo'));
|
| unittest.expect(o.userLocale, unittest.equals('foo'));
|
| @@ -451,14 +451,14 @@ checkCustomChannel(api.CustomChannel o) {
|
| buildCounterCustomChannel--;
|
| }
|
|
|
| -buildUnnamed168() {
|
| +buildUnnamed1127() {
|
| var o = new core.List<api.CustomChannel>();
|
| o.add(buildCustomChannel());
|
| o.add(buildCustomChannel());
|
| return o;
|
| }
|
|
|
| -checkUnnamed168(core.List<api.CustomChannel> o) {
|
| +checkUnnamed1127(core.List<api.CustomChannel> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCustomChannel(o[0]);
|
| checkCustomChannel(o[1]);
|
| @@ -470,7 +470,7 @@ buildCustomChannels() {
|
| buildCounterCustomChannels++;
|
| if (buildCounterCustomChannels < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed168();
|
| + o.items = buildUnnamed1127();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -482,21 +482,21 @@ checkCustomChannels(api.CustomChannels o) {
|
| buildCounterCustomChannels++;
|
| if (buildCounterCustomChannels < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed168(o.items);
|
| + checkUnnamed1127(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterCustomChannels--;
|
| }
|
|
|
| -buildUnnamed169() {
|
| +buildUnnamed1128() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed169(core.List<core.String> o) {
|
| +checkUnnamed1128(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'));
|
| @@ -525,66 +525,66 @@ checkReportHeaders(api.ReportHeaders o) {
|
| buildCounterReportHeaders--;
|
| }
|
|
|
| -buildUnnamed170() {
|
| +buildUnnamed1129() {
|
| var o = new core.List<api.ReportHeaders>();
|
| o.add(buildReportHeaders());
|
| o.add(buildReportHeaders());
|
| return o;
|
| }
|
|
|
| -checkUnnamed170(core.List<api.ReportHeaders> o) {
|
| +checkUnnamed1129(core.List<api.ReportHeaders> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkReportHeaders(o[0]);
|
| checkReportHeaders(o[1]);
|
| }
|
|
|
| -buildUnnamed171() {
|
| +buildUnnamed1130() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed171(core.List<core.String> o) {
|
| +checkUnnamed1130(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'));
|
| }
|
|
|
| -buildUnnamed172() {
|
| +buildUnnamed1131() {
|
| var o = new core.List<core.List<core.String>>();
|
| - o.add(buildUnnamed171());
|
| - o.add(buildUnnamed171());
|
| + o.add(buildUnnamed1130());
|
| + o.add(buildUnnamed1130());
|
| return o;
|
| }
|
|
|
| -checkUnnamed172(core.List<core.List<core.String>> o) {
|
| +checkUnnamed1131(core.List<core.List<core.String>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed171(o[0]);
|
| - checkUnnamed171(o[1]);
|
| + checkUnnamed1130(o[0]);
|
| + checkUnnamed1130(o[1]);
|
| }
|
|
|
| -buildUnnamed173() {
|
| +buildUnnamed1132() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed173(core.List<core.String> o) {
|
| +checkUnnamed1132(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'));
|
| }
|
|
|
| -buildUnnamed174() {
|
| +buildUnnamed1133() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed174(core.List<core.String> o) {
|
| +checkUnnamed1133(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'));
|
| @@ -595,13 +595,13 @@ buildReport() {
|
| var o = new api.Report();
|
| buildCounterReport++;
|
| if (buildCounterReport < 3) {
|
| - o.averages = buildUnnamed169();
|
| - o.headers = buildUnnamed170();
|
| + o.averages = buildUnnamed1128();
|
| + o.headers = buildUnnamed1129();
|
| o.kind = "foo";
|
| - o.rows = buildUnnamed172();
|
| + o.rows = buildUnnamed1131();
|
| o.totalMatchedRows = "foo";
|
| - o.totals = buildUnnamed173();
|
| - o.warnings = buildUnnamed174();
|
| + o.totals = buildUnnamed1132();
|
| + o.warnings = buildUnnamed1133();
|
| }
|
| buildCounterReport--;
|
| return o;
|
| @@ -610,13 +610,13 @@ buildReport() {
|
| checkReport(api.Report o) {
|
| buildCounterReport++;
|
| if (buildCounterReport < 3) {
|
| - checkUnnamed169(o.averages);
|
| - checkUnnamed170(o.headers);
|
| + checkUnnamed1128(o.averages);
|
| + checkUnnamed1129(o.headers);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed172(o.rows);
|
| + checkUnnamed1131(o.rows);
|
| unittest.expect(o.totalMatchedRows, unittest.equals('foo'));
|
| - checkUnnamed173(o.totals);
|
| - checkUnnamed174(o.warnings);
|
| + checkUnnamed1132(o.totals);
|
| + checkUnnamed1133(o.warnings);
|
| }
|
| buildCounterReport--;
|
| }
|
| @@ -644,14 +644,14 @@ checkUrlChannel(api.UrlChannel o) {
|
| buildCounterUrlChannel--;
|
| }
|
|
|
| -buildUnnamed175() {
|
| +buildUnnamed1134() {
|
| var o = new core.List<api.UrlChannel>();
|
| o.add(buildUrlChannel());
|
| o.add(buildUrlChannel());
|
| return o;
|
| }
|
|
|
| -checkUnnamed175(core.List<api.UrlChannel> o) {
|
| +checkUnnamed1134(core.List<api.UrlChannel> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUrlChannel(o[0]);
|
| checkUrlChannel(o[1]);
|
| @@ -663,7 +663,7 @@ buildUrlChannels() {
|
| buildCounterUrlChannels++;
|
| if (buildCounterUrlChannels < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed175();
|
| + o.items = buildUnnamed1134();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -675,151 +675,151 @@ checkUrlChannels(api.UrlChannels o) {
|
| buildCounterUrlChannels++;
|
| if (buildCounterUrlChannels < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed175(o.items);
|
| + checkUnnamed1134(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterUrlChannels--;
|
| }
|
|
|
| -buildUnnamed176() {
|
| +buildUnnamed1135() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed176(core.List<core.String> o) {
|
| +checkUnnamed1135(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'));
|
| }
|
|
|
| -buildUnnamed177() {
|
| +buildUnnamed1136() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed177(core.List<core.String> o) {
|
| +checkUnnamed1136(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'));
|
| }
|
|
|
| -buildUnnamed178() {
|
| +buildUnnamed1137() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed178(core.List<core.String> o) {
|
| +checkUnnamed1137(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'));
|
| }
|
|
|
| -buildUnnamed179() {
|
| +buildUnnamed1138() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed179(core.List<core.String> o) {
|
| +checkUnnamed1138(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'));
|
| }
|
|
|
| -buildUnnamed180() {
|
| +buildUnnamed1139() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed180(core.List<core.String> o) {
|
| +checkUnnamed1139(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'));
|
| }
|
|
|
| -buildUnnamed181() {
|
| +buildUnnamed1140() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed181(core.List<core.String> o) {
|
| +checkUnnamed1140(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'));
|
| }
|
|
|
| -buildUnnamed182() {
|
| +buildUnnamed1141() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed182(core.List<core.String> o) {
|
| +checkUnnamed1141(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'));
|
| }
|
|
|
| -buildUnnamed183() {
|
| +buildUnnamed1142() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed183(core.List<core.String> o) {
|
| +checkUnnamed1142(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'));
|
| }
|
|
|
| -buildUnnamed184() {
|
| +buildUnnamed1143() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed184(core.List<core.String> o) {
|
| +checkUnnamed1143(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'));
|
| }
|
|
|
| -buildUnnamed185() {
|
| +buildUnnamed1144() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed185(core.List<core.String> o) {
|
| +checkUnnamed1144(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'));
|
| }
|
|
|
| -buildUnnamed186() {
|
| +buildUnnamed1145() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed186(core.List<core.String> o) {
|
| +checkUnnamed1145(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'));
|
| @@ -1061,7 +1061,7 @@ main() {
|
|
|
| var mock = new common_test.HttpServerMock();
|
| api.AccountsResourceApi res = new api.AdsensehostApi(mock).accounts;
|
| - var arg_filterAdClientId = buildUnnamed176();
|
| + var arg_filterAdClientId = buildUnnamed1135();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -1363,7 +1363,7 @@ main() {
|
| var arg_accountId = "foo";
|
| var arg_adClientId = "foo";
|
| var arg_adUnitId = "foo";
|
| - var arg_hostCustomChannelId = buildUnnamed177();
|
| + var arg_hostCustomChannelId = buildUnnamed1136();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -1702,12 +1702,12 @@ main() {
|
| var arg_accountId = "foo";
|
| var arg_startDate = "foo";
|
| var arg_endDate = "foo";
|
| - var arg_dimension = buildUnnamed178();
|
| - var arg_filter = buildUnnamed179();
|
| + var arg_dimension = buildUnnamed1137();
|
| + var arg_filter = buildUnnamed1138();
|
| var arg_locale = "foo";
|
| var arg_maxResults = 42;
|
| - var arg_metric = buildUnnamed180();
|
| - var arg_sort = buildUnnamed181();
|
| + var arg_metric = buildUnnamed1139();
|
| + var arg_sort = buildUnnamed1140();
|
| var arg_startIndex = 42;
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| @@ -1876,7 +1876,7 @@ main() {
|
|
|
| var mock = new common_test.HttpServerMock();
|
| api.AssociationsessionsResourceApi res = new api.AdsensehostApi(mock).associationsessions;
|
| - var arg_productCode = buildUnnamed182();
|
| + var arg_productCode = buildUnnamed1141();
|
| var arg_websiteUrl = "foo";
|
| var arg_userLocale = "foo";
|
| var arg_websiteLocale = "foo";
|
| @@ -2330,12 +2330,12 @@ main() {
|
| api.ReportsResourceApi res = new api.AdsensehostApi(mock).reports;
|
| var arg_startDate = "foo";
|
| var arg_endDate = "foo";
|
| - var arg_dimension = buildUnnamed183();
|
| - var arg_filter = buildUnnamed184();
|
| + var arg_dimension = buildUnnamed1142();
|
| + var arg_filter = buildUnnamed1143();
|
| var arg_locale = "foo";
|
| var arg_maxResults = 42;
|
| - var arg_metric = buildUnnamed185();
|
| - var arg_sort = buildUnnamed186();
|
| + var arg_metric = buildUnnamed1144();
|
| + var arg_sort = buildUnnamed1145();
|
| var arg_startIndex = 42;
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
|
|