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 c3ed492bc132af0c19ec11cd0b367d92b19146c1..a50c5bbe7f49126cfd2b48247490b5a7641aa7e6 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--; |
} |
-buildUnnamed213() { |
+buildUnnamed2202() { |
var o = new core.List<api.Account>(); |
o.add(buildAccount()); |
o.add(buildAccount()); |
return o; |
} |
-checkUnnamed213(core.List<api.Account> o) { |
+checkUnnamed2202(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 = buildUnnamed213(); |
+ o.items = buildUnnamed2202(); |
o.kind = "foo"; |
} |
buildCounterAccounts--; |
@@ -106,7 +106,7 @@ checkAccounts(api.Accounts o) { |
buildCounterAccounts++; |
if (buildCounterAccounts < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
- checkUnnamed213(o.items); |
+ checkUnnamed2202(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
} |
buildCounterAccounts--; |
@@ -139,14 +139,14 @@ checkAdClient(api.AdClient o) { |
buildCounterAdClient--; |
} |
-buildUnnamed214() { |
+buildUnnamed2203() { |
var o = new core.List<api.AdClient>(); |
o.add(buildAdClient()); |
o.add(buildAdClient()); |
return o; |
} |
-checkUnnamed214(core.List<api.AdClient> o) { |
+checkUnnamed2203(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 = buildUnnamed214(); |
+ o.items = buildUnnamed2203(); |
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')); |
- checkUnnamed214(o.items); |
+ checkUnnamed2203(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--; |
} |
-buildUnnamed215() { |
+buildUnnamed2204() { |
var o = new core.List<api.AdUnit>(); |
o.add(buildAdUnit()); |
o.add(buildAdUnit()); |
return o; |
} |
-checkUnnamed215(core.List<api.AdUnit> o) { |
+checkUnnamed2204(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 = buildUnnamed215(); |
+ o.items = buildUnnamed2204(); |
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')); |
- checkUnnamed215(o.items); |
+ checkUnnamed2204(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterAdUnits--; |
} |
-buildUnnamed216() { |
+buildUnnamed2205() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed216(core.List<core.String> o) { |
+checkUnnamed2205(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 = buildUnnamed216(); |
+ o.productCodes = buildUnnamed2205(); |
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')); |
- checkUnnamed216(o.productCodes); |
+ checkUnnamed2205(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--; |
} |
-buildUnnamed217() { |
+buildUnnamed2206() { |
var o = new core.List<api.CustomChannel>(); |
o.add(buildCustomChannel()); |
o.add(buildCustomChannel()); |
return o; |
} |
-checkUnnamed217(core.List<api.CustomChannel> o) { |
+checkUnnamed2206(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 = buildUnnamed217(); |
+ o.items = buildUnnamed2206(); |
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')); |
- checkUnnamed217(o.items); |
+ checkUnnamed2206(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterCustomChannels--; |
} |
-buildUnnamed218() { |
+buildUnnamed2207() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed218(core.List<core.String> o) { |
+checkUnnamed2207(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--; |
} |
-buildUnnamed219() { |
+buildUnnamed2208() { |
var o = new core.List<api.ReportHeaders>(); |
o.add(buildReportHeaders()); |
o.add(buildReportHeaders()); |
return o; |
} |
-checkUnnamed219(core.List<api.ReportHeaders> o) { |
+checkUnnamed2208(core.List<api.ReportHeaders> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkReportHeaders(o[0]); |
checkReportHeaders(o[1]); |
} |
-buildUnnamed220() { |
+buildUnnamed2209() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed220(core.List<core.String> o) { |
+checkUnnamed2209(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')); |
} |
-buildUnnamed221() { |
+buildUnnamed2210() { |
var o = new core.List<core.List<core.String>>(); |
- o.add(buildUnnamed220()); |
- o.add(buildUnnamed220()); |
+ o.add(buildUnnamed2209()); |
+ o.add(buildUnnamed2209()); |
return o; |
} |
-checkUnnamed221(core.List<core.List<core.String>> o) { |
+checkUnnamed2210(core.List<core.List<core.String>> o) { |
unittest.expect(o, unittest.hasLength(2)); |
- checkUnnamed220(o[0]); |
- checkUnnamed220(o[1]); |
+ checkUnnamed2209(o[0]); |
+ checkUnnamed2209(o[1]); |
} |
-buildUnnamed222() { |
+buildUnnamed2211() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed222(core.List<core.String> o) { |
+checkUnnamed2211(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')); |
} |
-buildUnnamed223() { |
+buildUnnamed2212() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed223(core.List<core.String> o) { |
+checkUnnamed2212(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 = buildUnnamed218(); |
- o.headers = buildUnnamed219(); |
+ o.averages = buildUnnamed2207(); |
+ o.headers = buildUnnamed2208(); |
o.kind = "foo"; |
- o.rows = buildUnnamed221(); |
+ o.rows = buildUnnamed2210(); |
o.totalMatchedRows = "foo"; |
- o.totals = buildUnnamed222(); |
- o.warnings = buildUnnamed223(); |
+ o.totals = buildUnnamed2211(); |
+ o.warnings = buildUnnamed2212(); |
} |
buildCounterReport--; |
return o; |
@@ -645,13 +645,13 @@ buildReport() { |
checkReport(api.Report o) { |
buildCounterReport++; |
if (buildCounterReport < 3) { |
- checkUnnamed218(o.averages); |
- checkUnnamed219(o.headers); |
+ checkUnnamed2207(o.averages); |
+ checkUnnamed2208(o.headers); |
unittest.expect(o.kind, unittest.equals('foo')); |
- checkUnnamed221(o.rows); |
+ checkUnnamed2210(o.rows); |
unittest.expect(o.totalMatchedRows, unittest.equals('foo')); |
- checkUnnamed222(o.totals); |
- checkUnnamed223(o.warnings); |
+ checkUnnamed2211(o.totals); |
+ checkUnnamed2212(o.warnings); |
} |
buildCounterReport--; |
} |
@@ -679,14 +679,14 @@ checkUrlChannel(api.UrlChannel o) { |
buildCounterUrlChannel--; |
} |
-buildUnnamed224() { |
+buildUnnamed2213() { |
var o = new core.List<api.UrlChannel>(); |
o.add(buildUrlChannel()); |
o.add(buildUrlChannel()); |
return o; |
} |
-checkUnnamed224(core.List<api.UrlChannel> o) { |
+checkUnnamed2213(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 = buildUnnamed224(); |
+ o.items = buildUnnamed2213(); |
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')); |
- checkUnnamed224(o.items); |
+ checkUnnamed2213(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterUrlChannels--; |
} |
-buildUnnamed225() { |
+buildUnnamed2214() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed225(core.List<core.String> o) { |
+checkUnnamed2214(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')); |
} |
-buildUnnamed226() { |
+buildUnnamed2215() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed226(core.List<core.String> o) { |
+checkUnnamed2215(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')); |
} |
-buildUnnamed227() { |
+buildUnnamed2216() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed227(core.List<core.String> o) { |
+checkUnnamed2216(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')); |
} |
-buildUnnamed228() { |
+buildUnnamed2217() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed228(core.List<core.String> o) { |
+checkUnnamed2217(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')); |
} |
-buildUnnamed229() { |
+buildUnnamed2218() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed229(core.List<core.String> o) { |
+checkUnnamed2218(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')); |
} |
-buildUnnamed230() { |
+buildUnnamed2219() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed230(core.List<core.String> o) { |
+checkUnnamed2219(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')); |
} |
-buildUnnamed231() { |
+buildUnnamed2220() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed231(core.List<core.String> o) { |
+checkUnnamed2220(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')); |
} |
-buildUnnamed232() { |
+buildUnnamed2221() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed232(core.List<core.String> o) { |
+checkUnnamed2221(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')); |
} |
-buildUnnamed233() { |
+buildUnnamed2222() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed233(core.List<core.String> o) { |
+checkUnnamed2222(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')); |
} |
-buildUnnamed234() { |
+buildUnnamed2223() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed234(core.List<core.String> o) { |
+checkUnnamed2223(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')); |
} |
-buildUnnamed235() { |
+buildUnnamed2224() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed235(core.List<core.String> o) { |
+checkUnnamed2224(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 = buildUnnamed225(); |
+ var arg_filterAdClientId = buildUnnamed2214(); |
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 = buildUnnamed226(); |
+ var arg_hostCustomChannelId = buildUnnamed2215(); |
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 = buildUnnamed227(); |
- var arg_filter = buildUnnamed228(); |
+ var arg_dimension = buildUnnamed2216(); |
+ var arg_filter = buildUnnamed2217(); |
var arg_locale = "foo"; |
var arg_maxResults = 42; |
- var arg_metric = buildUnnamed229(); |
- var arg_sort = buildUnnamed230(); |
+ var arg_metric = buildUnnamed2218(); |
+ var arg_sort = buildUnnamed2219(); |
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 = buildUnnamed231(); |
+ var arg_productCode = buildUnnamed2220(); |
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 = buildUnnamed232(); |
- var arg_filter = buildUnnamed233(); |
+ var arg_dimension = buildUnnamed2221(); |
+ var arg_filter = buildUnnamed2222(); |
var arg_locale = "foo"; |
var arg_maxResults = 42; |
- var arg_metric = buildUnnamed234(); |
- var arg_sort = buildUnnamed235(); |
+ var arg_metric = buildUnnamed2223(); |
+ var arg_sort = buildUnnamed2224(); |
var arg_startIndex = 42; |
mock.register(unittest.expectAsync((http.BaseRequest req, json) { |
var path = (req.url).path; |