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 1eef0cff091f3fba2b5b8be5438929c8898d1e9e..18fd0538a1a10c332c5403e41724eb2ab57f8cd4 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--; |
} |
-buildUnnamed2924() { |
+buildUnnamed2938() { |
var o = new core.List<api.Account>(); |
o.add(buildAccount()); |
o.add(buildAccount()); |
return o; |
} |
-checkUnnamed2924(core.List<api.Account> o) { |
+checkUnnamed2938(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 = buildUnnamed2924(); |
+ o.items = buildUnnamed2938(); |
o.kind = "foo"; |
} |
buildCounterAccounts--; |
@@ -106,7 +106,7 @@ checkAccounts(api.Accounts o) { |
buildCounterAccounts++; |
if (buildCounterAccounts < 3) { |
unittest.expect(o.etag, unittest.equals('foo')); |
- checkUnnamed2924(o.items); |
+ checkUnnamed2938(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
} |
buildCounterAccounts--; |
@@ -139,14 +139,14 @@ checkAdClient(api.AdClient o) { |
buildCounterAdClient--; |
} |
-buildUnnamed2925() { |
+buildUnnamed2939() { |
var o = new core.List<api.AdClient>(); |
o.add(buildAdClient()); |
o.add(buildAdClient()); |
return o; |
} |
-checkUnnamed2925(core.List<api.AdClient> o) { |
+checkUnnamed2939(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 = buildUnnamed2925(); |
+ o.items = buildUnnamed2939(); |
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')); |
- checkUnnamed2925(o.items); |
+ checkUnnamed2939(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--; |
} |
-buildUnnamed2926() { |
+buildUnnamed2940() { |
var o = new core.List<api.AdUnit>(); |
o.add(buildAdUnit()); |
o.add(buildAdUnit()); |
return o; |
} |
-checkUnnamed2926(core.List<api.AdUnit> o) { |
+checkUnnamed2940(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 = buildUnnamed2926(); |
+ o.items = buildUnnamed2940(); |
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')); |
- checkUnnamed2926(o.items); |
+ checkUnnamed2940(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterAdUnits--; |
} |
-buildUnnamed2927() { |
+buildUnnamed2941() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2927(core.List<core.String> o) { |
+checkUnnamed2941(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 = buildUnnamed2927(); |
+ o.productCodes = buildUnnamed2941(); |
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')); |
- checkUnnamed2927(o.productCodes); |
+ checkUnnamed2941(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--; |
} |
-buildUnnamed2928() { |
+buildUnnamed2942() { |
var o = new core.List<api.CustomChannel>(); |
o.add(buildCustomChannel()); |
o.add(buildCustomChannel()); |
return o; |
} |
-checkUnnamed2928(core.List<api.CustomChannel> o) { |
+checkUnnamed2942(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 = buildUnnamed2928(); |
+ o.items = buildUnnamed2942(); |
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')); |
- checkUnnamed2928(o.items); |
+ checkUnnamed2942(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterCustomChannels--; |
} |
-buildUnnamed2929() { |
+buildUnnamed2943() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2929(core.List<core.String> o) { |
+checkUnnamed2943(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--; |
} |
-buildUnnamed2930() { |
+buildUnnamed2944() { |
var o = new core.List<api.ReportHeaders>(); |
o.add(buildReportHeaders()); |
o.add(buildReportHeaders()); |
return o; |
} |
-checkUnnamed2930(core.List<api.ReportHeaders> o) { |
+checkUnnamed2944(core.List<api.ReportHeaders> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkReportHeaders(o[0]); |
checkReportHeaders(o[1]); |
} |
-buildUnnamed2931() { |
+buildUnnamed2945() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2931(core.List<core.String> o) { |
+checkUnnamed2945(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')); |
} |
-buildUnnamed2932() { |
+buildUnnamed2946() { |
var o = new core.List<core.List<core.String>>(); |
- o.add(buildUnnamed2931()); |
- o.add(buildUnnamed2931()); |
+ o.add(buildUnnamed2945()); |
+ o.add(buildUnnamed2945()); |
return o; |
} |
-checkUnnamed2932(core.List<core.List<core.String>> o) { |
+checkUnnamed2946(core.List<core.List<core.String>> o) { |
unittest.expect(o, unittest.hasLength(2)); |
- checkUnnamed2931(o[0]); |
- checkUnnamed2931(o[1]); |
+ checkUnnamed2945(o[0]); |
+ checkUnnamed2945(o[1]); |
} |
-buildUnnamed2933() { |
+buildUnnamed2947() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2933(core.List<core.String> o) { |
+checkUnnamed2947(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')); |
} |
-buildUnnamed2934() { |
+buildUnnamed2948() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2934(core.List<core.String> o) { |
+checkUnnamed2948(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 = buildUnnamed2929(); |
- o.headers = buildUnnamed2930(); |
+ o.averages = buildUnnamed2943(); |
+ o.headers = buildUnnamed2944(); |
o.kind = "foo"; |
- o.rows = buildUnnamed2932(); |
+ o.rows = buildUnnamed2946(); |
o.totalMatchedRows = "foo"; |
- o.totals = buildUnnamed2933(); |
- o.warnings = buildUnnamed2934(); |
+ o.totals = buildUnnamed2947(); |
+ o.warnings = buildUnnamed2948(); |
} |
buildCounterReport--; |
return o; |
@@ -645,13 +645,13 @@ buildReport() { |
checkReport(api.Report o) { |
buildCounterReport++; |
if (buildCounterReport < 3) { |
- checkUnnamed2929(o.averages); |
- checkUnnamed2930(o.headers); |
+ checkUnnamed2943(o.averages); |
+ checkUnnamed2944(o.headers); |
unittest.expect(o.kind, unittest.equals('foo')); |
- checkUnnamed2932(o.rows); |
+ checkUnnamed2946(o.rows); |
unittest.expect(o.totalMatchedRows, unittest.equals('foo')); |
- checkUnnamed2933(o.totals); |
- checkUnnamed2934(o.warnings); |
+ checkUnnamed2947(o.totals); |
+ checkUnnamed2948(o.warnings); |
} |
buildCounterReport--; |
} |
@@ -679,14 +679,14 @@ checkUrlChannel(api.UrlChannel o) { |
buildCounterUrlChannel--; |
} |
-buildUnnamed2935() { |
+buildUnnamed2949() { |
var o = new core.List<api.UrlChannel>(); |
o.add(buildUrlChannel()); |
o.add(buildUrlChannel()); |
return o; |
} |
-checkUnnamed2935(core.List<api.UrlChannel> o) { |
+checkUnnamed2949(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 = buildUnnamed2935(); |
+ o.items = buildUnnamed2949(); |
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')); |
- checkUnnamed2935(o.items); |
+ checkUnnamed2949(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterUrlChannels--; |
} |
-buildUnnamed2936() { |
+buildUnnamed2950() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2936(core.List<core.String> o) { |
+checkUnnamed2950(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')); |
} |
-buildUnnamed2937() { |
+buildUnnamed2951() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2937(core.List<core.String> o) { |
+checkUnnamed2951(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')); |
} |
-buildUnnamed2938() { |
+buildUnnamed2952() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2938(core.List<core.String> o) { |
+checkUnnamed2952(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')); |
} |
-buildUnnamed2939() { |
+buildUnnamed2953() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2939(core.List<core.String> o) { |
+checkUnnamed2953(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')); |
} |
-buildUnnamed2940() { |
+buildUnnamed2954() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2940(core.List<core.String> o) { |
+checkUnnamed2954(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')); |
} |
-buildUnnamed2941() { |
+buildUnnamed2955() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2941(core.List<core.String> o) { |
+checkUnnamed2955(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')); |
} |
-buildUnnamed2942() { |
+buildUnnamed2956() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2942(core.List<core.String> o) { |
+checkUnnamed2956(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')); |
} |
-buildUnnamed2943() { |
+buildUnnamed2957() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2943(core.List<core.String> o) { |
+checkUnnamed2957(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')); |
} |
-buildUnnamed2944() { |
+buildUnnamed2958() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2944(core.List<core.String> o) { |
+checkUnnamed2958(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')); |
} |
-buildUnnamed2945() { |
+buildUnnamed2959() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2945(core.List<core.String> o) { |
+checkUnnamed2959(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')); |
} |
-buildUnnamed2946() { |
+buildUnnamed2960() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2946(core.List<core.String> o) { |
+checkUnnamed2960(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 = buildUnnamed2936(); |
+ var arg_filterAdClientId = buildUnnamed2950(); |
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 = buildUnnamed2937(); |
+ var arg_hostCustomChannelId = buildUnnamed2951(); |
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 = buildUnnamed2938(); |
- var arg_filter = buildUnnamed2939(); |
+ var arg_dimension = buildUnnamed2952(); |
+ var arg_filter = buildUnnamed2953(); |
var arg_locale = "foo"; |
var arg_maxResults = 42; |
- var arg_metric = buildUnnamed2940(); |
- var arg_sort = buildUnnamed2941(); |
+ var arg_metric = buildUnnamed2954(); |
+ var arg_sort = buildUnnamed2955(); |
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 = buildUnnamed2942(); |
+ var arg_productCode = buildUnnamed2956(); |
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 = buildUnnamed2943(); |
- var arg_filter = buildUnnamed2944(); |
+ var arg_dimension = buildUnnamed2957(); |
+ var arg_filter = buildUnnamed2958(); |
var arg_locale = "foo"; |
var arg_maxResults = 42; |
- var arg_metric = buildUnnamed2945(); |
- var arg_sort = buildUnnamed2946(); |
+ var arg_metric = buildUnnamed2959(); |
+ var arg_sort = buildUnnamed2960(); |
var arg_startIndex = 42; |
mock.register(unittest.expectAsync((http.BaseRequest req, json) { |
var path = (req.url).path; |