| 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 fedaf5c45cb5b4ac97e9319c91c12648f02b41ea..7f3886069d6ad8fac11a20c5b3221b0a65c6acaa 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--;
|
| }
|
|
|
| -buildUnnamed2995() {
|
| +buildUnnamed2819() {
|
| var o = new core.List<api.Account>();
|
| o.add(buildAccount());
|
| o.add(buildAccount());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2995(core.List<api.Account> o) {
|
| +checkUnnamed2819(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 = buildUnnamed2995();
|
| + o.items = buildUnnamed2819();
|
| o.kind = "foo";
|
| }
|
| buildCounterAccounts--;
|
| @@ -106,7 +106,7 @@ checkAccounts(api.Accounts o) {
|
| buildCounterAccounts++;
|
| if (buildCounterAccounts < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed2995(o.items);
|
| + checkUnnamed2819(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterAccounts--;
|
| @@ -139,14 +139,14 @@ checkAdClient(api.AdClient o) {
|
| buildCounterAdClient--;
|
| }
|
|
|
| -buildUnnamed2996() {
|
| +buildUnnamed2820() {
|
| var o = new core.List<api.AdClient>();
|
| o.add(buildAdClient());
|
| o.add(buildAdClient());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2996(core.List<api.AdClient> o) {
|
| +checkUnnamed2820(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 = buildUnnamed2996();
|
| + o.items = buildUnnamed2820();
|
| 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'));
|
| - checkUnnamed2996(o.items);
|
| + checkUnnamed2820(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--;
|
| }
|
|
|
| -buildUnnamed2997() {
|
| +buildUnnamed2821() {
|
| var o = new core.List<api.AdUnit>();
|
| o.add(buildAdUnit());
|
| o.add(buildAdUnit());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2997(core.List<api.AdUnit> o) {
|
| +checkUnnamed2821(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 = buildUnnamed2997();
|
| + o.items = buildUnnamed2821();
|
| 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'));
|
| - checkUnnamed2997(o.items);
|
| + checkUnnamed2821(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterAdUnits--;
|
| }
|
|
|
| -buildUnnamed2998() {
|
| +buildUnnamed2822() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2998(core.List<core.String> o) {
|
| +checkUnnamed2822(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 = buildUnnamed2998();
|
| + o.productCodes = buildUnnamed2822();
|
| 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'));
|
| - checkUnnamed2998(o.productCodes);
|
| + checkUnnamed2822(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--;
|
| }
|
|
|
| -buildUnnamed2999() {
|
| +buildUnnamed2823() {
|
| var o = new core.List<api.CustomChannel>();
|
| o.add(buildCustomChannel());
|
| o.add(buildCustomChannel());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2999(core.List<api.CustomChannel> o) {
|
| +checkUnnamed2823(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 = buildUnnamed2999();
|
| + o.items = buildUnnamed2823();
|
| 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'));
|
| - checkUnnamed2999(o.items);
|
| + checkUnnamed2823(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterCustomChannels--;
|
| }
|
|
|
| -buildUnnamed3000() {
|
| +buildUnnamed2824() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3000(core.List<core.String> o) {
|
| +checkUnnamed2824(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--;
|
| }
|
|
|
| -buildUnnamed3001() {
|
| +buildUnnamed2825() {
|
| var o = new core.List<api.ReportHeaders>();
|
| o.add(buildReportHeaders());
|
| o.add(buildReportHeaders());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3001(core.List<api.ReportHeaders> o) {
|
| +checkUnnamed2825(core.List<api.ReportHeaders> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkReportHeaders(o[0]);
|
| checkReportHeaders(o[1]);
|
| }
|
|
|
| -buildUnnamed3002() {
|
| +buildUnnamed2826() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3002(core.List<core.String> o) {
|
| +checkUnnamed2826(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'));
|
| }
|
|
|
| -buildUnnamed3003() {
|
| +buildUnnamed2827() {
|
| var o = new core.List<core.List<core.String>>();
|
| - o.add(buildUnnamed3002());
|
| - o.add(buildUnnamed3002());
|
| + o.add(buildUnnamed2826());
|
| + o.add(buildUnnamed2826());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3003(core.List<core.List<core.String>> o) {
|
| +checkUnnamed2827(core.List<core.List<core.String>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed3002(o[0]);
|
| - checkUnnamed3002(o[1]);
|
| + checkUnnamed2826(o[0]);
|
| + checkUnnamed2826(o[1]);
|
| }
|
|
|
| -buildUnnamed3004() {
|
| +buildUnnamed2828() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3004(core.List<core.String> o) {
|
| +checkUnnamed2828(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'));
|
| }
|
|
|
| -buildUnnamed3005() {
|
| +buildUnnamed2829() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3005(core.List<core.String> o) {
|
| +checkUnnamed2829(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 = buildUnnamed3000();
|
| - o.headers = buildUnnamed3001();
|
| + o.averages = buildUnnamed2824();
|
| + o.headers = buildUnnamed2825();
|
| o.kind = "foo";
|
| - o.rows = buildUnnamed3003();
|
| + o.rows = buildUnnamed2827();
|
| o.totalMatchedRows = "foo";
|
| - o.totals = buildUnnamed3004();
|
| - o.warnings = buildUnnamed3005();
|
| + o.totals = buildUnnamed2828();
|
| + o.warnings = buildUnnamed2829();
|
| }
|
| buildCounterReport--;
|
| return o;
|
| @@ -645,13 +645,13 @@ buildReport() {
|
| checkReport(api.Report o) {
|
| buildCounterReport++;
|
| if (buildCounterReport < 3) {
|
| - checkUnnamed3000(o.averages);
|
| - checkUnnamed3001(o.headers);
|
| + checkUnnamed2824(o.averages);
|
| + checkUnnamed2825(o.headers);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed3003(o.rows);
|
| + checkUnnamed2827(o.rows);
|
| unittest.expect(o.totalMatchedRows, unittest.equals('foo'));
|
| - checkUnnamed3004(o.totals);
|
| - checkUnnamed3005(o.warnings);
|
| + checkUnnamed2828(o.totals);
|
| + checkUnnamed2829(o.warnings);
|
| }
|
| buildCounterReport--;
|
| }
|
| @@ -679,14 +679,14 @@ checkUrlChannel(api.UrlChannel o) {
|
| buildCounterUrlChannel--;
|
| }
|
|
|
| -buildUnnamed3006() {
|
| +buildUnnamed2830() {
|
| var o = new core.List<api.UrlChannel>();
|
| o.add(buildUrlChannel());
|
| o.add(buildUrlChannel());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3006(core.List<api.UrlChannel> o) {
|
| +checkUnnamed2830(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 = buildUnnamed3006();
|
| + o.items = buildUnnamed2830();
|
| 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'));
|
| - checkUnnamed3006(o.items);
|
| + checkUnnamed2830(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterUrlChannels--;
|
| }
|
|
|
| -buildUnnamed3007() {
|
| +buildUnnamed2831() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3007(core.List<core.String> o) {
|
| +checkUnnamed2831(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'));
|
| }
|
|
|
| -buildUnnamed3008() {
|
| +buildUnnamed2832() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3008(core.List<core.String> o) {
|
| +checkUnnamed2832(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'));
|
| }
|
|
|
| -buildUnnamed3009() {
|
| +buildUnnamed2833() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3009(core.List<core.String> o) {
|
| +checkUnnamed2833(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'));
|
| }
|
|
|
| -buildUnnamed3010() {
|
| +buildUnnamed2834() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3010(core.List<core.String> o) {
|
| +checkUnnamed2834(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'));
|
| }
|
|
|
| -buildUnnamed3011() {
|
| +buildUnnamed2835() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3011(core.List<core.String> o) {
|
| +checkUnnamed2835(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'));
|
| }
|
|
|
| -buildUnnamed3012() {
|
| +buildUnnamed2836() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3012(core.List<core.String> o) {
|
| +checkUnnamed2836(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'));
|
| }
|
|
|
| -buildUnnamed3013() {
|
| +buildUnnamed2837() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3013(core.List<core.String> o) {
|
| +checkUnnamed2837(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'));
|
| }
|
|
|
| -buildUnnamed3014() {
|
| +buildUnnamed2838() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3014(core.List<core.String> o) {
|
| +checkUnnamed2838(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'));
|
| }
|
|
|
| -buildUnnamed3015() {
|
| +buildUnnamed2839() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3015(core.List<core.String> o) {
|
| +checkUnnamed2839(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'));
|
| }
|
|
|
| -buildUnnamed3016() {
|
| +buildUnnamed2840() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3016(core.List<core.String> o) {
|
| +checkUnnamed2840(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'));
|
| }
|
|
|
| -buildUnnamed3017() {
|
| +buildUnnamed2841() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3017(core.List<core.String> o) {
|
| +checkUnnamed2841(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 = buildUnnamed3007();
|
| + var arg_filterAdClientId = buildUnnamed2831();
|
| 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 = buildUnnamed3008();
|
| + var arg_hostCustomChannelId = buildUnnamed2832();
|
| 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 = buildUnnamed3009();
|
| - var arg_filter = buildUnnamed3010();
|
| + var arg_dimension = buildUnnamed2833();
|
| + var arg_filter = buildUnnamed2834();
|
| var arg_locale = "foo";
|
| var arg_maxResults = 42;
|
| - var arg_metric = buildUnnamed3011();
|
| - var arg_sort = buildUnnamed3012();
|
| + var arg_metric = buildUnnamed2835();
|
| + var arg_sort = buildUnnamed2836();
|
| 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 = buildUnnamed3013();
|
| + var arg_productCode = buildUnnamed2837();
|
| 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 = buildUnnamed3014();
|
| - var arg_filter = buildUnnamed3015();
|
| + var arg_dimension = buildUnnamed2838();
|
| + var arg_filter = buildUnnamed2839();
|
| var arg_locale = "foo";
|
| var arg_maxResults = 42;
|
| - var arg_metric = buildUnnamed3016();
|
| - var arg_sort = buildUnnamed3017();
|
| + var arg_metric = buildUnnamed2840();
|
| + var arg_sort = buildUnnamed2841();
|
| var arg_startIndex = 42;
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
|
|