| Index: generated/googleapis/test/adsense/v1_4_test.dart
|
| diff --git a/generated/googleapis/test/adsense/v1_4_test.dart b/generated/googleapis/test/adsense/v1_4_test.dart
|
| index 1fee2a2c581d867cb2fe1fef3cb81f375852e191..718c0a55d04c367ac0aab0ffa8513a913f742957 100644
|
| --- a/generated/googleapis/test/adsense/v1_4_test.dart
|
| +++ b/generated/googleapis/test/adsense/v1_4_test.dart
|
| @@ -51,14 +51,14 @@ http.StreamedResponse stringResponse(
|
| return new http.StreamedResponse(stream, status, headers: headers);
|
| }
|
|
|
| -buildUnnamed1855() {
|
| +buildUnnamed2167() {
|
| var o = new core.List<api.Account>();
|
| o.add(buildAccount());
|
| o.add(buildAccount());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1855(core.List<api.Account> o) {
|
| +checkUnnamed2167(core.List<api.Account> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccount(o[0]);
|
| checkAccount(o[1]);
|
| @@ -74,7 +74,7 @@ buildAccount() {
|
| o.kind = "foo";
|
| o.name = "foo";
|
| o.premium = true;
|
| - o.subAccounts = buildUnnamed1855();
|
| + o.subAccounts = buildUnnamed2167();
|
| o.timezone = "foo";
|
| }
|
| buildCounterAccount--;
|
| @@ -89,20 +89,20 @@ checkAccount(api.Account o) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.premium, unittest.isTrue);
|
| - checkUnnamed1855(o.subAccounts);
|
| + checkUnnamed2167(o.subAccounts);
|
| unittest.expect(o.timezone, unittest.equals('foo'));
|
| }
|
| buildCounterAccount--;
|
| }
|
|
|
| -buildUnnamed1856() {
|
| +buildUnnamed2168() {
|
| var o = new core.List<api.Account>();
|
| o.add(buildAccount());
|
| o.add(buildAccount());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1856(core.List<api.Account> o) {
|
| +checkUnnamed2168(core.List<api.Account> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccount(o[0]);
|
| checkAccount(o[1]);
|
| @@ -114,7 +114,7 @@ buildAccounts() {
|
| buildCounterAccounts++;
|
| if (buildCounterAccounts < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed1856();
|
| + o.items = buildUnnamed2168();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -126,7 +126,7 @@ checkAccounts(api.Accounts o) {
|
| buildCounterAccounts++;
|
| if (buildCounterAccounts < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed1856(o.items);
|
| + checkUnnamed2168(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -139,7 +139,6 @@ buildAdClient() {
|
| buildCounterAdClient++;
|
| if (buildCounterAdClient < 3) {
|
| o.arcOptIn = true;
|
| - o.arcReviewMode = "foo";
|
| o.id = "foo";
|
| o.kind = "foo";
|
| o.productCode = "foo";
|
| @@ -153,7 +152,6 @@ checkAdClient(api.AdClient o) {
|
| buildCounterAdClient++;
|
| if (buildCounterAdClient < 3) {
|
| unittest.expect(o.arcOptIn, unittest.isTrue);
|
| - unittest.expect(o.arcReviewMode, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.productCode, unittest.equals('foo'));
|
| @@ -162,14 +160,14 @@ checkAdClient(api.AdClient o) {
|
| buildCounterAdClient--;
|
| }
|
|
|
| -buildUnnamed1857() {
|
| +buildUnnamed2169() {
|
| var o = new core.List<api.AdClient>();
|
| o.add(buildAdClient());
|
| o.add(buildAdClient());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1857(core.List<api.AdClient> o) {
|
| +checkUnnamed2169(core.List<api.AdClient> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAdClient(o[0]);
|
| checkAdClient(o[1]);
|
| @@ -181,7 +179,7 @@ buildAdClients() {
|
| buildCounterAdClients++;
|
| if (buildCounterAdClients < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed1857();
|
| + o.items = buildUnnamed2169();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -193,7 +191,7 @@ checkAdClients(api.AdClients o) {
|
| buildCounterAdClients++;
|
| if (buildCounterAdClients < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed1857(o.items);
|
| + checkUnnamed2169(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -427,14 +425,14 @@ checkAdUnit(api.AdUnit o) {
|
| buildCounterAdUnit--;
|
| }
|
|
|
| -buildUnnamed1858() {
|
| +buildUnnamed2170() {
|
| var o = new core.List<api.AdUnit>();
|
| o.add(buildAdUnit());
|
| o.add(buildAdUnit());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1858(core.List<api.AdUnit> o) {
|
| +checkUnnamed2170(core.List<api.AdUnit> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAdUnit(o[0]);
|
| checkAdUnit(o[1]);
|
| @@ -446,7 +444,7 @@ buildAdUnits() {
|
| buildCounterAdUnits++;
|
| if (buildCounterAdUnits < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed1858();
|
| + o.items = buildUnnamed2170();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -458,21 +456,21 @@ checkAdUnits(api.AdUnits o) {
|
| buildCounterAdUnits++;
|
| if (buildCounterAdUnits < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed1858(o.items);
|
| + checkUnnamed2170(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterAdUnits--;
|
| }
|
|
|
| -buildUnnamed1859() {
|
| +buildUnnamed2171() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1859(core.List<core.String> o) {
|
| +checkUnnamed2171(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'));
|
| @@ -501,66 +499,66 @@ checkAdsenseReportsGenerateResponseHeaders(api.AdsenseReportsGenerateResponseHea
|
| buildCounterAdsenseReportsGenerateResponseHeaders--;
|
| }
|
|
|
| -buildUnnamed1860() {
|
| +buildUnnamed2172() {
|
| var o = new core.List<api.AdsenseReportsGenerateResponseHeaders>();
|
| o.add(buildAdsenseReportsGenerateResponseHeaders());
|
| o.add(buildAdsenseReportsGenerateResponseHeaders());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1860(core.List<api.AdsenseReportsGenerateResponseHeaders> o) {
|
| +checkUnnamed2172(core.List<api.AdsenseReportsGenerateResponseHeaders> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAdsenseReportsGenerateResponseHeaders(o[0]);
|
| checkAdsenseReportsGenerateResponseHeaders(o[1]);
|
| }
|
|
|
| -buildUnnamed1861() {
|
| +buildUnnamed2173() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1861(core.List<core.String> o) {
|
| +checkUnnamed2173(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'));
|
| }
|
|
|
| -buildUnnamed1862() {
|
| +buildUnnamed2174() {
|
| var o = new core.List<core.List<core.String>>();
|
| - o.add(buildUnnamed1861());
|
| - o.add(buildUnnamed1861());
|
| + o.add(buildUnnamed2173());
|
| + o.add(buildUnnamed2173());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1862(core.List<core.List<core.String>> o) {
|
| +checkUnnamed2174(core.List<core.List<core.String>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed1861(o[0]);
|
| - checkUnnamed1861(o[1]);
|
| + checkUnnamed2173(o[0]);
|
| + checkUnnamed2173(o[1]);
|
| }
|
|
|
| -buildUnnamed1863() {
|
| +buildUnnamed2175() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1863(core.List<core.String> o) {
|
| +checkUnnamed2175(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'));
|
| }
|
|
|
| -buildUnnamed1864() {
|
| +buildUnnamed2176() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1864(core.List<core.String> o) {
|
| +checkUnnamed2176(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'));
|
| @@ -571,15 +569,15 @@ buildAdsenseReportsGenerateResponse() {
|
| var o = new api.AdsenseReportsGenerateResponse();
|
| buildCounterAdsenseReportsGenerateResponse++;
|
| if (buildCounterAdsenseReportsGenerateResponse < 3) {
|
| - o.averages = buildUnnamed1859();
|
| + o.averages = buildUnnamed2171();
|
| o.endDate = "foo";
|
| - o.headers = buildUnnamed1860();
|
| + o.headers = buildUnnamed2172();
|
| o.kind = "foo";
|
| - o.rows = buildUnnamed1862();
|
| + o.rows = buildUnnamed2174();
|
| o.startDate = "foo";
|
| o.totalMatchedRows = "foo";
|
| - o.totals = buildUnnamed1863();
|
| - o.warnings = buildUnnamed1864();
|
| + o.totals = buildUnnamed2175();
|
| + o.warnings = buildUnnamed2176();
|
| }
|
| buildCounterAdsenseReportsGenerateResponse--;
|
| return o;
|
| @@ -588,15 +586,15 @@ buildAdsenseReportsGenerateResponse() {
|
| checkAdsenseReportsGenerateResponse(api.AdsenseReportsGenerateResponse o) {
|
| buildCounterAdsenseReportsGenerateResponse++;
|
| if (buildCounterAdsenseReportsGenerateResponse < 3) {
|
| - checkUnnamed1859(o.averages);
|
| + checkUnnamed2171(o.averages);
|
| unittest.expect(o.endDate, unittest.equals('foo'));
|
| - checkUnnamed1860(o.headers);
|
| + checkUnnamed2172(o.headers);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1862(o.rows);
|
| + checkUnnamed2174(o.rows);
|
| unittest.expect(o.startDate, unittest.equals('foo'));
|
| unittest.expect(o.totalMatchedRows, unittest.equals('foo'));
|
| - checkUnnamed1863(o.totals);
|
| - checkUnnamed1864(o.warnings);
|
| + checkUnnamed2175(o.totals);
|
| + checkUnnamed2176(o.warnings);
|
| }
|
| buildCounterAdsenseReportsGenerateResponse--;
|
| }
|
| @@ -630,14 +628,14 @@ checkAlert(api.Alert o) {
|
| buildCounterAlert--;
|
| }
|
|
|
| -buildUnnamed1865() {
|
| +buildUnnamed2177() {
|
| var o = new core.List<api.Alert>();
|
| o.add(buildAlert());
|
| o.add(buildAlert());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1865(core.List<api.Alert> o) {
|
| +checkUnnamed2177(core.List<api.Alert> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAlert(o[0]);
|
| checkAlert(o[1]);
|
| @@ -648,7 +646,7 @@ buildAlerts() {
|
| var o = new api.Alerts();
|
| buildCounterAlerts++;
|
| if (buildCounterAlerts < 3) {
|
| - o.items = buildUnnamed1865();
|
| + o.items = buildUnnamed2177();
|
| o.kind = "foo";
|
| }
|
| buildCounterAlerts--;
|
| @@ -658,7 +656,7 @@ buildAlerts() {
|
| checkAlerts(api.Alerts o) {
|
| buildCounterAlerts++;
|
| if (buildCounterAlerts < 3) {
|
| - checkUnnamed1865(o.items);
|
| + checkUnnamed2177(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterAlerts--;
|
| @@ -716,14 +714,14 @@ checkCustomChannel(api.CustomChannel o) {
|
| buildCounterCustomChannel--;
|
| }
|
|
|
| -buildUnnamed1866() {
|
| +buildUnnamed2178() {
|
| var o = new core.List<api.CustomChannel>();
|
| o.add(buildCustomChannel());
|
| o.add(buildCustomChannel());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1866(core.List<api.CustomChannel> o) {
|
| +checkUnnamed2178(core.List<api.CustomChannel> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCustomChannel(o[0]);
|
| checkCustomChannel(o[1]);
|
| @@ -735,7 +733,7 @@ buildCustomChannels() {
|
| buildCounterCustomChannels++;
|
| if (buildCounterCustomChannels < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed1866();
|
| + o.items = buildUnnamed2178();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -747,21 +745,21 @@ checkCustomChannels(api.CustomChannels o) {
|
| buildCounterCustomChannels++;
|
| if (buildCounterCustomChannels < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed1866(o.items);
|
| + checkUnnamed2178(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterCustomChannels--;
|
| }
|
|
|
| -buildUnnamed1867() {
|
| +buildUnnamed2179() {
|
| var o = new core.List<api.ReportingMetadataEntry>();
|
| o.add(buildReportingMetadataEntry());
|
| o.add(buildReportingMetadataEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1867(core.List<api.ReportingMetadataEntry> o) {
|
| +checkUnnamed2179(core.List<api.ReportingMetadataEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkReportingMetadataEntry(o[0]);
|
| checkReportingMetadataEntry(o[1]);
|
| @@ -772,7 +770,7 @@ buildMetadata() {
|
| var o = new api.Metadata();
|
| buildCounterMetadata++;
|
| if (buildCounterMetadata < 3) {
|
| - o.items = buildUnnamed1867();
|
| + o.items = buildUnnamed2179();
|
| o.kind = "foo";
|
| }
|
| buildCounterMetadata--;
|
| @@ -782,7 +780,7 @@ buildMetadata() {
|
| checkMetadata(api.Metadata o) {
|
| buildCounterMetadata++;
|
| if (buildCounterMetadata < 3) {
|
| - checkUnnamed1867(o.items);
|
| + checkUnnamed2179(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterMetadata--;
|
| @@ -815,14 +813,14 @@ checkPayment(api.Payment o) {
|
| buildCounterPayment--;
|
| }
|
|
|
| -buildUnnamed1868() {
|
| +buildUnnamed2180() {
|
| var o = new core.List<api.Payment>();
|
| o.add(buildPayment());
|
| o.add(buildPayment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1868(core.List<api.Payment> o) {
|
| +checkUnnamed2180(core.List<api.Payment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPayment(o[0]);
|
| checkPayment(o[1]);
|
| @@ -833,7 +831,7 @@ buildPayments() {
|
| var o = new api.Payments();
|
| buildCounterPayments++;
|
| if (buildCounterPayments < 3) {
|
| - o.items = buildUnnamed1868();
|
| + o.items = buildUnnamed2180();
|
| o.kind = "foo";
|
| }
|
| buildCounterPayments--;
|
| @@ -843,72 +841,72 @@ buildPayments() {
|
| checkPayments(api.Payments o) {
|
| buildCounterPayments++;
|
| if (buildCounterPayments < 3) {
|
| - checkUnnamed1868(o.items);
|
| + checkUnnamed2180(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterPayments--;
|
| }
|
|
|
| -buildUnnamed1869() {
|
| +buildUnnamed2181() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1869(core.List<core.String> o) {
|
| +checkUnnamed2181(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'));
|
| }
|
|
|
| -buildUnnamed1870() {
|
| +buildUnnamed2182() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1870(core.List<core.String> o) {
|
| +checkUnnamed2182(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'));
|
| }
|
|
|
| -buildUnnamed1871() {
|
| +buildUnnamed2183() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1871(core.List<core.String> o) {
|
| +checkUnnamed2183(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'));
|
| }
|
|
|
| -buildUnnamed1872() {
|
| +buildUnnamed2184() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1872(core.List<core.String> o) {
|
| +checkUnnamed2184(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'));
|
| }
|
|
|
| -buildUnnamed1873() {
|
| +buildUnnamed2185() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1873(core.List<core.String> o) {
|
| +checkUnnamed2185(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'));
|
| @@ -919,13 +917,13 @@ buildReportingMetadataEntry() {
|
| var o = new api.ReportingMetadataEntry();
|
| buildCounterReportingMetadataEntry++;
|
| if (buildCounterReportingMetadataEntry < 3) {
|
| - o.compatibleDimensions = buildUnnamed1869();
|
| - o.compatibleMetrics = buildUnnamed1870();
|
| + o.compatibleDimensions = buildUnnamed2181();
|
| + o.compatibleMetrics = buildUnnamed2182();
|
| o.id = "foo";
|
| o.kind = "foo";
|
| - o.requiredDimensions = buildUnnamed1871();
|
| - o.requiredMetrics = buildUnnamed1872();
|
| - o.supportedProducts = buildUnnamed1873();
|
| + o.requiredDimensions = buildUnnamed2183();
|
| + o.requiredMetrics = buildUnnamed2184();
|
| + o.supportedProducts = buildUnnamed2185();
|
| }
|
| buildCounterReportingMetadataEntry--;
|
| return o;
|
| @@ -934,13 +932,13 @@ buildReportingMetadataEntry() {
|
| checkReportingMetadataEntry(api.ReportingMetadataEntry o) {
|
| buildCounterReportingMetadataEntry++;
|
| if (buildCounterReportingMetadataEntry < 3) {
|
| - checkUnnamed1869(o.compatibleDimensions);
|
| - checkUnnamed1870(o.compatibleMetrics);
|
| + checkUnnamed2181(o.compatibleDimensions);
|
| + checkUnnamed2182(o.compatibleMetrics);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1871(o.requiredDimensions);
|
| - checkUnnamed1872(o.requiredMetrics);
|
| - checkUnnamed1873(o.supportedProducts);
|
| + checkUnnamed2183(o.requiredDimensions);
|
| + checkUnnamed2184(o.requiredMetrics);
|
| + checkUnnamed2185(o.supportedProducts);
|
| }
|
| buildCounterReportingMetadataEntry--;
|
| }
|
| @@ -970,14 +968,14 @@ checkSavedAdStyle(api.SavedAdStyle o) {
|
| buildCounterSavedAdStyle--;
|
| }
|
|
|
| -buildUnnamed1874() {
|
| +buildUnnamed2186() {
|
| var o = new core.List<api.SavedAdStyle>();
|
| o.add(buildSavedAdStyle());
|
| o.add(buildSavedAdStyle());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1874(core.List<api.SavedAdStyle> o) {
|
| +checkUnnamed2186(core.List<api.SavedAdStyle> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSavedAdStyle(o[0]);
|
| checkSavedAdStyle(o[1]);
|
| @@ -989,7 +987,7 @@ buildSavedAdStyles() {
|
| buildCounterSavedAdStyles++;
|
| if (buildCounterSavedAdStyles < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed1874();
|
| + o.items = buildUnnamed2186();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -1001,7 +999,7 @@ checkSavedAdStyles(api.SavedAdStyles o) {
|
| buildCounterSavedAdStyles++;
|
| if (buildCounterSavedAdStyles < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed1874(o.items);
|
| + checkUnnamed2186(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -1031,14 +1029,14 @@ checkSavedReport(api.SavedReport o) {
|
| buildCounterSavedReport--;
|
| }
|
|
|
| -buildUnnamed1875() {
|
| +buildUnnamed2187() {
|
| var o = new core.List<api.SavedReport>();
|
| o.add(buildSavedReport());
|
| o.add(buildSavedReport());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1875(core.List<api.SavedReport> o) {
|
| +checkUnnamed2187(core.List<api.SavedReport> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSavedReport(o[0]);
|
| checkSavedReport(o[1]);
|
| @@ -1050,7 +1048,7 @@ buildSavedReports() {
|
| buildCounterSavedReports++;
|
| if (buildCounterSavedReports < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed1875();
|
| + o.items = buildUnnamed2187();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -1062,7 +1060,7 @@ checkSavedReports(api.SavedReports o) {
|
| buildCounterSavedReports++;
|
| if (buildCounterSavedReports < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed1875(o.items);
|
| + checkUnnamed2187(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -1092,14 +1090,14 @@ checkUrlChannel(api.UrlChannel o) {
|
| buildCounterUrlChannel--;
|
| }
|
|
|
| -buildUnnamed1876() {
|
| +buildUnnamed2188() {
|
| var o = new core.List<api.UrlChannel>();
|
| o.add(buildUrlChannel());
|
| o.add(buildUrlChannel());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1876(core.List<api.UrlChannel> o) {
|
| +checkUnnamed2188(core.List<api.UrlChannel> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUrlChannel(o[0]);
|
| checkUrlChannel(o[1]);
|
| @@ -1111,7 +1109,7 @@ buildUrlChannels() {
|
| buildCounterUrlChannels++;
|
| if (buildCounterUrlChannels < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed1876();
|
| + o.items = buildUnnamed2188();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -1123,125 +1121,125 @@ checkUrlChannels(api.UrlChannels o) {
|
| buildCounterUrlChannels++;
|
| if (buildCounterUrlChannels < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed1876(o.items);
|
| + checkUnnamed2188(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterUrlChannels--;
|
| }
|
|
|
| -buildUnnamed1877() {
|
| +buildUnnamed2189() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1877(core.List<core.String> o) {
|
| +checkUnnamed2189(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'));
|
| }
|
|
|
| -buildUnnamed1878() {
|
| +buildUnnamed2190() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1878(core.List<core.String> o) {
|
| +checkUnnamed2190(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'));
|
| }
|
|
|
| -buildUnnamed1879() {
|
| +buildUnnamed2191() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1879(core.List<core.String> o) {
|
| +checkUnnamed2191(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'));
|
| }
|
|
|
| -buildUnnamed1880() {
|
| +buildUnnamed2192() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1880(core.List<core.String> o) {
|
| +checkUnnamed2192(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'));
|
| }
|
|
|
| -buildUnnamed1881() {
|
| +buildUnnamed2193() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1881(core.List<core.String> o) {
|
| +checkUnnamed2193(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'));
|
| }
|
|
|
| -buildUnnamed1882() {
|
| +buildUnnamed2194() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1882(core.List<core.String> o) {
|
| +checkUnnamed2194(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'));
|
| }
|
|
|
| -buildUnnamed1883() {
|
| +buildUnnamed2195() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1883(core.List<core.String> o) {
|
| +checkUnnamed2195(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'));
|
| }
|
|
|
| -buildUnnamed1884() {
|
| +buildUnnamed2196() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1884(core.List<core.String> o) {
|
| +checkUnnamed2196(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'));
|
| }
|
|
|
| -buildUnnamed1885() {
|
| +buildUnnamed2197() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1885(core.List<core.String> o) {
|
| +checkUnnamed2197(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'));
|
| @@ -2370,12 +2368,12 @@ main() {
|
| var arg_startDate = "foo";
|
| var arg_endDate = "foo";
|
| var arg_currency = "foo";
|
| - var arg_dimension = buildUnnamed1877();
|
| - var arg_filter = buildUnnamed1878();
|
| + var arg_dimension = buildUnnamed2189();
|
| + var arg_filter = buildUnnamed2190();
|
| var arg_locale = "foo";
|
| var arg_maxResults = 42;
|
| - var arg_metric = buildUnnamed1879();
|
| - var arg_sort = buildUnnamed1880();
|
| + var arg_metric = buildUnnamed2191();
|
| + var arg_sort = buildUnnamed2192();
|
| var arg_startIndex = 42;
|
| var arg_useTimezoneReporting = true;
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| @@ -3497,14 +3495,14 @@ main() {
|
| api.ReportsResourceApi res = new api.AdsenseApi(mock).reports;
|
| var arg_startDate = "foo";
|
| var arg_endDate = "foo";
|
| - var arg_accountId = buildUnnamed1881();
|
| + var arg_accountId = buildUnnamed2193();
|
| var arg_currency = "foo";
|
| - var arg_dimension = buildUnnamed1882();
|
| - var arg_filter = buildUnnamed1883();
|
| + var arg_dimension = buildUnnamed2194();
|
| + var arg_filter = buildUnnamed2195();
|
| var arg_locale = "foo";
|
| var arg_maxResults = 42;
|
| - var arg_metric = buildUnnamed1884();
|
| - var arg_sort = buildUnnamed1885();
|
| + var arg_metric = buildUnnamed2196();
|
| + var arg_sort = buildUnnamed2197();
|
| var arg_startIndex = 42;
|
| var arg_useTimezoneReporting = true;
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
|
|