| 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 25f6496c098d5f537277c21922b5121044aa9237..fcde04995551c001df491be9934c10f033523f4e 100644
 | 
| --- a/generated/googleapis/test/adsense/v1_4_test.dart
 | 
| +++ b/generated/googleapis/test/adsense/v1_4_test.dart
 | 
| @@ -16,14 +16,14 @@ import 'package:googleapis/adsense/v1_4.dart' as api;
 | 
|  
 | 
|  
 | 
|  
 | 
| -buildUnnamed841() {
 | 
| +buildUnnamed133() {
 | 
|    var o = new core.List<api.Account>();
 | 
|    o.add(buildAccount());
 | 
|    o.add(buildAccount());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed841(core.List<api.Account> o) {
 | 
| +checkUnnamed133(core.List<api.Account> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAccount(o[0]);
 | 
|    checkAccount(o[1]);
 | 
| @@ -38,7 +38,7 @@ buildAccount() {
 | 
|      o.kind = "foo";
 | 
|      o.name = "foo";
 | 
|      o.premium = true;
 | 
| -    o.subAccounts = buildUnnamed841();
 | 
| +    o.subAccounts = buildUnnamed133();
 | 
|      o.timezone = "foo";
 | 
|    }
 | 
|    buildCounterAccount--;
 | 
| @@ -52,20 +52,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);
 | 
| -    checkUnnamed841(o.subAccounts);
 | 
| +    checkUnnamed133(o.subAccounts);
 | 
|      unittest.expect(o.timezone, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterAccount--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed842() {
 | 
| +buildUnnamed134() {
 | 
|    var o = new core.List<api.Account>();
 | 
|    o.add(buildAccount());
 | 
|    o.add(buildAccount());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed842(core.List<api.Account> o) {
 | 
| +checkUnnamed134(core.List<api.Account> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAccount(o[0]);
 | 
|    checkAccount(o[1]);
 | 
| @@ -77,7 +77,7 @@ buildAccounts() {
 | 
|    buildCounterAccounts++;
 | 
|    if (buildCounterAccounts < 3) {
 | 
|      o.etag = "foo";
 | 
| -    o.items = buildUnnamed842();
 | 
| +    o.items = buildUnnamed134();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
| @@ -89,7 +89,7 @@ checkAccounts(api.Accounts o) {
 | 
|    buildCounterAccounts++;
 | 
|    if (buildCounterAccounts < 3) {
 | 
|      unittest.expect(o.etag, unittest.equals('foo'));
 | 
| -    checkUnnamed842(o.items);
 | 
| +    checkUnnamed134(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
| @@ -125,14 +125,14 @@ checkAdClient(api.AdClient o) {
 | 
|    buildCounterAdClient--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed843() {
 | 
| +buildUnnamed135() {
 | 
|    var o = new core.List<api.AdClient>();
 | 
|    o.add(buildAdClient());
 | 
|    o.add(buildAdClient());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed843(core.List<api.AdClient> o) {
 | 
| +checkUnnamed135(core.List<api.AdClient> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAdClient(o[0]);
 | 
|    checkAdClient(o[1]);
 | 
| @@ -144,7 +144,7 @@ buildAdClients() {
 | 
|    buildCounterAdClients++;
 | 
|    if (buildCounterAdClients < 3) {
 | 
|      o.etag = "foo";
 | 
| -    o.items = buildUnnamed843();
 | 
| +    o.items = buildUnnamed135();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
| @@ -156,7 +156,7 @@ checkAdClients(api.AdClients o) {
 | 
|    buildCounterAdClients++;
 | 
|    if (buildCounterAdClients < 3) {
 | 
|      unittest.expect(o.etag, unittest.equals('foo'));
 | 
| -    checkUnnamed843(o.items);
 | 
| +    checkUnnamed135(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
| @@ -390,14 +390,14 @@ checkAdUnit(api.AdUnit o) {
 | 
|    buildCounterAdUnit--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed844() {
 | 
| +buildUnnamed136() {
 | 
|    var o = new core.List<api.AdUnit>();
 | 
|    o.add(buildAdUnit());
 | 
|    o.add(buildAdUnit());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed844(core.List<api.AdUnit> o) {
 | 
| +checkUnnamed136(core.List<api.AdUnit> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAdUnit(o[0]);
 | 
|    checkAdUnit(o[1]);
 | 
| @@ -409,7 +409,7 @@ buildAdUnits() {
 | 
|    buildCounterAdUnits++;
 | 
|    if (buildCounterAdUnits < 3) {
 | 
|      o.etag = "foo";
 | 
| -    o.items = buildUnnamed844();
 | 
| +    o.items = buildUnnamed136();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
| @@ -421,21 +421,21 @@ checkAdUnits(api.AdUnits o) {
 | 
|    buildCounterAdUnits++;
 | 
|    if (buildCounterAdUnits < 3) {
 | 
|      unittest.expect(o.etag, unittest.equals('foo'));
 | 
| -    checkUnnamed844(o.items);
 | 
| +    checkUnnamed136(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterAdUnits--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed845() {
 | 
| +buildUnnamed137() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed845(core.List<core.String> o) {
 | 
| +checkUnnamed137(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'));
 | 
| @@ -464,66 +464,66 @@ checkAdsenseReportsGenerateResponseHeaders(api.AdsenseReportsGenerateResponseHea
 | 
|    buildCounterAdsenseReportsGenerateResponseHeaders--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed846() {
 | 
| +buildUnnamed138() {
 | 
|    var o = new core.List<api.AdsenseReportsGenerateResponseHeaders>();
 | 
|    o.add(buildAdsenseReportsGenerateResponseHeaders());
 | 
|    o.add(buildAdsenseReportsGenerateResponseHeaders());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed846(core.List<api.AdsenseReportsGenerateResponseHeaders> o) {
 | 
| +checkUnnamed138(core.List<api.AdsenseReportsGenerateResponseHeaders> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAdsenseReportsGenerateResponseHeaders(o[0]);
 | 
|    checkAdsenseReportsGenerateResponseHeaders(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed847() {
 | 
| +buildUnnamed139() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed847(core.List<core.String> o) {
 | 
| +checkUnnamed139(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'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed848() {
 | 
| +buildUnnamed140() {
 | 
|    var o = new core.List<core.List<core.String>>();
 | 
| -  o.add(buildUnnamed847());
 | 
| -  o.add(buildUnnamed847());
 | 
| +  o.add(buildUnnamed139());
 | 
| +  o.add(buildUnnamed139());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed848(core.List<core.List<core.String>> o) {
 | 
| +checkUnnamed140(core.List<core.List<core.String>> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
| -  checkUnnamed847(o[0]);
 | 
| -  checkUnnamed847(o[1]);
 | 
| +  checkUnnamed139(o[0]);
 | 
| +  checkUnnamed139(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed849() {
 | 
| +buildUnnamed141() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed849(core.List<core.String> o) {
 | 
| +checkUnnamed141(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'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed850() {
 | 
| +buildUnnamed142() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed850(core.List<core.String> o) {
 | 
| +checkUnnamed142(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'));
 | 
| @@ -534,15 +534,15 @@ buildAdsenseReportsGenerateResponse() {
 | 
|    var o = new api.AdsenseReportsGenerateResponse();
 | 
|    buildCounterAdsenseReportsGenerateResponse++;
 | 
|    if (buildCounterAdsenseReportsGenerateResponse < 3) {
 | 
| -    o.averages = buildUnnamed845();
 | 
| +    o.averages = buildUnnamed137();
 | 
|      o.endDate = "foo";
 | 
| -    o.headers = buildUnnamed846();
 | 
| +    o.headers = buildUnnamed138();
 | 
|      o.kind = "foo";
 | 
| -    o.rows = buildUnnamed848();
 | 
| +    o.rows = buildUnnamed140();
 | 
|      o.startDate = "foo";
 | 
|      o.totalMatchedRows = "foo";
 | 
| -    o.totals = buildUnnamed849();
 | 
| -    o.warnings = buildUnnamed850();
 | 
| +    o.totals = buildUnnamed141();
 | 
| +    o.warnings = buildUnnamed142();
 | 
|    }
 | 
|    buildCounterAdsenseReportsGenerateResponse--;
 | 
|    return o;
 | 
| @@ -551,15 +551,15 @@ buildAdsenseReportsGenerateResponse() {
 | 
|  checkAdsenseReportsGenerateResponse(api.AdsenseReportsGenerateResponse o) {
 | 
|    buildCounterAdsenseReportsGenerateResponse++;
 | 
|    if (buildCounterAdsenseReportsGenerateResponse < 3) {
 | 
| -    checkUnnamed845(o.averages);
 | 
| +    checkUnnamed137(o.averages);
 | 
|      unittest.expect(o.endDate, unittest.equals('foo'));
 | 
| -    checkUnnamed846(o.headers);
 | 
| +    checkUnnamed138(o.headers);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed848(o.rows);
 | 
| +    checkUnnamed140(o.rows);
 | 
|      unittest.expect(o.startDate, unittest.equals('foo'));
 | 
|      unittest.expect(o.totalMatchedRows, unittest.equals('foo'));
 | 
| -    checkUnnamed849(o.totals);
 | 
| -    checkUnnamed850(o.warnings);
 | 
| +    checkUnnamed141(o.totals);
 | 
| +    checkUnnamed142(o.warnings);
 | 
|    }
 | 
|    buildCounterAdsenseReportsGenerateResponse--;
 | 
|  }
 | 
| @@ -593,14 +593,14 @@ checkAlert(api.Alert o) {
 | 
|    buildCounterAlert--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed851() {
 | 
| +buildUnnamed143() {
 | 
|    var o = new core.List<api.Alert>();
 | 
|    o.add(buildAlert());
 | 
|    o.add(buildAlert());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed851(core.List<api.Alert> o) {
 | 
| +checkUnnamed143(core.List<api.Alert> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAlert(o[0]);
 | 
|    checkAlert(o[1]);
 | 
| @@ -611,7 +611,7 @@ buildAlerts() {
 | 
|    var o = new api.Alerts();
 | 
|    buildCounterAlerts++;
 | 
|    if (buildCounterAlerts < 3) {
 | 
| -    o.items = buildUnnamed851();
 | 
| +    o.items = buildUnnamed143();
 | 
|      o.kind = "foo";
 | 
|    }
 | 
|    buildCounterAlerts--;
 | 
| @@ -621,7 +621,7 @@ buildAlerts() {
 | 
|  checkAlerts(api.Alerts o) {
 | 
|    buildCounterAlerts++;
 | 
|    if (buildCounterAlerts < 3) {
 | 
| -    checkUnnamed851(o.items);
 | 
| +    checkUnnamed143(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterAlerts--;
 | 
| @@ -679,14 +679,14 @@ checkCustomChannel(api.CustomChannel o) {
 | 
|    buildCounterCustomChannel--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed852() {
 | 
| +buildUnnamed144() {
 | 
|    var o = new core.List<api.CustomChannel>();
 | 
|    o.add(buildCustomChannel());
 | 
|    o.add(buildCustomChannel());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed852(core.List<api.CustomChannel> o) {
 | 
| +checkUnnamed144(core.List<api.CustomChannel> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkCustomChannel(o[0]);
 | 
|    checkCustomChannel(o[1]);
 | 
| @@ -698,7 +698,7 @@ buildCustomChannels() {
 | 
|    buildCounterCustomChannels++;
 | 
|    if (buildCounterCustomChannels < 3) {
 | 
|      o.etag = "foo";
 | 
| -    o.items = buildUnnamed852();
 | 
| +    o.items = buildUnnamed144();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
| @@ -710,21 +710,21 @@ checkCustomChannels(api.CustomChannels o) {
 | 
|    buildCounterCustomChannels++;
 | 
|    if (buildCounterCustomChannels < 3) {
 | 
|      unittest.expect(o.etag, unittest.equals('foo'));
 | 
| -    checkUnnamed852(o.items);
 | 
| +    checkUnnamed144(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterCustomChannels--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed853() {
 | 
| +buildUnnamed145() {
 | 
|    var o = new core.List<api.ReportingMetadataEntry>();
 | 
|    o.add(buildReportingMetadataEntry());
 | 
|    o.add(buildReportingMetadataEntry());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed853(core.List<api.ReportingMetadataEntry> o) {
 | 
| +checkUnnamed145(core.List<api.ReportingMetadataEntry> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkReportingMetadataEntry(o[0]);
 | 
|    checkReportingMetadataEntry(o[1]);
 | 
| @@ -735,7 +735,7 @@ buildMetadata() {
 | 
|    var o = new api.Metadata();
 | 
|    buildCounterMetadata++;
 | 
|    if (buildCounterMetadata < 3) {
 | 
| -    o.items = buildUnnamed853();
 | 
| +    o.items = buildUnnamed145();
 | 
|      o.kind = "foo";
 | 
|    }
 | 
|    buildCounterMetadata--;
 | 
| @@ -745,7 +745,7 @@ buildMetadata() {
 | 
|  checkMetadata(api.Metadata o) {
 | 
|    buildCounterMetadata++;
 | 
|    if (buildCounterMetadata < 3) {
 | 
| -    checkUnnamed853(o.items);
 | 
| +    checkUnnamed145(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterMetadata--;
 | 
| @@ -778,14 +778,14 @@ checkPayment(api.Payment o) {
 | 
|    buildCounterPayment--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed854() {
 | 
| +buildUnnamed146() {
 | 
|    var o = new core.List<api.Payment>();
 | 
|    o.add(buildPayment());
 | 
|    o.add(buildPayment());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed854(core.List<api.Payment> o) {
 | 
| +checkUnnamed146(core.List<api.Payment> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkPayment(o[0]);
 | 
|    checkPayment(o[1]);
 | 
| @@ -796,7 +796,7 @@ buildPayments() {
 | 
|    var o = new api.Payments();
 | 
|    buildCounterPayments++;
 | 
|    if (buildCounterPayments < 3) {
 | 
| -    o.items = buildUnnamed854();
 | 
| +    o.items = buildUnnamed146();
 | 
|      o.kind = "foo";
 | 
|    }
 | 
|    buildCounterPayments--;
 | 
| @@ -806,72 +806,72 @@ buildPayments() {
 | 
|  checkPayments(api.Payments o) {
 | 
|    buildCounterPayments++;
 | 
|    if (buildCounterPayments < 3) {
 | 
| -    checkUnnamed854(o.items);
 | 
| +    checkUnnamed146(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterPayments--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed855() {
 | 
| +buildUnnamed147() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed855(core.List<core.String> o) {
 | 
| +checkUnnamed147(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'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed856() {
 | 
| +buildUnnamed148() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed856(core.List<core.String> o) {
 | 
| +checkUnnamed148(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'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed857() {
 | 
| +buildUnnamed149() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed857(core.List<core.String> o) {
 | 
| +checkUnnamed149(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'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed858() {
 | 
| +buildUnnamed150() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed858(core.List<core.String> o) {
 | 
| +checkUnnamed150(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'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed859() {
 | 
| +buildUnnamed151() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed859(core.List<core.String> o) {
 | 
| +checkUnnamed151(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'));
 | 
| @@ -882,13 +882,13 @@ buildReportingMetadataEntry() {
 | 
|    var o = new api.ReportingMetadataEntry();
 | 
|    buildCounterReportingMetadataEntry++;
 | 
|    if (buildCounterReportingMetadataEntry < 3) {
 | 
| -    o.compatibleDimensions = buildUnnamed855();
 | 
| -    o.compatibleMetrics = buildUnnamed856();
 | 
| +    o.compatibleDimensions = buildUnnamed147();
 | 
| +    o.compatibleMetrics = buildUnnamed148();
 | 
|      o.id = "foo";
 | 
|      o.kind = "foo";
 | 
| -    o.requiredDimensions = buildUnnamed857();
 | 
| -    o.requiredMetrics = buildUnnamed858();
 | 
| -    o.supportedProducts = buildUnnamed859();
 | 
| +    o.requiredDimensions = buildUnnamed149();
 | 
| +    o.requiredMetrics = buildUnnamed150();
 | 
| +    o.supportedProducts = buildUnnamed151();
 | 
|    }
 | 
|    buildCounterReportingMetadataEntry--;
 | 
|    return o;
 | 
| @@ -897,13 +897,13 @@ buildReportingMetadataEntry() {
 | 
|  checkReportingMetadataEntry(api.ReportingMetadataEntry o) {
 | 
|    buildCounterReportingMetadataEntry++;
 | 
|    if (buildCounterReportingMetadataEntry < 3) {
 | 
| -    checkUnnamed855(o.compatibleDimensions);
 | 
| -    checkUnnamed856(o.compatibleMetrics);
 | 
| +    checkUnnamed147(o.compatibleDimensions);
 | 
| +    checkUnnamed148(o.compatibleMetrics);
 | 
|      unittest.expect(o.id, unittest.equals('foo'));
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed857(o.requiredDimensions);
 | 
| -    checkUnnamed858(o.requiredMetrics);
 | 
| -    checkUnnamed859(o.supportedProducts);
 | 
| +    checkUnnamed149(o.requiredDimensions);
 | 
| +    checkUnnamed150(o.requiredMetrics);
 | 
| +    checkUnnamed151(o.supportedProducts);
 | 
|    }
 | 
|    buildCounterReportingMetadataEntry--;
 | 
|  }
 | 
| @@ -933,14 +933,14 @@ checkSavedAdStyle(api.SavedAdStyle o) {
 | 
|    buildCounterSavedAdStyle--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed860() {
 | 
| +buildUnnamed152() {
 | 
|    var o = new core.List<api.SavedAdStyle>();
 | 
|    o.add(buildSavedAdStyle());
 | 
|    o.add(buildSavedAdStyle());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed860(core.List<api.SavedAdStyle> o) {
 | 
| +checkUnnamed152(core.List<api.SavedAdStyle> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkSavedAdStyle(o[0]);
 | 
|    checkSavedAdStyle(o[1]);
 | 
| @@ -952,7 +952,7 @@ buildSavedAdStyles() {
 | 
|    buildCounterSavedAdStyles++;
 | 
|    if (buildCounterSavedAdStyles < 3) {
 | 
|      o.etag = "foo";
 | 
| -    o.items = buildUnnamed860();
 | 
| +    o.items = buildUnnamed152();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
| @@ -964,7 +964,7 @@ checkSavedAdStyles(api.SavedAdStyles o) {
 | 
|    buildCounterSavedAdStyles++;
 | 
|    if (buildCounterSavedAdStyles < 3) {
 | 
|      unittest.expect(o.etag, unittest.equals('foo'));
 | 
| -    checkUnnamed860(o.items);
 | 
| +    checkUnnamed152(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
| @@ -994,14 +994,14 @@ checkSavedReport(api.SavedReport o) {
 | 
|    buildCounterSavedReport--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed861() {
 | 
| +buildUnnamed153() {
 | 
|    var o = new core.List<api.SavedReport>();
 | 
|    o.add(buildSavedReport());
 | 
|    o.add(buildSavedReport());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed861(core.List<api.SavedReport> o) {
 | 
| +checkUnnamed153(core.List<api.SavedReport> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkSavedReport(o[0]);
 | 
|    checkSavedReport(o[1]);
 | 
| @@ -1013,7 +1013,7 @@ buildSavedReports() {
 | 
|    buildCounterSavedReports++;
 | 
|    if (buildCounterSavedReports < 3) {
 | 
|      o.etag = "foo";
 | 
| -    o.items = buildUnnamed861();
 | 
| +    o.items = buildUnnamed153();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
| @@ -1025,7 +1025,7 @@ checkSavedReports(api.SavedReports o) {
 | 
|    buildCounterSavedReports++;
 | 
|    if (buildCounterSavedReports < 3) {
 | 
|      unittest.expect(o.etag, unittest.equals('foo'));
 | 
| -    checkUnnamed861(o.items);
 | 
| +    checkUnnamed153(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
| @@ -1055,14 +1055,14 @@ checkUrlChannel(api.UrlChannel o) {
 | 
|    buildCounterUrlChannel--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed862() {
 | 
| +buildUnnamed154() {
 | 
|    var o = new core.List<api.UrlChannel>();
 | 
|    o.add(buildUrlChannel());
 | 
|    o.add(buildUrlChannel());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed862(core.List<api.UrlChannel> o) {
 | 
| +checkUnnamed154(core.List<api.UrlChannel> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkUrlChannel(o[0]);
 | 
|    checkUrlChannel(o[1]);
 | 
| @@ -1074,7 +1074,7 @@ buildUrlChannels() {
 | 
|    buildCounterUrlChannels++;
 | 
|    if (buildCounterUrlChannels < 3) {
 | 
|      o.etag = "foo";
 | 
| -    o.items = buildUnnamed862();
 | 
| +    o.items = buildUnnamed154();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
| @@ -1086,125 +1086,125 @@ checkUrlChannels(api.UrlChannels o) {
 | 
|    buildCounterUrlChannels++;
 | 
|    if (buildCounterUrlChannels < 3) {
 | 
|      unittest.expect(o.etag, unittest.equals('foo'));
 | 
| -    checkUnnamed862(o.items);
 | 
| +    checkUnnamed154(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterUrlChannels--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed863() {
 | 
| +buildUnnamed155() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed863(core.List<core.String> o) {
 | 
| +checkUnnamed155(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'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed864() {
 | 
| +buildUnnamed156() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed864(core.List<core.String> o) {
 | 
| +checkUnnamed156(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'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed865() {
 | 
| +buildUnnamed157() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed865(core.List<core.String> o) {
 | 
| +checkUnnamed157(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'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed866() {
 | 
| +buildUnnamed158() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed866(core.List<core.String> o) {
 | 
| +checkUnnamed158(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'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed867() {
 | 
| +buildUnnamed159() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed867(core.List<core.String> o) {
 | 
| +checkUnnamed159(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'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed868() {
 | 
| +buildUnnamed160() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed868(core.List<core.String> o) {
 | 
| +checkUnnamed160(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'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed869() {
 | 
| +buildUnnamed161() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed869(core.List<core.String> o) {
 | 
| +checkUnnamed161(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'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed870() {
 | 
| +buildUnnamed162() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed870(core.List<core.String> o) {
 | 
| +checkUnnamed162(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'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed871() {
 | 
| +buildUnnamed163() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed871(core.List<core.String> o) {
 | 
| +checkUnnamed163(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'));
 | 
| @@ -2333,12 +2333,12 @@ main() {
 | 
|        var arg_startDate = "foo";
 | 
|        var arg_endDate = "foo";
 | 
|        var arg_currency = "foo";
 | 
| -      var arg_dimension = buildUnnamed863();
 | 
| -      var arg_filter = buildUnnamed864();
 | 
| +      var arg_dimension = buildUnnamed155();
 | 
| +      var arg_filter = buildUnnamed156();
 | 
|        var arg_locale = "foo";
 | 
|        var arg_maxResults = 42;
 | 
| -      var arg_metric = buildUnnamed865();
 | 
| -      var arg_sort = buildUnnamed866();
 | 
| +      var arg_metric = buildUnnamed157();
 | 
| +      var arg_sort = buildUnnamed158();
 | 
|        var arg_startIndex = 42;
 | 
|        var arg_useTimezoneReporting = true;
 | 
|        mock.register(unittest.expectAsync((http.BaseRequest req, json) {
 | 
| @@ -3460,14 +3460,14 @@ main() {
 | 
|        api.ReportsResourceApi res = new api.AdsenseApi(mock).reports;
 | 
|        var arg_startDate = "foo";
 | 
|        var arg_endDate = "foo";
 | 
| -      var arg_accountId = buildUnnamed867();
 | 
| +      var arg_accountId = buildUnnamed159();
 | 
|        var arg_currency = "foo";
 | 
| -      var arg_dimension = buildUnnamed868();
 | 
| -      var arg_filter = buildUnnamed869();
 | 
| +      var arg_dimension = buildUnnamed160();
 | 
| +      var arg_filter = buildUnnamed161();
 | 
|        var arg_locale = "foo";
 | 
|        var arg_maxResults = 42;
 | 
| -      var arg_metric = buildUnnamed870();
 | 
| -      var arg_sort = buildUnnamed871();
 | 
| +      var arg_metric = buildUnnamed162();
 | 
| +      var arg_sort = buildUnnamed163();
 | 
|        var arg_startIndex = 42;
 | 
|        var arg_useTimezoneReporting = true;
 | 
|        mock.register(unittest.expectAsync((http.BaseRequest req, json) {
 | 
| 
 |