| 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 8ee607180057bd3eae5fe9989a11c80e934bca57..25d60c57d61bb0eca54b610319b185856a619a8f 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);
|
| }
|
|
|
| -buildUnnamed1967() {
|
| +buildUnnamed1738() {
|
| var o = new core.List<api.Account>();
|
| o.add(buildAccount());
|
| o.add(buildAccount());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1967(core.List<api.Account> o) {
|
| +checkUnnamed1738(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 = buildUnnamed1967();
|
| + o.subAccounts = buildUnnamed1738();
|
| 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);
|
| - checkUnnamed1967(o.subAccounts);
|
| + checkUnnamed1738(o.subAccounts);
|
| unittest.expect(o.timezone, unittest.equals('foo'));
|
| }
|
| buildCounterAccount--;
|
| }
|
|
|
| -buildUnnamed1968() {
|
| +buildUnnamed1739() {
|
| var o = new core.List<api.Account>();
|
| o.add(buildAccount());
|
| o.add(buildAccount());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1968(core.List<api.Account> o) {
|
| +checkUnnamed1739(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 = buildUnnamed1968();
|
| + o.items = buildUnnamed1739();
|
| 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'));
|
| - checkUnnamed1968(o.items);
|
| + checkUnnamed1739(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -160,14 +160,14 @@ checkAdClient(api.AdClient o) {
|
| buildCounterAdClient--;
|
| }
|
|
|
| -buildUnnamed1969() {
|
| +buildUnnamed1740() {
|
| var o = new core.List<api.AdClient>();
|
| o.add(buildAdClient());
|
| o.add(buildAdClient());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1969(core.List<api.AdClient> o) {
|
| +checkUnnamed1740(core.List<api.AdClient> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAdClient(o[0]);
|
| checkAdClient(o[1]);
|
| @@ -179,7 +179,7 @@ buildAdClients() {
|
| buildCounterAdClients++;
|
| if (buildCounterAdClients < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed1969();
|
| + o.items = buildUnnamed1740();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -191,7 +191,7 @@ checkAdClients(api.AdClients o) {
|
| buildCounterAdClients++;
|
| if (buildCounterAdClients < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed1969(o.items);
|
| + checkUnnamed1740(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -425,14 +425,14 @@ checkAdUnit(api.AdUnit o) {
|
| buildCounterAdUnit--;
|
| }
|
|
|
| -buildUnnamed1970() {
|
| +buildUnnamed1741() {
|
| var o = new core.List<api.AdUnit>();
|
| o.add(buildAdUnit());
|
| o.add(buildAdUnit());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1970(core.List<api.AdUnit> o) {
|
| +checkUnnamed1741(core.List<api.AdUnit> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAdUnit(o[0]);
|
| checkAdUnit(o[1]);
|
| @@ -444,7 +444,7 @@ buildAdUnits() {
|
| buildCounterAdUnits++;
|
| if (buildCounterAdUnits < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed1970();
|
| + o.items = buildUnnamed1741();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -456,21 +456,21 @@ checkAdUnits(api.AdUnits o) {
|
| buildCounterAdUnits++;
|
| if (buildCounterAdUnits < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed1970(o.items);
|
| + checkUnnamed1741(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterAdUnits--;
|
| }
|
|
|
| -buildUnnamed1971() {
|
| +buildUnnamed1742() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1971(core.List<core.String> o) {
|
| +checkUnnamed1742(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'));
|
| @@ -499,66 +499,66 @@ checkAdsenseReportsGenerateResponseHeaders(api.AdsenseReportsGenerateResponseHea
|
| buildCounterAdsenseReportsGenerateResponseHeaders--;
|
| }
|
|
|
| -buildUnnamed1972() {
|
| +buildUnnamed1743() {
|
| var o = new core.List<api.AdsenseReportsGenerateResponseHeaders>();
|
| o.add(buildAdsenseReportsGenerateResponseHeaders());
|
| o.add(buildAdsenseReportsGenerateResponseHeaders());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1972(core.List<api.AdsenseReportsGenerateResponseHeaders> o) {
|
| +checkUnnamed1743(core.List<api.AdsenseReportsGenerateResponseHeaders> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAdsenseReportsGenerateResponseHeaders(o[0]);
|
| checkAdsenseReportsGenerateResponseHeaders(o[1]);
|
| }
|
|
|
| -buildUnnamed1973() {
|
| +buildUnnamed1744() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1973(core.List<core.String> o) {
|
| +checkUnnamed1744(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'));
|
| }
|
|
|
| -buildUnnamed1974() {
|
| +buildUnnamed1745() {
|
| var o = new core.List<core.List<core.String>>();
|
| - o.add(buildUnnamed1973());
|
| - o.add(buildUnnamed1973());
|
| + o.add(buildUnnamed1744());
|
| + o.add(buildUnnamed1744());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1974(core.List<core.List<core.String>> o) {
|
| +checkUnnamed1745(core.List<core.List<core.String>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed1973(o[0]);
|
| - checkUnnamed1973(o[1]);
|
| + checkUnnamed1744(o[0]);
|
| + checkUnnamed1744(o[1]);
|
| }
|
|
|
| -buildUnnamed1975() {
|
| +buildUnnamed1746() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1975(core.List<core.String> o) {
|
| +checkUnnamed1746(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'));
|
| }
|
|
|
| -buildUnnamed1976() {
|
| +buildUnnamed1747() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1976(core.List<core.String> o) {
|
| +checkUnnamed1747(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'));
|
| @@ -569,15 +569,15 @@ buildAdsenseReportsGenerateResponse() {
|
| var o = new api.AdsenseReportsGenerateResponse();
|
| buildCounterAdsenseReportsGenerateResponse++;
|
| if (buildCounterAdsenseReportsGenerateResponse < 3) {
|
| - o.averages = buildUnnamed1971();
|
| + o.averages = buildUnnamed1742();
|
| o.endDate = "foo";
|
| - o.headers = buildUnnamed1972();
|
| + o.headers = buildUnnamed1743();
|
| o.kind = "foo";
|
| - o.rows = buildUnnamed1974();
|
| + o.rows = buildUnnamed1745();
|
| o.startDate = "foo";
|
| o.totalMatchedRows = "foo";
|
| - o.totals = buildUnnamed1975();
|
| - o.warnings = buildUnnamed1976();
|
| + o.totals = buildUnnamed1746();
|
| + o.warnings = buildUnnamed1747();
|
| }
|
| buildCounterAdsenseReportsGenerateResponse--;
|
| return o;
|
| @@ -586,15 +586,15 @@ buildAdsenseReportsGenerateResponse() {
|
| checkAdsenseReportsGenerateResponse(api.AdsenseReportsGenerateResponse o) {
|
| buildCounterAdsenseReportsGenerateResponse++;
|
| if (buildCounterAdsenseReportsGenerateResponse < 3) {
|
| - checkUnnamed1971(o.averages);
|
| + checkUnnamed1742(o.averages);
|
| unittest.expect(o.endDate, unittest.equals('foo'));
|
| - checkUnnamed1972(o.headers);
|
| + checkUnnamed1743(o.headers);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1974(o.rows);
|
| + checkUnnamed1745(o.rows);
|
| unittest.expect(o.startDate, unittest.equals('foo'));
|
| unittest.expect(o.totalMatchedRows, unittest.equals('foo'));
|
| - checkUnnamed1975(o.totals);
|
| - checkUnnamed1976(o.warnings);
|
| + checkUnnamed1746(o.totals);
|
| + checkUnnamed1747(o.warnings);
|
| }
|
| buildCounterAdsenseReportsGenerateResponse--;
|
| }
|
| @@ -628,14 +628,14 @@ checkAlert(api.Alert o) {
|
| buildCounterAlert--;
|
| }
|
|
|
| -buildUnnamed1977() {
|
| +buildUnnamed1748() {
|
| var o = new core.List<api.Alert>();
|
| o.add(buildAlert());
|
| o.add(buildAlert());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1977(core.List<api.Alert> o) {
|
| +checkUnnamed1748(core.List<api.Alert> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAlert(o[0]);
|
| checkAlert(o[1]);
|
| @@ -646,7 +646,7 @@ buildAlerts() {
|
| var o = new api.Alerts();
|
| buildCounterAlerts++;
|
| if (buildCounterAlerts < 3) {
|
| - o.items = buildUnnamed1977();
|
| + o.items = buildUnnamed1748();
|
| o.kind = "foo";
|
| }
|
| buildCounterAlerts--;
|
| @@ -656,7 +656,7 @@ buildAlerts() {
|
| checkAlerts(api.Alerts o) {
|
| buildCounterAlerts++;
|
| if (buildCounterAlerts < 3) {
|
| - checkUnnamed1977(o.items);
|
| + checkUnnamed1748(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterAlerts--;
|
| @@ -714,14 +714,14 @@ checkCustomChannel(api.CustomChannel o) {
|
| buildCounterCustomChannel--;
|
| }
|
|
|
| -buildUnnamed1978() {
|
| +buildUnnamed1749() {
|
| var o = new core.List<api.CustomChannel>();
|
| o.add(buildCustomChannel());
|
| o.add(buildCustomChannel());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1978(core.List<api.CustomChannel> o) {
|
| +checkUnnamed1749(core.List<api.CustomChannel> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCustomChannel(o[0]);
|
| checkCustomChannel(o[1]);
|
| @@ -733,7 +733,7 @@ buildCustomChannels() {
|
| buildCounterCustomChannels++;
|
| if (buildCounterCustomChannels < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed1978();
|
| + o.items = buildUnnamed1749();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -745,21 +745,21 @@ checkCustomChannels(api.CustomChannels o) {
|
| buildCounterCustomChannels++;
|
| if (buildCounterCustomChannels < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed1978(o.items);
|
| + checkUnnamed1749(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterCustomChannels--;
|
| }
|
|
|
| -buildUnnamed1979() {
|
| +buildUnnamed1750() {
|
| var o = new core.List<api.ReportingMetadataEntry>();
|
| o.add(buildReportingMetadataEntry());
|
| o.add(buildReportingMetadataEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1979(core.List<api.ReportingMetadataEntry> o) {
|
| +checkUnnamed1750(core.List<api.ReportingMetadataEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkReportingMetadataEntry(o[0]);
|
| checkReportingMetadataEntry(o[1]);
|
| @@ -770,7 +770,7 @@ buildMetadata() {
|
| var o = new api.Metadata();
|
| buildCounterMetadata++;
|
| if (buildCounterMetadata < 3) {
|
| - o.items = buildUnnamed1979();
|
| + o.items = buildUnnamed1750();
|
| o.kind = "foo";
|
| }
|
| buildCounterMetadata--;
|
| @@ -780,7 +780,7 @@ buildMetadata() {
|
| checkMetadata(api.Metadata o) {
|
| buildCounterMetadata++;
|
| if (buildCounterMetadata < 3) {
|
| - checkUnnamed1979(o.items);
|
| + checkUnnamed1750(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterMetadata--;
|
| @@ -813,14 +813,14 @@ checkPayment(api.Payment o) {
|
| buildCounterPayment--;
|
| }
|
|
|
| -buildUnnamed1980() {
|
| +buildUnnamed1751() {
|
| var o = new core.List<api.Payment>();
|
| o.add(buildPayment());
|
| o.add(buildPayment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1980(core.List<api.Payment> o) {
|
| +checkUnnamed1751(core.List<api.Payment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPayment(o[0]);
|
| checkPayment(o[1]);
|
| @@ -831,7 +831,7 @@ buildPayments() {
|
| var o = new api.Payments();
|
| buildCounterPayments++;
|
| if (buildCounterPayments < 3) {
|
| - o.items = buildUnnamed1980();
|
| + o.items = buildUnnamed1751();
|
| o.kind = "foo";
|
| }
|
| buildCounterPayments--;
|
| @@ -841,72 +841,72 @@ buildPayments() {
|
| checkPayments(api.Payments o) {
|
| buildCounterPayments++;
|
| if (buildCounterPayments < 3) {
|
| - checkUnnamed1980(o.items);
|
| + checkUnnamed1751(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterPayments--;
|
| }
|
|
|
| -buildUnnamed1981() {
|
| +buildUnnamed1752() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1981(core.List<core.String> o) {
|
| +checkUnnamed1752(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'));
|
| }
|
|
|
| -buildUnnamed1982() {
|
| +buildUnnamed1753() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1982(core.List<core.String> o) {
|
| +checkUnnamed1753(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'));
|
| }
|
|
|
| -buildUnnamed1983() {
|
| +buildUnnamed1754() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1983(core.List<core.String> o) {
|
| +checkUnnamed1754(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'));
|
| }
|
|
|
| -buildUnnamed1984() {
|
| +buildUnnamed1755() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1984(core.List<core.String> o) {
|
| +checkUnnamed1755(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'));
|
| }
|
|
|
| -buildUnnamed1985() {
|
| +buildUnnamed1756() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1985(core.List<core.String> o) {
|
| +checkUnnamed1756(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'));
|
| @@ -917,13 +917,13 @@ buildReportingMetadataEntry() {
|
| var o = new api.ReportingMetadataEntry();
|
| buildCounterReportingMetadataEntry++;
|
| if (buildCounterReportingMetadataEntry < 3) {
|
| - o.compatibleDimensions = buildUnnamed1981();
|
| - o.compatibleMetrics = buildUnnamed1982();
|
| + o.compatibleDimensions = buildUnnamed1752();
|
| + o.compatibleMetrics = buildUnnamed1753();
|
| o.id = "foo";
|
| o.kind = "foo";
|
| - o.requiredDimensions = buildUnnamed1983();
|
| - o.requiredMetrics = buildUnnamed1984();
|
| - o.supportedProducts = buildUnnamed1985();
|
| + o.requiredDimensions = buildUnnamed1754();
|
| + o.requiredMetrics = buildUnnamed1755();
|
| + o.supportedProducts = buildUnnamed1756();
|
| }
|
| buildCounterReportingMetadataEntry--;
|
| return o;
|
| @@ -932,13 +932,13 @@ buildReportingMetadataEntry() {
|
| checkReportingMetadataEntry(api.ReportingMetadataEntry o) {
|
| buildCounterReportingMetadataEntry++;
|
| if (buildCounterReportingMetadataEntry < 3) {
|
| - checkUnnamed1981(o.compatibleDimensions);
|
| - checkUnnamed1982(o.compatibleMetrics);
|
| + checkUnnamed1752(o.compatibleDimensions);
|
| + checkUnnamed1753(o.compatibleMetrics);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1983(o.requiredDimensions);
|
| - checkUnnamed1984(o.requiredMetrics);
|
| - checkUnnamed1985(o.supportedProducts);
|
| + checkUnnamed1754(o.requiredDimensions);
|
| + checkUnnamed1755(o.requiredMetrics);
|
| + checkUnnamed1756(o.supportedProducts);
|
| }
|
| buildCounterReportingMetadataEntry--;
|
| }
|
| @@ -968,14 +968,14 @@ checkSavedAdStyle(api.SavedAdStyle o) {
|
| buildCounterSavedAdStyle--;
|
| }
|
|
|
| -buildUnnamed1986() {
|
| +buildUnnamed1757() {
|
| var o = new core.List<api.SavedAdStyle>();
|
| o.add(buildSavedAdStyle());
|
| o.add(buildSavedAdStyle());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1986(core.List<api.SavedAdStyle> o) {
|
| +checkUnnamed1757(core.List<api.SavedAdStyle> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSavedAdStyle(o[0]);
|
| checkSavedAdStyle(o[1]);
|
| @@ -987,7 +987,7 @@ buildSavedAdStyles() {
|
| buildCounterSavedAdStyles++;
|
| if (buildCounterSavedAdStyles < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed1986();
|
| + o.items = buildUnnamed1757();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -999,7 +999,7 @@ checkSavedAdStyles(api.SavedAdStyles o) {
|
| buildCounterSavedAdStyles++;
|
| if (buildCounterSavedAdStyles < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed1986(o.items);
|
| + checkUnnamed1757(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -1029,14 +1029,14 @@ checkSavedReport(api.SavedReport o) {
|
| buildCounterSavedReport--;
|
| }
|
|
|
| -buildUnnamed1987() {
|
| +buildUnnamed1758() {
|
| var o = new core.List<api.SavedReport>();
|
| o.add(buildSavedReport());
|
| o.add(buildSavedReport());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1987(core.List<api.SavedReport> o) {
|
| +checkUnnamed1758(core.List<api.SavedReport> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSavedReport(o[0]);
|
| checkSavedReport(o[1]);
|
| @@ -1048,7 +1048,7 @@ buildSavedReports() {
|
| buildCounterSavedReports++;
|
| if (buildCounterSavedReports < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed1987();
|
| + o.items = buildUnnamed1758();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -1060,7 +1060,7 @@ checkSavedReports(api.SavedReports o) {
|
| buildCounterSavedReports++;
|
| if (buildCounterSavedReports < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed1987(o.items);
|
| + checkUnnamed1758(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -1090,14 +1090,14 @@ checkUrlChannel(api.UrlChannel o) {
|
| buildCounterUrlChannel--;
|
| }
|
|
|
| -buildUnnamed1988() {
|
| +buildUnnamed1759() {
|
| var o = new core.List<api.UrlChannel>();
|
| o.add(buildUrlChannel());
|
| o.add(buildUrlChannel());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1988(core.List<api.UrlChannel> o) {
|
| +checkUnnamed1759(core.List<api.UrlChannel> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUrlChannel(o[0]);
|
| checkUrlChannel(o[1]);
|
| @@ -1109,7 +1109,7 @@ buildUrlChannels() {
|
| buildCounterUrlChannels++;
|
| if (buildCounterUrlChannels < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed1988();
|
| + o.items = buildUnnamed1759();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -1121,125 +1121,125 @@ checkUrlChannels(api.UrlChannels o) {
|
| buildCounterUrlChannels++;
|
| if (buildCounterUrlChannels < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed1988(o.items);
|
| + checkUnnamed1759(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterUrlChannels--;
|
| }
|
|
|
| -buildUnnamed1989() {
|
| +buildUnnamed1760() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1989(core.List<core.String> o) {
|
| +checkUnnamed1760(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'));
|
| }
|
|
|
| -buildUnnamed1990() {
|
| +buildUnnamed1761() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1990(core.List<core.String> o) {
|
| +checkUnnamed1761(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'));
|
| }
|
|
|
| -buildUnnamed1991() {
|
| +buildUnnamed1762() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1991(core.List<core.String> o) {
|
| +checkUnnamed1762(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'));
|
| }
|
|
|
| -buildUnnamed1992() {
|
| +buildUnnamed1763() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1992(core.List<core.String> o) {
|
| +checkUnnamed1763(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'));
|
| }
|
|
|
| -buildUnnamed1993() {
|
| +buildUnnamed1764() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1993(core.List<core.String> o) {
|
| +checkUnnamed1764(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'));
|
| }
|
|
|
| -buildUnnamed1994() {
|
| +buildUnnamed1765() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1994(core.List<core.String> o) {
|
| +checkUnnamed1765(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'));
|
| }
|
|
|
| -buildUnnamed1995() {
|
| +buildUnnamed1766() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1995(core.List<core.String> o) {
|
| +checkUnnamed1766(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'));
|
| }
|
|
|
| -buildUnnamed1996() {
|
| +buildUnnamed1767() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1996(core.List<core.String> o) {
|
| +checkUnnamed1767(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'));
|
| }
|
|
|
| -buildUnnamed1997() {
|
| +buildUnnamed1768() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1997(core.List<core.String> o) {
|
| +checkUnnamed1768(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'));
|
| @@ -2368,12 +2368,12 @@ main() {
|
| var arg_startDate = "foo";
|
| var arg_endDate = "foo";
|
| var arg_currency = "foo";
|
| - var arg_dimension = buildUnnamed1989();
|
| - var arg_filter = buildUnnamed1990();
|
| + var arg_dimension = buildUnnamed1760();
|
| + var arg_filter = buildUnnamed1761();
|
| var arg_locale = "foo";
|
| var arg_maxResults = 42;
|
| - var arg_metric = buildUnnamed1991();
|
| - var arg_sort = buildUnnamed1992();
|
| + var arg_metric = buildUnnamed1762();
|
| + var arg_sort = buildUnnamed1763();
|
| var arg_startIndex = 42;
|
| var arg_useTimezoneReporting = true;
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| @@ -3495,14 +3495,14 @@ main() {
|
| api.ReportsResourceApi res = new api.AdsenseApi(mock).reports;
|
| var arg_startDate = "foo";
|
| var arg_endDate = "foo";
|
| - var arg_accountId = buildUnnamed1993();
|
| + var arg_accountId = buildUnnamed1764();
|
| var arg_currency = "foo";
|
| - var arg_dimension = buildUnnamed1994();
|
| - var arg_filter = buildUnnamed1995();
|
| + var arg_dimension = buildUnnamed1765();
|
| + var arg_filter = buildUnnamed1766();
|
| var arg_locale = "foo";
|
| var arg_maxResults = 42;
|
| - var arg_metric = buildUnnamed1996();
|
| - var arg_sort = buildUnnamed1997();
|
| + var arg_metric = buildUnnamed1767();
|
| + var arg_sort = buildUnnamed1768();
|
| var arg_startIndex = 42;
|
| var arg_useTimezoneReporting = true;
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
|
|