Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(70)

Side by Side Diff: generated/googleapis/test/dfareporting/v2_7_test.dart

Issue 2695743002: Api-roll 45: 2017-02-13 (Closed)
Patch Set: reverted local changes to pubspec file Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 library googleapis.dfareporting.v2_7.test; 1 library googleapis.dfareporting.v2_7.test;
2 2
3 import "dart:core" as core; 3 import "dart:core" as core;
4 import "dart:collection" as collection; 4 import "dart:collection" as collection;
5 import "dart:async" as async; 5 import "dart:async" as async;
6 import "dart:convert" as convert; 6 import "dart:convert" as convert;
7 7
8 import 'package:http/http.dart' as http; 8 import 'package:http/http.dart' as http;
9 import 'package:http/testing.dart' as http_testing; 9 import 'package:http/testing.dart' as http_testing;
10 import 'package:unittest/unittest.dart' as unittest; 10 import 'package:unittest/unittest.dart' as unittest;
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 } 44 }
45 } 45 }
46 } 46 }
47 47
48 http.StreamedResponse stringResponse( 48 http.StreamedResponse stringResponse(
49 core.int status, core.Map headers, core.String body) { 49 core.int status, core.Map headers, core.String body) {
50 var stream = new async.Stream.fromIterable([convert.UTF8.encode(body)]); 50 var stream = new async.Stream.fromIterable([convert.UTF8.encode(body)]);
51 return new http.StreamedResponse(stream, status, headers: headers); 51 return new http.StreamedResponse(stream, status, headers: headers);
52 } 52 }
53 53
54 buildUnnamed2183() { 54 buildUnnamed2277() {
55 var o = new core.List<core.String>(); 55 var o = new core.List<core.String>();
56 o.add("foo"); 56 o.add("foo");
57 o.add("foo"); 57 o.add("foo");
58 return o; 58 return o;
59 } 59 }
60 60
61 checkUnnamed2183(core.List<core.String> o) { 61 checkUnnamed2277(core.List<core.String> o) {
62 unittest.expect(o, unittest.hasLength(2)); 62 unittest.expect(o, unittest.hasLength(2));
63 unittest.expect(o[0], unittest.equals('foo')); 63 unittest.expect(o[0], unittest.equals('foo'));
64 unittest.expect(o[1], unittest.equals('foo')); 64 unittest.expect(o[1], unittest.equals('foo'));
65 } 65 }
66 66
67 buildUnnamed2184() { 67 buildUnnamed2278() {
68 var o = new core.List<core.String>(); 68 var o = new core.List<core.String>();
69 o.add("foo"); 69 o.add("foo");
70 o.add("foo"); 70 o.add("foo");
71 return o; 71 return o;
72 } 72 }
73 73
74 checkUnnamed2184(core.List<core.String> o) { 74 checkUnnamed2278(core.List<core.String> o) {
75 unittest.expect(o, unittest.hasLength(2)); 75 unittest.expect(o, unittest.hasLength(2));
76 unittest.expect(o[0], unittest.equals('foo')); 76 unittest.expect(o[0], unittest.equals('foo'));
77 unittest.expect(o[1], unittest.equals('foo')); 77 unittest.expect(o[1], unittest.equals('foo'));
78 } 78 }
79 79
80 core.int buildCounterAccount = 0; 80 core.int buildCounterAccount = 0;
81 buildAccount() { 81 buildAccount() {
82 var o = new api.Account(); 82 var o = new api.Account();
83 buildCounterAccount++; 83 buildCounterAccount++;
84 if (buildCounterAccount < 3) { 84 if (buildCounterAccount < 3) {
85 o.accountPermissionIds = buildUnnamed2183(); 85 o.accountPermissionIds = buildUnnamed2277();
86 o.accountProfile = "foo"; 86 o.accountProfile = "foo";
87 o.active = true; 87 o.active = true;
88 o.activeAdsLimitTier = "foo"; 88 o.activeAdsLimitTier = "foo";
89 o.activeViewOptOut = true; 89 o.activeViewOptOut = true;
90 o.availablePermissionIds = buildUnnamed2184(); 90 o.availablePermissionIds = buildUnnamed2278();
91 o.countryId = "foo"; 91 o.countryId = "foo";
92 o.currencyId = "foo"; 92 o.currencyId = "foo";
93 o.defaultCreativeSizeId = "foo"; 93 o.defaultCreativeSizeId = "foo";
94 o.description = "foo"; 94 o.description = "foo";
95 o.id = "foo"; 95 o.id = "foo";
96 o.kind = "foo"; 96 o.kind = "foo";
97 o.locale = "foo"; 97 o.locale = "foo";
98 o.maximumImageSize = "foo"; 98 o.maximumImageSize = "foo";
99 o.name = "foo"; 99 o.name = "foo";
100 o.nielsenOcrEnabled = true; 100 o.nielsenOcrEnabled = true;
101 o.reportsConfiguration = buildReportsConfiguration(); 101 o.reportsConfiguration = buildReportsConfiguration();
102 o.shareReportsWithTwitter = true; 102 o.shareReportsWithTwitter = true;
103 o.teaserSizeLimit = "foo"; 103 o.teaserSizeLimit = "foo";
104 } 104 }
105 buildCounterAccount--; 105 buildCounterAccount--;
106 return o; 106 return o;
107 } 107 }
108 108
109 checkAccount(api.Account o) { 109 checkAccount(api.Account o) {
110 buildCounterAccount++; 110 buildCounterAccount++;
111 if (buildCounterAccount < 3) { 111 if (buildCounterAccount < 3) {
112 checkUnnamed2183(o.accountPermissionIds); 112 checkUnnamed2277(o.accountPermissionIds);
113 unittest.expect(o.accountProfile, unittest.equals('foo')); 113 unittest.expect(o.accountProfile, unittest.equals('foo'));
114 unittest.expect(o.active, unittest.isTrue); 114 unittest.expect(o.active, unittest.isTrue);
115 unittest.expect(o.activeAdsLimitTier, unittest.equals('foo')); 115 unittest.expect(o.activeAdsLimitTier, unittest.equals('foo'));
116 unittest.expect(o.activeViewOptOut, unittest.isTrue); 116 unittest.expect(o.activeViewOptOut, unittest.isTrue);
117 checkUnnamed2184(o.availablePermissionIds); 117 checkUnnamed2278(o.availablePermissionIds);
118 unittest.expect(o.countryId, unittest.equals('foo')); 118 unittest.expect(o.countryId, unittest.equals('foo'));
119 unittest.expect(o.currencyId, unittest.equals('foo')); 119 unittest.expect(o.currencyId, unittest.equals('foo'));
120 unittest.expect(o.defaultCreativeSizeId, unittest.equals('foo')); 120 unittest.expect(o.defaultCreativeSizeId, unittest.equals('foo'));
121 unittest.expect(o.description, unittest.equals('foo')); 121 unittest.expect(o.description, unittest.equals('foo'));
122 unittest.expect(o.id, unittest.equals('foo')); 122 unittest.expect(o.id, unittest.equals('foo'));
123 unittest.expect(o.kind, unittest.equals('foo')); 123 unittest.expect(o.kind, unittest.equals('foo'));
124 unittest.expect(o.locale, unittest.equals('foo')); 124 unittest.expect(o.locale, unittest.equals('foo'));
125 unittest.expect(o.maximumImageSize, unittest.equals('foo')); 125 unittest.expect(o.maximumImageSize, unittest.equals('foo'));
126 unittest.expect(o.name, unittest.equals('foo')); 126 unittest.expect(o.name, unittest.equals('foo'));
127 unittest.expect(o.nielsenOcrEnabled, unittest.isTrue); 127 unittest.expect(o.nielsenOcrEnabled, unittest.isTrue);
(...skipping 24 matching lines...) Expand all
152 if (buildCounterAccountActiveAdSummary < 3) { 152 if (buildCounterAccountActiveAdSummary < 3) {
153 unittest.expect(o.accountId, unittest.equals('foo')); 153 unittest.expect(o.accountId, unittest.equals('foo'));
154 unittest.expect(o.activeAds, unittest.equals('foo')); 154 unittest.expect(o.activeAds, unittest.equals('foo'));
155 unittest.expect(o.activeAdsLimitTier, unittest.equals('foo')); 155 unittest.expect(o.activeAdsLimitTier, unittest.equals('foo'));
156 unittest.expect(o.availableAds, unittest.equals('foo')); 156 unittest.expect(o.availableAds, unittest.equals('foo'));
157 unittest.expect(o.kind, unittest.equals('foo')); 157 unittest.expect(o.kind, unittest.equals('foo'));
158 } 158 }
159 buildCounterAccountActiveAdSummary--; 159 buildCounterAccountActiveAdSummary--;
160 } 160 }
161 161
162 buildUnnamed2185() { 162 buildUnnamed2279() {
163 var o = new core.List<core.String>(); 163 var o = new core.List<core.String>();
164 o.add("foo"); 164 o.add("foo");
165 o.add("foo"); 165 o.add("foo");
166 return o; 166 return o;
167 } 167 }
168 168
169 checkUnnamed2185(core.List<core.String> o) { 169 checkUnnamed2279(core.List<core.String> o) {
170 unittest.expect(o, unittest.hasLength(2)); 170 unittest.expect(o, unittest.hasLength(2));
171 unittest.expect(o[0], unittest.equals('foo')); 171 unittest.expect(o[0], unittest.equals('foo'));
172 unittest.expect(o[1], unittest.equals('foo')); 172 unittest.expect(o[1], unittest.equals('foo'));
173 } 173 }
174 174
175 core.int buildCounterAccountPermission = 0; 175 core.int buildCounterAccountPermission = 0;
176 buildAccountPermission() { 176 buildAccountPermission() {
177 var o = new api.AccountPermission(); 177 var o = new api.AccountPermission();
178 buildCounterAccountPermission++; 178 buildCounterAccountPermission++;
179 if (buildCounterAccountPermission < 3) { 179 if (buildCounterAccountPermission < 3) {
180 o.accountProfiles = buildUnnamed2185(); 180 o.accountProfiles = buildUnnamed2279();
181 o.id = "foo"; 181 o.id = "foo";
182 o.kind = "foo"; 182 o.kind = "foo";
183 o.level = "foo"; 183 o.level = "foo";
184 o.name = "foo"; 184 o.name = "foo";
185 o.permissionGroupId = "foo"; 185 o.permissionGroupId = "foo";
186 } 186 }
187 buildCounterAccountPermission--; 187 buildCounterAccountPermission--;
188 return o; 188 return o;
189 } 189 }
190 190
191 checkAccountPermission(api.AccountPermission o) { 191 checkAccountPermission(api.AccountPermission o) {
192 buildCounterAccountPermission++; 192 buildCounterAccountPermission++;
193 if (buildCounterAccountPermission < 3) { 193 if (buildCounterAccountPermission < 3) {
194 checkUnnamed2185(o.accountProfiles); 194 checkUnnamed2279(o.accountProfiles);
195 unittest.expect(o.id, unittest.equals('foo')); 195 unittest.expect(o.id, unittest.equals('foo'));
196 unittest.expect(o.kind, unittest.equals('foo')); 196 unittest.expect(o.kind, unittest.equals('foo'));
197 unittest.expect(o.level, unittest.equals('foo')); 197 unittest.expect(o.level, unittest.equals('foo'));
198 unittest.expect(o.name, unittest.equals('foo')); 198 unittest.expect(o.name, unittest.equals('foo'));
199 unittest.expect(o.permissionGroupId, unittest.equals('foo')); 199 unittest.expect(o.permissionGroupId, unittest.equals('foo'));
200 } 200 }
201 buildCounterAccountPermission--; 201 buildCounterAccountPermission--;
202 } 202 }
203 203
204 core.int buildCounterAccountPermissionGroup = 0; 204 core.int buildCounterAccountPermissionGroup = 0;
(...skipping 12 matching lines...) Expand all
217 checkAccountPermissionGroup(api.AccountPermissionGroup o) { 217 checkAccountPermissionGroup(api.AccountPermissionGroup o) {
218 buildCounterAccountPermissionGroup++; 218 buildCounterAccountPermissionGroup++;
219 if (buildCounterAccountPermissionGroup < 3) { 219 if (buildCounterAccountPermissionGroup < 3) {
220 unittest.expect(o.id, unittest.equals('foo')); 220 unittest.expect(o.id, unittest.equals('foo'));
221 unittest.expect(o.kind, unittest.equals('foo')); 221 unittest.expect(o.kind, unittest.equals('foo'));
222 unittest.expect(o.name, unittest.equals('foo')); 222 unittest.expect(o.name, unittest.equals('foo'));
223 } 223 }
224 buildCounterAccountPermissionGroup--; 224 buildCounterAccountPermissionGroup--;
225 } 225 }
226 226
227 buildUnnamed2186() { 227 buildUnnamed2280() {
228 var o = new core.List<api.AccountPermissionGroup>(); 228 var o = new core.List<api.AccountPermissionGroup>();
229 o.add(buildAccountPermissionGroup()); 229 o.add(buildAccountPermissionGroup());
230 o.add(buildAccountPermissionGroup()); 230 o.add(buildAccountPermissionGroup());
231 return o; 231 return o;
232 } 232 }
233 233
234 checkUnnamed2186(core.List<api.AccountPermissionGroup> o) { 234 checkUnnamed2280(core.List<api.AccountPermissionGroup> o) {
235 unittest.expect(o, unittest.hasLength(2)); 235 unittest.expect(o, unittest.hasLength(2));
236 checkAccountPermissionGroup(o[0]); 236 checkAccountPermissionGroup(o[0]);
237 checkAccountPermissionGroup(o[1]); 237 checkAccountPermissionGroup(o[1]);
238 } 238 }
239 239
240 core.int buildCounterAccountPermissionGroupsListResponse = 0; 240 core.int buildCounterAccountPermissionGroupsListResponse = 0;
241 buildAccountPermissionGroupsListResponse() { 241 buildAccountPermissionGroupsListResponse() {
242 var o = new api.AccountPermissionGroupsListResponse(); 242 var o = new api.AccountPermissionGroupsListResponse();
243 buildCounterAccountPermissionGroupsListResponse++; 243 buildCounterAccountPermissionGroupsListResponse++;
244 if (buildCounterAccountPermissionGroupsListResponse < 3) { 244 if (buildCounterAccountPermissionGroupsListResponse < 3) {
245 o.accountPermissionGroups = buildUnnamed2186(); 245 o.accountPermissionGroups = buildUnnamed2280();
246 o.kind = "foo"; 246 o.kind = "foo";
247 } 247 }
248 buildCounterAccountPermissionGroupsListResponse--; 248 buildCounterAccountPermissionGroupsListResponse--;
249 return o; 249 return o;
250 } 250 }
251 251
252 checkAccountPermissionGroupsListResponse(api.AccountPermissionGroupsListResponse o) { 252 checkAccountPermissionGroupsListResponse(api.AccountPermissionGroupsListResponse o) {
253 buildCounterAccountPermissionGroupsListResponse++; 253 buildCounterAccountPermissionGroupsListResponse++;
254 if (buildCounterAccountPermissionGroupsListResponse < 3) { 254 if (buildCounterAccountPermissionGroupsListResponse < 3) {
255 checkUnnamed2186(o.accountPermissionGroups); 255 checkUnnamed2280(o.accountPermissionGroups);
256 unittest.expect(o.kind, unittest.equals('foo')); 256 unittest.expect(o.kind, unittest.equals('foo'));
257 } 257 }
258 buildCounterAccountPermissionGroupsListResponse--; 258 buildCounterAccountPermissionGroupsListResponse--;
259 } 259 }
260 260
261 buildUnnamed2187() { 261 buildUnnamed2281() {
262 var o = new core.List<api.AccountPermission>(); 262 var o = new core.List<api.AccountPermission>();
263 o.add(buildAccountPermission()); 263 o.add(buildAccountPermission());
264 o.add(buildAccountPermission()); 264 o.add(buildAccountPermission());
265 return o; 265 return o;
266 } 266 }
267 267
268 checkUnnamed2187(core.List<api.AccountPermission> o) { 268 checkUnnamed2281(core.List<api.AccountPermission> o) {
269 unittest.expect(o, unittest.hasLength(2)); 269 unittest.expect(o, unittest.hasLength(2));
270 checkAccountPermission(o[0]); 270 checkAccountPermission(o[0]);
271 checkAccountPermission(o[1]); 271 checkAccountPermission(o[1]);
272 } 272 }
273 273
274 core.int buildCounterAccountPermissionsListResponse = 0; 274 core.int buildCounterAccountPermissionsListResponse = 0;
275 buildAccountPermissionsListResponse() { 275 buildAccountPermissionsListResponse() {
276 var o = new api.AccountPermissionsListResponse(); 276 var o = new api.AccountPermissionsListResponse();
277 buildCounterAccountPermissionsListResponse++; 277 buildCounterAccountPermissionsListResponse++;
278 if (buildCounterAccountPermissionsListResponse < 3) { 278 if (buildCounterAccountPermissionsListResponse < 3) {
279 o.accountPermissions = buildUnnamed2187(); 279 o.accountPermissions = buildUnnamed2281();
280 o.kind = "foo"; 280 o.kind = "foo";
281 } 281 }
282 buildCounterAccountPermissionsListResponse--; 282 buildCounterAccountPermissionsListResponse--;
283 return o; 283 return o;
284 } 284 }
285 285
286 checkAccountPermissionsListResponse(api.AccountPermissionsListResponse o) { 286 checkAccountPermissionsListResponse(api.AccountPermissionsListResponse o) {
287 buildCounterAccountPermissionsListResponse++; 287 buildCounterAccountPermissionsListResponse++;
288 if (buildCounterAccountPermissionsListResponse < 3) { 288 if (buildCounterAccountPermissionsListResponse < 3) {
289 checkUnnamed2187(o.accountPermissions); 289 checkUnnamed2281(o.accountPermissions);
290 unittest.expect(o.kind, unittest.equals('foo')); 290 unittest.expect(o.kind, unittest.equals('foo'));
291 } 291 }
292 buildCounterAccountPermissionsListResponse--; 292 buildCounterAccountPermissionsListResponse--;
293 } 293 }
294 294
295 core.int buildCounterAccountUserProfile = 0; 295 core.int buildCounterAccountUserProfile = 0;
296 buildAccountUserProfile() { 296 buildAccountUserProfile() {
297 var o = new api.AccountUserProfile(); 297 var o = new api.AccountUserProfile();
298 buildCounterAccountUserProfile++; 298 buildCounterAccountUserProfile++;
299 if (buildCounterAccountUserProfile < 3) { 299 if (buildCounterAccountUserProfile < 3) {
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 checkObjectFilter(o.siteFilter); 334 checkObjectFilter(o.siteFilter);
335 unittest.expect(o.subaccountId, unittest.equals('foo')); 335 unittest.expect(o.subaccountId, unittest.equals('foo'));
336 unittest.expect(o.traffickerType, unittest.equals('foo')); 336 unittest.expect(o.traffickerType, unittest.equals('foo'));
337 unittest.expect(o.userAccessType, unittest.equals('foo')); 337 unittest.expect(o.userAccessType, unittest.equals('foo'));
338 checkObjectFilter(o.userRoleFilter); 338 checkObjectFilter(o.userRoleFilter);
339 unittest.expect(o.userRoleId, unittest.equals('foo')); 339 unittest.expect(o.userRoleId, unittest.equals('foo'));
340 } 340 }
341 buildCounterAccountUserProfile--; 341 buildCounterAccountUserProfile--;
342 } 342 }
343 343
344 buildUnnamed2188() { 344 buildUnnamed2282() {
345 var o = new core.List<api.AccountUserProfile>(); 345 var o = new core.List<api.AccountUserProfile>();
346 o.add(buildAccountUserProfile()); 346 o.add(buildAccountUserProfile());
347 o.add(buildAccountUserProfile()); 347 o.add(buildAccountUserProfile());
348 return o; 348 return o;
349 } 349 }
350 350
351 checkUnnamed2188(core.List<api.AccountUserProfile> o) { 351 checkUnnamed2282(core.List<api.AccountUserProfile> o) {
352 unittest.expect(o, unittest.hasLength(2)); 352 unittest.expect(o, unittest.hasLength(2));
353 checkAccountUserProfile(o[0]); 353 checkAccountUserProfile(o[0]);
354 checkAccountUserProfile(o[1]); 354 checkAccountUserProfile(o[1]);
355 } 355 }
356 356
357 core.int buildCounterAccountUserProfilesListResponse = 0; 357 core.int buildCounterAccountUserProfilesListResponse = 0;
358 buildAccountUserProfilesListResponse() { 358 buildAccountUserProfilesListResponse() {
359 var o = new api.AccountUserProfilesListResponse(); 359 var o = new api.AccountUserProfilesListResponse();
360 buildCounterAccountUserProfilesListResponse++; 360 buildCounterAccountUserProfilesListResponse++;
361 if (buildCounterAccountUserProfilesListResponse < 3) { 361 if (buildCounterAccountUserProfilesListResponse < 3) {
362 o.accountUserProfiles = buildUnnamed2188(); 362 o.accountUserProfiles = buildUnnamed2282();
363 o.kind = "foo"; 363 o.kind = "foo";
364 o.nextPageToken = "foo"; 364 o.nextPageToken = "foo";
365 } 365 }
366 buildCounterAccountUserProfilesListResponse--; 366 buildCounterAccountUserProfilesListResponse--;
367 return o; 367 return o;
368 } 368 }
369 369
370 checkAccountUserProfilesListResponse(api.AccountUserProfilesListResponse o) { 370 checkAccountUserProfilesListResponse(api.AccountUserProfilesListResponse o) {
371 buildCounterAccountUserProfilesListResponse++; 371 buildCounterAccountUserProfilesListResponse++;
372 if (buildCounterAccountUserProfilesListResponse < 3) { 372 if (buildCounterAccountUserProfilesListResponse < 3) {
373 checkUnnamed2188(o.accountUserProfiles); 373 checkUnnamed2282(o.accountUserProfiles);
374 unittest.expect(o.kind, unittest.equals('foo')); 374 unittest.expect(o.kind, unittest.equals('foo'));
375 unittest.expect(o.nextPageToken, unittest.equals('foo')); 375 unittest.expect(o.nextPageToken, unittest.equals('foo'));
376 } 376 }
377 buildCounterAccountUserProfilesListResponse--; 377 buildCounterAccountUserProfilesListResponse--;
378 } 378 }
379 379
380 buildUnnamed2189() { 380 buildUnnamed2283() {
381 var o = new core.List<api.Account>(); 381 var o = new core.List<api.Account>();
382 o.add(buildAccount()); 382 o.add(buildAccount());
383 o.add(buildAccount()); 383 o.add(buildAccount());
384 return o; 384 return o;
385 } 385 }
386 386
387 checkUnnamed2189(core.List<api.Account> o) { 387 checkUnnamed2283(core.List<api.Account> o) {
388 unittest.expect(o, unittest.hasLength(2)); 388 unittest.expect(o, unittest.hasLength(2));
389 checkAccount(o[0]); 389 checkAccount(o[0]);
390 checkAccount(o[1]); 390 checkAccount(o[1]);
391 } 391 }
392 392
393 core.int buildCounterAccountsListResponse = 0; 393 core.int buildCounterAccountsListResponse = 0;
394 buildAccountsListResponse() { 394 buildAccountsListResponse() {
395 var o = new api.AccountsListResponse(); 395 var o = new api.AccountsListResponse();
396 buildCounterAccountsListResponse++; 396 buildCounterAccountsListResponse++;
397 if (buildCounterAccountsListResponse < 3) { 397 if (buildCounterAccountsListResponse < 3) {
398 o.accounts = buildUnnamed2189(); 398 o.accounts = buildUnnamed2283();
399 o.kind = "foo"; 399 o.kind = "foo";
400 o.nextPageToken = "foo"; 400 o.nextPageToken = "foo";
401 } 401 }
402 buildCounterAccountsListResponse--; 402 buildCounterAccountsListResponse--;
403 return o; 403 return o;
404 } 404 }
405 405
406 checkAccountsListResponse(api.AccountsListResponse o) { 406 checkAccountsListResponse(api.AccountsListResponse o) {
407 buildCounterAccountsListResponse++; 407 buildCounterAccountsListResponse++;
408 if (buildCounterAccountsListResponse < 3) { 408 if (buildCounterAccountsListResponse < 3) {
409 checkUnnamed2189(o.accounts); 409 checkUnnamed2283(o.accounts);
410 unittest.expect(o.kind, unittest.equals('foo')); 410 unittest.expect(o.kind, unittest.equals('foo'));
411 unittest.expect(o.nextPageToken, unittest.equals('foo')); 411 unittest.expect(o.nextPageToken, unittest.equals('foo'));
412 } 412 }
413 buildCounterAccountsListResponse--; 413 buildCounterAccountsListResponse--;
414 } 414 }
415 415
416 buildUnnamed2190() { 416 buildUnnamed2284() {
417 var o = new core.List<api.DimensionValue>(); 417 var o = new core.List<api.DimensionValue>();
418 o.add(buildDimensionValue()); 418 o.add(buildDimensionValue());
419 o.add(buildDimensionValue()); 419 o.add(buildDimensionValue());
420 return o; 420 return o;
421 } 421 }
422 422
423 checkUnnamed2190(core.List<api.DimensionValue> o) { 423 checkUnnamed2284(core.List<api.DimensionValue> o) {
424 unittest.expect(o, unittest.hasLength(2)); 424 unittest.expect(o, unittest.hasLength(2));
425 checkDimensionValue(o[0]); 425 checkDimensionValue(o[0]);
426 checkDimensionValue(o[1]); 426 checkDimensionValue(o[1]);
427 } 427 }
428 428
429 buildUnnamed2191() { 429 buildUnnamed2285() {
430 var o = new core.List<core.String>(); 430 var o = new core.List<core.String>();
431 o.add("foo"); 431 o.add("foo");
432 o.add("foo"); 432 o.add("foo");
433 return o; 433 return o;
434 } 434 }
435 435
436 checkUnnamed2191(core.List<core.String> o) { 436 checkUnnamed2285(core.List<core.String> o) {
437 unittest.expect(o, unittest.hasLength(2)); 437 unittest.expect(o, unittest.hasLength(2));
438 unittest.expect(o[0], unittest.equals('foo')); 438 unittest.expect(o[0], unittest.equals('foo'));
439 unittest.expect(o[1], unittest.equals('foo')); 439 unittest.expect(o[1], unittest.equals('foo'));
440 } 440 }
441 441
442 core.int buildCounterActivities = 0; 442 core.int buildCounterActivities = 0;
443 buildActivities() { 443 buildActivities() {
444 var o = new api.Activities(); 444 var o = new api.Activities();
445 buildCounterActivities++; 445 buildCounterActivities++;
446 if (buildCounterActivities < 3) { 446 if (buildCounterActivities < 3) {
447 o.filters = buildUnnamed2190(); 447 o.filters = buildUnnamed2284();
448 o.kind = "foo"; 448 o.kind = "foo";
449 o.metricNames = buildUnnamed2191(); 449 o.metricNames = buildUnnamed2285();
450 } 450 }
451 buildCounterActivities--; 451 buildCounterActivities--;
452 return o; 452 return o;
453 } 453 }
454 454
455 checkActivities(api.Activities o) { 455 checkActivities(api.Activities o) {
456 buildCounterActivities++; 456 buildCounterActivities++;
457 if (buildCounterActivities < 3) { 457 if (buildCounterActivities < 3) {
458 checkUnnamed2190(o.filters); 458 checkUnnamed2284(o.filters);
459 unittest.expect(o.kind, unittest.equals('foo')); 459 unittest.expect(o.kind, unittest.equals('foo'));
460 checkUnnamed2191(o.metricNames); 460 checkUnnamed2285(o.metricNames);
461 } 461 }
462 buildCounterActivities--; 462 buildCounterActivities--;
463 } 463 }
464 464
465 buildUnnamed2192() { 465 buildUnnamed2286() {
466 var o = new core.List<api.CreativeGroupAssignment>(); 466 var o = new core.List<api.CreativeGroupAssignment>();
467 o.add(buildCreativeGroupAssignment()); 467 o.add(buildCreativeGroupAssignment());
468 o.add(buildCreativeGroupAssignment()); 468 o.add(buildCreativeGroupAssignment());
469 return o; 469 return o;
470 } 470 }
471 471
472 checkUnnamed2192(core.List<api.CreativeGroupAssignment> o) { 472 checkUnnamed2286(core.List<api.CreativeGroupAssignment> o) {
473 unittest.expect(o, unittest.hasLength(2)); 473 unittest.expect(o, unittest.hasLength(2));
474 checkCreativeGroupAssignment(o[0]); 474 checkCreativeGroupAssignment(o[0]);
475 checkCreativeGroupAssignment(o[1]); 475 checkCreativeGroupAssignment(o[1]);
476 } 476 }
477 477
478 buildUnnamed2193() { 478 buildUnnamed2287() {
479 var o = new core.List<api.EventTagOverride>(); 479 var o = new core.List<api.EventTagOverride>();
480 o.add(buildEventTagOverride()); 480 o.add(buildEventTagOverride());
481 o.add(buildEventTagOverride()); 481 o.add(buildEventTagOverride());
482 return o; 482 return o;
483 } 483 }
484 484
485 checkUnnamed2193(core.List<api.EventTagOverride> o) { 485 checkUnnamed2287(core.List<api.EventTagOverride> o) {
486 unittest.expect(o, unittest.hasLength(2)); 486 unittest.expect(o, unittest.hasLength(2));
487 checkEventTagOverride(o[0]); 487 checkEventTagOverride(o[0]);
488 checkEventTagOverride(o[1]); 488 checkEventTagOverride(o[1]);
489 } 489 }
490 490
491 buildUnnamed2194() { 491 buildUnnamed2288() {
492 var o = new core.List<api.PlacementAssignment>(); 492 var o = new core.List<api.PlacementAssignment>();
493 o.add(buildPlacementAssignment()); 493 o.add(buildPlacementAssignment());
494 o.add(buildPlacementAssignment()); 494 o.add(buildPlacementAssignment());
495 return o; 495 return o;
496 } 496 }
497 497
498 checkUnnamed2194(core.List<api.PlacementAssignment> o) { 498 checkUnnamed2288(core.List<api.PlacementAssignment> o) {
499 unittest.expect(o, unittest.hasLength(2)); 499 unittest.expect(o, unittest.hasLength(2));
500 checkPlacementAssignment(o[0]); 500 checkPlacementAssignment(o[0]);
501 checkPlacementAssignment(o[1]); 501 checkPlacementAssignment(o[1]);
502 } 502 }
503 503
504 core.int buildCounterAd = 0; 504 core.int buildCounterAd = 0;
505 buildAd() { 505 buildAd() {
506 var o = new api.Ad(); 506 var o = new api.Ad();
507 buildCounterAd++; 507 buildCounterAd++;
508 if (buildCounterAd < 3) { 508 if (buildCounterAd < 3) {
509 o.accountId = "foo"; 509 o.accountId = "foo";
510 o.active = true; 510 o.active = true;
511 o.advertiserId = "foo"; 511 o.advertiserId = "foo";
512 o.advertiserIdDimensionValue = buildDimensionValue(); 512 o.advertiserIdDimensionValue = buildDimensionValue();
513 o.archived = true; 513 o.archived = true;
514 o.audienceSegmentId = "foo"; 514 o.audienceSegmentId = "foo";
515 o.campaignId = "foo"; 515 o.campaignId = "foo";
516 o.campaignIdDimensionValue = buildDimensionValue(); 516 o.campaignIdDimensionValue = buildDimensionValue();
517 o.clickThroughUrl = buildClickThroughUrl(); 517 o.clickThroughUrl = buildClickThroughUrl();
518 o.clickThroughUrlSuffixProperties = buildClickThroughUrlSuffixProperties(); 518 o.clickThroughUrlSuffixProperties = buildClickThroughUrlSuffixProperties();
519 o.comments = "foo"; 519 o.comments = "foo";
520 o.compatibility = "foo"; 520 o.compatibility = "foo";
521 o.createInfo = buildLastModifiedInfo(); 521 o.createInfo = buildLastModifiedInfo();
522 o.creativeGroupAssignments = buildUnnamed2192(); 522 o.creativeGroupAssignments = buildUnnamed2286();
523 o.creativeRotation = buildCreativeRotation(); 523 o.creativeRotation = buildCreativeRotation();
524 o.dayPartTargeting = buildDayPartTargeting(); 524 o.dayPartTargeting = buildDayPartTargeting();
525 o.defaultClickThroughEventTagProperties = buildDefaultClickThroughEventTagPr operties(); 525 o.defaultClickThroughEventTagProperties = buildDefaultClickThroughEventTagPr operties();
526 o.deliverySchedule = buildDeliverySchedule(); 526 o.deliverySchedule = buildDeliverySchedule();
527 o.dynamicClickTracker = true; 527 o.dynamicClickTracker = true;
528 o.endTime = core.DateTime.parse("2002-02-27T14:01:02"); 528 o.endTime = core.DateTime.parse("2002-02-27T14:01:02");
529 o.eventTagOverrides = buildUnnamed2193(); 529 o.eventTagOverrides = buildUnnamed2287();
530 o.geoTargeting = buildGeoTargeting(); 530 o.geoTargeting = buildGeoTargeting();
531 o.id = "foo"; 531 o.id = "foo";
532 o.idDimensionValue = buildDimensionValue(); 532 o.idDimensionValue = buildDimensionValue();
533 o.keyValueTargetingExpression = buildKeyValueTargetingExpression(); 533 o.keyValueTargetingExpression = buildKeyValueTargetingExpression();
534 o.kind = "foo"; 534 o.kind = "foo";
535 o.languageTargeting = buildLanguageTargeting(); 535 o.languageTargeting = buildLanguageTargeting();
536 o.lastModifiedInfo = buildLastModifiedInfo(); 536 o.lastModifiedInfo = buildLastModifiedInfo();
537 o.name = "foo"; 537 o.name = "foo";
538 o.placementAssignments = buildUnnamed2194(); 538 o.placementAssignments = buildUnnamed2288();
539 o.remarketingListExpression = buildListTargetingExpression(); 539 o.remarketingListExpression = buildListTargetingExpression();
540 o.size = buildSize(); 540 o.size = buildSize();
541 o.sslCompliant = true; 541 o.sslCompliant = true;
542 o.sslRequired = true; 542 o.sslRequired = true;
543 o.startTime = core.DateTime.parse("2002-02-27T14:01:02"); 543 o.startTime = core.DateTime.parse("2002-02-27T14:01:02");
544 o.subaccountId = "foo"; 544 o.subaccountId = "foo";
545 o.targetingTemplateId = "foo"; 545 o.targetingTemplateId = "foo";
546 o.technologyTargeting = buildTechnologyTargeting(); 546 o.technologyTargeting = buildTechnologyTargeting();
547 o.type = "foo"; 547 o.type = "foo";
548 } 548 }
(...skipping 10 matching lines...) Expand all
559 checkDimensionValue(o.advertiserIdDimensionValue); 559 checkDimensionValue(o.advertiserIdDimensionValue);
560 unittest.expect(o.archived, unittest.isTrue); 560 unittest.expect(o.archived, unittest.isTrue);
561 unittest.expect(o.audienceSegmentId, unittest.equals('foo')); 561 unittest.expect(o.audienceSegmentId, unittest.equals('foo'));
562 unittest.expect(o.campaignId, unittest.equals('foo')); 562 unittest.expect(o.campaignId, unittest.equals('foo'));
563 checkDimensionValue(o.campaignIdDimensionValue); 563 checkDimensionValue(o.campaignIdDimensionValue);
564 checkClickThroughUrl(o.clickThroughUrl); 564 checkClickThroughUrl(o.clickThroughUrl);
565 checkClickThroughUrlSuffixProperties(o.clickThroughUrlSuffixProperties); 565 checkClickThroughUrlSuffixProperties(o.clickThroughUrlSuffixProperties);
566 unittest.expect(o.comments, unittest.equals('foo')); 566 unittest.expect(o.comments, unittest.equals('foo'));
567 unittest.expect(o.compatibility, unittest.equals('foo')); 567 unittest.expect(o.compatibility, unittest.equals('foo'));
568 checkLastModifiedInfo(o.createInfo); 568 checkLastModifiedInfo(o.createInfo);
569 checkUnnamed2192(o.creativeGroupAssignments); 569 checkUnnamed2286(o.creativeGroupAssignments);
570 checkCreativeRotation(o.creativeRotation); 570 checkCreativeRotation(o.creativeRotation);
571 checkDayPartTargeting(o.dayPartTargeting); 571 checkDayPartTargeting(o.dayPartTargeting);
572 checkDefaultClickThroughEventTagProperties(o.defaultClickThroughEventTagProp erties); 572 checkDefaultClickThroughEventTagProperties(o.defaultClickThroughEventTagProp erties);
573 checkDeliverySchedule(o.deliverySchedule); 573 checkDeliverySchedule(o.deliverySchedule);
574 unittest.expect(o.dynamicClickTracker, unittest.isTrue); 574 unittest.expect(o.dynamicClickTracker, unittest.isTrue);
575 unittest.expect(o.endTime, unittest.equals(core.DateTime.parse("2002-02-27T1 4:01:02"))); 575 unittest.expect(o.endTime, unittest.equals(core.DateTime.parse("2002-02-27T1 4:01:02")));
576 checkUnnamed2193(o.eventTagOverrides); 576 checkUnnamed2287(o.eventTagOverrides);
577 checkGeoTargeting(o.geoTargeting); 577 checkGeoTargeting(o.geoTargeting);
578 unittest.expect(o.id, unittest.equals('foo')); 578 unittest.expect(o.id, unittest.equals('foo'));
579 checkDimensionValue(o.idDimensionValue); 579 checkDimensionValue(o.idDimensionValue);
580 checkKeyValueTargetingExpression(o.keyValueTargetingExpression); 580 checkKeyValueTargetingExpression(o.keyValueTargetingExpression);
581 unittest.expect(o.kind, unittest.equals('foo')); 581 unittest.expect(o.kind, unittest.equals('foo'));
582 checkLanguageTargeting(o.languageTargeting); 582 checkLanguageTargeting(o.languageTargeting);
583 checkLastModifiedInfo(o.lastModifiedInfo); 583 checkLastModifiedInfo(o.lastModifiedInfo);
584 unittest.expect(o.name, unittest.equals('foo')); 584 unittest.expect(o.name, unittest.equals('foo'));
585 checkUnnamed2194(o.placementAssignments); 585 checkUnnamed2288(o.placementAssignments);
586 checkListTargetingExpression(o.remarketingListExpression); 586 checkListTargetingExpression(o.remarketingListExpression);
587 checkSize(o.size); 587 checkSize(o.size);
588 unittest.expect(o.sslCompliant, unittest.isTrue); 588 unittest.expect(o.sslCompliant, unittest.isTrue);
589 unittest.expect(o.sslRequired, unittest.isTrue); 589 unittest.expect(o.sslRequired, unittest.isTrue);
590 unittest.expect(o.startTime, unittest.equals(core.DateTime.parse("2002-02-27 T14:01:02"))); 590 unittest.expect(o.startTime, unittest.equals(core.DateTime.parse("2002-02-27 T14:01:02")));
591 unittest.expect(o.subaccountId, unittest.equals('foo')); 591 unittest.expect(o.subaccountId, unittest.equals('foo'));
592 unittest.expect(o.targetingTemplateId, unittest.equals('foo')); 592 unittest.expect(o.targetingTemplateId, unittest.equals('foo'));
593 checkTechnologyTargeting(o.technologyTargeting); 593 checkTechnologyTargeting(o.technologyTargeting);
594 unittest.expect(o.type, unittest.equals('foo')); 594 unittest.expect(o.type, unittest.equals('foo'));
595 } 595 }
(...skipping 26 matching lines...) Expand all
622 unittest.expect(o.height, unittest.equals('foo')); 622 unittest.expect(o.height, unittest.equals('foo'));
623 unittest.expect(o.linkedPlacementId, unittest.equals('foo')); 623 unittest.expect(o.linkedPlacementId, unittest.equals('foo'));
624 unittest.expect(o.name, unittest.equals('foo')); 624 unittest.expect(o.name, unittest.equals('foo'));
625 unittest.expect(o.paymentSourceType, unittest.equals('foo')); 625 unittest.expect(o.paymentSourceType, unittest.equals('foo'));
626 unittest.expect(o.primary, unittest.isTrue); 626 unittest.expect(o.primary, unittest.isTrue);
627 unittest.expect(o.width, unittest.equals('foo')); 627 unittest.expect(o.width, unittest.equals('foo'));
628 } 628 }
629 buildCounterAdSlot--; 629 buildCounterAdSlot--;
630 } 630 }
631 631
632 buildUnnamed2195() { 632 buildUnnamed2289() {
633 var o = new core.List<api.Ad>(); 633 var o = new core.List<api.Ad>();
634 o.add(buildAd()); 634 o.add(buildAd());
635 o.add(buildAd()); 635 o.add(buildAd());
636 return o; 636 return o;
637 } 637 }
638 638
639 checkUnnamed2195(core.List<api.Ad> o) { 639 checkUnnamed2289(core.List<api.Ad> o) {
640 unittest.expect(o, unittest.hasLength(2)); 640 unittest.expect(o, unittest.hasLength(2));
641 checkAd(o[0]); 641 checkAd(o[0]);
642 checkAd(o[1]); 642 checkAd(o[1]);
643 } 643 }
644 644
645 core.int buildCounterAdsListResponse = 0; 645 core.int buildCounterAdsListResponse = 0;
646 buildAdsListResponse() { 646 buildAdsListResponse() {
647 var o = new api.AdsListResponse(); 647 var o = new api.AdsListResponse();
648 buildCounterAdsListResponse++; 648 buildCounterAdsListResponse++;
649 if (buildCounterAdsListResponse < 3) { 649 if (buildCounterAdsListResponse < 3) {
650 o.ads = buildUnnamed2195(); 650 o.ads = buildUnnamed2289();
651 o.kind = "foo"; 651 o.kind = "foo";
652 o.nextPageToken = "foo"; 652 o.nextPageToken = "foo";
653 } 653 }
654 buildCounterAdsListResponse--; 654 buildCounterAdsListResponse--;
655 return o; 655 return o;
656 } 656 }
657 657
658 checkAdsListResponse(api.AdsListResponse o) { 658 checkAdsListResponse(api.AdsListResponse o) {
659 buildCounterAdsListResponse++; 659 buildCounterAdsListResponse++;
660 if (buildCounterAdsListResponse < 3) { 660 if (buildCounterAdsListResponse < 3) {
661 checkUnnamed2195(o.ads); 661 checkUnnamed2289(o.ads);
662 unittest.expect(o.kind, unittest.equals('foo')); 662 unittest.expect(o.kind, unittest.equals('foo'));
663 unittest.expect(o.nextPageToken, unittest.equals('foo')); 663 unittest.expect(o.nextPageToken, unittest.equals('foo'));
664 } 664 }
665 buildCounterAdsListResponse--; 665 buildCounterAdsListResponse--;
666 } 666 }
667 667
668 core.int buildCounterAdvertiser = 0; 668 core.int buildCounterAdvertiser = 0;
669 buildAdvertiser() { 669 buildAdvertiser() {
670 var o = new api.Advertiser(); 670 var o = new api.Advertiser();
671 buildCounterAdvertiser++; 671 buildCounterAdvertiser++;
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
730 buildCounterAdvertiserGroup++; 730 buildCounterAdvertiserGroup++;
731 if (buildCounterAdvertiserGroup < 3) { 731 if (buildCounterAdvertiserGroup < 3) {
732 unittest.expect(o.accountId, unittest.equals('foo')); 732 unittest.expect(o.accountId, unittest.equals('foo'));
733 unittest.expect(o.id, unittest.equals('foo')); 733 unittest.expect(o.id, unittest.equals('foo'));
734 unittest.expect(o.kind, unittest.equals('foo')); 734 unittest.expect(o.kind, unittest.equals('foo'));
735 unittest.expect(o.name, unittest.equals('foo')); 735 unittest.expect(o.name, unittest.equals('foo'));
736 } 736 }
737 buildCounterAdvertiserGroup--; 737 buildCounterAdvertiserGroup--;
738 } 738 }
739 739
740 buildUnnamed2196() { 740 buildUnnamed2290() {
741 var o = new core.List<api.AdvertiserGroup>(); 741 var o = new core.List<api.AdvertiserGroup>();
742 o.add(buildAdvertiserGroup()); 742 o.add(buildAdvertiserGroup());
743 o.add(buildAdvertiserGroup()); 743 o.add(buildAdvertiserGroup());
744 return o; 744 return o;
745 } 745 }
746 746
747 checkUnnamed2196(core.List<api.AdvertiserGroup> o) { 747 checkUnnamed2290(core.List<api.AdvertiserGroup> o) {
748 unittest.expect(o, unittest.hasLength(2)); 748 unittest.expect(o, unittest.hasLength(2));
749 checkAdvertiserGroup(o[0]); 749 checkAdvertiserGroup(o[0]);
750 checkAdvertiserGroup(o[1]); 750 checkAdvertiserGroup(o[1]);
751 } 751 }
752 752
753 core.int buildCounterAdvertiserGroupsListResponse = 0; 753 core.int buildCounterAdvertiserGroupsListResponse = 0;
754 buildAdvertiserGroupsListResponse() { 754 buildAdvertiserGroupsListResponse() {
755 var o = new api.AdvertiserGroupsListResponse(); 755 var o = new api.AdvertiserGroupsListResponse();
756 buildCounterAdvertiserGroupsListResponse++; 756 buildCounterAdvertiserGroupsListResponse++;
757 if (buildCounterAdvertiserGroupsListResponse < 3) { 757 if (buildCounterAdvertiserGroupsListResponse < 3) {
758 o.advertiserGroups = buildUnnamed2196(); 758 o.advertiserGroups = buildUnnamed2290();
759 o.kind = "foo"; 759 o.kind = "foo";
760 o.nextPageToken = "foo"; 760 o.nextPageToken = "foo";
761 } 761 }
762 buildCounterAdvertiserGroupsListResponse--; 762 buildCounterAdvertiserGroupsListResponse--;
763 return o; 763 return o;
764 } 764 }
765 765
766 checkAdvertiserGroupsListResponse(api.AdvertiserGroupsListResponse o) { 766 checkAdvertiserGroupsListResponse(api.AdvertiserGroupsListResponse o) {
767 buildCounterAdvertiserGroupsListResponse++; 767 buildCounterAdvertiserGroupsListResponse++;
768 if (buildCounterAdvertiserGroupsListResponse < 3) { 768 if (buildCounterAdvertiserGroupsListResponse < 3) {
769 checkUnnamed2196(o.advertiserGroups); 769 checkUnnamed2290(o.advertiserGroups);
770 unittest.expect(o.kind, unittest.equals('foo')); 770 unittest.expect(o.kind, unittest.equals('foo'));
771 unittest.expect(o.nextPageToken, unittest.equals('foo')); 771 unittest.expect(o.nextPageToken, unittest.equals('foo'));
772 } 772 }
773 buildCounterAdvertiserGroupsListResponse--; 773 buildCounterAdvertiserGroupsListResponse--;
774 } 774 }
775 775
776 buildUnnamed2197() { 776 buildUnnamed2291() {
777 var o = new core.List<api.Advertiser>(); 777 var o = new core.List<api.Advertiser>();
778 o.add(buildAdvertiser()); 778 o.add(buildAdvertiser());
779 o.add(buildAdvertiser()); 779 o.add(buildAdvertiser());
780 return o; 780 return o;
781 } 781 }
782 782
783 checkUnnamed2197(core.List<api.Advertiser> o) { 783 checkUnnamed2291(core.List<api.Advertiser> o) {
784 unittest.expect(o, unittest.hasLength(2)); 784 unittest.expect(o, unittest.hasLength(2));
785 checkAdvertiser(o[0]); 785 checkAdvertiser(o[0]);
786 checkAdvertiser(o[1]); 786 checkAdvertiser(o[1]);
787 } 787 }
788 788
789 core.int buildCounterAdvertisersListResponse = 0; 789 core.int buildCounterAdvertisersListResponse = 0;
790 buildAdvertisersListResponse() { 790 buildAdvertisersListResponse() {
791 var o = new api.AdvertisersListResponse(); 791 var o = new api.AdvertisersListResponse();
792 buildCounterAdvertisersListResponse++; 792 buildCounterAdvertisersListResponse++;
793 if (buildCounterAdvertisersListResponse < 3) { 793 if (buildCounterAdvertisersListResponse < 3) {
794 o.advertisers = buildUnnamed2197(); 794 o.advertisers = buildUnnamed2291();
795 o.kind = "foo"; 795 o.kind = "foo";
796 o.nextPageToken = "foo"; 796 o.nextPageToken = "foo";
797 } 797 }
798 buildCounterAdvertisersListResponse--; 798 buildCounterAdvertisersListResponse--;
799 return o; 799 return o;
800 } 800 }
801 801
802 checkAdvertisersListResponse(api.AdvertisersListResponse o) { 802 checkAdvertisersListResponse(api.AdvertisersListResponse o) {
803 buildCounterAdvertisersListResponse++; 803 buildCounterAdvertisersListResponse++;
804 if (buildCounterAdvertisersListResponse < 3) { 804 if (buildCounterAdvertisersListResponse < 3) {
805 checkUnnamed2197(o.advertisers); 805 checkUnnamed2291(o.advertisers);
806 unittest.expect(o.kind, unittest.equals('foo')); 806 unittest.expect(o.kind, unittest.equals('foo'));
807 unittest.expect(o.nextPageToken, unittest.equals('foo')); 807 unittest.expect(o.nextPageToken, unittest.equals('foo'));
808 } 808 }
809 buildCounterAdvertisersListResponse--; 809 buildCounterAdvertisersListResponse--;
810 } 810 }
811 811
812 core.int buildCounterAudienceSegment = 0; 812 core.int buildCounterAudienceSegment = 0;
813 buildAudienceSegment() { 813 buildAudienceSegment() {
814 var o = new api.AudienceSegment(); 814 var o = new api.AudienceSegment();
815 buildCounterAudienceSegment++; 815 buildCounterAudienceSegment++;
816 if (buildCounterAudienceSegment < 3) { 816 if (buildCounterAudienceSegment < 3) {
817 o.allocation = 42; 817 o.allocation = 42;
818 o.id = "foo"; 818 o.id = "foo";
819 o.name = "foo"; 819 o.name = "foo";
820 } 820 }
821 buildCounterAudienceSegment--; 821 buildCounterAudienceSegment--;
822 return o; 822 return o;
823 } 823 }
824 824
825 checkAudienceSegment(api.AudienceSegment o) { 825 checkAudienceSegment(api.AudienceSegment o) {
826 buildCounterAudienceSegment++; 826 buildCounterAudienceSegment++;
827 if (buildCounterAudienceSegment < 3) { 827 if (buildCounterAudienceSegment < 3) {
828 unittest.expect(o.allocation, unittest.equals(42)); 828 unittest.expect(o.allocation, unittest.equals(42));
829 unittest.expect(o.id, unittest.equals('foo')); 829 unittest.expect(o.id, unittest.equals('foo'));
830 unittest.expect(o.name, unittest.equals('foo')); 830 unittest.expect(o.name, unittest.equals('foo'));
831 } 831 }
832 buildCounterAudienceSegment--; 832 buildCounterAudienceSegment--;
833 } 833 }
834 834
835 buildUnnamed2198() { 835 buildUnnamed2292() {
836 var o = new core.List<api.AudienceSegment>(); 836 var o = new core.List<api.AudienceSegment>();
837 o.add(buildAudienceSegment()); 837 o.add(buildAudienceSegment());
838 o.add(buildAudienceSegment()); 838 o.add(buildAudienceSegment());
839 return o; 839 return o;
840 } 840 }
841 841
842 checkUnnamed2198(core.List<api.AudienceSegment> o) { 842 checkUnnamed2292(core.List<api.AudienceSegment> o) {
843 unittest.expect(o, unittest.hasLength(2)); 843 unittest.expect(o, unittest.hasLength(2));
844 checkAudienceSegment(o[0]); 844 checkAudienceSegment(o[0]);
845 checkAudienceSegment(o[1]); 845 checkAudienceSegment(o[1]);
846 } 846 }
847 847
848 core.int buildCounterAudienceSegmentGroup = 0; 848 core.int buildCounterAudienceSegmentGroup = 0;
849 buildAudienceSegmentGroup() { 849 buildAudienceSegmentGroup() {
850 var o = new api.AudienceSegmentGroup(); 850 var o = new api.AudienceSegmentGroup();
851 buildCounterAudienceSegmentGroup++; 851 buildCounterAudienceSegmentGroup++;
852 if (buildCounterAudienceSegmentGroup < 3) { 852 if (buildCounterAudienceSegmentGroup < 3) {
853 o.audienceSegments = buildUnnamed2198(); 853 o.audienceSegments = buildUnnamed2292();
854 o.id = "foo"; 854 o.id = "foo";
855 o.name = "foo"; 855 o.name = "foo";
856 } 856 }
857 buildCounterAudienceSegmentGroup--; 857 buildCounterAudienceSegmentGroup--;
858 return o; 858 return o;
859 } 859 }
860 860
861 checkAudienceSegmentGroup(api.AudienceSegmentGroup o) { 861 checkAudienceSegmentGroup(api.AudienceSegmentGroup o) {
862 buildCounterAudienceSegmentGroup++; 862 buildCounterAudienceSegmentGroup++;
863 if (buildCounterAudienceSegmentGroup < 3) { 863 if (buildCounterAudienceSegmentGroup < 3) {
864 checkUnnamed2198(o.audienceSegments); 864 checkUnnamed2292(o.audienceSegments);
865 unittest.expect(o.id, unittest.equals('foo')); 865 unittest.expect(o.id, unittest.equals('foo'));
866 unittest.expect(o.name, unittest.equals('foo')); 866 unittest.expect(o.name, unittest.equals('foo'));
867 } 867 }
868 buildCounterAudienceSegmentGroup--; 868 buildCounterAudienceSegmentGroup--;
869 } 869 }
870 870
871 core.int buildCounterBrowser = 0; 871 core.int buildCounterBrowser = 0;
872 buildBrowser() { 872 buildBrowser() {
873 var o = new api.Browser(); 873 var o = new api.Browser();
874 buildCounterBrowser++; 874 buildCounterBrowser++;
(...skipping 15 matching lines...) Expand all
890 unittest.expect(o.browserVersionId, unittest.equals('foo')); 890 unittest.expect(o.browserVersionId, unittest.equals('foo'));
891 unittest.expect(o.dartId, unittest.equals('foo')); 891 unittest.expect(o.dartId, unittest.equals('foo'));
892 unittest.expect(o.kind, unittest.equals('foo')); 892 unittest.expect(o.kind, unittest.equals('foo'));
893 unittest.expect(o.majorVersion, unittest.equals('foo')); 893 unittest.expect(o.majorVersion, unittest.equals('foo'));
894 unittest.expect(o.minorVersion, unittest.equals('foo')); 894 unittest.expect(o.minorVersion, unittest.equals('foo'));
895 unittest.expect(o.name, unittest.equals('foo')); 895 unittest.expect(o.name, unittest.equals('foo'));
896 } 896 }
897 buildCounterBrowser--; 897 buildCounterBrowser--;
898 } 898 }
899 899
900 buildUnnamed2199() { 900 buildUnnamed2293() {
901 var o = new core.List<api.Browser>(); 901 var o = new core.List<api.Browser>();
902 o.add(buildBrowser()); 902 o.add(buildBrowser());
903 o.add(buildBrowser()); 903 o.add(buildBrowser());
904 return o; 904 return o;
905 } 905 }
906 906
907 checkUnnamed2199(core.List<api.Browser> o) { 907 checkUnnamed2293(core.List<api.Browser> o) {
908 unittest.expect(o, unittest.hasLength(2)); 908 unittest.expect(o, unittest.hasLength(2));
909 checkBrowser(o[0]); 909 checkBrowser(o[0]);
910 checkBrowser(o[1]); 910 checkBrowser(o[1]);
911 } 911 }
912 912
913 core.int buildCounterBrowsersListResponse = 0; 913 core.int buildCounterBrowsersListResponse = 0;
914 buildBrowsersListResponse() { 914 buildBrowsersListResponse() {
915 var o = new api.BrowsersListResponse(); 915 var o = new api.BrowsersListResponse();
916 buildCounterBrowsersListResponse++; 916 buildCounterBrowsersListResponse++;
917 if (buildCounterBrowsersListResponse < 3) { 917 if (buildCounterBrowsersListResponse < 3) {
918 o.browsers = buildUnnamed2199(); 918 o.browsers = buildUnnamed2293();
919 o.kind = "foo"; 919 o.kind = "foo";
920 } 920 }
921 buildCounterBrowsersListResponse--; 921 buildCounterBrowsersListResponse--;
922 return o; 922 return o;
923 } 923 }
924 924
925 checkBrowsersListResponse(api.BrowsersListResponse o) { 925 checkBrowsersListResponse(api.BrowsersListResponse o) {
926 buildCounterBrowsersListResponse++; 926 buildCounterBrowsersListResponse++;
927 if (buildCounterBrowsersListResponse < 3) { 927 if (buildCounterBrowsersListResponse < 3) {
928 checkUnnamed2199(o.browsers); 928 checkUnnamed2293(o.browsers);
929 unittest.expect(o.kind, unittest.equals('foo')); 929 unittest.expect(o.kind, unittest.equals('foo'));
930 } 930 }
931 buildCounterBrowsersListResponse--; 931 buildCounterBrowsersListResponse--;
932 } 932 }
933 933
934 buildUnnamed2200() { 934 buildUnnamed2294() {
935 var o = new core.List<api.CreativeOptimizationConfiguration>(); 935 var o = new core.List<api.CreativeOptimizationConfiguration>();
936 o.add(buildCreativeOptimizationConfiguration()); 936 o.add(buildCreativeOptimizationConfiguration());
937 o.add(buildCreativeOptimizationConfiguration()); 937 o.add(buildCreativeOptimizationConfiguration());
938 return o; 938 return o;
939 } 939 }
940 940
941 checkUnnamed2200(core.List<api.CreativeOptimizationConfiguration> o) { 941 checkUnnamed2294(core.List<api.CreativeOptimizationConfiguration> o) {
942 unittest.expect(o, unittest.hasLength(2)); 942 unittest.expect(o, unittest.hasLength(2));
943 checkCreativeOptimizationConfiguration(o[0]); 943 checkCreativeOptimizationConfiguration(o[0]);
944 checkCreativeOptimizationConfiguration(o[1]); 944 checkCreativeOptimizationConfiguration(o[1]);
945 } 945 }
946 946
947 buildUnnamed2201() { 947 buildUnnamed2295() {
948 var o = new core.List<api.AudienceSegmentGroup>(); 948 var o = new core.List<api.AudienceSegmentGroup>();
949 o.add(buildAudienceSegmentGroup()); 949 o.add(buildAudienceSegmentGroup());
950 o.add(buildAudienceSegmentGroup()); 950 o.add(buildAudienceSegmentGroup());
951 return o; 951 return o;
952 } 952 }
953 953
954 checkUnnamed2201(core.List<api.AudienceSegmentGroup> o) { 954 checkUnnamed2295(core.List<api.AudienceSegmentGroup> o) {
955 unittest.expect(o, unittest.hasLength(2)); 955 unittest.expect(o, unittest.hasLength(2));
956 checkAudienceSegmentGroup(o[0]); 956 checkAudienceSegmentGroup(o[0]);
957 checkAudienceSegmentGroup(o[1]); 957 checkAudienceSegmentGroup(o[1]);
958 } 958 }
959 959
960 buildUnnamed2202() { 960 buildUnnamed2296() {
961 var o = new core.List<core.String>(); 961 var o = new core.List<core.String>();
962 o.add("foo"); 962 o.add("foo");
963 o.add("foo"); 963 o.add("foo");
964 return o; 964 return o;
965 } 965 }
966 966
967 checkUnnamed2202(core.List<core.String> o) { 967 checkUnnamed2296(core.List<core.String> o) {
968 unittest.expect(o, unittest.hasLength(2)); 968 unittest.expect(o, unittest.hasLength(2));
969 unittest.expect(o[0], unittest.equals('foo')); 969 unittest.expect(o[0], unittest.equals('foo'));
970 unittest.expect(o[1], unittest.equals('foo')); 970 unittest.expect(o[1], unittest.equals('foo'));
971 } 971 }
972 972
973 buildUnnamed2203() { 973 buildUnnamed2297() {
974 var o = new core.List<api.EventTagOverride>(); 974 var o = new core.List<api.EventTagOverride>();
975 o.add(buildEventTagOverride()); 975 o.add(buildEventTagOverride());
976 o.add(buildEventTagOverride()); 976 o.add(buildEventTagOverride());
977 return o; 977 return o;
978 } 978 }
979 979
980 checkUnnamed2203(core.List<api.EventTagOverride> o) { 980 checkUnnamed2297(core.List<api.EventTagOverride> o) {
981 unittest.expect(o, unittest.hasLength(2)); 981 unittest.expect(o, unittest.hasLength(2));
982 checkEventTagOverride(o[0]); 982 checkEventTagOverride(o[0]);
983 checkEventTagOverride(o[1]); 983 checkEventTagOverride(o[1]);
984 } 984 }
985 985
986 buildUnnamed2204() { 986 buildUnnamed2298() {
987 var o = new core.List<core.String>(); 987 var o = new core.List<core.String>();
988 o.add("foo"); 988 o.add("foo");
989 o.add("foo"); 989 o.add("foo");
990 return o; 990 return o;
991 } 991 }
992 992
993 checkUnnamed2204(core.List<core.String> o) { 993 checkUnnamed2298(core.List<core.String> o) {
994 unittest.expect(o, unittest.hasLength(2)); 994 unittest.expect(o, unittest.hasLength(2));
995 unittest.expect(o[0], unittest.equals('foo')); 995 unittest.expect(o[0], unittest.equals('foo'));
996 unittest.expect(o[1], unittest.equals('foo')); 996 unittest.expect(o[1], unittest.equals('foo'));
997 } 997 }
998 998
999 core.int buildCounterCampaign = 0; 999 core.int buildCounterCampaign = 0;
1000 buildCampaign() { 1000 buildCampaign() {
1001 var o = new api.Campaign(); 1001 var o = new api.Campaign();
1002 buildCounterCampaign++; 1002 buildCounterCampaign++;
1003 if (buildCounterCampaign < 3) { 1003 if (buildCounterCampaign < 3) {
1004 o.accountId = "foo"; 1004 o.accountId = "foo";
1005 o.additionalCreativeOptimizationConfigurations = buildUnnamed2200(); 1005 o.additionalCreativeOptimizationConfigurations = buildUnnamed2294();
1006 o.advertiserGroupId = "foo"; 1006 o.advertiserGroupId = "foo";
1007 o.advertiserId = "foo"; 1007 o.advertiserId = "foo";
1008 o.advertiserIdDimensionValue = buildDimensionValue(); 1008 o.advertiserIdDimensionValue = buildDimensionValue();
1009 o.archived = true; 1009 o.archived = true;
1010 o.audienceSegmentGroups = buildUnnamed2201(); 1010 o.audienceSegmentGroups = buildUnnamed2295();
1011 o.billingInvoiceCode = "foo"; 1011 o.billingInvoiceCode = "foo";
1012 o.clickThroughUrlSuffixProperties = buildClickThroughUrlSuffixProperties(); 1012 o.clickThroughUrlSuffixProperties = buildClickThroughUrlSuffixProperties();
1013 o.comment = "foo"; 1013 o.comment = "foo";
1014 o.createInfo = buildLastModifiedInfo(); 1014 o.createInfo = buildLastModifiedInfo();
1015 o.creativeGroupIds = buildUnnamed2202(); 1015 o.creativeGroupIds = buildUnnamed2296();
1016 o.creativeOptimizationConfiguration = buildCreativeOptimizationConfiguration (); 1016 o.creativeOptimizationConfiguration = buildCreativeOptimizationConfiguration ();
1017 o.defaultClickThroughEventTagProperties = buildDefaultClickThroughEventTagPr operties(); 1017 o.defaultClickThroughEventTagProperties = buildDefaultClickThroughEventTagPr operties();
1018 o.endDate = core.DateTime.parse("2002-02-27T14:01:02Z"); 1018 o.endDate = core.DateTime.parse("2002-02-27T14:01:02Z");
1019 o.eventTagOverrides = buildUnnamed2203(); 1019 o.eventTagOverrides = buildUnnamed2297();
1020 o.externalId = "foo"; 1020 o.externalId = "foo";
1021 o.id = "foo"; 1021 o.id = "foo";
1022 o.idDimensionValue = buildDimensionValue(); 1022 o.idDimensionValue = buildDimensionValue();
1023 o.kind = "foo"; 1023 o.kind = "foo";
1024 o.lastModifiedInfo = buildLastModifiedInfo(); 1024 o.lastModifiedInfo = buildLastModifiedInfo();
1025 o.lookbackConfiguration = buildLookbackConfiguration(); 1025 o.lookbackConfiguration = buildLookbackConfiguration();
1026 o.name = "foo"; 1026 o.name = "foo";
1027 o.nielsenOcrEnabled = true; 1027 o.nielsenOcrEnabled = true;
1028 o.startDate = core.DateTime.parse("2002-02-27T14:01:02Z"); 1028 o.startDate = core.DateTime.parse("2002-02-27T14:01:02Z");
1029 o.subaccountId = "foo"; 1029 o.subaccountId = "foo";
1030 o.traffickerEmails = buildUnnamed2204(); 1030 o.traffickerEmails = buildUnnamed2298();
1031 } 1031 }
1032 buildCounterCampaign--; 1032 buildCounterCampaign--;
1033 return o; 1033 return o;
1034 } 1034 }
1035 1035
1036 checkCampaign(api.Campaign o) { 1036 checkCampaign(api.Campaign o) {
1037 buildCounterCampaign++; 1037 buildCounterCampaign++;
1038 if (buildCounterCampaign < 3) { 1038 if (buildCounterCampaign < 3) {
1039 unittest.expect(o.accountId, unittest.equals('foo')); 1039 unittest.expect(o.accountId, unittest.equals('foo'));
1040 checkUnnamed2200(o.additionalCreativeOptimizationConfigurations); 1040 checkUnnamed2294(o.additionalCreativeOptimizationConfigurations);
1041 unittest.expect(o.advertiserGroupId, unittest.equals('foo')); 1041 unittest.expect(o.advertiserGroupId, unittest.equals('foo'));
1042 unittest.expect(o.advertiserId, unittest.equals('foo')); 1042 unittest.expect(o.advertiserId, unittest.equals('foo'));
1043 checkDimensionValue(o.advertiserIdDimensionValue); 1043 checkDimensionValue(o.advertiserIdDimensionValue);
1044 unittest.expect(o.archived, unittest.isTrue); 1044 unittest.expect(o.archived, unittest.isTrue);
1045 checkUnnamed2201(o.audienceSegmentGroups); 1045 checkUnnamed2295(o.audienceSegmentGroups);
1046 unittest.expect(o.billingInvoiceCode, unittest.equals('foo')); 1046 unittest.expect(o.billingInvoiceCode, unittest.equals('foo'));
1047 checkClickThroughUrlSuffixProperties(o.clickThroughUrlSuffixProperties); 1047 checkClickThroughUrlSuffixProperties(o.clickThroughUrlSuffixProperties);
1048 unittest.expect(o.comment, unittest.equals('foo')); 1048 unittest.expect(o.comment, unittest.equals('foo'));
1049 checkLastModifiedInfo(o.createInfo); 1049 checkLastModifiedInfo(o.createInfo);
1050 checkUnnamed2202(o.creativeGroupIds); 1050 checkUnnamed2296(o.creativeGroupIds);
1051 checkCreativeOptimizationConfiguration(o.creativeOptimizationConfiguration); 1051 checkCreativeOptimizationConfiguration(o.creativeOptimizationConfiguration);
1052 checkDefaultClickThroughEventTagProperties(o.defaultClickThroughEventTagProp erties); 1052 checkDefaultClickThroughEventTagProperties(o.defaultClickThroughEventTagProp erties);
1053 unittest.expect(o.endDate, unittest.equals(core.DateTime.parse("2002-02-27T0 0:00:00"))); 1053 unittest.expect(o.endDate, unittest.equals(core.DateTime.parse("2002-02-27T0 0:00:00")));
1054 checkUnnamed2203(o.eventTagOverrides); 1054 checkUnnamed2297(o.eventTagOverrides);
1055 unittest.expect(o.externalId, unittest.equals('foo')); 1055 unittest.expect(o.externalId, unittest.equals('foo'));
1056 unittest.expect(o.id, unittest.equals('foo')); 1056 unittest.expect(o.id, unittest.equals('foo'));
1057 checkDimensionValue(o.idDimensionValue); 1057 checkDimensionValue(o.idDimensionValue);
1058 unittest.expect(o.kind, unittest.equals('foo')); 1058 unittest.expect(o.kind, unittest.equals('foo'));
1059 checkLastModifiedInfo(o.lastModifiedInfo); 1059 checkLastModifiedInfo(o.lastModifiedInfo);
1060 checkLookbackConfiguration(o.lookbackConfiguration); 1060 checkLookbackConfiguration(o.lookbackConfiguration);
1061 unittest.expect(o.name, unittest.equals('foo')); 1061 unittest.expect(o.name, unittest.equals('foo'));
1062 unittest.expect(o.nielsenOcrEnabled, unittest.isTrue); 1062 unittest.expect(o.nielsenOcrEnabled, unittest.isTrue);
1063 unittest.expect(o.startDate, unittest.equals(core.DateTime.parse("2002-02-27 T00:00:00"))); 1063 unittest.expect(o.startDate, unittest.equals(core.DateTime.parse("2002-02-27 T00:00:00")));
1064 unittest.expect(o.subaccountId, unittest.equals('foo')); 1064 unittest.expect(o.subaccountId, unittest.equals('foo'));
1065 checkUnnamed2204(o.traffickerEmails); 1065 checkUnnamed2298(o.traffickerEmails);
1066 } 1066 }
1067 buildCounterCampaign--; 1067 buildCounterCampaign--;
1068 } 1068 }
1069 1069
1070 core.int buildCounterCampaignCreativeAssociation = 0; 1070 core.int buildCounterCampaignCreativeAssociation = 0;
1071 buildCampaignCreativeAssociation() { 1071 buildCampaignCreativeAssociation() {
1072 var o = new api.CampaignCreativeAssociation(); 1072 var o = new api.CampaignCreativeAssociation();
1073 buildCounterCampaignCreativeAssociation++; 1073 buildCounterCampaignCreativeAssociation++;
1074 if (buildCounterCampaignCreativeAssociation < 3) { 1074 if (buildCounterCampaignCreativeAssociation < 3) {
1075 o.creativeId = "foo"; 1075 o.creativeId = "foo";
1076 o.kind = "foo"; 1076 o.kind = "foo";
1077 } 1077 }
1078 buildCounterCampaignCreativeAssociation--; 1078 buildCounterCampaignCreativeAssociation--;
1079 return o; 1079 return o;
1080 } 1080 }
1081 1081
1082 checkCampaignCreativeAssociation(api.CampaignCreativeAssociation o) { 1082 checkCampaignCreativeAssociation(api.CampaignCreativeAssociation o) {
1083 buildCounterCampaignCreativeAssociation++; 1083 buildCounterCampaignCreativeAssociation++;
1084 if (buildCounterCampaignCreativeAssociation < 3) { 1084 if (buildCounterCampaignCreativeAssociation < 3) {
1085 unittest.expect(o.creativeId, unittest.equals('foo')); 1085 unittest.expect(o.creativeId, unittest.equals('foo'));
1086 unittest.expect(o.kind, unittest.equals('foo')); 1086 unittest.expect(o.kind, unittest.equals('foo'));
1087 } 1087 }
1088 buildCounterCampaignCreativeAssociation--; 1088 buildCounterCampaignCreativeAssociation--;
1089 } 1089 }
1090 1090
1091 buildUnnamed2205() { 1091 buildUnnamed2299() {
1092 var o = new core.List<api.CampaignCreativeAssociation>(); 1092 var o = new core.List<api.CampaignCreativeAssociation>();
1093 o.add(buildCampaignCreativeAssociation()); 1093 o.add(buildCampaignCreativeAssociation());
1094 o.add(buildCampaignCreativeAssociation()); 1094 o.add(buildCampaignCreativeAssociation());
1095 return o; 1095 return o;
1096 } 1096 }
1097 1097
1098 checkUnnamed2205(core.List<api.CampaignCreativeAssociation> o) { 1098 checkUnnamed2299(core.List<api.CampaignCreativeAssociation> o) {
1099 unittest.expect(o, unittest.hasLength(2)); 1099 unittest.expect(o, unittest.hasLength(2));
1100 checkCampaignCreativeAssociation(o[0]); 1100 checkCampaignCreativeAssociation(o[0]);
1101 checkCampaignCreativeAssociation(o[1]); 1101 checkCampaignCreativeAssociation(o[1]);
1102 } 1102 }
1103 1103
1104 core.int buildCounterCampaignCreativeAssociationsListResponse = 0; 1104 core.int buildCounterCampaignCreativeAssociationsListResponse = 0;
1105 buildCampaignCreativeAssociationsListResponse() { 1105 buildCampaignCreativeAssociationsListResponse() {
1106 var o = new api.CampaignCreativeAssociationsListResponse(); 1106 var o = new api.CampaignCreativeAssociationsListResponse();
1107 buildCounterCampaignCreativeAssociationsListResponse++; 1107 buildCounterCampaignCreativeAssociationsListResponse++;
1108 if (buildCounterCampaignCreativeAssociationsListResponse < 3) { 1108 if (buildCounterCampaignCreativeAssociationsListResponse < 3) {
1109 o.campaignCreativeAssociations = buildUnnamed2205(); 1109 o.campaignCreativeAssociations = buildUnnamed2299();
1110 o.kind = "foo"; 1110 o.kind = "foo";
1111 o.nextPageToken = "foo"; 1111 o.nextPageToken = "foo";
1112 } 1112 }
1113 buildCounterCampaignCreativeAssociationsListResponse--; 1113 buildCounterCampaignCreativeAssociationsListResponse--;
1114 return o; 1114 return o;
1115 } 1115 }
1116 1116
1117 checkCampaignCreativeAssociationsListResponse(api.CampaignCreativeAssociationsLi stResponse o) { 1117 checkCampaignCreativeAssociationsListResponse(api.CampaignCreativeAssociationsLi stResponse o) {
1118 buildCounterCampaignCreativeAssociationsListResponse++; 1118 buildCounterCampaignCreativeAssociationsListResponse++;
1119 if (buildCounterCampaignCreativeAssociationsListResponse < 3) { 1119 if (buildCounterCampaignCreativeAssociationsListResponse < 3) {
1120 checkUnnamed2205(o.campaignCreativeAssociations); 1120 checkUnnamed2299(o.campaignCreativeAssociations);
1121 unittest.expect(o.kind, unittest.equals('foo')); 1121 unittest.expect(o.kind, unittest.equals('foo'));
1122 unittest.expect(o.nextPageToken, unittest.equals('foo')); 1122 unittest.expect(o.nextPageToken, unittest.equals('foo'));
1123 } 1123 }
1124 buildCounterCampaignCreativeAssociationsListResponse--; 1124 buildCounterCampaignCreativeAssociationsListResponse--;
1125 } 1125 }
1126 1126
1127 buildUnnamed2206() { 1127 buildUnnamed2300() {
1128 var o = new core.List<api.Campaign>(); 1128 var o = new core.List<api.Campaign>();
1129 o.add(buildCampaign()); 1129 o.add(buildCampaign());
1130 o.add(buildCampaign()); 1130 o.add(buildCampaign());
1131 return o; 1131 return o;
1132 } 1132 }
1133 1133
1134 checkUnnamed2206(core.List<api.Campaign> o) { 1134 checkUnnamed2300(core.List<api.Campaign> o) {
1135 unittest.expect(o, unittest.hasLength(2)); 1135 unittest.expect(o, unittest.hasLength(2));
1136 checkCampaign(o[0]); 1136 checkCampaign(o[0]);
1137 checkCampaign(o[1]); 1137 checkCampaign(o[1]);
1138 } 1138 }
1139 1139
1140 core.int buildCounterCampaignsListResponse = 0; 1140 core.int buildCounterCampaignsListResponse = 0;
1141 buildCampaignsListResponse() { 1141 buildCampaignsListResponse() {
1142 var o = new api.CampaignsListResponse(); 1142 var o = new api.CampaignsListResponse();
1143 buildCounterCampaignsListResponse++; 1143 buildCounterCampaignsListResponse++;
1144 if (buildCounterCampaignsListResponse < 3) { 1144 if (buildCounterCampaignsListResponse < 3) {
1145 o.campaigns = buildUnnamed2206(); 1145 o.campaigns = buildUnnamed2300();
1146 o.kind = "foo"; 1146 o.kind = "foo";
1147 o.nextPageToken = "foo"; 1147 o.nextPageToken = "foo";
1148 } 1148 }
1149 buildCounterCampaignsListResponse--; 1149 buildCounterCampaignsListResponse--;
1150 return o; 1150 return o;
1151 } 1151 }
1152 1152
1153 checkCampaignsListResponse(api.CampaignsListResponse o) { 1153 checkCampaignsListResponse(api.CampaignsListResponse o) {
1154 buildCounterCampaignsListResponse++; 1154 buildCounterCampaignsListResponse++;
1155 if (buildCounterCampaignsListResponse < 3) { 1155 if (buildCounterCampaignsListResponse < 3) {
1156 checkUnnamed2206(o.campaigns); 1156 checkUnnamed2300(o.campaigns);
1157 unittest.expect(o.kind, unittest.equals('foo')); 1157 unittest.expect(o.kind, unittest.equals('foo'));
1158 unittest.expect(o.nextPageToken, unittest.equals('foo')); 1158 unittest.expect(o.nextPageToken, unittest.equals('foo'));
1159 } 1159 }
1160 buildCounterCampaignsListResponse--; 1160 buildCounterCampaignsListResponse--;
1161 } 1161 }
1162 1162
1163 core.int buildCounterChangeLog = 0; 1163 core.int buildCounterChangeLog = 0;
1164 buildChangeLog() { 1164 buildChangeLog() {
1165 var o = new api.ChangeLog(); 1165 var o = new api.ChangeLog();
1166 buildCounterChangeLog++; 1166 buildCounterChangeLog++;
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
1198 unittest.expect(o.objectType, unittest.equals('foo')); 1198 unittest.expect(o.objectType, unittest.equals('foo'));
1199 unittest.expect(o.oldValue, unittest.equals('foo')); 1199 unittest.expect(o.oldValue, unittest.equals('foo'));
1200 unittest.expect(o.subaccountId, unittest.equals('foo')); 1200 unittest.expect(o.subaccountId, unittest.equals('foo'));
1201 unittest.expect(o.transactionId, unittest.equals('foo')); 1201 unittest.expect(o.transactionId, unittest.equals('foo'));
1202 unittest.expect(o.userProfileId, unittest.equals('foo')); 1202 unittest.expect(o.userProfileId, unittest.equals('foo'));
1203 unittest.expect(o.userProfileName, unittest.equals('foo')); 1203 unittest.expect(o.userProfileName, unittest.equals('foo'));
1204 } 1204 }
1205 buildCounterChangeLog--; 1205 buildCounterChangeLog--;
1206 } 1206 }
1207 1207
1208 buildUnnamed2207() { 1208 buildUnnamed2301() {
1209 var o = new core.List<api.ChangeLog>(); 1209 var o = new core.List<api.ChangeLog>();
1210 o.add(buildChangeLog()); 1210 o.add(buildChangeLog());
1211 o.add(buildChangeLog()); 1211 o.add(buildChangeLog());
1212 return o; 1212 return o;
1213 } 1213 }
1214 1214
1215 checkUnnamed2207(core.List<api.ChangeLog> o) { 1215 checkUnnamed2301(core.List<api.ChangeLog> o) {
1216 unittest.expect(o, unittest.hasLength(2)); 1216 unittest.expect(o, unittest.hasLength(2));
1217 checkChangeLog(o[0]); 1217 checkChangeLog(o[0]);
1218 checkChangeLog(o[1]); 1218 checkChangeLog(o[1]);
1219 } 1219 }
1220 1220
1221 core.int buildCounterChangeLogsListResponse = 0; 1221 core.int buildCounterChangeLogsListResponse = 0;
1222 buildChangeLogsListResponse() { 1222 buildChangeLogsListResponse() {
1223 var o = new api.ChangeLogsListResponse(); 1223 var o = new api.ChangeLogsListResponse();
1224 buildCounterChangeLogsListResponse++; 1224 buildCounterChangeLogsListResponse++;
1225 if (buildCounterChangeLogsListResponse < 3) { 1225 if (buildCounterChangeLogsListResponse < 3) {
1226 o.changeLogs = buildUnnamed2207(); 1226 o.changeLogs = buildUnnamed2301();
1227 o.kind = "foo"; 1227 o.kind = "foo";
1228 o.nextPageToken = "foo"; 1228 o.nextPageToken = "foo";
1229 } 1229 }
1230 buildCounterChangeLogsListResponse--; 1230 buildCounterChangeLogsListResponse--;
1231 return o; 1231 return o;
1232 } 1232 }
1233 1233
1234 checkChangeLogsListResponse(api.ChangeLogsListResponse o) { 1234 checkChangeLogsListResponse(api.ChangeLogsListResponse o) {
1235 buildCounterChangeLogsListResponse++; 1235 buildCounterChangeLogsListResponse++;
1236 if (buildCounterChangeLogsListResponse < 3) { 1236 if (buildCounterChangeLogsListResponse < 3) {
1237 checkUnnamed2207(o.changeLogs); 1237 checkUnnamed2301(o.changeLogs);
1238 unittest.expect(o.kind, unittest.equals('foo')); 1238 unittest.expect(o.kind, unittest.equals('foo'));
1239 unittest.expect(o.nextPageToken, unittest.equals('foo')); 1239 unittest.expect(o.nextPageToken, unittest.equals('foo'));
1240 } 1240 }
1241 buildCounterChangeLogsListResponse--; 1241 buildCounterChangeLogsListResponse--;
1242 } 1242 }
1243 1243
1244 buildUnnamed2208() { 1244 buildUnnamed2302() {
1245 var o = new core.List<api.City>(); 1245 var o = new core.List<api.City>();
1246 o.add(buildCity()); 1246 o.add(buildCity());
1247 o.add(buildCity()); 1247 o.add(buildCity());
1248 return o; 1248 return o;
1249 } 1249 }
1250 1250
1251 checkUnnamed2208(core.List<api.City> o) { 1251 checkUnnamed2302(core.List<api.City> o) {
1252 unittest.expect(o, unittest.hasLength(2)); 1252 unittest.expect(o, unittest.hasLength(2));
1253 checkCity(o[0]); 1253 checkCity(o[0]);
1254 checkCity(o[1]); 1254 checkCity(o[1]);
1255 } 1255 }
1256 1256
1257 core.int buildCounterCitiesListResponse = 0; 1257 core.int buildCounterCitiesListResponse = 0;
1258 buildCitiesListResponse() { 1258 buildCitiesListResponse() {
1259 var o = new api.CitiesListResponse(); 1259 var o = new api.CitiesListResponse();
1260 buildCounterCitiesListResponse++; 1260 buildCounterCitiesListResponse++;
1261 if (buildCounterCitiesListResponse < 3) { 1261 if (buildCounterCitiesListResponse < 3) {
1262 o.cities = buildUnnamed2208(); 1262 o.cities = buildUnnamed2302();
1263 o.kind = "foo"; 1263 o.kind = "foo";
1264 } 1264 }
1265 buildCounterCitiesListResponse--; 1265 buildCounterCitiesListResponse--;
1266 return o; 1266 return o;
1267 } 1267 }
1268 1268
1269 checkCitiesListResponse(api.CitiesListResponse o) { 1269 checkCitiesListResponse(api.CitiesListResponse o) {
1270 buildCounterCitiesListResponse++; 1270 buildCounterCitiesListResponse++;
1271 if (buildCounterCitiesListResponse < 3) { 1271 if (buildCounterCitiesListResponse < 3) {
1272 checkUnnamed2208(o.cities); 1272 checkUnnamed2302(o.cities);
1273 unittest.expect(o.kind, unittest.equals('foo')); 1273 unittest.expect(o.kind, unittest.equals('foo'));
1274 } 1274 }
1275 buildCounterCitiesListResponse--; 1275 buildCounterCitiesListResponse--;
1276 } 1276 }
1277 1277
1278 core.int buildCounterCity = 0; 1278 core.int buildCounterCity = 0;
1279 buildCity() { 1279 buildCity() {
1280 var o = new api.City(); 1280 var o = new api.City();
1281 buildCounterCity++; 1281 buildCounterCity++;
1282 if (buildCounterCity < 3) { 1282 if (buildCounterCity < 3) {
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
1393 1393
1394 checkCompanionClickThroughOverride(api.CompanionClickThroughOverride o) { 1394 checkCompanionClickThroughOverride(api.CompanionClickThroughOverride o) {
1395 buildCounterCompanionClickThroughOverride++; 1395 buildCounterCompanionClickThroughOverride++;
1396 if (buildCounterCompanionClickThroughOverride < 3) { 1396 if (buildCounterCompanionClickThroughOverride < 3) {
1397 checkClickThroughUrl(o.clickThroughUrl); 1397 checkClickThroughUrl(o.clickThroughUrl);
1398 unittest.expect(o.creativeId, unittest.equals('foo')); 1398 unittest.expect(o.creativeId, unittest.equals('foo'));
1399 } 1399 }
1400 buildCounterCompanionClickThroughOverride--; 1400 buildCounterCompanionClickThroughOverride--;
1401 } 1401 }
1402 1402
1403 buildUnnamed2209() { 1403 buildUnnamed2303() {
1404 var o = new core.List<api.Size>(); 1404 var o = new core.List<api.Size>();
1405 o.add(buildSize()); 1405 o.add(buildSize());
1406 o.add(buildSize()); 1406 o.add(buildSize());
1407 return o; 1407 return o;
1408 } 1408 }
1409 1409
1410 checkUnnamed2209(core.List<api.Size> o) { 1410 checkUnnamed2303(core.List<api.Size> o) {
1411 unittest.expect(o, unittest.hasLength(2)); 1411 unittest.expect(o, unittest.hasLength(2));
1412 checkSize(o[0]); 1412 checkSize(o[0]);
1413 checkSize(o[1]); 1413 checkSize(o[1]);
1414 } 1414 }
1415 1415
1416 core.int buildCounterCompanionSetting = 0; 1416 core.int buildCounterCompanionSetting = 0;
1417 buildCompanionSetting() { 1417 buildCompanionSetting() {
1418 var o = new api.CompanionSetting(); 1418 var o = new api.CompanionSetting();
1419 buildCounterCompanionSetting++; 1419 buildCounterCompanionSetting++;
1420 if (buildCounterCompanionSetting < 3) { 1420 if (buildCounterCompanionSetting < 3) {
1421 o.companionsDisabled = true; 1421 o.companionsDisabled = true;
1422 o.enabledSizes = buildUnnamed2209(); 1422 o.enabledSizes = buildUnnamed2303();
1423 o.imageOnly = true; 1423 o.imageOnly = true;
1424 o.kind = "foo"; 1424 o.kind = "foo";
1425 } 1425 }
1426 buildCounterCompanionSetting--; 1426 buildCounterCompanionSetting--;
1427 return o; 1427 return o;
1428 } 1428 }
1429 1429
1430 checkCompanionSetting(api.CompanionSetting o) { 1430 checkCompanionSetting(api.CompanionSetting o) {
1431 buildCounterCompanionSetting++; 1431 buildCounterCompanionSetting++;
1432 if (buildCounterCompanionSetting < 3) { 1432 if (buildCounterCompanionSetting < 3) {
1433 unittest.expect(o.companionsDisabled, unittest.isTrue); 1433 unittest.expect(o.companionsDisabled, unittest.isTrue);
1434 checkUnnamed2209(o.enabledSizes); 1434 checkUnnamed2303(o.enabledSizes);
1435 unittest.expect(o.imageOnly, unittest.isTrue); 1435 unittest.expect(o.imageOnly, unittest.isTrue);
1436 unittest.expect(o.kind, unittest.equals('foo')); 1436 unittest.expect(o.kind, unittest.equals('foo'));
1437 } 1437 }
1438 buildCounterCompanionSetting--; 1438 buildCounterCompanionSetting--;
1439 } 1439 }
1440 1440
1441 core.int buildCounterCompatibleFields = 0; 1441 core.int buildCounterCompatibleFields = 0;
1442 buildCompatibleFields() { 1442 buildCompatibleFields() {
1443 var o = new api.CompatibleFields(); 1443 var o = new api.CompatibleFields();
1444 buildCounterCompatibleFields++; 1444 buildCounterCompatibleFields++;
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
1483 checkConnectionType(api.ConnectionType o) { 1483 checkConnectionType(api.ConnectionType o) {
1484 buildCounterConnectionType++; 1484 buildCounterConnectionType++;
1485 if (buildCounterConnectionType < 3) { 1485 if (buildCounterConnectionType < 3) {
1486 unittest.expect(o.id, unittest.equals('foo')); 1486 unittest.expect(o.id, unittest.equals('foo'));
1487 unittest.expect(o.kind, unittest.equals('foo')); 1487 unittest.expect(o.kind, unittest.equals('foo'));
1488 unittest.expect(o.name, unittest.equals('foo')); 1488 unittest.expect(o.name, unittest.equals('foo'));
1489 } 1489 }
1490 buildCounterConnectionType--; 1490 buildCounterConnectionType--;
1491 } 1491 }
1492 1492
1493 buildUnnamed2210() { 1493 buildUnnamed2304() {
1494 var o = new core.List<api.ConnectionType>(); 1494 var o = new core.List<api.ConnectionType>();
1495 o.add(buildConnectionType()); 1495 o.add(buildConnectionType());
1496 o.add(buildConnectionType()); 1496 o.add(buildConnectionType());
1497 return o; 1497 return o;
1498 } 1498 }
1499 1499
1500 checkUnnamed2210(core.List<api.ConnectionType> o) { 1500 checkUnnamed2304(core.List<api.ConnectionType> o) {
1501 unittest.expect(o, unittest.hasLength(2)); 1501 unittest.expect(o, unittest.hasLength(2));
1502 checkConnectionType(o[0]); 1502 checkConnectionType(o[0]);
1503 checkConnectionType(o[1]); 1503 checkConnectionType(o[1]);
1504 } 1504 }
1505 1505
1506 core.int buildCounterConnectionTypesListResponse = 0; 1506 core.int buildCounterConnectionTypesListResponse = 0;
1507 buildConnectionTypesListResponse() { 1507 buildConnectionTypesListResponse() {
1508 var o = new api.ConnectionTypesListResponse(); 1508 var o = new api.ConnectionTypesListResponse();
1509 buildCounterConnectionTypesListResponse++; 1509 buildCounterConnectionTypesListResponse++;
1510 if (buildCounterConnectionTypesListResponse < 3) { 1510 if (buildCounterConnectionTypesListResponse < 3) {
1511 o.connectionTypes = buildUnnamed2210(); 1511 o.connectionTypes = buildUnnamed2304();
1512 o.kind = "foo"; 1512 o.kind = "foo";
1513 } 1513 }
1514 buildCounterConnectionTypesListResponse--; 1514 buildCounterConnectionTypesListResponse--;
1515 return o; 1515 return o;
1516 } 1516 }
1517 1517
1518 checkConnectionTypesListResponse(api.ConnectionTypesListResponse o) { 1518 checkConnectionTypesListResponse(api.ConnectionTypesListResponse o) {
1519 buildCounterConnectionTypesListResponse++; 1519 buildCounterConnectionTypesListResponse++;
1520 if (buildCounterConnectionTypesListResponse < 3) { 1520 if (buildCounterConnectionTypesListResponse < 3) {
1521 checkUnnamed2210(o.connectionTypes); 1521 checkUnnamed2304(o.connectionTypes);
1522 unittest.expect(o.kind, unittest.equals('foo')); 1522 unittest.expect(o.kind, unittest.equals('foo'));
1523 } 1523 }
1524 buildCounterConnectionTypesListResponse--; 1524 buildCounterConnectionTypesListResponse--;
1525 } 1525 }
1526 1526
1527 buildUnnamed2211() { 1527 buildUnnamed2305() {
1528 var o = new core.List<api.ContentCategory>(); 1528 var o = new core.List<api.ContentCategory>();
1529 o.add(buildContentCategory()); 1529 o.add(buildContentCategory());
1530 o.add(buildContentCategory()); 1530 o.add(buildContentCategory());
1531 return o; 1531 return o;
1532 } 1532 }
1533 1533
1534 checkUnnamed2211(core.List<api.ContentCategory> o) { 1534 checkUnnamed2305(core.List<api.ContentCategory> o) {
1535 unittest.expect(o, unittest.hasLength(2)); 1535 unittest.expect(o, unittest.hasLength(2));
1536 checkContentCategory(o[0]); 1536 checkContentCategory(o[0]);
1537 checkContentCategory(o[1]); 1537 checkContentCategory(o[1]);
1538 } 1538 }
1539 1539
1540 core.int buildCounterContentCategoriesListResponse = 0; 1540 core.int buildCounterContentCategoriesListResponse = 0;
1541 buildContentCategoriesListResponse() { 1541 buildContentCategoriesListResponse() {
1542 var o = new api.ContentCategoriesListResponse(); 1542 var o = new api.ContentCategoriesListResponse();
1543 buildCounterContentCategoriesListResponse++; 1543 buildCounterContentCategoriesListResponse++;
1544 if (buildCounterContentCategoriesListResponse < 3) { 1544 if (buildCounterContentCategoriesListResponse < 3) {
1545 o.contentCategories = buildUnnamed2211(); 1545 o.contentCategories = buildUnnamed2305();
1546 o.kind = "foo"; 1546 o.kind = "foo";
1547 o.nextPageToken = "foo"; 1547 o.nextPageToken = "foo";
1548 } 1548 }
1549 buildCounterContentCategoriesListResponse--; 1549 buildCounterContentCategoriesListResponse--;
1550 return o; 1550 return o;
1551 } 1551 }
1552 1552
1553 checkContentCategoriesListResponse(api.ContentCategoriesListResponse o) { 1553 checkContentCategoriesListResponse(api.ContentCategoriesListResponse o) {
1554 buildCounterContentCategoriesListResponse++; 1554 buildCounterContentCategoriesListResponse++;
1555 if (buildCounterContentCategoriesListResponse < 3) { 1555 if (buildCounterContentCategoriesListResponse < 3) {
1556 checkUnnamed2211(o.contentCategories); 1556 checkUnnamed2305(o.contentCategories);
1557 unittest.expect(o.kind, unittest.equals('foo')); 1557 unittest.expect(o.kind, unittest.equals('foo'));
1558 unittest.expect(o.nextPageToken, unittest.equals('foo')); 1558 unittest.expect(o.nextPageToken, unittest.equals('foo'));
1559 } 1559 }
1560 buildCounterContentCategoriesListResponse--; 1560 buildCounterContentCategoriesListResponse--;
1561 } 1561 }
1562 1562
1563 core.int buildCounterContentCategory = 0; 1563 core.int buildCounterContentCategory = 0;
1564 buildContentCategory() { 1564 buildContentCategory() {
1565 var o = new api.ContentCategory(); 1565 var o = new api.ContentCategory();
1566 buildCounterContentCategory++; 1566 buildCounterContentCategory++;
(...skipping 11 matching lines...) Expand all
1578 buildCounterContentCategory++; 1578 buildCounterContentCategory++;
1579 if (buildCounterContentCategory < 3) { 1579 if (buildCounterContentCategory < 3) {
1580 unittest.expect(o.accountId, unittest.equals('foo')); 1580 unittest.expect(o.accountId, unittest.equals('foo'));
1581 unittest.expect(o.id, unittest.equals('foo')); 1581 unittest.expect(o.id, unittest.equals('foo'));
1582 unittest.expect(o.kind, unittest.equals('foo')); 1582 unittest.expect(o.kind, unittest.equals('foo'));
1583 unittest.expect(o.name, unittest.equals('foo')); 1583 unittest.expect(o.name, unittest.equals('foo'));
1584 } 1584 }
1585 buildCounterContentCategory--; 1585 buildCounterContentCategory--;
1586 } 1586 }
1587 1587
1588 buildUnnamed2212() { 1588 buildUnnamed2306() {
1589 var o = new core.List<api.CustomFloodlightVariable>(); 1589 var o = new core.List<api.CustomFloodlightVariable>();
1590 o.add(buildCustomFloodlightVariable()); 1590 o.add(buildCustomFloodlightVariable());
1591 o.add(buildCustomFloodlightVariable()); 1591 o.add(buildCustomFloodlightVariable());
1592 return o; 1592 return o;
1593 } 1593 }
1594 1594
1595 checkUnnamed2212(core.List<api.CustomFloodlightVariable> o) { 1595 checkUnnamed2306(core.List<api.CustomFloodlightVariable> o) {
1596 unittest.expect(o, unittest.hasLength(2)); 1596 unittest.expect(o, unittest.hasLength(2));
1597 checkCustomFloodlightVariable(o[0]); 1597 checkCustomFloodlightVariable(o[0]);
1598 checkCustomFloodlightVariable(o[1]); 1598 checkCustomFloodlightVariable(o[1]);
1599 } 1599 }
1600 1600
1601 buildUnnamed2213() { 1601 buildUnnamed2307() {
1602 var o = new core.List<core.String>(); 1602 var o = new core.List<core.String>();
1603 o.add("foo"); 1603 o.add("foo");
1604 o.add("foo"); 1604 o.add("foo");
1605 return o; 1605 return o;
1606 } 1606 }
1607 1607
1608 checkUnnamed2213(core.List<core.String> o) { 1608 checkUnnamed2307(core.List<core.String> o) {
1609 unittest.expect(o, unittest.hasLength(2)); 1609 unittest.expect(o, unittest.hasLength(2));
1610 unittest.expect(o[0], unittest.equals('foo')); 1610 unittest.expect(o[0], unittest.equals('foo'));
1611 unittest.expect(o[1], unittest.equals('foo')); 1611 unittest.expect(o[1], unittest.equals('foo'));
1612 } 1612 }
1613 1613
1614 core.int buildCounterConversion = 0; 1614 core.int buildCounterConversion = 0;
1615 buildConversion() { 1615 buildConversion() {
1616 var o = new api.Conversion(); 1616 var o = new api.Conversion();
1617 buildCounterConversion++; 1617 buildCounterConversion++;
1618 if (buildCounterConversion < 3) { 1618 if (buildCounterConversion < 3) {
1619 o.childDirectedTreatment = true; 1619 o.childDirectedTreatment = true;
1620 o.customVariables = buildUnnamed2212(); 1620 o.customVariables = buildUnnamed2306();
1621 o.encryptedUserId = "foo"; 1621 o.encryptedUserId = "foo";
1622 o.encryptedUserIdCandidates = buildUnnamed2213(); 1622 o.encryptedUserIdCandidates = buildUnnamed2307();
1623 o.floodlightActivityId = "foo"; 1623 o.floodlightActivityId = "foo";
1624 o.floodlightConfigurationId = "foo"; 1624 o.floodlightConfigurationId = "foo";
1625 o.kind = "foo"; 1625 o.kind = "foo";
1626 o.limitAdTracking = true; 1626 o.limitAdTracking = true;
1627 o.mobileDeviceId = "foo"; 1627 o.mobileDeviceId = "foo";
1628 o.ordinal = "foo"; 1628 o.ordinal = "foo";
1629 o.quantity = "foo"; 1629 o.quantity = "foo";
1630 o.timestampMicros = "foo"; 1630 o.timestampMicros = "foo";
1631 o.value = 42.0; 1631 o.value = 42.0;
1632 } 1632 }
1633 buildCounterConversion--; 1633 buildCounterConversion--;
1634 return o; 1634 return o;
1635 } 1635 }
1636 1636
1637 checkConversion(api.Conversion o) { 1637 checkConversion(api.Conversion o) {
1638 buildCounterConversion++; 1638 buildCounterConversion++;
1639 if (buildCounterConversion < 3) { 1639 if (buildCounterConversion < 3) {
1640 unittest.expect(o.childDirectedTreatment, unittest.isTrue); 1640 unittest.expect(o.childDirectedTreatment, unittest.isTrue);
1641 checkUnnamed2212(o.customVariables); 1641 checkUnnamed2306(o.customVariables);
1642 unittest.expect(o.encryptedUserId, unittest.equals('foo')); 1642 unittest.expect(o.encryptedUserId, unittest.equals('foo'));
1643 checkUnnamed2213(o.encryptedUserIdCandidates); 1643 checkUnnamed2307(o.encryptedUserIdCandidates);
1644 unittest.expect(o.floodlightActivityId, unittest.equals('foo')); 1644 unittest.expect(o.floodlightActivityId, unittest.equals('foo'));
1645 unittest.expect(o.floodlightConfigurationId, unittest.equals('foo')); 1645 unittest.expect(o.floodlightConfigurationId, unittest.equals('foo'));
1646 unittest.expect(o.kind, unittest.equals('foo')); 1646 unittest.expect(o.kind, unittest.equals('foo'));
1647 unittest.expect(o.limitAdTracking, unittest.isTrue); 1647 unittest.expect(o.limitAdTracking, unittest.isTrue);
1648 unittest.expect(o.mobileDeviceId, unittest.equals('foo')); 1648 unittest.expect(o.mobileDeviceId, unittest.equals('foo'));
1649 unittest.expect(o.ordinal, unittest.equals('foo')); 1649 unittest.expect(o.ordinal, unittest.equals('foo'));
1650 unittest.expect(o.quantity, unittest.equals('foo')); 1650 unittest.expect(o.quantity, unittest.equals('foo'));
1651 unittest.expect(o.timestampMicros, unittest.equals('foo')); 1651 unittest.expect(o.timestampMicros, unittest.equals('foo'));
1652 unittest.expect(o.value, unittest.equals(42.0)); 1652 unittest.expect(o.value, unittest.equals(42.0));
1653 } 1653 }
(...skipping 16 matching lines...) Expand all
1670 checkConversionError(api.ConversionError o) { 1670 checkConversionError(api.ConversionError o) {
1671 buildCounterConversionError++; 1671 buildCounterConversionError++;
1672 if (buildCounterConversionError < 3) { 1672 if (buildCounterConversionError < 3) {
1673 unittest.expect(o.code, unittest.equals('foo')); 1673 unittest.expect(o.code, unittest.equals('foo'));
1674 unittest.expect(o.kind, unittest.equals('foo')); 1674 unittest.expect(o.kind, unittest.equals('foo'));
1675 unittest.expect(o.message, unittest.equals('foo')); 1675 unittest.expect(o.message, unittest.equals('foo'));
1676 } 1676 }
1677 buildCounterConversionError--; 1677 buildCounterConversionError--;
1678 } 1678 }
1679 1679
1680 buildUnnamed2214() { 1680 buildUnnamed2308() {
1681 var o = new core.List<api.ConversionError>(); 1681 var o = new core.List<api.ConversionError>();
1682 o.add(buildConversionError()); 1682 o.add(buildConversionError());
1683 o.add(buildConversionError()); 1683 o.add(buildConversionError());
1684 return o; 1684 return o;
1685 } 1685 }
1686 1686
1687 checkUnnamed2214(core.List<api.ConversionError> o) { 1687 checkUnnamed2308(core.List<api.ConversionError> o) {
1688 unittest.expect(o, unittest.hasLength(2)); 1688 unittest.expect(o, unittest.hasLength(2));
1689 checkConversionError(o[0]); 1689 checkConversionError(o[0]);
1690 checkConversionError(o[1]); 1690 checkConversionError(o[1]);
1691 } 1691 }
1692 1692
1693 core.int buildCounterConversionStatus = 0; 1693 core.int buildCounterConversionStatus = 0;
1694 buildConversionStatus() { 1694 buildConversionStatus() {
1695 var o = new api.ConversionStatus(); 1695 var o = new api.ConversionStatus();
1696 buildCounterConversionStatus++; 1696 buildCounterConversionStatus++;
1697 if (buildCounterConversionStatus < 3) { 1697 if (buildCounterConversionStatus < 3) {
1698 o.conversion = buildConversion(); 1698 o.conversion = buildConversion();
1699 o.errors = buildUnnamed2214(); 1699 o.errors = buildUnnamed2308();
1700 o.kind = "foo"; 1700 o.kind = "foo";
1701 } 1701 }
1702 buildCounterConversionStatus--; 1702 buildCounterConversionStatus--;
1703 return o; 1703 return o;
1704 } 1704 }
1705 1705
1706 checkConversionStatus(api.ConversionStatus o) { 1706 checkConversionStatus(api.ConversionStatus o) {
1707 buildCounterConversionStatus++; 1707 buildCounterConversionStatus++;
1708 if (buildCounterConversionStatus < 3) { 1708 if (buildCounterConversionStatus < 3) {
1709 checkConversion(o.conversion); 1709 checkConversion(o.conversion);
1710 checkUnnamed2214(o.errors); 1710 checkUnnamed2308(o.errors);
1711 unittest.expect(o.kind, unittest.equals('foo')); 1711 unittest.expect(o.kind, unittest.equals('foo'));
1712 } 1712 }
1713 buildCounterConversionStatus--; 1713 buildCounterConversionStatus--;
1714 } 1714 }
1715 1715
1716 buildUnnamed2215() { 1716 buildUnnamed2309() {
1717 var o = new core.List<api.Conversion>(); 1717 var o = new core.List<api.Conversion>();
1718 o.add(buildConversion()); 1718 o.add(buildConversion());
1719 o.add(buildConversion()); 1719 o.add(buildConversion());
1720 return o; 1720 return o;
1721 } 1721 }
1722 1722
1723 checkUnnamed2215(core.List<api.Conversion> o) { 1723 checkUnnamed2309(core.List<api.Conversion> o) {
1724 unittest.expect(o, unittest.hasLength(2)); 1724 unittest.expect(o, unittest.hasLength(2));
1725 checkConversion(o[0]); 1725 checkConversion(o[0]);
1726 checkConversion(o[1]); 1726 checkConversion(o[1]);
1727 } 1727 }
1728 1728
1729 core.int buildCounterConversionsBatchInsertRequest = 0; 1729 core.int buildCounterConversionsBatchInsertRequest = 0;
1730 buildConversionsBatchInsertRequest() { 1730 buildConversionsBatchInsertRequest() {
1731 var o = new api.ConversionsBatchInsertRequest(); 1731 var o = new api.ConversionsBatchInsertRequest();
1732 buildCounterConversionsBatchInsertRequest++; 1732 buildCounterConversionsBatchInsertRequest++;
1733 if (buildCounterConversionsBatchInsertRequest < 3) { 1733 if (buildCounterConversionsBatchInsertRequest < 3) {
1734 o.conversions = buildUnnamed2215(); 1734 o.conversions = buildUnnamed2309();
1735 o.encryptionInfo = buildEncryptionInfo(); 1735 o.encryptionInfo = buildEncryptionInfo();
1736 o.kind = "foo"; 1736 o.kind = "foo";
1737 } 1737 }
1738 buildCounterConversionsBatchInsertRequest--; 1738 buildCounterConversionsBatchInsertRequest--;
1739 return o; 1739 return o;
1740 } 1740 }
1741 1741
1742 checkConversionsBatchInsertRequest(api.ConversionsBatchInsertRequest o) { 1742 checkConversionsBatchInsertRequest(api.ConversionsBatchInsertRequest o) {
1743 buildCounterConversionsBatchInsertRequest++; 1743 buildCounterConversionsBatchInsertRequest++;
1744 if (buildCounterConversionsBatchInsertRequest < 3) { 1744 if (buildCounterConversionsBatchInsertRequest < 3) {
1745 checkUnnamed2215(o.conversions); 1745 checkUnnamed2309(o.conversions);
1746 checkEncryptionInfo(o.encryptionInfo); 1746 checkEncryptionInfo(o.encryptionInfo);
1747 unittest.expect(o.kind, unittest.equals('foo')); 1747 unittest.expect(o.kind, unittest.equals('foo'));
1748 } 1748 }
1749 buildCounterConversionsBatchInsertRequest--; 1749 buildCounterConversionsBatchInsertRequest--;
1750 } 1750 }
1751 1751
1752 buildUnnamed2216() { 1752 buildUnnamed2310() {
1753 var o = new core.List<api.ConversionStatus>(); 1753 var o = new core.List<api.ConversionStatus>();
1754 o.add(buildConversionStatus()); 1754 o.add(buildConversionStatus());
1755 o.add(buildConversionStatus()); 1755 o.add(buildConversionStatus());
1756 return o; 1756 return o;
1757 } 1757 }
1758 1758
1759 checkUnnamed2216(core.List<api.ConversionStatus> o) { 1759 checkUnnamed2310(core.List<api.ConversionStatus> o) {
1760 unittest.expect(o, unittest.hasLength(2)); 1760 unittest.expect(o, unittest.hasLength(2));
1761 checkConversionStatus(o[0]); 1761 checkConversionStatus(o[0]);
1762 checkConversionStatus(o[1]); 1762 checkConversionStatus(o[1]);
1763 } 1763 }
1764 1764
1765 core.int buildCounterConversionsBatchInsertResponse = 0; 1765 core.int buildCounterConversionsBatchInsertResponse = 0;
1766 buildConversionsBatchInsertResponse() { 1766 buildConversionsBatchInsertResponse() {
1767 var o = new api.ConversionsBatchInsertResponse(); 1767 var o = new api.ConversionsBatchInsertResponse();
1768 buildCounterConversionsBatchInsertResponse++; 1768 buildCounterConversionsBatchInsertResponse++;
1769 if (buildCounterConversionsBatchInsertResponse < 3) { 1769 if (buildCounterConversionsBatchInsertResponse < 3) {
1770 o.hasFailures = true; 1770 o.hasFailures = true;
1771 o.kind = "foo"; 1771 o.kind = "foo";
1772 o.status = buildUnnamed2216(); 1772 o.status = buildUnnamed2310();
1773 } 1773 }
1774 buildCounterConversionsBatchInsertResponse--; 1774 buildCounterConversionsBatchInsertResponse--;
1775 return o; 1775 return o;
1776 } 1776 }
1777 1777
1778 checkConversionsBatchInsertResponse(api.ConversionsBatchInsertResponse o) { 1778 checkConversionsBatchInsertResponse(api.ConversionsBatchInsertResponse o) {
1779 buildCounterConversionsBatchInsertResponse++; 1779 buildCounterConversionsBatchInsertResponse++;
1780 if (buildCounterConversionsBatchInsertResponse < 3) { 1780 if (buildCounterConversionsBatchInsertResponse < 3) {
1781 unittest.expect(o.hasFailures, unittest.isTrue); 1781 unittest.expect(o.hasFailures, unittest.isTrue);
1782 unittest.expect(o.kind, unittest.equals('foo')); 1782 unittest.expect(o.kind, unittest.equals('foo'));
1783 checkUnnamed2216(o.status); 1783 checkUnnamed2310(o.status);
1784 } 1784 }
1785 buildCounterConversionsBatchInsertResponse--; 1785 buildCounterConversionsBatchInsertResponse--;
1786 } 1786 }
1787 1787
1788 buildUnnamed2217() { 1788 buildUnnamed2311() {
1789 var o = new core.List<api.Country>(); 1789 var o = new core.List<api.Country>();
1790 o.add(buildCountry()); 1790 o.add(buildCountry());
1791 o.add(buildCountry()); 1791 o.add(buildCountry());
1792 return o; 1792 return o;
1793 } 1793 }
1794 1794
1795 checkUnnamed2217(core.List<api.Country> o) { 1795 checkUnnamed2311(core.List<api.Country> o) {
1796 unittest.expect(o, unittest.hasLength(2)); 1796 unittest.expect(o, unittest.hasLength(2));
1797 checkCountry(o[0]); 1797 checkCountry(o[0]);
1798 checkCountry(o[1]); 1798 checkCountry(o[1]);
1799 } 1799 }
1800 1800
1801 core.int buildCounterCountriesListResponse = 0; 1801 core.int buildCounterCountriesListResponse = 0;
1802 buildCountriesListResponse() { 1802 buildCountriesListResponse() {
1803 var o = new api.CountriesListResponse(); 1803 var o = new api.CountriesListResponse();
1804 buildCounterCountriesListResponse++; 1804 buildCounterCountriesListResponse++;
1805 if (buildCounterCountriesListResponse < 3) { 1805 if (buildCounterCountriesListResponse < 3) {
1806 o.countries = buildUnnamed2217(); 1806 o.countries = buildUnnamed2311();
1807 o.kind = "foo"; 1807 o.kind = "foo";
1808 } 1808 }
1809 buildCounterCountriesListResponse--; 1809 buildCounterCountriesListResponse--;
1810 return o; 1810 return o;
1811 } 1811 }
1812 1812
1813 checkCountriesListResponse(api.CountriesListResponse o) { 1813 checkCountriesListResponse(api.CountriesListResponse o) {
1814 buildCounterCountriesListResponse++; 1814 buildCounterCountriesListResponse++;
1815 if (buildCounterCountriesListResponse < 3) { 1815 if (buildCounterCountriesListResponse < 3) {
1816 checkUnnamed2217(o.countries); 1816 checkUnnamed2311(o.countries);
1817 unittest.expect(o.kind, unittest.equals('foo')); 1817 unittest.expect(o.kind, unittest.equals('foo'));
1818 } 1818 }
1819 buildCounterCountriesListResponse--; 1819 buildCounterCountriesListResponse--;
1820 } 1820 }
1821 1821
1822 core.int buildCounterCountry = 0; 1822 core.int buildCounterCountry = 0;
1823 buildCountry() { 1823 buildCountry() {
1824 var o = new api.Country(); 1824 var o = new api.Country();
1825 buildCounterCountry++; 1825 buildCounterCountry++;
1826 if (buildCounterCountry < 3) { 1826 if (buildCounterCountry < 3) {
(...skipping 12 matching lines...) Expand all
1839 if (buildCounterCountry < 3) { 1839 if (buildCounterCountry < 3) {
1840 unittest.expect(o.countryCode, unittest.equals('foo')); 1840 unittest.expect(o.countryCode, unittest.equals('foo'));
1841 unittest.expect(o.dartId, unittest.equals('foo')); 1841 unittest.expect(o.dartId, unittest.equals('foo'));
1842 unittest.expect(o.kind, unittest.equals('foo')); 1842 unittest.expect(o.kind, unittest.equals('foo'));
1843 unittest.expect(o.name, unittest.equals('foo')); 1843 unittest.expect(o.name, unittest.equals('foo'));
1844 unittest.expect(o.sslEnabled, unittest.isTrue); 1844 unittest.expect(o.sslEnabled, unittest.isTrue);
1845 } 1845 }
1846 buildCounterCountry--; 1846 buildCounterCountry--;
1847 } 1847 }
1848 1848
1849 buildUnnamed2218() { 1849 buildUnnamed2312() {
1850 var o = new core.List<core.String>(); 1850 var o = new core.List<core.String>();
1851 o.add("foo"); 1851 o.add("foo");
1852 o.add("foo"); 1852 o.add("foo");
1853 return o; 1853 return o;
1854 } 1854 }
1855 1855
1856 checkUnnamed2218(core.List<core.String> o) { 1856 checkUnnamed2312(core.List<core.String> o) {
1857 unittest.expect(o, unittest.hasLength(2)); 1857 unittest.expect(o, unittest.hasLength(2));
1858 unittest.expect(o[0], unittest.equals('foo')); 1858 unittest.expect(o[0], unittest.equals('foo'));
1859 unittest.expect(o[1], unittest.equals('foo')); 1859 unittest.expect(o[1], unittest.equals('foo'));
1860 } 1860 }
1861 1861
1862 buildUnnamed2219() { 1862 buildUnnamed2313() {
1863 var o = new core.List<core.String>(); 1863 var o = new core.List<core.String>();
1864 o.add("foo"); 1864 o.add("foo");
1865 o.add("foo"); 1865 o.add("foo");
1866 return o; 1866 return o;
1867 } 1867 }
1868 1868
1869 checkUnnamed2219(core.List<core.String> o) { 1869 checkUnnamed2313(core.List<core.String> o) {
1870 unittest.expect(o, unittest.hasLength(2)); 1870 unittest.expect(o, unittest.hasLength(2));
1871 unittest.expect(o[0], unittest.equals('foo')); 1871 unittest.expect(o[0], unittest.equals('foo'));
1872 unittest.expect(o[1], unittest.equals('foo')); 1872 unittest.expect(o[1], unittest.equals('foo'));
1873 } 1873 }
1874 1874
1875 buildUnnamed2220() { 1875 buildUnnamed2314() {
1876 var o = new core.List<api.ClickTag>(); 1876 var o = new core.List<api.ClickTag>();
1877 o.add(buildClickTag()); 1877 o.add(buildClickTag());
1878 o.add(buildClickTag()); 1878 o.add(buildClickTag());
1879 return o; 1879 return o;
1880 } 1880 }
1881 1881
1882 checkUnnamed2220(core.List<api.ClickTag> o) { 1882 checkUnnamed2314(core.List<api.ClickTag> o) {
1883 unittest.expect(o, unittest.hasLength(2)); 1883 unittest.expect(o, unittest.hasLength(2));
1884 checkClickTag(o[0]); 1884 checkClickTag(o[0]);
1885 checkClickTag(o[1]); 1885 checkClickTag(o[1]);
1886 } 1886 }
1887 1887
1888 buildUnnamed2221() { 1888 buildUnnamed2315() {
1889 var o = new core.List<core.String>(); 1889 var o = new core.List<core.String>();
1890 o.add("foo"); 1890 o.add("foo");
1891 o.add("foo"); 1891 o.add("foo");
1892 return o; 1892 return o;
1893 } 1893 }
1894 1894
1895 checkUnnamed2221(core.List<core.String> o) { 1895 checkUnnamed2315(core.List<core.String> o) {
1896 unittest.expect(o, unittest.hasLength(2)); 1896 unittest.expect(o, unittest.hasLength(2));
1897 unittest.expect(o[0], unittest.equals('foo')); 1897 unittest.expect(o[0], unittest.equals('foo'));
1898 unittest.expect(o[1], unittest.equals('foo')); 1898 unittest.expect(o[1], unittest.equals('foo'));
1899 } 1899 }
1900 1900
1901 buildUnnamed2222() { 1901 buildUnnamed2316() {
1902 var o = new core.List<core.String>(); 1902 var o = new core.List<core.String>();
1903 o.add("foo"); 1903 o.add("foo");
1904 o.add("foo"); 1904 o.add("foo");
1905 return o; 1905 return o;
1906 } 1906 }
1907 1907
1908 checkUnnamed2222(core.List<core.String> o) { 1908 checkUnnamed2316(core.List<core.String> o) {
1909 unittest.expect(o, unittest.hasLength(2)); 1909 unittest.expect(o, unittest.hasLength(2));
1910 unittest.expect(o[0], unittest.equals('foo')); 1910 unittest.expect(o[0], unittest.equals('foo'));
1911 unittest.expect(o[1], unittest.equals('foo')); 1911 unittest.expect(o[1], unittest.equals('foo'));
1912 } 1912 }
1913 1913
1914 buildUnnamed2223() { 1914 buildUnnamed2317() {
1915 var o = new core.List<api.CreativeCustomEvent>(); 1915 var o = new core.List<api.CreativeCustomEvent>();
1916 o.add(buildCreativeCustomEvent()); 1916 o.add(buildCreativeCustomEvent());
1917 o.add(buildCreativeCustomEvent()); 1917 o.add(buildCreativeCustomEvent());
1918 return o; 1918 return o;
1919 } 1919 }
1920 1920
1921 checkUnnamed2223(core.List<api.CreativeCustomEvent> o) { 1921 checkUnnamed2317(core.List<api.CreativeCustomEvent> o) {
1922 unittest.expect(o, unittest.hasLength(2)); 1922 unittest.expect(o, unittest.hasLength(2));
1923 checkCreativeCustomEvent(o[0]); 1923 checkCreativeCustomEvent(o[0]);
1924 checkCreativeCustomEvent(o[1]); 1924 checkCreativeCustomEvent(o[1]);
1925 } 1925 }
1926 1926
1927 buildUnnamed2224() { 1927 buildUnnamed2318() {
1928 var o = new core.List<api.CreativeAsset>(); 1928 var o = new core.List<api.CreativeAsset>();
1929 o.add(buildCreativeAsset()); 1929 o.add(buildCreativeAsset());
1930 o.add(buildCreativeAsset()); 1930 o.add(buildCreativeAsset());
1931 return o; 1931 return o;
1932 } 1932 }
1933 1933
1934 checkUnnamed2224(core.List<api.CreativeAsset> o) { 1934 checkUnnamed2318(core.List<api.CreativeAsset> o) {
1935 unittest.expect(o, unittest.hasLength(2)); 1935 unittest.expect(o, unittest.hasLength(2));
1936 checkCreativeAsset(o[0]); 1936 checkCreativeAsset(o[0]);
1937 checkCreativeAsset(o[1]); 1937 checkCreativeAsset(o[1]);
1938 } 1938 }
1939 1939
1940 buildUnnamed2225() { 1940 buildUnnamed2319() {
1941 var o = new core.List<api.CreativeFieldAssignment>(); 1941 var o = new core.List<api.CreativeFieldAssignment>();
1942 o.add(buildCreativeFieldAssignment()); 1942 o.add(buildCreativeFieldAssignment());
1943 o.add(buildCreativeFieldAssignment()); 1943 o.add(buildCreativeFieldAssignment());
1944 return o; 1944 return o;
1945 } 1945 }
1946 1946
1947 checkUnnamed2225(core.List<api.CreativeFieldAssignment> o) { 1947 checkUnnamed2319(core.List<api.CreativeFieldAssignment> o) {
1948 unittest.expect(o, unittest.hasLength(2)); 1948 unittest.expect(o, unittest.hasLength(2));
1949 checkCreativeFieldAssignment(o[0]); 1949 checkCreativeFieldAssignment(o[0]);
1950 checkCreativeFieldAssignment(o[1]); 1950 checkCreativeFieldAssignment(o[1]);
1951 } 1951 }
1952 1952
1953 buildUnnamed2226() { 1953 buildUnnamed2320() {
1954 var o = new core.List<core.String>(); 1954 var o = new core.List<core.String>();
1955 o.add("foo"); 1955 o.add("foo");
1956 o.add("foo"); 1956 o.add("foo");
1957 return o; 1957 return o;
1958 } 1958 }
1959 1959
1960 checkUnnamed2226(core.List<core.String> o) { 1960 checkUnnamed2320(core.List<core.String> o) {
1961 unittest.expect(o, unittest.hasLength(2)); 1961 unittest.expect(o, unittest.hasLength(2));
1962 unittest.expect(o[0], unittest.equals('foo')); 1962 unittest.expect(o[0], unittest.equals('foo'));
1963 unittest.expect(o[1], unittest.equals('foo')); 1963 unittest.expect(o[1], unittest.equals('foo'));
1964 } 1964 }
1965 1965
1966 buildUnnamed2227() { 1966 buildUnnamed2321() {
1967 var o = new core.List<api.CreativeCustomEvent>(); 1967 var o = new core.List<api.CreativeCustomEvent>();
1968 o.add(buildCreativeCustomEvent()); 1968 o.add(buildCreativeCustomEvent());
1969 o.add(buildCreativeCustomEvent()); 1969 o.add(buildCreativeCustomEvent());
1970 return o; 1970 return o;
1971 } 1971 }
1972 1972
1973 checkUnnamed2227(core.List<api.CreativeCustomEvent> o) { 1973 checkUnnamed2321(core.List<api.CreativeCustomEvent> o) {
1974 unittest.expect(o, unittest.hasLength(2)); 1974 unittest.expect(o, unittest.hasLength(2));
1975 checkCreativeCustomEvent(o[0]); 1975 checkCreativeCustomEvent(o[0]);
1976 checkCreativeCustomEvent(o[1]); 1976 checkCreativeCustomEvent(o[1]);
1977 } 1977 }
1978 1978
1979 buildUnnamed2228() { 1979 buildUnnamed2322() {
1980 var o = new core.List<api.ThirdPartyTrackingUrl>(); 1980 var o = new core.List<api.ThirdPartyTrackingUrl>();
1981 o.add(buildThirdPartyTrackingUrl()); 1981 o.add(buildThirdPartyTrackingUrl());
1982 o.add(buildThirdPartyTrackingUrl()); 1982 o.add(buildThirdPartyTrackingUrl());
1983 return o; 1983 return o;
1984 } 1984 }
1985 1985
1986 checkUnnamed2228(core.List<api.ThirdPartyTrackingUrl> o) { 1986 checkUnnamed2322(core.List<api.ThirdPartyTrackingUrl> o) {
1987 unittest.expect(o, unittest.hasLength(2)); 1987 unittest.expect(o, unittest.hasLength(2));
1988 checkThirdPartyTrackingUrl(o[0]); 1988 checkThirdPartyTrackingUrl(o[0]);
1989 checkThirdPartyTrackingUrl(o[1]); 1989 checkThirdPartyTrackingUrl(o[1]);
1990 } 1990 }
1991 1991
1992 buildUnnamed2229() { 1992 buildUnnamed2323() {
1993 var o = new core.List<api.CreativeCustomEvent>(); 1993 var o = new core.List<api.CreativeCustomEvent>();
1994 o.add(buildCreativeCustomEvent()); 1994 o.add(buildCreativeCustomEvent());
1995 o.add(buildCreativeCustomEvent()); 1995 o.add(buildCreativeCustomEvent());
1996 return o; 1996 return o;
1997 } 1997 }
1998 1998
1999 checkUnnamed2229(core.List<api.CreativeCustomEvent> o) { 1999 checkUnnamed2323(core.List<api.CreativeCustomEvent> o) {
2000 unittest.expect(o, unittest.hasLength(2)); 2000 unittest.expect(o, unittest.hasLength(2));
2001 checkCreativeCustomEvent(o[0]); 2001 checkCreativeCustomEvent(o[0]);
2002 checkCreativeCustomEvent(o[1]); 2002 checkCreativeCustomEvent(o[1]);
2003 } 2003 }
2004 2004
2005 core.int buildCounterCreative = 0; 2005 core.int buildCounterCreative = 0;
2006 buildCreative() { 2006 buildCreative() {
2007 var o = new api.Creative(); 2007 var o = new api.Creative();
2008 buildCounterCreative++; 2008 buildCounterCreative++;
2009 if (buildCounterCreative < 3) { 2009 if (buildCounterCreative < 3) {
2010 o.accountId = "foo"; 2010 o.accountId = "foo";
2011 o.active = true; 2011 o.active = true;
2012 o.adParameters = "foo"; 2012 o.adParameters = "foo";
2013 o.adTagKeys = buildUnnamed2218(); 2013 o.adTagKeys = buildUnnamed2312();
2014 o.advertiserId = "foo"; 2014 o.advertiserId = "foo";
2015 o.allowScriptAccess = true; 2015 o.allowScriptAccess = true;
2016 o.archived = true; 2016 o.archived = true;
2017 o.artworkType = "foo"; 2017 o.artworkType = "foo";
2018 o.authoringSource = "foo"; 2018 o.authoringSource = "foo";
2019 o.authoringTool = "foo"; 2019 o.authoringTool = "foo";
2020 o.autoAdvanceImages = true; 2020 o.autoAdvanceImages = true;
2021 o.backgroundColor = "foo"; 2021 o.backgroundColor = "foo";
2022 o.backupImageClickThroughUrl = "foo"; 2022 o.backupImageClickThroughUrl = "foo";
2023 o.backupImageFeatures = buildUnnamed2219(); 2023 o.backupImageFeatures = buildUnnamed2313();
2024 o.backupImageReportingLabel = "foo"; 2024 o.backupImageReportingLabel = "foo";
2025 o.backupImageTargetWindow = buildTargetWindow(); 2025 o.backupImageTargetWindow = buildTargetWindow();
2026 o.clickTags = buildUnnamed2220(); 2026 o.clickTags = buildUnnamed2314();
2027 o.commercialId = "foo"; 2027 o.commercialId = "foo";
2028 o.companionCreatives = buildUnnamed2221(); 2028 o.companionCreatives = buildUnnamed2315();
2029 o.compatibility = buildUnnamed2222(); 2029 o.compatibility = buildUnnamed2316();
2030 o.convertFlashToHtml5 = true; 2030 o.convertFlashToHtml5 = true;
2031 o.counterCustomEvents = buildUnnamed2223(); 2031 o.counterCustomEvents = buildUnnamed2317();
2032 o.creativeAssetSelection = buildCreativeAssetSelection(); 2032 o.creativeAssetSelection = buildCreativeAssetSelection();
2033 o.creativeAssets = buildUnnamed2224(); 2033 o.creativeAssets = buildUnnamed2318();
2034 o.creativeFieldAssignments = buildUnnamed2225(); 2034 o.creativeFieldAssignments = buildUnnamed2319();
2035 o.customKeyValues = buildUnnamed2226(); 2035 o.customKeyValues = buildUnnamed2320();
2036 o.dynamicAssetSelection = true; 2036 o.dynamicAssetSelection = true;
2037 o.exitCustomEvents = buildUnnamed2227(); 2037 o.exitCustomEvents = buildUnnamed2321();
2038 o.fsCommand = buildFsCommand(); 2038 o.fsCommand = buildFsCommand();
2039 o.htmlCode = "foo"; 2039 o.htmlCode = "foo";
2040 o.htmlCodeLocked = true; 2040 o.htmlCodeLocked = true;
2041 o.id = "foo"; 2041 o.id = "foo";
2042 o.idDimensionValue = buildDimensionValue(); 2042 o.idDimensionValue = buildDimensionValue();
2043 o.kind = "foo"; 2043 o.kind = "foo";
2044 o.lastModifiedInfo = buildLastModifiedInfo(); 2044 o.lastModifiedInfo = buildLastModifiedInfo();
2045 o.latestTraffickedCreativeId = "foo"; 2045 o.latestTraffickedCreativeId = "foo";
2046 o.name = "foo"; 2046 o.name = "foo";
2047 o.overrideCss = "foo"; 2047 o.overrideCss = "foo";
2048 o.progressOffset = buildVideoOffset(); 2048 o.progressOffset = buildVideoOffset();
2049 o.redirectUrl = "foo"; 2049 o.redirectUrl = "foo";
2050 o.renderingId = "foo"; 2050 o.renderingId = "foo";
2051 o.renderingIdDimensionValue = buildDimensionValue(); 2051 o.renderingIdDimensionValue = buildDimensionValue();
2052 o.requiredFlashPluginVersion = "foo"; 2052 o.requiredFlashPluginVersion = "foo";
2053 o.requiredFlashVersion = 42; 2053 o.requiredFlashVersion = 42;
2054 o.size = buildSize(); 2054 o.size = buildSize();
2055 o.skipOffset = buildVideoOffset(); 2055 o.skipOffset = buildVideoOffset();
2056 o.skippable = true; 2056 o.skippable = true;
2057 o.sslCompliant = true; 2057 o.sslCompliant = true;
2058 o.sslOverride = true; 2058 o.sslOverride = true;
2059 o.studioAdvertiserId = "foo"; 2059 o.studioAdvertiserId = "foo";
2060 o.studioCreativeId = "foo"; 2060 o.studioCreativeId = "foo";
2061 o.studioTraffickedCreativeId = "foo"; 2061 o.studioTraffickedCreativeId = "foo";
2062 o.subaccountId = "foo"; 2062 o.subaccountId = "foo";
2063 o.thirdPartyBackupImageImpressionsUrl = "foo"; 2063 o.thirdPartyBackupImageImpressionsUrl = "foo";
2064 o.thirdPartyRichMediaImpressionsUrl = "foo"; 2064 o.thirdPartyRichMediaImpressionsUrl = "foo";
2065 o.thirdPartyUrls = buildUnnamed2228(); 2065 o.thirdPartyUrls = buildUnnamed2322();
2066 o.timerCustomEvents = buildUnnamed2229(); 2066 o.timerCustomEvents = buildUnnamed2323();
2067 o.totalFileSize = "foo"; 2067 o.totalFileSize = "foo";
2068 o.type = "foo"; 2068 o.type = "foo";
2069 o.version = 42; 2069 o.version = 42;
2070 o.videoDescription = "foo"; 2070 o.videoDescription = "foo";
2071 o.videoDuration = 42.0; 2071 o.videoDuration = 42.0;
2072 } 2072 }
2073 buildCounterCreative--; 2073 buildCounterCreative--;
2074 return o; 2074 return o;
2075 } 2075 }
2076 2076
2077 checkCreative(api.Creative o) { 2077 checkCreative(api.Creative o) {
2078 buildCounterCreative++; 2078 buildCounterCreative++;
2079 if (buildCounterCreative < 3) { 2079 if (buildCounterCreative < 3) {
2080 unittest.expect(o.accountId, unittest.equals('foo')); 2080 unittest.expect(o.accountId, unittest.equals('foo'));
2081 unittest.expect(o.active, unittest.isTrue); 2081 unittest.expect(o.active, unittest.isTrue);
2082 unittest.expect(o.adParameters, unittest.equals('foo')); 2082 unittest.expect(o.adParameters, unittest.equals('foo'));
2083 checkUnnamed2218(o.adTagKeys); 2083 checkUnnamed2312(o.adTagKeys);
2084 unittest.expect(o.advertiserId, unittest.equals('foo')); 2084 unittest.expect(o.advertiserId, unittest.equals('foo'));
2085 unittest.expect(o.allowScriptAccess, unittest.isTrue); 2085 unittest.expect(o.allowScriptAccess, unittest.isTrue);
2086 unittest.expect(o.archived, unittest.isTrue); 2086 unittest.expect(o.archived, unittest.isTrue);
2087 unittest.expect(o.artworkType, unittest.equals('foo')); 2087 unittest.expect(o.artworkType, unittest.equals('foo'));
2088 unittest.expect(o.authoringSource, unittest.equals('foo')); 2088 unittest.expect(o.authoringSource, unittest.equals('foo'));
2089 unittest.expect(o.authoringTool, unittest.equals('foo')); 2089 unittest.expect(o.authoringTool, unittest.equals('foo'));
2090 unittest.expect(o.autoAdvanceImages, unittest.isTrue); 2090 unittest.expect(o.autoAdvanceImages, unittest.isTrue);
2091 unittest.expect(o.backgroundColor, unittest.equals('foo')); 2091 unittest.expect(o.backgroundColor, unittest.equals('foo'));
2092 unittest.expect(o.backupImageClickThroughUrl, unittest.equals('foo')); 2092 unittest.expect(o.backupImageClickThroughUrl, unittest.equals('foo'));
2093 checkUnnamed2219(o.backupImageFeatures); 2093 checkUnnamed2313(o.backupImageFeatures);
2094 unittest.expect(o.backupImageReportingLabel, unittest.equals('foo')); 2094 unittest.expect(o.backupImageReportingLabel, unittest.equals('foo'));
2095 checkTargetWindow(o.backupImageTargetWindow); 2095 checkTargetWindow(o.backupImageTargetWindow);
2096 checkUnnamed2220(o.clickTags); 2096 checkUnnamed2314(o.clickTags);
2097 unittest.expect(o.commercialId, unittest.equals('foo')); 2097 unittest.expect(o.commercialId, unittest.equals('foo'));
2098 checkUnnamed2221(o.companionCreatives); 2098 checkUnnamed2315(o.companionCreatives);
2099 checkUnnamed2222(o.compatibility); 2099 checkUnnamed2316(o.compatibility);
2100 unittest.expect(o.convertFlashToHtml5, unittest.isTrue); 2100 unittest.expect(o.convertFlashToHtml5, unittest.isTrue);
2101 checkUnnamed2223(o.counterCustomEvents); 2101 checkUnnamed2317(o.counterCustomEvents);
2102 checkCreativeAssetSelection(o.creativeAssetSelection); 2102 checkCreativeAssetSelection(o.creativeAssetSelection);
2103 checkUnnamed2224(o.creativeAssets); 2103 checkUnnamed2318(o.creativeAssets);
2104 checkUnnamed2225(o.creativeFieldAssignments); 2104 checkUnnamed2319(o.creativeFieldAssignments);
2105 checkUnnamed2226(o.customKeyValues); 2105 checkUnnamed2320(o.customKeyValues);
2106 unittest.expect(o.dynamicAssetSelection, unittest.isTrue); 2106 unittest.expect(o.dynamicAssetSelection, unittest.isTrue);
2107 checkUnnamed2227(o.exitCustomEvents); 2107 checkUnnamed2321(o.exitCustomEvents);
2108 checkFsCommand(o.fsCommand); 2108 checkFsCommand(o.fsCommand);
2109 unittest.expect(o.htmlCode, unittest.equals('foo')); 2109 unittest.expect(o.htmlCode, unittest.equals('foo'));
2110 unittest.expect(o.htmlCodeLocked, unittest.isTrue); 2110 unittest.expect(o.htmlCodeLocked, unittest.isTrue);
2111 unittest.expect(o.id, unittest.equals('foo')); 2111 unittest.expect(o.id, unittest.equals('foo'));
2112 checkDimensionValue(o.idDimensionValue); 2112 checkDimensionValue(o.idDimensionValue);
2113 unittest.expect(o.kind, unittest.equals('foo')); 2113 unittest.expect(o.kind, unittest.equals('foo'));
2114 checkLastModifiedInfo(o.lastModifiedInfo); 2114 checkLastModifiedInfo(o.lastModifiedInfo);
2115 unittest.expect(o.latestTraffickedCreativeId, unittest.equals('foo')); 2115 unittest.expect(o.latestTraffickedCreativeId, unittest.equals('foo'));
2116 unittest.expect(o.name, unittest.equals('foo')); 2116 unittest.expect(o.name, unittest.equals('foo'));
2117 unittest.expect(o.overrideCss, unittest.equals('foo')); 2117 unittest.expect(o.overrideCss, unittest.equals('foo'));
2118 checkVideoOffset(o.progressOffset); 2118 checkVideoOffset(o.progressOffset);
2119 unittest.expect(o.redirectUrl, unittest.equals('foo')); 2119 unittest.expect(o.redirectUrl, unittest.equals('foo'));
2120 unittest.expect(o.renderingId, unittest.equals('foo')); 2120 unittest.expect(o.renderingId, unittest.equals('foo'));
2121 checkDimensionValue(o.renderingIdDimensionValue); 2121 checkDimensionValue(o.renderingIdDimensionValue);
2122 unittest.expect(o.requiredFlashPluginVersion, unittest.equals('foo')); 2122 unittest.expect(o.requiredFlashPluginVersion, unittest.equals('foo'));
2123 unittest.expect(o.requiredFlashVersion, unittest.equals(42)); 2123 unittest.expect(o.requiredFlashVersion, unittest.equals(42));
2124 checkSize(o.size); 2124 checkSize(o.size);
2125 checkVideoOffset(o.skipOffset); 2125 checkVideoOffset(o.skipOffset);
2126 unittest.expect(o.skippable, unittest.isTrue); 2126 unittest.expect(o.skippable, unittest.isTrue);
2127 unittest.expect(o.sslCompliant, unittest.isTrue); 2127 unittest.expect(o.sslCompliant, unittest.isTrue);
2128 unittest.expect(o.sslOverride, unittest.isTrue); 2128 unittest.expect(o.sslOverride, unittest.isTrue);
2129 unittest.expect(o.studioAdvertiserId, unittest.equals('foo')); 2129 unittest.expect(o.studioAdvertiserId, unittest.equals('foo'));
2130 unittest.expect(o.studioCreativeId, unittest.equals('foo')); 2130 unittest.expect(o.studioCreativeId, unittest.equals('foo'));
2131 unittest.expect(o.studioTraffickedCreativeId, unittest.equals('foo')); 2131 unittest.expect(o.studioTraffickedCreativeId, unittest.equals('foo'));
2132 unittest.expect(o.subaccountId, unittest.equals('foo')); 2132 unittest.expect(o.subaccountId, unittest.equals('foo'));
2133 unittest.expect(o.thirdPartyBackupImageImpressionsUrl, unittest.equals('foo' )); 2133 unittest.expect(o.thirdPartyBackupImageImpressionsUrl, unittest.equals('foo' ));
2134 unittest.expect(o.thirdPartyRichMediaImpressionsUrl, unittest.equals('foo')) ; 2134 unittest.expect(o.thirdPartyRichMediaImpressionsUrl, unittest.equals('foo')) ;
2135 checkUnnamed2228(o.thirdPartyUrls); 2135 checkUnnamed2322(o.thirdPartyUrls);
2136 checkUnnamed2229(o.timerCustomEvents); 2136 checkUnnamed2323(o.timerCustomEvents);
2137 unittest.expect(o.totalFileSize, unittest.equals('foo')); 2137 unittest.expect(o.totalFileSize, unittest.equals('foo'));
2138 unittest.expect(o.type, unittest.equals('foo')); 2138 unittest.expect(o.type, unittest.equals('foo'));
2139 unittest.expect(o.version, unittest.equals(42)); 2139 unittest.expect(o.version, unittest.equals(42));
2140 unittest.expect(o.videoDescription, unittest.equals('foo')); 2140 unittest.expect(o.videoDescription, unittest.equals('foo'));
2141 unittest.expect(o.videoDuration, unittest.equals(42.0)); 2141 unittest.expect(o.videoDuration, unittest.equals(42.0));
2142 } 2142 }
2143 buildCounterCreative--; 2143 buildCounterCreative--;
2144 } 2144 }
2145 2145
2146 buildUnnamed2230() { 2146 buildUnnamed2324() {
2147 var o = new core.List<core.String>(); 2147 var o = new core.List<core.String>();
2148 o.add("foo"); 2148 o.add("foo");
2149 o.add("foo"); 2149 o.add("foo");
2150 return o; 2150 return o;
2151 } 2151 }
2152 2152
2153 checkUnnamed2230(core.List<core.String> o) { 2153 checkUnnamed2324(core.List<core.String> o) {
2154 unittest.expect(o, unittest.hasLength(2)); 2154 unittest.expect(o, unittest.hasLength(2));
2155 unittest.expect(o[0], unittest.equals('foo')); 2155 unittest.expect(o[0], unittest.equals('foo'));
2156 unittest.expect(o[1], unittest.equals('foo')); 2156 unittest.expect(o[1], unittest.equals('foo'));
2157 } 2157 }
2158 2158
2159 buildUnnamed2231() { 2159 buildUnnamed2325() {
2160 var o = new core.List<core.String>(); 2160 var o = new core.List<core.String>();
2161 o.add("foo"); 2161 o.add("foo");
2162 o.add("foo"); 2162 o.add("foo");
2163 return o; 2163 return o;
2164 } 2164 }
2165 2165
2166 checkUnnamed2231(core.List<core.String> o) { 2166 checkUnnamed2325(core.List<core.String> o) {
2167 unittest.expect(o, unittest.hasLength(2)); 2167 unittest.expect(o, unittest.hasLength(2));
2168 unittest.expect(o[0], unittest.equals('foo')); 2168 unittest.expect(o[0], unittest.equals('foo'));
2169 unittest.expect(o[1], unittest.equals('foo')); 2169 unittest.expect(o[1], unittest.equals('foo'));
2170 } 2170 }
2171 2171
2172 core.int buildCounterCreativeAsset = 0; 2172 core.int buildCounterCreativeAsset = 0;
2173 buildCreativeAsset() { 2173 buildCreativeAsset() {
2174 var o = new api.CreativeAsset(); 2174 var o = new api.CreativeAsset();
2175 buildCounterCreativeAsset++; 2175 buildCounterCreativeAsset++;
2176 if (buildCounterCreativeAsset < 3) { 2176 if (buildCounterCreativeAsset < 3) {
2177 o.actionScript3 = true; 2177 o.actionScript3 = true;
2178 o.active = true; 2178 o.active = true;
2179 o.alignment = "foo"; 2179 o.alignment = "foo";
2180 o.artworkType = "foo"; 2180 o.artworkType = "foo";
2181 o.assetIdentifier = buildCreativeAssetId(); 2181 o.assetIdentifier = buildCreativeAssetId();
2182 o.backupImageExit = buildCreativeCustomEvent(); 2182 o.backupImageExit = buildCreativeCustomEvent();
2183 o.bitRate = 42; 2183 o.bitRate = 42;
2184 o.childAssetType = "foo"; 2184 o.childAssetType = "foo";
2185 o.collapsedSize = buildSize(); 2185 o.collapsedSize = buildSize();
2186 o.companionCreativeIds = buildUnnamed2230(); 2186 o.companionCreativeIds = buildUnnamed2324();
2187 o.customStartTimeValue = 42; 2187 o.customStartTimeValue = 42;
2188 o.detectedFeatures = buildUnnamed2231(); 2188 o.detectedFeatures = buildUnnamed2325();
2189 o.displayType = "foo"; 2189 o.displayType = "foo";
2190 o.duration = 42; 2190 o.duration = 42;
2191 o.durationType = "foo"; 2191 o.durationType = "foo";
2192 o.expandedDimension = buildSize(); 2192 o.expandedDimension = buildSize();
2193 o.fileSize = "foo"; 2193 o.fileSize = "foo";
2194 o.flashVersion = 42; 2194 o.flashVersion = 42;
2195 o.hideFlashObjects = true; 2195 o.hideFlashObjects = true;
2196 o.hideSelectionBoxes = true; 2196 o.hideSelectionBoxes = true;
2197 o.horizontallyLocked = true; 2197 o.horizontallyLocked = true;
2198 o.id = "foo"; 2198 o.id = "foo";
(...skipping 29 matching lines...) Expand all
2228 if (buildCounterCreativeAsset < 3) { 2228 if (buildCounterCreativeAsset < 3) {
2229 unittest.expect(o.actionScript3, unittest.isTrue); 2229 unittest.expect(o.actionScript3, unittest.isTrue);
2230 unittest.expect(o.active, unittest.isTrue); 2230 unittest.expect(o.active, unittest.isTrue);
2231 unittest.expect(o.alignment, unittest.equals('foo')); 2231 unittest.expect(o.alignment, unittest.equals('foo'));
2232 unittest.expect(o.artworkType, unittest.equals('foo')); 2232 unittest.expect(o.artworkType, unittest.equals('foo'));
2233 checkCreativeAssetId(o.assetIdentifier); 2233 checkCreativeAssetId(o.assetIdentifier);
2234 checkCreativeCustomEvent(o.backupImageExit); 2234 checkCreativeCustomEvent(o.backupImageExit);
2235 unittest.expect(o.bitRate, unittest.equals(42)); 2235 unittest.expect(o.bitRate, unittest.equals(42));
2236 unittest.expect(o.childAssetType, unittest.equals('foo')); 2236 unittest.expect(o.childAssetType, unittest.equals('foo'));
2237 checkSize(o.collapsedSize); 2237 checkSize(o.collapsedSize);
2238 checkUnnamed2230(o.companionCreativeIds); 2238 checkUnnamed2324(o.companionCreativeIds);
2239 unittest.expect(o.customStartTimeValue, unittest.equals(42)); 2239 unittest.expect(o.customStartTimeValue, unittest.equals(42));
2240 checkUnnamed2231(o.detectedFeatures); 2240 checkUnnamed2325(o.detectedFeatures);
2241 unittest.expect(o.displayType, unittest.equals('foo')); 2241 unittest.expect(o.displayType, unittest.equals('foo'));
2242 unittest.expect(o.duration, unittest.equals(42)); 2242 unittest.expect(o.duration, unittest.equals(42));
2243 unittest.expect(o.durationType, unittest.equals('foo')); 2243 unittest.expect(o.durationType, unittest.equals('foo'));
2244 checkSize(o.expandedDimension); 2244 checkSize(o.expandedDimension);
2245 unittest.expect(o.fileSize, unittest.equals('foo')); 2245 unittest.expect(o.fileSize, unittest.equals('foo'));
2246 unittest.expect(o.flashVersion, unittest.equals(42)); 2246 unittest.expect(o.flashVersion, unittest.equals(42));
2247 unittest.expect(o.hideFlashObjects, unittest.isTrue); 2247 unittest.expect(o.hideFlashObjects, unittest.isTrue);
2248 unittest.expect(o.hideSelectionBoxes, unittest.isTrue); 2248 unittest.expect(o.hideSelectionBoxes, unittest.isTrue);
2249 unittest.expect(o.horizontallyLocked, unittest.isTrue); 2249 unittest.expect(o.horizontallyLocked, unittest.isTrue);
2250 unittest.expect(o.id, unittest.equals('foo')); 2250 unittest.expect(o.id, unittest.equals('foo'));
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
2288 2288
2289 checkCreativeAssetId(api.CreativeAssetId o) { 2289 checkCreativeAssetId(api.CreativeAssetId o) {
2290 buildCounterCreativeAssetId++; 2290 buildCounterCreativeAssetId++;
2291 if (buildCounterCreativeAssetId < 3) { 2291 if (buildCounterCreativeAssetId < 3) {
2292 unittest.expect(o.name, unittest.equals('foo')); 2292 unittest.expect(o.name, unittest.equals('foo'));
2293 unittest.expect(o.type, unittest.equals('foo')); 2293 unittest.expect(o.type, unittest.equals('foo'));
2294 } 2294 }
2295 buildCounterCreativeAssetId--; 2295 buildCounterCreativeAssetId--;
2296 } 2296 }
2297 2297
2298 buildUnnamed2232() { 2298 buildUnnamed2326() {
2299 var o = new core.List<api.ClickTag>(); 2299 var o = new core.List<api.ClickTag>();
2300 o.add(buildClickTag()); 2300 o.add(buildClickTag());
2301 o.add(buildClickTag()); 2301 o.add(buildClickTag());
2302 return o; 2302 return o;
2303 } 2303 }
2304 2304
2305 checkUnnamed2232(core.List<api.ClickTag> o) { 2305 checkUnnamed2326(core.List<api.ClickTag> o) {
2306 unittest.expect(o, unittest.hasLength(2)); 2306 unittest.expect(o, unittest.hasLength(2));
2307 checkClickTag(o[0]); 2307 checkClickTag(o[0]);
2308 checkClickTag(o[1]); 2308 checkClickTag(o[1]);
2309 } 2309 }
2310 2310
2311 buildUnnamed2233() { 2311 buildUnnamed2327() {
2312 var o = new core.List<core.String>(); 2312 var o = new core.List<core.String>();
2313 o.add("foo"); 2313 o.add("foo");
2314 o.add("foo"); 2314 o.add("foo");
2315 return o; 2315 return o;
2316 } 2316 }
2317 2317
2318 checkUnnamed2233(core.List<core.String> o) { 2318 checkUnnamed2327(core.List<core.String> o) {
2319 unittest.expect(o, unittest.hasLength(2)); 2319 unittest.expect(o, unittest.hasLength(2));
2320 unittest.expect(o[0], unittest.equals('foo')); 2320 unittest.expect(o[0], unittest.equals('foo'));
2321 unittest.expect(o[1], unittest.equals('foo')); 2321 unittest.expect(o[1], unittest.equals('foo'));
2322 } 2322 }
2323 2323
2324 buildUnnamed2234() { 2324 buildUnnamed2328() {
2325 var o = new core.List<core.String>(); 2325 var o = new core.List<core.String>();
2326 o.add("foo"); 2326 o.add("foo");
2327 o.add("foo"); 2327 o.add("foo");
2328 return o; 2328 return o;
2329 } 2329 }
2330 2330
2331 checkUnnamed2234(core.List<core.String> o) { 2331 checkUnnamed2328(core.List<core.String> o) {
2332 unittest.expect(o, unittest.hasLength(2)); 2332 unittest.expect(o, unittest.hasLength(2));
2333 unittest.expect(o[0], unittest.equals('foo')); 2333 unittest.expect(o[0], unittest.equals('foo'));
2334 unittest.expect(o[1], unittest.equals('foo')); 2334 unittest.expect(o[1], unittest.equals('foo'));
2335 } 2335 }
2336 2336
2337 core.int buildCounterCreativeAssetMetadata = 0; 2337 core.int buildCounterCreativeAssetMetadata = 0;
2338 buildCreativeAssetMetadata() { 2338 buildCreativeAssetMetadata() {
2339 var o = new api.CreativeAssetMetadata(); 2339 var o = new api.CreativeAssetMetadata();
2340 buildCounterCreativeAssetMetadata++; 2340 buildCounterCreativeAssetMetadata++;
2341 if (buildCounterCreativeAssetMetadata < 3) { 2341 if (buildCounterCreativeAssetMetadata < 3) {
2342 o.assetIdentifier = buildCreativeAssetId(); 2342 o.assetIdentifier = buildCreativeAssetId();
2343 o.clickTags = buildUnnamed2232(); 2343 o.clickTags = buildUnnamed2326();
2344 o.detectedFeatures = buildUnnamed2233(); 2344 o.detectedFeatures = buildUnnamed2327();
2345 o.id = "foo"; 2345 o.id = "foo";
2346 o.idDimensionValue = buildDimensionValue(); 2346 o.idDimensionValue = buildDimensionValue();
2347 o.kind = "foo"; 2347 o.kind = "foo";
2348 o.warnedValidationRules = buildUnnamed2234(); 2348 o.warnedValidationRules = buildUnnamed2328();
2349 } 2349 }
2350 buildCounterCreativeAssetMetadata--; 2350 buildCounterCreativeAssetMetadata--;
2351 return o; 2351 return o;
2352 } 2352 }
2353 2353
2354 checkCreativeAssetMetadata(api.CreativeAssetMetadata o) { 2354 checkCreativeAssetMetadata(api.CreativeAssetMetadata o) {
2355 buildCounterCreativeAssetMetadata++; 2355 buildCounterCreativeAssetMetadata++;
2356 if (buildCounterCreativeAssetMetadata < 3) { 2356 if (buildCounterCreativeAssetMetadata < 3) {
2357 checkCreativeAssetId(o.assetIdentifier); 2357 checkCreativeAssetId(o.assetIdentifier);
2358 checkUnnamed2232(o.clickTags); 2358 checkUnnamed2326(o.clickTags);
2359 checkUnnamed2233(o.detectedFeatures); 2359 checkUnnamed2327(o.detectedFeatures);
2360 unittest.expect(o.id, unittest.equals('foo')); 2360 unittest.expect(o.id, unittest.equals('foo'));
2361 checkDimensionValue(o.idDimensionValue); 2361 checkDimensionValue(o.idDimensionValue);
2362 unittest.expect(o.kind, unittest.equals('foo')); 2362 unittest.expect(o.kind, unittest.equals('foo'));
2363 checkUnnamed2234(o.warnedValidationRules); 2363 checkUnnamed2328(o.warnedValidationRules);
2364 } 2364 }
2365 buildCounterCreativeAssetMetadata--; 2365 buildCounterCreativeAssetMetadata--;
2366 } 2366 }
2367 2367
2368 buildUnnamed2235() { 2368 buildUnnamed2329() {
2369 var o = new core.List<api.Rule>(); 2369 var o = new core.List<api.Rule>();
2370 o.add(buildRule()); 2370 o.add(buildRule());
2371 o.add(buildRule()); 2371 o.add(buildRule());
2372 return o; 2372 return o;
2373 } 2373 }
2374 2374
2375 checkUnnamed2235(core.List<api.Rule> o) { 2375 checkUnnamed2329(core.List<api.Rule> o) {
2376 unittest.expect(o, unittest.hasLength(2)); 2376 unittest.expect(o, unittest.hasLength(2));
2377 checkRule(o[0]); 2377 checkRule(o[0]);
2378 checkRule(o[1]); 2378 checkRule(o[1]);
2379 } 2379 }
2380 2380
2381 core.int buildCounterCreativeAssetSelection = 0; 2381 core.int buildCounterCreativeAssetSelection = 0;
2382 buildCreativeAssetSelection() { 2382 buildCreativeAssetSelection() {
2383 var o = new api.CreativeAssetSelection(); 2383 var o = new api.CreativeAssetSelection();
2384 buildCounterCreativeAssetSelection++; 2384 buildCounterCreativeAssetSelection++;
2385 if (buildCounterCreativeAssetSelection < 3) { 2385 if (buildCounterCreativeAssetSelection < 3) {
2386 o.defaultAssetId = "foo"; 2386 o.defaultAssetId = "foo";
2387 o.rules = buildUnnamed2235(); 2387 o.rules = buildUnnamed2329();
2388 } 2388 }
2389 buildCounterCreativeAssetSelection--; 2389 buildCounterCreativeAssetSelection--;
2390 return o; 2390 return o;
2391 } 2391 }
2392 2392
2393 checkCreativeAssetSelection(api.CreativeAssetSelection o) { 2393 checkCreativeAssetSelection(api.CreativeAssetSelection o) {
2394 buildCounterCreativeAssetSelection++; 2394 buildCounterCreativeAssetSelection++;
2395 if (buildCounterCreativeAssetSelection < 3) { 2395 if (buildCounterCreativeAssetSelection < 3) {
2396 unittest.expect(o.defaultAssetId, unittest.equals('foo')); 2396 unittest.expect(o.defaultAssetId, unittest.equals('foo'));
2397 checkUnnamed2235(o.rules); 2397 checkUnnamed2329(o.rules);
2398 } 2398 }
2399 buildCounterCreativeAssetSelection--; 2399 buildCounterCreativeAssetSelection--;
2400 } 2400 }
2401 2401
2402 buildUnnamed2236() { 2402 buildUnnamed2330() {
2403 var o = new core.List<api.CompanionClickThroughOverride>(); 2403 var o = new core.List<api.CompanionClickThroughOverride>();
2404 o.add(buildCompanionClickThroughOverride()); 2404 o.add(buildCompanionClickThroughOverride());
2405 o.add(buildCompanionClickThroughOverride()); 2405 o.add(buildCompanionClickThroughOverride());
2406 return o; 2406 return o;
2407 } 2407 }
2408 2408
2409 checkUnnamed2236(core.List<api.CompanionClickThroughOverride> o) { 2409 checkUnnamed2330(core.List<api.CompanionClickThroughOverride> o) {
2410 unittest.expect(o, unittest.hasLength(2)); 2410 unittest.expect(o, unittest.hasLength(2));
2411 checkCompanionClickThroughOverride(o[0]); 2411 checkCompanionClickThroughOverride(o[0]);
2412 checkCompanionClickThroughOverride(o[1]); 2412 checkCompanionClickThroughOverride(o[1]);
2413 } 2413 }
2414 2414
2415 buildUnnamed2237() { 2415 buildUnnamed2331() {
2416 var o = new core.List<api.CreativeGroupAssignment>(); 2416 var o = new core.List<api.CreativeGroupAssignment>();
2417 o.add(buildCreativeGroupAssignment()); 2417 o.add(buildCreativeGroupAssignment());
2418 o.add(buildCreativeGroupAssignment()); 2418 o.add(buildCreativeGroupAssignment());
2419 return o; 2419 return o;
2420 } 2420 }
2421 2421
2422 checkUnnamed2237(core.List<api.CreativeGroupAssignment> o) { 2422 checkUnnamed2331(core.List<api.CreativeGroupAssignment> o) {
2423 unittest.expect(o, unittest.hasLength(2)); 2423 unittest.expect(o, unittest.hasLength(2));
2424 checkCreativeGroupAssignment(o[0]); 2424 checkCreativeGroupAssignment(o[0]);
2425 checkCreativeGroupAssignment(o[1]); 2425 checkCreativeGroupAssignment(o[1]);
2426 } 2426 }
2427 2427
2428 buildUnnamed2238() { 2428 buildUnnamed2332() {
2429 var o = new core.List<api.RichMediaExitOverride>(); 2429 var o = new core.List<api.RichMediaExitOverride>();
2430 o.add(buildRichMediaExitOverride()); 2430 o.add(buildRichMediaExitOverride());
2431 o.add(buildRichMediaExitOverride()); 2431 o.add(buildRichMediaExitOverride());
2432 return o; 2432 return o;
2433 } 2433 }
2434 2434
2435 checkUnnamed2238(core.List<api.RichMediaExitOverride> o) { 2435 checkUnnamed2332(core.List<api.RichMediaExitOverride> o) {
2436 unittest.expect(o, unittest.hasLength(2)); 2436 unittest.expect(o, unittest.hasLength(2));
2437 checkRichMediaExitOverride(o[0]); 2437 checkRichMediaExitOverride(o[0]);
2438 checkRichMediaExitOverride(o[1]); 2438 checkRichMediaExitOverride(o[1]);
2439 } 2439 }
2440 2440
2441 core.int buildCounterCreativeAssignment = 0; 2441 core.int buildCounterCreativeAssignment = 0;
2442 buildCreativeAssignment() { 2442 buildCreativeAssignment() {
2443 var o = new api.CreativeAssignment(); 2443 var o = new api.CreativeAssignment();
2444 buildCounterCreativeAssignment++; 2444 buildCounterCreativeAssignment++;
2445 if (buildCounterCreativeAssignment < 3) { 2445 if (buildCounterCreativeAssignment < 3) {
2446 o.active = true; 2446 o.active = true;
2447 o.applyEventTags = true; 2447 o.applyEventTags = true;
2448 o.clickThroughUrl = buildClickThroughUrl(); 2448 o.clickThroughUrl = buildClickThroughUrl();
2449 o.companionCreativeOverrides = buildUnnamed2236(); 2449 o.companionCreativeOverrides = buildUnnamed2330();
2450 o.creativeGroupAssignments = buildUnnamed2237(); 2450 o.creativeGroupAssignments = buildUnnamed2331();
2451 o.creativeId = "foo"; 2451 o.creativeId = "foo";
2452 o.creativeIdDimensionValue = buildDimensionValue(); 2452 o.creativeIdDimensionValue = buildDimensionValue();
2453 o.endTime = core.DateTime.parse("2002-02-27T14:01:02"); 2453 o.endTime = core.DateTime.parse("2002-02-27T14:01:02");
2454 o.richMediaExitOverrides = buildUnnamed2238(); 2454 o.richMediaExitOverrides = buildUnnamed2332();
2455 o.sequence = 42; 2455 o.sequence = 42;
2456 o.sslCompliant = true; 2456 o.sslCompliant = true;
2457 o.startTime = core.DateTime.parse("2002-02-27T14:01:02"); 2457 o.startTime = core.DateTime.parse("2002-02-27T14:01:02");
2458 o.weight = 42; 2458 o.weight = 42;
2459 } 2459 }
2460 buildCounterCreativeAssignment--; 2460 buildCounterCreativeAssignment--;
2461 return o; 2461 return o;
2462 } 2462 }
2463 2463
2464 checkCreativeAssignment(api.CreativeAssignment o) { 2464 checkCreativeAssignment(api.CreativeAssignment o) {
2465 buildCounterCreativeAssignment++; 2465 buildCounterCreativeAssignment++;
2466 if (buildCounterCreativeAssignment < 3) { 2466 if (buildCounterCreativeAssignment < 3) {
2467 unittest.expect(o.active, unittest.isTrue); 2467 unittest.expect(o.active, unittest.isTrue);
2468 unittest.expect(o.applyEventTags, unittest.isTrue); 2468 unittest.expect(o.applyEventTags, unittest.isTrue);
2469 checkClickThroughUrl(o.clickThroughUrl); 2469 checkClickThroughUrl(o.clickThroughUrl);
2470 checkUnnamed2236(o.companionCreativeOverrides); 2470 checkUnnamed2330(o.companionCreativeOverrides);
2471 checkUnnamed2237(o.creativeGroupAssignments); 2471 checkUnnamed2331(o.creativeGroupAssignments);
2472 unittest.expect(o.creativeId, unittest.equals('foo')); 2472 unittest.expect(o.creativeId, unittest.equals('foo'));
2473 checkDimensionValue(o.creativeIdDimensionValue); 2473 checkDimensionValue(o.creativeIdDimensionValue);
2474 unittest.expect(o.endTime, unittest.equals(core.DateTime.parse("2002-02-27T1 4:01:02"))); 2474 unittest.expect(o.endTime, unittest.equals(core.DateTime.parse("2002-02-27T1 4:01:02")));
2475 checkUnnamed2238(o.richMediaExitOverrides); 2475 checkUnnamed2332(o.richMediaExitOverrides);
2476 unittest.expect(o.sequence, unittest.equals(42)); 2476 unittest.expect(o.sequence, unittest.equals(42));
2477 unittest.expect(o.sslCompliant, unittest.isTrue); 2477 unittest.expect(o.sslCompliant, unittest.isTrue);
2478 unittest.expect(o.startTime, unittest.equals(core.DateTime.parse("2002-02-27 T14:01:02"))); 2478 unittest.expect(o.startTime, unittest.equals(core.DateTime.parse("2002-02-27 T14:01:02")));
2479 unittest.expect(o.weight, unittest.equals(42)); 2479 unittest.expect(o.weight, unittest.equals(42));
2480 } 2480 }
2481 buildCounterCreativeAssignment--; 2481 buildCounterCreativeAssignment--;
2482 } 2482 }
2483 2483
2484 core.int buildCounterCreativeCustomEvent = 0; 2484 core.int buildCounterCreativeCustomEvent = 0;
2485 buildCreativeCustomEvent() { 2485 buildCreativeCustomEvent() {
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
2586 checkCreativeFieldValue(api.CreativeFieldValue o) { 2586 checkCreativeFieldValue(api.CreativeFieldValue o) {
2587 buildCounterCreativeFieldValue++; 2587 buildCounterCreativeFieldValue++;
2588 if (buildCounterCreativeFieldValue < 3) { 2588 if (buildCounterCreativeFieldValue < 3) {
2589 unittest.expect(o.id, unittest.equals('foo')); 2589 unittest.expect(o.id, unittest.equals('foo'));
2590 unittest.expect(o.kind, unittest.equals('foo')); 2590 unittest.expect(o.kind, unittest.equals('foo'));
2591 unittest.expect(o.value, unittest.equals('foo')); 2591 unittest.expect(o.value, unittest.equals('foo'));
2592 } 2592 }
2593 buildCounterCreativeFieldValue--; 2593 buildCounterCreativeFieldValue--;
2594 } 2594 }
2595 2595
2596 buildUnnamed2239() { 2596 buildUnnamed2333() {
2597 var o = new core.List<api.CreativeFieldValue>(); 2597 var o = new core.List<api.CreativeFieldValue>();
2598 o.add(buildCreativeFieldValue()); 2598 o.add(buildCreativeFieldValue());
2599 o.add(buildCreativeFieldValue()); 2599 o.add(buildCreativeFieldValue());
2600 return o; 2600 return o;
2601 } 2601 }
2602 2602
2603 checkUnnamed2239(core.List<api.CreativeFieldValue> o) { 2603 checkUnnamed2333(core.List<api.CreativeFieldValue> o) {
2604 unittest.expect(o, unittest.hasLength(2)); 2604 unittest.expect(o, unittest.hasLength(2));
2605 checkCreativeFieldValue(o[0]); 2605 checkCreativeFieldValue(o[0]);
2606 checkCreativeFieldValue(o[1]); 2606 checkCreativeFieldValue(o[1]);
2607 } 2607 }
2608 2608
2609 core.int buildCounterCreativeFieldValuesListResponse = 0; 2609 core.int buildCounterCreativeFieldValuesListResponse = 0;
2610 buildCreativeFieldValuesListResponse() { 2610 buildCreativeFieldValuesListResponse() {
2611 var o = new api.CreativeFieldValuesListResponse(); 2611 var o = new api.CreativeFieldValuesListResponse();
2612 buildCounterCreativeFieldValuesListResponse++; 2612 buildCounterCreativeFieldValuesListResponse++;
2613 if (buildCounterCreativeFieldValuesListResponse < 3) { 2613 if (buildCounterCreativeFieldValuesListResponse < 3) {
2614 o.creativeFieldValues = buildUnnamed2239(); 2614 o.creativeFieldValues = buildUnnamed2333();
2615 o.kind = "foo"; 2615 o.kind = "foo";
2616 o.nextPageToken = "foo"; 2616 o.nextPageToken = "foo";
2617 } 2617 }
2618 buildCounterCreativeFieldValuesListResponse--; 2618 buildCounterCreativeFieldValuesListResponse--;
2619 return o; 2619 return o;
2620 } 2620 }
2621 2621
2622 checkCreativeFieldValuesListResponse(api.CreativeFieldValuesListResponse o) { 2622 checkCreativeFieldValuesListResponse(api.CreativeFieldValuesListResponse o) {
2623 buildCounterCreativeFieldValuesListResponse++; 2623 buildCounterCreativeFieldValuesListResponse++;
2624 if (buildCounterCreativeFieldValuesListResponse < 3) { 2624 if (buildCounterCreativeFieldValuesListResponse < 3) {
2625 checkUnnamed2239(o.creativeFieldValues); 2625 checkUnnamed2333(o.creativeFieldValues);
2626 unittest.expect(o.kind, unittest.equals('foo')); 2626 unittest.expect(o.kind, unittest.equals('foo'));
2627 unittest.expect(o.nextPageToken, unittest.equals('foo')); 2627 unittest.expect(o.nextPageToken, unittest.equals('foo'));
2628 } 2628 }
2629 buildCounterCreativeFieldValuesListResponse--; 2629 buildCounterCreativeFieldValuesListResponse--;
2630 } 2630 }
2631 2631
2632 buildUnnamed2240() { 2632 buildUnnamed2334() {
2633 var o = new core.List<api.CreativeField>(); 2633 var o = new core.List<api.CreativeField>();
2634 o.add(buildCreativeField()); 2634 o.add(buildCreativeField());
2635 o.add(buildCreativeField()); 2635 o.add(buildCreativeField());
2636 return o; 2636 return o;
2637 } 2637 }
2638 2638
2639 checkUnnamed2240(core.List<api.CreativeField> o) { 2639 checkUnnamed2334(core.List<api.CreativeField> o) {
2640 unittest.expect(o, unittest.hasLength(2)); 2640 unittest.expect(o, unittest.hasLength(2));
2641 checkCreativeField(o[0]); 2641 checkCreativeField(o[0]);
2642 checkCreativeField(o[1]); 2642 checkCreativeField(o[1]);
2643 } 2643 }
2644 2644
2645 core.int buildCounterCreativeFieldsListResponse = 0; 2645 core.int buildCounterCreativeFieldsListResponse = 0;
2646 buildCreativeFieldsListResponse() { 2646 buildCreativeFieldsListResponse() {
2647 var o = new api.CreativeFieldsListResponse(); 2647 var o = new api.CreativeFieldsListResponse();
2648 buildCounterCreativeFieldsListResponse++; 2648 buildCounterCreativeFieldsListResponse++;
2649 if (buildCounterCreativeFieldsListResponse < 3) { 2649 if (buildCounterCreativeFieldsListResponse < 3) {
2650 o.creativeFields = buildUnnamed2240(); 2650 o.creativeFields = buildUnnamed2334();
2651 o.kind = "foo"; 2651 o.kind = "foo";
2652 o.nextPageToken = "foo"; 2652 o.nextPageToken = "foo";
2653 } 2653 }
2654 buildCounterCreativeFieldsListResponse--; 2654 buildCounterCreativeFieldsListResponse--;
2655 return o; 2655 return o;
2656 } 2656 }
2657 2657
2658 checkCreativeFieldsListResponse(api.CreativeFieldsListResponse o) { 2658 checkCreativeFieldsListResponse(api.CreativeFieldsListResponse o) {
2659 buildCounterCreativeFieldsListResponse++; 2659 buildCounterCreativeFieldsListResponse++;
2660 if (buildCounterCreativeFieldsListResponse < 3) { 2660 if (buildCounterCreativeFieldsListResponse < 3) {
2661 checkUnnamed2240(o.creativeFields); 2661 checkUnnamed2334(o.creativeFields);
2662 unittest.expect(o.kind, unittest.equals('foo')); 2662 unittest.expect(o.kind, unittest.equals('foo'));
2663 unittest.expect(o.nextPageToken, unittest.equals('foo')); 2663 unittest.expect(o.nextPageToken, unittest.equals('foo'));
2664 } 2664 }
2665 buildCounterCreativeFieldsListResponse--; 2665 buildCounterCreativeFieldsListResponse--;
2666 } 2666 }
2667 2667
2668 core.int buildCounterCreativeGroup = 0; 2668 core.int buildCounterCreativeGroup = 0;
2669 buildCreativeGroup() { 2669 buildCreativeGroup() {
2670 var o = new api.CreativeGroup(); 2670 var o = new api.CreativeGroup();
2671 buildCounterCreativeGroup++; 2671 buildCounterCreativeGroup++;
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
2712 2712
2713 checkCreativeGroupAssignment(api.CreativeGroupAssignment o) { 2713 checkCreativeGroupAssignment(api.CreativeGroupAssignment o) {
2714 buildCounterCreativeGroupAssignment++; 2714 buildCounterCreativeGroupAssignment++;
2715 if (buildCounterCreativeGroupAssignment < 3) { 2715 if (buildCounterCreativeGroupAssignment < 3) {
2716 unittest.expect(o.creativeGroupId, unittest.equals('foo')); 2716 unittest.expect(o.creativeGroupId, unittest.equals('foo'));
2717 unittest.expect(o.creativeGroupNumber, unittest.equals('foo')); 2717 unittest.expect(o.creativeGroupNumber, unittest.equals('foo'));
2718 } 2718 }
2719 buildCounterCreativeGroupAssignment--; 2719 buildCounterCreativeGroupAssignment--;
2720 } 2720 }
2721 2721
2722 buildUnnamed2241() { 2722 buildUnnamed2335() {
2723 var o = new core.List<api.CreativeGroup>(); 2723 var o = new core.List<api.CreativeGroup>();
2724 o.add(buildCreativeGroup()); 2724 o.add(buildCreativeGroup());
2725 o.add(buildCreativeGroup()); 2725 o.add(buildCreativeGroup());
2726 return o; 2726 return o;
2727 } 2727 }
2728 2728
2729 checkUnnamed2241(core.List<api.CreativeGroup> o) { 2729 checkUnnamed2335(core.List<api.CreativeGroup> o) {
2730 unittest.expect(o, unittest.hasLength(2)); 2730 unittest.expect(o, unittest.hasLength(2));
2731 checkCreativeGroup(o[0]); 2731 checkCreativeGroup(o[0]);
2732 checkCreativeGroup(o[1]); 2732 checkCreativeGroup(o[1]);
2733 } 2733 }
2734 2734
2735 core.int buildCounterCreativeGroupsListResponse = 0; 2735 core.int buildCounterCreativeGroupsListResponse = 0;
2736 buildCreativeGroupsListResponse() { 2736 buildCreativeGroupsListResponse() {
2737 var o = new api.CreativeGroupsListResponse(); 2737 var o = new api.CreativeGroupsListResponse();
2738 buildCounterCreativeGroupsListResponse++; 2738 buildCounterCreativeGroupsListResponse++;
2739 if (buildCounterCreativeGroupsListResponse < 3) { 2739 if (buildCounterCreativeGroupsListResponse < 3) {
2740 o.creativeGroups = buildUnnamed2241(); 2740 o.creativeGroups = buildUnnamed2335();
2741 o.kind = "foo"; 2741 o.kind = "foo";
2742 o.nextPageToken = "foo"; 2742 o.nextPageToken = "foo";
2743 } 2743 }
2744 buildCounterCreativeGroupsListResponse--; 2744 buildCounterCreativeGroupsListResponse--;
2745 return o; 2745 return o;
2746 } 2746 }
2747 2747
2748 checkCreativeGroupsListResponse(api.CreativeGroupsListResponse o) { 2748 checkCreativeGroupsListResponse(api.CreativeGroupsListResponse o) {
2749 buildCounterCreativeGroupsListResponse++; 2749 buildCounterCreativeGroupsListResponse++;
2750 if (buildCounterCreativeGroupsListResponse < 3) { 2750 if (buildCounterCreativeGroupsListResponse < 3) {
2751 checkUnnamed2241(o.creativeGroups); 2751 checkUnnamed2335(o.creativeGroups);
2752 unittest.expect(o.kind, unittest.equals('foo')); 2752 unittest.expect(o.kind, unittest.equals('foo'));
2753 unittest.expect(o.nextPageToken, unittest.equals('foo')); 2753 unittest.expect(o.nextPageToken, unittest.equals('foo'));
2754 } 2754 }
2755 buildCounterCreativeGroupsListResponse--; 2755 buildCounterCreativeGroupsListResponse--;
2756 } 2756 }
2757 2757
2758 buildUnnamed2242() { 2758 buildUnnamed2336() {
2759 var o = new core.List<api.OptimizationActivity>(); 2759 var o = new core.List<api.OptimizationActivity>();
2760 o.add(buildOptimizationActivity()); 2760 o.add(buildOptimizationActivity());
2761 o.add(buildOptimizationActivity()); 2761 o.add(buildOptimizationActivity());
2762 return o; 2762 return o;
2763 } 2763 }
2764 2764
2765 checkUnnamed2242(core.List<api.OptimizationActivity> o) { 2765 checkUnnamed2336(core.List<api.OptimizationActivity> o) {
2766 unittest.expect(o, unittest.hasLength(2)); 2766 unittest.expect(o, unittest.hasLength(2));
2767 checkOptimizationActivity(o[0]); 2767 checkOptimizationActivity(o[0]);
2768 checkOptimizationActivity(o[1]); 2768 checkOptimizationActivity(o[1]);
2769 } 2769 }
2770 2770
2771 core.int buildCounterCreativeOptimizationConfiguration = 0; 2771 core.int buildCounterCreativeOptimizationConfiguration = 0;
2772 buildCreativeOptimizationConfiguration() { 2772 buildCreativeOptimizationConfiguration() {
2773 var o = new api.CreativeOptimizationConfiguration(); 2773 var o = new api.CreativeOptimizationConfiguration();
2774 buildCounterCreativeOptimizationConfiguration++; 2774 buildCounterCreativeOptimizationConfiguration++;
2775 if (buildCounterCreativeOptimizationConfiguration < 3) { 2775 if (buildCounterCreativeOptimizationConfiguration < 3) {
2776 o.id = "foo"; 2776 o.id = "foo";
2777 o.name = "foo"; 2777 o.name = "foo";
2778 o.optimizationActivitys = buildUnnamed2242(); 2778 o.optimizationActivitys = buildUnnamed2336();
2779 o.optimizationModel = "foo"; 2779 o.optimizationModel = "foo";
2780 } 2780 }
2781 buildCounterCreativeOptimizationConfiguration--; 2781 buildCounterCreativeOptimizationConfiguration--;
2782 return o; 2782 return o;
2783 } 2783 }
2784 2784
2785 checkCreativeOptimizationConfiguration(api.CreativeOptimizationConfiguration o) { 2785 checkCreativeOptimizationConfiguration(api.CreativeOptimizationConfiguration o) {
2786 buildCounterCreativeOptimizationConfiguration++; 2786 buildCounterCreativeOptimizationConfiguration++;
2787 if (buildCounterCreativeOptimizationConfiguration < 3) { 2787 if (buildCounterCreativeOptimizationConfiguration < 3) {
2788 unittest.expect(o.id, unittest.equals('foo')); 2788 unittest.expect(o.id, unittest.equals('foo'));
2789 unittest.expect(o.name, unittest.equals('foo')); 2789 unittest.expect(o.name, unittest.equals('foo'));
2790 checkUnnamed2242(o.optimizationActivitys); 2790 checkUnnamed2336(o.optimizationActivitys);
2791 unittest.expect(o.optimizationModel, unittest.equals('foo')); 2791 unittest.expect(o.optimizationModel, unittest.equals('foo'));
2792 } 2792 }
2793 buildCounterCreativeOptimizationConfiguration--; 2793 buildCounterCreativeOptimizationConfiguration--;
2794 } 2794 }
2795 2795
2796 buildUnnamed2243() { 2796 buildUnnamed2337() {
2797 var o = new core.List<api.CreativeAssignment>(); 2797 var o = new core.List<api.CreativeAssignment>();
2798 o.add(buildCreativeAssignment()); 2798 o.add(buildCreativeAssignment());
2799 o.add(buildCreativeAssignment()); 2799 o.add(buildCreativeAssignment());
2800 return o; 2800 return o;
2801 } 2801 }
2802 2802
2803 checkUnnamed2243(core.List<api.CreativeAssignment> o) { 2803 checkUnnamed2337(core.List<api.CreativeAssignment> o) {
2804 unittest.expect(o, unittest.hasLength(2)); 2804 unittest.expect(o, unittest.hasLength(2));
2805 checkCreativeAssignment(o[0]); 2805 checkCreativeAssignment(o[0]);
2806 checkCreativeAssignment(o[1]); 2806 checkCreativeAssignment(o[1]);
2807 } 2807 }
2808 2808
2809 core.int buildCounterCreativeRotation = 0; 2809 core.int buildCounterCreativeRotation = 0;
2810 buildCreativeRotation() { 2810 buildCreativeRotation() {
2811 var o = new api.CreativeRotation(); 2811 var o = new api.CreativeRotation();
2812 buildCounterCreativeRotation++; 2812 buildCounterCreativeRotation++;
2813 if (buildCounterCreativeRotation < 3) { 2813 if (buildCounterCreativeRotation < 3) {
2814 o.creativeAssignments = buildUnnamed2243(); 2814 o.creativeAssignments = buildUnnamed2337();
2815 o.creativeOptimizationConfigurationId = "foo"; 2815 o.creativeOptimizationConfigurationId = "foo";
2816 o.type = "foo"; 2816 o.type = "foo";
2817 o.weightCalculationStrategy = "foo"; 2817 o.weightCalculationStrategy = "foo";
2818 } 2818 }
2819 buildCounterCreativeRotation--; 2819 buildCounterCreativeRotation--;
2820 return o; 2820 return o;
2821 } 2821 }
2822 2822
2823 checkCreativeRotation(api.CreativeRotation o) { 2823 checkCreativeRotation(api.CreativeRotation o) {
2824 buildCounterCreativeRotation++; 2824 buildCounterCreativeRotation++;
2825 if (buildCounterCreativeRotation < 3) { 2825 if (buildCounterCreativeRotation < 3) {
2826 checkUnnamed2243(o.creativeAssignments); 2826 checkUnnamed2337(o.creativeAssignments);
2827 unittest.expect(o.creativeOptimizationConfigurationId, unittest.equals('foo' )); 2827 unittest.expect(o.creativeOptimizationConfigurationId, unittest.equals('foo' ));
2828 unittest.expect(o.type, unittest.equals('foo')); 2828 unittest.expect(o.type, unittest.equals('foo'));
2829 unittest.expect(o.weightCalculationStrategy, unittest.equals('foo')); 2829 unittest.expect(o.weightCalculationStrategy, unittest.equals('foo'));
2830 } 2830 }
2831 buildCounterCreativeRotation--; 2831 buildCounterCreativeRotation--;
2832 } 2832 }
2833 2833
2834 core.int buildCounterCreativeSettings = 0; 2834 core.int buildCounterCreativeSettings = 0;
2835 buildCreativeSettings() { 2835 buildCreativeSettings() {
2836 var o = new api.CreativeSettings(); 2836 var o = new api.CreativeSettings();
2837 buildCounterCreativeSettings++; 2837 buildCounterCreativeSettings++;
2838 if (buildCounterCreativeSettings < 3) { 2838 if (buildCounterCreativeSettings < 3) {
2839 o.iFrameFooter = "foo"; 2839 o.iFrameFooter = "foo";
2840 o.iFrameHeader = "foo"; 2840 o.iFrameHeader = "foo";
2841 } 2841 }
2842 buildCounterCreativeSettings--; 2842 buildCounterCreativeSettings--;
2843 return o; 2843 return o;
2844 } 2844 }
2845 2845
2846 checkCreativeSettings(api.CreativeSettings o) { 2846 checkCreativeSettings(api.CreativeSettings o) {
2847 buildCounterCreativeSettings++; 2847 buildCounterCreativeSettings++;
2848 if (buildCounterCreativeSettings < 3) { 2848 if (buildCounterCreativeSettings < 3) {
2849 unittest.expect(o.iFrameFooter, unittest.equals('foo')); 2849 unittest.expect(o.iFrameFooter, unittest.equals('foo'));
2850 unittest.expect(o.iFrameHeader, unittest.equals('foo')); 2850 unittest.expect(o.iFrameHeader, unittest.equals('foo'));
2851 } 2851 }
2852 buildCounterCreativeSettings--; 2852 buildCounterCreativeSettings--;
2853 } 2853 }
2854 2854
2855 buildUnnamed2244() { 2855 buildUnnamed2338() {
2856 var o = new core.List<api.Creative>(); 2856 var o = new core.List<api.Creative>();
2857 o.add(buildCreative()); 2857 o.add(buildCreative());
2858 o.add(buildCreative()); 2858 o.add(buildCreative());
2859 return o; 2859 return o;
2860 } 2860 }
2861 2861
2862 checkUnnamed2244(core.List<api.Creative> o) { 2862 checkUnnamed2338(core.List<api.Creative> o) {
2863 unittest.expect(o, unittest.hasLength(2)); 2863 unittest.expect(o, unittest.hasLength(2));
2864 checkCreative(o[0]); 2864 checkCreative(o[0]);
2865 checkCreative(o[1]); 2865 checkCreative(o[1]);
2866 } 2866 }
2867 2867
2868 core.int buildCounterCreativesListResponse = 0; 2868 core.int buildCounterCreativesListResponse = 0;
2869 buildCreativesListResponse() { 2869 buildCreativesListResponse() {
2870 var o = new api.CreativesListResponse(); 2870 var o = new api.CreativesListResponse();
2871 buildCounterCreativesListResponse++; 2871 buildCounterCreativesListResponse++;
2872 if (buildCounterCreativesListResponse < 3) { 2872 if (buildCounterCreativesListResponse < 3) {
2873 o.creatives = buildUnnamed2244(); 2873 o.creatives = buildUnnamed2338();
2874 o.kind = "foo"; 2874 o.kind = "foo";
2875 o.nextPageToken = "foo"; 2875 o.nextPageToken = "foo";
2876 } 2876 }
2877 buildCounterCreativesListResponse--; 2877 buildCounterCreativesListResponse--;
2878 return o; 2878 return o;
2879 } 2879 }
2880 2880
2881 checkCreativesListResponse(api.CreativesListResponse o) { 2881 checkCreativesListResponse(api.CreativesListResponse o) {
2882 buildCounterCreativesListResponse++; 2882 buildCounterCreativesListResponse++;
2883 if (buildCounterCreativesListResponse < 3) { 2883 if (buildCounterCreativesListResponse < 3) {
2884 checkUnnamed2244(o.creatives); 2884 checkUnnamed2338(o.creatives);
2885 unittest.expect(o.kind, unittest.equals('foo')); 2885 unittest.expect(o.kind, unittest.equals('foo'));
2886 unittest.expect(o.nextPageToken, unittest.equals('foo')); 2886 unittest.expect(o.nextPageToken, unittest.equals('foo'));
2887 } 2887 }
2888 buildCounterCreativesListResponse--; 2888 buildCounterCreativesListResponse--;
2889 } 2889 }
2890 2890
2891 buildUnnamed2245() { 2891 buildUnnamed2339() {
2892 var o = new core.List<api.Dimension>(); 2892 var o = new core.List<api.Dimension>();
2893 o.add(buildDimension()); 2893 o.add(buildDimension());
2894 o.add(buildDimension()); 2894 o.add(buildDimension());
2895 return o; 2895 return o;
2896 } 2896 }
2897 2897
2898 checkUnnamed2245(core.List<api.Dimension> o) { 2898 checkUnnamed2339(core.List<api.Dimension> o) {
2899 unittest.expect(o, unittest.hasLength(2)); 2899 unittest.expect(o, unittest.hasLength(2));
2900 checkDimension(o[0]); 2900 checkDimension(o[0]);
2901 checkDimension(o[1]); 2901 checkDimension(o[1]);
2902 } 2902 }
2903 2903
2904 buildUnnamed2246() { 2904 buildUnnamed2340() {
2905 var o = new core.List<api.Dimension>(); 2905 var o = new core.List<api.Dimension>();
2906 o.add(buildDimension()); 2906 o.add(buildDimension());
2907 o.add(buildDimension()); 2907 o.add(buildDimension());
2908 return o; 2908 return o;
2909 } 2909 }
2910 2910
2911 checkUnnamed2246(core.List<api.Dimension> o) { 2911 checkUnnamed2340(core.List<api.Dimension> o) {
2912 unittest.expect(o, unittest.hasLength(2)); 2912 unittest.expect(o, unittest.hasLength(2));
2913 checkDimension(o[0]); 2913 checkDimension(o[0]);
2914 checkDimension(o[1]); 2914 checkDimension(o[1]);
2915 } 2915 }
2916 2916
2917 buildUnnamed2247() { 2917 buildUnnamed2341() {
2918 var o = new core.List<api.Metric>(); 2918 var o = new core.List<api.Metric>();
2919 o.add(buildMetric()); 2919 o.add(buildMetric());
2920 o.add(buildMetric()); 2920 o.add(buildMetric());
2921 return o; 2921 return o;
2922 } 2922 }
2923 2923
2924 checkUnnamed2247(core.List<api.Metric> o) { 2924 checkUnnamed2341(core.List<api.Metric> o) {
2925 unittest.expect(o, unittest.hasLength(2)); 2925 unittest.expect(o, unittest.hasLength(2));
2926 checkMetric(o[0]); 2926 checkMetric(o[0]);
2927 checkMetric(o[1]); 2927 checkMetric(o[1]);
2928 } 2928 }
2929 2929
2930 buildUnnamed2248() { 2930 buildUnnamed2342() {
2931 var o = new core.List<api.Metric>(); 2931 var o = new core.List<api.Metric>();
2932 o.add(buildMetric()); 2932 o.add(buildMetric());
2933 o.add(buildMetric()); 2933 o.add(buildMetric());
2934 return o; 2934 return o;
2935 } 2935 }
2936 2936
2937 checkUnnamed2248(core.List<api.Metric> o) { 2937 checkUnnamed2342(core.List<api.Metric> o) {
2938 unittest.expect(o, unittest.hasLength(2)); 2938 unittest.expect(o, unittest.hasLength(2));
2939 checkMetric(o[0]); 2939 checkMetric(o[0]);
2940 checkMetric(o[1]); 2940 checkMetric(o[1]);
2941 } 2941 }
2942 2942
2943 core.int buildCounterCrossDimensionReachReportCompatibleFields = 0; 2943 core.int buildCounterCrossDimensionReachReportCompatibleFields = 0;
2944 buildCrossDimensionReachReportCompatibleFields() { 2944 buildCrossDimensionReachReportCompatibleFields() {
2945 var o = new api.CrossDimensionReachReportCompatibleFields(); 2945 var o = new api.CrossDimensionReachReportCompatibleFields();
2946 buildCounterCrossDimensionReachReportCompatibleFields++; 2946 buildCounterCrossDimensionReachReportCompatibleFields++;
2947 if (buildCounterCrossDimensionReachReportCompatibleFields < 3) { 2947 if (buildCounterCrossDimensionReachReportCompatibleFields < 3) {
2948 o.breakdown = buildUnnamed2245(); 2948 o.breakdown = buildUnnamed2339();
2949 o.dimensionFilters = buildUnnamed2246(); 2949 o.dimensionFilters = buildUnnamed2340();
2950 o.kind = "foo"; 2950 o.kind = "foo";
2951 o.metrics = buildUnnamed2247(); 2951 o.metrics = buildUnnamed2341();
2952 o.overlapMetrics = buildUnnamed2248(); 2952 o.overlapMetrics = buildUnnamed2342();
2953 } 2953 }
2954 buildCounterCrossDimensionReachReportCompatibleFields--; 2954 buildCounterCrossDimensionReachReportCompatibleFields--;
2955 return o; 2955 return o;
2956 } 2956 }
2957 2957
2958 checkCrossDimensionReachReportCompatibleFields(api.CrossDimensionReachReportComp atibleFields o) { 2958 checkCrossDimensionReachReportCompatibleFields(api.CrossDimensionReachReportComp atibleFields o) {
2959 buildCounterCrossDimensionReachReportCompatibleFields++; 2959 buildCounterCrossDimensionReachReportCompatibleFields++;
2960 if (buildCounterCrossDimensionReachReportCompatibleFields < 3) { 2960 if (buildCounterCrossDimensionReachReportCompatibleFields < 3) {
2961 checkUnnamed2245(o.breakdown); 2961 checkUnnamed2339(o.breakdown);
2962 checkUnnamed2246(o.dimensionFilters); 2962 checkUnnamed2340(o.dimensionFilters);
2963 unittest.expect(o.kind, unittest.equals('foo')); 2963 unittest.expect(o.kind, unittest.equals('foo'));
2964 checkUnnamed2247(o.metrics); 2964 checkUnnamed2341(o.metrics);
2965 checkUnnamed2248(o.overlapMetrics); 2965 checkUnnamed2342(o.overlapMetrics);
2966 } 2966 }
2967 buildCounterCrossDimensionReachReportCompatibleFields--; 2967 buildCounterCrossDimensionReachReportCompatibleFields--;
2968 } 2968 }
2969 2969
2970 core.int buildCounterCustomFloodlightVariable = 0; 2970 core.int buildCounterCustomFloodlightVariable = 0;
2971 buildCustomFloodlightVariable() { 2971 buildCustomFloodlightVariable() {
2972 var o = new api.CustomFloodlightVariable(); 2972 var o = new api.CustomFloodlightVariable();
2973 buildCounterCustomFloodlightVariable++; 2973 buildCounterCustomFloodlightVariable++;
2974 if (buildCounterCustomFloodlightVariable < 3) { 2974 if (buildCounterCustomFloodlightVariable < 3) {
2975 o.kind = "foo"; 2975 o.kind = "foo";
2976 o.type = "foo"; 2976 o.type = "foo";
2977 o.value = "foo"; 2977 o.value = "foo";
2978 } 2978 }
2979 buildCounterCustomFloodlightVariable--; 2979 buildCounterCustomFloodlightVariable--;
2980 return o; 2980 return o;
2981 } 2981 }
2982 2982
2983 checkCustomFloodlightVariable(api.CustomFloodlightVariable o) { 2983 checkCustomFloodlightVariable(api.CustomFloodlightVariable o) {
2984 buildCounterCustomFloodlightVariable++; 2984 buildCounterCustomFloodlightVariable++;
2985 if (buildCounterCustomFloodlightVariable < 3) { 2985 if (buildCounterCustomFloodlightVariable < 3) {
2986 unittest.expect(o.kind, unittest.equals('foo')); 2986 unittest.expect(o.kind, unittest.equals('foo'));
2987 unittest.expect(o.type, unittest.equals('foo')); 2987 unittest.expect(o.type, unittest.equals('foo'));
2988 unittest.expect(o.value, unittest.equals('foo')); 2988 unittest.expect(o.value, unittest.equals('foo'));
2989 } 2989 }
2990 buildCounterCustomFloodlightVariable--; 2990 buildCounterCustomFloodlightVariable--;
2991 } 2991 }
2992 2992
2993 buildUnnamed2249() { 2993 buildUnnamed2343() {
2994 var o = new core.List<api.DimensionValue>(); 2994 var o = new core.List<api.DimensionValue>();
2995 o.add(buildDimensionValue()); 2995 o.add(buildDimensionValue());
2996 o.add(buildDimensionValue()); 2996 o.add(buildDimensionValue());
2997 return o; 2997 return o;
2998 } 2998 }
2999 2999
3000 checkUnnamed2249(core.List<api.DimensionValue> o) { 3000 checkUnnamed2343(core.List<api.DimensionValue> o) {
3001 unittest.expect(o, unittest.hasLength(2)); 3001 unittest.expect(o, unittest.hasLength(2));
3002 checkDimensionValue(o[0]); 3002 checkDimensionValue(o[0]);
3003 checkDimensionValue(o[1]); 3003 checkDimensionValue(o[1]);
3004 } 3004 }
3005 3005
3006 core.int buildCounterCustomRichMediaEvents = 0; 3006 core.int buildCounterCustomRichMediaEvents = 0;
3007 buildCustomRichMediaEvents() { 3007 buildCustomRichMediaEvents() {
3008 var o = new api.CustomRichMediaEvents(); 3008 var o = new api.CustomRichMediaEvents();
3009 buildCounterCustomRichMediaEvents++; 3009 buildCounterCustomRichMediaEvents++;
3010 if (buildCounterCustomRichMediaEvents < 3) { 3010 if (buildCounterCustomRichMediaEvents < 3) {
3011 o.filteredEventIds = buildUnnamed2249(); 3011 o.filteredEventIds = buildUnnamed2343();
3012 o.kind = "foo"; 3012 o.kind = "foo";
3013 } 3013 }
3014 buildCounterCustomRichMediaEvents--; 3014 buildCounterCustomRichMediaEvents--;
3015 return o; 3015 return o;
3016 } 3016 }
3017 3017
3018 checkCustomRichMediaEvents(api.CustomRichMediaEvents o) { 3018 checkCustomRichMediaEvents(api.CustomRichMediaEvents o) {
3019 buildCounterCustomRichMediaEvents++; 3019 buildCounterCustomRichMediaEvents++;
3020 if (buildCounterCustomRichMediaEvents < 3) { 3020 if (buildCounterCustomRichMediaEvents < 3) {
3021 checkUnnamed2249(o.filteredEventIds); 3021 checkUnnamed2343(o.filteredEventIds);
3022 unittest.expect(o.kind, unittest.equals('foo')); 3022 unittest.expect(o.kind, unittest.equals('foo'));
3023 } 3023 }
3024 buildCounterCustomRichMediaEvents--; 3024 buildCounterCustomRichMediaEvents--;
3025 } 3025 }
3026 3026
3027 core.int buildCounterDateRange = 0; 3027 core.int buildCounterDateRange = 0;
3028 buildDateRange() { 3028 buildDateRange() {
3029 var o = new api.DateRange(); 3029 var o = new api.DateRange();
3030 buildCounterDateRange++; 3030 buildCounterDateRange++;
3031 if (buildCounterDateRange < 3) { 3031 if (buildCounterDateRange < 3) {
(...skipping 10 matching lines...) Expand all
3042 buildCounterDateRange++; 3042 buildCounterDateRange++;
3043 if (buildCounterDateRange < 3) { 3043 if (buildCounterDateRange < 3) {
3044 unittest.expect(o.endDate, unittest.equals(core.DateTime.parse("2002-02-27T0 0:00:00"))); 3044 unittest.expect(o.endDate, unittest.equals(core.DateTime.parse("2002-02-27T0 0:00:00")));
3045 unittest.expect(o.kind, unittest.equals('foo')); 3045 unittest.expect(o.kind, unittest.equals('foo'));
3046 unittest.expect(o.relativeDateRange, unittest.equals('foo')); 3046 unittest.expect(o.relativeDateRange, unittest.equals('foo'));
3047 unittest.expect(o.startDate, unittest.equals(core.DateTime.parse("2002-02-27 T00:00:00"))); 3047 unittest.expect(o.startDate, unittest.equals(core.DateTime.parse("2002-02-27 T00:00:00")));
3048 } 3048 }
3049 buildCounterDateRange--; 3049 buildCounterDateRange--;
3050 } 3050 }
3051 3051
3052 buildUnnamed2250() { 3052 buildUnnamed2344() {
3053 var o = new core.List<core.String>(); 3053 var o = new core.List<core.String>();
3054 o.add("foo"); 3054 o.add("foo");
3055 o.add("foo"); 3055 o.add("foo");
3056 return o; 3056 return o;
3057 } 3057 }
3058 3058
3059 checkUnnamed2250(core.List<core.String> o) { 3059 checkUnnamed2344(core.List<core.String> o) {
3060 unittest.expect(o, unittest.hasLength(2)); 3060 unittest.expect(o, unittest.hasLength(2));
3061 unittest.expect(o[0], unittest.equals('foo')); 3061 unittest.expect(o[0], unittest.equals('foo'));
3062 unittest.expect(o[1], unittest.equals('foo')); 3062 unittest.expect(o[1], unittest.equals('foo'));
3063 } 3063 }
3064 3064
3065 buildUnnamed2251() { 3065 buildUnnamed2345() {
3066 var o = new core.List<core.int>(); 3066 var o = new core.List<core.int>();
3067 o.add(42); 3067 o.add(42);
3068 o.add(42); 3068 o.add(42);
3069 return o; 3069 return o;
3070 } 3070 }
3071 3071
3072 checkUnnamed2251(core.List<core.int> o) { 3072 checkUnnamed2345(core.List<core.int> o) {
3073 unittest.expect(o, unittest.hasLength(2)); 3073 unittest.expect(o, unittest.hasLength(2));
3074 unittest.expect(o[0], unittest.equals(42)); 3074 unittest.expect(o[0], unittest.equals(42));
3075 unittest.expect(o[1], unittest.equals(42)); 3075 unittest.expect(o[1], unittest.equals(42));
3076 } 3076 }
3077 3077
3078 core.int buildCounterDayPartTargeting = 0; 3078 core.int buildCounterDayPartTargeting = 0;
3079 buildDayPartTargeting() { 3079 buildDayPartTargeting() {
3080 var o = new api.DayPartTargeting(); 3080 var o = new api.DayPartTargeting();
3081 buildCounterDayPartTargeting++; 3081 buildCounterDayPartTargeting++;
3082 if (buildCounterDayPartTargeting < 3) { 3082 if (buildCounterDayPartTargeting < 3) {
3083 o.daysOfWeek = buildUnnamed2250(); 3083 o.daysOfWeek = buildUnnamed2344();
3084 o.hoursOfDay = buildUnnamed2251(); 3084 o.hoursOfDay = buildUnnamed2345();
3085 o.userLocalTime = true; 3085 o.userLocalTime = true;
3086 } 3086 }
3087 buildCounterDayPartTargeting--; 3087 buildCounterDayPartTargeting--;
3088 return o; 3088 return o;
3089 } 3089 }
3090 3090
3091 checkDayPartTargeting(api.DayPartTargeting o) { 3091 checkDayPartTargeting(api.DayPartTargeting o) {
3092 buildCounterDayPartTargeting++; 3092 buildCounterDayPartTargeting++;
3093 if (buildCounterDayPartTargeting < 3) { 3093 if (buildCounterDayPartTargeting < 3) {
3094 checkUnnamed2250(o.daysOfWeek); 3094 checkUnnamed2344(o.daysOfWeek);
3095 checkUnnamed2251(o.hoursOfDay); 3095 checkUnnamed2345(o.hoursOfDay);
3096 unittest.expect(o.userLocalTime, unittest.isTrue); 3096 unittest.expect(o.userLocalTime, unittest.isTrue);
3097 } 3097 }
3098 buildCounterDayPartTargeting--; 3098 buildCounterDayPartTargeting--;
3099 } 3099 }
3100 3100
3101 core.int buildCounterDefaultClickThroughEventTagProperties = 0; 3101 core.int buildCounterDefaultClickThroughEventTagProperties = 0;
3102 buildDefaultClickThroughEventTagProperties() { 3102 buildDefaultClickThroughEventTagProperties() {
3103 var o = new api.DefaultClickThroughEventTagProperties(); 3103 var o = new api.DefaultClickThroughEventTagProperties();
3104 buildCounterDefaultClickThroughEventTagProperties++; 3104 buildCounterDefaultClickThroughEventTagProperties++;
3105 if (buildCounterDefaultClickThroughEventTagProperties < 3) { 3105 if (buildCounterDefaultClickThroughEventTagProperties < 3) {
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
3237 unittest.expect(o.dimensionName, unittest.equals('foo')); 3237 unittest.expect(o.dimensionName, unittest.equals('foo'));
3238 unittest.expect(o.etag, unittest.equals('foo')); 3238 unittest.expect(o.etag, unittest.equals('foo'));
3239 unittest.expect(o.id, unittest.equals('foo')); 3239 unittest.expect(o.id, unittest.equals('foo'));
3240 unittest.expect(o.kind, unittest.equals('foo')); 3240 unittest.expect(o.kind, unittest.equals('foo'));
3241 unittest.expect(o.matchType, unittest.equals('foo')); 3241 unittest.expect(o.matchType, unittest.equals('foo'));
3242 unittest.expect(o.value, unittest.equals('foo')); 3242 unittest.expect(o.value, unittest.equals('foo'));
3243 } 3243 }
3244 buildCounterDimensionValue--; 3244 buildCounterDimensionValue--;
3245 } 3245 }
3246 3246
3247 buildUnnamed2252() { 3247 buildUnnamed2346() {
3248 var o = new core.List<api.DimensionValue>(); 3248 var o = new core.List<api.DimensionValue>();
3249 o.add(buildDimensionValue()); 3249 o.add(buildDimensionValue());
3250 o.add(buildDimensionValue()); 3250 o.add(buildDimensionValue());
3251 return o; 3251 return o;
3252 } 3252 }
3253 3253
3254 checkUnnamed2252(core.List<api.DimensionValue> o) { 3254 checkUnnamed2346(core.List<api.DimensionValue> o) {
3255 unittest.expect(o, unittest.hasLength(2)); 3255 unittest.expect(o, unittest.hasLength(2));
3256 checkDimensionValue(o[0]); 3256 checkDimensionValue(o[0]);
3257 checkDimensionValue(o[1]); 3257 checkDimensionValue(o[1]);
3258 } 3258 }
3259 3259
3260 core.int buildCounterDimensionValueList = 0; 3260 core.int buildCounterDimensionValueList = 0;
3261 buildDimensionValueList() { 3261 buildDimensionValueList() {
3262 var o = new api.DimensionValueList(); 3262 var o = new api.DimensionValueList();
3263 buildCounterDimensionValueList++; 3263 buildCounterDimensionValueList++;
3264 if (buildCounterDimensionValueList < 3) { 3264 if (buildCounterDimensionValueList < 3) {
3265 o.etag = "foo"; 3265 o.etag = "foo";
3266 o.items = buildUnnamed2252(); 3266 o.items = buildUnnamed2346();
3267 o.kind = "foo"; 3267 o.kind = "foo";
3268 o.nextPageToken = "foo"; 3268 o.nextPageToken = "foo";
3269 } 3269 }
3270 buildCounterDimensionValueList--; 3270 buildCounterDimensionValueList--;
3271 return o; 3271 return o;
3272 } 3272 }
3273 3273
3274 checkDimensionValueList(api.DimensionValueList o) { 3274 checkDimensionValueList(api.DimensionValueList o) {
3275 buildCounterDimensionValueList++; 3275 buildCounterDimensionValueList++;
3276 if (buildCounterDimensionValueList < 3) { 3276 if (buildCounterDimensionValueList < 3) {
3277 unittest.expect(o.etag, unittest.equals('foo')); 3277 unittest.expect(o.etag, unittest.equals('foo'));
3278 checkUnnamed2252(o.items); 3278 checkUnnamed2346(o.items);
3279 unittest.expect(o.kind, unittest.equals('foo')); 3279 unittest.expect(o.kind, unittest.equals('foo'));
3280 unittest.expect(o.nextPageToken, unittest.equals('foo')); 3280 unittest.expect(o.nextPageToken, unittest.equals('foo'));
3281 } 3281 }
3282 buildCounterDimensionValueList--; 3282 buildCounterDimensionValueList--;
3283 } 3283 }
3284 3284
3285 buildUnnamed2253() { 3285 buildUnnamed2347() {
3286 var o = new core.List<api.DimensionFilter>(); 3286 var o = new core.List<api.DimensionFilter>();
3287 o.add(buildDimensionFilter()); 3287 o.add(buildDimensionFilter());
3288 o.add(buildDimensionFilter()); 3288 o.add(buildDimensionFilter());
3289 return o; 3289 return o;
3290 } 3290 }
3291 3291
3292 checkUnnamed2253(core.List<api.DimensionFilter> o) { 3292 checkUnnamed2347(core.List<api.DimensionFilter> o) {
3293 unittest.expect(o, unittest.hasLength(2)); 3293 unittest.expect(o, unittest.hasLength(2));
3294 checkDimensionFilter(o[0]); 3294 checkDimensionFilter(o[0]);
3295 checkDimensionFilter(o[1]); 3295 checkDimensionFilter(o[1]);
3296 } 3296 }
3297 3297
3298 core.int buildCounterDimensionValueRequest = 0; 3298 core.int buildCounterDimensionValueRequest = 0;
3299 buildDimensionValueRequest() { 3299 buildDimensionValueRequest() {
3300 var o = new api.DimensionValueRequest(); 3300 var o = new api.DimensionValueRequest();
3301 buildCounterDimensionValueRequest++; 3301 buildCounterDimensionValueRequest++;
3302 if (buildCounterDimensionValueRequest < 3) { 3302 if (buildCounterDimensionValueRequest < 3) {
3303 o.dimensionName = "foo"; 3303 o.dimensionName = "foo";
3304 o.endDate = core.DateTime.parse("2002-02-27T14:01:02Z"); 3304 o.endDate = core.DateTime.parse("2002-02-27T14:01:02Z");
3305 o.filters = buildUnnamed2253(); 3305 o.filters = buildUnnamed2347();
3306 o.kind = "foo"; 3306 o.kind = "foo";
3307 o.startDate = core.DateTime.parse("2002-02-27T14:01:02Z"); 3307 o.startDate = core.DateTime.parse("2002-02-27T14:01:02Z");
3308 } 3308 }
3309 buildCounterDimensionValueRequest--; 3309 buildCounterDimensionValueRequest--;
3310 return o; 3310 return o;
3311 } 3311 }
3312 3312
3313 checkDimensionValueRequest(api.DimensionValueRequest o) { 3313 checkDimensionValueRequest(api.DimensionValueRequest o) {
3314 buildCounterDimensionValueRequest++; 3314 buildCounterDimensionValueRequest++;
3315 if (buildCounterDimensionValueRequest < 3) { 3315 if (buildCounterDimensionValueRequest < 3) {
3316 unittest.expect(o.dimensionName, unittest.equals('foo')); 3316 unittest.expect(o.dimensionName, unittest.equals('foo'));
3317 unittest.expect(o.endDate, unittest.equals(core.DateTime.parse("2002-02-27T0 0:00:00"))); 3317 unittest.expect(o.endDate, unittest.equals(core.DateTime.parse("2002-02-27T0 0:00:00")));
3318 checkUnnamed2253(o.filters); 3318 checkUnnamed2347(o.filters);
3319 unittest.expect(o.kind, unittest.equals('foo')); 3319 unittest.expect(o.kind, unittest.equals('foo'));
3320 unittest.expect(o.startDate, unittest.equals(core.DateTime.parse("2002-02-27 T00:00:00"))); 3320 unittest.expect(o.startDate, unittest.equals(core.DateTime.parse("2002-02-27 T00:00:00")));
3321 } 3321 }
3322 buildCounterDimensionValueRequest--; 3322 buildCounterDimensionValueRequest--;
3323 } 3323 }
3324 3324
3325 buildUnnamed2254() { 3325 buildUnnamed2348() {
3326 var o = new core.List<api.DirectorySiteContactAssignment>(); 3326 var o = new core.List<api.DirectorySiteContactAssignment>();
3327 o.add(buildDirectorySiteContactAssignment()); 3327 o.add(buildDirectorySiteContactAssignment());
3328 o.add(buildDirectorySiteContactAssignment()); 3328 o.add(buildDirectorySiteContactAssignment());
3329 return o; 3329 return o;
3330 } 3330 }
3331 3331
3332 checkUnnamed2254(core.List<api.DirectorySiteContactAssignment> o) { 3332 checkUnnamed2348(core.List<api.DirectorySiteContactAssignment> o) {
3333 unittest.expect(o, unittest.hasLength(2)); 3333 unittest.expect(o, unittest.hasLength(2));
3334 checkDirectorySiteContactAssignment(o[0]); 3334 checkDirectorySiteContactAssignment(o[0]);
3335 checkDirectorySiteContactAssignment(o[1]); 3335 checkDirectorySiteContactAssignment(o[1]);
3336 } 3336 }
3337 3337
3338 buildUnnamed2255() { 3338 buildUnnamed2349() {
3339 var o = new core.List<core.String>(); 3339 var o = new core.List<core.String>();
3340 o.add("foo"); 3340 o.add("foo");
3341 o.add("foo"); 3341 o.add("foo");
3342 return o; 3342 return o;
3343 } 3343 }
3344 3344
3345 checkUnnamed2255(core.List<core.String> o) { 3345 checkUnnamed2349(core.List<core.String> o) {
3346 unittest.expect(o, unittest.hasLength(2)); 3346 unittest.expect(o, unittest.hasLength(2));
3347 unittest.expect(o[0], unittest.equals('foo')); 3347 unittest.expect(o[0], unittest.equals('foo'));
3348 unittest.expect(o[1], unittest.equals('foo')); 3348 unittest.expect(o[1], unittest.equals('foo'));
3349 } 3349 }
3350 3350
3351 buildUnnamed2256() { 3351 buildUnnamed2350() {
3352 var o = new core.List<core.String>(); 3352 var o = new core.List<core.String>();
3353 o.add("foo"); 3353 o.add("foo");
3354 o.add("foo"); 3354 o.add("foo");
3355 return o; 3355 return o;
3356 } 3356 }
3357 3357
3358 checkUnnamed2256(core.List<core.String> o) { 3358 checkUnnamed2350(core.List<core.String> o) {
3359 unittest.expect(o, unittest.hasLength(2)); 3359 unittest.expect(o, unittest.hasLength(2));
3360 unittest.expect(o[0], unittest.equals('foo')); 3360 unittest.expect(o[0], unittest.equals('foo'));
3361 unittest.expect(o[1], unittest.equals('foo')); 3361 unittest.expect(o[1], unittest.equals('foo'));
3362 } 3362 }
3363 3363
3364 core.int buildCounterDirectorySite = 0; 3364 core.int buildCounterDirectorySite = 0;
3365 buildDirectorySite() { 3365 buildDirectorySite() {
3366 var o = new api.DirectorySite(); 3366 var o = new api.DirectorySite();
3367 buildCounterDirectorySite++; 3367 buildCounterDirectorySite++;
3368 if (buildCounterDirectorySite < 3) { 3368 if (buildCounterDirectorySite < 3) {
3369 o.active = true; 3369 o.active = true;
3370 o.contactAssignments = buildUnnamed2254(); 3370 o.contactAssignments = buildUnnamed2348();
3371 o.countryId = "foo"; 3371 o.countryId = "foo";
3372 o.currencyId = "foo"; 3372 o.currencyId = "foo";
3373 o.description = "foo"; 3373 o.description = "foo";
3374 o.id = "foo"; 3374 o.id = "foo";
3375 o.idDimensionValue = buildDimensionValue(); 3375 o.idDimensionValue = buildDimensionValue();
3376 o.inpageTagFormats = buildUnnamed2255(); 3376 o.inpageTagFormats = buildUnnamed2349();
3377 o.interstitialTagFormats = buildUnnamed2256(); 3377 o.interstitialTagFormats = buildUnnamed2350();
3378 o.kind = "foo"; 3378 o.kind = "foo";
3379 o.name = "foo"; 3379 o.name = "foo";
3380 o.parentId = "foo"; 3380 o.parentId = "foo";
3381 o.settings = buildDirectorySiteSettings(); 3381 o.settings = buildDirectorySiteSettings();
3382 o.url = "foo"; 3382 o.url = "foo";
3383 } 3383 }
3384 buildCounterDirectorySite--; 3384 buildCounterDirectorySite--;
3385 return o; 3385 return o;
3386 } 3386 }
3387 3387
3388 checkDirectorySite(api.DirectorySite o) { 3388 checkDirectorySite(api.DirectorySite o) {
3389 buildCounterDirectorySite++; 3389 buildCounterDirectorySite++;
3390 if (buildCounterDirectorySite < 3) { 3390 if (buildCounterDirectorySite < 3) {
3391 unittest.expect(o.active, unittest.isTrue); 3391 unittest.expect(o.active, unittest.isTrue);
3392 checkUnnamed2254(o.contactAssignments); 3392 checkUnnamed2348(o.contactAssignments);
3393 unittest.expect(o.countryId, unittest.equals('foo')); 3393 unittest.expect(o.countryId, unittest.equals('foo'));
3394 unittest.expect(o.currencyId, unittest.equals('foo')); 3394 unittest.expect(o.currencyId, unittest.equals('foo'));
3395 unittest.expect(o.description, unittest.equals('foo')); 3395 unittest.expect(o.description, unittest.equals('foo'));
3396 unittest.expect(o.id, unittest.equals('foo')); 3396 unittest.expect(o.id, unittest.equals('foo'));
3397 checkDimensionValue(o.idDimensionValue); 3397 checkDimensionValue(o.idDimensionValue);
3398 checkUnnamed2255(o.inpageTagFormats); 3398 checkUnnamed2349(o.inpageTagFormats);
3399 checkUnnamed2256(o.interstitialTagFormats); 3399 checkUnnamed2350(o.interstitialTagFormats);
3400 unittest.expect(o.kind, unittest.equals('foo')); 3400 unittest.expect(o.kind, unittest.equals('foo'));
3401 unittest.expect(o.name, unittest.equals('foo')); 3401 unittest.expect(o.name, unittest.equals('foo'));
3402 unittest.expect(o.parentId, unittest.equals('foo')); 3402 unittest.expect(o.parentId, unittest.equals('foo'));
3403 checkDirectorySiteSettings(o.settings); 3403 checkDirectorySiteSettings(o.settings);
3404 unittest.expect(o.url, unittest.equals('foo')); 3404 unittest.expect(o.url, unittest.equals('foo'));
3405 } 3405 }
3406 buildCounterDirectorySite--; 3406 buildCounterDirectorySite--;
3407 } 3407 }
3408 3408
3409 core.int buildCounterDirectorySiteContact = 0; 3409 core.int buildCounterDirectorySiteContact = 0;
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
3457 3457
3458 checkDirectorySiteContactAssignment(api.DirectorySiteContactAssignment o) { 3458 checkDirectorySiteContactAssignment(api.DirectorySiteContactAssignment o) {
3459 buildCounterDirectorySiteContactAssignment++; 3459 buildCounterDirectorySiteContactAssignment++;
3460 if (buildCounterDirectorySiteContactAssignment < 3) { 3460 if (buildCounterDirectorySiteContactAssignment < 3) {
3461 unittest.expect(o.contactId, unittest.equals('foo')); 3461 unittest.expect(o.contactId, unittest.equals('foo'));
3462 unittest.expect(o.visibility, unittest.equals('foo')); 3462 unittest.expect(o.visibility, unittest.equals('foo'));
3463 } 3463 }
3464 buildCounterDirectorySiteContactAssignment--; 3464 buildCounterDirectorySiteContactAssignment--;
3465 } 3465 }
3466 3466
3467 buildUnnamed2257() { 3467 buildUnnamed2351() {
3468 var o = new core.List<api.DirectorySiteContact>(); 3468 var o = new core.List<api.DirectorySiteContact>();
3469 o.add(buildDirectorySiteContact()); 3469 o.add(buildDirectorySiteContact());
3470 o.add(buildDirectorySiteContact()); 3470 o.add(buildDirectorySiteContact());
3471 return o; 3471 return o;
3472 } 3472 }
3473 3473
3474 checkUnnamed2257(core.List<api.DirectorySiteContact> o) { 3474 checkUnnamed2351(core.List<api.DirectorySiteContact> o) {
3475 unittest.expect(o, unittest.hasLength(2)); 3475 unittest.expect(o, unittest.hasLength(2));
3476 checkDirectorySiteContact(o[0]); 3476 checkDirectorySiteContact(o[0]);
3477 checkDirectorySiteContact(o[1]); 3477 checkDirectorySiteContact(o[1]);
3478 } 3478 }
3479 3479
3480 core.int buildCounterDirectorySiteContactsListResponse = 0; 3480 core.int buildCounterDirectorySiteContactsListResponse = 0;
3481 buildDirectorySiteContactsListResponse() { 3481 buildDirectorySiteContactsListResponse() {
3482 var o = new api.DirectorySiteContactsListResponse(); 3482 var o = new api.DirectorySiteContactsListResponse();
3483 buildCounterDirectorySiteContactsListResponse++; 3483 buildCounterDirectorySiteContactsListResponse++;
3484 if (buildCounterDirectorySiteContactsListResponse < 3) { 3484 if (buildCounterDirectorySiteContactsListResponse < 3) {
3485 o.directorySiteContacts = buildUnnamed2257(); 3485 o.directorySiteContacts = buildUnnamed2351();
3486 o.kind = "foo"; 3486 o.kind = "foo";
3487 o.nextPageToken = "foo"; 3487 o.nextPageToken = "foo";
3488 } 3488 }
3489 buildCounterDirectorySiteContactsListResponse--; 3489 buildCounterDirectorySiteContactsListResponse--;
3490 return o; 3490 return o;
3491 } 3491 }
3492 3492
3493 checkDirectorySiteContactsListResponse(api.DirectorySiteContactsListResponse o) { 3493 checkDirectorySiteContactsListResponse(api.DirectorySiteContactsListResponse o) {
3494 buildCounterDirectorySiteContactsListResponse++; 3494 buildCounterDirectorySiteContactsListResponse++;
3495 if (buildCounterDirectorySiteContactsListResponse < 3) { 3495 if (buildCounterDirectorySiteContactsListResponse < 3) {
3496 checkUnnamed2257(o.directorySiteContacts); 3496 checkUnnamed2351(o.directorySiteContacts);
3497 unittest.expect(o.kind, unittest.equals('foo')); 3497 unittest.expect(o.kind, unittest.equals('foo'));
3498 unittest.expect(o.nextPageToken, unittest.equals('foo')); 3498 unittest.expect(o.nextPageToken, unittest.equals('foo'));
3499 } 3499 }
3500 buildCounterDirectorySiteContactsListResponse--; 3500 buildCounterDirectorySiteContactsListResponse--;
3501 } 3501 }
3502 3502
3503 core.int buildCounterDirectorySiteSettings = 0; 3503 core.int buildCounterDirectorySiteSettings = 0;
3504 buildDirectorySiteSettings() { 3504 buildDirectorySiteSettings() {
3505 var o = new api.DirectorySiteSettings(); 3505 var o = new api.DirectorySiteSettings();
3506 buildCounterDirectorySiteSettings++; 3506 buildCounterDirectorySiteSettings++;
(...skipping 17 matching lines...) Expand all
3524 checkDfpSettings(o.dfpSettings); 3524 checkDfpSettings(o.dfpSettings);
3525 unittest.expect(o.instreamVideoPlacementAccepted, unittest.isTrue); 3525 unittest.expect(o.instreamVideoPlacementAccepted, unittest.isTrue);
3526 unittest.expect(o.interstitialPlacementAccepted, unittest.isTrue); 3526 unittest.expect(o.interstitialPlacementAccepted, unittest.isTrue);
3527 unittest.expect(o.nielsenOcrOptOut, unittest.isTrue); 3527 unittest.expect(o.nielsenOcrOptOut, unittest.isTrue);
3528 unittest.expect(o.verificationTagOptOut, unittest.isTrue); 3528 unittest.expect(o.verificationTagOptOut, unittest.isTrue);
3529 unittest.expect(o.videoActiveViewOptOut, unittest.isTrue); 3529 unittest.expect(o.videoActiveViewOptOut, unittest.isTrue);
3530 } 3530 }
3531 buildCounterDirectorySiteSettings--; 3531 buildCounterDirectorySiteSettings--;
3532 } 3532 }
3533 3533
3534 buildUnnamed2258() { 3534 buildUnnamed2352() {
3535 var o = new core.List<api.DirectorySite>(); 3535 var o = new core.List<api.DirectorySite>();
3536 o.add(buildDirectorySite()); 3536 o.add(buildDirectorySite());
3537 o.add(buildDirectorySite()); 3537 o.add(buildDirectorySite());
3538 return o; 3538 return o;
3539 } 3539 }
3540 3540
3541 checkUnnamed2258(core.List<api.DirectorySite> o) { 3541 checkUnnamed2352(core.List<api.DirectorySite> o) {
3542 unittest.expect(o, unittest.hasLength(2)); 3542 unittest.expect(o, unittest.hasLength(2));
3543 checkDirectorySite(o[0]); 3543 checkDirectorySite(o[0]);
3544 checkDirectorySite(o[1]); 3544 checkDirectorySite(o[1]);
3545 } 3545 }
3546 3546
3547 core.int buildCounterDirectorySitesListResponse = 0; 3547 core.int buildCounterDirectorySitesListResponse = 0;
3548 buildDirectorySitesListResponse() { 3548 buildDirectorySitesListResponse() {
3549 var o = new api.DirectorySitesListResponse(); 3549 var o = new api.DirectorySitesListResponse();
3550 buildCounterDirectorySitesListResponse++; 3550 buildCounterDirectorySitesListResponse++;
3551 if (buildCounterDirectorySitesListResponse < 3) { 3551 if (buildCounterDirectorySitesListResponse < 3) {
3552 o.directorySites = buildUnnamed2258(); 3552 o.directorySites = buildUnnamed2352();
3553 o.kind = "foo"; 3553 o.kind = "foo";
3554 o.nextPageToken = "foo"; 3554 o.nextPageToken = "foo";
3555 } 3555 }
3556 buildCounterDirectorySitesListResponse--; 3556 buildCounterDirectorySitesListResponse--;
3557 return o; 3557 return o;
3558 } 3558 }
3559 3559
3560 checkDirectorySitesListResponse(api.DirectorySitesListResponse o) { 3560 checkDirectorySitesListResponse(api.DirectorySitesListResponse o) {
3561 buildCounterDirectorySitesListResponse++; 3561 buildCounterDirectorySitesListResponse++;
3562 if (buildCounterDirectorySitesListResponse < 3) { 3562 if (buildCounterDirectorySitesListResponse < 3) {
3563 checkUnnamed2258(o.directorySites); 3563 checkUnnamed2352(o.directorySites);
3564 unittest.expect(o.kind, unittest.equals('foo')); 3564 unittest.expect(o.kind, unittest.equals('foo'));
3565 unittest.expect(o.nextPageToken, unittest.equals('foo')); 3565 unittest.expect(o.nextPageToken, unittest.equals('foo'));
3566 } 3566 }
3567 buildCounterDirectorySitesListResponse--; 3567 buildCounterDirectorySitesListResponse--;
3568 } 3568 }
3569 3569
3570 core.int buildCounterDynamicTargetingKey = 0; 3570 core.int buildCounterDynamicTargetingKey = 0;
3571 buildDynamicTargetingKey() { 3571 buildDynamicTargetingKey() {
3572 var o = new api.DynamicTargetingKey(); 3572 var o = new api.DynamicTargetingKey();
3573 buildCounterDynamicTargetingKey++; 3573 buildCounterDynamicTargetingKey++;
(...skipping 11 matching lines...) Expand all
3585 buildCounterDynamicTargetingKey++; 3585 buildCounterDynamicTargetingKey++;
3586 if (buildCounterDynamicTargetingKey < 3) { 3586 if (buildCounterDynamicTargetingKey < 3) {
3587 unittest.expect(o.kind, unittest.equals('foo')); 3587 unittest.expect(o.kind, unittest.equals('foo'));
3588 unittest.expect(o.name, unittest.equals('foo')); 3588 unittest.expect(o.name, unittest.equals('foo'));
3589 unittest.expect(o.objectId, unittest.equals('foo')); 3589 unittest.expect(o.objectId, unittest.equals('foo'));
3590 unittest.expect(o.objectType, unittest.equals('foo')); 3590 unittest.expect(o.objectType, unittest.equals('foo'));
3591 } 3591 }
3592 buildCounterDynamicTargetingKey--; 3592 buildCounterDynamicTargetingKey--;
3593 } 3593 }
3594 3594
3595 buildUnnamed2259() { 3595 buildUnnamed2353() {
3596 var o = new core.List<api.DynamicTargetingKey>(); 3596 var o = new core.List<api.DynamicTargetingKey>();
3597 o.add(buildDynamicTargetingKey()); 3597 o.add(buildDynamicTargetingKey());
3598 o.add(buildDynamicTargetingKey()); 3598 o.add(buildDynamicTargetingKey());
3599 return o; 3599 return o;
3600 } 3600 }
3601 3601
3602 checkUnnamed2259(core.List<api.DynamicTargetingKey> o) { 3602 checkUnnamed2353(core.List<api.DynamicTargetingKey> o) {
3603 unittest.expect(o, unittest.hasLength(2)); 3603 unittest.expect(o, unittest.hasLength(2));
3604 checkDynamicTargetingKey(o[0]); 3604 checkDynamicTargetingKey(o[0]);
3605 checkDynamicTargetingKey(o[1]); 3605 checkDynamicTargetingKey(o[1]);
3606 } 3606 }
3607 3607
3608 core.int buildCounterDynamicTargetingKeysListResponse = 0; 3608 core.int buildCounterDynamicTargetingKeysListResponse = 0;
3609 buildDynamicTargetingKeysListResponse() { 3609 buildDynamicTargetingKeysListResponse() {
3610 var o = new api.DynamicTargetingKeysListResponse(); 3610 var o = new api.DynamicTargetingKeysListResponse();
3611 buildCounterDynamicTargetingKeysListResponse++; 3611 buildCounterDynamicTargetingKeysListResponse++;
3612 if (buildCounterDynamicTargetingKeysListResponse < 3) { 3612 if (buildCounterDynamicTargetingKeysListResponse < 3) {
3613 o.dynamicTargetingKeys = buildUnnamed2259(); 3613 o.dynamicTargetingKeys = buildUnnamed2353();
3614 o.kind = "foo"; 3614 o.kind = "foo";
3615 } 3615 }
3616 buildCounterDynamicTargetingKeysListResponse--; 3616 buildCounterDynamicTargetingKeysListResponse--;
3617 return o; 3617 return o;
3618 } 3618 }
3619 3619
3620 checkDynamicTargetingKeysListResponse(api.DynamicTargetingKeysListResponse o) { 3620 checkDynamicTargetingKeysListResponse(api.DynamicTargetingKeysListResponse o) {
3621 buildCounterDynamicTargetingKeysListResponse++; 3621 buildCounterDynamicTargetingKeysListResponse++;
3622 if (buildCounterDynamicTargetingKeysListResponse < 3) { 3622 if (buildCounterDynamicTargetingKeysListResponse < 3) {
3623 checkUnnamed2259(o.dynamicTargetingKeys); 3623 checkUnnamed2353(o.dynamicTargetingKeys);
3624 unittest.expect(o.kind, unittest.equals('foo')); 3624 unittest.expect(o.kind, unittest.equals('foo'));
3625 } 3625 }
3626 buildCounterDynamicTargetingKeysListResponse--; 3626 buildCounterDynamicTargetingKeysListResponse--;
3627 } 3627 }
3628 3628
3629 core.int buildCounterEncryptionInfo = 0; 3629 core.int buildCounterEncryptionInfo = 0;
3630 buildEncryptionInfo() { 3630 buildEncryptionInfo() {
3631 var o = new api.EncryptionInfo(); 3631 var o = new api.EncryptionInfo();
3632 buildCounterEncryptionInfo++; 3632 buildCounterEncryptionInfo++;
3633 if (buildCounterEncryptionInfo < 3) { 3633 if (buildCounterEncryptionInfo < 3) {
(...skipping 10 matching lines...) Expand all
3644 buildCounterEncryptionInfo++; 3644 buildCounterEncryptionInfo++;
3645 if (buildCounterEncryptionInfo < 3) { 3645 if (buildCounterEncryptionInfo < 3) {
3646 unittest.expect(o.encryptionEntityId, unittest.equals('foo')); 3646 unittest.expect(o.encryptionEntityId, unittest.equals('foo'));
3647 unittest.expect(o.encryptionEntityType, unittest.equals('foo')); 3647 unittest.expect(o.encryptionEntityType, unittest.equals('foo'));
3648 unittest.expect(o.encryptionSource, unittest.equals('foo')); 3648 unittest.expect(o.encryptionSource, unittest.equals('foo'));
3649 unittest.expect(o.kind, unittest.equals('foo')); 3649 unittest.expect(o.kind, unittest.equals('foo'));
3650 } 3650 }
3651 buildCounterEncryptionInfo--; 3651 buildCounterEncryptionInfo--;
3652 } 3652 }
3653 3653
3654 buildUnnamed2260() { 3654 buildUnnamed2354() {
3655 var o = new core.List<core.String>(); 3655 var o = new core.List<core.String>();
3656 o.add("foo"); 3656 o.add("foo");
3657 o.add("foo"); 3657 o.add("foo");
3658 return o; 3658 return o;
3659 } 3659 }
3660 3660
3661 checkUnnamed2260(core.List<core.String> o) { 3661 checkUnnamed2354(core.List<core.String> o) {
3662 unittest.expect(o, unittest.hasLength(2)); 3662 unittest.expect(o, unittest.hasLength(2));
3663 unittest.expect(o[0], unittest.equals('foo')); 3663 unittest.expect(o[0], unittest.equals('foo'));
3664 unittest.expect(o[1], unittest.equals('foo')); 3664 unittest.expect(o[1], unittest.equals('foo'));
3665 } 3665 }
3666 3666
3667 core.int buildCounterEventTag = 0; 3667 core.int buildCounterEventTag = 0;
3668 buildEventTag() { 3668 buildEventTag() {
3669 var o = new api.EventTag(); 3669 var o = new api.EventTag();
3670 buildCounterEventTag++; 3670 buildCounterEventTag++;
3671 if (buildCounterEventTag < 3) { 3671 if (buildCounterEventTag < 3) {
3672 o.accountId = "foo"; 3672 o.accountId = "foo";
3673 o.advertiserId = "foo"; 3673 o.advertiserId = "foo";
3674 o.advertiserIdDimensionValue = buildDimensionValue(); 3674 o.advertiserIdDimensionValue = buildDimensionValue();
3675 o.campaignId = "foo"; 3675 o.campaignId = "foo";
3676 o.campaignIdDimensionValue = buildDimensionValue(); 3676 o.campaignIdDimensionValue = buildDimensionValue();
3677 o.enabledByDefault = true; 3677 o.enabledByDefault = true;
3678 o.excludeFromAdxRequests = true; 3678 o.excludeFromAdxRequests = true;
3679 o.id = "foo"; 3679 o.id = "foo";
3680 o.kind = "foo"; 3680 o.kind = "foo";
3681 o.name = "foo"; 3681 o.name = "foo";
3682 o.siteFilterType = "foo"; 3682 o.siteFilterType = "foo";
3683 o.siteIds = buildUnnamed2260(); 3683 o.siteIds = buildUnnamed2354();
3684 o.sslCompliant = true; 3684 o.sslCompliant = true;
3685 o.status = "foo"; 3685 o.status = "foo";
3686 o.subaccountId = "foo"; 3686 o.subaccountId = "foo";
3687 o.type = "foo"; 3687 o.type = "foo";
3688 o.url = "foo"; 3688 o.url = "foo";
3689 o.urlEscapeLevels = 42; 3689 o.urlEscapeLevels = 42;
3690 } 3690 }
3691 buildCounterEventTag--; 3691 buildCounterEventTag--;
3692 return o; 3692 return o;
3693 } 3693 }
3694 3694
3695 checkEventTag(api.EventTag o) { 3695 checkEventTag(api.EventTag o) {
3696 buildCounterEventTag++; 3696 buildCounterEventTag++;
3697 if (buildCounterEventTag < 3) { 3697 if (buildCounterEventTag < 3) {
3698 unittest.expect(o.accountId, unittest.equals('foo')); 3698 unittest.expect(o.accountId, unittest.equals('foo'));
3699 unittest.expect(o.advertiserId, unittest.equals('foo')); 3699 unittest.expect(o.advertiserId, unittest.equals('foo'));
3700 checkDimensionValue(o.advertiserIdDimensionValue); 3700 checkDimensionValue(o.advertiserIdDimensionValue);
3701 unittest.expect(o.campaignId, unittest.equals('foo')); 3701 unittest.expect(o.campaignId, unittest.equals('foo'));
3702 checkDimensionValue(o.campaignIdDimensionValue); 3702 checkDimensionValue(o.campaignIdDimensionValue);
3703 unittest.expect(o.enabledByDefault, unittest.isTrue); 3703 unittest.expect(o.enabledByDefault, unittest.isTrue);
3704 unittest.expect(o.excludeFromAdxRequests, unittest.isTrue); 3704 unittest.expect(o.excludeFromAdxRequests, unittest.isTrue);
3705 unittest.expect(o.id, unittest.equals('foo')); 3705 unittest.expect(o.id, unittest.equals('foo'));
3706 unittest.expect(o.kind, unittest.equals('foo')); 3706 unittest.expect(o.kind, unittest.equals('foo'));
3707 unittest.expect(o.name, unittest.equals('foo')); 3707 unittest.expect(o.name, unittest.equals('foo'));
3708 unittest.expect(o.siteFilterType, unittest.equals('foo')); 3708 unittest.expect(o.siteFilterType, unittest.equals('foo'));
3709 checkUnnamed2260(o.siteIds); 3709 checkUnnamed2354(o.siteIds);
3710 unittest.expect(o.sslCompliant, unittest.isTrue); 3710 unittest.expect(o.sslCompliant, unittest.isTrue);
3711 unittest.expect(o.status, unittest.equals('foo')); 3711 unittest.expect(o.status, unittest.equals('foo'));
3712 unittest.expect(o.subaccountId, unittest.equals('foo')); 3712 unittest.expect(o.subaccountId, unittest.equals('foo'));
3713 unittest.expect(o.type, unittest.equals('foo')); 3713 unittest.expect(o.type, unittest.equals('foo'));
3714 unittest.expect(o.url, unittest.equals('foo')); 3714 unittest.expect(o.url, unittest.equals('foo'));
3715 unittest.expect(o.urlEscapeLevels, unittest.equals(42)); 3715 unittest.expect(o.urlEscapeLevels, unittest.equals(42));
3716 } 3716 }
3717 buildCounterEventTag--; 3717 buildCounterEventTag--;
3718 } 3718 }
3719 3719
(...skipping 11 matching lines...) Expand all
3731 3731
3732 checkEventTagOverride(api.EventTagOverride o) { 3732 checkEventTagOverride(api.EventTagOverride o) {
3733 buildCounterEventTagOverride++; 3733 buildCounterEventTagOverride++;
3734 if (buildCounterEventTagOverride < 3) { 3734 if (buildCounterEventTagOverride < 3) {
3735 unittest.expect(o.enabled, unittest.isTrue); 3735 unittest.expect(o.enabled, unittest.isTrue);
3736 unittest.expect(o.id, unittest.equals('foo')); 3736 unittest.expect(o.id, unittest.equals('foo'));
3737 } 3737 }
3738 buildCounterEventTagOverride--; 3738 buildCounterEventTagOverride--;
3739 } 3739 }
3740 3740
3741 buildUnnamed2261() { 3741 buildUnnamed2355() {
3742 var o = new core.List<api.EventTag>(); 3742 var o = new core.List<api.EventTag>();
3743 o.add(buildEventTag()); 3743 o.add(buildEventTag());
3744 o.add(buildEventTag()); 3744 o.add(buildEventTag());
3745 return o; 3745 return o;
3746 } 3746 }
3747 3747
3748 checkUnnamed2261(core.List<api.EventTag> o) { 3748 checkUnnamed2355(core.List<api.EventTag> o) {
3749 unittest.expect(o, unittest.hasLength(2)); 3749 unittest.expect(o, unittest.hasLength(2));
3750 checkEventTag(o[0]); 3750 checkEventTag(o[0]);
3751 checkEventTag(o[1]); 3751 checkEventTag(o[1]);
3752 } 3752 }
3753 3753
3754 core.int buildCounterEventTagsListResponse = 0; 3754 core.int buildCounterEventTagsListResponse = 0;
3755 buildEventTagsListResponse() { 3755 buildEventTagsListResponse() {
3756 var o = new api.EventTagsListResponse(); 3756 var o = new api.EventTagsListResponse();
3757 buildCounterEventTagsListResponse++; 3757 buildCounterEventTagsListResponse++;
3758 if (buildCounterEventTagsListResponse < 3) { 3758 if (buildCounterEventTagsListResponse < 3) {
3759 o.eventTags = buildUnnamed2261(); 3759 o.eventTags = buildUnnamed2355();
3760 o.kind = "foo"; 3760 o.kind = "foo";
3761 } 3761 }
3762 buildCounterEventTagsListResponse--; 3762 buildCounterEventTagsListResponse--;
3763 return o; 3763 return o;
3764 } 3764 }
3765 3765
3766 checkEventTagsListResponse(api.EventTagsListResponse o) { 3766 checkEventTagsListResponse(api.EventTagsListResponse o) {
3767 buildCounterEventTagsListResponse++; 3767 buildCounterEventTagsListResponse++;
3768 if (buildCounterEventTagsListResponse < 3) { 3768 if (buildCounterEventTagsListResponse < 3) {
3769 checkUnnamed2261(o.eventTags); 3769 checkUnnamed2355(o.eventTags);
3770 unittest.expect(o.kind, unittest.equals('foo')); 3770 unittest.expect(o.kind, unittest.equals('foo'));
3771 } 3771 }
3772 buildCounterEventTagsListResponse--; 3772 buildCounterEventTagsListResponse--;
3773 } 3773 }
3774 3774
3775 core.int buildCounterFileUrls = 0; 3775 core.int buildCounterFileUrls = 0;
3776 buildFileUrls() { 3776 buildFileUrls() {
3777 var o = new api.FileUrls(); 3777 var o = new api.FileUrls();
3778 buildCounterFileUrls++; 3778 buildCounterFileUrls++;
3779 if (buildCounterFileUrls < 3) { 3779 if (buildCounterFileUrls < 3) {
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
3823 unittest.expect(o.id, unittest.equals('foo')); 3823 unittest.expect(o.id, unittest.equals('foo'));
3824 unittest.expect(o.kind, unittest.equals('foo')); 3824 unittest.expect(o.kind, unittest.equals('foo'));
3825 unittest.expect(o.lastModifiedTime, unittest.equals('foo')); 3825 unittest.expect(o.lastModifiedTime, unittest.equals('foo'));
3826 unittest.expect(o.reportId, unittest.equals('foo')); 3826 unittest.expect(o.reportId, unittest.equals('foo'));
3827 unittest.expect(o.status, unittest.equals('foo')); 3827 unittest.expect(o.status, unittest.equals('foo'));
3828 checkFileUrls(o.urls); 3828 checkFileUrls(o.urls);
3829 } 3829 }
3830 buildCounterFile--; 3830 buildCounterFile--;
3831 } 3831 }
3832 3832
3833 buildUnnamed2262() { 3833 buildUnnamed2356() {
3834 var o = new core.List<api.File>(); 3834 var o = new core.List<api.File>();
3835 o.add(buildFile()); 3835 o.add(buildFile());
3836 o.add(buildFile()); 3836 o.add(buildFile());
3837 return o; 3837 return o;
3838 } 3838 }
3839 3839
3840 checkUnnamed2262(core.List<api.File> o) { 3840 checkUnnamed2356(core.List<api.File> o) {
3841 unittest.expect(o, unittest.hasLength(2)); 3841 unittest.expect(o, unittest.hasLength(2));
3842 checkFile(o[0]); 3842 checkFile(o[0]);
3843 checkFile(o[1]); 3843 checkFile(o[1]);
3844 } 3844 }
3845 3845
3846 core.int buildCounterFileList = 0; 3846 core.int buildCounterFileList = 0;
3847 buildFileList() { 3847 buildFileList() {
3848 var o = new api.FileList(); 3848 var o = new api.FileList();
3849 buildCounterFileList++; 3849 buildCounterFileList++;
3850 if (buildCounterFileList < 3) { 3850 if (buildCounterFileList < 3) {
3851 o.etag = "foo"; 3851 o.etag = "foo";
3852 o.items = buildUnnamed2262(); 3852 o.items = buildUnnamed2356();
3853 o.kind = "foo"; 3853 o.kind = "foo";
3854 o.nextPageToken = "foo"; 3854 o.nextPageToken = "foo";
3855 } 3855 }
3856 buildCounterFileList--; 3856 buildCounterFileList--;
3857 return o; 3857 return o;
3858 } 3858 }
3859 3859
3860 checkFileList(api.FileList o) { 3860 checkFileList(api.FileList o) {
3861 buildCounterFileList++; 3861 buildCounterFileList++;
3862 if (buildCounterFileList < 3) { 3862 if (buildCounterFileList < 3) {
3863 unittest.expect(o.etag, unittest.equals('foo')); 3863 unittest.expect(o.etag, unittest.equals('foo'));
3864 checkUnnamed2262(o.items); 3864 checkUnnamed2356(o.items);
3865 unittest.expect(o.kind, unittest.equals('foo')); 3865 unittest.expect(o.kind, unittest.equals('foo'));
3866 unittest.expect(o.nextPageToken, unittest.equals('foo')); 3866 unittest.expect(o.nextPageToken, unittest.equals('foo'));
3867 } 3867 }
3868 buildCounterFileList--; 3868 buildCounterFileList--;
3869 } 3869 }
3870 3870
3871 core.int buildCounterFlight = 0; 3871 core.int buildCounterFlight = 0;
3872 buildFlight() { 3872 buildFlight() {
3873 var o = new api.Flight(); 3873 var o = new api.Flight();
3874 buildCounterFlight++; 3874 buildCounterFlight++;
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
3907 3907
3908 checkFloodlightActivitiesGenerateTagResponse(api.FloodlightActivitiesGenerateTag Response o) { 3908 checkFloodlightActivitiesGenerateTagResponse(api.FloodlightActivitiesGenerateTag Response o) {
3909 buildCounterFloodlightActivitiesGenerateTagResponse++; 3909 buildCounterFloodlightActivitiesGenerateTagResponse++;
3910 if (buildCounterFloodlightActivitiesGenerateTagResponse < 3) { 3910 if (buildCounterFloodlightActivitiesGenerateTagResponse < 3) {
3911 unittest.expect(o.floodlightActivityTag, unittest.equals('foo')); 3911 unittest.expect(o.floodlightActivityTag, unittest.equals('foo'));
3912 unittest.expect(o.kind, unittest.equals('foo')); 3912 unittest.expect(o.kind, unittest.equals('foo'));
3913 } 3913 }
3914 buildCounterFloodlightActivitiesGenerateTagResponse--; 3914 buildCounterFloodlightActivitiesGenerateTagResponse--;
3915 } 3915 }
3916 3916
3917 buildUnnamed2263() { 3917 buildUnnamed2357() {
3918 var o = new core.List<api.FloodlightActivity>(); 3918 var o = new core.List<api.FloodlightActivity>();
3919 o.add(buildFloodlightActivity()); 3919 o.add(buildFloodlightActivity());
3920 o.add(buildFloodlightActivity()); 3920 o.add(buildFloodlightActivity());
3921 return o; 3921 return o;
3922 } 3922 }
3923 3923
3924 checkUnnamed2263(core.List<api.FloodlightActivity> o) { 3924 checkUnnamed2357(core.List<api.FloodlightActivity> o) {
3925 unittest.expect(o, unittest.hasLength(2)); 3925 unittest.expect(o, unittest.hasLength(2));
3926 checkFloodlightActivity(o[0]); 3926 checkFloodlightActivity(o[0]);
3927 checkFloodlightActivity(o[1]); 3927 checkFloodlightActivity(o[1]);
3928 } 3928 }
3929 3929
3930 core.int buildCounterFloodlightActivitiesListResponse = 0; 3930 core.int buildCounterFloodlightActivitiesListResponse = 0;
3931 buildFloodlightActivitiesListResponse() { 3931 buildFloodlightActivitiesListResponse() {
3932 var o = new api.FloodlightActivitiesListResponse(); 3932 var o = new api.FloodlightActivitiesListResponse();
3933 buildCounterFloodlightActivitiesListResponse++; 3933 buildCounterFloodlightActivitiesListResponse++;
3934 if (buildCounterFloodlightActivitiesListResponse < 3) { 3934 if (buildCounterFloodlightActivitiesListResponse < 3) {
3935 o.floodlightActivities = buildUnnamed2263(); 3935 o.floodlightActivities = buildUnnamed2357();
3936 o.kind = "foo"; 3936 o.kind = "foo";
3937 o.nextPageToken = "foo"; 3937 o.nextPageToken = "foo";
3938 } 3938 }
3939 buildCounterFloodlightActivitiesListResponse--; 3939 buildCounterFloodlightActivitiesListResponse--;
3940 return o; 3940 return o;
3941 } 3941 }
3942 3942
3943 checkFloodlightActivitiesListResponse(api.FloodlightActivitiesListResponse o) { 3943 checkFloodlightActivitiesListResponse(api.FloodlightActivitiesListResponse o) {
3944 buildCounterFloodlightActivitiesListResponse++; 3944 buildCounterFloodlightActivitiesListResponse++;
3945 if (buildCounterFloodlightActivitiesListResponse < 3) { 3945 if (buildCounterFloodlightActivitiesListResponse < 3) {
3946 checkUnnamed2263(o.floodlightActivities); 3946 checkUnnamed2357(o.floodlightActivities);
3947 unittest.expect(o.kind, unittest.equals('foo')); 3947 unittest.expect(o.kind, unittest.equals('foo'));
3948 unittest.expect(o.nextPageToken, unittest.equals('foo')); 3948 unittest.expect(o.nextPageToken, unittest.equals('foo'));
3949 } 3949 }
3950 buildCounterFloodlightActivitiesListResponse--; 3950 buildCounterFloodlightActivitiesListResponse--;
3951 } 3951 }
3952 3952
3953 buildUnnamed2264() { 3953 buildUnnamed2358() {
3954 var o = new core.List<api.FloodlightActivityDynamicTag>(); 3954 var o = new core.List<api.FloodlightActivityDynamicTag>();
3955 o.add(buildFloodlightActivityDynamicTag()); 3955 o.add(buildFloodlightActivityDynamicTag());
3956 o.add(buildFloodlightActivityDynamicTag()); 3956 o.add(buildFloodlightActivityDynamicTag());
3957 return o; 3957 return o;
3958 } 3958 }
3959 3959
3960 checkUnnamed2264(core.List<api.FloodlightActivityDynamicTag> o) { 3960 checkUnnamed2358(core.List<api.FloodlightActivityDynamicTag> o) {
3961 unittest.expect(o, unittest.hasLength(2)); 3961 unittest.expect(o, unittest.hasLength(2));
3962 checkFloodlightActivityDynamicTag(o[0]); 3962 checkFloodlightActivityDynamicTag(o[0]);
3963 checkFloodlightActivityDynamicTag(o[1]); 3963 checkFloodlightActivityDynamicTag(o[1]);
3964 } 3964 }
3965 3965
3966 buildUnnamed2265() { 3966 buildUnnamed2359() {
3967 var o = new core.List<api.FloodlightActivityPublisherDynamicTag>(); 3967 var o = new core.List<api.FloodlightActivityPublisherDynamicTag>();
3968 o.add(buildFloodlightActivityPublisherDynamicTag()); 3968 o.add(buildFloodlightActivityPublisherDynamicTag());
3969 o.add(buildFloodlightActivityPublisherDynamicTag()); 3969 o.add(buildFloodlightActivityPublisherDynamicTag());
3970 return o; 3970 return o;
3971 } 3971 }
3972 3972
3973 checkUnnamed2265(core.List<api.FloodlightActivityPublisherDynamicTag> o) { 3973 checkUnnamed2359(core.List<api.FloodlightActivityPublisherDynamicTag> o) {
3974 unittest.expect(o, unittest.hasLength(2)); 3974 unittest.expect(o, unittest.hasLength(2));
3975 checkFloodlightActivityPublisherDynamicTag(o[0]); 3975 checkFloodlightActivityPublisherDynamicTag(o[0]);
3976 checkFloodlightActivityPublisherDynamicTag(o[1]); 3976 checkFloodlightActivityPublisherDynamicTag(o[1]);
3977 } 3977 }
3978 3978
3979 buildUnnamed2266() { 3979 buildUnnamed2360() {
3980 var o = new core.List<core.String>(); 3980 var o = new core.List<core.String>();
3981 o.add("foo"); 3981 o.add("foo");
3982 o.add("foo"); 3982 o.add("foo");
3983 return o; 3983 return o;
3984 } 3984 }
3985 3985
3986 checkUnnamed2266(core.List<core.String> o) { 3986 checkUnnamed2360(core.List<core.String> o) {
3987 unittest.expect(o, unittest.hasLength(2)); 3987 unittest.expect(o, unittest.hasLength(2));
3988 unittest.expect(o[0], unittest.equals('foo')); 3988 unittest.expect(o[0], unittest.equals('foo'));
3989 unittest.expect(o[1], unittest.equals('foo')); 3989 unittest.expect(o[1], unittest.equals('foo'));
3990 } 3990 }
3991 3991
3992 core.int buildCounterFloodlightActivity = 0; 3992 core.int buildCounterFloodlightActivity = 0;
3993 buildFloodlightActivity() { 3993 buildFloodlightActivity() {
3994 var o = new api.FloodlightActivity(); 3994 var o = new api.FloodlightActivity();
3995 buildCounterFloodlightActivity++; 3995 buildCounterFloodlightActivity++;
3996 if (buildCounterFloodlightActivity < 3) { 3996 if (buildCounterFloodlightActivity < 3) {
3997 o.accountId = "foo"; 3997 o.accountId = "foo";
3998 o.advertiserId = "foo"; 3998 o.advertiserId = "foo";
3999 o.advertiserIdDimensionValue = buildDimensionValue(); 3999 o.advertiserIdDimensionValue = buildDimensionValue();
4000 o.cacheBustingType = "foo"; 4000 o.cacheBustingType = "foo";
4001 o.countingMethod = "foo"; 4001 o.countingMethod = "foo";
4002 o.defaultTags = buildUnnamed2264(); 4002 o.defaultTags = buildUnnamed2358();
4003 o.expectedUrl = "foo"; 4003 o.expectedUrl = "foo";
4004 o.floodlightActivityGroupId = "foo"; 4004 o.floodlightActivityGroupId = "foo";
4005 o.floodlightActivityGroupName = "foo"; 4005 o.floodlightActivityGroupName = "foo";
4006 o.floodlightActivityGroupTagString = "foo"; 4006 o.floodlightActivityGroupTagString = "foo";
4007 o.floodlightActivityGroupType = "foo"; 4007 o.floodlightActivityGroupType = "foo";
4008 o.floodlightConfigurationId = "foo"; 4008 o.floodlightConfigurationId = "foo";
4009 o.floodlightConfigurationIdDimensionValue = buildDimensionValue(); 4009 o.floodlightConfigurationIdDimensionValue = buildDimensionValue();
4010 o.hidden = true; 4010 o.hidden = true;
4011 o.id = "foo"; 4011 o.id = "foo";
4012 o.idDimensionValue = buildDimensionValue(); 4012 o.idDimensionValue = buildDimensionValue();
4013 o.imageTagEnabled = true; 4013 o.imageTagEnabled = true;
4014 o.kind = "foo"; 4014 o.kind = "foo";
4015 o.name = "foo"; 4015 o.name = "foo";
4016 o.notes = "foo"; 4016 o.notes = "foo";
4017 o.publisherTags = buildUnnamed2265(); 4017 o.publisherTags = buildUnnamed2359();
4018 o.secure = true; 4018 o.secure = true;
4019 o.sslCompliant = true; 4019 o.sslCompliant = true;
4020 o.sslRequired = true; 4020 o.sslRequired = true;
4021 o.subaccountId = "foo"; 4021 o.subaccountId = "foo";
4022 o.tagFormat = "foo"; 4022 o.tagFormat = "foo";
4023 o.tagString = "foo"; 4023 o.tagString = "foo";
4024 o.userDefinedVariableTypes = buildUnnamed2266(); 4024 o.userDefinedVariableTypes = buildUnnamed2360();
4025 } 4025 }
4026 buildCounterFloodlightActivity--; 4026 buildCounterFloodlightActivity--;
4027 return o; 4027 return o;
4028 } 4028 }
4029 4029
4030 checkFloodlightActivity(api.FloodlightActivity o) { 4030 checkFloodlightActivity(api.FloodlightActivity o) {
4031 buildCounterFloodlightActivity++; 4031 buildCounterFloodlightActivity++;
4032 if (buildCounterFloodlightActivity < 3) { 4032 if (buildCounterFloodlightActivity < 3) {
4033 unittest.expect(o.accountId, unittest.equals('foo')); 4033 unittest.expect(o.accountId, unittest.equals('foo'));
4034 unittest.expect(o.advertiserId, unittest.equals('foo')); 4034 unittest.expect(o.advertiserId, unittest.equals('foo'));
4035 checkDimensionValue(o.advertiserIdDimensionValue); 4035 checkDimensionValue(o.advertiserIdDimensionValue);
4036 unittest.expect(o.cacheBustingType, unittest.equals('foo')); 4036 unittest.expect(o.cacheBustingType, unittest.equals('foo'));
4037 unittest.expect(o.countingMethod, unittest.equals('foo')); 4037 unittest.expect(o.countingMethod, unittest.equals('foo'));
4038 checkUnnamed2264(o.defaultTags); 4038 checkUnnamed2358(o.defaultTags);
4039 unittest.expect(o.expectedUrl, unittest.equals('foo')); 4039 unittest.expect(o.expectedUrl, unittest.equals('foo'));
4040 unittest.expect(o.floodlightActivityGroupId, unittest.equals('foo')); 4040 unittest.expect(o.floodlightActivityGroupId, unittest.equals('foo'));
4041 unittest.expect(o.floodlightActivityGroupName, unittest.equals('foo')); 4041 unittest.expect(o.floodlightActivityGroupName, unittest.equals('foo'));
4042 unittest.expect(o.floodlightActivityGroupTagString, unittest.equals('foo')); 4042 unittest.expect(o.floodlightActivityGroupTagString, unittest.equals('foo'));
4043 unittest.expect(o.floodlightActivityGroupType, unittest.equals('foo')); 4043 unittest.expect(o.floodlightActivityGroupType, unittest.equals('foo'));
4044 unittest.expect(o.floodlightConfigurationId, unittest.equals('foo')); 4044 unittest.expect(o.floodlightConfigurationId, unittest.equals('foo'));
4045 checkDimensionValue(o.floodlightConfigurationIdDimensionValue); 4045 checkDimensionValue(o.floodlightConfigurationIdDimensionValue);
4046 unittest.expect(o.hidden, unittest.isTrue); 4046 unittest.expect(o.hidden, unittest.isTrue);
4047 unittest.expect(o.id, unittest.equals('foo')); 4047 unittest.expect(o.id, unittest.equals('foo'));
4048 checkDimensionValue(o.idDimensionValue); 4048 checkDimensionValue(o.idDimensionValue);
4049 unittest.expect(o.imageTagEnabled, unittest.isTrue); 4049 unittest.expect(o.imageTagEnabled, unittest.isTrue);
4050 unittest.expect(o.kind, unittest.equals('foo')); 4050 unittest.expect(o.kind, unittest.equals('foo'));
4051 unittest.expect(o.name, unittest.equals('foo')); 4051 unittest.expect(o.name, unittest.equals('foo'));
4052 unittest.expect(o.notes, unittest.equals('foo')); 4052 unittest.expect(o.notes, unittest.equals('foo'));
4053 checkUnnamed2265(o.publisherTags); 4053 checkUnnamed2359(o.publisherTags);
4054 unittest.expect(o.secure, unittest.isTrue); 4054 unittest.expect(o.secure, unittest.isTrue);
4055 unittest.expect(o.sslCompliant, unittest.isTrue); 4055 unittest.expect(o.sslCompliant, unittest.isTrue);
4056 unittest.expect(o.sslRequired, unittest.isTrue); 4056 unittest.expect(o.sslRequired, unittest.isTrue);
4057 unittest.expect(o.subaccountId, unittest.equals('foo')); 4057 unittest.expect(o.subaccountId, unittest.equals('foo'));
4058 unittest.expect(o.tagFormat, unittest.equals('foo')); 4058 unittest.expect(o.tagFormat, unittest.equals('foo'));
4059 unittest.expect(o.tagString, unittest.equals('foo')); 4059 unittest.expect(o.tagString, unittest.equals('foo'));
4060 checkUnnamed2266(o.userDefinedVariableTypes); 4060 checkUnnamed2360(o.userDefinedVariableTypes);
4061 } 4061 }
4062 buildCounterFloodlightActivity--; 4062 buildCounterFloodlightActivity--;
4063 } 4063 }
4064 4064
4065 core.int buildCounterFloodlightActivityDynamicTag = 0; 4065 core.int buildCounterFloodlightActivityDynamicTag = 0;
4066 buildFloodlightActivityDynamicTag() { 4066 buildFloodlightActivityDynamicTag() {
4067 var o = new api.FloodlightActivityDynamicTag(); 4067 var o = new api.FloodlightActivityDynamicTag();
4068 buildCounterFloodlightActivityDynamicTag++; 4068 buildCounterFloodlightActivityDynamicTag++;
4069 if (buildCounterFloodlightActivityDynamicTag < 3) { 4069 if (buildCounterFloodlightActivityDynamicTag < 3) {
4070 o.id = "foo"; 4070 o.id = "foo";
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
4119 checkDimensionValue(o.idDimensionValue); 4119 checkDimensionValue(o.idDimensionValue);
4120 unittest.expect(o.kind, unittest.equals('foo')); 4120 unittest.expect(o.kind, unittest.equals('foo'));
4121 unittest.expect(o.name, unittest.equals('foo')); 4121 unittest.expect(o.name, unittest.equals('foo'));
4122 unittest.expect(o.subaccountId, unittest.equals('foo')); 4122 unittest.expect(o.subaccountId, unittest.equals('foo'));
4123 unittest.expect(o.tagString, unittest.equals('foo')); 4123 unittest.expect(o.tagString, unittest.equals('foo'));
4124 unittest.expect(o.type, unittest.equals('foo')); 4124 unittest.expect(o.type, unittest.equals('foo'));
4125 } 4125 }
4126 buildCounterFloodlightActivityGroup--; 4126 buildCounterFloodlightActivityGroup--;
4127 } 4127 }
4128 4128
4129 buildUnnamed2267() { 4129 buildUnnamed2361() {
4130 var o = new core.List<api.FloodlightActivityGroup>(); 4130 var o = new core.List<api.FloodlightActivityGroup>();
4131 o.add(buildFloodlightActivityGroup()); 4131 o.add(buildFloodlightActivityGroup());
4132 o.add(buildFloodlightActivityGroup()); 4132 o.add(buildFloodlightActivityGroup());
4133 return o; 4133 return o;
4134 } 4134 }
4135 4135
4136 checkUnnamed2267(core.List<api.FloodlightActivityGroup> o) { 4136 checkUnnamed2361(core.List<api.FloodlightActivityGroup> o) {
4137 unittest.expect(o, unittest.hasLength(2)); 4137 unittest.expect(o, unittest.hasLength(2));
4138 checkFloodlightActivityGroup(o[0]); 4138 checkFloodlightActivityGroup(o[0]);
4139 checkFloodlightActivityGroup(o[1]); 4139 checkFloodlightActivityGroup(o[1]);
4140 } 4140 }
4141 4141
4142 core.int buildCounterFloodlightActivityGroupsListResponse = 0; 4142 core.int buildCounterFloodlightActivityGroupsListResponse = 0;
4143 buildFloodlightActivityGroupsListResponse() { 4143 buildFloodlightActivityGroupsListResponse() {
4144 var o = new api.FloodlightActivityGroupsListResponse(); 4144 var o = new api.FloodlightActivityGroupsListResponse();
4145 buildCounterFloodlightActivityGroupsListResponse++; 4145 buildCounterFloodlightActivityGroupsListResponse++;
4146 if (buildCounterFloodlightActivityGroupsListResponse < 3) { 4146 if (buildCounterFloodlightActivityGroupsListResponse < 3) {
4147 o.floodlightActivityGroups = buildUnnamed2267(); 4147 o.floodlightActivityGroups = buildUnnamed2361();
4148 o.kind = "foo"; 4148 o.kind = "foo";
4149 o.nextPageToken = "foo"; 4149 o.nextPageToken = "foo";
4150 } 4150 }
4151 buildCounterFloodlightActivityGroupsListResponse--; 4151 buildCounterFloodlightActivityGroupsListResponse--;
4152 return o; 4152 return o;
4153 } 4153 }
4154 4154
4155 checkFloodlightActivityGroupsListResponse(api.FloodlightActivityGroupsListRespon se o) { 4155 checkFloodlightActivityGroupsListResponse(api.FloodlightActivityGroupsListRespon se o) {
4156 buildCounterFloodlightActivityGroupsListResponse++; 4156 buildCounterFloodlightActivityGroupsListResponse++;
4157 if (buildCounterFloodlightActivityGroupsListResponse < 3) { 4157 if (buildCounterFloodlightActivityGroupsListResponse < 3) {
4158 checkUnnamed2267(o.floodlightActivityGroups); 4158 checkUnnamed2361(o.floodlightActivityGroups);
4159 unittest.expect(o.kind, unittest.equals('foo')); 4159 unittest.expect(o.kind, unittest.equals('foo'));
4160 unittest.expect(o.nextPageToken, unittest.equals('foo')); 4160 unittest.expect(o.nextPageToken, unittest.equals('foo'));
4161 } 4161 }
4162 buildCounterFloodlightActivityGroupsListResponse--; 4162 buildCounterFloodlightActivityGroupsListResponse--;
4163 } 4163 }
4164 4164
4165 core.int buildCounterFloodlightActivityPublisherDynamicTag = 0; 4165 core.int buildCounterFloodlightActivityPublisherDynamicTag = 0;
4166 buildFloodlightActivityPublisherDynamicTag() { 4166 buildFloodlightActivityPublisherDynamicTag() {
4167 var o = new api.FloodlightActivityPublisherDynamicTag(); 4167 var o = new api.FloodlightActivityPublisherDynamicTag();
4168 buildCounterFloodlightActivityPublisherDynamicTag++; 4168 buildCounterFloodlightActivityPublisherDynamicTag++;
(...skipping 15 matching lines...) Expand all
4184 unittest.expect(o.clickThrough, unittest.isTrue); 4184 unittest.expect(o.clickThrough, unittest.isTrue);
4185 unittest.expect(o.directorySiteId, unittest.equals('foo')); 4185 unittest.expect(o.directorySiteId, unittest.equals('foo'));
4186 checkFloodlightActivityDynamicTag(o.dynamicTag); 4186 checkFloodlightActivityDynamicTag(o.dynamicTag);
4187 unittest.expect(o.siteId, unittest.equals('foo')); 4187 unittest.expect(o.siteId, unittest.equals('foo'));
4188 checkDimensionValue(o.siteIdDimensionValue); 4188 checkDimensionValue(o.siteIdDimensionValue);
4189 unittest.expect(o.viewThrough, unittest.isTrue); 4189 unittest.expect(o.viewThrough, unittest.isTrue);
4190 } 4190 }
4191 buildCounterFloodlightActivityPublisherDynamicTag--; 4191 buildCounterFloodlightActivityPublisherDynamicTag--;
4192 } 4192 }
4193 4193
4194 buildUnnamed2268() { 4194 buildUnnamed2362() {
4195 var o = new core.List<core.String>(); 4195 var o = new core.List<core.String>();
4196 o.add("foo"); 4196 o.add("foo");
4197 o.add("foo"); 4197 o.add("foo");
4198 return o; 4198 return o;
4199 } 4199 }
4200 4200
4201 checkUnnamed2268(core.List<core.String> o) { 4201 checkUnnamed2362(core.List<core.String> o) {
4202 unittest.expect(o, unittest.hasLength(2)); 4202 unittest.expect(o, unittest.hasLength(2));
4203 unittest.expect(o[0], unittest.equals('foo')); 4203 unittest.expect(o[0], unittest.equals('foo'));
4204 unittest.expect(o[1], unittest.equals('foo')); 4204 unittest.expect(o[1], unittest.equals('foo'));
4205 } 4205 }
4206 4206
4207 buildUnnamed2269() { 4207 buildUnnamed2363() {
4208 var o = new core.List<api.ThirdPartyAuthenticationToken>(); 4208 var o = new core.List<api.ThirdPartyAuthenticationToken>();
4209 o.add(buildThirdPartyAuthenticationToken()); 4209 o.add(buildThirdPartyAuthenticationToken());
4210 o.add(buildThirdPartyAuthenticationToken()); 4210 o.add(buildThirdPartyAuthenticationToken());
4211 return o; 4211 return o;
4212 } 4212 }
4213 4213
4214 checkUnnamed2269(core.List<api.ThirdPartyAuthenticationToken> o) { 4214 checkUnnamed2363(core.List<api.ThirdPartyAuthenticationToken> o) {
4215 unittest.expect(o, unittest.hasLength(2)); 4215 unittest.expect(o, unittest.hasLength(2));
4216 checkThirdPartyAuthenticationToken(o[0]); 4216 checkThirdPartyAuthenticationToken(o[0]);
4217 checkThirdPartyAuthenticationToken(o[1]); 4217 checkThirdPartyAuthenticationToken(o[1]);
4218 } 4218 }
4219 4219
4220 buildUnnamed2270() { 4220 buildUnnamed2364() {
4221 var o = new core.List<api.UserDefinedVariableConfiguration>(); 4221 var o = new core.List<api.UserDefinedVariableConfiguration>();
4222 o.add(buildUserDefinedVariableConfiguration()); 4222 o.add(buildUserDefinedVariableConfiguration());
4223 o.add(buildUserDefinedVariableConfiguration()); 4223 o.add(buildUserDefinedVariableConfiguration());
4224 return o; 4224 return o;
4225 } 4225 }
4226 4226
4227 checkUnnamed2270(core.List<api.UserDefinedVariableConfiguration> o) { 4227 checkUnnamed2364(core.List<api.UserDefinedVariableConfiguration> o) {
4228 unittest.expect(o, unittest.hasLength(2)); 4228 unittest.expect(o, unittest.hasLength(2));
4229 checkUserDefinedVariableConfiguration(o[0]); 4229 checkUserDefinedVariableConfiguration(o[0]);
4230 checkUserDefinedVariableConfiguration(o[1]); 4230 checkUserDefinedVariableConfiguration(o[1]);
4231 } 4231 }
4232 4232
4233 core.int buildCounterFloodlightConfiguration = 0; 4233 core.int buildCounterFloodlightConfiguration = 0;
4234 buildFloodlightConfiguration() { 4234 buildFloodlightConfiguration() {
4235 var o = new api.FloodlightConfiguration(); 4235 var o = new api.FloodlightConfiguration();
4236 buildCounterFloodlightConfiguration++; 4236 buildCounterFloodlightConfiguration++;
4237 if (buildCounterFloodlightConfiguration < 3) { 4237 if (buildCounterFloodlightConfiguration < 3) {
4238 o.accountId = "foo"; 4238 o.accountId = "foo";
4239 o.advertiserId = "foo"; 4239 o.advertiserId = "foo";
4240 o.advertiserIdDimensionValue = buildDimensionValue(); 4240 o.advertiserIdDimensionValue = buildDimensionValue();
4241 o.analyticsDataSharingEnabled = true; 4241 o.analyticsDataSharingEnabled = true;
4242 o.exposureToConversionEnabled = true; 4242 o.exposureToConversionEnabled = true;
4243 o.firstDayOfWeek = "foo"; 4243 o.firstDayOfWeek = "foo";
4244 o.id = "foo"; 4244 o.id = "foo";
4245 o.idDimensionValue = buildDimensionValue(); 4245 o.idDimensionValue = buildDimensionValue();
4246 o.inAppAttributionTrackingEnabled = true; 4246 o.inAppAttributionTrackingEnabled = true;
4247 o.kind = "foo"; 4247 o.kind = "foo";
4248 o.lookbackConfiguration = buildLookbackConfiguration(); 4248 o.lookbackConfiguration = buildLookbackConfiguration();
4249 o.naturalSearchConversionAttributionOption = "foo"; 4249 o.naturalSearchConversionAttributionOption = "foo";
4250 o.omnitureSettings = buildOmnitureSettings(); 4250 o.omnitureSettings = buildOmnitureSettings();
4251 o.standardVariableTypes = buildUnnamed2268(); 4251 o.standardVariableTypes = buildUnnamed2362();
4252 o.subaccountId = "foo"; 4252 o.subaccountId = "foo";
4253 o.tagSettings = buildTagSettings(); 4253 o.tagSettings = buildTagSettings();
4254 o.thirdPartyAuthenticationTokens = buildUnnamed2269(); 4254 o.thirdPartyAuthenticationTokens = buildUnnamed2363();
4255 o.userDefinedVariableConfigurations = buildUnnamed2270(); 4255 o.userDefinedVariableConfigurations = buildUnnamed2364();
4256 } 4256 }
4257 buildCounterFloodlightConfiguration--; 4257 buildCounterFloodlightConfiguration--;
4258 return o; 4258 return o;
4259 } 4259 }
4260 4260
4261 checkFloodlightConfiguration(api.FloodlightConfiguration o) { 4261 checkFloodlightConfiguration(api.FloodlightConfiguration o) {
4262 buildCounterFloodlightConfiguration++; 4262 buildCounterFloodlightConfiguration++;
4263 if (buildCounterFloodlightConfiguration < 3) { 4263 if (buildCounterFloodlightConfiguration < 3) {
4264 unittest.expect(o.accountId, unittest.equals('foo')); 4264 unittest.expect(o.accountId, unittest.equals('foo'));
4265 unittest.expect(o.advertiserId, unittest.equals('foo')); 4265 unittest.expect(o.advertiserId, unittest.equals('foo'));
4266 checkDimensionValue(o.advertiserIdDimensionValue); 4266 checkDimensionValue(o.advertiserIdDimensionValue);
4267 unittest.expect(o.analyticsDataSharingEnabled, unittest.isTrue); 4267 unittest.expect(o.analyticsDataSharingEnabled, unittest.isTrue);
4268 unittest.expect(o.exposureToConversionEnabled, unittest.isTrue); 4268 unittest.expect(o.exposureToConversionEnabled, unittest.isTrue);
4269 unittest.expect(o.firstDayOfWeek, unittest.equals('foo')); 4269 unittest.expect(o.firstDayOfWeek, unittest.equals('foo'));
4270 unittest.expect(o.id, unittest.equals('foo')); 4270 unittest.expect(o.id, unittest.equals('foo'));
4271 checkDimensionValue(o.idDimensionValue); 4271 checkDimensionValue(o.idDimensionValue);
4272 unittest.expect(o.inAppAttributionTrackingEnabled, unittest.isTrue); 4272 unittest.expect(o.inAppAttributionTrackingEnabled, unittest.isTrue);
4273 unittest.expect(o.kind, unittest.equals('foo')); 4273 unittest.expect(o.kind, unittest.equals('foo'));
4274 checkLookbackConfiguration(o.lookbackConfiguration); 4274 checkLookbackConfiguration(o.lookbackConfiguration);
4275 unittest.expect(o.naturalSearchConversionAttributionOption, unittest.equals( 'foo')); 4275 unittest.expect(o.naturalSearchConversionAttributionOption, unittest.equals( 'foo'));
4276 checkOmnitureSettings(o.omnitureSettings); 4276 checkOmnitureSettings(o.omnitureSettings);
4277 checkUnnamed2268(o.standardVariableTypes); 4277 checkUnnamed2362(o.standardVariableTypes);
4278 unittest.expect(o.subaccountId, unittest.equals('foo')); 4278 unittest.expect(o.subaccountId, unittest.equals('foo'));
4279 checkTagSettings(o.tagSettings); 4279 checkTagSettings(o.tagSettings);
4280 checkUnnamed2269(o.thirdPartyAuthenticationTokens); 4280 checkUnnamed2363(o.thirdPartyAuthenticationTokens);
4281 checkUnnamed2270(o.userDefinedVariableConfigurations); 4281 checkUnnamed2364(o.userDefinedVariableConfigurations);
4282 } 4282 }
4283 buildCounterFloodlightConfiguration--; 4283 buildCounterFloodlightConfiguration--;
4284 } 4284 }
4285 4285
4286 buildUnnamed2271() { 4286 buildUnnamed2365() {
4287 var o = new core.List<api.FloodlightConfiguration>(); 4287 var o = new core.List<api.FloodlightConfiguration>();
4288 o.add(buildFloodlightConfiguration()); 4288 o.add(buildFloodlightConfiguration());
4289 o.add(buildFloodlightConfiguration()); 4289 o.add(buildFloodlightConfiguration());
4290 return o; 4290 return o;
4291 } 4291 }
4292 4292
4293 checkUnnamed2271(core.List<api.FloodlightConfiguration> o) { 4293 checkUnnamed2365(core.List<api.FloodlightConfiguration> o) {
4294 unittest.expect(o, unittest.hasLength(2)); 4294 unittest.expect(o, unittest.hasLength(2));
4295 checkFloodlightConfiguration(o[0]); 4295 checkFloodlightConfiguration(o[0]);
4296 checkFloodlightConfiguration(o[1]); 4296 checkFloodlightConfiguration(o[1]);
4297 } 4297 }
4298 4298
4299 core.int buildCounterFloodlightConfigurationsListResponse = 0; 4299 core.int buildCounterFloodlightConfigurationsListResponse = 0;
4300 buildFloodlightConfigurationsListResponse() { 4300 buildFloodlightConfigurationsListResponse() {
4301 var o = new api.FloodlightConfigurationsListResponse(); 4301 var o = new api.FloodlightConfigurationsListResponse();
4302 buildCounterFloodlightConfigurationsListResponse++; 4302 buildCounterFloodlightConfigurationsListResponse++;
4303 if (buildCounterFloodlightConfigurationsListResponse < 3) { 4303 if (buildCounterFloodlightConfigurationsListResponse < 3) {
4304 o.floodlightConfigurations = buildUnnamed2271(); 4304 o.floodlightConfigurations = buildUnnamed2365();
4305 o.kind = "foo"; 4305 o.kind = "foo";
4306 } 4306 }
4307 buildCounterFloodlightConfigurationsListResponse--; 4307 buildCounterFloodlightConfigurationsListResponse--;
4308 return o; 4308 return o;
4309 } 4309 }
4310 4310
4311 checkFloodlightConfigurationsListResponse(api.FloodlightConfigurationsListRespon se o) { 4311 checkFloodlightConfigurationsListResponse(api.FloodlightConfigurationsListRespon se o) {
4312 buildCounterFloodlightConfigurationsListResponse++; 4312 buildCounterFloodlightConfigurationsListResponse++;
4313 if (buildCounterFloodlightConfigurationsListResponse < 3) { 4313 if (buildCounterFloodlightConfigurationsListResponse < 3) {
4314 checkUnnamed2271(o.floodlightConfigurations); 4314 checkUnnamed2365(o.floodlightConfigurations);
4315 unittest.expect(o.kind, unittest.equals('foo')); 4315 unittest.expect(o.kind, unittest.equals('foo'));
4316 } 4316 }
4317 buildCounterFloodlightConfigurationsListResponse--; 4317 buildCounterFloodlightConfigurationsListResponse--;
4318 } 4318 }
4319 4319
4320 buildUnnamed2272() { 4320 buildUnnamed2366() {
4321 var o = new core.List<api.Dimension>(); 4321 var o = new core.List<api.Dimension>();
4322 o.add(buildDimension()); 4322 o.add(buildDimension());
4323 o.add(buildDimension()); 4323 o.add(buildDimension());
4324 return o; 4324 return o;
4325 } 4325 }
4326 4326
4327 checkUnnamed2272(core.List<api.Dimension> o) { 4327 checkUnnamed2366(core.List<api.Dimension> o) {
4328 unittest.expect(o, unittest.hasLength(2)); 4328 unittest.expect(o, unittest.hasLength(2));
4329 checkDimension(o[0]); 4329 checkDimension(o[0]);
4330 checkDimension(o[1]); 4330 checkDimension(o[1]);
4331 } 4331 }
4332 4332
4333 buildUnnamed2273() { 4333 buildUnnamed2367() {
4334 var o = new core.List<api.Dimension>(); 4334 var o = new core.List<api.Dimension>();
4335 o.add(buildDimension()); 4335 o.add(buildDimension());
4336 o.add(buildDimension()); 4336 o.add(buildDimension());
4337 return o; 4337 return o;
4338 } 4338 }
4339 4339
4340 checkUnnamed2273(core.List<api.Dimension> o) { 4340 checkUnnamed2367(core.List<api.Dimension> o) {
4341 unittest.expect(o, unittest.hasLength(2)); 4341 unittest.expect(o, unittest.hasLength(2));
4342 checkDimension(o[0]); 4342 checkDimension(o[0]);
4343 checkDimension(o[1]); 4343 checkDimension(o[1]);
4344 } 4344 }
4345 4345
4346 buildUnnamed2274() { 4346 buildUnnamed2368() {
4347 var o = new core.List<api.Metric>(); 4347 var o = new core.List<api.Metric>();
4348 o.add(buildMetric()); 4348 o.add(buildMetric());
4349 o.add(buildMetric()); 4349 o.add(buildMetric());
4350 return o; 4350 return o;
4351 } 4351 }
4352 4352
4353 checkUnnamed2274(core.List<api.Metric> o) { 4353 checkUnnamed2368(core.List<api.Metric> o) {
4354 unittest.expect(o, unittest.hasLength(2)); 4354 unittest.expect(o, unittest.hasLength(2));
4355 checkMetric(o[0]); 4355 checkMetric(o[0]);
4356 checkMetric(o[1]); 4356 checkMetric(o[1]);
4357 } 4357 }
4358 4358
4359 core.int buildCounterFloodlightReportCompatibleFields = 0; 4359 core.int buildCounterFloodlightReportCompatibleFields = 0;
4360 buildFloodlightReportCompatibleFields() { 4360 buildFloodlightReportCompatibleFields() {
4361 var o = new api.FloodlightReportCompatibleFields(); 4361 var o = new api.FloodlightReportCompatibleFields();
4362 buildCounterFloodlightReportCompatibleFields++; 4362 buildCounterFloodlightReportCompatibleFields++;
4363 if (buildCounterFloodlightReportCompatibleFields < 3) { 4363 if (buildCounterFloodlightReportCompatibleFields < 3) {
4364 o.dimensionFilters = buildUnnamed2272(); 4364 o.dimensionFilters = buildUnnamed2366();
4365 o.dimensions = buildUnnamed2273(); 4365 o.dimensions = buildUnnamed2367();
4366 o.kind = "foo"; 4366 o.kind = "foo";
4367 o.metrics = buildUnnamed2274(); 4367 o.metrics = buildUnnamed2368();
4368 } 4368 }
4369 buildCounterFloodlightReportCompatibleFields--; 4369 buildCounterFloodlightReportCompatibleFields--;
4370 return o; 4370 return o;
4371 } 4371 }
4372 4372
4373 checkFloodlightReportCompatibleFields(api.FloodlightReportCompatibleFields o) { 4373 checkFloodlightReportCompatibleFields(api.FloodlightReportCompatibleFields o) {
4374 buildCounterFloodlightReportCompatibleFields++; 4374 buildCounterFloodlightReportCompatibleFields++;
4375 if (buildCounterFloodlightReportCompatibleFields < 3) { 4375 if (buildCounterFloodlightReportCompatibleFields < 3) {
4376 checkUnnamed2272(o.dimensionFilters); 4376 checkUnnamed2366(o.dimensionFilters);
4377 checkUnnamed2273(o.dimensions); 4377 checkUnnamed2367(o.dimensions);
4378 unittest.expect(o.kind, unittest.equals('foo')); 4378 unittest.expect(o.kind, unittest.equals('foo'));
4379 checkUnnamed2274(o.metrics); 4379 checkUnnamed2368(o.metrics);
4380 } 4380 }
4381 buildCounterFloodlightReportCompatibleFields--; 4381 buildCounterFloodlightReportCompatibleFields--;
4382 } 4382 }
4383 4383
4384 core.int buildCounterFrequencyCap = 0; 4384 core.int buildCounterFrequencyCap = 0;
4385 buildFrequencyCap() { 4385 buildFrequencyCap() {
4386 var o = new api.FrequencyCap(); 4386 var o = new api.FrequencyCap();
4387 buildCounterFrequencyCap++; 4387 buildCounterFrequencyCap++;
4388 if (buildCounterFrequencyCap < 3) { 4388 if (buildCounterFrequencyCap < 3) {
4389 o.duration = "foo"; 4389 o.duration = "foo";
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
4422 if (buildCounterFsCommand < 3) { 4422 if (buildCounterFsCommand < 3) {
4423 unittest.expect(o.left, unittest.equals(42)); 4423 unittest.expect(o.left, unittest.equals(42));
4424 unittest.expect(o.positionOption, unittest.equals('foo')); 4424 unittest.expect(o.positionOption, unittest.equals('foo'));
4425 unittest.expect(o.top, unittest.equals(42)); 4425 unittest.expect(o.top, unittest.equals(42));
4426 unittest.expect(o.windowHeight, unittest.equals(42)); 4426 unittest.expect(o.windowHeight, unittest.equals(42));
4427 unittest.expect(o.windowWidth, unittest.equals(42)); 4427 unittest.expect(o.windowWidth, unittest.equals(42));
4428 } 4428 }
4429 buildCounterFsCommand--; 4429 buildCounterFsCommand--;
4430 } 4430 }
4431 4431
4432 buildUnnamed2275() { 4432 buildUnnamed2369() {
4433 var o = new core.List<api.City>(); 4433 var o = new core.List<api.City>();
4434 o.add(buildCity()); 4434 o.add(buildCity());
4435 o.add(buildCity()); 4435 o.add(buildCity());
4436 return o; 4436 return o;
4437 } 4437 }
4438 4438
4439 checkUnnamed2275(core.List<api.City> o) { 4439 checkUnnamed2369(core.List<api.City> o) {
4440 unittest.expect(o, unittest.hasLength(2)); 4440 unittest.expect(o, unittest.hasLength(2));
4441 checkCity(o[0]); 4441 checkCity(o[0]);
4442 checkCity(o[1]); 4442 checkCity(o[1]);
4443 } 4443 }
4444 4444
4445 buildUnnamed2276() { 4445 buildUnnamed2370() {
4446 var o = new core.List<api.Country>(); 4446 var o = new core.List<api.Country>();
4447 o.add(buildCountry()); 4447 o.add(buildCountry());
4448 o.add(buildCountry()); 4448 o.add(buildCountry());
4449 return o; 4449 return o;
4450 } 4450 }
4451 4451
4452 checkUnnamed2276(core.List<api.Country> o) { 4452 checkUnnamed2370(core.List<api.Country> o) {
4453 unittest.expect(o, unittest.hasLength(2)); 4453 unittest.expect(o, unittest.hasLength(2));
4454 checkCountry(o[0]); 4454 checkCountry(o[0]);
4455 checkCountry(o[1]); 4455 checkCountry(o[1]);
4456 } 4456 }
4457 4457
4458 buildUnnamed2277() { 4458 buildUnnamed2371() {
4459 var o = new core.List<api.Metro>(); 4459 var o = new core.List<api.Metro>();
4460 o.add(buildMetro()); 4460 o.add(buildMetro());
4461 o.add(buildMetro()); 4461 o.add(buildMetro());
4462 return o; 4462 return o;
4463 } 4463 }
4464 4464
4465 checkUnnamed2277(core.List<api.Metro> o) { 4465 checkUnnamed2371(core.List<api.Metro> o) {
4466 unittest.expect(o, unittest.hasLength(2)); 4466 unittest.expect(o, unittest.hasLength(2));
4467 checkMetro(o[0]); 4467 checkMetro(o[0]);
4468 checkMetro(o[1]); 4468 checkMetro(o[1]);
4469 } 4469 }
4470 4470
4471 buildUnnamed2278() { 4471 buildUnnamed2372() {
4472 var o = new core.List<api.PostalCode>(); 4472 var o = new core.List<api.PostalCode>();
4473 o.add(buildPostalCode()); 4473 o.add(buildPostalCode());
4474 o.add(buildPostalCode()); 4474 o.add(buildPostalCode());
4475 return o; 4475 return o;
4476 } 4476 }
4477 4477
4478 checkUnnamed2278(core.List<api.PostalCode> o) { 4478 checkUnnamed2372(core.List<api.PostalCode> o) {
4479 unittest.expect(o, unittest.hasLength(2)); 4479 unittest.expect(o, unittest.hasLength(2));
4480 checkPostalCode(o[0]); 4480 checkPostalCode(o[0]);
4481 checkPostalCode(o[1]); 4481 checkPostalCode(o[1]);
4482 } 4482 }
4483 4483
4484 buildUnnamed2279() { 4484 buildUnnamed2373() {
4485 var o = new core.List<api.Region>(); 4485 var o = new core.List<api.Region>();
4486 o.add(buildRegion()); 4486 o.add(buildRegion());
4487 o.add(buildRegion()); 4487 o.add(buildRegion());
4488 return o; 4488 return o;
4489 } 4489 }
4490 4490
4491 checkUnnamed2279(core.List<api.Region> o) { 4491 checkUnnamed2373(core.List<api.Region> o) {
4492 unittest.expect(o, unittest.hasLength(2)); 4492 unittest.expect(o, unittest.hasLength(2));
4493 checkRegion(o[0]); 4493 checkRegion(o[0]);
4494 checkRegion(o[1]); 4494 checkRegion(o[1]);
4495 } 4495 }
4496 4496
4497 core.int buildCounterGeoTargeting = 0; 4497 core.int buildCounterGeoTargeting = 0;
4498 buildGeoTargeting() { 4498 buildGeoTargeting() {
4499 var o = new api.GeoTargeting(); 4499 var o = new api.GeoTargeting();
4500 buildCounterGeoTargeting++; 4500 buildCounterGeoTargeting++;
4501 if (buildCounterGeoTargeting < 3) { 4501 if (buildCounterGeoTargeting < 3) {
4502 o.cities = buildUnnamed2275(); 4502 o.cities = buildUnnamed2369();
4503 o.countries = buildUnnamed2276(); 4503 o.countries = buildUnnamed2370();
4504 o.excludeCountries = true; 4504 o.excludeCountries = true;
4505 o.metros = buildUnnamed2277(); 4505 o.metros = buildUnnamed2371();
4506 o.postalCodes = buildUnnamed2278(); 4506 o.postalCodes = buildUnnamed2372();
4507 o.regions = buildUnnamed2279(); 4507 o.regions = buildUnnamed2373();
4508 } 4508 }
4509 buildCounterGeoTargeting--; 4509 buildCounterGeoTargeting--;
4510 return o; 4510 return o;
4511 } 4511 }
4512 4512
4513 checkGeoTargeting(api.GeoTargeting o) { 4513 checkGeoTargeting(api.GeoTargeting o) {
4514 buildCounterGeoTargeting++; 4514 buildCounterGeoTargeting++;
4515 if (buildCounterGeoTargeting < 3) { 4515 if (buildCounterGeoTargeting < 3) {
4516 checkUnnamed2275(o.cities); 4516 checkUnnamed2369(o.cities);
4517 checkUnnamed2276(o.countries); 4517 checkUnnamed2370(o.countries);
4518 unittest.expect(o.excludeCountries, unittest.isTrue); 4518 unittest.expect(o.excludeCountries, unittest.isTrue);
4519 checkUnnamed2277(o.metros); 4519 checkUnnamed2371(o.metros);
4520 checkUnnamed2278(o.postalCodes); 4520 checkUnnamed2372(o.postalCodes);
4521 checkUnnamed2279(o.regions); 4521 checkUnnamed2373(o.regions);
4522 } 4522 }
4523 buildCounterGeoTargeting--; 4523 buildCounterGeoTargeting--;
4524 } 4524 }
4525 4525
4526 buildUnnamed2280() { 4526 buildUnnamed2374() {
4527 var o = new core.List<api.AdSlot>(); 4527 var o = new core.List<api.AdSlot>();
4528 o.add(buildAdSlot()); 4528 o.add(buildAdSlot());
4529 o.add(buildAdSlot()); 4529 o.add(buildAdSlot());
4530 return o; 4530 return o;
4531 } 4531 }
4532 4532
4533 checkUnnamed2280(core.List<api.AdSlot> o) { 4533 checkUnnamed2374(core.List<api.AdSlot> o) {
4534 unittest.expect(o, unittest.hasLength(2)); 4534 unittest.expect(o, unittest.hasLength(2));
4535 checkAdSlot(o[0]); 4535 checkAdSlot(o[0]);
4536 checkAdSlot(o[1]); 4536 checkAdSlot(o[1]);
4537 } 4537 }
4538 4538
4539 core.int buildCounterInventoryItem = 0; 4539 core.int buildCounterInventoryItem = 0;
4540 buildInventoryItem() { 4540 buildInventoryItem() {
4541 var o = new api.InventoryItem(); 4541 var o = new api.InventoryItem();
4542 buildCounterInventoryItem++; 4542 buildCounterInventoryItem++;
4543 if (buildCounterInventoryItem < 3) { 4543 if (buildCounterInventoryItem < 3) {
4544 o.accountId = "foo"; 4544 o.accountId = "foo";
4545 o.adSlots = buildUnnamed2280(); 4545 o.adSlots = buildUnnamed2374();
4546 o.advertiserId = "foo"; 4546 o.advertiserId = "foo";
4547 o.contentCategoryId = "foo"; 4547 o.contentCategoryId = "foo";
4548 o.estimatedClickThroughRate = "foo"; 4548 o.estimatedClickThroughRate = "foo";
4549 o.estimatedConversionRate = "foo"; 4549 o.estimatedConversionRate = "foo";
4550 o.id = "foo"; 4550 o.id = "foo";
4551 o.inPlan = true; 4551 o.inPlan = true;
4552 o.kind = "foo"; 4552 o.kind = "foo";
4553 o.lastModifiedInfo = buildLastModifiedInfo(); 4553 o.lastModifiedInfo = buildLastModifiedInfo();
4554 o.name = "foo"; 4554 o.name = "foo";
4555 o.negotiationChannelId = "foo"; 4555 o.negotiationChannelId = "foo";
4556 o.orderId = "foo"; 4556 o.orderId = "foo";
4557 o.placementStrategyId = "foo"; 4557 o.placementStrategyId = "foo";
4558 o.pricing = buildPricing(); 4558 o.pricing = buildPricing();
4559 o.projectId = "foo"; 4559 o.projectId = "foo";
4560 o.rfpId = "foo"; 4560 o.rfpId = "foo";
4561 o.siteId = "foo"; 4561 o.siteId = "foo";
4562 o.subaccountId = "foo"; 4562 o.subaccountId = "foo";
4563 o.type = "foo"; 4563 o.type = "foo";
4564 } 4564 }
4565 buildCounterInventoryItem--; 4565 buildCounterInventoryItem--;
4566 return o; 4566 return o;
4567 } 4567 }
4568 4568
4569 checkInventoryItem(api.InventoryItem o) { 4569 checkInventoryItem(api.InventoryItem o) {
4570 buildCounterInventoryItem++; 4570 buildCounterInventoryItem++;
4571 if (buildCounterInventoryItem < 3) { 4571 if (buildCounterInventoryItem < 3) {
4572 unittest.expect(o.accountId, unittest.equals('foo')); 4572 unittest.expect(o.accountId, unittest.equals('foo'));
4573 checkUnnamed2280(o.adSlots); 4573 checkUnnamed2374(o.adSlots);
4574 unittest.expect(o.advertiserId, unittest.equals('foo')); 4574 unittest.expect(o.advertiserId, unittest.equals('foo'));
4575 unittest.expect(o.contentCategoryId, unittest.equals('foo')); 4575 unittest.expect(o.contentCategoryId, unittest.equals('foo'));
4576 unittest.expect(o.estimatedClickThroughRate, unittest.equals('foo')); 4576 unittest.expect(o.estimatedClickThroughRate, unittest.equals('foo'));
4577 unittest.expect(o.estimatedConversionRate, unittest.equals('foo')); 4577 unittest.expect(o.estimatedConversionRate, unittest.equals('foo'));
4578 unittest.expect(o.id, unittest.equals('foo')); 4578 unittest.expect(o.id, unittest.equals('foo'));
4579 unittest.expect(o.inPlan, unittest.isTrue); 4579 unittest.expect(o.inPlan, unittest.isTrue);
4580 unittest.expect(o.kind, unittest.equals('foo')); 4580 unittest.expect(o.kind, unittest.equals('foo'));
4581 checkLastModifiedInfo(o.lastModifiedInfo); 4581 checkLastModifiedInfo(o.lastModifiedInfo);
4582 unittest.expect(o.name, unittest.equals('foo')); 4582 unittest.expect(o.name, unittest.equals('foo'));
4583 unittest.expect(o.negotiationChannelId, unittest.equals('foo')); 4583 unittest.expect(o.negotiationChannelId, unittest.equals('foo'));
4584 unittest.expect(o.orderId, unittest.equals('foo')); 4584 unittest.expect(o.orderId, unittest.equals('foo'));
4585 unittest.expect(o.placementStrategyId, unittest.equals('foo')); 4585 unittest.expect(o.placementStrategyId, unittest.equals('foo'));
4586 checkPricing(o.pricing); 4586 checkPricing(o.pricing);
4587 unittest.expect(o.projectId, unittest.equals('foo')); 4587 unittest.expect(o.projectId, unittest.equals('foo'));
4588 unittest.expect(o.rfpId, unittest.equals('foo')); 4588 unittest.expect(o.rfpId, unittest.equals('foo'));
4589 unittest.expect(o.siteId, unittest.equals('foo')); 4589 unittest.expect(o.siteId, unittest.equals('foo'));
4590 unittest.expect(o.subaccountId, unittest.equals('foo')); 4590 unittest.expect(o.subaccountId, unittest.equals('foo'));
4591 unittest.expect(o.type, unittest.equals('foo')); 4591 unittest.expect(o.type, unittest.equals('foo'));
4592 } 4592 }
4593 buildCounterInventoryItem--; 4593 buildCounterInventoryItem--;
4594 } 4594 }
4595 4595
4596 buildUnnamed2281() { 4596 buildUnnamed2375() {
4597 var o = new core.List<api.InventoryItem>(); 4597 var o = new core.List<api.InventoryItem>();
4598 o.add(buildInventoryItem()); 4598 o.add(buildInventoryItem());
4599 o.add(buildInventoryItem()); 4599 o.add(buildInventoryItem());
4600 return o; 4600 return o;
4601 } 4601 }
4602 4602
4603 checkUnnamed2281(core.List<api.InventoryItem> o) { 4603 checkUnnamed2375(core.List<api.InventoryItem> o) {
4604 unittest.expect(o, unittest.hasLength(2)); 4604 unittest.expect(o, unittest.hasLength(2));
4605 checkInventoryItem(o[0]); 4605 checkInventoryItem(o[0]);
4606 checkInventoryItem(o[1]); 4606 checkInventoryItem(o[1]);
4607 } 4607 }
4608 4608
4609 core.int buildCounterInventoryItemsListResponse = 0; 4609 core.int buildCounterInventoryItemsListResponse = 0;
4610 buildInventoryItemsListResponse() { 4610 buildInventoryItemsListResponse() {
4611 var o = new api.InventoryItemsListResponse(); 4611 var o = new api.InventoryItemsListResponse();
4612 buildCounterInventoryItemsListResponse++; 4612 buildCounterInventoryItemsListResponse++;
4613 if (buildCounterInventoryItemsListResponse < 3) { 4613 if (buildCounterInventoryItemsListResponse < 3) {
4614 o.inventoryItems = buildUnnamed2281(); 4614 o.inventoryItems = buildUnnamed2375();
4615 o.kind = "foo"; 4615 o.kind = "foo";
4616 o.nextPageToken = "foo"; 4616 o.nextPageToken = "foo";
4617 } 4617 }
4618 buildCounterInventoryItemsListResponse--; 4618 buildCounterInventoryItemsListResponse--;
4619 return o; 4619 return o;
4620 } 4620 }
4621 4621
4622 checkInventoryItemsListResponse(api.InventoryItemsListResponse o) { 4622 checkInventoryItemsListResponse(api.InventoryItemsListResponse o) {
4623 buildCounterInventoryItemsListResponse++; 4623 buildCounterInventoryItemsListResponse++;
4624 if (buildCounterInventoryItemsListResponse < 3) { 4624 if (buildCounterInventoryItemsListResponse < 3) {
4625 checkUnnamed2281(o.inventoryItems); 4625 checkUnnamed2375(o.inventoryItems);
4626 unittest.expect(o.kind, unittest.equals('foo')); 4626 unittest.expect(o.kind, unittest.equals('foo'));
4627 unittest.expect(o.nextPageToken, unittest.equals('foo')); 4627 unittest.expect(o.nextPageToken, unittest.equals('foo'));
4628 } 4628 }
4629 buildCounterInventoryItemsListResponse--; 4629 buildCounterInventoryItemsListResponse--;
4630 } 4630 }
4631 4631
4632 core.int buildCounterKeyValueTargetingExpression = 0; 4632 core.int buildCounterKeyValueTargetingExpression = 0;
4633 buildKeyValueTargetingExpression() { 4633 buildKeyValueTargetingExpression() {
4634 var o = new api.KeyValueTargetingExpression(); 4634 var o = new api.KeyValueTargetingExpression();
4635 buildCounterKeyValueTargetingExpression++; 4635 buildCounterKeyValueTargetingExpression++;
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
4668 if (buildCounterLandingPage < 3) { 4668 if (buildCounterLandingPage < 3) {
4669 unittest.expect(o.default_, unittest.isTrue); 4669 unittest.expect(o.default_, unittest.isTrue);
4670 unittest.expect(o.id, unittest.equals('foo')); 4670 unittest.expect(o.id, unittest.equals('foo'));
4671 unittest.expect(o.kind, unittest.equals('foo')); 4671 unittest.expect(o.kind, unittest.equals('foo'));
4672 unittest.expect(o.name, unittest.equals('foo')); 4672 unittest.expect(o.name, unittest.equals('foo'));
4673 unittest.expect(o.url, unittest.equals('foo')); 4673 unittest.expect(o.url, unittest.equals('foo'));
4674 } 4674 }
4675 buildCounterLandingPage--; 4675 buildCounterLandingPage--;
4676 } 4676 }
4677 4677
4678 buildUnnamed2282() { 4678 buildUnnamed2376() {
4679 var o = new core.List<api.LandingPage>(); 4679 var o = new core.List<api.LandingPage>();
4680 o.add(buildLandingPage()); 4680 o.add(buildLandingPage());
4681 o.add(buildLandingPage()); 4681 o.add(buildLandingPage());
4682 return o; 4682 return o;
4683 } 4683 }
4684 4684
4685 checkUnnamed2282(core.List<api.LandingPage> o) { 4685 checkUnnamed2376(core.List<api.LandingPage> o) {
4686 unittest.expect(o, unittest.hasLength(2)); 4686 unittest.expect(o, unittest.hasLength(2));
4687 checkLandingPage(o[0]); 4687 checkLandingPage(o[0]);
4688 checkLandingPage(o[1]); 4688 checkLandingPage(o[1]);
4689 } 4689 }
4690 4690
4691 core.int buildCounterLandingPagesListResponse = 0; 4691 core.int buildCounterLandingPagesListResponse = 0;
4692 buildLandingPagesListResponse() { 4692 buildLandingPagesListResponse() {
4693 var o = new api.LandingPagesListResponse(); 4693 var o = new api.LandingPagesListResponse();
4694 buildCounterLandingPagesListResponse++; 4694 buildCounterLandingPagesListResponse++;
4695 if (buildCounterLandingPagesListResponse < 3) { 4695 if (buildCounterLandingPagesListResponse < 3) {
4696 o.kind = "foo"; 4696 o.kind = "foo";
4697 o.landingPages = buildUnnamed2282(); 4697 o.landingPages = buildUnnamed2376();
4698 } 4698 }
4699 buildCounterLandingPagesListResponse--; 4699 buildCounterLandingPagesListResponse--;
4700 return o; 4700 return o;
4701 } 4701 }
4702 4702
4703 checkLandingPagesListResponse(api.LandingPagesListResponse o) { 4703 checkLandingPagesListResponse(api.LandingPagesListResponse o) {
4704 buildCounterLandingPagesListResponse++; 4704 buildCounterLandingPagesListResponse++;
4705 if (buildCounterLandingPagesListResponse < 3) { 4705 if (buildCounterLandingPagesListResponse < 3) {
4706 unittest.expect(o.kind, unittest.equals('foo')); 4706 unittest.expect(o.kind, unittest.equals('foo'));
4707 checkUnnamed2282(o.landingPages); 4707 checkUnnamed2376(o.landingPages);
4708 } 4708 }
4709 buildCounterLandingPagesListResponse--; 4709 buildCounterLandingPagesListResponse--;
4710 } 4710 }
4711 4711
4712 core.int buildCounterLanguage = 0; 4712 core.int buildCounterLanguage = 0;
4713 buildLanguage() { 4713 buildLanguage() {
4714 var o = new api.Language(); 4714 var o = new api.Language();
4715 buildCounterLanguage++; 4715 buildCounterLanguage++;
4716 if (buildCounterLanguage < 3) { 4716 if (buildCounterLanguage < 3) {
4717 o.id = "foo"; 4717 o.id = "foo";
4718 o.kind = "foo"; 4718 o.kind = "foo";
4719 o.languageCode = "foo"; 4719 o.languageCode = "foo";
4720 o.name = "foo"; 4720 o.name = "foo";
4721 } 4721 }
4722 buildCounterLanguage--; 4722 buildCounterLanguage--;
4723 return o; 4723 return o;
4724 } 4724 }
4725 4725
4726 checkLanguage(api.Language o) { 4726 checkLanguage(api.Language o) {
4727 buildCounterLanguage++; 4727 buildCounterLanguage++;
4728 if (buildCounterLanguage < 3) { 4728 if (buildCounterLanguage < 3) {
4729 unittest.expect(o.id, unittest.equals('foo')); 4729 unittest.expect(o.id, unittest.equals('foo'));
4730 unittest.expect(o.kind, unittest.equals('foo')); 4730 unittest.expect(o.kind, unittest.equals('foo'));
4731 unittest.expect(o.languageCode, unittest.equals('foo')); 4731 unittest.expect(o.languageCode, unittest.equals('foo'));
4732 unittest.expect(o.name, unittest.equals('foo')); 4732 unittest.expect(o.name, unittest.equals('foo'));
4733 } 4733 }
4734 buildCounterLanguage--; 4734 buildCounterLanguage--;
4735 } 4735 }
4736 4736
4737 buildUnnamed2283() { 4737 buildUnnamed2377() {
4738 var o = new core.List<api.Language>(); 4738 var o = new core.List<api.Language>();
4739 o.add(buildLanguage()); 4739 o.add(buildLanguage());
4740 o.add(buildLanguage()); 4740 o.add(buildLanguage());
4741 return o; 4741 return o;
4742 } 4742 }
4743 4743
4744 checkUnnamed2283(core.List<api.Language> o) { 4744 checkUnnamed2377(core.List<api.Language> o) {
4745 unittest.expect(o, unittest.hasLength(2)); 4745 unittest.expect(o, unittest.hasLength(2));
4746 checkLanguage(o[0]); 4746 checkLanguage(o[0]);
4747 checkLanguage(o[1]); 4747 checkLanguage(o[1]);
4748 } 4748 }
4749 4749
4750 core.int buildCounterLanguageTargeting = 0; 4750 core.int buildCounterLanguageTargeting = 0;
4751 buildLanguageTargeting() { 4751 buildLanguageTargeting() {
4752 var o = new api.LanguageTargeting(); 4752 var o = new api.LanguageTargeting();
4753 buildCounterLanguageTargeting++; 4753 buildCounterLanguageTargeting++;
4754 if (buildCounterLanguageTargeting < 3) { 4754 if (buildCounterLanguageTargeting < 3) {
4755 o.languages = buildUnnamed2283(); 4755 o.languages = buildUnnamed2377();
4756 } 4756 }
4757 buildCounterLanguageTargeting--; 4757 buildCounterLanguageTargeting--;
4758 return o; 4758 return o;
4759 } 4759 }
4760 4760
4761 checkLanguageTargeting(api.LanguageTargeting o) { 4761 checkLanguageTargeting(api.LanguageTargeting o) {
4762 buildCounterLanguageTargeting++; 4762 buildCounterLanguageTargeting++;
4763 if (buildCounterLanguageTargeting < 3) { 4763 if (buildCounterLanguageTargeting < 3) {
4764 checkUnnamed2283(o.languages); 4764 checkUnnamed2377(o.languages);
4765 } 4765 }
4766 buildCounterLanguageTargeting--; 4766 buildCounterLanguageTargeting--;
4767 } 4767 }
4768 4768
4769 buildUnnamed2284() { 4769 buildUnnamed2378() {
4770 var o = new core.List<api.Language>(); 4770 var o = new core.List<api.Language>();
4771 o.add(buildLanguage()); 4771 o.add(buildLanguage());
4772 o.add(buildLanguage()); 4772 o.add(buildLanguage());
4773 return o; 4773 return o;
4774 } 4774 }
4775 4775
4776 checkUnnamed2284(core.List<api.Language> o) { 4776 checkUnnamed2378(core.List<api.Language> o) {
4777 unittest.expect(o, unittest.hasLength(2)); 4777 unittest.expect(o, unittest.hasLength(2));
4778 checkLanguage(o[0]); 4778 checkLanguage(o[0]);
4779 checkLanguage(o[1]); 4779 checkLanguage(o[1]);
4780 } 4780 }
4781 4781
4782 core.int buildCounterLanguagesListResponse = 0; 4782 core.int buildCounterLanguagesListResponse = 0;
4783 buildLanguagesListResponse() { 4783 buildLanguagesListResponse() {
4784 var o = new api.LanguagesListResponse(); 4784 var o = new api.LanguagesListResponse();
4785 buildCounterLanguagesListResponse++; 4785 buildCounterLanguagesListResponse++;
4786 if (buildCounterLanguagesListResponse < 3) { 4786 if (buildCounterLanguagesListResponse < 3) {
4787 o.kind = "foo"; 4787 o.kind = "foo";
4788 o.languages = buildUnnamed2284(); 4788 o.languages = buildUnnamed2378();
4789 } 4789 }
4790 buildCounterLanguagesListResponse--; 4790 buildCounterLanguagesListResponse--;
4791 return o; 4791 return o;
4792 } 4792 }
4793 4793
4794 checkLanguagesListResponse(api.LanguagesListResponse o) { 4794 checkLanguagesListResponse(api.LanguagesListResponse o) {
4795 buildCounterLanguagesListResponse++; 4795 buildCounterLanguagesListResponse++;
4796 if (buildCounterLanguagesListResponse < 3) { 4796 if (buildCounterLanguagesListResponse < 3) {
4797 unittest.expect(o.kind, unittest.equals('foo')); 4797 unittest.expect(o.kind, unittest.equals('foo'));
4798 checkUnnamed2284(o.languages); 4798 checkUnnamed2378(o.languages);
4799 } 4799 }
4800 buildCounterLanguagesListResponse--; 4800 buildCounterLanguagesListResponse--;
4801 } 4801 }
4802 4802
4803 core.int buildCounterLastModifiedInfo = 0; 4803 core.int buildCounterLastModifiedInfo = 0;
4804 buildLastModifiedInfo() { 4804 buildLastModifiedInfo() {
4805 var o = new api.LastModifiedInfo(); 4805 var o = new api.LastModifiedInfo();
4806 buildCounterLastModifiedInfo++; 4806 buildCounterLastModifiedInfo++;
4807 if (buildCounterLastModifiedInfo < 3) { 4807 if (buildCounterLastModifiedInfo < 3) {
4808 o.time = "foo"; 4808 o.time = "foo";
4809 } 4809 }
4810 buildCounterLastModifiedInfo--; 4810 buildCounterLastModifiedInfo--;
4811 return o; 4811 return o;
4812 } 4812 }
4813 4813
4814 checkLastModifiedInfo(api.LastModifiedInfo o) { 4814 checkLastModifiedInfo(api.LastModifiedInfo o) {
4815 buildCounterLastModifiedInfo++; 4815 buildCounterLastModifiedInfo++;
4816 if (buildCounterLastModifiedInfo < 3) { 4816 if (buildCounterLastModifiedInfo < 3) {
4817 unittest.expect(o.time, unittest.equals('foo')); 4817 unittest.expect(o.time, unittest.equals('foo'));
4818 } 4818 }
4819 buildCounterLastModifiedInfo--; 4819 buildCounterLastModifiedInfo--;
4820 } 4820 }
4821 4821
4822 buildUnnamed2285() { 4822 buildUnnamed2379() {
4823 var o = new core.List<api.ListPopulationTerm>(); 4823 var o = new core.List<api.ListPopulationTerm>();
4824 o.add(buildListPopulationTerm()); 4824 o.add(buildListPopulationTerm());
4825 o.add(buildListPopulationTerm()); 4825 o.add(buildListPopulationTerm());
4826 return o; 4826 return o;
4827 } 4827 }
4828 4828
4829 checkUnnamed2285(core.List<api.ListPopulationTerm> o) { 4829 checkUnnamed2379(core.List<api.ListPopulationTerm> o) {
4830 unittest.expect(o, unittest.hasLength(2)); 4830 unittest.expect(o, unittest.hasLength(2));
4831 checkListPopulationTerm(o[0]); 4831 checkListPopulationTerm(o[0]);
4832 checkListPopulationTerm(o[1]); 4832 checkListPopulationTerm(o[1]);
4833 } 4833 }
4834 4834
4835 core.int buildCounterListPopulationClause = 0; 4835 core.int buildCounterListPopulationClause = 0;
4836 buildListPopulationClause() { 4836 buildListPopulationClause() {
4837 var o = new api.ListPopulationClause(); 4837 var o = new api.ListPopulationClause();
4838 buildCounterListPopulationClause++; 4838 buildCounterListPopulationClause++;
4839 if (buildCounterListPopulationClause < 3) { 4839 if (buildCounterListPopulationClause < 3) {
4840 o.terms = buildUnnamed2285(); 4840 o.terms = buildUnnamed2379();
4841 } 4841 }
4842 buildCounterListPopulationClause--; 4842 buildCounterListPopulationClause--;
4843 return o; 4843 return o;
4844 } 4844 }
4845 4845
4846 checkListPopulationClause(api.ListPopulationClause o) { 4846 checkListPopulationClause(api.ListPopulationClause o) {
4847 buildCounterListPopulationClause++; 4847 buildCounterListPopulationClause++;
4848 if (buildCounterListPopulationClause < 3) { 4848 if (buildCounterListPopulationClause < 3) {
4849 checkUnnamed2285(o.terms); 4849 checkUnnamed2379(o.terms);
4850 } 4850 }
4851 buildCounterListPopulationClause--; 4851 buildCounterListPopulationClause--;
4852 } 4852 }
4853 4853
4854 buildUnnamed2286() { 4854 buildUnnamed2380() {
4855 var o = new core.List<api.ListPopulationClause>(); 4855 var o = new core.List<api.ListPopulationClause>();
4856 o.add(buildListPopulationClause()); 4856 o.add(buildListPopulationClause());
4857 o.add(buildListPopulationClause()); 4857 o.add(buildListPopulationClause());
4858 return o; 4858 return o;
4859 } 4859 }
4860 4860
4861 checkUnnamed2286(core.List<api.ListPopulationClause> o) { 4861 checkUnnamed2380(core.List<api.ListPopulationClause> o) {
4862 unittest.expect(o, unittest.hasLength(2)); 4862 unittest.expect(o, unittest.hasLength(2));
4863 checkListPopulationClause(o[0]); 4863 checkListPopulationClause(o[0]);
4864 checkListPopulationClause(o[1]); 4864 checkListPopulationClause(o[1]);
4865 } 4865 }
4866 4866
4867 core.int buildCounterListPopulationRule = 0; 4867 core.int buildCounterListPopulationRule = 0;
4868 buildListPopulationRule() { 4868 buildListPopulationRule() {
4869 var o = new api.ListPopulationRule(); 4869 var o = new api.ListPopulationRule();
4870 buildCounterListPopulationRule++; 4870 buildCounterListPopulationRule++;
4871 if (buildCounterListPopulationRule < 3) { 4871 if (buildCounterListPopulationRule < 3) {
4872 o.floodlightActivityId = "foo"; 4872 o.floodlightActivityId = "foo";
4873 o.floodlightActivityName = "foo"; 4873 o.floodlightActivityName = "foo";
4874 o.listPopulationClauses = buildUnnamed2286(); 4874 o.listPopulationClauses = buildUnnamed2380();
4875 } 4875 }
4876 buildCounterListPopulationRule--; 4876 buildCounterListPopulationRule--;
4877 return o; 4877 return o;
4878 } 4878 }
4879 4879
4880 checkListPopulationRule(api.ListPopulationRule o) { 4880 checkListPopulationRule(api.ListPopulationRule o) {
4881 buildCounterListPopulationRule++; 4881 buildCounterListPopulationRule++;
4882 if (buildCounterListPopulationRule < 3) { 4882 if (buildCounterListPopulationRule < 3) {
4883 unittest.expect(o.floodlightActivityId, unittest.equals('foo')); 4883 unittest.expect(o.floodlightActivityId, unittest.equals('foo'));
4884 unittest.expect(o.floodlightActivityName, unittest.equals('foo')); 4884 unittest.expect(o.floodlightActivityName, unittest.equals('foo'));
4885 checkUnnamed2286(o.listPopulationClauses); 4885 checkUnnamed2380(o.listPopulationClauses);
4886 } 4886 }
4887 buildCounterListPopulationRule--; 4887 buildCounterListPopulationRule--;
4888 } 4888 }
4889 4889
4890 core.int buildCounterListPopulationTerm = 0; 4890 core.int buildCounterListPopulationTerm = 0;
4891 buildListPopulationTerm() { 4891 buildListPopulationTerm() {
4892 var o = new api.ListPopulationTerm(); 4892 var o = new api.ListPopulationTerm();
4893 buildCounterListPopulationTerm++; 4893 buildCounterListPopulationTerm++;
4894 if (buildCounterListPopulationTerm < 3) { 4894 if (buildCounterListPopulationTerm < 3) {
4895 o.contains = true; 4895 o.contains = true;
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
5005 unittest.expect(o.countryDartId, unittest.equals('foo')); 5005 unittest.expect(o.countryDartId, unittest.equals('foo'));
5006 unittest.expect(o.dartId, unittest.equals('foo')); 5006 unittest.expect(o.dartId, unittest.equals('foo'));
5007 unittest.expect(o.dmaId, unittest.equals('foo')); 5007 unittest.expect(o.dmaId, unittest.equals('foo'));
5008 unittest.expect(o.kind, unittest.equals('foo')); 5008 unittest.expect(o.kind, unittest.equals('foo'));
5009 unittest.expect(o.metroCode, unittest.equals('foo')); 5009 unittest.expect(o.metroCode, unittest.equals('foo'));
5010 unittest.expect(o.name, unittest.equals('foo')); 5010 unittest.expect(o.name, unittest.equals('foo'));
5011 } 5011 }
5012 buildCounterMetro--; 5012 buildCounterMetro--;
5013 } 5013 }
5014 5014
5015 buildUnnamed2287() { 5015 buildUnnamed2381() {
5016 var o = new core.List<api.Metro>(); 5016 var o = new core.List<api.Metro>();
5017 o.add(buildMetro()); 5017 o.add(buildMetro());
5018 o.add(buildMetro()); 5018 o.add(buildMetro());
5019 return o; 5019 return o;
5020 } 5020 }
5021 5021
5022 checkUnnamed2287(core.List<api.Metro> o) { 5022 checkUnnamed2381(core.List<api.Metro> o) {
5023 unittest.expect(o, unittest.hasLength(2)); 5023 unittest.expect(o, unittest.hasLength(2));
5024 checkMetro(o[0]); 5024 checkMetro(o[0]);
5025 checkMetro(o[1]); 5025 checkMetro(o[1]);
5026 } 5026 }
5027 5027
5028 core.int buildCounterMetrosListResponse = 0; 5028 core.int buildCounterMetrosListResponse = 0;
5029 buildMetrosListResponse() { 5029 buildMetrosListResponse() {
5030 var o = new api.MetrosListResponse(); 5030 var o = new api.MetrosListResponse();
5031 buildCounterMetrosListResponse++; 5031 buildCounterMetrosListResponse++;
5032 if (buildCounterMetrosListResponse < 3) { 5032 if (buildCounterMetrosListResponse < 3) {
5033 o.kind = "foo"; 5033 o.kind = "foo";
5034 o.metros = buildUnnamed2287(); 5034 o.metros = buildUnnamed2381();
5035 } 5035 }
5036 buildCounterMetrosListResponse--; 5036 buildCounterMetrosListResponse--;
5037 return o; 5037 return o;
5038 } 5038 }
5039 5039
5040 checkMetrosListResponse(api.MetrosListResponse o) { 5040 checkMetrosListResponse(api.MetrosListResponse o) {
5041 buildCounterMetrosListResponse++; 5041 buildCounterMetrosListResponse++;
5042 if (buildCounterMetrosListResponse < 3) { 5042 if (buildCounterMetrosListResponse < 3) {
5043 unittest.expect(o.kind, unittest.equals('foo')); 5043 unittest.expect(o.kind, unittest.equals('foo'));
5044 checkUnnamed2287(o.metros); 5044 checkUnnamed2381(o.metros);
5045 } 5045 }
5046 buildCounterMetrosListResponse--; 5046 buildCounterMetrosListResponse--;
5047 } 5047 }
5048 5048
5049 core.int buildCounterMobileCarrier = 0; 5049 core.int buildCounterMobileCarrier = 0;
5050 buildMobileCarrier() { 5050 buildMobileCarrier() {
5051 var o = new api.MobileCarrier(); 5051 var o = new api.MobileCarrier();
5052 buildCounterMobileCarrier++; 5052 buildCounterMobileCarrier++;
5053 if (buildCounterMobileCarrier < 3) { 5053 if (buildCounterMobileCarrier < 3) {
5054 o.countryCode = "foo"; 5054 o.countryCode = "foo";
(...skipping 11 matching lines...) Expand all
5066 if (buildCounterMobileCarrier < 3) { 5066 if (buildCounterMobileCarrier < 3) {
5067 unittest.expect(o.countryCode, unittest.equals('foo')); 5067 unittest.expect(o.countryCode, unittest.equals('foo'));
5068 unittest.expect(o.countryDartId, unittest.equals('foo')); 5068 unittest.expect(o.countryDartId, unittest.equals('foo'));
5069 unittest.expect(o.id, unittest.equals('foo')); 5069 unittest.expect(o.id, unittest.equals('foo'));
5070 unittest.expect(o.kind, unittest.equals('foo')); 5070 unittest.expect(o.kind, unittest.equals('foo'));
5071 unittest.expect(o.name, unittest.equals('foo')); 5071 unittest.expect(o.name, unittest.equals('foo'));
5072 } 5072 }
5073 buildCounterMobileCarrier--; 5073 buildCounterMobileCarrier--;
5074 } 5074 }
5075 5075
5076 buildUnnamed2288() { 5076 buildUnnamed2382() {
5077 var o = new core.List<api.MobileCarrier>(); 5077 var o = new core.List<api.MobileCarrier>();
5078 o.add(buildMobileCarrier()); 5078 o.add(buildMobileCarrier());
5079 o.add(buildMobileCarrier()); 5079 o.add(buildMobileCarrier());
5080 return o; 5080 return o;
5081 } 5081 }
5082 5082
5083 checkUnnamed2288(core.List<api.MobileCarrier> o) { 5083 checkUnnamed2382(core.List<api.MobileCarrier> o) {
5084 unittest.expect(o, unittest.hasLength(2)); 5084 unittest.expect(o, unittest.hasLength(2));
5085 checkMobileCarrier(o[0]); 5085 checkMobileCarrier(o[0]);
5086 checkMobileCarrier(o[1]); 5086 checkMobileCarrier(o[1]);
5087 } 5087 }
5088 5088
5089 core.int buildCounterMobileCarriersListResponse = 0; 5089 core.int buildCounterMobileCarriersListResponse = 0;
5090 buildMobileCarriersListResponse() { 5090 buildMobileCarriersListResponse() {
5091 var o = new api.MobileCarriersListResponse(); 5091 var o = new api.MobileCarriersListResponse();
5092 buildCounterMobileCarriersListResponse++; 5092 buildCounterMobileCarriersListResponse++;
5093 if (buildCounterMobileCarriersListResponse < 3) { 5093 if (buildCounterMobileCarriersListResponse < 3) {
5094 o.kind = "foo"; 5094 o.kind = "foo";
5095 o.mobileCarriers = buildUnnamed2288(); 5095 o.mobileCarriers = buildUnnamed2382();
5096 } 5096 }
5097 buildCounterMobileCarriersListResponse--; 5097 buildCounterMobileCarriersListResponse--;
5098 return o; 5098 return o;
5099 } 5099 }
5100 5100
5101 checkMobileCarriersListResponse(api.MobileCarriersListResponse o) { 5101 checkMobileCarriersListResponse(api.MobileCarriersListResponse o) {
5102 buildCounterMobileCarriersListResponse++; 5102 buildCounterMobileCarriersListResponse++;
5103 if (buildCounterMobileCarriersListResponse < 3) { 5103 if (buildCounterMobileCarriersListResponse < 3) {
5104 unittest.expect(o.kind, unittest.equals('foo')); 5104 unittest.expect(o.kind, unittest.equals('foo'));
5105 checkUnnamed2288(o.mobileCarriers); 5105 checkUnnamed2382(o.mobileCarriers);
5106 } 5106 }
5107 buildCounterMobileCarriersListResponse--; 5107 buildCounterMobileCarriersListResponse--;
5108 } 5108 }
5109 5109
5110 buildUnnamed2289() { 5110 buildUnnamed2383() {
5111 var o = new core.List<core.String>(); 5111 var o = new core.List<core.String>();
5112 o.add("foo"); 5112 o.add("foo");
5113 o.add("foo"); 5113 o.add("foo");
5114 return o; 5114 return o;
5115 } 5115 }
5116 5116
5117 checkUnnamed2289(core.List<core.String> o) { 5117 checkUnnamed2383(core.List<core.String> o) {
5118 unittest.expect(o, unittest.hasLength(2)); 5118 unittest.expect(o, unittest.hasLength(2));
5119 unittest.expect(o[0], unittest.equals('foo')); 5119 unittest.expect(o[0], unittest.equals('foo'));
5120 unittest.expect(o[1], unittest.equals('foo')); 5120 unittest.expect(o[1], unittest.equals('foo'));
5121 } 5121 }
5122 5122
5123 core.int buildCounterObjectFilter = 0; 5123 core.int buildCounterObjectFilter = 0;
5124 buildObjectFilter() { 5124 buildObjectFilter() {
5125 var o = new api.ObjectFilter(); 5125 var o = new api.ObjectFilter();
5126 buildCounterObjectFilter++; 5126 buildCounterObjectFilter++;
5127 if (buildCounterObjectFilter < 3) { 5127 if (buildCounterObjectFilter < 3) {
5128 o.kind = "foo"; 5128 o.kind = "foo";
5129 o.objectIds = buildUnnamed2289(); 5129 o.objectIds = buildUnnamed2383();
5130 o.status = "foo"; 5130 o.status = "foo";
5131 } 5131 }
5132 buildCounterObjectFilter--; 5132 buildCounterObjectFilter--;
5133 return o; 5133 return o;
5134 } 5134 }
5135 5135
5136 checkObjectFilter(api.ObjectFilter o) { 5136 checkObjectFilter(api.ObjectFilter o) {
5137 buildCounterObjectFilter++; 5137 buildCounterObjectFilter++;
5138 if (buildCounterObjectFilter < 3) { 5138 if (buildCounterObjectFilter < 3) {
5139 unittest.expect(o.kind, unittest.equals('foo')); 5139 unittest.expect(o.kind, unittest.equals('foo'));
5140 checkUnnamed2289(o.objectIds); 5140 checkUnnamed2383(o.objectIds);
5141 unittest.expect(o.status, unittest.equals('foo')); 5141 unittest.expect(o.status, unittest.equals('foo'));
5142 } 5142 }
5143 buildCounterObjectFilter--; 5143 buildCounterObjectFilter--;
5144 } 5144 }
5145 5145
5146 core.int buildCounterOffsetPosition = 0; 5146 core.int buildCounterOffsetPosition = 0;
5147 buildOffsetPosition() { 5147 buildOffsetPosition() {
5148 var o = new api.OffsetPosition(); 5148 var o = new api.OffsetPosition();
5149 buildCounterOffsetPosition++; 5149 buildCounterOffsetPosition++;
5150 if (buildCounterOffsetPosition < 3) { 5150 if (buildCounterOffsetPosition < 3) {
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
5234 unittest.expect(o.id, unittest.equals('foo')); 5234 unittest.expect(o.id, unittest.equals('foo'));
5235 unittest.expect(o.kind, unittest.equals('foo')); 5235 unittest.expect(o.kind, unittest.equals('foo'));
5236 unittest.expect(o.majorVersion, unittest.equals('foo')); 5236 unittest.expect(o.majorVersion, unittest.equals('foo'));
5237 unittest.expect(o.minorVersion, unittest.equals('foo')); 5237 unittest.expect(o.minorVersion, unittest.equals('foo'));
5238 unittest.expect(o.name, unittest.equals('foo')); 5238 unittest.expect(o.name, unittest.equals('foo'));
5239 checkOperatingSystem(o.operatingSystem); 5239 checkOperatingSystem(o.operatingSystem);
5240 } 5240 }
5241 buildCounterOperatingSystemVersion--; 5241 buildCounterOperatingSystemVersion--;
5242 } 5242 }
5243 5243
5244 buildUnnamed2290() { 5244 buildUnnamed2384() {
5245 var o = new core.List<api.OperatingSystemVersion>(); 5245 var o = new core.List<api.OperatingSystemVersion>();
5246 o.add(buildOperatingSystemVersion()); 5246 o.add(buildOperatingSystemVersion());
5247 o.add(buildOperatingSystemVersion()); 5247 o.add(buildOperatingSystemVersion());
5248 return o; 5248 return o;
5249 } 5249 }
5250 5250
5251 checkUnnamed2290(core.List<api.OperatingSystemVersion> o) { 5251 checkUnnamed2384(core.List<api.OperatingSystemVersion> o) {
5252 unittest.expect(o, unittest.hasLength(2)); 5252 unittest.expect(o, unittest.hasLength(2));
5253 checkOperatingSystemVersion(o[0]); 5253 checkOperatingSystemVersion(o[0]);
5254 checkOperatingSystemVersion(o[1]); 5254 checkOperatingSystemVersion(o[1]);
5255 } 5255 }
5256 5256
5257 core.int buildCounterOperatingSystemVersionsListResponse = 0; 5257 core.int buildCounterOperatingSystemVersionsListResponse = 0;
5258 buildOperatingSystemVersionsListResponse() { 5258 buildOperatingSystemVersionsListResponse() {
5259 var o = new api.OperatingSystemVersionsListResponse(); 5259 var o = new api.OperatingSystemVersionsListResponse();
5260 buildCounterOperatingSystemVersionsListResponse++; 5260 buildCounterOperatingSystemVersionsListResponse++;
5261 if (buildCounterOperatingSystemVersionsListResponse < 3) { 5261 if (buildCounterOperatingSystemVersionsListResponse < 3) {
5262 o.kind = "foo"; 5262 o.kind = "foo";
5263 o.operatingSystemVersions = buildUnnamed2290(); 5263 o.operatingSystemVersions = buildUnnamed2384();
5264 } 5264 }
5265 buildCounterOperatingSystemVersionsListResponse--; 5265 buildCounterOperatingSystemVersionsListResponse--;
5266 return o; 5266 return o;
5267 } 5267 }
5268 5268
5269 checkOperatingSystemVersionsListResponse(api.OperatingSystemVersionsListResponse o) { 5269 checkOperatingSystemVersionsListResponse(api.OperatingSystemVersionsListResponse o) {
5270 buildCounterOperatingSystemVersionsListResponse++; 5270 buildCounterOperatingSystemVersionsListResponse++;
5271 if (buildCounterOperatingSystemVersionsListResponse < 3) { 5271 if (buildCounterOperatingSystemVersionsListResponse < 3) {
5272 unittest.expect(o.kind, unittest.equals('foo')); 5272 unittest.expect(o.kind, unittest.equals('foo'));
5273 checkUnnamed2290(o.operatingSystemVersions); 5273 checkUnnamed2384(o.operatingSystemVersions);
5274 } 5274 }
5275 buildCounterOperatingSystemVersionsListResponse--; 5275 buildCounterOperatingSystemVersionsListResponse--;
5276 } 5276 }
5277 5277
5278 buildUnnamed2291() { 5278 buildUnnamed2385() {
5279 var o = new core.List<api.OperatingSystem>(); 5279 var o = new core.List<api.OperatingSystem>();
5280 o.add(buildOperatingSystem()); 5280 o.add(buildOperatingSystem());
5281 o.add(buildOperatingSystem()); 5281 o.add(buildOperatingSystem());
5282 return o; 5282 return o;
5283 } 5283 }
5284 5284
5285 checkUnnamed2291(core.List<api.OperatingSystem> o) { 5285 checkUnnamed2385(core.List<api.OperatingSystem> o) {
5286 unittest.expect(o, unittest.hasLength(2)); 5286 unittest.expect(o, unittest.hasLength(2));
5287 checkOperatingSystem(o[0]); 5287 checkOperatingSystem(o[0]);
5288 checkOperatingSystem(o[1]); 5288 checkOperatingSystem(o[1]);
5289 } 5289 }
5290 5290
5291 core.int buildCounterOperatingSystemsListResponse = 0; 5291 core.int buildCounterOperatingSystemsListResponse = 0;
5292 buildOperatingSystemsListResponse() { 5292 buildOperatingSystemsListResponse() {
5293 var o = new api.OperatingSystemsListResponse(); 5293 var o = new api.OperatingSystemsListResponse();
5294 buildCounterOperatingSystemsListResponse++; 5294 buildCounterOperatingSystemsListResponse++;
5295 if (buildCounterOperatingSystemsListResponse < 3) { 5295 if (buildCounterOperatingSystemsListResponse < 3) {
5296 o.kind = "foo"; 5296 o.kind = "foo";
5297 o.operatingSystems = buildUnnamed2291(); 5297 o.operatingSystems = buildUnnamed2385();
5298 } 5298 }
5299 buildCounterOperatingSystemsListResponse--; 5299 buildCounterOperatingSystemsListResponse--;
5300 return o; 5300 return o;
5301 } 5301 }
5302 5302
5303 checkOperatingSystemsListResponse(api.OperatingSystemsListResponse o) { 5303 checkOperatingSystemsListResponse(api.OperatingSystemsListResponse o) {
5304 buildCounterOperatingSystemsListResponse++; 5304 buildCounterOperatingSystemsListResponse++;
5305 if (buildCounterOperatingSystemsListResponse < 3) { 5305 if (buildCounterOperatingSystemsListResponse < 3) {
5306 unittest.expect(o.kind, unittest.equals('foo')); 5306 unittest.expect(o.kind, unittest.equals('foo'));
5307 checkUnnamed2291(o.operatingSystems); 5307 checkUnnamed2385(o.operatingSystems);
5308 } 5308 }
5309 buildCounterOperatingSystemsListResponse--; 5309 buildCounterOperatingSystemsListResponse--;
5310 } 5310 }
5311 5311
5312 core.int buildCounterOptimizationActivity = 0; 5312 core.int buildCounterOptimizationActivity = 0;
5313 buildOptimizationActivity() { 5313 buildOptimizationActivity() {
5314 var o = new api.OptimizationActivity(); 5314 var o = new api.OptimizationActivity();
5315 buildCounterOptimizationActivity++; 5315 buildCounterOptimizationActivity++;
5316 if (buildCounterOptimizationActivity < 3) { 5316 if (buildCounterOptimizationActivity < 3) {
5317 o.floodlightActivityId = "foo"; 5317 o.floodlightActivityId = "foo";
5318 o.floodlightActivityIdDimensionValue = buildDimensionValue(); 5318 o.floodlightActivityIdDimensionValue = buildDimensionValue();
5319 o.weight = 42; 5319 o.weight = 42;
5320 } 5320 }
5321 buildCounterOptimizationActivity--; 5321 buildCounterOptimizationActivity--;
5322 return o; 5322 return o;
5323 } 5323 }
5324 5324
5325 checkOptimizationActivity(api.OptimizationActivity o) { 5325 checkOptimizationActivity(api.OptimizationActivity o) {
5326 buildCounterOptimizationActivity++; 5326 buildCounterOptimizationActivity++;
5327 if (buildCounterOptimizationActivity < 3) { 5327 if (buildCounterOptimizationActivity < 3) {
5328 unittest.expect(o.floodlightActivityId, unittest.equals('foo')); 5328 unittest.expect(o.floodlightActivityId, unittest.equals('foo'));
5329 checkDimensionValue(o.floodlightActivityIdDimensionValue); 5329 checkDimensionValue(o.floodlightActivityIdDimensionValue);
5330 unittest.expect(o.weight, unittest.equals(42)); 5330 unittest.expect(o.weight, unittest.equals(42));
5331 } 5331 }
5332 buildCounterOptimizationActivity--; 5332 buildCounterOptimizationActivity--;
5333 } 5333 }
5334 5334
5335 buildUnnamed2292() { 5335 buildUnnamed2386() {
5336 var o = new core.List<core.String>(); 5336 var o = new core.List<core.String>();
5337 o.add("foo"); 5337 o.add("foo");
5338 o.add("foo"); 5338 o.add("foo");
5339 return o; 5339 return o;
5340 } 5340 }
5341 5341
5342 checkUnnamed2292(core.List<core.String> o) { 5342 checkUnnamed2386(core.List<core.String> o) {
5343 unittest.expect(o, unittest.hasLength(2)); 5343 unittest.expect(o, unittest.hasLength(2));
5344 unittest.expect(o[0], unittest.equals('foo')); 5344 unittest.expect(o[0], unittest.equals('foo'));
5345 unittest.expect(o[1], unittest.equals('foo')); 5345 unittest.expect(o[1], unittest.equals('foo'));
5346 } 5346 }
5347 5347
5348 buildUnnamed2293() { 5348 buildUnnamed2387() {
5349 var o = new core.List<api.OrderContact>(); 5349 var o = new core.List<api.OrderContact>();
5350 o.add(buildOrderContact()); 5350 o.add(buildOrderContact());
5351 o.add(buildOrderContact()); 5351 o.add(buildOrderContact());
5352 return o; 5352 return o;
5353 } 5353 }
5354 5354
5355 checkUnnamed2293(core.List<api.OrderContact> o) { 5355 checkUnnamed2387(core.List<api.OrderContact> o) {
5356 unittest.expect(o, unittest.hasLength(2)); 5356 unittest.expect(o, unittest.hasLength(2));
5357 checkOrderContact(o[0]); 5357 checkOrderContact(o[0]);
5358 checkOrderContact(o[1]); 5358 checkOrderContact(o[1]);
5359 } 5359 }
5360 5360
5361 buildUnnamed2294() { 5361 buildUnnamed2388() {
5362 var o = new core.List<core.String>(); 5362 var o = new core.List<core.String>();
5363 o.add("foo"); 5363 o.add("foo");
5364 o.add("foo"); 5364 o.add("foo");
5365 return o; 5365 return o;
5366 } 5366 }
5367 5367
5368 checkUnnamed2294(core.List<core.String> o) { 5368 checkUnnamed2388(core.List<core.String> o) {
5369 unittest.expect(o, unittest.hasLength(2)); 5369 unittest.expect(o, unittest.hasLength(2));
5370 unittest.expect(o[0], unittest.equals('foo')); 5370 unittest.expect(o[0], unittest.equals('foo'));
5371 unittest.expect(o[1], unittest.equals('foo')); 5371 unittest.expect(o[1], unittest.equals('foo'));
5372 } 5372 }
5373 5373
5374 buildUnnamed2295() { 5374 buildUnnamed2389() {
5375 var o = new core.List<core.String>(); 5375 var o = new core.List<core.String>();
5376 o.add("foo"); 5376 o.add("foo");
5377 o.add("foo"); 5377 o.add("foo");
5378 return o; 5378 return o;
5379 } 5379 }
5380 5380
5381 checkUnnamed2295(core.List<core.String> o) { 5381 checkUnnamed2389(core.List<core.String> o) {
5382 unittest.expect(o, unittest.hasLength(2)); 5382 unittest.expect(o, unittest.hasLength(2));
5383 unittest.expect(o[0], unittest.equals('foo')); 5383 unittest.expect(o[0], unittest.equals('foo'));
5384 unittest.expect(o[1], unittest.equals('foo')); 5384 unittest.expect(o[1], unittest.equals('foo'));
5385 } 5385 }
5386 5386
5387 core.int buildCounterOrder = 0; 5387 core.int buildCounterOrder = 0;
5388 buildOrder() { 5388 buildOrder() {
5389 var o = new api.Order(); 5389 var o = new api.Order();
5390 buildCounterOrder++; 5390 buildCounterOrder++;
5391 if (buildCounterOrder < 3) { 5391 if (buildCounterOrder < 3) {
5392 o.accountId = "foo"; 5392 o.accountId = "foo";
5393 o.advertiserId = "foo"; 5393 o.advertiserId = "foo";
5394 o.approverUserProfileIds = buildUnnamed2292(); 5394 o.approverUserProfileIds = buildUnnamed2386();
5395 o.buyerInvoiceId = "foo"; 5395 o.buyerInvoiceId = "foo";
5396 o.buyerOrganizationName = "foo"; 5396 o.buyerOrganizationName = "foo";
5397 o.comments = "foo"; 5397 o.comments = "foo";
5398 o.contacts = buildUnnamed2293(); 5398 o.contacts = buildUnnamed2387();
5399 o.id = "foo"; 5399 o.id = "foo";
5400 o.kind = "foo"; 5400 o.kind = "foo";
5401 o.lastModifiedInfo = buildLastModifiedInfo(); 5401 o.lastModifiedInfo = buildLastModifiedInfo();
5402 o.name = "foo"; 5402 o.name = "foo";
5403 o.notes = "foo"; 5403 o.notes = "foo";
5404 o.planningTermId = "foo"; 5404 o.planningTermId = "foo";
5405 o.projectId = "foo"; 5405 o.projectId = "foo";
5406 o.sellerOrderId = "foo"; 5406 o.sellerOrderId = "foo";
5407 o.sellerOrganizationName = "foo"; 5407 o.sellerOrganizationName = "foo";
5408 o.siteId = buildUnnamed2294(); 5408 o.siteId = buildUnnamed2388();
5409 o.siteNames = buildUnnamed2295(); 5409 o.siteNames = buildUnnamed2389();
5410 o.subaccountId = "foo"; 5410 o.subaccountId = "foo";
5411 o.termsAndConditions = "foo"; 5411 o.termsAndConditions = "foo";
5412 } 5412 }
5413 buildCounterOrder--; 5413 buildCounterOrder--;
5414 return o; 5414 return o;
5415 } 5415 }
5416 5416
5417 checkOrder(api.Order o) { 5417 checkOrder(api.Order o) {
5418 buildCounterOrder++; 5418 buildCounterOrder++;
5419 if (buildCounterOrder < 3) { 5419 if (buildCounterOrder < 3) {
5420 unittest.expect(o.accountId, unittest.equals('foo')); 5420 unittest.expect(o.accountId, unittest.equals('foo'));
5421 unittest.expect(o.advertiserId, unittest.equals('foo')); 5421 unittest.expect(o.advertiserId, unittest.equals('foo'));
5422 checkUnnamed2292(o.approverUserProfileIds); 5422 checkUnnamed2386(o.approverUserProfileIds);
5423 unittest.expect(o.buyerInvoiceId, unittest.equals('foo')); 5423 unittest.expect(o.buyerInvoiceId, unittest.equals('foo'));
5424 unittest.expect(o.buyerOrganizationName, unittest.equals('foo')); 5424 unittest.expect(o.buyerOrganizationName, unittest.equals('foo'));
5425 unittest.expect(o.comments, unittest.equals('foo')); 5425 unittest.expect(o.comments, unittest.equals('foo'));
5426 checkUnnamed2293(o.contacts); 5426 checkUnnamed2387(o.contacts);
5427 unittest.expect(o.id, unittest.equals('foo')); 5427 unittest.expect(o.id, unittest.equals('foo'));
5428 unittest.expect(o.kind, unittest.equals('foo')); 5428 unittest.expect(o.kind, unittest.equals('foo'));
5429 checkLastModifiedInfo(o.lastModifiedInfo); 5429 checkLastModifiedInfo(o.lastModifiedInfo);
5430 unittest.expect(o.name, unittest.equals('foo')); 5430 unittest.expect(o.name, unittest.equals('foo'));
5431 unittest.expect(o.notes, unittest.equals('foo')); 5431 unittest.expect(o.notes, unittest.equals('foo'));
5432 unittest.expect(o.planningTermId, unittest.equals('foo')); 5432 unittest.expect(o.planningTermId, unittest.equals('foo'));
5433 unittest.expect(o.projectId, unittest.equals('foo')); 5433 unittest.expect(o.projectId, unittest.equals('foo'));
5434 unittest.expect(o.sellerOrderId, unittest.equals('foo')); 5434 unittest.expect(o.sellerOrderId, unittest.equals('foo'));
5435 unittest.expect(o.sellerOrganizationName, unittest.equals('foo')); 5435 unittest.expect(o.sellerOrganizationName, unittest.equals('foo'));
5436 checkUnnamed2294(o.siteId); 5436 checkUnnamed2388(o.siteId);
5437 checkUnnamed2295(o.siteNames); 5437 checkUnnamed2389(o.siteNames);
5438 unittest.expect(o.subaccountId, unittest.equals('foo')); 5438 unittest.expect(o.subaccountId, unittest.equals('foo'));
5439 unittest.expect(o.termsAndConditions, unittest.equals('foo')); 5439 unittest.expect(o.termsAndConditions, unittest.equals('foo'));
5440 } 5440 }
5441 buildCounterOrder--; 5441 buildCounterOrder--;
5442 } 5442 }
5443 5443
5444 core.int buildCounterOrderContact = 0; 5444 core.int buildCounterOrderContact = 0;
5445 buildOrderContact() { 5445 buildOrderContact() {
5446 var o = new api.OrderContact(); 5446 var o = new api.OrderContact();
5447 buildCounterOrderContact++; 5447 buildCounterOrderContact++;
(...skipping 13 matching lines...) Expand all
5461 if (buildCounterOrderContact < 3) { 5461 if (buildCounterOrderContact < 3) {
5462 unittest.expect(o.contactInfo, unittest.equals('foo')); 5462 unittest.expect(o.contactInfo, unittest.equals('foo'));
5463 unittest.expect(o.contactName, unittest.equals('foo')); 5463 unittest.expect(o.contactName, unittest.equals('foo'));
5464 unittest.expect(o.contactTitle, unittest.equals('foo')); 5464 unittest.expect(o.contactTitle, unittest.equals('foo'));
5465 unittest.expect(o.contactType, unittest.equals('foo')); 5465 unittest.expect(o.contactType, unittest.equals('foo'));
5466 unittest.expect(o.signatureUserProfileId, unittest.equals('foo')); 5466 unittest.expect(o.signatureUserProfileId, unittest.equals('foo'));
5467 } 5467 }
5468 buildCounterOrderContact--; 5468 buildCounterOrderContact--;
5469 } 5469 }
5470 5470
5471 buildUnnamed2296() { 5471 buildUnnamed2390() {
5472 var o = new core.List<core.String>(); 5472 var o = new core.List<core.String>();
5473 o.add("foo"); 5473 o.add("foo");
5474 o.add("foo"); 5474 o.add("foo");
5475 return o; 5475 return o;
5476 } 5476 }
5477 5477
5478 checkUnnamed2296(core.List<core.String> o) { 5478 checkUnnamed2390(core.List<core.String> o) {
5479 unittest.expect(o, unittest.hasLength(2)); 5479 unittest.expect(o, unittest.hasLength(2));
5480 unittest.expect(o[0], unittest.equals('foo')); 5480 unittest.expect(o[0], unittest.equals('foo'));
5481 unittest.expect(o[1], unittest.equals('foo')); 5481 unittest.expect(o[1], unittest.equals('foo'));
5482 } 5482 }
5483 5483
5484 buildUnnamed2297() { 5484 buildUnnamed2391() {
5485 var o = new core.List<core.String>(); 5485 var o = new core.List<core.String>();
5486 o.add("foo"); 5486 o.add("foo");
5487 o.add("foo"); 5487 o.add("foo");
5488 return o; 5488 return o;
5489 } 5489 }
5490 5490
5491 checkUnnamed2297(core.List<core.String> o) { 5491 checkUnnamed2391(core.List<core.String> o) {
5492 unittest.expect(o, unittest.hasLength(2)); 5492 unittest.expect(o, unittest.hasLength(2));
5493 unittest.expect(o[0], unittest.equals('foo')); 5493 unittest.expect(o[0], unittest.equals('foo'));
5494 unittest.expect(o[1], unittest.equals('foo')); 5494 unittest.expect(o[1], unittest.equals('foo'));
5495 } 5495 }
5496 5496
5497 core.int buildCounterOrderDocument = 0; 5497 core.int buildCounterOrderDocument = 0;
5498 buildOrderDocument() { 5498 buildOrderDocument() {
5499 var o = new api.OrderDocument(); 5499 var o = new api.OrderDocument();
5500 buildCounterOrderDocument++; 5500 buildCounterOrderDocument++;
5501 if (buildCounterOrderDocument < 3) { 5501 if (buildCounterOrderDocument < 3) {
5502 o.accountId = "foo"; 5502 o.accountId = "foo";
5503 o.advertiserId = "foo"; 5503 o.advertiserId = "foo";
5504 o.amendedOrderDocumentId = "foo"; 5504 o.amendedOrderDocumentId = "foo";
5505 o.approvedByUserProfileIds = buildUnnamed2296(); 5505 o.approvedByUserProfileIds = buildUnnamed2390();
5506 o.cancelled = true; 5506 o.cancelled = true;
5507 o.createdInfo = buildLastModifiedInfo(); 5507 o.createdInfo = buildLastModifiedInfo();
5508 o.effectiveDate = core.DateTime.parse("2002-02-27T14:01:02Z"); 5508 o.effectiveDate = core.DateTime.parse("2002-02-27T14:01:02Z");
5509 o.id = "foo"; 5509 o.id = "foo";
5510 o.kind = "foo"; 5510 o.kind = "foo";
5511 o.lastSentRecipients = buildUnnamed2297(); 5511 o.lastSentRecipients = buildUnnamed2391();
5512 o.lastSentTime = core.DateTime.parse("2002-02-27T14:01:02"); 5512 o.lastSentTime = core.DateTime.parse("2002-02-27T14:01:02");
5513 o.orderId = "foo"; 5513 o.orderId = "foo";
5514 o.projectId = "foo"; 5514 o.projectId = "foo";
5515 o.signed = true; 5515 o.signed = true;
5516 o.subaccountId = "foo"; 5516 o.subaccountId = "foo";
5517 o.title = "foo"; 5517 o.title = "foo";
5518 o.type = "foo"; 5518 o.type = "foo";
5519 } 5519 }
5520 buildCounterOrderDocument--; 5520 buildCounterOrderDocument--;
5521 return o; 5521 return o;
5522 } 5522 }
5523 5523
5524 checkOrderDocument(api.OrderDocument o) { 5524 checkOrderDocument(api.OrderDocument o) {
5525 buildCounterOrderDocument++; 5525 buildCounterOrderDocument++;
5526 if (buildCounterOrderDocument < 3) { 5526 if (buildCounterOrderDocument < 3) {
5527 unittest.expect(o.accountId, unittest.equals('foo')); 5527 unittest.expect(o.accountId, unittest.equals('foo'));
5528 unittest.expect(o.advertiserId, unittest.equals('foo')); 5528 unittest.expect(o.advertiserId, unittest.equals('foo'));
5529 unittest.expect(o.amendedOrderDocumentId, unittest.equals('foo')); 5529 unittest.expect(o.amendedOrderDocumentId, unittest.equals('foo'));
5530 checkUnnamed2296(o.approvedByUserProfileIds); 5530 checkUnnamed2390(o.approvedByUserProfileIds);
5531 unittest.expect(o.cancelled, unittest.isTrue); 5531 unittest.expect(o.cancelled, unittest.isTrue);
5532 checkLastModifiedInfo(o.createdInfo); 5532 checkLastModifiedInfo(o.createdInfo);
5533 unittest.expect(o.effectiveDate, unittest.equals(core.DateTime.parse("2002-0 2-27T00:00:00"))); 5533 unittest.expect(o.effectiveDate, unittest.equals(core.DateTime.parse("2002-0 2-27T00:00:00")));
5534 unittest.expect(o.id, unittest.equals('foo')); 5534 unittest.expect(o.id, unittest.equals('foo'));
5535 unittest.expect(o.kind, unittest.equals('foo')); 5535 unittest.expect(o.kind, unittest.equals('foo'));
5536 checkUnnamed2297(o.lastSentRecipients); 5536 checkUnnamed2391(o.lastSentRecipients);
5537 unittest.expect(o.lastSentTime, unittest.equals(core.DateTime.parse("2002-02 -27T14:01:02"))); 5537 unittest.expect(o.lastSentTime, unittest.equals(core.DateTime.parse("2002-02 -27T14:01:02")));
5538 unittest.expect(o.orderId, unittest.equals('foo')); 5538 unittest.expect(o.orderId, unittest.equals('foo'));
5539 unittest.expect(o.projectId, unittest.equals('foo')); 5539 unittest.expect(o.projectId, unittest.equals('foo'));
5540 unittest.expect(o.signed, unittest.isTrue); 5540 unittest.expect(o.signed, unittest.isTrue);
5541 unittest.expect(o.subaccountId, unittest.equals('foo')); 5541 unittest.expect(o.subaccountId, unittest.equals('foo'));
5542 unittest.expect(o.title, unittest.equals('foo')); 5542 unittest.expect(o.title, unittest.equals('foo'));
5543 unittest.expect(o.type, unittest.equals('foo')); 5543 unittest.expect(o.type, unittest.equals('foo'));
5544 } 5544 }
5545 buildCounterOrderDocument--; 5545 buildCounterOrderDocument--;
5546 } 5546 }
5547 5547
5548 buildUnnamed2298() { 5548 buildUnnamed2392() {
5549 var o = new core.List<api.OrderDocument>(); 5549 var o = new core.List<api.OrderDocument>();
5550 o.add(buildOrderDocument()); 5550 o.add(buildOrderDocument());
5551 o.add(buildOrderDocument()); 5551 o.add(buildOrderDocument());
5552 return o; 5552 return o;
5553 } 5553 }
5554 5554
5555 checkUnnamed2298(core.List<api.OrderDocument> o) { 5555 checkUnnamed2392(core.List<api.OrderDocument> o) {
5556 unittest.expect(o, unittest.hasLength(2)); 5556 unittest.expect(o, unittest.hasLength(2));
5557 checkOrderDocument(o[0]); 5557 checkOrderDocument(o[0]);
5558 checkOrderDocument(o[1]); 5558 checkOrderDocument(o[1]);
5559 } 5559 }
5560 5560
5561 core.int buildCounterOrderDocumentsListResponse = 0; 5561 core.int buildCounterOrderDocumentsListResponse = 0;
5562 buildOrderDocumentsListResponse() { 5562 buildOrderDocumentsListResponse() {
5563 var o = new api.OrderDocumentsListResponse(); 5563 var o = new api.OrderDocumentsListResponse();
5564 buildCounterOrderDocumentsListResponse++; 5564 buildCounterOrderDocumentsListResponse++;
5565 if (buildCounterOrderDocumentsListResponse < 3) { 5565 if (buildCounterOrderDocumentsListResponse < 3) {
5566 o.kind = "foo"; 5566 o.kind = "foo";
5567 o.nextPageToken = "foo"; 5567 o.nextPageToken = "foo";
5568 o.orderDocuments = buildUnnamed2298(); 5568 o.orderDocuments = buildUnnamed2392();
5569 } 5569 }
5570 buildCounterOrderDocumentsListResponse--; 5570 buildCounterOrderDocumentsListResponse--;
5571 return o; 5571 return o;
5572 } 5572 }
5573 5573
5574 checkOrderDocumentsListResponse(api.OrderDocumentsListResponse o) { 5574 checkOrderDocumentsListResponse(api.OrderDocumentsListResponse o) {
5575 buildCounterOrderDocumentsListResponse++; 5575 buildCounterOrderDocumentsListResponse++;
5576 if (buildCounterOrderDocumentsListResponse < 3) { 5576 if (buildCounterOrderDocumentsListResponse < 3) {
5577 unittest.expect(o.kind, unittest.equals('foo')); 5577 unittest.expect(o.kind, unittest.equals('foo'));
5578 unittest.expect(o.nextPageToken, unittest.equals('foo')); 5578 unittest.expect(o.nextPageToken, unittest.equals('foo'));
5579 checkUnnamed2298(o.orderDocuments); 5579 checkUnnamed2392(o.orderDocuments);
5580 } 5580 }
5581 buildCounterOrderDocumentsListResponse--; 5581 buildCounterOrderDocumentsListResponse--;
5582 } 5582 }
5583 5583
5584 buildUnnamed2299() { 5584 buildUnnamed2393() {
5585 var o = new core.List<api.Order>(); 5585 var o = new core.List<api.Order>();
5586 o.add(buildOrder()); 5586 o.add(buildOrder());
5587 o.add(buildOrder()); 5587 o.add(buildOrder());
5588 return o; 5588 return o;
5589 } 5589 }
5590 5590
5591 checkUnnamed2299(core.List<api.Order> o) { 5591 checkUnnamed2393(core.List<api.Order> o) {
5592 unittest.expect(o, unittest.hasLength(2)); 5592 unittest.expect(o, unittest.hasLength(2));
5593 checkOrder(o[0]); 5593 checkOrder(o[0]);
5594 checkOrder(o[1]); 5594 checkOrder(o[1]);
5595 } 5595 }
5596 5596
5597 core.int buildCounterOrdersListResponse = 0; 5597 core.int buildCounterOrdersListResponse = 0;
5598 buildOrdersListResponse() { 5598 buildOrdersListResponse() {
5599 var o = new api.OrdersListResponse(); 5599 var o = new api.OrdersListResponse();
5600 buildCounterOrdersListResponse++; 5600 buildCounterOrdersListResponse++;
5601 if (buildCounterOrdersListResponse < 3) { 5601 if (buildCounterOrdersListResponse < 3) {
5602 o.kind = "foo"; 5602 o.kind = "foo";
5603 o.nextPageToken = "foo"; 5603 o.nextPageToken = "foo";
5604 o.orders = buildUnnamed2299(); 5604 o.orders = buildUnnamed2393();
5605 } 5605 }
5606 buildCounterOrdersListResponse--; 5606 buildCounterOrdersListResponse--;
5607 return o; 5607 return o;
5608 } 5608 }
5609 5609
5610 checkOrdersListResponse(api.OrdersListResponse o) { 5610 checkOrdersListResponse(api.OrdersListResponse o) {
5611 buildCounterOrdersListResponse++; 5611 buildCounterOrdersListResponse++;
5612 if (buildCounterOrdersListResponse < 3) { 5612 if (buildCounterOrdersListResponse < 3) {
5613 unittest.expect(o.kind, unittest.equals('foo')); 5613 unittest.expect(o.kind, unittest.equals('foo'));
5614 unittest.expect(o.nextPageToken, unittest.equals('foo')); 5614 unittest.expect(o.nextPageToken, unittest.equals('foo'));
5615 checkUnnamed2299(o.orders); 5615 checkUnnamed2393(o.orders);
5616 } 5616 }
5617 buildCounterOrdersListResponse--; 5617 buildCounterOrdersListResponse--;
5618 } 5618 }
5619 5619
5620 buildUnnamed2300() { 5620 buildUnnamed2394() {
5621 var o = new core.List<api.Dimension>(); 5621 var o = new core.List<api.Dimension>();
5622 o.add(buildDimension()); 5622 o.add(buildDimension());
5623 o.add(buildDimension()); 5623 o.add(buildDimension());
5624 return o; 5624 return o;
5625 } 5625 }
5626 5626
5627 checkUnnamed2300(core.List<api.Dimension> o) { 5627 checkUnnamed2394(core.List<api.Dimension> o) {
5628 unittest.expect(o, unittest.hasLength(2)); 5628 unittest.expect(o, unittest.hasLength(2));
5629 checkDimension(o[0]); 5629 checkDimension(o[0]);
5630 checkDimension(o[1]); 5630 checkDimension(o[1]);
5631 } 5631 }
5632 5632
5633 buildUnnamed2301() { 5633 buildUnnamed2395() {
5634 var o = new core.List<api.Dimension>(); 5634 var o = new core.List<api.Dimension>();
5635 o.add(buildDimension()); 5635 o.add(buildDimension());
5636 o.add(buildDimension()); 5636 o.add(buildDimension());
5637 return o; 5637 return o;
5638 } 5638 }
5639 5639
5640 checkUnnamed2301(core.List<api.Dimension> o) { 5640 checkUnnamed2395(core.List<api.Dimension> o) {
5641 unittest.expect(o, unittest.hasLength(2)); 5641 unittest.expect(o, unittest.hasLength(2));
5642 checkDimension(o[0]); 5642 checkDimension(o[0]);
5643 checkDimension(o[1]); 5643 checkDimension(o[1]);
5644 } 5644 }
5645 5645
5646 buildUnnamed2302() { 5646 buildUnnamed2396() {
5647 var o = new core.List<api.Metric>(); 5647 var o = new core.List<api.Metric>();
5648 o.add(buildMetric()); 5648 o.add(buildMetric());
5649 o.add(buildMetric()); 5649 o.add(buildMetric());
5650 return o; 5650 return o;
5651 } 5651 }
5652 5652
5653 checkUnnamed2302(core.List<api.Metric> o) { 5653 checkUnnamed2396(core.List<api.Metric> o) {
5654 unittest.expect(o, unittest.hasLength(2)); 5654 unittest.expect(o, unittest.hasLength(2));
5655 checkMetric(o[0]); 5655 checkMetric(o[0]);
5656 checkMetric(o[1]); 5656 checkMetric(o[1]);
5657 } 5657 }
5658 5658
5659 buildUnnamed2303() { 5659 buildUnnamed2397() {
5660 var o = new core.List<api.Dimension>(); 5660 var o = new core.List<api.Dimension>();
5661 o.add(buildDimension()); 5661 o.add(buildDimension());
5662 o.add(buildDimension()); 5662 o.add(buildDimension());
5663 return o; 5663 return o;
5664 } 5664 }
5665 5665
5666 checkUnnamed2303(core.List<api.Dimension> o) { 5666 checkUnnamed2397(core.List<api.Dimension> o) {
5667 unittest.expect(o, unittest.hasLength(2)); 5667 unittest.expect(o, unittest.hasLength(2));
5668 checkDimension(o[0]); 5668 checkDimension(o[0]);
5669 checkDimension(o[1]); 5669 checkDimension(o[1]);
5670 } 5670 }
5671 5671
5672 core.int buildCounterPathToConversionReportCompatibleFields = 0; 5672 core.int buildCounterPathToConversionReportCompatibleFields = 0;
5673 buildPathToConversionReportCompatibleFields() { 5673 buildPathToConversionReportCompatibleFields() {
5674 var o = new api.PathToConversionReportCompatibleFields(); 5674 var o = new api.PathToConversionReportCompatibleFields();
5675 buildCounterPathToConversionReportCompatibleFields++; 5675 buildCounterPathToConversionReportCompatibleFields++;
5676 if (buildCounterPathToConversionReportCompatibleFields < 3) { 5676 if (buildCounterPathToConversionReportCompatibleFields < 3) {
5677 o.conversionDimensions = buildUnnamed2300(); 5677 o.conversionDimensions = buildUnnamed2394();
5678 o.customFloodlightVariables = buildUnnamed2301(); 5678 o.customFloodlightVariables = buildUnnamed2395();
5679 o.kind = "foo"; 5679 o.kind = "foo";
5680 o.metrics = buildUnnamed2302(); 5680 o.metrics = buildUnnamed2396();
5681 o.perInteractionDimensions = buildUnnamed2303(); 5681 o.perInteractionDimensions = buildUnnamed2397();
5682 } 5682 }
5683 buildCounterPathToConversionReportCompatibleFields--; 5683 buildCounterPathToConversionReportCompatibleFields--;
5684 return o; 5684 return o;
5685 } 5685 }
5686 5686
5687 checkPathToConversionReportCompatibleFields(api.PathToConversionReportCompatible Fields o) { 5687 checkPathToConversionReportCompatibleFields(api.PathToConversionReportCompatible Fields o) {
5688 buildCounterPathToConversionReportCompatibleFields++; 5688 buildCounterPathToConversionReportCompatibleFields++;
5689 if (buildCounterPathToConversionReportCompatibleFields < 3) { 5689 if (buildCounterPathToConversionReportCompatibleFields < 3) {
5690 checkUnnamed2300(o.conversionDimensions); 5690 checkUnnamed2394(o.conversionDimensions);
5691 checkUnnamed2301(o.customFloodlightVariables); 5691 checkUnnamed2395(o.customFloodlightVariables);
5692 unittest.expect(o.kind, unittest.equals('foo')); 5692 unittest.expect(o.kind, unittest.equals('foo'));
5693 checkUnnamed2302(o.metrics); 5693 checkUnnamed2396(o.metrics);
5694 checkUnnamed2303(o.perInteractionDimensions); 5694 checkUnnamed2397(o.perInteractionDimensions);
5695 } 5695 }
5696 buildCounterPathToConversionReportCompatibleFields--; 5696 buildCounterPathToConversionReportCompatibleFields--;
5697 } 5697 }
5698 5698
5699 buildUnnamed2304() { 5699 buildUnnamed2398() {
5700 var o = new core.List<core.String>(); 5700 var o = new core.List<core.String>();
5701 o.add("foo"); 5701 o.add("foo");
5702 o.add("foo"); 5702 o.add("foo");
5703 return o; 5703 return o;
5704 } 5704 }
5705 5705
5706 checkUnnamed2304(core.List<core.String> o) { 5706 checkUnnamed2398(core.List<core.String> o) {
5707 unittest.expect(o, unittest.hasLength(2)); 5707 unittest.expect(o, unittest.hasLength(2));
5708 unittest.expect(o[0], unittest.equals('foo')); 5708 unittest.expect(o[0], unittest.equals('foo'));
5709 unittest.expect(o[1], unittest.equals('foo')); 5709 unittest.expect(o[1], unittest.equals('foo'));
5710 } 5710 }
5711 5711
5712 core.int buildCounterPlacement = 0; 5712 core.int buildCounterPlacement = 0;
5713 buildPlacement() { 5713 buildPlacement() {
5714 var o = new api.Placement(); 5714 var o = new api.Placement();
5715 buildCounterPlacement++; 5715 buildCounterPlacement++;
5716 if (buildCounterPlacement < 3) { 5716 if (buildCounterPlacement < 3) {
(...skipping 24 matching lines...) Expand all
5741 o.placementStrategyId = "foo"; 5741 o.placementStrategyId = "foo";
5742 o.pricingSchedule = buildPricingSchedule(); 5742 o.pricingSchedule = buildPricingSchedule();
5743 o.primary = true; 5743 o.primary = true;
5744 o.publisherUpdateInfo = buildLastModifiedInfo(); 5744 o.publisherUpdateInfo = buildLastModifiedInfo();
5745 o.siteId = "foo"; 5745 o.siteId = "foo";
5746 o.siteIdDimensionValue = buildDimensionValue(); 5746 o.siteIdDimensionValue = buildDimensionValue();
5747 o.size = buildSize(); 5747 o.size = buildSize();
5748 o.sslRequired = true; 5748 o.sslRequired = true;
5749 o.status = "foo"; 5749 o.status = "foo";
5750 o.subaccountId = "foo"; 5750 o.subaccountId = "foo";
5751 o.tagFormats = buildUnnamed2304(); 5751 o.tagFormats = buildUnnamed2398();
5752 o.tagSetting = buildTagSetting(); 5752 o.tagSetting = buildTagSetting();
5753 o.videoActiveViewOptOut = true; 5753 o.videoActiveViewOptOut = true;
5754 o.videoSettings = buildVideoSettings(); 5754 o.videoSettings = buildVideoSettings();
5755 o.vpaidAdapterChoice = "foo"; 5755 o.vpaidAdapterChoice = "foo";
5756 } 5756 }
5757 buildCounterPlacement--; 5757 buildCounterPlacement--;
5758 return o; 5758 return o;
5759 } 5759 }
5760 5760
5761 checkPlacement(api.Placement o) { 5761 checkPlacement(api.Placement o) {
(...skipping 26 matching lines...) Expand all
5788 unittest.expect(o.placementStrategyId, unittest.equals('foo')); 5788 unittest.expect(o.placementStrategyId, unittest.equals('foo'));
5789 checkPricingSchedule(o.pricingSchedule); 5789 checkPricingSchedule(o.pricingSchedule);
5790 unittest.expect(o.primary, unittest.isTrue); 5790 unittest.expect(o.primary, unittest.isTrue);
5791 checkLastModifiedInfo(o.publisherUpdateInfo); 5791 checkLastModifiedInfo(o.publisherUpdateInfo);
5792 unittest.expect(o.siteId, unittest.equals('foo')); 5792 unittest.expect(o.siteId, unittest.equals('foo'));
5793 checkDimensionValue(o.siteIdDimensionValue); 5793 checkDimensionValue(o.siteIdDimensionValue);
5794 checkSize(o.size); 5794 checkSize(o.size);
5795 unittest.expect(o.sslRequired, unittest.isTrue); 5795 unittest.expect(o.sslRequired, unittest.isTrue);
5796 unittest.expect(o.status, unittest.equals('foo')); 5796 unittest.expect(o.status, unittest.equals('foo'));
5797 unittest.expect(o.subaccountId, unittest.equals('foo')); 5797 unittest.expect(o.subaccountId, unittest.equals('foo'));
5798 checkUnnamed2304(o.tagFormats); 5798 checkUnnamed2398(o.tagFormats);
5799 checkTagSetting(o.tagSetting); 5799 checkTagSetting(o.tagSetting);
5800 unittest.expect(o.videoActiveViewOptOut, unittest.isTrue); 5800 unittest.expect(o.videoActiveViewOptOut, unittest.isTrue);
5801 checkVideoSettings(o.videoSettings); 5801 checkVideoSettings(o.videoSettings);
5802 unittest.expect(o.vpaidAdapterChoice, unittest.equals('foo')); 5802 unittest.expect(o.vpaidAdapterChoice, unittest.equals('foo'));
5803 } 5803 }
5804 buildCounterPlacement--; 5804 buildCounterPlacement--;
5805 } 5805 }
5806 5806
5807 core.int buildCounterPlacementAssignment = 0; 5807 core.int buildCounterPlacementAssignment = 0;
5808 buildPlacementAssignment() { 5808 buildPlacementAssignment() {
(...skipping 13 matching lines...) Expand all
5822 buildCounterPlacementAssignment++; 5822 buildCounterPlacementAssignment++;
5823 if (buildCounterPlacementAssignment < 3) { 5823 if (buildCounterPlacementAssignment < 3) {
5824 unittest.expect(o.active, unittest.isTrue); 5824 unittest.expect(o.active, unittest.isTrue);
5825 unittest.expect(o.placementId, unittest.equals('foo')); 5825 unittest.expect(o.placementId, unittest.equals('foo'));
5826 checkDimensionValue(o.placementIdDimensionValue); 5826 checkDimensionValue(o.placementIdDimensionValue);
5827 unittest.expect(o.sslRequired, unittest.isTrue); 5827 unittest.expect(o.sslRequired, unittest.isTrue);
5828 } 5828 }
5829 buildCounterPlacementAssignment--; 5829 buildCounterPlacementAssignment--;
5830 } 5830 }
5831 5831
5832 buildUnnamed2305() { 5832 buildUnnamed2399() {
5833 var o = new core.List<core.String>(); 5833 var o = new core.List<core.String>();
5834 o.add("foo"); 5834 o.add("foo");
5835 o.add("foo"); 5835 o.add("foo");
5836 return o; 5836 return o;
5837 } 5837 }
5838 5838
5839 checkUnnamed2305(core.List<core.String> o) { 5839 checkUnnamed2399(core.List<core.String> o) {
5840 unittest.expect(o, unittest.hasLength(2)); 5840 unittest.expect(o, unittest.hasLength(2));
5841 unittest.expect(o[0], unittest.equals('foo')); 5841 unittest.expect(o[0], unittest.equals('foo'));
5842 unittest.expect(o[1], unittest.equals('foo')); 5842 unittest.expect(o[1], unittest.equals('foo'));
5843 } 5843 }
5844 5844
5845 core.int buildCounterPlacementGroup = 0; 5845 core.int buildCounterPlacementGroup = 0;
5846 buildPlacementGroup() { 5846 buildPlacementGroup() {
5847 var o = new api.PlacementGroup(); 5847 var o = new api.PlacementGroup();
5848 buildCounterPlacementGroup++; 5848 buildCounterPlacementGroup++;
5849 if (buildCounterPlacementGroup < 3) { 5849 if (buildCounterPlacementGroup < 3) {
5850 o.accountId = "foo"; 5850 o.accountId = "foo";
5851 o.advertiserId = "foo"; 5851 o.advertiserId = "foo";
5852 o.advertiserIdDimensionValue = buildDimensionValue(); 5852 o.advertiserIdDimensionValue = buildDimensionValue();
5853 o.archived = true; 5853 o.archived = true;
5854 o.campaignId = "foo"; 5854 o.campaignId = "foo";
5855 o.campaignIdDimensionValue = buildDimensionValue(); 5855 o.campaignIdDimensionValue = buildDimensionValue();
5856 o.childPlacementIds = buildUnnamed2305(); 5856 o.childPlacementIds = buildUnnamed2399();
5857 o.comment = "foo"; 5857 o.comment = "foo";
5858 o.contentCategoryId = "foo"; 5858 o.contentCategoryId = "foo";
5859 o.createInfo = buildLastModifiedInfo(); 5859 o.createInfo = buildLastModifiedInfo();
5860 o.directorySiteId = "foo"; 5860 o.directorySiteId = "foo";
5861 o.directorySiteIdDimensionValue = buildDimensionValue(); 5861 o.directorySiteIdDimensionValue = buildDimensionValue();
5862 o.externalId = "foo"; 5862 o.externalId = "foo";
5863 o.id = "foo"; 5863 o.id = "foo";
5864 o.idDimensionValue = buildDimensionValue(); 5864 o.idDimensionValue = buildDimensionValue();
5865 o.kind = "foo"; 5865 o.kind = "foo";
5866 o.lastModifiedInfo = buildLastModifiedInfo(); 5866 o.lastModifiedInfo = buildLastModifiedInfo();
(...skipping 13 matching lines...) Expand all
5880 5880
5881 checkPlacementGroup(api.PlacementGroup o) { 5881 checkPlacementGroup(api.PlacementGroup o) {
5882 buildCounterPlacementGroup++; 5882 buildCounterPlacementGroup++;
5883 if (buildCounterPlacementGroup < 3) { 5883 if (buildCounterPlacementGroup < 3) {
5884 unittest.expect(o.accountId, unittest.equals('foo')); 5884 unittest.expect(o.accountId, unittest.equals('foo'));
5885 unittest.expect(o.advertiserId, unittest.equals('foo')); 5885 unittest.expect(o.advertiserId, unittest.equals('foo'));
5886 checkDimensionValue(o.advertiserIdDimensionValue); 5886 checkDimensionValue(o.advertiserIdDimensionValue);
5887 unittest.expect(o.archived, unittest.isTrue); 5887 unittest.expect(o.archived, unittest.isTrue);
5888 unittest.expect(o.campaignId, unittest.equals('foo')); 5888 unittest.expect(o.campaignId, unittest.equals('foo'));
5889 checkDimensionValue(o.campaignIdDimensionValue); 5889 checkDimensionValue(o.campaignIdDimensionValue);
5890 checkUnnamed2305(o.childPlacementIds); 5890 checkUnnamed2399(o.childPlacementIds);
5891 unittest.expect(o.comment, unittest.equals('foo')); 5891 unittest.expect(o.comment, unittest.equals('foo'));
5892 unittest.expect(o.contentCategoryId, unittest.equals('foo')); 5892 unittest.expect(o.contentCategoryId, unittest.equals('foo'));
5893 checkLastModifiedInfo(o.createInfo); 5893 checkLastModifiedInfo(o.createInfo);
5894 unittest.expect(o.directorySiteId, unittest.equals('foo')); 5894 unittest.expect(o.directorySiteId, unittest.equals('foo'));
5895 checkDimensionValue(o.directorySiteIdDimensionValue); 5895 checkDimensionValue(o.directorySiteIdDimensionValue);
5896 unittest.expect(o.externalId, unittest.equals('foo')); 5896 unittest.expect(o.externalId, unittest.equals('foo'));
5897 unittest.expect(o.id, unittest.equals('foo')); 5897 unittest.expect(o.id, unittest.equals('foo'));
5898 checkDimensionValue(o.idDimensionValue); 5898 checkDimensionValue(o.idDimensionValue);
5899 unittest.expect(o.kind, unittest.equals('foo')); 5899 unittest.expect(o.kind, unittest.equals('foo'));
5900 checkLastModifiedInfo(o.lastModifiedInfo); 5900 checkLastModifiedInfo(o.lastModifiedInfo);
5901 unittest.expect(o.name, unittest.equals('foo')); 5901 unittest.expect(o.name, unittest.equals('foo'));
5902 unittest.expect(o.placementGroupType, unittest.equals('foo')); 5902 unittest.expect(o.placementGroupType, unittest.equals('foo'));
5903 unittest.expect(o.placementStrategyId, unittest.equals('foo')); 5903 unittest.expect(o.placementStrategyId, unittest.equals('foo'));
5904 checkPricingSchedule(o.pricingSchedule); 5904 checkPricingSchedule(o.pricingSchedule);
5905 unittest.expect(o.primaryPlacementId, unittest.equals('foo')); 5905 unittest.expect(o.primaryPlacementId, unittest.equals('foo'));
5906 checkDimensionValue(o.primaryPlacementIdDimensionValue); 5906 checkDimensionValue(o.primaryPlacementIdDimensionValue);
5907 unittest.expect(o.siteId, unittest.equals('foo')); 5907 unittest.expect(o.siteId, unittest.equals('foo'));
5908 checkDimensionValue(o.siteIdDimensionValue); 5908 checkDimensionValue(o.siteIdDimensionValue);
5909 unittest.expect(o.subaccountId, unittest.equals('foo')); 5909 unittest.expect(o.subaccountId, unittest.equals('foo'));
5910 } 5910 }
5911 buildCounterPlacementGroup--; 5911 buildCounterPlacementGroup--;
5912 } 5912 }
5913 5913
5914 buildUnnamed2306() { 5914 buildUnnamed2400() {
5915 var o = new core.List<api.PlacementGroup>(); 5915 var o = new core.List<api.PlacementGroup>();
5916 o.add(buildPlacementGroup()); 5916 o.add(buildPlacementGroup());
5917 o.add(buildPlacementGroup()); 5917 o.add(buildPlacementGroup());
5918 return o; 5918 return o;
5919 } 5919 }
5920 5920
5921 checkUnnamed2306(core.List<api.PlacementGroup> o) { 5921 checkUnnamed2400(core.List<api.PlacementGroup> o) {
5922 unittest.expect(o, unittest.hasLength(2)); 5922 unittest.expect(o, unittest.hasLength(2));
5923 checkPlacementGroup(o[0]); 5923 checkPlacementGroup(o[0]);
5924 checkPlacementGroup(o[1]); 5924 checkPlacementGroup(o[1]);
5925 } 5925 }
5926 5926
5927 core.int buildCounterPlacementGroupsListResponse = 0; 5927 core.int buildCounterPlacementGroupsListResponse = 0;
5928 buildPlacementGroupsListResponse() { 5928 buildPlacementGroupsListResponse() {
5929 var o = new api.PlacementGroupsListResponse(); 5929 var o = new api.PlacementGroupsListResponse();
5930 buildCounterPlacementGroupsListResponse++; 5930 buildCounterPlacementGroupsListResponse++;
5931 if (buildCounterPlacementGroupsListResponse < 3) { 5931 if (buildCounterPlacementGroupsListResponse < 3) {
5932 o.kind = "foo"; 5932 o.kind = "foo";
5933 o.nextPageToken = "foo"; 5933 o.nextPageToken = "foo";
5934 o.placementGroups = buildUnnamed2306(); 5934 o.placementGroups = buildUnnamed2400();
5935 } 5935 }
5936 buildCounterPlacementGroupsListResponse--; 5936 buildCounterPlacementGroupsListResponse--;
5937 return o; 5937 return o;
5938 } 5938 }
5939 5939
5940 checkPlacementGroupsListResponse(api.PlacementGroupsListResponse o) { 5940 checkPlacementGroupsListResponse(api.PlacementGroupsListResponse o) {
5941 buildCounterPlacementGroupsListResponse++; 5941 buildCounterPlacementGroupsListResponse++;
5942 if (buildCounterPlacementGroupsListResponse < 3) { 5942 if (buildCounterPlacementGroupsListResponse < 3) {
5943 unittest.expect(o.kind, unittest.equals('foo')); 5943 unittest.expect(o.kind, unittest.equals('foo'));
5944 unittest.expect(o.nextPageToken, unittest.equals('foo')); 5944 unittest.expect(o.nextPageToken, unittest.equals('foo'));
5945 checkUnnamed2306(o.placementGroups); 5945 checkUnnamed2400(o.placementGroups);
5946 } 5946 }
5947 buildCounterPlacementGroupsListResponse--; 5947 buildCounterPlacementGroupsListResponse--;
5948 } 5948 }
5949 5949
5950 buildUnnamed2307() { 5950 buildUnnamed2401() {
5951 var o = new core.List<api.PlacementStrategy>(); 5951 var o = new core.List<api.PlacementStrategy>();
5952 o.add(buildPlacementStrategy()); 5952 o.add(buildPlacementStrategy());
5953 o.add(buildPlacementStrategy()); 5953 o.add(buildPlacementStrategy());
5954 return o; 5954 return o;
5955 } 5955 }
5956 5956
5957 checkUnnamed2307(core.List<api.PlacementStrategy> o) { 5957 checkUnnamed2401(core.List<api.PlacementStrategy> o) {
5958 unittest.expect(o, unittest.hasLength(2)); 5958 unittest.expect(o, unittest.hasLength(2));
5959 checkPlacementStrategy(o[0]); 5959 checkPlacementStrategy(o[0]);
5960 checkPlacementStrategy(o[1]); 5960 checkPlacementStrategy(o[1]);
5961 } 5961 }
5962 5962
5963 core.int buildCounterPlacementStrategiesListResponse = 0; 5963 core.int buildCounterPlacementStrategiesListResponse = 0;
5964 buildPlacementStrategiesListResponse() { 5964 buildPlacementStrategiesListResponse() {
5965 var o = new api.PlacementStrategiesListResponse(); 5965 var o = new api.PlacementStrategiesListResponse();
5966 buildCounterPlacementStrategiesListResponse++; 5966 buildCounterPlacementStrategiesListResponse++;
5967 if (buildCounterPlacementStrategiesListResponse < 3) { 5967 if (buildCounterPlacementStrategiesListResponse < 3) {
5968 o.kind = "foo"; 5968 o.kind = "foo";
5969 o.nextPageToken = "foo"; 5969 o.nextPageToken = "foo";
5970 o.placementStrategies = buildUnnamed2307(); 5970 o.placementStrategies = buildUnnamed2401();
5971 } 5971 }
5972 buildCounterPlacementStrategiesListResponse--; 5972 buildCounterPlacementStrategiesListResponse--;
5973 return o; 5973 return o;
5974 } 5974 }
5975 5975
5976 checkPlacementStrategiesListResponse(api.PlacementStrategiesListResponse o) { 5976 checkPlacementStrategiesListResponse(api.PlacementStrategiesListResponse o) {
5977 buildCounterPlacementStrategiesListResponse++; 5977 buildCounterPlacementStrategiesListResponse++;
5978 if (buildCounterPlacementStrategiesListResponse < 3) { 5978 if (buildCounterPlacementStrategiesListResponse < 3) {
5979 unittest.expect(o.kind, unittest.equals('foo')); 5979 unittest.expect(o.kind, unittest.equals('foo'));
5980 unittest.expect(o.nextPageToken, unittest.equals('foo')); 5980 unittest.expect(o.nextPageToken, unittest.equals('foo'));
5981 checkUnnamed2307(o.placementStrategies); 5981 checkUnnamed2401(o.placementStrategies);
5982 } 5982 }
5983 buildCounterPlacementStrategiesListResponse--; 5983 buildCounterPlacementStrategiesListResponse--;
5984 } 5984 }
5985 5985
5986 core.int buildCounterPlacementStrategy = 0; 5986 core.int buildCounterPlacementStrategy = 0;
5987 buildPlacementStrategy() { 5987 buildPlacementStrategy() {
5988 var o = new api.PlacementStrategy(); 5988 var o = new api.PlacementStrategy();
5989 buildCounterPlacementStrategy++; 5989 buildCounterPlacementStrategy++;
5990 if (buildCounterPlacementStrategy < 3) { 5990 if (buildCounterPlacementStrategy < 3) {
5991 o.accountId = "foo"; 5991 o.accountId = "foo";
5992 o.id = "foo"; 5992 o.id = "foo";
5993 o.kind = "foo"; 5993 o.kind = "foo";
5994 o.name = "foo"; 5994 o.name = "foo";
5995 } 5995 }
5996 buildCounterPlacementStrategy--; 5996 buildCounterPlacementStrategy--;
5997 return o; 5997 return o;
5998 } 5998 }
5999 5999
6000 checkPlacementStrategy(api.PlacementStrategy o) { 6000 checkPlacementStrategy(api.PlacementStrategy o) {
6001 buildCounterPlacementStrategy++; 6001 buildCounterPlacementStrategy++;
6002 if (buildCounterPlacementStrategy < 3) { 6002 if (buildCounterPlacementStrategy < 3) {
6003 unittest.expect(o.accountId, unittest.equals('foo')); 6003 unittest.expect(o.accountId, unittest.equals('foo'));
6004 unittest.expect(o.id, unittest.equals('foo')); 6004 unittest.expect(o.id, unittest.equals('foo'));
6005 unittest.expect(o.kind, unittest.equals('foo')); 6005 unittest.expect(o.kind, unittest.equals('foo'));
6006 unittest.expect(o.name, unittest.equals('foo')); 6006 unittest.expect(o.name, unittest.equals('foo'));
6007 } 6007 }
6008 buildCounterPlacementStrategy--; 6008 buildCounterPlacementStrategy--;
6009 } 6009 }
6010 6010
6011 buildUnnamed2308() { 6011 buildUnnamed2402() {
6012 var o = new core.List<api.TagData>(); 6012 var o = new core.List<api.TagData>();
6013 o.add(buildTagData()); 6013 o.add(buildTagData());
6014 o.add(buildTagData()); 6014 o.add(buildTagData());
6015 return o; 6015 return o;
6016 } 6016 }
6017 6017
6018 checkUnnamed2308(core.List<api.TagData> o) { 6018 checkUnnamed2402(core.List<api.TagData> o) {
6019 unittest.expect(o, unittest.hasLength(2)); 6019 unittest.expect(o, unittest.hasLength(2));
6020 checkTagData(o[0]); 6020 checkTagData(o[0]);
6021 checkTagData(o[1]); 6021 checkTagData(o[1]);
6022 } 6022 }
6023 6023
6024 core.int buildCounterPlacementTag = 0; 6024 core.int buildCounterPlacementTag = 0;
6025 buildPlacementTag() { 6025 buildPlacementTag() {
6026 var o = new api.PlacementTag(); 6026 var o = new api.PlacementTag();
6027 buildCounterPlacementTag++; 6027 buildCounterPlacementTag++;
6028 if (buildCounterPlacementTag < 3) { 6028 if (buildCounterPlacementTag < 3) {
6029 o.placementId = "foo"; 6029 o.placementId = "foo";
6030 o.tagDatas = buildUnnamed2308(); 6030 o.tagDatas = buildUnnamed2402();
6031 } 6031 }
6032 buildCounterPlacementTag--; 6032 buildCounterPlacementTag--;
6033 return o; 6033 return o;
6034 } 6034 }
6035 6035
6036 checkPlacementTag(api.PlacementTag o) { 6036 checkPlacementTag(api.PlacementTag o) {
6037 buildCounterPlacementTag++; 6037 buildCounterPlacementTag++;
6038 if (buildCounterPlacementTag < 3) { 6038 if (buildCounterPlacementTag < 3) {
6039 unittest.expect(o.placementId, unittest.equals('foo')); 6039 unittest.expect(o.placementId, unittest.equals('foo'));
6040 checkUnnamed2308(o.tagDatas); 6040 checkUnnamed2402(o.tagDatas);
6041 } 6041 }
6042 buildCounterPlacementTag--; 6042 buildCounterPlacementTag--;
6043 } 6043 }
6044 6044
6045 buildUnnamed2309() { 6045 buildUnnamed2403() {
6046 var o = new core.List<api.PlacementTag>(); 6046 var o = new core.List<api.PlacementTag>();
6047 o.add(buildPlacementTag()); 6047 o.add(buildPlacementTag());
6048 o.add(buildPlacementTag()); 6048 o.add(buildPlacementTag());
6049 return o; 6049 return o;
6050 } 6050 }
6051 6051
6052 checkUnnamed2309(core.List<api.PlacementTag> o) { 6052 checkUnnamed2403(core.List<api.PlacementTag> o) {
6053 unittest.expect(o, unittest.hasLength(2)); 6053 unittest.expect(o, unittest.hasLength(2));
6054 checkPlacementTag(o[0]); 6054 checkPlacementTag(o[0]);
6055 checkPlacementTag(o[1]); 6055 checkPlacementTag(o[1]);
6056 } 6056 }
6057 6057
6058 core.int buildCounterPlacementsGenerateTagsResponse = 0; 6058 core.int buildCounterPlacementsGenerateTagsResponse = 0;
6059 buildPlacementsGenerateTagsResponse() { 6059 buildPlacementsGenerateTagsResponse() {
6060 var o = new api.PlacementsGenerateTagsResponse(); 6060 var o = new api.PlacementsGenerateTagsResponse();
6061 buildCounterPlacementsGenerateTagsResponse++; 6061 buildCounterPlacementsGenerateTagsResponse++;
6062 if (buildCounterPlacementsGenerateTagsResponse < 3) { 6062 if (buildCounterPlacementsGenerateTagsResponse < 3) {
6063 o.kind = "foo"; 6063 o.kind = "foo";
6064 o.placementTags = buildUnnamed2309(); 6064 o.placementTags = buildUnnamed2403();
6065 } 6065 }
6066 buildCounterPlacementsGenerateTagsResponse--; 6066 buildCounterPlacementsGenerateTagsResponse--;
6067 return o; 6067 return o;
6068 } 6068 }
6069 6069
6070 checkPlacementsGenerateTagsResponse(api.PlacementsGenerateTagsResponse o) { 6070 checkPlacementsGenerateTagsResponse(api.PlacementsGenerateTagsResponse o) {
6071 buildCounterPlacementsGenerateTagsResponse++; 6071 buildCounterPlacementsGenerateTagsResponse++;
6072 if (buildCounterPlacementsGenerateTagsResponse < 3) { 6072 if (buildCounterPlacementsGenerateTagsResponse < 3) {
6073 unittest.expect(o.kind, unittest.equals('foo')); 6073 unittest.expect(o.kind, unittest.equals('foo'));
6074 checkUnnamed2309(o.placementTags); 6074 checkUnnamed2403(o.placementTags);
6075 } 6075 }
6076 buildCounterPlacementsGenerateTagsResponse--; 6076 buildCounterPlacementsGenerateTagsResponse--;
6077 } 6077 }
6078 6078
6079 buildUnnamed2310() { 6079 buildUnnamed2404() {
6080 var o = new core.List<api.Placement>(); 6080 var o = new core.List<api.Placement>();
6081 o.add(buildPlacement()); 6081 o.add(buildPlacement());
6082 o.add(buildPlacement()); 6082 o.add(buildPlacement());
6083 return o; 6083 return o;
6084 } 6084 }
6085 6085
6086 checkUnnamed2310(core.List<api.Placement> o) { 6086 checkUnnamed2404(core.List<api.Placement> o) {
6087 unittest.expect(o, unittest.hasLength(2)); 6087 unittest.expect(o, unittest.hasLength(2));
6088 checkPlacement(o[0]); 6088 checkPlacement(o[0]);
6089 checkPlacement(o[1]); 6089 checkPlacement(o[1]);
6090 } 6090 }
6091 6091
6092 core.int buildCounterPlacementsListResponse = 0; 6092 core.int buildCounterPlacementsListResponse = 0;
6093 buildPlacementsListResponse() { 6093 buildPlacementsListResponse() {
6094 var o = new api.PlacementsListResponse(); 6094 var o = new api.PlacementsListResponse();
6095 buildCounterPlacementsListResponse++; 6095 buildCounterPlacementsListResponse++;
6096 if (buildCounterPlacementsListResponse < 3) { 6096 if (buildCounterPlacementsListResponse < 3) {
6097 o.kind = "foo"; 6097 o.kind = "foo";
6098 o.nextPageToken = "foo"; 6098 o.nextPageToken = "foo";
6099 o.placements = buildUnnamed2310(); 6099 o.placements = buildUnnamed2404();
6100 } 6100 }
6101 buildCounterPlacementsListResponse--; 6101 buildCounterPlacementsListResponse--;
6102 return o; 6102 return o;
6103 } 6103 }
6104 6104
6105 checkPlacementsListResponse(api.PlacementsListResponse o) { 6105 checkPlacementsListResponse(api.PlacementsListResponse o) {
6106 buildCounterPlacementsListResponse++; 6106 buildCounterPlacementsListResponse++;
6107 if (buildCounterPlacementsListResponse < 3) { 6107 if (buildCounterPlacementsListResponse < 3) {
6108 unittest.expect(o.kind, unittest.equals('foo')); 6108 unittest.expect(o.kind, unittest.equals('foo'));
6109 unittest.expect(o.nextPageToken, unittest.equals('foo')); 6109 unittest.expect(o.nextPageToken, unittest.equals('foo'));
6110 checkUnnamed2310(o.placements); 6110 checkUnnamed2404(o.placements);
6111 } 6111 }
6112 buildCounterPlacementsListResponse--; 6112 buildCounterPlacementsListResponse--;
6113 } 6113 }
6114 6114
6115 core.int buildCounterPlatformType = 0; 6115 core.int buildCounterPlatformType = 0;
6116 buildPlatformType() { 6116 buildPlatformType() {
6117 var o = new api.PlatformType(); 6117 var o = new api.PlatformType();
6118 buildCounterPlatformType++; 6118 buildCounterPlatformType++;
6119 if (buildCounterPlatformType < 3) { 6119 if (buildCounterPlatformType < 3) {
6120 o.id = "foo"; 6120 o.id = "foo";
6121 o.kind = "foo"; 6121 o.kind = "foo";
6122 o.name = "foo"; 6122 o.name = "foo";
6123 } 6123 }
6124 buildCounterPlatformType--; 6124 buildCounterPlatformType--;
6125 return o; 6125 return o;
6126 } 6126 }
6127 6127
6128 checkPlatformType(api.PlatformType o) { 6128 checkPlatformType(api.PlatformType o) {
6129 buildCounterPlatformType++; 6129 buildCounterPlatformType++;
6130 if (buildCounterPlatformType < 3) { 6130 if (buildCounterPlatformType < 3) {
6131 unittest.expect(o.id, unittest.equals('foo')); 6131 unittest.expect(o.id, unittest.equals('foo'));
6132 unittest.expect(o.kind, unittest.equals('foo')); 6132 unittest.expect(o.kind, unittest.equals('foo'));
6133 unittest.expect(o.name, unittest.equals('foo')); 6133 unittest.expect(o.name, unittest.equals('foo'));
6134 } 6134 }
6135 buildCounterPlatformType--; 6135 buildCounterPlatformType--;
6136 } 6136 }
6137 6137
6138 buildUnnamed2311() { 6138 buildUnnamed2405() {
6139 var o = new core.List<api.PlatformType>(); 6139 var o = new core.List<api.PlatformType>();
6140 o.add(buildPlatformType()); 6140 o.add(buildPlatformType());
6141 o.add(buildPlatformType()); 6141 o.add(buildPlatformType());
6142 return o; 6142 return o;
6143 } 6143 }
6144 6144
6145 checkUnnamed2311(core.List<api.PlatformType> o) { 6145 checkUnnamed2405(core.List<api.PlatformType> o) {
6146 unittest.expect(o, unittest.hasLength(2)); 6146 unittest.expect(o, unittest.hasLength(2));
6147 checkPlatformType(o[0]); 6147 checkPlatformType(o[0]);
6148 checkPlatformType(o[1]); 6148 checkPlatformType(o[1]);
6149 } 6149 }
6150 6150
6151 core.int buildCounterPlatformTypesListResponse = 0; 6151 core.int buildCounterPlatformTypesListResponse = 0;
6152 buildPlatformTypesListResponse() { 6152 buildPlatformTypesListResponse() {
6153 var o = new api.PlatformTypesListResponse(); 6153 var o = new api.PlatformTypesListResponse();
6154 buildCounterPlatformTypesListResponse++; 6154 buildCounterPlatformTypesListResponse++;
6155 if (buildCounterPlatformTypesListResponse < 3) { 6155 if (buildCounterPlatformTypesListResponse < 3) {
6156 o.kind = "foo"; 6156 o.kind = "foo";
6157 o.platformTypes = buildUnnamed2311(); 6157 o.platformTypes = buildUnnamed2405();
6158 } 6158 }
6159 buildCounterPlatformTypesListResponse--; 6159 buildCounterPlatformTypesListResponse--;
6160 return o; 6160 return o;
6161 } 6161 }
6162 6162
6163 checkPlatformTypesListResponse(api.PlatformTypesListResponse o) { 6163 checkPlatformTypesListResponse(api.PlatformTypesListResponse o) {
6164 buildCounterPlatformTypesListResponse++; 6164 buildCounterPlatformTypesListResponse++;
6165 if (buildCounterPlatformTypesListResponse < 3) { 6165 if (buildCounterPlatformTypesListResponse < 3) {
6166 unittest.expect(o.kind, unittest.equals('foo')); 6166 unittest.expect(o.kind, unittest.equals('foo'));
6167 checkUnnamed2311(o.platformTypes); 6167 checkUnnamed2405(o.platformTypes);
6168 } 6168 }
6169 buildCounterPlatformTypesListResponse--; 6169 buildCounterPlatformTypesListResponse--;
6170 } 6170 }
6171 6171
6172 core.int buildCounterPopupWindowProperties = 0; 6172 core.int buildCounterPopupWindowProperties = 0;
6173 buildPopupWindowProperties() { 6173 buildPopupWindowProperties() {
6174 var o = new api.PopupWindowProperties(); 6174 var o = new api.PopupWindowProperties();
6175 buildCounterPopupWindowProperties++; 6175 buildCounterPopupWindowProperties++;
6176 if (buildCounterPopupWindowProperties < 3) { 6176 if (buildCounterPopupWindowProperties < 3) {
6177 o.dimension = buildSize(); 6177 o.dimension = buildSize();
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
6224 if (buildCounterPostalCode < 3) { 6224 if (buildCounterPostalCode < 3) {
6225 unittest.expect(o.code, unittest.equals('foo')); 6225 unittest.expect(o.code, unittest.equals('foo'));
6226 unittest.expect(o.countryCode, unittest.equals('foo')); 6226 unittest.expect(o.countryCode, unittest.equals('foo'));
6227 unittest.expect(o.countryDartId, unittest.equals('foo')); 6227 unittest.expect(o.countryDartId, unittest.equals('foo'));
6228 unittest.expect(o.id, unittest.equals('foo')); 6228 unittest.expect(o.id, unittest.equals('foo'));
6229 unittest.expect(o.kind, unittest.equals('foo')); 6229 unittest.expect(o.kind, unittest.equals('foo'));
6230 } 6230 }
6231 buildCounterPostalCode--; 6231 buildCounterPostalCode--;
6232 } 6232 }
6233 6233
6234 buildUnnamed2312() { 6234 buildUnnamed2406() {
6235 var o = new core.List<api.PostalCode>(); 6235 var o = new core.List<api.PostalCode>();
6236 o.add(buildPostalCode()); 6236 o.add(buildPostalCode());
6237 o.add(buildPostalCode()); 6237 o.add(buildPostalCode());
6238 return o; 6238 return o;
6239 } 6239 }
6240 6240
6241 checkUnnamed2312(core.List<api.PostalCode> o) { 6241 checkUnnamed2406(core.List<api.PostalCode> o) {
6242 unittest.expect(o, unittest.hasLength(2)); 6242 unittest.expect(o, unittest.hasLength(2));
6243 checkPostalCode(o[0]); 6243 checkPostalCode(o[0]);
6244 checkPostalCode(o[1]); 6244 checkPostalCode(o[1]);
6245 } 6245 }
6246 6246
6247 core.int buildCounterPostalCodesListResponse = 0; 6247 core.int buildCounterPostalCodesListResponse = 0;
6248 buildPostalCodesListResponse() { 6248 buildPostalCodesListResponse() {
6249 var o = new api.PostalCodesListResponse(); 6249 var o = new api.PostalCodesListResponse();
6250 buildCounterPostalCodesListResponse++; 6250 buildCounterPostalCodesListResponse++;
6251 if (buildCounterPostalCodesListResponse < 3) { 6251 if (buildCounterPostalCodesListResponse < 3) {
6252 o.kind = "foo"; 6252 o.kind = "foo";
6253 o.postalCodes = buildUnnamed2312(); 6253 o.postalCodes = buildUnnamed2406();
6254 } 6254 }
6255 buildCounterPostalCodesListResponse--; 6255 buildCounterPostalCodesListResponse--;
6256 return o; 6256 return o;
6257 } 6257 }
6258 6258
6259 checkPostalCodesListResponse(api.PostalCodesListResponse o) { 6259 checkPostalCodesListResponse(api.PostalCodesListResponse o) {
6260 buildCounterPostalCodesListResponse++; 6260 buildCounterPostalCodesListResponse++;
6261 if (buildCounterPostalCodesListResponse < 3) { 6261 if (buildCounterPostalCodesListResponse < 3) {
6262 unittest.expect(o.kind, unittest.equals('foo')); 6262 unittest.expect(o.kind, unittest.equals('foo'));
6263 checkUnnamed2312(o.postalCodes); 6263 checkUnnamed2406(o.postalCodes);
6264 } 6264 }
6265 buildCounterPostalCodesListResponse--; 6265 buildCounterPostalCodesListResponse--;
6266 } 6266 }
6267 6267
6268 buildUnnamed2313() { 6268 buildUnnamed2407() {
6269 var o = new core.List<api.Flight>(); 6269 var o = new core.List<api.Flight>();
6270 o.add(buildFlight()); 6270 o.add(buildFlight());
6271 o.add(buildFlight()); 6271 o.add(buildFlight());
6272 return o; 6272 return o;
6273 } 6273 }
6274 6274
6275 checkUnnamed2313(core.List<api.Flight> o) { 6275 checkUnnamed2407(core.List<api.Flight> o) {
6276 unittest.expect(o, unittest.hasLength(2)); 6276 unittest.expect(o, unittest.hasLength(2));
6277 checkFlight(o[0]); 6277 checkFlight(o[0]);
6278 checkFlight(o[1]); 6278 checkFlight(o[1]);
6279 } 6279 }
6280 6280
6281 core.int buildCounterPricing = 0; 6281 core.int buildCounterPricing = 0;
6282 buildPricing() { 6282 buildPricing() {
6283 var o = new api.Pricing(); 6283 var o = new api.Pricing();
6284 buildCounterPricing++; 6284 buildCounterPricing++;
6285 if (buildCounterPricing < 3) { 6285 if (buildCounterPricing < 3) {
6286 o.capCostType = "foo"; 6286 o.capCostType = "foo";
6287 o.endDate = core.DateTime.parse("2002-02-27T14:01:02Z"); 6287 o.endDate = core.DateTime.parse("2002-02-27T14:01:02Z");
6288 o.flights = buildUnnamed2313(); 6288 o.flights = buildUnnamed2407();
6289 o.groupType = "foo"; 6289 o.groupType = "foo";
6290 o.pricingType = "foo"; 6290 o.pricingType = "foo";
6291 o.startDate = core.DateTime.parse("2002-02-27T14:01:02Z"); 6291 o.startDate = core.DateTime.parse("2002-02-27T14:01:02Z");
6292 } 6292 }
6293 buildCounterPricing--; 6293 buildCounterPricing--;
6294 return o; 6294 return o;
6295 } 6295 }
6296 6296
6297 checkPricing(api.Pricing o) { 6297 checkPricing(api.Pricing o) {
6298 buildCounterPricing++; 6298 buildCounterPricing++;
6299 if (buildCounterPricing < 3) { 6299 if (buildCounterPricing < 3) {
6300 unittest.expect(o.capCostType, unittest.equals('foo')); 6300 unittest.expect(o.capCostType, unittest.equals('foo'));
6301 unittest.expect(o.endDate, unittest.equals(core.DateTime.parse("2002-02-27T0 0:00:00"))); 6301 unittest.expect(o.endDate, unittest.equals(core.DateTime.parse("2002-02-27T0 0:00:00")));
6302 checkUnnamed2313(o.flights); 6302 checkUnnamed2407(o.flights);
6303 unittest.expect(o.groupType, unittest.equals('foo')); 6303 unittest.expect(o.groupType, unittest.equals('foo'));
6304 unittest.expect(o.pricingType, unittest.equals('foo')); 6304 unittest.expect(o.pricingType, unittest.equals('foo'));
6305 unittest.expect(o.startDate, unittest.equals(core.DateTime.parse("2002-02-27 T00:00:00"))); 6305 unittest.expect(o.startDate, unittest.equals(core.DateTime.parse("2002-02-27 T00:00:00")));
6306 } 6306 }
6307 buildCounterPricing--; 6307 buildCounterPricing--;
6308 } 6308 }
6309 6309
6310 buildUnnamed2314() { 6310 buildUnnamed2408() {
6311 var o = new core.List<api.PricingSchedulePricingPeriod>(); 6311 var o = new core.List<api.PricingSchedulePricingPeriod>();
6312 o.add(buildPricingSchedulePricingPeriod()); 6312 o.add(buildPricingSchedulePricingPeriod());
6313 o.add(buildPricingSchedulePricingPeriod()); 6313 o.add(buildPricingSchedulePricingPeriod());
6314 return o; 6314 return o;
6315 } 6315 }
6316 6316
6317 checkUnnamed2314(core.List<api.PricingSchedulePricingPeriod> o) { 6317 checkUnnamed2408(core.List<api.PricingSchedulePricingPeriod> o) {
6318 unittest.expect(o, unittest.hasLength(2)); 6318 unittest.expect(o, unittest.hasLength(2));
6319 checkPricingSchedulePricingPeriod(o[0]); 6319 checkPricingSchedulePricingPeriod(o[0]);
6320 checkPricingSchedulePricingPeriod(o[1]); 6320 checkPricingSchedulePricingPeriod(o[1]);
6321 } 6321 }
6322 6322
6323 core.int buildCounterPricingSchedule = 0; 6323 core.int buildCounterPricingSchedule = 0;
6324 buildPricingSchedule() { 6324 buildPricingSchedule() {
6325 var o = new api.PricingSchedule(); 6325 var o = new api.PricingSchedule();
6326 buildCounterPricingSchedule++; 6326 buildCounterPricingSchedule++;
6327 if (buildCounterPricingSchedule < 3) { 6327 if (buildCounterPricingSchedule < 3) {
6328 o.capCostOption = "foo"; 6328 o.capCostOption = "foo";
6329 o.disregardOverdelivery = true; 6329 o.disregardOverdelivery = true;
6330 o.endDate = core.DateTime.parse("2002-02-27T14:01:02Z"); 6330 o.endDate = core.DateTime.parse("2002-02-27T14:01:02Z");
6331 o.flighted = true; 6331 o.flighted = true;
6332 o.floodlightActivityId = "foo"; 6332 o.floodlightActivityId = "foo";
6333 o.pricingPeriods = buildUnnamed2314(); 6333 o.pricingPeriods = buildUnnamed2408();
6334 o.pricingType = "foo"; 6334 o.pricingType = "foo";
6335 o.startDate = core.DateTime.parse("2002-02-27T14:01:02Z"); 6335 o.startDate = core.DateTime.parse("2002-02-27T14:01:02Z");
6336 o.testingStartDate = core.DateTime.parse("2002-02-27T14:01:02Z"); 6336 o.testingStartDate = core.DateTime.parse("2002-02-27T14:01:02Z");
6337 } 6337 }
6338 buildCounterPricingSchedule--; 6338 buildCounterPricingSchedule--;
6339 return o; 6339 return o;
6340 } 6340 }
6341 6341
6342 checkPricingSchedule(api.PricingSchedule o) { 6342 checkPricingSchedule(api.PricingSchedule o) {
6343 buildCounterPricingSchedule++; 6343 buildCounterPricingSchedule++;
6344 if (buildCounterPricingSchedule < 3) { 6344 if (buildCounterPricingSchedule < 3) {
6345 unittest.expect(o.capCostOption, unittest.equals('foo')); 6345 unittest.expect(o.capCostOption, unittest.equals('foo'));
6346 unittest.expect(o.disregardOverdelivery, unittest.isTrue); 6346 unittest.expect(o.disregardOverdelivery, unittest.isTrue);
6347 unittest.expect(o.endDate, unittest.equals(core.DateTime.parse("2002-02-27T0 0:00:00"))); 6347 unittest.expect(o.endDate, unittest.equals(core.DateTime.parse("2002-02-27T0 0:00:00")));
6348 unittest.expect(o.flighted, unittest.isTrue); 6348 unittest.expect(o.flighted, unittest.isTrue);
6349 unittest.expect(o.floodlightActivityId, unittest.equals('foo')); 6349 unittest.expect(o.floodlightActivityId, unittest.equals('foo'));
6350 checkUnnamed2314(o.pricingPeriods); 6350 checkUnnamed2408(o.pricingPeriods);
6351 unittest.expect(o.pricingType, unittest.equals('foo')); 6351 unittest.expect(o.pricingType, unittest.equals('foo'));
6352 unittest.expect(o.startDate, unittest.equals(core.DateTime.parse("2002-02-27 T00:00:00"))); 6352 unittest.expect(o.startDate, unittest.equals(core.DateTime.parse("2002-02-27 T00:00:00")));
6353 unittest.expect(o.testingStartDate, unittest.equals(core.DateTime.parse("200 2-02-27T00:00:00"))); 6353 unittest.expect(o.testingStartDate, unittest.equals(core.DateTime.parse("200 2-02-27T00:00:00")));
6354 } 6354 }
6355 buildCounterPricingSchedule--; 6355 buildCounterPricingSchedule--;
6356 } 6356 }
6357 6357
6358 core.int buildCounterPricingSchedulePricingPeriod = 0; 6358 core.int buildCounterPricingSchedulePricingPeriod = 0;
6359 buildPricingSchedulePricingPeriod() { 6359 buildPricingSchedulePricingPeriod() {
6360 var o = new api.PricingSchedulePricingPeriod(); 6360 var o = new api.PricingSchedulePricingPeriod();
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
6436 unittest.expect(o.targetConversions, unittest.equals('foo')); 6436 unittest.expect(o.targetConversions, unittest.equals('foo'));
6437 unittest.expect(o.targetCpaNanos, unittest.equals('foo')); 6437 unittest.expect(o.targetCpaNanos, unittest.equals('foo'));
6438 unittest.expect(o.targetCpcNanos, unittest.equals('foo')); 6438 unittest.expect(o.targetCpcNanos, unittest.equals('foo'));
6439 unittest.expect(o.targetCpmActiveViewNanos, unittest.equals('foo')); 6439 unittest.expect(o.targetCpmActiveViewNanos, unittest.equals('foo'));
6440 unittest.expect(o.targetCpmNanos, unittest.equals('foo')); 6440 unittest.expect(o.targetCpmNanos, unittest.equals('foo'));
6441 unittest.expect(o.targetImpressions, unittest.equals('foo')); 6441 unittest.expect(o.targetImpressions, unittest.equals('foo'));
6442 } 6442 }
6443 buildCounterProject--; 6443 buildCounterProject--;
6444 } 6444 }
6445 6445
6446 buildUnnamed2315() { 6446 buildUnnamed2409() {
6447 var o = new core.List<api.Project>(); 6447 var o = new core.List<api.Project>();
6448 o.add(buildProject()); 6448 o.add(buildProject());
6449 o.add(buildProject()); 6449 o.add(buildProject());
6450 return o; 6450 return o;
6451 } 6451 }
6452 6452
6453 checkUnnamed2315(core.List<api.Project> o) { 6453 checkUnnamed2409(core.List<api.Project> o) {
6454 unittest.expect(o, unittest.hasLength(2)); 6454 unittest.expect(o, unittest.hasLength(2));
6455 checkProject(o[0]); 6455 checkProject(o[0]);
6456 checkProject(o[1]); 6456 checkProject(o[1]);
6457 } 6457 }
6458 6458
6459 core.int buildCounterProjectsListResponse = 0; 6459 core.int buildCounterProjectsListResponse = 0;
6460 buildProjectsListResponse() { 6460 buildProjectsListResponse() {
6461 var o = new api.ProjectsListResponse(); 6461 var o = new api.ProjectsListResponse();
6462 buildCounterProjectsListResponse++; 6462 buildCounterProjectsListResponse++;
6463 if (buildCounterProjectsListResponse < 3) { 6463 if (buildCounterProjectsListResponse < 3) {
6464 o.kind = "foo"; 6464 o.kind = "foo";
6465 o.nextPageToken = "foo"; 6465 o.nextPageToken = "foo";
6466 o.projects = buildUnnamed2315(); 6466 o.projects = buildUnnamed2409();
6467 } 6467 }
6468 buildCounterProjectsListResponse--; 6468 buildCounterProjectsListResponse--;
6469 return o; 6469 return o;
6470 } 6470 }
6471 6471
6472 checkProjectsListResponse(api.ProjectsListResponse o) { 6472 checkProjectsListResponse(api.ProjectsListResponse o) {
6473 buildCounterProjectsListResponse++; 6473 buildCounterProjectsListResponse++;
6474 if (buildCounterProjectsListResponse < 3) { 6474 if (buildCounterProjectsListResponse < 3) {
6475 unittest.expect(o.kind, unittest.equals('foo')); 6475 unittest.expect(o.kind, unittest.equals('foo'));
6476 unittest.expect(o.nextPageToken, unittest.equals('foo')); 6476 unittest.expect(o.nextPageToken, unittest.equals('foo'));
6477 checkUnnamed2315(o.projects); 6477 checkUnnamed2409(o.projects);
6478 } 6478 }
6479 buildCounterProjectsListResponse--; 6479 buildCounterProjectsListResponse--;
6480 } 6480 }
6481 6481
6482 buildUnnamed2316() { 6482 buildUnnamed2410() {
6483 var o = new core.List<api.Dimension>(); 6483 var o = new core.List<api.Dimension>();
6484 o.add(buildDimension()); 6484 o.add(buildDimension());
6485 o.add(buildDimension()); 6485 o.add(buildDimension());
6486 return o; 6486 return o;
6487 } 6487 }
6488 6488
6489 checkUnnamed2316(core.List<api.Dimension> o) { 6489 checkUnnamed2410(core.List<api.Dimension> o) {
6490 unittest.expect(o, unittest.hasLength(2)); 6490 unittest.expect(o, unittest.hasLength(2));
6491 checkDimension(o[0]); 6491 checkDimension(o[0]);
6492 checkDimension(o[1]); 6492 checkDimension(o[1]);
6493 } 6493 }
6494 6494
6495 buildUnnamed2317() { 6495 buildUnnamed2411() {
6496 var o = new core.List<api.Dimension>(); 6496 var o = new core.List<api.Dimension>();
6497 o.add(buildDimension()); 6497 o.add(buildDimension());
6498 o.add(buildDimension()); 6498 o.add(buildDimension());
6499 return o; 6499 return o;
6500 } 6500 }
6501 6501
6502 checkUnnamed2317(core.List<api.Dimension> o) { 6502 checkUnnamed2411(core.List<api.Dimension> o) {
6503 unittest.expect(o, unittest.hasLength(2)); 6503 unittest.expect(o, unittest.hasLength(2));
6504 checkDimension(o[0]); 6504 checkDimension(o[0]);
6505 checkDimension(o[1]); 6505 checkDimension(o[1]);
6506 } 6506 }
6507 6507
6508 buildUnnamed2318() { 6508 buildUnnamed2412() {
6509 var o = new core.List<api.Metric>(); 6509 var o = new core.List<api.Metric>();
6510 o.add(buildMetric()); 6510 o.add(buildMetric());
6511 o.add(buildMetric()); 6511 o.add(buildMetric());
6512 return o; 6512 return o;
6513 } 6513 }
6514 6514
6515 checkUnnamed2318(core.List<api.Metric> o) { 6515 checkUnnamed2412(core.List<api.Metric> o) {
6516 unittest.expect(o, unittest.hasLength(2)); 6516 unittest.expect(o, unittest.hasLength(2));
6517 checkMetric(o[0]); 6517 checkMetric(o[0]);
6518 checkMetric(o[1]); 6518 checkMetric(o[1]);
6519 } 6519 }
6520 6520
6521 buildUnnamed2319() { 6521 buildUnnamed2413() {
6522 var o = new core.List<api.Metric>(); 6522 var o = new core.List<api.Metric>();
6523 o.add(buildMetric()); 6523 o.add(buildMetric());
6524 o.add(buildMetric()); 6524 o.add(buildMetric());
6525 return o; 6525 return o;
6526 } 6526 }
6527 6527
6528 checkUnnamed2319(core.List<api.Metric> o) { 6528 checkUnnamed2413(core.List<api.Metric> o) {
6529 unittest.expect(o, unittest.hasLength(2)); 6529 unittest.expect(o, unittest.hasLength(2));
6530 checkMetric(o[0]); 6530 checkMetric(o[0]);
6531 checkMetric(o[1]); 6531 checkMetric(o[1]);
6532 } 6532 }
6533 6533
6534 buildUnnamed2320() { 6534 buildUnnamed2414() {
6535 var o = new core.List<api.Metric>(); 6535 var o = new core.List<api.Metric>();
6536 o.add(buildMetric()); 6536 o.add(buildMetric());
6537 o.add(buildMetric()); 6537 o.add(buildMetric());
6538 return o; 6538 return o;
6539 } 6539 }
6540 6540
6541 checkUnnamed2320(core.List<api.Metric> o) { 6541 checkUnnamed2414(core.List<api.Metric> o) {
6542 unittest.expect(o, unittest.hasLength(2)); 6542 unittest.expect(o, unittest.hasLength(2));
6543 checkMetric(o[0]); 6543 checkMetric(o[0]);
6544 checkMetric(o[1]); 6544 checkMetric(o[1]);
6545 } 6545 }
6546 6546
6547 core.int buildCounterReachReportCompatibleFields = 0; 6547 core.int buildCounterReachReportCompatibleFields = 0;
6548 buildReachReportCompatibleFields() { 6548 buildReachReportCompatibleFields() {
6549 var o = new api.ReachReportCompatibleFields(); 6549 var o = new api.ReachReportCompatibleFields();
6550 buildCounterReachReportCompatibleFields++; 6550 buildCounterReachReportCompatibleFields++;
6551 if (buildCounterReachReportCompatibleFields < 3) { 6551 if (buildCounterReachReportCompatibleFields < 3) {
6552 o.dimensionFilters = buildUnnamed2316(); 6552 o.dimensionFilters = buildUnnamed2410();
6553 o.dimensions = buildUnnamed2317(); 6553 o.dimensions = buildUnnamed2411();
6554 o.kind = "foo"; 6554 o.kind = "foo";
6555 o.metrics = buildUnnamed2318(); 6555 o.metrics = buildUnnamed2412();
6556 o.pivotedActivityMetrics = buildUnnamed2319(); 6556 o.pivotedActivityMetrics = buildUnnamed2413();
6557 o.reachByFrequencyMetrics = buildUnnamed2320(); 6557 o.reachByFrequencyMetrics = buildUnnamed2414();
6558 } 6558 }
6559 buildCounterReachReportCompatibleFields--; 6559 buildCounterReachReportCompatibleFields--;
6560 return o; 6560 return o;
6561 } 6561 }
6562 6562
6563 checkReachReportCompatibleFields(api.ReachReportCompatibleFields o) { 6563 checkReachReportCompatibleFields(api.ReachReportCompatibleFields o) {
6564 buildCounterReachReportCompatibleFields++; 6564 buildCounterReachReportCompatibleFields++;
6565 if (buildCounterReachReportCompatibleFields < 3) { 6565 if (buildCounterReachReportCompatibleFields < 3) {
6566 checkUnnamed2316(o.dimensionFilters); 6566 checkUnnamed2410(o.dimensionFilters);
6567 checkUnnamed2317(o.dimensions); 6567 checkUnnamed2411(o.dimensions);
6568 unittest.expect(o.kind, unittest.equals('foo')); 6568 unittest.expect(o.kind, unittest.equals('foo'));
6569 checkUnnamed2318(o.metrics); 6569 checkUnnamed2412(o.metrics);
6570 checkUnnamed2319(o.pivotedActivityMetrics); 6570 checkUnnamed2413(o.pivotedActivityMetrics);
6571 checkUnnamed2320(o.reachByFrequencyMetrics); 6571 checkUnnamed2414(o.reachByFrequencyMetrics);
6572 } 6572 }
6573 buildCounterReachReportCompatibleFields--; 6573 buildCounterReachReportCompatibleFields--;
6574 } 6574 }
6575 6575
6576 core.int buildCounterRecipient = 0; 6576 core.int buildCounterRecipient = 0;
6577 buildRecipient() { 6577 buildRecipient() {
6578 var o = new api.Recipient(); 6578 var o = new api.Recipient();
6579 buildCounterRecipient++; 6579 buildCounterRecipient++;
6580 if (buildCounterRecipient < 3) { 6580 if (buildCounterRecipient < 3) {
6581 o.deliveryType = "foo"; 6581 o.deliveryType = "foo";
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
6618 unittest.expect(o.countryCode, unittest.equals('foo')); 6618 unittest.expect(o.countryCode, unittest.equals('foo'));
6619 unittest.expect(o.countryDartId, unittest.equals('foo')); 6619 unittest.expect(o.countryDartId, unittest.equals('foo'));
6620 unittest.expect(o.dartId, unittest.equals('foo')); 6620 unittest.expect(o.dartId, unittest.equals('foo'));
6621 unittest.expect(o.kind, unittest.equals('foo')); 6621 unittest.expect(o.kind, unittest.equals('foo'));
6622 unittest.expect(o.name, unittest.equals('foo')); 6622 unittest.expect(o.name, unittest.equals('foo'));
6623 unittest.expect(o.regionCode, unittest.equals('foo')); 6623 unittest.expect(o.regionCode, unittest.equals('foo'));
6624 } 6624 }
6625 buildCounterRegion--; 6625 buildCounterRegion--;
6626 } 6626 }
6627 6627
6628 buildUnnamed2321() { 6628 buildUnnamed2415() {
6629 var o = new core.List<api.Region>(); 6629 var o = new core.List<api.Region>();
6630 o.add(buildRegion()); 6630 o.add(buildRegion());
6631 o.add(buildRegion()); 6631 o.add(buildRegion());
6632 return o; 6632 return o;
6633 } 6633 }
6634 6634
6635 checkUnnamed2321(core.List<api.Region> o) { 6635 checkUnnamed2415(core.List<api.Region> o) {
6636 unittest.expect(o, unittest.hasLength(2)); 6636 unittest.expect(o, unittest.hasLength(2));
6637 checkRegion(o[0]); 6637 checkRegion(o[0]);
6638 checkRegion(o[1]); 6638 checkRegion(o[1]);
6639 } 6639 }
6640 6640
6641 core.int buildCounterRegionsListResponse = 0; 6641 core.int buildCounterRegionsListResponse = 0;
6642 buildRegionsListResponse() { 6642 buildRegionsListResponse() {
6643 var o = new api.RegionsListResponse(); 6643 var o = new api.RegionsListResponse();
6644 buildCounterRegionsListResponse++; 6644 buildCounterRegionsListResponse++;
6645 if (buildCounterRegionsListResponse < 3) { 6645 if (buildCounterRegionsListResponse < 3) {
6646 o.kind = "foo"; 6646 o.kind = "foo";
6647 o.regions = buildUnnamed2321(); 6647 o.regions = buildUnnamed2415();
6648 } 6648 }
6649 buildCounterRegionsListResponse--; 6649 buildCounterRegionsListResponse--;
6650 return o; 6650 return o;
6651 } 6651 }
6652 6652
6653 checkRegionsListResponse(api.RegionsListResponse o) { 6653 checkRegionsListResponse(api.RegionsListResponse o) {
6654 buildCounterRegionsListResponse++; 6654 buildCounterRegionsListResponse++;
6655 if (buildCounterRegionsListResponse < 3) { 6655 if (buildCounterRegionsListResponse < 3) {
6656 unittest.expect(o.kind, unittest.equals('foo')); 6656 unittest.expect(o.kind, unittest.equals('foo'));
6657 checkUnnamed2321(o.regions); 6657 checkUnnamed2415(o.regions);
6658 } 6658 }
6659 buildCounterRegionsListResponse--; 6659 buildCounterRegionsListResponse--;
6660 } 6660 }
6661 6661
6662 core.int buildCounterRemarketingList = 0; 6662 core.int buildCounterRemarketingList = 0;
6663 buildRemarketingList() { 6663 buildRemarketingList() {
6664 var o = new api.RemarketingList(); 6664 var o = new api.RemarketingList();
6665 buildCounterRemarketingList++; 6665 buildCounterRemarketingList++;
6666 if (buildCounterRemarketingList < 3) { 6666 if (buildCounterRemarketingList < 3) {
6667 o.accountId = "foo"; 6667 o.accountId = "foo";
(...skipping 27 matching lines...) Expand all
6695 unittest.expect(o.lifeSpan, unittest.equals('foo')); 6695 unittest.expect(o.lifeSpan, unittest.equals('foo'));
6696 checkListPopulationRule(o.listPopulationRule); 6696 checkListPopulationRule(o.listPopulationRule);
6697 unittest.expect(o.listSize, unittest.equals('foo')); 6697 unittest.expect(o.listSize, unittest.equals('foo'));
6698 unittest.expect(o.listSource, unittest.equals('foo')); 6698 unittest.expect(o.listSource, unittest.equals('foo'));
6699 unittest.expect(o.name, unittest.equals('foo')); 6699 unittest.expect(o.name, unittest.equals('foo'));
6700 unittest.expect(o.subaccountId, unittest.equals('foo')); 6700 unittest.expect(o.subaccountId, unittest.equals('foo'));
6701 } 6701 }
6702 buildCounterRemarketingList--; 6702 buildCounterRemarketingList--;
6703 } 6703 }
6704 6704
6705 buildUnnamed2322() { 6705 buildUnnamed2416() {
6706 var o = new core.List<core.String>(); 6706 var o = new core.List<core.String>();
6707 o.add("foo"); 6707 o.add("foo");
6708 o.add("foo"); 6708 o.add("foo");
6709 return o; 6709 return o;
6710 } 6710 }
6711 6711
6712 checkUnnamed2322(core.List<core.String> o) { 6712 checkUnnamed2416(core.List<core.String> o) {
6713 unittest.expect(o, unittest.hasLength(2)); 6713 unittest.expect(o, unittest.hasLength(2));
6714 unittest.expect(o[0], unittest.equals('foo')); 6714 unittest.expect(o[0], unittest.equals('foo'));
6715 unittest.expect(o[1], unittest.equals('foo')); 6715 unittest.expect(o[1], unittest.equals('foo'));
6716 } 6716 }
6717 6717
6718 buildUnnamed2323() { 6718 buildUnnamed2417() {
6719 var o = new core.List<core.String>(); 6719 var o = new core.List<core.String>();
6720 o.add("foo"); 6720 o.add("foo");
6721 o.add("foo"); 6721 o.add("foo");
6722 return o; 6722 return o;
6723 } 6723 }
6724 6724
6725 checkUnnamed2323(core.List<core.String> o) { 6725 checkUnnamed2417(core.List<core.String> o) {
6726 unittest.expect(o, unittest.hasLength(2)); 6726 unittest.expect(o, unittest.hasLength(2));
6727 unittest.expect(o[0], unittest.equals('foo')); 6727 unittest.expect(o[0], unittest.equals('foo'));
6728 unittest.expect(o[1], unittest.equals('foo')); 6728 unittest.expect(o[1], unittest.equals('foo'));
6729 } 6729 }
6730 6730
6731 core.int buildCounterRemarketingListShare = 0; 6731 core.int buildCounterRemarketingListShare = 0;
6732 buildRemarketingListShare() { 6732 buildRemarketingListShare() {
6733 var o = new api.RemarketingListShare(); 6733 var o = new api.RemarketingListShare();
6734 buildCounterRemarketingListShare++; 6734 buildCounterRemarketingListShare++;
6735 if (buildCounterRemarketingListShare < 3) { 6735 if (buildCounterRemarketingListShare < 3) {
6736 o.kind = "foo"; 6736 o.kind = "foo";
6737 o.remarketingListId = "foo"; 6737 o.remarketingListId = "foo";
6738 o.sharedAccountIds = buildUnnamed2322(); 6738 o.sharedAccountIds = buildUnnamed2416();
6739 o.sharedAdvertiserIds = buildUnnamed2323(); 6739 o.sharedAdvertiserIds = buildUnnamed2417();
6740 } 6740 }
6741 buildCounterRemarketingListShare--; 6741 buildCounterRemarketingListShare--;
6742 return o; 6742 return o;
6743 } 6743 }
6744 6744
6745 checkRemarketingListShare(api.RemarketingListShare o) { 6745 checkRemarketingListShare(api.RemarketingListShare o) {
6746 buildCounterRemarketingListShare++; 6746 buildCounterRemarketingListShare++;
6747 if (buildCounterRemarketingListShare < 3) { 6747 if (buildCounterRemarketingListShare < 3) {
6748 unittest.expect(o.kind, unittest.equals('foo')); 6748 unittest.expect(o.kind, unittest.equals('foo'));
6749 unittest.expect(o.remarketingListId, unittest.equals('foo')); 6749 unittest.expect(o.remarketingListId, unittest.equals('foo'));
6750 checkUnnamed2322(o.sharedAccountIds); 6750 checkUnnamed2416(o.sharedAccountIds);
6751 checkUnnamed2323(o.sharedAdvertiserIds); 6751 checkUnnamed2417(o.sharedAdvertiserIds);
6752 } 6752 }
6753 buildCounterRemarketingListShare--; 6753 buildCounterRemarketingListShare--;
6754 } 6754 }
6755 6755
6756 buildUnnamed2324() { 6756 buildUnnamed2418() {
6757 var o = new core.List<api.RemarketingList>(); 6757 var o = new core.List<api.RemarketingList>();
6758 o.add(buildRemarketingList()); 6758 o.add(buildRemarketingList());
6759 o.add(buildRemarketingList()); 6759 o.add(buildRemarketingList());
6760 return o; 6760 return o;
6761 } 6761 }
6762 6762
6763 checkUnnamed2324(core.List<api.RemarketingList> o) { 6763 checkUnnamed2418(core.List<api.RemarketingList> o) {
6764 unittest.expect(o, unittest.hasLength(2)); 6764 unittest.expect(o, unittest.hasLength(2));
6765 checkRemarketingList(o[0]); 6765 checkRemarketingList(o[0]);
6766 checkRemarketingList(o[1]); 6766 checkRemarketingList(o[1]);
6767 } 6767 }
6768 6768
6769 core.int buildCounterRemarketingListsListResponse = 0; 6769 core.int buildCounterRemarketingListsListResponse = 0;
6770 buildRemarketingListsListResponse() { 6770 buildRemarketingListsListResponse() {
6771 var o = new api.RemarketingListsListResponse(); 6771 var o = new api.RemarketingListsListResponse();
6772 buildCounterRemarketingListsListResponse++; 6772 buildCounterRemarketingListsListResponse++;
6773 if (buildCounterRemarketingListsListResponse < 3) { 6773 if (buildCounterRemarketingListsListResponse < 3) {
6774 o.kind = "foo"; 6774 o.kind = "foo";
6775 o.nextPageToken = "foo"; 6775 o.nextPageToken = "foo";
6776 o.remarketingLists = buildUnnamed2324(); 6776 o.remarketingLists = buildUnnamed2418();
6777 } 6777 }
6778 buildCounterRemarketingListsListResponse--; 6778 buildCounterRemarketingListsListResponse--;
6779 return o; 6779 return o;
6780 } 6780 }
6781 6781
6782 checkRemarketingListsListResponse(api.RemarketingListsListResponse o) { 6782 checkRemarketingListsListResponse(api.RemarketingListsListResponse o) {
6783 buildCounterRemarketingListsListResponse++; 6783 buildCounterRemarketingListsListResponse++;
6784 if (buildCounterRemarketingListsListResponse < 3) { 6784 if (buildCounterRemarketingListsListResponse < 3) {
6785 unittest.expect(o.kind, unittest.equals('foo')); 6785 unittest.expect(o.kind, unittest.equals('foo'));
6786 unittest.expect(o.nextPageToken, unittest.equals('foo')); 6786 unittest.expect(o.nextPageToken, unittest.equals('foo'));
6787 checkUnnamed2324(o.remarketingLists); 6787 checkUnnamed2418(o.remarketingLists);
6788 } 6788 }
6789 buildCounterRemarketingListsListResponse--; 6789 buildCounterRemarketingListsListResponse--;
6790 } 6790 }
6791 6791
6792 buildUnnamed2325() { 6792 buildUnnamed2419() {
6793 var o = new core.List<api.DimensionValue>(); 6793 var o = new core.List<api.DimensionValue>();
6794 o.add(buildDimensionValue()); 6794 o.add(buildDimensionValue());
6795 o.add(buildDimensionValue()); 6795 o.add(buildDimensionValue());
6796 return o; 6796 return o;
6797 } 6797 }
6798 6798
6799 checkUnnamed2325(core.List<api.DimensionValue> o) { 6799 checkUnnamed2419(core.List<api.DimensionValue> o) {
6800 unittest.expect(o, unittest.hasLength(2)); 6800 unittest.expect(o, unittest.hasLength(2));
6801 checkDimensionValue(o[0]); 6801 checkDimensionValue(o[0]);
6802 checkDimensionValue(o[1]); 6802 checkDimensionValue(o[1]);
6803 } 6803 }
6804 6804
6805 buildUnnamed2326() { 6805 buildUnnamed2420() {
6806 var o = new core.List<api.SortedDimension>(); 6806 var o = new core.List<api.SortedDimension>();
6807 o.add(buildSortedDimension()); 6807 o.add(buildSortedDimension());
6808 o.add(buildSortedDimension()); 6808 o.add(buildSortedDimension());
6809 return o; 6809 return o;
6810 } 6810 }
6811 6811
6812 checkUnnamed2326(core.List<api.SortedDimension> o) { 6812 checkUnnamed2420(core.List<api.SortedDimension> o) {
6813 unittest.expect(o, unittest.hasLength(2)); 6813 unittest.expect(o, unittest.hasLength(2));
6814 checkSortedDimension(o[0]); 6814 checkSortedDimension(o[0]);
6815 checkSortedDimension(o[1]); 6815 checkSortedDimension(o[1]);
6816 } 6816 }
6817 6817
6818 buildUnnamed2327() { 6818 buildUnnamed2421() {
6819 var o = new core.List<core.String>(); 6819 var o = new core.List<core.String>();
6820 o.add("foo"); 6820 o.add("foo");
6821 o.add("foo"); 6821 o.add("foo");
6822 return o; 6822 return o;
6823 } 6823 }
6824 6824
6825 checkUnnamed2327(core.List<core.String> o) { 6825 checkUnnamed2421(core.List<core.String> o) {
6826 unittest.expect(o, unittest.hasLength(2)); 6826 unittest.expect(o, unittest.hasLength(2));
6827 unittest.expect(o[0], unittest.equals('foo')); 6827 unittest.expect(o[0], unittest.equals('foo'));
6828 unittest.expect(o[1], unittest.equals('foo')); 6828 unittest.expect(o[1], unittest.equals('foo'));
6829 } 6829 }
6830 6830
6831 core.int buildCounterReportCriteria = 0; 6831 core.int buildCounterReportCriteria = 0;
6832 buildReportCriteria() { 6832 buildReportCriteria() {
6833 var o = new api.ReportCriteria(); 6833 var o = new api.ReportCriteria();
6834 buildCounterReportCriteria++; 6834 buildCounterReportCriteria++;
6835 if (buildCounterReportCriteria < 3) { 6835 if (buildCounterReportCriteria < 3) {
6836 o.activities = buildActivities(); 6836 o.activities = buildActivities();
6837 o.customRichMediaEvents = buildCustomRichMediaEvents(); 6837 o.customRichMediaEvents = buildCustomRichMediaEvents();
6838 o.dateRange = buildDateRange(); 6838 o.dateRange = buildDateRange();
6839 o.dimensionFilters = buildUnnamed2325(); 6839 o.dimensionFilters = buildUnnamed2419();
6840 o.dimensions = buildUnnamed2326(); 6840 o.dimensions = buildUnnamed2420();
6841 o.metricNames = buildUnnamed2327(); 6841 o.metricNames = buildUnnamed2421();
6842 } 6842 }
6843 buildCounterReportCriteria--; 6843 buildCounterReportCriteria--;
6844 return o; 6844 return o;
6845 } 6845 }
6846 6846
6847 checkReportCriteria(api.ReportCriteria o) { 6847 checkReportCriteria(api.ReportCriteria o) {
6848 buildCounterReportCriteria++; 6848 buildCounterReportCriteria++;
6849 if (buildCounterReportCriteria < 3) { 6849 if (buildCounterReportCriteria < 3) {
6850 checkActivities(o.activities); 6850 checkActivities(o.activities);
6851 checkCustomRichMediaEvents(o.customRichMediaEvents); 6851 checkCustomRichMediaEvents(o.customRichMediaEvents);
6852 checkDateRange(o.dateRange); 6852 checkDateRange(o.dateRange);
6853 checkUnnamed2325(o.dimensionFilters); 6853 checkUnnamed2419(o.dimensionFilters);
6854 checkUnnamed2326(o.dimensions); 6854 checkUnnamed2420(o.dimensions);
6855 checkUnnamed2327(o.metricNames); 6855 checkUnnamed2421(o.metricNames);
6856 } 6856 }
6857 buildCounterReportCriteria--; 6857 buildCounterReportCriteria--;
6858 } 6858 }
6859 6859
6860 buildUnnamed2328() { 6860 buildUnnamed2422() {
6861 var o = new core.List<api.SortedDimension>(); 6861 var o = new core.List<api.SortedDimension>();
6862 o.add(buildSortedDimension()); 6862 o.add(buildSortedDimension());
6863 o.add(buildSortedDimension()); 6863 o.add(buildSortedDimension());
6864 return o; 6864 return o;
6865 } 6865 }
6866 6866
6867 checkUnnamed2328(core.List<api.SortedDimension> o) { 6867 checkUnnamed2422(core.List<api.SortedDimension> o) {
6868 unittest.expect(o, unittest.hasLength(2)); 6868 unittest.expect(o, unittest.hasLength(2));
6869 checkSortedDimension(o[0]); 6869 checkSortedDimension(o[0]);
6870 checkSortedDimension(o[1]); 6870 checkSortedDimension(o[1]);
6871 } 6871 }
6872 6872
6873 buildUnnamed2329() { 6873 buildUnnamed2423() {
6874 var o = new core.List<api.DimensionValue>(); 6874 var o = new core.List<api.DimensionValue>();
6875 o.add(buildDimensionValue()); 6875 o.add(buildDimensionValue());
6876 o.add(buildDimensionValue()); 6876 o.add(buildDimensionValue());
6877 return o; 6877 return o;
6878 } 6878 }
6879 6879
6880 checkUnnamed2329(core.List<api.DimensionValue> o) { 6880 checkUnnamed2423(core.List<api.DimensionValue> o) {
6881 unittest.expect(o, unittest.hasLength(2)); 6881 unittest.expect(o, unittest.hasLength(2));
6882 checkDimensionValue(o[0]); 6882 checkDimensionValue(o[0]);
6883 checkDimensionValue(o[1]); 6883 checkDimensionValue(o[1]);
6884 } 6884 }
6885 6885
6886 buildUnnamed2330() { 6886 buildUnnamed2424() {
6887 var o = new core.List<core.String>(); 6887 var o = new core.List<core.String>();
6888 o.add("foo"); 6888 o.add("foo");
6889 o.add("foo"); 6889 o.add("foo");
6890 return o; 6890 return o;
6891 } 6891 }
6892 6892
6893 checkUnnamed2330(core.List<core.String> o) { 6893 checkUnnamed2424(core.List<core.String> o) {
6894 unittest.expect(o, unittest.hasLength(2)); 6894 unittest.expect(o, unittest.hasLength(2));
6895 unittest.expect(o[0], unittest.equals('foo')); 6895 unittest.expect(o[0], unittest.equals('foo'));
6896 unittest.expect(o[1], unittest.equals('foo')); 6896 unittest.expect(o[1], unittest.equals('foo'));
6897 } 6897 }
6898 6898
6899 buildUnnamed2331() { 6899 buildUnnamed2425() {
6900 var o = new core.List<core.String>(); 6900 var o = new core.List<core.String>();
6901 o.add("foo"); 6901 o.add("foo");
6902 o.add("foo"); 6902 o.add("foo");
6903 return o; 6903 return o;
6904 } 6904 }
6905 6905
6906 checkUnnamed2331(core.List<core.String> o) { 6906 checkUnnamed2425(core.List<core.String> o) {
6907 unittest.expect(o, unittest.hasLength(2)); 6907 unittest.expect(o, unittest.hasLength(2));
6908 unittest.expect(o[0], unittest.equals('foo')); 6908 unittest.expect(o[0], unittest.equals('foo'));
6909 unittest.expect(o[1], unittest.equals('foo')); 6909 unittest.expect(o[1], unittest.equals('foo'));
6910 } 6910 }
6911 6911
6912 core.int buildCounterReportCrossDimensionReachCriteria = 0; 6912 core.int buildCounterReportCrossDimensionReachCriteria = 0;
6913 buildReportCrossDimensionReachCriteria() { 6913 buildReportCrossDimensionReachCriteria() {
6914 var o = new api.ReportCrossDimensionReachCriteria(); 6914 var o = new api.ReportCrossDimensionReachCriteria();
6915 buildCounterReportCrossDimensionReachCriteria++; 6915 buildCounterReportCrossDimensionReachCriteria++;
6916 if (buildCounterReportCrossDimensionReachCriteria < 3) { 6916 if (buildCounterReportCrossDimensionReachCriteria < 3) {
6917 o.breakdown = buildUnnamed2328(); 6917 o.breakdown = buildUnnamed2422();
6918 o.dateRange = buildDateRange(); 6918 o.dateRange = buildDateRange();
6919 o.dimension = "foo"; 6919 o.dimension = "foo";
6920 o.dimensionFilters = buildUnnamed2329(); 6920 o.dimensionFilters = buildUnnamed2423();
6921 o.metricNames = buildUnnamed2330(); 6921 o.metricNames = buildUnnamed2424();
6922 o.overlapMetricNames = buildUnnamed2331(); 6922 o.overlapMetricNames = buildUnnamed2425();
6923 o.pivoted = true; 6923 o.pivoted = true;
6924 } 6924 }
6925 buildCounterReportCrossDimensionReachCriteria--; 6925 buildCounterReportCrossDimensionReachCriteria--;
6926 return o; 6926 return o;
6927 } 6927 }
6928 6928
6929 checkReportCrossDimensionReachCriteria(api.ReportCrossDimensionReachCriteria o) { 6929 checkReportCrossDimensionReachCriteria(api.ReportCrossDimensionReachCriteria o) {
6930 buildCounterReportCrossDimensionReachCriteria++; 6930 buildCounterReportCrossDimensionReachCriteria++;
6931 if (buildCounterReportCrossDimensionReachCriteria < 3) { 6931 if (buildCounterReportCrossDimensionReachCriteria < 3) {
6932 checkUnnamed2328(o.breakdown); 6932 checkUnnamed2422(o.breakdown);
6933 checkDateRange(o.dateRange); 6933 checkDateRange(o.dateRange);
6934 unittest.expect(o.dimension, unittest.equals('foo')); 6934 unittest.expect(o.dimension, unittest.equals('foo'));
6935 checkUnnamed2329(o.dimensionFilters); 6935 checkUnnamed2423(o.dimensionFilters);
6936 checkUnnamed2330(o.metricNames); 6936 checkUnnamed2424(o.metricNames);
6937 checkUnnamed2331(o.overlapMetricNames); 6937 checkUnnamed2425(o.overlapMetricNames);
6938 unittest.expect(o.pivoted, unittest.isTrue); 6938 unittest.expect(o.pivoted, unittest.isTrue);
6939 } 6939 }
6940 buildCounterReportCrossDimensionReachCriteria--; 6940 buildCounterReportCrossDimensionReachCriteria--;
6941 } 6941 }
6942 6942
6943 buildUnnamed2332() { 6943 buildUnnamed2426() {
6944 var o = new core.List<api.Recipient>(); 6944 var o = new core.List<api.Recipient>();
6945 o.add(buildRecipient()); 6945 o.add(buildRecipient());
6946 o.add(buildRecipient()); 6946 o.add(buildRecipient());
6947 return o; 6947 return o;
6948 } 6948 }
6949 6949
6950 checkUnnamed2332(core.List<api.Recipient> o) { 6950 checkUnnamed2426(core.List<api.Recipient> o) {
6951 unittest.expect(o, unittest.hasLength(2)); 6951 unittest.expect(o, unittest.hasLength(2));
6952 checkRecipient(o[0]); 6952 checkRecipient(o[0]);
6953 checkRecipient(o[1]); 6953 checkRecipient(o[1]);
6954 } 6954 }
6955 6955
6956 core.int buildCounterReportDelivery = 0; 6956 core.int buildCounterReportDelivery = 0;
6957 buildReportDelivery() { 6957 buildReportDelivery() {
6958 var o = new api.ReportDelivery(); 6958 var o = new api.ReportDelivery();
6959 buildCounterReportDelivery++; 6959 buildCounterReportDelivery++;
6960 if (buildCounterReportDelivery < 3) { 6960 if (buildCounterReportDelivery < 3) {
6961 o.emailOwner = true; 6961 o.emailOwner = true;
6962 o.emailOwnerDeliveryType = "foo"; 6962 o.emailOwnerDeliveryType = "foo";
6963 o.message = "foo"; 6963 o.message = "foo";
6964 o.recipients = buildUnnamed2332(); 6964 o.recipients = buildUnnamed2426();
6965 } 6965 }
6966 buildCounterReportDelivery--; 6966 buildCounterReportDelivery--;
6967 return o; 6967 return o;
6968 } 6968 }
6969 6969
6970 checkReportDelivery(api.ReportDelivery o) { 6970 checkReportDelivery(api.ReportDelivery o) {
6971 buildCounterReportDelivery++; 6971 buildCounterReportDelivery++;
6972 if (buildCounterReportDelivery < 3) { 6972 if (buildCounterReportDelivery < 3) {
6973 unittest.expect(o.emailOwner, unittest.isTrue); 6973 unittest.expect(o.emailOwner, unittest.isTrue);
6974 unittest.expect(o.emailOwnerDeliveryType, unittest.equals('foo')); 6974 unittest.expect(o.emailOwnerDeliveryType, unittest.equals('foo'));
6975 unittest.expect(o.message, unittest.equals('foo')); 6975 unittest.expect(o.message, unittest.equals('foo'));
6976 checkUnnamed2332(o.recipients); 6976 checkUnnamed2426(o.recipients);
6977 } 6977 }
6978 buildCounterReportDelivery--; 6978 buildCounterReportDelivery--;
6979 } 6979 }
6980 6980
6981 buildUnnamed2333() { 6981 buildUnnamed2427() {
6982 var o = new core.List<api.DimensionValue>(); 6982 var o = new core.List<api.DimensionValue>();
6983 o.add(buildDimensionValue()); 6983 o.add(buildDimensionValue());
6984 o.add(buildDimensionValue()); 6984 o.add(buildDimensionValue());
6985 return o; 6985 return o;
6986 } 6986 }
6987 6987
6988 checkUnnamed2333(core.List<api.DimensionValue> o) { 6988 checkUnnamed2427(core.List<api.DimensionValue> o) {
6989 unittest.expect(o, unittest.hasLength(2)); 6989 unittest.expect(o, unittest.hasLength(2));
6990 checkDimensionValue(o[0]); 6990 checkDimensionValue(o[0]);
6991 checkDimensionValue(o[1]); 6991 checkDimensionValue(o[1]);
6992 } 6992 }
6993 6993
6994 buildUnnamed2334() { 6994 buildUnnamed2428() {
6995 var o = new core.List<api.DimensionValue>(); 6995 var o = new core.List<api.DimensionValue>();
6996 o.add(buildDimensionValue()); 6996 o.add(buildDimensionValue());
6997 o.add(buildDimensionValue()); 6997 o.add(buildDimensionValue());
6998 return o; 6998 return o;
6999 } 6999 }
7000 7000
7001 checkUnnamed2334(core.List<api.DimensionValue> o) { 7001 checkUnnamed2428(core.List<api.DimensionValue> o) {
7002 unittest.expect(o, unittest.hasLength(2)); 7002 unittest.expect(o, unittest.hasLength(2));
7003 checkDimensionValue(o[0]); 7003 checkDimensionValue(o[0]);
7004 checkDimensionValue(o[1]); 7004 checkDimensionValue(o[1]);
7005 } 7005 }
7006 7006
7007 buildUnnamed2335() { 7007 buildUnnamed2429() {
7008 var o = new core.List<api.SortedDimension>(); 7008 var o = new core.List<api.SortedDimension>();
7009 o.add(buildSortedDimension()); 7009 o.add(buildSortedDimension());
7010 o.add(buildSortedDimension()); 7010 o.add(buildSortedDimension());
7011 return o; 7011 return o;
7012 } 7012 }
7013 7013
7014 checkUnnamed2335(core.List<api.SortedDimension> o) { 7014 checkUnnamed2429(core.List<api.SortedDimension> o) {
7015 unittest.expect(o, unittest.hasLength(2)); 7015 unittest.expect(o, unittest.hasLength(2));
7016 checkSortedDimension(o[0]); 7016 checkSortedDimension(o[0]);
7017 checkSortedDimension(o[1]); 7017 checkSortedDimension(o[1]);
7018 } 7018 }
7019 7019
7020 buildUnnamed2336() { 7020 buildUnnamed2430() {
7021 var o = new core.List<core.String>(); 7021 var o = new core.List<core.String>();
7022 o.add("foo"); 7022 o.add("foo");
7023 o.add("foo"); 7023 o.add("foo");
7024 return o; 7024 return o;
7025 } 7025 }
7026 7026
7027 checkUnnamed2336(core.List<core.String> o) { 7027 checkUnnamed2430(core.List<core.String> o) {
7028 unittest.expect(o, unittest.hasLength(2)); 7028 unittest.expect(o, unittest.hasLength(2));
7029 unittest.expect(o[0], unittest.equals('foo')); 7029 unittest.expect(o[0], unittest.equals('foo'));
7030 unittest.expect(o[1], unittest.equals('foo')); 7030 unittest.expect(o[1], unittest.equals('foo'));
7031 } 7031 }
7032 7032
7033 core.int buildCounterReportFloodlightCriteriaReportProperties = 0; 7033 core.int buildCounterReportFloodlightCriteriaReportProperties = 0;
7034 buildReportFloodlightCriteriaReportProperties() { 7034 buildReportFloodlightCriteriaReportProperties() {
7035 var o = new api.ReportFloodlightCriteriaReportProperties(); 7035 var o = new api.ReportFloodlightCriteriaReportProperties();
7036 buildCounterReportFloodlightCriteriaReportProperties++; 7036 buildCounterReportFloodlightCriteriaReportProperties++;
7037 if (buildCounterReportFloodlightCriteriaReportProperties < 3) { 7037 if (buildCounterReportFloodlightCriteriaReportProperties < 3) {
(...skipping 13 matching lines...) Expand all
7051 unittest.expect(o.includeUnattributedIPConversions, unittest.isTrue); 7051 unittest.expect(o.includeUnattributedIPConversions, unittest.isTrue);
7052 } 7052 }
7053 buildCounterReportFloodlightCriteriaReportProperties--; 7053 buildCounterReportFloodlightCriteriaReportProperties--;
7054 } 7054 }
7055 7055
7056 core.int buildCounterReportFloodlightCriteria = 0; 7056 core.int buildCounterReportFloodlightCriteria = 0;
7057 buildReportFloodlightCriteria() { 7057 buildReportFloodlightCriteria() {
7058 var o = new api.ReportFloodlightCriteria(); 7058 var o = new api.ReportFloodlightCriteria();
7059 buildCounterReportFloodlightCriteria++; 7059 buildCounterReportFloodlightCriteria++;
7060 if (buildCounterReportFloodlightCriteria < 3) { 7060 if (buildCounterReportFloodlightCriteria < 3) {
7061 o.customRichMediaEvents = buildUnnamed2333(); 7061 o.customRichMediaEvents = buildUnnamed2427();
7062 o.dateRange = buildDateRange(); 7062 o.dateRange = buildDateRange();
7063 o.dimensionFilters = buildUnnamed2334(); 7063 o.dimensionFilters = buildUnnamed2428();
7064 o.dimensions = buildUnnamed2335(); 7064 o.dimensions = buildUnnamed2429();
7065 o.floodlightConfigId = buildDimensionValue(); 7065 o.floodlightConfigId = buildDimensionValue();
7066 o.metricNames = buildUnnamed2336(); 7066 o.metricNames = buildUnnamed2430();
7067 o.reportProperties = buildReportFloodlightCriteriaReportProperties(); 7067 o.reportProperties = buildReportFloodlightCriteriaReportProperties();
7068 } 7068 }
7069 buildCounterReportFloodlightCriteria--; 7069 buildCounterReportFloodlightCriteria--;
7070 return o; 7070 return o;
7071 } 7071 }
7072 7072
7073 checkReportFloodlightCriteria(api.ReportFloodlightCriteria o) { 7073 checkReportFloodlightCriteria(api.ReportFloodlightCriteria o) {
7074 buildCounterReportFloodlightCriteria++; 7074 buildCounterReportFloodlightCriteria++;
7075 if (buildCounterReportFloodlightCriteria < 3) { 7075 if (buildCounterReportFloodlightCriteria < 3) {
7076 checkUnnamed2333(o.customRichMediaEvents); 7076 checkUnnamed2427(o.customRichMediaEvents);
7077 checkDateRange(o.dateRange); 7077 checkDateRange(o.dateRange);
7078 checkUnnamed2334(o.dimensionFilters); 7078 checkUnnamed2428(o.dimensionFilters);
7079 checkUnnamed2335(o.dimensions); 7079 checkUnnamed2429(o.dimensions);
7080 checkDimensionValue(o.floodlightConfigId); 7080 checkDimensionValue(o.floodlightConfigId);
7081 checkUnnamed2336(o.metricNames); 7081 checkUnnamed2430(o.metricNames);
7082 checkReportFloodlightCriteriaReportProperties(o.reportProperties); 7082 checkReportFloodlightCriteriaReportProperties(o.reportProperties);
7083 } 7083 }
7084 buildCounterReportFloodlightCriteria--; 7084 buildCounterReportFloodlightCriteria--;
7085 } 7085 }
7086 7086
7087 buildUnnamed2337() { 7087 buildUnnamed2431() {
7088 var o = new core.List<api.DimensionValue>(); 7088 var o = new core.List<api.DimensionValue>();
7089 o.add(buildDimensionValue()); 7089 o.add(buildDimensionValue());
7090 o.add(buildDimensionValue()); 7090 o.add(buildDimensionValue());
7091 return o; 7091 return o;
7092 } 7092 }
7093 7093
7094 checkUnnamed2337(core.List<api.DimensionValue> o) { 7094 checkUnnamed2431(core.List<api.DimensionValue> o) {
7095 unittest.expect(o, unittest.hasLength(2)); 7095 unittest.expect(o, unittest.hasLength(2));
7096 checkDimensionValue(o[0]); 7096 checkDimensionValue(o[0]);
7097 checkDimensionValue(o[1]); 7097 checkDimensionValue(o[1]);
7098 } 7098 }
7099 7099
7100 buildUnnamed2338() { 7100 buildUnnamed2432() {
7101 var o = new core.List<api.SortedDimension>(); 7101 var o = new core.List<api.SortedDimension>();
7102 o.add(buildSortedDimension()); 7102 o.add(buildSortedDimension());
7103 o.add(buildSortedDimension()); 7103 o.add(buildSortedDimension());
7104 return o; 7104 return o;
7105 } 7105 }
7106 7106
7107 checkUnnamed2338(core.List<api.SortedDimension> o) { 7107 checkUnnamed2432(core.List<api.SortedDimension> o) {
7108 unittest.expect(o, unittest.hasLength(2)); 7108 unittest.expect(o, unittest.hasLength(2));
7109 checkSortedDimension(o[0]); 7109 checkSortedDimension(o[0]);
7110 checkSortedDimension(o[1]); 7110 checkSortedDimension(o[1]);
7111 } 7111 }
7112 7112
7113 buildUnnamed2339() { 7113 buildUnnamed2433() {
7114 var o = new core.List<api.SortedDimension>(); 7114 var o = new core.List<api.SortedDimension>();
7115 o.add(buildSortedDimension()); 7115 o.add(buildSortedDimension());
7116 o.add(buildSortedDimension()); 7116 o.add(buildSortedDimension());
7117 return o; 7117 return o;
7118 } 7118 }
7119 7119
7120 checkUnnamed2339(core.List<api.SortedDimension> o) { 7120 checkUnnamed2433(core.List<api.SortedDimension> o) {
7121 unittest.expect(o, unittest.hasLength(2)); 7121 unittest.expect(o, unittest.hasLength(2));
7122 checkSortedDimension(o[0]); 7122 checkSortedDimension(o[0]);
7123 checkSortedDimension(o[1]); 7123 checkSortedDimension(o[1]);
7124 } 7124 }
7125 7125
7126 buildUnnamed2340() { 7126 buildUnnamed2434() {
7127 var o = new core.List<api.DimensionValue>(); 7127 var o = new core.List<api.DimensionValue>();
7128 o.add(buildDimensionValue()); 7128 o.add(buildDimensionValue());
7129 o.add(buildDimensionValue()); 7129 o.add(buildDimensionValue());
7130 return o; 7130 return o;
7131 } 7131 }
7132 7132
7133 checkUnnamed2340(core.List<api.DimensionValue> o) { 7133 checkUnnamed2434(core.List<api.DimensionValue> o) {
7134 unittest.expect(o, unittest.hasLength(2)); 7134 unittest.expect(o, unittest.hasLength(2));
7135 checkDimensionValue(o[0]); 7135 checkDimensionValue(o[0]);
7136 checkDimensionValue(o[1]); 7136 checkDimensionValue(o[1]);
7137 } 7137 }
7138 7138
7139 buildUnnamed2341() { 7139 buildUnnamed2435() {
7140 var o = new core.List<core.String>(); 7140 var o = new core.List<core.String>();
7141 o.add("foo"); 7141 o.add("foo");
7142 o.add("foo"); 7142 o.add("foo");
7143 return o; 7143 return o;
7144 } 7144 }
7145 7145
7146 checkUnnamed2341(core.List<core.String> o) { 7146 checkUnnamed2435(core.List<core.String> o) {
7147 unittest.expect(o, unittest.hasLength(2)); 7147 unittest.expect(o, unittest.hasLength(2));
7148 unittest.expect(o[0], unittest.equals('foo')); 7148 unittest.expect(o[0], unittest.equals('foo'));
7149 unittest.expect(o[1], unittest.equals('foo')); 7149 unittest.expect(o[1], unittest.equals('foo'));
7150 } 7150 }
7151 7151
7152 buildUnnamed2342() { 7152 buildUnnamed2436() {
7153 var o = new core.List<api.SortedDimension>(); 7153 var o = new core.List<api.SortedDimension>();
7154 o.add(buildSortedDimension()); 7154 o.add(buildSortedDimension());
7155 o.add(buildSortedDimension()); 7155 o.add(buildSortedDimension());
7156 return o; 7156 return o;
7157 } 7157 }
7158 7158
7159 checkUnnamed2342(core.List<api.SortedDimension> o) { 7159 checkUnnamed2436(core.List<api.SortedDimension> o) {
7160 unittest.expect(o, unittest.hasLength(2)); 7160 unittest.expect(o, unittest.hasLength(2));
7161 checkSortedDimension(o[0]); 7161 checkSortedDimension(o[0]);
7162 checkSortedDimension(o[1]); 7162 checkSortedDimension(o[1]);
7163 } 7163 }
7164 7164
7165 core.int buildCounterReportPathToConversionCriteriaReportProperties = 0; 7165 core.int buildCounterReportPathToConversionCriteriaReportProperties = 0;
7166 buildReportPathToConversionCriteriaReportProperties() { 7166 buildReportPathToConversionCriteriaReportProperties() {
7167 var o = new api.ReportPathToConversionCriteriaReportProperties(); 7167 var o = new api.ReportPathToConversionCriteriaReportProperties();
7168 buildCounterReportPathToConversionCriteriaReportProperties++; 7168 buildCounterReportPathToConversionCriteriaReportProperties++;
7169 if (buildCounterReportPathToConversionCriteriaReportProperties < 3) { 7169 if (buildCounterReportPathToConversionCriteriaReportProperties < 3) {
(...skipping 25 matching lines...) Expand all
7195 unittest.expect(o.pivotOnInteractionPath, unittest.isTrue); 7195 unittest.expect(o.pivotOnInteractionPath, unittest.isTrue);
7196 } 7196 }
7197 buildCounterReportPathToConversionCriteriaReportProperties--; 7197 buildCounterReportPathToConversionCriteriaReportProperties--;
7198 } 7198 }
7199 7199
7200 core.int buildCounterReportPathToConversionCriteria = 0; 7200 core.int buildCounterReportPathToConversionCriteria = 0;
7201 buildReportPathToConversionCriteria() { 7201 buildReportPathToConversionCriteria() {
7202 var o = new api.ReportPathToConversionCriteria(); 7202 var o = new api.ReportPathToConversionCriteria();
7203 buildCounterReportPathToConversionCriteria++; 7203 buildCounterReportPathToConversionCriteria++;
7204 if (buildCounterReportPathToConversionCriteria < 3) { 7204 if (buildCounterReportPathToConversionCriteria < 3) {
7205 o.activityFilters = buildUnnamed2337(); 7205 o.activityFilters = buildUnnamed2431();
7206 o.conversionDimensions = buildUnnamed2338(); 7206 o.conversionDimensions = buildUnnamed2432();
7207 o.customFloodlightVariables = buildUnnamed2339(); 7207 o.customFloodlightVariables = buildUnnamed2433();
7208 o.customRichMediaEvents = buildUnnamed2340(); 7208 o.customRichMediaEvents = buildUnnamed2434();
7209 o.dateRange = buildDateRange(); 7209 o.dateRange = buildDateRange();
7210 o.floodlightConfigId = buildDimensionValue(); 7210 o.floodlightConfigId = buildDimensionValue();
7211 o.metricNames = buildUnnamed2341(); 7211 o.metricNames = buildUnnamed2435();
7212 o.perInteractionDimensions = buildUnnamed2342(); 7212 o.perInteractionDimensions = buildUnnamed2436();
7213 o.reportProperties = buildReportPathToConversionCriteriaReportProperties(); 7213 o.reportProperties = buildReportPathToConversionCriteriaReportProperties();
7214 } 7214 }
7215 buildCounterReportPathToConversionCriteria--; 7215 buildCounterReportPathToConversionCriteria--;
7216 return o; 7216 return o;
7217 } 7217 }
7218 7218
7219 checkReportPathToConversionCriteria(api.ReportPathToConversionCriteria o) { 7219 checkReportPathToConversionCriteria(api.ReportPathToConversionCriteria o) {
7220 buildCounterReportPathToConversionCriteria++; 7220 buildCounterReportPathToConversionCriteria++;
7221 if (buildCounterReportPathToConversionCriteria < 3) { 7221 if (buildCounterReportPathToConversionCriteria < 3) {
7222 checkUnnamed2337(o.activityFilters); 7222 checkUnnamed2431(o.activityFilters);
7223 checkUnnamed2338(o.conversionDimensions); 7223 checkUnnamed2432(o.conversionDimensions);
7224 checkUnnamed2339(o.customFloodlightVariables); 7224 checkUnnamed2433(o.customFloodlightVariables);
7225 checkUnnamed2340(o.customRichMediaEvents); 7225 checkUnnamed2434(o.customRichMediaEvents);
7226 checkDateRange(o.dateRange); 7226 checkDateRange(o.dateRange);
7227 checkDimensionValue(o.floodlightConfigId); 7227 checkDimensionValue(o.floodlightConfigId);
7228 checkUnnamed2341(o.metricNames); 7228 checkUnnamed2435(o.metricNames);
7229 checkUnnamed2342(o.perInteractionDimensions); 7229 checkUnnamed2436(o.perInteractionDimensions);
7230 checkReportPathToConversionCriteriaReportProperties(o.reportProperties); 7230 checkReportPathToConversionCriteriaReportProperties(o.reportProperties);
7231 } 7231 }
7232 buildCounterReportPathToConversionCriteria--; 7232 buildCounterReportPathToConversionCriteria--;
7233 } 7233 }
7234 7234
7235 buildUnnamed2343() { 7235 buildUnnamed2437() {
7236 var o = new core.List<api.DimensionValue>(); 7236 var o = new core.List<api.DimensionValue>();
7237 o.add(buildDimensionValue()); 7237 o.add(buildDimensionValue());
7238 o.add(buildDimensionValue()); 7238 o.add(buildDimensionValue());
7239 return o; 7239 return o;
7240 } 7240 }
7241 7241
7242 checkUnnamed2343(core.List<api.DimensionValue> o) { 7242 checkUnnamed2437(core.List<api.DimensionValue> o) {
7243 unittest.expect(o, unittest.hasLength(2)); 7243 unittest.expect(o, unittest.hasLength(2));
7244 checkDimensionValue(o[0]); 7244 checkDimensionValue(o[0]);
7245 checkDimensionValue(o[1]); 7245 checkDimensionValue(o[1]);
7246 } 7246 }
7247 7247
7248 buildUnnamed2344() { 7248 buildUnnamed2438() {
7249 var o = new core.List<api.SortedDimension>(); 7249 var o = new core.List<api.SortedDimension>();
7250 o.add(buildSortedDimension()); 7250 o.add(buildSortedDimension());
7251 o.add(buildSortedDimension()); 7251 o.add(buildSortedDimension());
7252 return o; 7252 return o;
7253 } 7253 }
7254 7254
7255 checkUnnamed2344(core.List<api.SortedDimension> o) { 7255 checkUnnamed2438(core.List<api.SortedDimension> o) {
7256 unittest.expect(o, unittest.hasLength(2)); 7256 unittest.expect(o, unittest.hasLength(2));
7257 checkSortedDimension(o[0]); 7257 checkSortedDimension(o[0]);
7258 checkSortedDimension(o[1]); 7258 checkSortedDimension(o[1]);
7259 } 7259 }
7260 7260
7261 buildUnnamed2345() { 7261 buildUnnamed2439() {
7262 var o = new core.List<core.String>(); 7262 var o = new core.List<core.String>();
7263 o.add("foo"); 7263 o.add("foo");
7264 o.add("foo"); 7264 o.add("foo");
7265 return o; 7265 return o;
7266 } 7266 }
7267 7267
7268 checkUnnamed2345(core.List<core.String> o) { 7268 checkUnnamed2439(core.List<core.String> o) {
7269 unittest.expect(o, unittest.hasLength(2)); 7269 unittest.expect(o, unittest.hasLength(2));
7270 unittest.expect(o[0], unittest.equals('foo')); 7270 unittest.expect(o[0], unittest.equals('foo'));
7271 unittest.expect(o[1], unittest.equals('foo')); 7271 unittest.expect(o[1], unittest.equals('foo'));
7272 } 7272 }
7273 7273
7274 buildUnnamed2346() { 7274 buildUnnamed2440() {
7275 var o = new core.List<core.String>(); 7275 var o = new core.List<core.String>();
7276 o.add("foo"); 7276 o.add("foo");
7277 o.add("foo"); 7277 o.add("foo");
7278 return o; 7278 return o;
7279 } 7279 }
7280 7280
7281 checkUnnamed2346(core.List<core.String> o) { 7281 checkUnnamed2440(core.List<core.String> o) {
7282 unittest.expect(o, unittest.hasLength(2)); 7282 unittest.expect(o, unittest.hasLength(2));
7283 unittest.expect(o[0], unittest.equals('foo')); 7283 unittest.expect(o[0], unittest.equals('foo'));
7284 unittest.expect(o[1], unittest.equals('foo')); 7284 unittest.expect(o[1], unittest.equals('foo'));
7285 } 7285 }
7286 7286
7287 core.int buildCounterReportReachCriteria = 0; 7287 core.int buildCounterReportReachCriteria = 0;
7288 buildReportReachCriteria() { 7288 buildReportReachCriteria() {
7289 var o = new api.ReportReachCriteria(); 7289 var o = new api.ReportReachCriteria();
7290 buildCounterReportReachCriteria++; 7290 buildCounterReportReachCriteria++;
7291 if (buildCounterReportReachCriteria < 3) { 7291 if (buildCounterReportReachCriteria < 3) {
7292 o.activities = buildActivities(); 7292 o.activities = buildActivities();
7293 o.customRichMediaEvents = buildCustomRichMediaEvents(); 7293 o.customRichMediaEvents = buildCustomRichMediaEvents();
7294 o.dateRange = buildDateRange(); 7294 o.dateRange = buildDateRange();
7295 o.dimensionFilters = buildUnnamed2343(); 7295 o.dimensionFilters = buildUnnamed2437();
7296 o.dimensions = buildUnnamed2344(); 7296 o.dimensions = buildUnnamed2438();
7297 o.enableAllDimensionCombinations = true; 7297 o.enableAllDimensionCombinations = true;
7298 o.metricNames = buildUnnamed2345(); 7298 o.metricNames = buildUnnamed2439();
7299 o.reachByFrequencyMetricNames = buildUnnamed2346(); 7299 o.reachByFrequencyMetricNames = buildUnnamed2440();
7300 } 7300 }
7301 buildCounterReportReachCriteria--; 7301 buildCounterReportReachCriteria--;
7302 return o; 7302 return o;
7303 } 7303 }
7304 7304
7305 checkReportReachCriteria(api.ReportReachCriteria o) { 7305 checkReportReachCriteria(api.ReportReachCriteria o) {
7306 buildCounterReportReachCriteria++; 7306 buildCounterReportReachCriteria++;
7307 if (buildCounterReportReachCriteria < 3) { 7307 if (buildCounterReportReachCriteria < 3) {
7308 checkActivities(o.activities); 7308 checkActivities(o.activities);
7309 checkCustomRichMediaEvents(o.customRichMediaEvents); 7309 checkCustomRichMediaEvents(o.customRichMediaEvents);
7310 checkDateRange(o.dateRange); 7310 checkDateRange(o.dateRange);
7311 checkUnnamed2343(o.dimensionFilters); 7311 checkUnnamed2437(o.dimensionFilters);
7312 checkUnnamed2344(o.dimensions); 7312 checkUnnamed2438(o.dimensions);
7313 unittest.expect(o.enableAllDimensionCombinations, unittest.isTrue); 7313 unittest.expect(o.enableAllDimensionCombinations, unittest.isTrue);
7314 checkUnnamed2345(o.metricNames); 7314 checkUnnamed2439(o.metricNames);
7315 checkUnnamed2346(o.reachByFrequencyMetricNames); 7315 checkUnnamed2440(o.reachByFrequencyMetricNames);
7316 } 7316 }
7317 buildCounterReportReachCriteria--; 7317 buildCounterReportReachCriteria--;
7318 } 7318 }
7319 7319
7320 buildUnnamed2347() { 7320 buildUnnamed2441() {
7321 var o = new core.List<core.String>(); 7321 var o = new core.List<core.String>();
7322 o.add("foo"); 7322 o.add("foo");
7323 o.add("foo"); 7323 o.add("foo");
7324 return o; 7324 return o;
7325 } 7325 }
7326 7326
7327 checkUnnamed2347(core.List<core.String> o) { 7327 checkUnnamed2441(core.List<core.String> o) {
7328 unittest.expect(o, unittest.hasLength(2)); 7328 unittest.expect(o, unittest.hasLength(2));
7329 unittest.expect(o[0], unittest.equals('foo')); 7329 unittest.expect(o[0], unittest.equals('foo'));
7330 unittest.expect(o[1], unittest.equals('foo')); 7330 unittest.expect(o[1], unittest.equals('foo'));
7331 } 7331 }
7332 7332
7333 core.int buildCounterReportSchedule = 0; 7333 core.int buildCounterReportSchedule = 0;
7334 buildReportSchedule() { 7334 buildReportSchedule() {
7335 var o = new api.ReportSchedule(); 7335 var o = new api.ReportSchedule();
7336 buildCounterReportSchedule++; 7336 buildCounterReportSchedule++;
7337 if (buildCounterReportSchedule < 3) { 7337 if (buildCounterReportSchedule < 3) {
7338 o.active = true; 7338 o.active = true;
7339 o.every = 42; 7339 o.every = 42;
7340 o.expirationDate = core.DateTime.parse("2002-02-27T14:01:02Z"); 7340 o.expirationDate = core.DateTime.parse("2002-02-27T14:01:02Z");
7341 o.repeats = "foo"; 7341 o.repeats = "foo";
7342 o.repeatsOnWeekDays = buildUnnamed2347(); 7342 o.repeatsOnWeekDays = buildUnnamed2441();
7343 o.runsOnDayOfMonth = "foo"; 7343 o.runsOnDayOfMonth = "foo";
7344 o.startDate = core.DateTime.parse("2002-02-27T14:01:02Z"); 7344 o.startDate = core.DateTime.parse("2002-02-27T14:01:02Z");
7345 } 7345 }
7346 buildCounterReportSchedule--; 7346 buildCounterReportSchedule--;
7347 return o; 7347 return o;
7348 } 7348 }
7349 7349
7350 checkReportSchedule(api.ReportSchedule o) { 7350 checkReportSchedule(api.ReportSchedule o) {
7351 buildCounterReportSchedule++; 7351 buildCounterReportSchedule++;
7352 if (buildCounterReportSchedule < 3) { 7352 if (buildCounterReportSchedule < 3) {
7353 unittest.expect(o.active, unittest.isTrue); 7353 unittest.expect(o.active, unittest.isTrue);
7354 unittest.expect(o.every, unittest.equals(42)); 7354 unittest.expect(o.every, unittest.equals(42));
7355 unittest.expect(o.expirationDate, unittest.equals(core.DateTime.parse("2002- 02-27T00:00:00"))); 7355 unittest.expect(o.expirationDate, unittest.equals(core.DateTime.parse("2002- 02-27T00:00:00")));
7356 unittest.expect(o.repeats, unittest.equals('foo')); 7356 unittest.expect(o.repeats, unittest.equals('foo'));
7357 checkUnnamed2347(o.repeatsOnWeekDays); 7357 checkUnnamed2441(o.repeatsOnWeekDays);
7358 unittest.expect(o.runsOnDayOfMonth, unittest.equals('foo')); 7358 unittest.expect(o.runsOnDayOfMonth, unittest.equals('foo'));
7359 unittest.expect(o.startDate, unittest.equals(core.DateTime.parse("2002-02-27 T00:00:00"))); 7359 unittest.expect(o.startDate, unittest.equals(core.DateTime.parse("2002-02-27 T00:00:00")));
7360 } 7360 }
7361 buildCounterReportSchedule--; 7361 buildCounterReportSchedule--;
7362 } 7362 }
7363 7363
7364 core.int buildCounterReport = 0; 7364 core.int buildCounterReport = 0;
7365 buildReport() { 7365 buildReport() {
7366 var o = new api.Report(); 7366 var o = new api.Report();
7367 buildCounterReport++; 7367 buildCounterReport++;
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
7407 unittest.expect(o.ownerProfileId, unittest.equals('foo')); 7407 unittest.expect(o.ownerProfileId, unittest.equals('foo'));
7408 checkReportPathToConversionCriteria(o.pathToConversionCriteria); 7408 checkReportPathToConversionCriteria(o.pathToConversionCriteria);
7409 checkReportReachCriteria(o.reachCriteria); 7409 checkReportReachCriteria(o.reachCriteria);
7410 checkReportSchedule(o.schedule); 7410 checkReportSchedule(o.schedule);
7411 unittest.expect(o.subAccountId, unittest.equals('foo')); 7411 unittest.expect(o.subAccountId, unittest.equals('foo'));
7412 unittest.expect(o.type, unittest.equals('foo')); 7412 unittest.expect(o.type, unittest.equals('foo'));
7413 } 7413 }
7414 buildCounterReport--; 7414 buildCounterReport--;
7415 } 7415 }
7416 7416
7417 buildUnnamed2348() { 7417 buildUnnamed2442() {
7418 var o = new core.List<api.Dimension>(); 7418 var o = new core.List<api.Dimension>();
7419 o.add(buildDimension()); 7419 o.add(buildDimension());
7420 o.add(buildDimension()); 7420 o.add(buildDimension());
7421 return o; 7421 return o;
7422 } 7422 }
7423 7423
7424 checkUnnamed2348(core.List<api.Dimension> o) { 7424 checkUnnamed2442(core.List<api.Dimension> o) {
7425 unittest.expect(o, unittest.hasLength(2)); 7425 unittest.expect(o, unittest.hasLength(2));
7426 checkDimension(o[0]); 7426 checkDimension(o[0]);
7427 checkDimension(o[1]); 7427 checkDimension(o[1]);
7428 } 7428 }
7429 7429
7430 buildUnnamed2349() { 7430 buildUnnamed2443() {
7431 var o = new core.List<api.Dimension>(); 7431 var o = new core.List<api.Dimension>();
7432 o.add(buildDimension()); 7432 o.add(buildDimension());
7433 o.add(buildDimension()); 7433 o.add(buildDimension());
7434 return o; 7434 return o;
7435 } 7435 }
7436 7436
7437 checkUnnamed2349(core.List<api.Dimension> o) { 7437 checkUnnamed2443(core.List<api.Dimension> o) {
7438 unittest.expect(o, unittest.hasLength(2)); 7438 unittest.expect(o, unittest.hasLength(2));
7439 checkDimension(o[0]); 7439 checkDimension(o[0]);
7440 checkDimension(o[1]); 7440 checkDimension(o[1]);
7441 } 7441 }
7442 7442
7443 buildUnnamed2350() { 7443 buildUnnamed2444() {
7444 var o = new core.List<api.Metric>(); 7444 var o = new core.List<api.Metric>();
7445 o.add(buildMetric()); 7445 o.add(buildMetric());
7446 o.add(buildMetric()); 7446 o.add(buildMetric());
7447 return o; 7447 return o;
7448 } 7448 }
7449 7449
7450 checkUnnamed2350(core.List<api.Metric> o) { 7450 checkUnnamed2444(core.List<api.Metric> o) {
7451 unittest.expect(o, unittest.hasLength(2)); 7451 unittest.expect(o, unittest.hasLength(2));
7452 checkMetric(o[0]); 7452 checkMetric(o[0]);
7453 checkMetric(o[1]); 7453 checkMetric(o[1]);
7454 } 7454 }
7455 7455
7456 buildUnnamed2351() { 7456 buildUnnamed2445() {
7457 var o = new core.List<api.Metric>(); 7457 var o = new core.List<api.Metric>();
7458 o.add(buildMetric()); 7458 o.add(buildMetric());
7459 o.add(buildMetric()); 7459 o.add(buildMetric());
7460 return o; 7460 return o;
7461 } 7461 }
7462 7462
7463 checkUnnamed2351(core.List<api.Metric> o) { 7463 checkUnnamed2445(core.List<api.Metric> o) {
7464 unittest.expect(o, unittest.hasLength(2)); 7464 unittest.expect(o, unittest.hasLength(2));
7465 checkMetric(o[0]); 7465 checkMetric(o[0]);
7466 checkMetric(o[1]); 7466 checkMetric(o[1]);
7467 } 7467 }
7468 7468
7469 core.int buildCounterReportCompatibleFields = 0; 7469 core.int buildCounterReportCompatibleFields = 0;
7470 buildReportCompatibleFields() { 7470 buildReportCompatibleFields() {
7471 var o = new api.ReportCompatibleFields(); 7471 var o = new api.ReportCompatibleFields();
7472 buildCounterReportCompatibleFields++; 7472 buildCounterReportCompatibleFields++;
7473 if (buildCounterReportCompatibleFields < 3) { 7473 if (buildCounterReportCompatibleFields < 3) {
7474 o.dimensionFilters = buildUnnamed2348(); 7474 o.dimensionFilters = buildUnnamed2442();
7475 o.dimensions = buildUnnamed2349(); 7475 o.dimensions = buildUnnamed2443();
7476 o.kind = "foo"; 7476 o.kind = "foo";
7477 o.metrics = buildUnnamed2350(); 7477 o.metrics = buildUnnamed2444();
7478 o.pivotedActivityMetrics = buildUnnamed2351(); 7478 o.pivotedActivityMetrics = buildUnnamed2445();
7479 } 7479 }
7480 buildCounterReportCompatibleFields--; 7480 buildCounterReportCompatibleFields--;
7481 return o; 7481 return o;
7482 } 7482 }
7483 7483
7484 checkReportCompatibleFields(api.ReportCompatibleFields o) { 7484 checkReportCompatibleFields(api.ReportCompatibleFields o) {
7485 buildCounterReportCompatibleFields++; 7485 buildCounterReportCompatibleFields++;
7486 if (buildCounterReportCompatibleFields < 3) { 7486 if (buildCounterReportCompatibleFields < 3) {
7487 checkUnnamed2348(o.dimensionFilters); 7487 checkUnnamed2442(o.dimensionFilters);
7488 checkUnnamed2349(o.dimensions); 7488 checkUnnamed2443(o.dimensions);
7489 unittest.expect(o.kind, unittest.equals('foo')); 7489 unittest.expect(o.kind, unittest.equals('foo'));
7490 checkUnnamed2350(o.metrics); 7490 checkUnnamed2444(o.metrics);
7491 checkUnnamed2351(o.pivotedActivityMetrics); 7491 checkUnnamed2445(o.pivotedActivityMetrics);
7492 } 7492 }
7493 buildCounterReportCompatibleFields--; 7493 buildCounterReportCompatibleFields--;
7494 } 7494 }
7495 7495
7496 buildUnnamed2352() { 7496 buildUnnamed2446() {
7497 var o = new core.List<api.Report>(); 7497 var o = new core.List<api.Report>();
7498 o.add(buildReport()); 7498 o.add(buildReport());
7499 o.add(buildReport()); 7499 o.add(buildReport());
7500 return o; 7500 return o;
7501 } 7501 }
7502 7502
7503 checkUnnamed2352(core.List<api.Report> o) { 7503 checkUnnamed2446(core.List<api.Report> o) {
7504 unittest.expect(o, unittest.hasLength(2)); 7504 unittest.expect(o, unittest.hasLength(2));
7505 checkReport(o[0]); 7505 checkReport(o[0]);
7506 checkReport(o[1]); 7506 checkReport(o[1]);
7507 } 7507 }
7508 7508
7509 core.int buildCounterReportList = 0; 7509 core.int buildCounterReportList = 0;
7510 buildReportList() { 7510 buildReportList() {
7511 var o = new api.ReportList(); 7511 var o = new api.ReportList();
7512 buildCounterReportList++; 7512 buildCounterReportList++;
7513 if (buildCounterReportList < 3) { 7513 if (buildCounterReportList < 3) {
7514 o.etag = "foo"; 7514 o.etag = "foo";
7515 o.items = buildUnnamed2352(); 7515 o.items = buildUnnamed2446();
7516 o.kind = "foo"; 7516 o.kind = "foo";
7517 o.nextPageToken = "foo"; 7517 o.nextPageToken = "foo";
7518 } 7518 }
7519 buildCounterReportList--; 7519 buildCounterReportList--;
7520 return o; 7520 return o;
7521 } 7521 }
7522 7522
7523 checkReportList(api.ReportList o) { 7523 checkReportList(api.ReportList o) {
7524 buildCounterReportList++; 7524 buildCounterReportList++;
7525 if (buildCounterReportList < 3) { 7525 if (buildCounterReportList < 3) {
7526 unittest.expect(o.etag, unittest.equals('foo')); 7526 unittest.expect(o.etag, unittest.equals('foo'));
7527 checkUnnamed2352(o.items); 7527 checkUnnamed2446(o.items);
7528 unittest.expect(o.kind, unittest.equals('foo')); 7528 unittest.expect(o.kind, unittest.equals('foo'));
7529 unittest.expect(o.nextPageToken, unittest.equals('foo')); 7529 unittest.expect(o.nextPageToken, unittest.equals('foo'));
7530 } 7530 }
7531 buildCounterReportList--; 7531 buildCounterReportList--;
7532 } 7532 }
7533 7533
7534 core.int buildCounterReportsConfiguration = 0; 7534 core.int buildCounterReportsConfiguration = 0;
7535 buildReportsConfiguration() { 7535 buildReportsConfiguration() {
7536 var o = new api.ReportsConfiguration(); 7536 var o = new api.ReportsConfiguration();
7537 buildCounterReportsConfiguration++; 7537 buildCounterReportsConfiguration++;
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
7593 checkRule(api.Rule o) { 7593 checkRule(api.Rule o) {
7594 buildCounterRule++; 7594 buildCounterRule++;
7595 if (buildCounterRule < 3) { 7595 if (buildCounterRule < 3) {
7596 unittest.expect(o.assetId, unittest.equals('foo')); 7596 unittest.expect(o.assetId, unittest.equals('foo'));
7597 unittest.expect(o.name, unittest.equals('foo')); 7597 unittest.expect(o.name, unittest.equals('foo'));
7598 unittest.expect(o.targetingTemplateId, unittest.equals('foo')); 7598 unittest.expect(o.targetingTemplateId, unittest.equals('foo'));
7599 } 7599 }
7600 buildCounterRule--; 7600 buildCounterRule--;
7601 } 7601 }
7602 7602
7603 buildUnnamed2353() { 7603 buildUnnamed2447() {
7604 var o = new core.List<api.SiteContact>(); 7604 var o = new core.List<api.SiteContact>();
7605 o.add(buildSiteContact()); 7605 o.add(buildSiteContact());
7606 o.add(buildSiteContact()); 7606 o.add(buildSiteContact());
7607 return o; 7607 return o;
7608 } 7608 }
7609 7609
7610 checkUnnamed2353(core.List<api.SiteContact> o) { 7610 checkUnnamed2447(core.List<api.SiteContact> o) {
7611 unittest.expect(o, unittest.hasLength(2)); 7611 unittest.expect(o, unittest.hasLength(2));
7612 checkSiteContact(o[0]); 7612 checkSiteContact(o[0]);
7613 checkSiteContact(o[1]); 7613 checkSiteContact(o[1]);
7614 } 7614 }
7615 7615
7616 core.int buildCounterSite = 0; 7616 core.int buildCounterSite = 0;
7617 buildSite() { 7617 buildSite() {
7618 var o = new api.Site(); 7618 var o = new api.Site();
7619 buildCounterSite++; 7619 buildCounterSite++;
7620 if (buildCounterSite < 3) { 7620 if (buildCounterSite < 3) {
7621 o.accountId = "foo"; 7621 o.accountId = "foo";
7622 o.approved = true; 7622 o.approved = true;
7623 o.directorySiteId = "foo"; 7623 o.directorySiteId = "foo";
7624 o.directorySiteIdDimensionValue = buildDimensionValue(); 7624 o.directorySiteIdDimensionValue = buildDimensionValue();
7625 o.id = "foo"; 7625 o.id = "foo";
7626 o.idDimensionValue = buildDimensionValue(); 7626 o.idDimensionValue = buildDimensionValue();
7627 o.keyName = "foo"; 7627 o.keyName = "foo";
7628 o.kind = "foo"; 7628 o.kind = "foo";
7629 o.name = "foo"; 7629 o.name = "foo";
7630 o.siteContacts = buildUnnamed2353(); 7630 o.siteContacts = buildUnnamed2447();
7631 o.siteSettings = buildSiteSettings(); 7631 o.siteSettings = buildSiteSettings();
7632 o.subaccountId = "foo"; 7632 o.subaccountId = "foo";
7633 } 7633 }
7634 buildCounterSite--; 7634 buildCounterSite--;
7635 return o; 7635 return o;
7636 } 7636 }
7637 7637
7638 checkSite(api.Site o) { 7638 checkSite(api.Site o) {
7639 buildCounterSite++; 7639 buildCounterSite++;
7640 if (buildCounterSite < 3) { 7640 if (buildCounterSite < 3) {
7641 unittest.expect(o.accountId, unittest.equals('foo')); 7641 unittest.expect(o.accountId, unittest.equals('foo'));
7642 unittest.expect(o.approved, unittest.isTrue); 7642 unittest.expect(o.approved, unittest.isTrue);
7643 unittest.expect(o.directorySiteId, unittest.equals('foo')); 7643 unittest.expect(o.directorySiteId, unittest.equals('foo'));
7644 checkDimensionValue(o.directorySiteIdDimensionValue); 7644 checkDimensionValue(o.directorySiteIdDimensionValue);
7645 unittest.expect(o.id, unittest.equals('foo')); 7645 unittest.expect(o.id, unittest.equals('foo'));
7646 checkDimensionValue(o.idDimensionValue); 7646 checkDimensionValue(o.idDimensionValue);
7647 unittest.expect(o.keyName, unittest.equals('foo')); 7647 unittest.expect(o.keyName, unittest.equals('foo'));
7648 unittest.expect(o.kind, unittest.equals('foo')); 7648 unittest.expect(o.kind, unittest.equals('foo'));
7649 unittest.expect(o.name, unittest.equals('foo')); 7649 unittest.expect(o.name, unittest.equals('foo'));
7650 checkUnnamed2353(o.siteContacts); 7650 checkUnnamed2447(o.siteContacts);
7651 checkSiteSettings(o.siteSettings); 7651 checkSiteSettings(o.siteSettings);
7652 unittest.expect(o.subaccountId, unittest.equals('foo')); 7652 unittest.expect(o.subaccountId, unittest.equals('foo'));
7653 } 7653 }
7654 buildCounterSite--; 7654 buildCounterSite--;
7655 } 7655 }
7656 7656
7657 core.int buildCounterSiteContact = 0; 7657 core.int buildCounterSiteContact = 0;
7658 buildSiteContact() { 7658 buildSiteContact() {
7659 var o = new api.SiteContact(); 7659 var o = new api.SiteContact();
7660 buildCounterSiteContact++; 7660 buildCounterSiteContact++;
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
7713 unittest.expect(o.disableBrandSafeAds, unittest.isTrue); 7713 unittest.expect(o.disableBrandSafeAds, unittest.isTrue);
7714 unittest.expect(o.disableNewCookie, unittest.isTrue); 7714 unittest.expect(o.disableNewCookie, unittest.isTrue);
7715 checkLookbackConfiguration(o.lookbackConfiguration); 7715 checkLookbackConfiguration(o.lookbackConfiguration);
7716 checkTagSetting(o.tagSetting); 7716 checkTagSetting(o.tagSetting);
7717 unittest.expect(o.videoActiveViewOptOutTemplate, unittest.isTrue); 7717 unittest.expect(o.videoActiveViewOptOutTemplate, unittest.isTrue);
7718 unittest.expect(o.vpaidAdapterChoiceTemplate, unittest.equals('foo')); 7718 unittest.expect(o.vpaidAdapterChoiceTemplate, unittest.equals('foo'));
7719 } 7719 }
7720 buildCounterSiteSettings--; 7720 buildCounterSiteSettings--;
7721 } 7721 }
7722 7722
7723 buildUnnamed2354() { 7723 buildUnnamed2448() {
7724 var o = new core.List<api.Site>(); 7724 var o = new core.List<api.Site>();
7725 o.add(buildSite()); 7725 o.add(buildSite());
7726 o.add(buildSite()); 7726 o.add(buildSite());
7727 return o; 7727 return o;
7728 } 7728 }
7729 7729
7730 checkUnnamed2354(core.List<api.Site> o) { 7730 checkUnnamed2448(core.List<api.Site> o) {
7731 unittest.expect(o, unittest.hasLength(2)); 7731 unittest.expect(o, unittest.hasLength(2));
7732 checkSite(o[0]); 7732 checkSite(o[0]);
7733 checkSite(o[1]); 7733 checkSite(o[1]);
7734 } 7734 }
7735 7735
7736 core.int buildCounterSitesListResponse = 0; 7736 core.int buildCounterSitesListResponse = 0;
7737 buildSitesListResponse() { 7737 buildSitesListResponse() {
7738 var o = new api.SitesListResponse(); 7738 var o = new api.SitesListResponse();
7739 buildCounterSitesListResponse++; 7739 buildCounterSitesListResponse++;
7740 if (buildCounterSitesListResponse < 3) { 7740 if (buildCounterSitesListResponse < 3) {
7741 o.kind = "foo"; 7741 o.kind = "foo";
7742 o.nextPageToken = "foo"; 7742 o.nextPageToken = "foo";
7743 o.sites = buildUnnamed2354(); 7743 o.sites = buildUnnamed2448();
7744 } 7744 }
7745 buildCounterSitesListResponse--; 7745 buildCounterSitesListResponse--;
7746 return o; 7746 return o;
7747 } 7747 }
7748 7748
7749 checkSitesListResponse(api.SitesListResponse o) { 7749 checkSitesListResponse(api.SitesListResponse o) {
7750 buildCounterSitesListResponse++; 7750 buildCounterSitesListResponse++;
7751 if (buildCounterSitesListResponse < 3) { 7751 if (buildCounterSitesListResponse < 3) {
7752 unittest.expect(o.kind, unittest.equals('foo')); 7752 unittest.expect(o.kind, unittest.equals('foo'));
7753 unittest.expect(o.nextPageToken, unittest.equals('foo')); 7753 unittest.expect(o.nextPageToken, unittest.equals('foo'));
7754 checkUnnamed2354(o.sites); 7754 checkUnnamed2448(o.sites);
7755 } 7755 }
7756 buildCounterSitesListResponse--; 7756 buildCounterSitesListResponse--;
7757 } 7757 }
7758 7758
7759 core.int buildCounterSize = 0; 7759 core.int buildCounterSize = 0;
7760 buildSize() { 7760 buildSize() {
7761 var o = new api.Size(); 7761 var o = new api.Size();
7762 buildCounterSize++; 7762 buildCounterSize++;
7763 if (buildCounterSize < 3) { 7763 if (buildCounterSize < 3) {
7764 o.height = 42; 7764 o.height = 42;
(...skipping 11 matching lines...) Expand all
7776 if (buildCounterSize < 3) { 7776 if (buildCounterSize < 3) {
7777 unittest.expect(o.height, unittest.equals(42)); 7777 unittest.expect(o.height, unittest.equals(42));
7778 unittest.expect(o.iab, unittest.isTrue); 7778 unittest.expect(o.iab, unittest.isTrue);
7779 unittest.expect(o.id, unittest.equals('foo')); 7779 unittest.expect(o.id, unittest.equals('foo'));
7780 unittest.expect(o.kind, unittest.equals('foo')); 7780 unittest.expect(o.kind, unittest.equals('foo'));
7781 unittest.expect(o.width, unittest.equals(42)); 7781 unittest.expect(o.width, unittest.equals(42));
7782 } 7782 }
7783 buildCounterSize--; 7783 buildCounterSize--;
7784 } 7784 }
7785 7785
7786 buildUnnamed2355() { 7786 buildUnnamed2449() {
7787 var o = new core.List<api.Size>(); 7787 var o = new core.List<api.Size>();
7788 o.add(buildSize()); 7788 o.add(buildSize());
7789 o.add(buildSize()); 7789 o.add(buildSize());
7790 return o; 7790 return o;
7791 } 7791 }
7792 7792
7793 checkUnnamed2355(core.List<api.Size> o) { 7793 checkUnnamed2449(core.List<api.Size> o) {
7794 unittest.expect(o, unittest.hasLength(2)); 7794 unittest.expect(o, unittest.hasLength(2));
7795 checkSize(o[0]); 7795 checkSize(o[0]);
7796 checkSize(o[1]); 7796 checkSize(o[1]);
7797 } 7797 }
7798 7798
7799 core.int buildCounterSizesListResponse = 0; 7799 core.int buildCounterSizesListResponse = 0;
7800 buildSizesListResponse() { 7800 buildSizesListResponse() {
7801 var o = new api.SizesListResponse(); 7801 var o = new api.SizesListResponse();
7802 buildCounterSizesListResponse++; 7802 buildCounterSizesListResponse++;
7803 if (buildCounterSizesListResponse < 3) { 7803 if (buildCounterSizesListResponse < 3) {
7804 o.kind = "foo"; 7804 o.kind = "foo";
7805 o.sizes = buildUnnamed2355(); 7805 o.sizes = buildUnnamed2449();
7806 } 7806 }
7807 buildCounterSizesListResponse--; 7807 buildCounterSizesListResponse--;
7808 return o; 7808 return o;
7809 } 7809 }
7810 7810
7811 checkSizesListResponse(api.SizesListResponse o) { 7811 checkSizesListResponse(api.SizesListResponse o) {
7812 buildCounterSizesListResponse++; 7812 buildCounterSizesListResponse++;
7813 if (buildCounterSizesListResponse < 3) { 7813 if (buildCounterSizesListResponse < 3) {
7814 unittest.expect(o.kind, unittest.equals('foo')); 7814 unittest.expect(o.kind, unittest.equals('foo'));
7815 checkUnnamed2355(o.sizes); 7815 checkUnnamed2449(o.sizes);
7816 } 7816 }
7817 buildCounterSizesListResponse--; 7817 buildCounterSizesListResponse--;
7818 } 7818 }
7819 7819
7820 core.int buildCounterSkippableSetting = 0; 7820 core.int buildCounterSkippableSetting = 0;
7821 buildSkippableSetting() { 7821 buildSkippableSetting() {
7822 var o = new api.SkippableSetting(); 7822 var o = new api.SkippableSetting();
7823 buildCounterSkippableSetting++; 7823 buildCounterSkippableSetting++;
7824 if (buildCounterSkippableSetting < 3) { 7824 if (buildCounterSkippableSetting < 3) {
7825 o.kind = "foo"; 7825 o.kind = "foo";
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
7858 checkSortedDimension(api.SortedDimension o) { 7858 checkSortedDimension(api.SortedDimension o) {
7859 buildCounterSortedDimension++; 7859 buildCounterSortedDimension++;
7860 if (buildCounterSortedDimension < 3) { 7860 if (buildCounterSortedDimension < 3) {
7861 unittest.expect(o.kind, unittest.equals('foo')); 7861 unittest.expect(o.kind, unittest.equals('foo'));
7862 unittest.expect(o.name, unittest.equals('foo')); 7862 unittest.expect(o.name, unittest.equals('foo'));
7863 unittest.expect(o.sortOrder, unittest.equals('foo')); 7863 unittest.expect(o.sortOrder, unittest.equals('foo'));
7864 } 7864 }
7865 buildCounterSortedDimension--; 7865 buildCounterSortedDimension--;
7866 } 7866 }
7867 7867
7868 buildUnnamed2356() { 7868 buildUnnamed2450() {
7869 var o = new core.List<core.String>(); 7869 var o = new core.List<core.String>();
7870 o.add("foo"); 7870 o.add("foo");
7871 o.add("foo"); 7871 o.add("foo");
7872 return o; 7872 return o;
7873 } 7873 }
7874 7874
7875 checkUnnamed2356(core.List<core.String> o) { 7875 checkUnnamed2450(core.List<core.String> o) {
7876 unittest.expect(o, unittest.hasLength(2)); 7876 unittest.expect(o, unittest.hasLength(2));
7877 unittest.expect(o[0], unittest.equals('foo')); 7877 unittest.expect(o[0], unittest.equals('foo'));
7878 unittest.expect(o[1], unittest.equals('foo')); 7878 unittest.expect(o[1], unittest.equals('foo'));
7879 } 7879 }
7880 7880
7881 core.int buildCounterSubaccount = 0; 7881 core.int buildCounterSubaccount = 0;
7882 buildSubaccount() { 7882 buildSubaccount() {
7883 var o = new api.Subaccount(); 7883 var o = new api.Subaccount();
7884 buildCounterSubaccount++; 7884 buildCounterSubaccount++;
7885 if (buildCounterSubaccount < 3) { 7885 if (buildCounterSubaccount < 3) {
7886 o.accountId = "foo"; 7886 o.accountId = "foo";
7887 o.availablePermissionIds = buildUnnamed2356(); 7887 o.availablePermissionIds = buildUnnamed2450();
7888 o.id = "foo"; 7888 o.id = "foo";
7889 o.kind = "foo"; 7889 o.kind = "foo";
7890 o.name = "foo"; 7890 o.name = "foo";
7891 } 7891 }
7892 buildCounterSubaccount--; 7892 buildCounterSubaccount--;
7893 return o; 7893 return o;
7894 } 7894 }
7895 7895
7896 checkSubaccount(api.Subaccount o) { 7896 checkSubaccount(api.Subaccount o) {
7897 buildCounterSubaccount++; 7897 buildCounterSubaccount++;
7898 if (buildCounterSubaccount < 3) { 7898 if (buildCounterSubaccount < 3) {
7899 unittest.expect(o.accountId, unittest.equals('foo')); 7899 unittest.expect(o.accountId, unittest.equals('foo'));
7900 checkUnnamed2356(o.availablePermissionIds); 7900 checkUnnamed2450(o.availablePermissionIds);
7901 unittest.expect(o.id, unittest.equals('foo')); 7901 unittest.expect(o.id, unittest.equals('foo'));
7902 unittest.expect(o.kind, unittest.equals('foo')); 7902 unittest.expect(o.kind, unittest.equals('foo'));
7903 unittest.expect(o.name, unittest.equals('foo')); 7903 unittest.expect(o.name, unittest.equals('foo'));
7904 } 7904 }
7905 buildCounterSubaccount--; 7905 buildCounterSubaccount--;
7906 } 7906 }
7907 7907
7908 buildUnnamed2357() { 7908 buildUnnamed2451() {
7909 var o = new core.List<api.Subaccount>(); 7909 var o = new core.List<api.Subaccount>();
7910 o.add(buildSubaccount()); 7910 o.add(buildSubaccount());
7911 o.add(buildSubaccount()); 7911 o.add(buildSubaccount());
7912 return o; 7912 return o;
7913 } 7913 }
7914 7914
7915 checkUnnamed2357(core.List<api.Subaccount> o) { 7915 checkUnnamed2451(core.List<api.Subaccount> o) {
7916 unittest.expect(o, unittest.hasLength(2)); 7916 unittest.expect(o, unittest.hasLength(2));
7917 checkSubaccount(o[0]); 7917 checkSubaccount(o[0]);
7918 checkSubaccount(o[1]); 7918 checkSubaccount(o[1]);
7919 } 7919 }
7920 7920
7921 core.int buildCounterSubaccountsListResponse = 0; 7921 core.int buildCounterSubaccountsListResponse = 0;
7922 buildSubaccountsListResponse() { 7922 buildSubaccountsListResponse() {
7923 var o = new api.SubaccountsListResponse(); 7923 var o = new api.SubaccountsListResponse();
7924 buildCounterSubaccountsListResponse++; 7924 buildCounterSubaccountsListResponse++;
7925 if (buildCounterSubaccountsListResponse < 3) { 7925 if (buildCounterSubaccountsListResponse < 3) {
7926 o.kind = "foo"; 7926 o.kind = "foo";
7927 o.nextPageToken = "foo"; 7927 o.nextPageToken = "foo";
7928 o.subaccounts = buildUnnamed2357(); 7928 o.subaccounts = buildUnnamed2451();
7929 } 7929 }
7930 buildCounterSubaccountsListResponse--; 7930 buildCounterSubaccountsListResponse--;
7931 return o; 7931 return o;
7932 } 7932 }
7933 7933
7934 checkSubaccountsListResponse(api.SubaccountsListResponse o) { 7934 checkSubaccountsListResponse(api.SubaccountsListResponse o) {
7935 buildCounterSubaccountsListResponse++; 7935 buildCounterSubaccountsListResponse++;
7936 if (buildCounterSubaccountsListResponse < 3) { 7936 if (buildCounterSubaccountsListResponse < 3) {
7937 unittest.expect(o.kind, unittest.equals('foo')); 7937 unittest.expect(o.kind, unittest.equals('foo'));
7938 unittest.expect(o.nextPageToken, unittest.equals('foo')); 7938 unittest.expect(o.nextPageToken, unittest.equals('foo'));
7939 checkUnnamed2357(o.subaccounts); 7939 checkUnnamed2451(o.subaccounts);
7940 } 7940 }
7941 buildCounterSubaccountsListResponse--; 7941 buildCounterSubaccountsListResponse--;
7942 } 7942 }
7943 7943
7944 core.int buildCounterTagData = 0; 7944 core.int buildCounterTagData = 0;
7945 buildTagData() { 7945 buildTagData() {
7946 var o = new api.TagData(); 7946 var o = new api.TagData();
7947 buildCounterTagData++; 7947 buildCounterTagData++;
7948 if (buildCounterTagData < 3) { 7948 if (buildCounterTagData < 3) {
7949 o.adId = "foo"; 7949 o.adId = "foo";
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
8069 unittest.expect(o.kind, unittest.equals('foo')); 8069 unittest.expect(o.kind, unittest.equals('foo'));
8070 unittest.expect(o.lifeSpan, unittest.equals('foo')); 8070 unittest.expect(o.lifeSpan, unittest.equals('foo'));
8071 unittest.expect(o.listSize, unittest.equals('foo')); 8071 unittest.expect(o.listSize, unittest.equals('foo'));
8072 unittest.expect(o.listSource, unittest.equals('foo')); 8072 unittest.expect(o.listSource, unittest.equals('foo'));
8073 unittest.expect(o.name, unittest.equals('foo')); 8073 unittest.expect(o.name, unittest.equals('foo'));
8074 unittest.expect(o.subaccountId, unittest.equals('foo')); 8074 unittest.expect(o.subaccountId, unittest.equals('foo'));
8075 } 8075 }
8076 buildCounterTargetableRemarketingList--; 8076 buildCounterTargetableRemarketingList--;
8077 } 8077 }
8078 8078
8079 buildUnnamed2358() { 8079 buildUnnamed2452() {
8080 var o = new core.List<api.TargetableRemarketingList>(); 8080 var o = new core.List<api.TargetableRemarketingList>();
8081 o.add(buildTargetableRemarketingList()); 8081 o.add(buildTargetableRemarketingList());
8082 o.add(buildTargetableRemarketingList()); 8082 o.add(buildTargetableRemarketingList());
8083 return o; 8083 return o;
8084 } 8084 }
8085 8085
8086 checkUnnamed2358(core.List<api.TargetableRemarketingList> o) { 8086 checkUnnamed2452(core.List<api.TargetableRemarketingList> o) {
8087 unittest.expect(o, unittest.hasLength(2)); 8087 unittest.expect(o, unittest.hasLength(2));
8088 checkTargetableRemarketingList(o[0]); 8088 checkTargetableRemarketingList(o[0]);
8089 checkTargetableRemarketingList(o[1]); 8089 checkTargetableRemarketingList(o[1]);
8090 } 8090 }
8091 8091
8092 core.int buildCounterTargetableRemarketingListsListResponse = 0; 8092 core.int buildCounterTargetableRemarketingListsListResponse = 0;
8093 buildTargetableRemarketingListsListResponse() { 8093 buildTargetableRemarketingListsListResponse() {
8094 var o = new api.TargetableRemarketingListsListResponse(); 8094 var o = new api.TargetableRemarketingListsListResponse();
8095 buildCounterTargetableRemarketingListsListResponse++; 8095 buildCounterTargetableRemarketingListsListResponse++;
8096 if (buildCounterTargetableRemarketingListsListResponse < 3) { 8096 if (buildCounterTargetableRemarketingListsListResponse < 3) {
8097 o.kind = "foo"; 8097 o.kind = "foo";
8098 o.nextPageToken = "foo"; 8098 o.nextPageToken = "foo";
8099 o.targetableRemarketingLists = buildUnnamed2358(); 8099 o.targetableRemarketingLists = buildUnnamed2452();
8100 } 8100 }
8101 buildCounterTargetableRemarketingListsListResponse--; 8101 buildCounterTargetableRemarketingListsListResponse--;
8102 return o; 8102 return o;
8103 } 8103 }
8104 8104
8105 checkTargetableRemarketingListsListResponse(api.TargetableRemarketingListsListRe sponse o) { 8105 checkTargetableRemarketingListsListResponse(api.TargetableRemarketingListsListRe sponse o) {
8106 buildCounterTargetableRemarketingListsListResponse++; 8106 buildCounterTargetableRemarketingListsListResponse++;
8107 if (buildCounterTargetableRemarketingListsListResponse < 3) { 8107 if (buildCounterTargetableRemarketingListsListResponse < 3) {
8108 unittest.expect(o.kind, unittest.equals('foo')); 8108 unittest.expect(o.kind, unittest.equals('foo'));
8109 unittest.expect(o.nextPageToken, unittest.equals('foo')); 8109 unittest.expect(o.nextPageToken, unittest.equals('foo'));
8110 checkUnnamed2358(o.targetableRemarketingLists); 8110 checkUnnamed2452(o.targetableRemarketingLists);
8111 } 8111 }
8112 buildCounterTargetableRemarketingListsListResponse--; 8112 buildCounterTargetableRemarketingListsListResponse--;
8113 } 8113 }
8114 8114
8115 core.int buildCounterTargetingTemplate = 0; 8115 core.int buildCounterTargetingTemplate = 0;
8116 buildTargetingTemplate() { 8116 buildTargetingTemplate() {
8117 var o = new api.TargetingTemplate(); 8117 var o = new api.TargetingTemplate();
8118 buildCounterTargetingTemplate++; 8118 buildCounterTargetingTemplate++;
8119 if (buildCounterTargetingTemplate < 3) { 8119 if (buildCounterTargetingTemplate < 3) {
8120 o.accountId = "foo"; 8120 o.accountId = "foo";
(...skipping 27 matching lines...) Expand all
8148 unittest.expect(o.kind, unittest.equals('foo')); 8148 unittest.expect(o.kind, unittest.equals('foo'));
8149 checkLanguageTargeting(o.languageTargeting); 8149 checkLanguageTargeting(o.languageTargeting);
8150 checkListTargetingExpression(o.listTargetingExpression); 8150 checkListTargetingExpression(o.listTargetingExpression);
8151 unittest.expect(o.name, unittest.equals('foo')); 8151 unittest.expect(o.name, unittest.equals('foo'));
8152 unittest.expect(o.subaccountId, unittest.equals('foo')); 8152 unittest.expect(o.subaccountId, unittest.equals('foo'));
8153 checkTechnologyTargeting(o.technologyTargeting); 8153 checkTechnologyTargeting(o.technologyTargeting);
8154 } 8154 }
8155 buildCounterTargetingTemplate--; 8155 buildCounterTargetingTemplate--;
8156 } 8156 }
8157 8157
8158 buildUnnamed2359() { 8158 buildUnnamed2453() {
8159 var o = new core.List<api.TargetingTemplate>(); 8159 var o = new core.List<api.TargetingTemplate>();
8160 o.add(buildTargetingTemplate()); 8160 o.add(buildTargetingTemplate());
8161 o.add(buildTargetingTemplate()); 8161 o.add(buildTargetingTemplate());
8162 return o; 8162 return o;
8163 } 8163 }
8164 8164
8165 checkUnnamed2359(core.List<api.TargetingTemplate> o) { 8165 checkUnnamed2453(core.List<api.TargetingTemplate> o) {
8166 unittest.expect(o, unittest.hasLength(2)); 8166 unittest.expect(o, unittest.hasLength(2));
8167 checkTargetingTemplate(o[0]); 8167 checkTargetingTemplate(o[0]);
8168 checkTargetingTemplate(o[1]); 8168 checkTargetingTemplate(o[1]);
8169 } 8169 }
8170 8170
8171 core.int buildCounterTargetingTemplatesListResponse = 0; 8171 core.int buildCounterTargetingTemplatesListResponse = 0;
8172 buildTargetingTemplatesListResponse() { 8172 buildTargetingTemplatesListResponse() {
8173 var o = new api.TargetingTemplatesListResponse(); 8173 var o = new api.TargetingTemplatesListResponse();
8174 buildCounterTargetingTemplatesListResponse++; 8174 buildCounterTargetingTemplatesListResponse++;
8175 if (buildCounterTargetingTemplatesListResponse < 3) { 8175 if (buildCounterTargetingTemplatesListResponse < 3) {
8176 o.kind = "foo"; 8176 o.kind = "foo";
8177 o.nextPageToken = "foo"; 8177 o.nextPageToken = "foo";
8178 o.targetingTemplates = buildUnnamed2359(); 8178 o.targetingTemplates = buildUnnamed2453();
8179 } 8179 }
8180 buildCounterTargetingTemplatesListResponse--; 8180 buildCounterTargetingTemplatesListResponse--;
8181 return o; 8181 return o;
8182 } 8182 }
8183 8183
8184 checkTargetingTemplatesListResponse(api.TargetingTemplatesListResponse o) { 8184 checkTargetingTemplatesListResponse(api.TargetingTemplatesListResponse o) {
8185 buildCounterTargetingTemplatesListResponse++; 8185 buildCounterTargetingTemplatesListResponse++;
8186 if (buildCounterTargetingTemplatesListResponse < 3) { 8186 if (buildCounterTargetingTemplatesListResponse < 3) {
8187 unittest.expect(o.kind, unittest.equals('foo')); 8187 unittest.expect(o.kind, unittest.equals('foo'));
8188 unittest.expect(o.nextPageToken, unittest.equals('foo')); 8188 unittest.expect(o.nextPageToken, unittest.equals('foo'));
8189 checkUnnamed2359(o.targetingTemplates); 8189 checkUnnamed2453(o.targetingTemplates);
8190 } 8190 }
8191 buildCounterTargetingTemplatesListResponse--; 8191 buildCounterTargetingTemplatesListResponse--;
8192 } 8192 }
8193 8193
8194 buildUnnamed2360() { 8194 buildUnnamed2454() {
8195 var o = new core.List<api.Browser>(); 8195 var o = new core.List<api.Browser>();
8196 o.add(buildBrowser()); 8196 o.add(buildBrowser());
8197 o.add(buildBrowser()); 8197 o.add(buildBrowser());
8198 return o; 8198 return o;
8199 } 8199 }
8200 8200
8201 checkUnnamed2360(core.List<api.Browser> o) { 8201 checkUnnamed2454(core.List<api.Browser> o) {
8202 unittest.expect(o, unittest.hasLength(2)); 8202 unittest.expect(o, unittest.hasLength(2));
8203 checkBrowser(o[0]); 8203 checkBrowser(o[0]);
8204 checkBrowser(o[1]); 8204 checkBrowser(o[1]);
8205 } 8205 }
8206 8206
8207 buildUnnamed2361() { 8207 buildUnnamed2455() {
8208 var o = new core.List<api.ConnectionType>(); 8208 var o = new core.List<api.ConnectionType>();
8209 o.add(buildConnectionType()); 8209 o.add(buildConnectionType());
8210 o.add(buildConnectionType()); 8210 o.add(buildConnectionType());
8211 return o; 8211 return o;
8212 } 8212 }
8213 8213
8214 checkUnnamed2361(core.List<api.ConnectionType> o) { 8214 checkUnnamed2455(core.List<api.ConnectionType> o) {
8215 unittest.expect(o, unittest.hasLength(2)); 8215 unittest.expect(o, unittest.hasLength(2));
8216 checkConnectionType(o[0]); 8216 checkConnectionType(o[0]);
8217 checkConnectionType(o[1]); 8217 checkConnectionType(o[1]);
8218 } 8218 }
8219 8219
8220 buildUnnamed2362() { 8220 buildUnnamed2456() {
8221 var o = new core.List<api.MobileCarrier>(); 8221 var o = new core.List<api.MobileCarrier>();
8222 o.add(buildMobileCarrier()); 8222 o.add(buildMobileCarrier());
8223 o.add(buildMobileCarrier()); 8223 o.add(buildMobileCarrier());
8224 return o; 8224 return o;
8225 } 8225 }
8226 8226
8227 checkUnnamed2362(core.List<api.MobileCarrier> o) { 8227 checkUnnamed2456(core.List<api.MobileCarrier> o) {
8228 unittest.expect(o, unittest.hasLength(2)); 8228 unittest.expect(o, unittest.hasLength(2));
8229 checkMobileCarrier(o[0]); 8229 checkMobileCarrier(o[0]);
8230 checkMobileCarrier(o[1]); 8230 checkMobileCarrier(o[1]);
8231 } 8231 }
8232 8232
8233 buildUnnamed2363() { 8233 buildUnnamed2457() {
8234 var o = new core.List<api.OperatingSystemVersion>(); 8234 var o = new core.List<api.OperatingSystemVersion>();
8235 o.add(buildOperatingSystemVersion()); 8235 o.add(buildOperatingSystemVersion());
8236 o.add(buildOperatingSystemVersion()); 8236 o.add(buildOperatingSystemVersion());
8237 return o; 8237 return o;
8238 } 8238 }
8239 8239
8240 checkUnnamed2363(core.List<api.OperatingSystemVersion> o) { 8240 checkUnnamed2457(core.List<api.OperatingSystemVersion> o) {
8241 unittest.expect(o, unittest.hasLength(2)); 8241 unittest.expect(o, unittest.hasLength(2));
8242 checkOperatingSystemVersion(o[0]); 8242 checkOperatingSystemVersion(o[0]);
8243 checkOperatingSystemVersion(o[1]); 8243 checkOperatingSystemVersion(o[1]);
8244 } 8244 }
8245 8245
8246 buildUnnamed2364() { 8246 buildUnnamed2458() {
8247 var o = new core.List<api.OperatingSystem>(); 8247 var o = new core.List<api.OperatingSystem>();
8248 o.add(buildOperatingSystem()); 8248 o.add(buildOperatingSystem());
8249 o.add(buildOperatingSystem()); 8249 o.add(buildOperatingSystem());
8250 return o; 8250 return o;
8251 } 8251 }
8252 8252
8253 checkUnnamed2364(core.List<api.OperatingSystem> o) { 8253 checkUnnamed2458(core.List<api.OperatingSystem> o) {
8254 unittest.expect(o, unittest.hasLength(2)); 8254 unittest.expect(o, unittest.hasLength(2));
8255 checkOperatingSystem(o[0]); 8255 checkOperatingSystem(o[0]);
8256 checkOperatingSystem(o[1]); 8256 checkOperatingSystem(o[1]);
8257 } 8257 }
8258 8258
8259 buildUnnamed2365() { 8259 buildUnnamed2459() {
8260 var o = new core.List<api.PlatformType>(); 8260 var o = new core.List<api.PlatformType>();
8261 o.add(buildPlatformType()); 8261 o.add(buildPlatformType());
8262 o.add(buildPlatformType()); 8262 o.add(buildPlatformType());
8263 return o; 8263 return o;
8264 } 8264 }
8265 8265
8266 checkUnnamed2365(core.List<api.PlatformType> o) { 8266 checkUnnamed2459(core.List<api.PlatformType> o) {
8267 unittest.expect(o, unittest.hasLength(2)); 8267 unittest.expect(o, unittest.hasLength(2));
8268 checkPlatformType(o[0]); 8268 checkPlatformType(o[0]);
8269 checkPlatformType(o[1]); 8269 checkPlatformType(o[1]);
8270 } 8270 }
8271 8271
8272 core.int buildCounterTechnologyTargeting = 0; 8272 core.int buildCounterTechnologyTargeting = 0;
8273 buildTechnologyTargeting() { 8273 buildTechnologyTargeting() {
8274 var o = new api.TechnologyTargeting(); 8274 var o = new api.TechnologyTargeting();
8275 buildCounterTechnologyTargeting++; 8275 buildCounterTechnologyTargeting++;
8276 if (buildCounterTechnologyTargeting < 3) { 8276 if (buildCounterTechnologyTargeting < 3) {
8277 o.browsers = buildUnnamed2360(); 8277 o.browsers = buildUnnamed2454();
8278 o.connectionTypes = buildUnnamed2361(); 8278 o.connectionTypes = buildUnnamed2455();
8279 o.mobileCarriers = buildUnnamed2362(); 8279 o.mobileCarriers = buildUnnamed2456();
8280 o.operatingSystemVersions = buildUnnamed2363(); 8280 o.operatingSystemVersions = buildUnnamed2457();
8281 o.operatingSystems = buildUnnamed2364(); 8281 o.operatingSystems = buildUnnamed2458();
8282 o.platformTypes = buildUnnamed2365(); 8282 o.platformTypes = buildUnnamed2459();
8283 } 8283 }
8284 buildCounterTechnologyTargeting--; 8284 buildCounterTechnologyTargeting--;
8285 return o; 8285 return o;
8286 } 8286 }
8287 8287
8288 checkTechnologyTargeting(api.TechnologyTargeting o) { 8288 checkTechnologyTargeting(api.TechnologyTargeting o) {
8289 buildCounterTechnologyTargeting++; 8289 buildCounterTechnologyTargeting++;
8290 if (buildCounterTechnologyTargeting < 3) { 8290 if (buildCounterTechnologyTargeting < 3) {
8291 checkUnnamed2360(o.browsers); 8291 checkUnnamed2454(o.browsers);
8292 checkUnnamed2361(o.connectionTypes); 8292 checkUnnamed2455(o.connectionTypes);
8293 checkUnnamed2362(o.mobileCarriers); 8293 checkUnnamed2456(o.mobileCarriers);
8294 checkUnnamed2363(o.operatingSystemVersions); 8294 checkUnnamed2457(o.operatingSystemVersions);
8295 checkUnnamed2364(o.operatingSystems); 8295 checkUnnamed2458(o.operatingSystems);
8296 checkUnnamed2365(o.platformTypes); 8296 checkUnnamed2459(o.platformTypes);
8297 } 8297 }
8298 buildCounterTechnologyTargeting--; 8298 buildCounterTechnologyTargeting--;
8299 } 8299 }
8300 8300
8301 core.int buildCounterThirdPartyAuthenticationToken = 0; 8301 core.int buildCounterThirdPartyAuthenticationToken = 0;
8302 buildThirdPartyAuthenticationToken() { 8302 buildThirdPartyAuthenticationToken() {
8303 var o = new api.ThirdPartyAuthenticationToken(); 8303 var o = new api.ThirdPartyAuthenticationToken();
8304 buildCounterThirdPartyAuthenticationToken++; 8304 buildCounterThirdPartyAuthenticationToken++;
8305 if (buildCounterThirdPartyAuthenticationToken < 3) { 8305 if (buildCounterThirdPartyAuthenticationToken < 3) {
8306 o.name = "foo"; 8306 o.name = "foo";
(...skipping 26 matching lines...) Expand all
8333 8333
8334 checkThirdPartyTrackingUrl(api.ThirdPartyTrackingUrl o) { 8334 checkThirdPartyTrackingUrl(api.ThirdPartyTrackingUrl o) {
8335 buildCounterThirdPartyTrackingUrl++; 8335 buildCounterThirdPartyTrackingUrl++;
8336 if (buildCounterThirdPartyTrackingUrl < 3) { 8336 if (buildCounterThirdPartyTrackingUrl < 3) {
8337 unittest.expect(o.thirdPartyUrlType, unittest.equals('foo')); 8337 unittest.expect(o.thirdPartyUrlType, unittest.equals('foo'));
8338 unittest.expect(o.url, unittest.equals('foo')); 8338 unittest.expect(o.url, unittest.equals('foo'));
8339 } 8339 }
8340 buildCounterThirdPartyTrackingUrl--; 8340 buildCounterThirdPartyTrackingUrl--;
8341 } 8341 }
8342 8342
8343 buildUnnamed2366() { 8343 buildUnnamed2460() {
8344 var o = new core.List<core.int>(); 8344 var o = new core.List<core.int>();
8345 o.add(42); 8345 o.add(42);
8346 o.add(42); 8346 o.add(42);
8347 return o; 8347 return o;
8348 } 8348 }
8349 8349
8350 checkUnnamed2366(core.List<core.int> o) { 8350 checkUnnamed2460(core.List<core.int> o) {
8351 unittest.expect(o, unittest.hasLength(2)); 8351 unittest.expect(o, unittest.hasLength(2));
8352 unittest.expect(o[0], unittest.equals(42)); 8352 unittest.expect(o[0], unittest.equals(42));
8353 unittest.expect(o[1], unittest.equals(42)); 8353 unittest.expect(o[1], unittest.equals(42));
8354 } 8354 }
8355 8355
8356 core.int buildCounterTranscodeSetting = 0; 8356 core.int buildCounterTranscodeSetting = 0;
8357 buildTranscodeSetting() { 8357 buildTranscodeSetting() {
8358 var o = new api.TranscodeSetting(); 8358 var o = new api.TranscodeSetting();
8359 buildCounterTranscodeSetting++; 8359 buildCounterTranscodeSetting++;
8360 if (buildCounterTranscodeSetting < 3) { 8360 if (buildCounterTranscodeSetting < 3) {
8361 o.enabledVideoFormats = buildUnnamed2366(); 8361 o.enabledVideoFormats = buildUnnamed2460();
8362 o.kind = "foo"; 8362 o.kind = "foo";
8363 } 8363 }
8364 buildCounterTranscodeSetting--; 8364 buildCounterTranscodeSetting--;
8365 return o; 8365 return o;
8366 } 8366 }
8367 8367
8368 checkTranscodeSetting(api.TranscodeSetting o) { 8368 checkTranscodeSetting(api.TranscodeSetting o) {
8369 buildCounterTranscodeSetting++; 8369 buildCounterTranscodeSetting++;
8370 if (buildCounterTranscodeSetting < 3) { 8370 if (buildCounterTranscodeSetting < 3) {
8371 checkUnnamed2366(o.enabledVideoFormats); 8371 checkUnnamed2460(o.enabledVideoFormats);
8372 unittest.expect(o.kind, unittest.equals('foo')); 8372 unittest.expect(o.kind, unittest.equals('foo'));
8373 } 8373 }
8374 buildCounterTranscodeSetting--; 8374 buildCounterTranscodeSetting--;
8375 } 8375 }
8376 8376
8377 core.int buildCounterUserDefinedVariableConfiguration = 0; 8377 core.int buildCounterUserDefinedVariableConfiguration = 0;
8378 buildUserDefinedVariableConfiguration() { 8378 buildUserDefinedVariableConfiguration() {
8379 var o = new api.UserDefinedVariableConfiguration(); 8379 var o = new api.UserDefinedVariableConfiguration();
8380 buildCounterUserDefinedVariableConfiguration++; 8380 buildCounterUserDefinedVariableConfiguration++;
8381 if (buildCounterUserDefinedVariableConfiguration < 3) { 8381 if (buildCounterUserDefinedVariableConfiguration < 3) {
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
8423 unittest.expect(o.etag, unittest.equals('foo')); 8423 unittest.expect(o.etag, unittest.equals('foo'));
8424 unittest.expect(o.kind, unittest.equals('foo')); 8424 unittest.expect(o.kind, unittest.equals('foo'));
8425 unittest.expect(o.profileId, unittest.equals('foo')); 8425 unittest.expect(o.profileId, unittest.equals('foo'));
8426 unittest.expect(o.subAccountId, unittest.equals('foo')); 8426 unittest.expect(o.subAccountId, unittest.equals('foo'));
8427 unittest.expect(o.subAccountName, unittest.equals('foo')); 8427 unittest.expect(o.subAccountName, unittest.equals('foo'));
8428 unittest.expect(o.userName, unittest.equals('foo')); 8428 unittest.expect(o.userName, unittest.equals('foo'));
8429 } 8429 }
8430 buildCounterUserProfile--; 8430 buildCounterUserProfile--;
8431 } 8431 }
8432 8432
8433 buildUnnamed2367() { 8433 buildUnnamed2461() {
8434 var o = new core.List<api.UserProfile>(); 8434 var o = new core.List<api.UserProfile>();
8435 o.add(buildUserProfile()); 8435 o.add(buildUserProfile());
8436 o.add(buildUserProfile()); 8436 o.add(buildUserProfile());
8437 return o; 8437 return o;
8438 } 8438 }
8439 8439
8440 checkUnnamed2367(core.List<api.UserProfile> o) { 8440 checkUnnamed2461(core.List<api.UserProfile> o) {
8441 unittest.expect(o, unittest.hasLength(2)); 8441 unittest.expect(o, unittest.hasLength(2));
8442 checkUserProfile(o[0]); 8442 checkUserProfile(o[0]);
8443 checkUserProfile(o[1]); 8443 checkUserProfile(o[1]);
8444 } 8444 }
8445 8445
8446 core.int buildCounterUserProfileList = 0; 8446 core.int buildCounterUserProfileList = 0;
8447 buildUserProfileList() { 8447 buildUserProfileList() {
8448 var o = new api.UserProfileList(); 8448 var o = new api.UserProfileList();
8449 buildCounterUserProfileList++; 8449 buildCounterUserProfileList++;
8450 if (buildCounterUserProfileList < 3) { 8450 if (buildCounterUserProfileList < 3) {
8451 o.etag = "foo"; 8451 o.etag = "foo";
8452 o.items = buildUnnamed2367(); 8452 o.items = buildUnnamed2461();
8453 o.kind = "foo"; 8453 o.kind = "foo";
8454 } 8454 }
8455 buildCounterUserProfileList--; 8455 buildCounterUserProfileList--;
8456 return o; 8456 return o;
8457 } 8457 }
8458 8458
8459 checkUserProfileList(api.UserProfileList o) { 8459 checkUserProfileList(api.UserProfileList o) {
8460 buildCounterUserProfileList++; 8460 buildCounterUserProfileList++;
8461 if (buildCounterUserProfileList < 3) { 8461 if (buildCounterUserProfileList < 3) {
8462 unittest.expect(o.etag, unittest.equals('foo')); 8462 unittest.expect(o.etag, unittest.equals('foo'));
8463 checkUnnamed2367(o.items); 8463 checkUnnamed2461(o.items);
8464 unittest.expect(o.kind, unittest.equals('foo')); 8464 unittest.expect(o.kind, unittest.equals('foo'));
8465 } 8465 }
8466 buildCounterUserProfileList--; 8466 buildCounterUserProfileList--;
8467 } 8467 }
8468 8468
8469 buildUnnamed2368() { 8469 buildUnnamed2462() {
8470 var o = new core.List<api.UserRolePermission>(); 8470 var o = new core.List<api.UserRolePermission>();
8471 o.add(buildUserRolePermission()); 8471 o.add(buildUserRolePermission());
8472 o.add(buildUserRolePermission()); 8472 o.add(buildUserRolePermission());
8473 return o; 8473 return o;
8474 } 8474 }
8475 8475
8476 checkUnnamed2368(core.List<api.UserRolePermission> o) { 8476 checkUnnamed2462(core.List<api.UserRolePermission> o) {
8477 unittest.expect(o, unittest.hasLength(2)); 8477 unittest.expect(o, unittest.hasLength(2));
8478 checkUserRolePermission(o[0]); 8478 checkUserRolePermission(o[0]);
8479 checkUserRolePermission(o[1]); 8479 checkUserRolePermission(o[1]);
8480 } 8480 }
8481 8481
8482 core.int buildCounterUserRole = 0; 8482 core.int buildCounterUserRole = 0;
8483 buildUserRole() { 8483 buildUserRole() {
8484 var o = new api.UserRole(); 8484 var o = new api.UserRole();
8485 buildCounterUserRole++; 8485 buildCounterUserRole++;
8486 if (buildCounterUserRole < 3) { 8486 if (buildCounterUserRole < 3) {
8487 o.accountId = "foo"; 8487 o.accountId = "foo";
8488 o.defaultUserRole = true; 8488 o.defaultUserRole = true;
8489 o.id = "foo"; 8489 o.id = "foo";
8490 o.kind = "foo"; 8490 o.kind = "foo";
8491 o.name = "foo"; 8491 o.name = "foo";
8492 o.parentUserRoleId = "foo"; 8492 o.parentUserRoleId = "foo";
8493 o.permissions = buildUnnamed2368(); 8493 o.permissions = buildUnnamed2462();
8494 o.subaccountId = "foo"; 8494 o.subaccountId = "foo";
8495 } 8495 }
8496 buildCounterUserRole--; 8496 buildCounterUserRole--;
8497 return o; 8497 return o;
8498 } 8498 }
8499 8499
8500 checkUserRole(api.UserRole o) { 8500 checkUserRole(api.UserRole o) {
8501 buildCounterUserRole++; 8501 buildCounterUserRole++;
8502 if (buildCounterUserRole < 3) { 8502 if (buildCounterUserRole < 3) {
8503 unittest.expect(o.accountId, unittest.equals('foo')); 8503 unittest.expect(o.accountId, unittest.equals('foo'));
8504 unittest.expect(o.defaultUserRole, unittest.isTrue); 8504 unittest.expect(o.defaultUserRole, unittest.isTrue);
8505 unittest.expect(o.id, unittest.equals('foo')); 8505 unittest.expect(o.id, unittest.equals('foo'));
8506 unittest.expect(o.kind, unittest.equals('foo')); 8506 unittest.expect(o.kind, unittest.equals('foo'));
8507 unittest.expect(o.name, unittest.equals('foo')); 8507 unittest.expect(o.name, unittest.equals('foo'));
8508 unittest.expect(o.parentUserRoleId, unittest.equals('foo')); 8508 unittest.expect(o.parentUserRoleId, unittest.equals('foo'));
8509 checkUnnamed2368(o.permissions); 8509 checkUnnamed2462(o.permissions);
8510 unittest.expect(o.subaccountId, unittest.equals('foo')); 8510 unittest.expect(o.subaccountId, unittest.equals('foo'));
8511 } 8511 }
8512 buildCounterUserRole--; 8512 buildCounterUserRole--;
8513 } 8513 }
8514 8514
8515 core.int buildCounterUserRolePermission = 0; 8515 core.int buildCounterUserRolePermission = 0;
8516 buildUserRolePermission() { 8516 buildUserRolePermission() {
8517 var o = new api.UserRolePermission(); 8517 var o = new api.UserRolePermission();
8518 buildCounterUserRolePermission++; 8518 buildCounterUserRolePermission++;
8519 if (buildCounterUserRolePermission < 3) { 8519 if (buildCounterUserRolePermission < 3) {
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
8555 checkUserRolePermissionGroup(api.UserRolePermissionGroup o) { 8555 checkUserRolePermissionGroup(api.UserRolePermissionGroup o) {
8556 buildCounterUserRolePermissionGroup++; 8556 buildCounterUserRolePermissionGroup++;
8557 if (buildCounterUserRolePermissionGroup < 3) { 8557 if (buildCounterUserRolePermissionGroup < 3) {
8558 unittest.expect(o.id, unittest.equals('foo')); 8558 unittest.expect(o.id, unittest.equals('foo'));
8559 unittest.expect(o.kind, unittest.equals('foo')); 8559 unittest.expect(o.kind, unittest.equals('foo'));
8560 unittest.expect(o.name, unittest.equals('foo')); 8560 unittest.expect(o.name, unittest.equals('foo'));
8561 } 8561 }
8562 buildCounterUserRolePermissionGroup--; 8562 buildCounterUserRolePermissionGroup--;
8563 } 8563 }
8564 8564
8565 buildUnnamed2369() { 8565 buildUnnamed2463() {
8566 var o = new core.List<api.UserRolePermissionGroup>(); 8566 var o = new core.List<api.UserRolePermissionGroup>();
8567 o.add(buildUserRolePermissionGroup()); 8567 o.add(buildUserRolePermissionGroup());
8568 o.add(buildUserRolePermissionGroup()); 8568 o.add(buildUserRolePermissionGroup());
8569 return o; 8569 return o;
8570 } 8570 }
8571 8571
8572 checkUnnamed2369(core.List<api.UserRolePermissionGroup> o) { 8572 checkUnnamed2463(core.List<api.UserRolePermissionGroup> o) {
8573 unittest.expect(o, unittest.hasLength(2)); 8573 unittest.expect(o, unittest.hasLength(2));
8574 checkUserRolePermissionGroup(o[0]); 8574 checkUserRolePermissionGroup(o[0]);
8575 checkUserRolePermissionGroup(o[1]); 8575 checkUserRolePermissionGroup(o[1]);
8576 } 8576 }
8577 8577
8578 core.int buildCounterUserRolePermissionGroupsListResponse = 0; 8578 core.int buildCounterUserRolePermissionGroupsListResponse = 0;
8579 buildUserRolePermissionGroupsListResponse() { 8579 buildUserRolePermissionGroupsListResponse() {
8580 var o = new api.UserRolePermissionGroupsListResponse(); 8580 var o = new api.UserRolePermissionGroupsListResponse();
8581 buildCounterUserRolePermissionGroupsListResponse++; 8581 buildCounterUserRolePermissionGroupsListResponse++;
8582 if (buildCounterUserRolePermissionGroupsListResponse < 3) { 8582 if (buildCounterUserRolePermissionGroupsListResponse < 3) {
8583 o.kind = "foo"; 8583 o.kind = "foo";
8584 o.userRolePermissionGroups = buildUnnamed2369(); 8584 o.userRolePermissionGroups = buildUnnamed2463();
8585 } 8585 }
8586 buildCounterUserRolePermissionGroupsListResponse--; 8586 buildCounterUserRolePermissionGroupsListResponse--;
8587 return o; 8587 return o;
8588 } 8588 }
8589 8589
8590 checkUserRolePermissionGroupsListResponse(api.UserRolePermissionGroupsListRespon se o) { 8590 checkUserRolePermissionGroupsListResponse(api.UserRolePermissionGroupsListRespon se o) {
8591 buildCounterUserRolePermissionGroupsListResponse++; 8591 buildCounterUserRolePermissionGroupsListResponse++;
8592 if (buildCounterUserRolePermissionGroupsListResponse < 3) { 8592 if (buildCounterUserRolePermissionGroupsListResponse < 3) {
8593 unittest.expect(o.kind, unittest.equals('foo')); 8593 unittest.expect(o.kind, unittest.equals('foo'));
8594 checkUnnamed2369(o.userRolePermissionGroups); 8594 checkUnnamed2463(o.userRolePermissionGroups);
8595 } 8595 }
8596 buildCounterUserRolePermissionGroupsListResponse--; 8596 buildCounterUserRolePermissionGroupsListResponse--;
8597 } 8597 }
8598 8598
8599 buildUnnamed2370() { 8599 buildUnnamed2464() {
8600 var o = new core.List<api.UserRolePermission>(); 8600 var o = new core.List<api.UserRolePermission>();
8601 o.add(buildUserRolePermission()); 8601 o.add(buildUserRolePermission());
8602 o.add(buildUserRolePermission()); 8602 o.add(buildUserRolePermission());
8603 return o; 8603 return o;
8604 } 8604 }
8605 8605
8606 checkUnnamed2370(core.List<api.UserRolePermission> o) { 8606 checkUnnamed2464(core.List<api.UserRolePermission> o) {
8607 unittest.expect(o, unittest.hasLength(2)); 8607 unittest.expect(o, unittest.hasLength(2));
8608 checkUserRolePermission(o[0]); 8608 checkUserRolePermission(o[0]);
8609 checkUserRolePermission(o[1]); 8609 checkUserRolePermission(o[1]);
8610 } 8610 }
8611 8611
8612 core.int buildCounterUserRolePermissionsListResponse = 0; 8612 core.int buildCounterUserRolePermissionsListResponse = 0;
8613 buildUserRolePermissionsListResponse() { 8613 buildUserRolePermissionsListResponse() {
8614 var o = new api.UserRolePermissionsListResponse(); 8614 var o = new api.UserRolePermissionsListResponse();
8615 buildCounterUserRolePermissionsListResponse++; 8615 buildCounterUserRolePermissionsListResponse++;
8616 if (buildCounterUserRolePermissionsListResponse < 3) { 8616 if (buildCounterUserRolePermissionsListResponse < 3) {
8617 o.kind = "foo"; 8617 o.kind = "foo";
8618 o.userRolePermissions = buildUnnamed2370(); 8618 o.userRolePermissions = buildUnnamed2464();
8619 } 8619 }
8620 buildCounterUserRolePermissionsListResponse--; 8620 buildCounterUserRolePermissionsListResponse--;
8621 return o; 8621 return o;
8622 } 8622 }
8623 8623
8624 checkUserRolePermissionsListResponse(api.UserRolePermissionsListResponse o) { 8624 checkUserRolePermissionsListResponse(api.UserRolePermissionsListResponse o) {
8625 buildCounterUserRolePermissionsListResponse++; 8625 buildCounterUserRolePermissionsListResponse++;
8626 if (buildCounterUserRolePermissionsListResponse < 3) { 8626 if (buildCounterUserRolePermissionsListResponse < 3) {
8627 unittest.expect(o.kind, unittest.equals('foo')); 8627 unittest.expect(o.kind, unittest.equals('foo'));
8628 checkUnnamed2370(o.userRolePermissions); 8628 checkUnnamed2464(o.userRolePermissions);
8629 } 8629 }
8630 buildCounterUserRolePermissionsListResponse--; 8630 buildCounterUserRolePermissionsListResponse--;
8631 } 8631 }
8632 8632
8633 buildUnnamed2371() { 8633 buildUnnamed2465() {
8634 var o = new core.List<api.UserRole>(); 8634 var o = new core.List<api.UserRole>();
8635 o.add(buildUserRole()); 8635 o.add(buildUserRole());
8636 o.add(buildUserRole()); 8636 o.add(buildUserRole());
8637 return o; 8637 return o;
8638 } 8638 }
8639 8639
8640 checkUnnamed2371(core.List<api.UserRole> o) { 8640 checkUnnamed2465(core.List<api.UserRole> o) {
8641 unittest.expect(o, unittest.hasLength(2)); 8641 unittest.expect(o, unittest.hasLength(2));
8642 checkUserRole(o[0]); 8642 checkUserRole(o[0]);
8643 checkUserRole(o[1]); 8643 checkUserRole(o[1]);
8644 } 8644 }
8645 8645
8646 core.int buildCounterUserRolesListResponse = 0; 8646 core.int buildCounterUserRolesListResponse = 0;
8647 buildUserRolesListResponse() { 8647 buildUserRolesListResponse() {
8648 var o = new api.UserRolesListResponse(); 8648 var o = new api.UserRolesListResponse();
8649 buildCounterUserRolesListResponse++; 8649 buildCounterUserRolesListResponse++;
8650 if (buildCounterUserRolesListResponse < 3) { 8650 if (buildCounterUserRolesListResponse < 3) {
8651 o.kind = "foo"; 8651 o.kind = "foo";
8652 o.nextPageToken = "foo"; 8652 o.nextPageToken = "foo";
8653 o.userRoles = buildUnnamed2371(); 8653 o.userRoles = buildUnnamed2465();
8654 } 8654 }
8655 buildCounterUserRolesListResponse--; 8655 buildCounterUserRolesListResponse--;
8656 return o; 8656 return o;
8657 } 8657 }
8658 8658
8659 checkUserRolesListResponse(api.UserRolesListResponse o) { 8659 checkUserRolesListResponse(api.UserRolesListResponse o) {
8660 buildCounterUserRolesListResponse++; 8660 buildCounterUserRolesListResponse++;
8661 if (buildCounterUserRolesListResponse < 3) { 8661 if (buildCounterUserRolesListResponse < 3) {
8662 unittest.expect(o.kind, unittest.equals('foo')); 8662 unittest.expect(o.kind, unittest.equals('foo'));
8663 unittest.expect(o.nextPageToken, unittest.equals('foo')); 8663 unittest.expect(o.nextPageToken, unittest.equals('foo'));
8664 checkUnnamed2371(o.userRoles); 8664 checkUnnamed2465(o.userRoles);
8665 } 8665 }
8666 buildCounterUserRolesListResponse--; 8666 buildCounterUserRolesListResponse--;
8667 } 8667 }
8668 8668
8669 core.int buildCounterVideoFormat = 0; 8669 core.int buildCounterVideoFormat = 0;
8670 buildVideoFormat() { 8670 buildVideoFormat() {
8671 var o = new api.VideoFormat(); 8671 var o = new api.VideoFormat();
8672 buildCounterVideoFormat++; 8672 buildCounterVideoFormat++;
8673 if (buildCounterVideoFormat < 3) { 8673 if (buildCounterVideoFormat < 3) {
8674 o.fileType = "foo"; 8674 o.fileType = "foo";
(...skipping 11 matching lines...) Expand all
8686 if (buildCounterVideoFormat < 3) { 8686 if (buildCounterVideoFormat < 3) {
8687 unittest.expect(o.fileType, unittest.equals('foo')); 8687 unittest.expect(o.fileType, unittest.equals('foo'));
8688 unittest.expect(o.id, unittest.equals(42)); 8688 unittest.expect(o.id, unittest.equals(42));
8689 unittest.expect(o.kind, unittest.equals('foo')); 8689 unittest.expect(o.kind, unittest.equals('foo'));
8690 checkSize(o.resolution); 8690 checkSize(o.resolution);
8691 unittest.expect(o.targetBitRate, unittest.equals(42)); 8691 unittest.expect(o.targetBitRate, unittest.equals(42));
8692 } 8692 }
8693 buildCounterVideoFormat--; 8693 buildCounterVideoFormat--;
8694 } 8694 }
8695 8695
8696 buildUnnamed2372() { 8696 buildUnnamed2466() {
8697 var o = new core.List<api.VideoFormat>(); 8697 var o = new core.List<api.VideoFormat>();
8698 o.add(buildVideoFormat()); 8698 o.add(buildVideoFormat());
8699 o.add(buildVideoFormat()); 8699 o.add(buildVideoFormat());
8700 return o; 8700 return o;
8701 } 8701 }
8702 8702
8703 checkUnnamed2372(core.List<api.VideoFormat> o) { 8703 checkUnnamed2466(core.List<api.VideoFormat> o) {
8704 unittest.expect(o, unittest.hasLength(2)); 8704 unittest.expect(o, unittest.hasLength(2));
8705 checkVideoFormat(o[0]); 8705 checkVideoFormat(o[0]);
8706 checkVideoFormat(o[1]); 8706 checkVideoFormat(o[1]);
8707 } 8707 }
8708 8708
8709 core.int buildCounterVideoFormatsListResponse = 0; 8709 core.int buildCounterVideoFormatsListResponse = 0;
8710 buildVideoFormatsListResponse() { 8710 buildVideoFormatsListResponse() {
8711 var o = new api.VideoFormatsListResponse(); 8711 var o = new api.VideoFormatsListResponse();
8712 buildCounterVideoFormatsListResponse++; 8712 buildCounterVideoFormatsListResponse++;
8713 if (buildCounterVideoFormatsListResponse < 3) { 8713 if (buildCounterVideoFormatsListResponse < 3) {
8714 o.kind = "foo"; 8714 o.kind = "foo";
8715 o.videoFormats = buildUnnamed2372(); 8715 o.videoFormats = buildUnnamed2466();
8716 } 8716 }
8717 buildCounterVideoFormatsListResponse--; 8717 buildCounterVideoFormatsListResponse--;
8718 return o; 8718 return o;
8719 } 8719 }
8720 8720
8721 checkVideoFormatsListResponse(api.VideoFormatsListResponse o) { 8721 checkVideoFormatsListResponse(api.VideoFormatsListResponse o) {
8722 buildCounterVideoFormatsListResponse++; 8722 buildCounterVideoFormatsListResponse++;
8723 if (buildCounterVideoFormatsListResponse < 3) { 8723 if (buildCounterVideoFormatsListResponse < 3) {
8724 unittest.expect(o.kind, unittest.equals('foo')); 8724 unittest.expect(o.kind, unittest.equals('foo'));
8725 checkUnnamed2372(o.videoFormats); 8725 checkUnnamed2466(o.videoFormats);
8726 } 8726 }
8727 buildCounterVideoFormatsListResponse--; 8727 buildCounterVideoFormatsListResponse--;
8728 } 8728 }
8729 8729
8730 core.int buildCounterVideoOffset = 0; 8730 core.int buildCounterVideoOffset = 0;
8731 buildVideoOffset() { 8731 buildVideoOffset() {
8732 var o = new api.VideoOffset(); 8732 var o = new api.VideoOffset();
8733 buildCounterVideoOffset++; 8733 buildCounterVideoOffset++;
8734 if (buildCounterVideoOffset < 3) { 8734 if (buildCounterVideoOffset < 3) {
8735 o.offsetPercentage = 42; 8735 o.offsetPercentage = 42;
(...skipping 30 matching lines...) Expand all
8766 buildCounterVideoSettings++; 8766 buildCounterVideoSettings++;
8767 if (buildCounterVideoSettings < 3) { 8767 if (buildCounterVideoSettings < 3) {
8768 checkCompanionSetting(o.companionSettings); 8768 checkCompanionSetting(o.companionSettings);
8769 unittest.expect(o.kind, unittest.equals('foo')); 8769 unittest.expect(o.kind, unittest.equals('foo'));
8770 checkSkippableSetting(o.skippableSettings); 8770 checkSkippableSetting(o.skippableSettings);
8771 checkTranscodeSetting(o.transcodeSettings); 8771 checkTranscodeSetting(o.transcodeSettings);
8772 } 8772 }
8773 buildCounterVideoSettings--; 8773 buildCounterVideoSettings--;
8774 } 8774 }
8775 8775
8776 buildUnnamed2373() { 8776 buildUnnamed2467() {
8777 var o = new core.List<core.String>(); 8777 var o = new core.List<core.String>();
8778 o.add("foo"); 8778 o.add("foo");
8779 o.add("foo"); 8779 o.add("foo");
8780 return o; 8780 return o;
8781 } 8781 }
8782 8782
8783 checkUnnamed2373(core.List<core.String> o) { 8783 checkUnnamed2467(core.List<core.String> o) {
8784 unittest.expect(o, unittest.hasLength(2)); 8784 unittest.expect(o, unittest.hasLength(2));
8785 unittest.expect(o[0], unittest.equals('foo')); 8785 unittest.expect(o[0], unittest.equals('foo'));
8786 unittest.expect(o[1], unittest.equals('foo')); 8786 unittest.expect(o[1], unittest.equals('foo'));
8787 } 8787 }
8788 8788
8789 buildUnnamed2374() { 8789 buildUnnamed2468() {
8790 var o = new core.List<core.String>(); 8790 var o = new core.List<core.String>();
8791 o.add("foo"); 8791 o.add("foo");
8792 o.add("foo"); 8792 o.add("foo");
8793 return o; 8793 return o;
8794 } 8794 }
8795 8795
8796 checkUnnamed2374(core.List<core.String> o) { 8796 checkUnnamed2468(core.List<core.String> o) {
8797 unittest.expect(o, unittest.hasLength(2)); 8797 unittest.expect(o, unittest.hasLength(2));
8798 unittest.expect(o[0], unittest.equals('foo')); 8798 unittest.expect(o[0], unittest.equals('foo'));
8799 unittest.expect(o[1], unittest.equals('foo')); 8799 unittest.expect(o[1], unittest.equals('foo'));
8800 } 8800 }
8801 8801
8802 buildUnnamed2375() { 8802 buildUnnamed2469() {
8803 var o = new core.List<core.String>(); 8803 var o = new core.List<core.String>();
8804 o.add("foo"); 8804 o.add("foo");
8805 o.add("foo"); 8805 o.add("foo");
8806 return o; 8806 return o;
8807 } 8807 }
8808 8808
8809 checkUnnamed2375(core.List<core.String> o) { 8809 checkUnnamed2469(core.List<core.String> o) {
8810 unittest.expect(o, unittest.hasLength(2)); 8810 unittest.expect(o, unittest.hasLength(2));
8811 unittest.expect(o[0], unittest.equals('foo')); 8811 unittest.expect(o[0], unittest.equals('foo'));
8812 unittest.expect(o[1], unittest.equals('foo')); 8812 unittest.expect(o[1], unittest.equals('foo'));
8813 } 8813 }
8814 8814
8815 buildUnnamed2376() { 8815 buildUnnamed2470() {
8816 var o = new core.List<core.String>(); 8816 var o = new core.List<core.String>();
8817 o.add("foo"); 8817 o.add("foo");
8818 o.add("foo"); 8818 o.add("foo");
8819 return o; 8819 return o;
8820 } 8820 }
8821 8821
8822 checkUnnamed2376(core.List<core.String> o) { 8822 checkUnnamed2470(core.List<core.String> o) {
8823 unittest.expect(o, unittest.hasLength(2)); 8823 unittest.expect(o, unittest.hasLength(2));
8824 unittest.expect(o[0], unittest.equals('foo')); 8824 unittest.expect(o[0], unittest.equals('foo'));
8825 unittest.expect(o[1], unittest.equals('foo')); 8825 unittest.expect(o[1], unittest.equals('foo'));
8826 } 8826 }
8827 8827
8828 buildUnnamed2377() { 8828 buildUnnamed2471() {
8829 var o = new core.List<core.String>(); 8829 var o = new core.List<core.String>();
8830 o.add("foo"); 8830 o.add("foo");
8831 o.add("foo"); 8831 o.add("foo");
8832 return o; 8832 return o;
8833 } 8833 }
8834 8834
8835 checkUnnamed2377(core.List<core.String> o) { 8835 checkUnnamed2471(core.List<core.String> o) {
8836 unittest.expect(o, unittest.hasLength(2)); 8836 unittest.expect(o, unittest.hasLength(2));
8837 unittest.expect(o[0], unittest.equals('foo')); 8837 unittest.expect(o[0], unittest.equals('foo'));
8838 unittest.expect(o[1], unittest.equals('foo')); 8838 unittest.expect(o[1], unittest.equals('foo'));
8839 } 8839 }
8840 8840
8841 buildUnnamed2378() { 8841 buildUnnamed2472() {
8842 var o = new core.List<core.String>(); 8842 var o = new core.List<core.String>();
8843 o.add("foo"); 8843 o.add("foo");
8844 o.add("foo"); 8844 o.add("foo");
8845 return o; 8845 return o;
8846 } 8846 }
8847 8847
8848 checkUnnamed2378(core.List<core.String> o) { 8848 checkUnnamed2472(core.List<core.String> o) {
8849 unittest.expect(o, unittest.hasLength(2)); 8849 unittest.expect(o, unittest.hasLength(2));
8850 unittest.expect(o[0], unittest.equals('foo')); 8850 unittest.expect(o[0], unittest.equals('foo'));
8851 unittest.expect(o[1], unittest.equals('foo')); 8851 unittest.expect(o[1], unittest.equals('foo'));
8852 } 8852 }
8853 8853
8854 buildUnnamed2379() { 8854 buildUnnamed2473() {
8855 var o = new core.List<core.String>(); 8855 var o = new core.List<core.String>();
8856 o.add("foo"); 8856 o.add("foo");
8857 o.add("foo"); 8857 o.add("foo");
8858 return o; 8858 return o;
8859 } 8859 }
8860 8860
8861 checkUnnamed2379(core.List<core.String> o) { 8861 checkUnnamed2473(core.List<core.String> o) {
8862 unittest.expect(o, unittest.hasLength(2)); 8862 unittest.expect(o, unittest.hasLength(2));
8863 unittest.expect(o[0], unittest.equals('foo')); 8863 unittest.expect(o[0], unittest.equals('foo'));
8864 unittest.expect(o[1], unittest.equals('foo')); 8864 unittest.expect(o[1], unittest.equals('foo'));
8865 } 8865 }
8866 8866
8867 buildUnnamed2380() { 8867 buildUnnamed2474() {
8868 var o = new core.List<core.String>(); 8868 var o = new core.List<core.String>();
8869 o.add("foo"); 8869 o.add("foo");
8870 o.add("foo"); 8870 o.add("foo");
8871 return o; 8871 return o;
8872 } 8872 }
8873 8873
8874 checkUnnamed2380(core.List<core.String> o) { 8874 checkUnnamed2474(core.List<core.String> o) {
8875 unittest.expect(o, unittest.hasLength(2)); 8875 unittest.expect(o, unittest.hasLength(2));
8876 unittest.expect(o[0], unittest.equals('foo')); 8876 unittest.expect(o[0], unittest.equals('foo'));
8877 unittest.expect(o[1], unittest.equals('foo')); 8877 unittest.expect(o[1], unittest.equals('foo'));
8878 } 8878 }
8879 8879
8880 buildUnnamed2381() { 8880 buildUnnamed2475() {
8881 var o = new core.List<core.String>(); 8881 var o = new core.List<core.String>();
8882 o.add("foo"); 8882 o.add("foo");
8883 o.add("foo"); 8883 o.add("foo");
8884 return o; 8884 return o;
8885 } 8885 }
8886 8886
8887 checkUnnamed2381(core.List<core.String> o) { 8887 checkUnnamed2475(core.List<core.String> o) {
8888 unittest.expect(o, unittest.hasLength(2)); 8888 unittest.expect(o, unittest.hasLength(2));
8889 unittest.expect(o[0], unittest.equals('foo')); 8889 unittest.expect(o[0], unittest.equals('foo'));
8890 unittest.expect(o[1], unittest.equals('foo')); 8890 unittest.expect(o[1], unittest.equals('foo'));
8891 } 8891 }
8892 8892
8893 buildUnnamed2382() { 8893 buildUnnamed2476() {
8894 var o = new core.List<core.String>(); 8894 var o = new core.List<core.String>();
8895 o.add("foo"); 8895 o.add("foo");
8896 o.add("foo"); 8896 o.add("foo");
8897 return o; 8897 return o;
8898 } 8898 }
8899 8899
8900 checkUnnamed2382(core.List<core.String> o) { 8900 checkUnnamed2476(core.List<core.String> o) {
8901 unittest.expect(o, unittest.hasLength(2)); 8901 unittest.expect(o, unittest.hasLength(2));
8902 unittest.expect(o[0], unittest.equals('foo')); 8902 unittest.expect(o[0], unittest.equals('foo'));
8903 unittest.expect(o[1], unittest.equals('foo')); 8903 unittest.expect(o[1], unittest.equals('foo'));
8904 } 8904 }
8905 8905
8906 buildUnnamed2383() { 8906 buildUnnamed2477() {
8907 var o = new core.List<core.String>(); 8907 var o = new core.List<core.String>();
8908 o.add("foo"); 8908 o.add("foo");
8909 o.add("foo"); 8909 o.add("foo");
8910 return o; 8910 return o;
8911 } 8911 }
8912 8912
8913 checkUnnamed2383(core.List<core.String> o) { 8913 checkUnnamed2477(core.List<core.String> o) {
8914 unittest.expect(o, unittest.hasLength(2)); 8914 unittest.expect(o, unittest.hasLength(2));
8915 unittest.expect(o[0], unittest.equals('foo')); 8915 unittest.expect(o[0], unittest.equals('foo'));
8916 unittest.expect(o[1], unittest.equals('foo')); 8916 unittest.expect(o[1], unittest.equals('foo'));
8917 } 8917 }
8918 8918
8919 buildUnnamed2384() { 8919 buildUnnamed2478() {
8920 var o = new core.List<core.String>(); 8920 var o = new core.List<core.String>();
8921 o.add("foo"); 8921 o.add("foo");
8922 o.add("foo"); 8922 o.add("foo");
8923 return o; 8923 return o;
8924 } 8924 }
8925 8925
8926 checkUnnamed2384(core.List<core.String> o) { 8926 checkUnnamed2478(core.List<core.String> o) {
8927 unittest.expect(o, unittest.hasLength(2)); 8927 unittest.expect(o, unittest.hasLength(2));
8928 unittest.expect(o[0], unittest.equals('foo')); 8928 unittest.expect(o[0], unittest.equals('foo'));
8929 unittest.expect(o[1], unittest.equals('foo')); 8929 unittest.expect(o[1], unittest.equals('foo'));
8930 } 8930 }
8931 8931
8932 buildUnnamed2385() { 8932 buildUnnamed2479() {
8933 var o = new core.List<core.String>(); 8933 var o = new core.List<core.String>();
8934 o.add("foo"); 8934 o.add("foo");
8935 o.add("foo"); 8935 o.add("foo");
8936 return o; 8936 return o;
8937 } 8937 }
8938 8938
8939 checkUnnamed2385(core.List<core.String> o) { 8939 checkUnnamed2479(core.List<core.String> o) {
8940 unittest.expect(o, unittest.hasLength(2)); 8940 unittest.expect(o, unittest.hasLength(2));
8941 unittest.expect(o[0], unittest.equals('foo')); 8941 unittest.expect(o[0], unittest.equals('foo'));
8942 unittest.expect(o[1], unittest.equals('foo')); 8942 unittest.expect(o[1], unittest.equals('foo'));
8943 } 8943 }
8944 8944
8945 buildUnnamed2386() { 8945 buildUnnamed2480() {
8946 var o = new core.List<core.String>(); 8946 var o = new core.List<core.String>();
8947 o.add("foo"); 8947 o.add("foo");
8948 o.add("foo"); 8948 o.add("foo");
8949 return o; 8949 return o;
8950 } 8950 }
8951 8951
8952 checkUnnamed2386(core.List<core.String> o) { 8952 checkUnnamed2480(core.List<core.String> o) {
8953 unittest.expect(o, unittest.hasLength(2)); 8953 unittest.expect(o, unittest.hasLength(2));
8954 unittest.expect(o[0], unittest.equals('foo')); 8954 unittest.expect(o[0], unittest.equals('foo'));
8955 unittest.expect(o[1], unittest.equals('foo')); 8955 unittest.expect(o[1], unittest.equals('foo'));
8956 } 8956 }
8957 8957
8958 buildUnnamed2387() { 8958 buildUnnamed2481() {
8959 var o = new core.List<core.String>(); 8959 var o = new core.List<core.String>();
8960 o.add("foo"); 8960 o.add("foo");
8961 o.add("foo"); 8961 o.add("foo");
8962 return o; 8962 return o;
8963 } 8963 }
8964 8964
8965 checkUnnamed2387(core.List<core.String> o) { 8965 checkUnnamed2481(core.List<core.String> o) {
8966 unittest.expect(o, unittest.hasLength(2)); 8966 unittest.expect(o, unittest.hasLength(2));
8967 unittest.expect(o[0], unittest.equals('foo')); 8967 unittest.expect(o[0], unittest.equals('foo'));
8968 unittest.expect(o[1], unittest.equals('foo')); 8968 unittest.expect(o[1], unittest.equals('foo'));
8969 } 8969 }
8970 8970
8971 buildUnnamed2388() { 8971 buildUnnamed2482() {
8972 var o = new core.List<core.String>(); 8972 var o = new core.List<core.String>();
8973 o.add("foo"); 8973 o.add("foo");
8974 o.add("foo"); 8974 o.add("foo");
8975 return o; 8975 return o;
8976 } 8976 }
8977 8977
8978 checkUnnamed2388(core.List<core.String> o) { 8978 checkUnnamed2482(core.List<core.String> o) {
8979 unittest.expect(o, unittest.hasLength(2)); 8979 unittest.expect(o, unittest.hasLength(2));
8980 unittest.expect(o[0], unittest.equals('foo')); 8980 unittest.expect(o[0], unittest.equals('foo'));
8981 unittest.expect(o[1], unittest.equals('foo')); 8981 unittest.expect(o[1], unittest.equals('foo'));
8982 } 8982 }
8983 8983
8984 buildUnnamed2389() { 8984 buildUnnamed2483() {
8985 var o = new core.List<core.String>(); 8985 var o = new core.List<core.String>();
8986 o.add("foo"); 8986 o.add("foo");
8987 o.add("foo"); 8987 o.add("foo");
8988 return o; 8988 return o;
8989 } 8989 }
8990 8990
8991 checkUnnamed2389(core.List<core.String> o) { 8991 checkUnnamed2483(core.List<core.String> o) {
8992 unittest.expect(o, unittest.hasLength(2)); 8992 unittest.expect(o, unittest.hasLength(2));
8993 unittest.expect(o[0], unittest.equals('foo')); 8993 unittest.expect(o[0], unittest.equals('foo'));
8994 unittest.expect(o[1], unittest.equals('foo')); 8994 unittest.expect(o[1], unittest.equals('foo'));
8995 } 8995 }
8996 8996
8997 buildUnnamed2390() { 8997 buildUnnamed2484() {
8998 var o = new core.List<core.String>(); 8998 var o = new core.List<core.String>();
8999 o.add("foo"); 8999 o.add("foo");
9000 o.add("foo"); 9000 o.add("foo");
9001 return o; 9001 return o;
9002 } 9002 }
9003 9003
9004 checkUnnamed2390(core.List<core.String> o) { 9004 checkUnnamed2484(core.List<core.String> o) {
9005 unittest.expect(o, unittest.hasLength(2)); 9005 unittest.expect(o, unittest.hasLength(2));
9006 unittest.expect(o[0], unittest.equals('foo')); 9006 unittest.expect(o[0], unittest.equals('foo'));
9007 unittest.expect(o[1], unittest.equals('foo')); 9007 unittest.expect(o[1], unittest.equals('foo'));
9008 } 9008 }
9009 9009
9010 buildUnnamed2391() { 9010 buildUnnamed2485() {
9011 var o = new core.List<core.String>(); 9011 var o = new core.List<core.String>();
9012 o.add("foo"); 9012 o.add("foo");
9013 o.add("foo"); 9013 o.add("foo");
9014 return o; 9014 return o;
9015 } 9015 }
9016 9016
9017 checkUnnamed2391(core.List<core.String> o) { 9017 checkUnnamed2485(core.List<core.String> o) {
9018 unittest.expect(o, unittest.hasLength(2)); 9018 unittest.expect(o, unittest.hasLength(2));
9019 unittest.expect(o[0], unittest.equals('foo')); 9019 unittest.expect(o[0], unittest.equals('foo'));
9020 unittest.expect(o[1], unittest.equals('foo')); 9020 unittest.expect(o[1], unittest.equals('foo'));
9021 } 9021 }
9022 9022
9023 buildUnnamed2392() { 9023 buildUnnamed2486() {
9024 var o = new core.List<core.String>(); 9024 var o = new core.List<core.String>();
9025 o.add("foo"); 9025 o.add("foo");
9026 o.add("foo"); 9026 o.add("foo");
9027 return o; 9027 return o;
9028 } 9028 }
9029 9029
9030 checkUnnamed2392(core.List<core.String> o) { 9030 checkUnnamed2486(core.List<core.String> o) {
9031 unittest.expect(o, unittest.hasLength(2)); 9031 unittest.expect(o, unittest.hasLength(2));
9032 unittest.expect(o[0], unittest.equals('foo')); 9032 unittest.expect(o[0], unittest.equals('foo'));
9033 unittest.expect(o[1], unittest.equals('foo')); 9033 unittest.expect(o[1], unittest.equals('foo'));
9034 } 9034 }
9035 9035
9036 buildUnnamed2393() { 9036 buildUnnamed2487() {
9037 var o = new core.List<core.String>(); 9037 var o = new core.List<core.String>();
9038 o.add("foo"); 9038 o.add("foo");
9039 o.add("foo"); 9039 o.add("foo");
9040 return o; 9040 return o;
9041 } 9041 }
9042 9042
9043 checkUnnamed2393(core.List<core.String> o) { 9043 checkUnnamed2487(core.List<core.String> o) {
9044 unittest.expect(o, unittest.hasLength(2)); 9044 unittest.expect(o, unittest.hasLength(2));
9045 unittest.expect(o[0], unittest.equals('foo')); 9045 unittest.expect(o[0], unittest.equals('foo'));
9046 unittest.expect(o[1], unittest.equals('foo')); 9046 unittest.expect(o[1], unittest.equals('foo'));
9047 } 9047 }
9048 9048
9049 buildUnnamed2394() { 9049 buildUnnamed2488() {
9050 var o = new core.List<core.String>(); 9050 var o = new core.List<core.String>();
9051 o.add("foo"); 9051 o.add("foo");
9052 o.add("foo"); 9052 o.add("foo");
9053 return o; 9053 return o;
9054 } 9054 }
9055 9055
9056 checkUnnamed2394(core.List<core.String> o) { 9056 checkUnnamed2488(core.List<core.String> o) {
9057 unittest.expect(o, unittest.hasLength(2)); 9057 unittest.expect(o, unittest.hasLength(2));
9058 unittest.expect(o[0], unittest.equals('foo')); 9058 unittest.expect(o[0], unittest.equals('foo'));
9059 unittest.expect(o[1], unittest.equals('foo')); 9059 unittest.expect(o[1], unittest.equals('foo'));
9060 } 9060 }
9061 9061
9062 buildUnnamed2395() { 9062 buildUnnamed2489() {
9063 var o = new core.List<core.String>(); 9063 var o = new core.List<core.String>();
9064 o.add("foo"); 9064 o.add("foo");
9065 o.add("foo"); 9065 o.add("foo");
9066 return o; 9066 return o;
9067 } 9067 }
9068 9068
9069 checkUnnamed2395(core.List<core.String> o) { 9069 checkUnnamed2489(core.List<core.String> o) {
9070 unittest.expect(o, unittest.hasLength(2)); 9070 unittest.expect(o, unittest.hasLength(2));
9071 unittest.expect(o[0], unittest.equals('foo')); 9071 unittest.expect(o[0], unittest.equals('foo'));
9072 unittest.expect(o[1], unittest.equals('foo')); 9072 unittest.expect(o[1], unittest.equals('foo'));
9073 } 9073 }
9074 9074
9075 buildUnnamed2396() { 9075 buildUnnamed2490() {
9076 var o = new core.List<core.String>(); 9076 var o = new core.List<core.String>();
9077 o.add("foo"); 9077 o.add("foo");
9078 o.add("foo"); 9078 o.add("foo");
9079 return o; 9079 return o;
9080 } 9080 }
9081 9081
9082 checkUnnamed2396(core.List<core.String> o) { 9082 checkUnnamed2490(core.List<core.String> o) {
9083 unittest.expect(o, unittest.hasLength(2)); 9083 unittest.expect(o, unittest.hasLength(2));
9084 unittest.expect(o[0], unittest.equals('foo')); 9084 unittest.expect(o[0], unittest.equals('foo'));
9085 unittest.expect(o[1], unittest.equals('foo')); 9085 unittest.expect(o[1], unittest.equals('foo'));
9086 } 9086 }
9087 9087
9088 buildUnnamed2397() { 9088 buildUnnamed2491() {
9089 var o = new core.List<core.String>(); 9089 var o = new core.List<core.String>();
9090 o.add("foo"); 9090 o.add("foo");
9091 o.add("foo"); 9091 o.add("foo");
9092 return o; 9092 return o;
9093 } 9093 }
9094 9094
9095 checkUnnamed2397(core.List<core.String> o) { 9095 checkUnnamed2491(core.List<core.String> o) {
9096 unittest.expect(o, unittest.hasLength(2)); 9096 unittest.expect(o, unittest.hasLength(2));
9097 unittest.expect(o[0], unittest.equals('foo')); 9097 unittest.expect(o[0], unittest.equals('foo'));
9098 unittest.expect(o[1], unittest.equals('foo')); 9098 unittest.expect(o[1], unittest.equals('foo'));
9099 } 9099 }
9100 9100
9101 buildUnnamed2398() { 9101 buildUnnamed2492() {
9102 var o = new core.List<core.String>(); 9102 var o = new core.List<core.String>();
9103 o.add("foo"); 9103 o.add("foo");
9104 o.add("foo"); 9104 o.add("foo");
9105 return o; 9105 return o;
9106 } 9106 }
9107 9107
9108 checkUnnamed2398(core.List<core.String> o) { 9108 checkUnnamed2492(core.List<core.String> o) {
9109 unittest.expect(o, unittest.hasLength(2)); 9109 unittest.expect(o, unittest.hasLength(2));
9110 unittest.expect(o[0], unittest.equals('foo')); 9110 unittest.expect(o[0], unittest.equals('foo'));
9111 unittest.expect(o[1], unittest.equals('foo')); 9111 unittest.expect(o[1], unittest.equals('foo'));
9112 } 9112 }
9113 9113
9114 buildUnnamed2399() { 9114 buildUnnamed2493() {
9115 var o = new core.List<core.String>(); 9115 var o = new core.List<core.String>();
9116 o.add("foo"); 9116 o.add("foo");
9117 o.add("foo"); 9117 o.add("foo");
9118 return o; 9118 return o;
9119 } 9119 }
9120 9120
9121 checkUnnamed2399(core.List<core.String> o) { 9121 checkUnnamed2493(core.List<core.String> o) {
9122 unittest.expect(o, unittest.hasLength(2)); 9122 unittest.expect(o, unittest.hasLength(2));
9123 unittest.expect(o[0], unittest.equals('foo')); 9123 unittest.expect(o[0], unittest.equals('foo'));
9124 unittest.expect(o[1], unittest.equals('foo')); 9124 unittest.expect(o[1], unittest.equals('foo'));
9125 } 9125 }
9126 9126
9127 buildUnnamed2400() { 9127 buildUnnamed2494() {
9128 var o = new core.List<core.String>(); 9128 var o = new core.List<core.String>();
9129 o.add("foo"); 9129 o.add("foo");
9130 o.add("foo"); 9130 o.add("foo");
9131 return o; 9131 return o;
9132 } 9132 }
9133 9133
9134 checkUnnamed2400(core.List<core.String> o) { 9134 checkUnnamed2494(core.List<core.String> o) {
9135 unittest.expect(o, unittest.hasLength(2)); 9135 unittest.expect(o, unittest.hasLength(2));
9136 unittest.expect(o[0], unittest.equals('foo')); 9136 unittest.expect(o[0], unittest.equals('foo'));
9137 unittest.expect(o[1], unittest.equals('foo')); 9137 unittest.expect(o[1], unittest.equals('foo'));
9138 } 9138 }
9139 9139
9140 buildUnnamed2401() { 9140 buildUnnamed2495() {
9141 var o = new core.List<core.String>(); 9141 var o = new core.List<core.String>();
9142 o.add("foo"); 9142 o.add("foo");
9143 o.add("foo"); 9143 o.add("foo");
9144 return o; 9144 return o;
9145 } 9145 }
9146 9146
9147 checkUnnamed2401(core.List<core.String> o) { 9147 checkUnnamed2495(core.List<core.String> o) {
9148 unittest.expect(o, unittest.hasLength(2)); 9148 unittest.expect(o, unittest.hasLength(2));
9149 unittest.expect(o[0], unittest.equals('foo')); 9149 unittest.expect(o[0], unittest.equals('foo'));
9150 unittest.expect(o[1], unittest.equals('foo')); 9150 unittest.expect(o[1], unittest.equals('foo'));
9151 } 9151 }
9152 9152
9153 buildUnnamed2402() { 9153 buildUnnamed2496() {
9154 var o = new core.List<core.String>(); 9154 var o = new core.List<core.String>();
9155 o.add("foo"); 9155 o.add("foo");
9156 o.add("foo"); 9156 o.add("foo");
9157 return o; 9157 return o;
9158 } 9158 }
9159 9159
9160 checkUnnamed2402(core.List<core.String> o) { 9160 checkUnnamed2496(core.List<core.String> o) {
9161 unittest.expect(o, unittest.hasLength(2)); 9161 unittest.expect(o, unittest.hasLength(2));
9162 unittest.expect(o[0], unittest.equals('foo')); 9162 unittest.expect(o[0], unittest.equals('foo'));
9163 unittest.expect(o[1], unittest.equals('foo')); 9163 unittest.expect(o[1], unittest.equals('foo'));
9164 } 9164 }
9165 9165
9166 buildUnnamed2403() { 9166 buildUnnamed2497() {
9167 var o = new core.List<core.String>(); 9167 var o = new core.List<core.String>();
9168 o.add("foo"); 9168 o.add("foo");
9169 o.add("foo"); 9169 o.add("foo");
9170 return o; 9170 return o;
9171 } 9171 }
9172 9172
9173 checkUnnamed2403(core.List<core.String> o) { 9173 checkUnnamed2497(core.List<core.String> o) {
9174 unittest.expect(o, unittest.hasLength(2)); 9174 unittest.expect(o, unittest.hasLength(2));
9175 unittest.expect(o[0], unittest.equals('foo')); 9175 unittest.expect(o[0], unittest.equals('foo'));
9176 unittest.expect(o[1], unittest.equals('foo')); 9176 unittest.expect(o[1], unittest.equals('foo'));
9177 } 9177 }
9178 9178
9179 buildUnnamed2404() { 9179 buildUnnamed2498() {
9180 var o = new core.List<core.String>(); 9180 var o = new core.List<core.String>();
9181 o.add("foo"); 9181 o.add("foo");
9182 o.add("foo"); 9182 o.add("foo");
9183 return o; 9183 return o;
9184 } 9184 }
9185 9185
9186 checkUnnamed2404(core.List<core.String> o) { 9186 checkUnnamed2498(core.List<core.String> o) {
9187 unittest.expect(o, unittest.hasLength(2)); 9187 unittest.expect(o, unittest.hasLength(2));
9188 unittest.expect(o[0], unittest.equals('foo')); 9188 unittest.expect(o[0], unittest.equals('foo'));
9189 unittest.expect(o[1], unittest.equals('foo')); 9189 unittest.expect(o[1], unittest.equals('foo'));
9190 } 9190 }
9191 9191
9192 buildUnnamed2405() { 9192 buildUnnamed2499() {
9193 var o = new core.List<core.String>(); 9193 var o = new core.List<core.String>();
9194 o.add("foo"); 9194 o.add("foo");
9195 o.add("foo"); 9195 o.add("foo");
9196 return o; 9196 return o;
9197 } 9197 }
9198 9198
9199 checkUnnamed2405(core.List<core.String> o) { 9199 checkUnnamed2499(core.List<core.String> o) {
9200 unittest.expect(o, unittest.hasLength(2)); 9200 unittest.expect(o, unittest.hasLength(2));
9201 unittest.expect(o[0], unittest.equals('foo')); 9201 unittest.expect(o[0], unittest.equals('foo'));
9202 unittest.expect(o[1], unittest.equals('foo')); 9202 unittest.expect(o[1], unittest.equals('foo'));
9203 } 9203 }
9204 9204
9205 buildUnnamed2406() { 9205 buildUnnamed2500() {
9206 var o = new core.List<core.String>(); 9206 var o = new core.List<core.String>();
9207 o.add("foo"); 9207 o.add("foo");
9208 o.add("foo"); 9208 o.add("foo");
9209 return o; 9209 return o;
9210 } 9210 }
9211 9211
9212 checkUnnamed2406(core.List<core.String> o) { 9212 checkUnnamed2500(core.List<core.String> o) {
9213 unittest.expect(o, unittest.hasLength(2)); 9213 unittest.expect(o, unittest.hasLength(2));
9214 unittest.expect(o[0], unittest.equals('foo')); 9214 unittest.expect(o[0], unittest.equals('foo'));
9215 unittest.expect(o[1], unittest.equals('foo')); 9215 unittest.expect(o[1], unittest.equals('foo'));
9216 } 9216 }
9217 9217
9218 buildUnnamed2407() { 9218 buildUnnamed2501() {
9219 var o = new core.List<core.String>(); 9219 var o = new core.List<core.String>();
9220 o.add("foo"); 9220 o.add("foo");
9221 o.add("foo"); 9221 o.add("foo");
9222 return o; 9222 return o;
9223 } 9223 }
9224 9224
9225 checkUnnamed2407(core.List<core.String> o) { 9225 checkUnnamed2501(core.List<core.String> o) {
9226 unittest.expect(o, unittest.hasLength(2)); 9226 unittest.expect(o, unittest.hasLength(2));
9227 unittest.expect(o[0], unittest.equals('foo')); 9227 unittest.expect(o[0], unittest.equals('foo'));
9228 unittest.expect(o[1], unittest.equals('foo')); 9228 unittest.expect(o[1], unittest.equals('foo'));
9229 } 9229 }
9230 9230
9231 buildUnnamed2408() { 9231 buildUnnamed2502() {
9232 var o = new core.List<core.String>(); 9232 var o = new core.List<core.String>();
9233 o.add("foo"); 9233 o.add("foo");
9234 o.add("foo"); 9234 o.add("foo");
9235 return o; 9235 return o;
9236 } 9236 }
9237 9237
9238 checkUnnamed2408(core.List<core.String> o) { 9238 checkUnnamed2502(core.List<core.String> o) {
9239 unittest.expect(o, unittest.hasLength(2)); 9239 unittest.expect(o, unittest.hasLength(2));
9240 unittest.expect(o[0], unittest.equals('foo')); 9240 unittest.expect(o[0], unittest.equals('foo'));
9241 unittest.expect(o[1], unittest.equals('foo')); 9241 unittest.expect(o[1], unittest.equals('foo'));
9242 } 9242 }
9243 9243
9244 buildUnnamed2409() { 9244 buildUnnamed2503() {
9245 var o = new core.List<core.String>(); 9245 var o = new core.List<core.String>();
9246 o.add("foo"); 9246 o.add("foo");
9247 o.add("foo"); 9247 o.add("foo");
9248 return o; 9248 return o;
9249 } 9249 }
9250 9250
9251 checkUnnamed2409(core.List<core.String> o) { 9251 checkUnnamed2503(core.List<core.String> o) {
9252 unittest.expect(o, unittest.hasLength(2)); 9252 unittest.expect(o, unittest.hasLength(2));
9253 unittest.expect(o[0], unittest.equals('foo')); 9253 unittest.expect(o[0], unittest.equals('foo'));
9254 unittest.expect(o[1], unittest.equals('foo')); 9254 unittest.expect(o[1], unittest.equals('foo'));
9255 } 9255 }
9256 9256
9257 buildUnnamed2410() { 9257 buildUnnamed2504() {
9258 var o = new core.List<core.String>(); 9258 var o = new core.List<core.String>();
9259 o.add("foo"); 9259 o.add("foo");
9260 o.add("foo"); 9260 o.add("foo");
9261 return o; 9261 return o;
9262 } 9262 }
9263 9263
9264 checkUnnamed2410(core.List<core.String> o) { 9264 checkUnnamed2504(core.List<core.String> o) {
9265 unittest.expect(o, unittest.hasLength(2)); 9265 unittest.expect(o, unittest.hasLength(2));
9266 unittest.expect(o[0], unittest.equals('foo')); 9266 unittest.expect(o[0], unittest.equals('foo'));
9267 unittest.expect(o[1], unittest.equals('foo')); 9267 unittest.expect(o[1], unittest.equals('foo'));
9268 } 9268 }
9269 9269
9270 buildUnnamed2411() { 9270 buildUnnamed2505() {
9271 var o = new core.List<core.String>(); 9271 var o = new core.List<core.String>();
9272 o.add("foo"); 9272 o.add("foo");
9273 o.add("foo"); 9273 o.add("foo");
9274 return o; 9274 return o;
9275 } 9275 }
9276 9276
9277 checkUnnamed2411(core.List<core.String> o) { 9277 checkUnnamed2505(core.List<core.String> o) {
9278 unittest.expect(o, unittest.hasLength(2)); 9278 unittest.expect(o, unittest.hasLength(2));
9279 unittest.expect(o[0], unittest.equals('foo')); 9279 unittest.expect(o[0], unittest.equals('foo'));
9280 unittest.expect(o[1], unittest.equals('foo')); 9280 unittest.expect(o[1], unittest.equals('foo'));
9281 } 9281 }
9282 9282
9283 buildUnnamed2412() { 9283 buildUnnamed2506() {
9284 var o = new core.List<core.String>(); 9284 var o = new core.List<core.String>();
9285 o.add("foo"); 9285 o.add("foo");
9286 o.add("foo"); 9286 o.add("foo");
9287 return o; 9287 return o;
9288 } 9288 }
9289 9289
9290 checkUnnamed2412(core.List<core.String> o) { 9290 checkUnnamed2506(core.List<core.String> o) {
9291 unittest.expect(o, unittest.hasLength(2)); 9291 unittest.expect(o, unittest.hasLength(2));
9292 unittest.expect(o[0], unittest.equals('foo')); 9292 unittest.expect(o[0], unittest.equals('foo'));
9293 unittest.expect(o[1], unittest.equals('foo')); 9293 unittest.expect(o[1], unittest.equals('foo'));
9294 } 9294 }
9295 9295
9296 buildUnnamed2413() { 9296 buildUnnamed2507() {
9297 var o = new core.List<core.String>(); 9297 var o = new core.List<core.String>();
9298 o.add("foo"); 9298 o.add("foo");
9299 o.add("foo"); 9299 o.add("foo");
9300 return o; 9300 return o;
9301 } 9301 }
9302 9302
9303 checkUnnamed2413(core.List<core.String> o) { 9303 checkUnnamed2507(core.List<core.String> o) {
9304 unittest.expect(o, unittest.hasLength(2)); 9304 unittest.expect(o, unittest.hasLength(2));
9305 unittest.expect(o[0], unittest.equals('foo')); 9305 unittest.expect(o[0], unittest.equals('foo'));
9306 unittest.expect(o[1], unittest.equals('foo')); 9306 unittest.expect(o[1], unittest.equals('foo'));
9307 } 9307 }
9308 9308
9309 buildUnnamed2414() { 9309 buildUnnamed2508() {
9310 var o = new core.List<core.String>(); 9310 var o = new core.List<core.String>();
9311 o.add("foo"); 9311 o.add("foo");
9312 o.add("foo"); 9312 o.add("foo");
9313 return o; 9313 return o;
9314 } 9314 }
9315 9315
9316 checkUnnamed2414(core.List<core.String> o) { 9316 checkUnnamed2508(core.List<core.String> o) {
9317 unittest.expect(o, unittest.hasLength(2)); 9317 unittest.expect(o, unittest.hasLength(2));
9318 unittest.expect(o[0], unittest.equals('foo')); 9318 unittest.expect(o[0], unittest.equals('foo'));
9319 unittest.expect(o[1], unittest.equals('foo')); 9319 unittest.expect(o[1], unittest.equals('foo'));
9320 } 9320 }
9321 9321
9322 buildUnnamed2415() { 9322 buildUnnamed2509() {
9323 var o = new core.List<core.String>(); 9323 var o = new core.List<core.String>();
9324 o.add("foo"); 9324 o.add("foo");
9325 o.add("foo"); 9325 o.add("foo");
9326 return o; 9326 return o;
9327 } 9327 }
9328 9328
9329 checkUnnamed2415(core.List<core.String> o) { 9329 checkUnnamed2509(core.List<core.String> o) {
9330 unittest.expect(o, unittest.hasLength(2)); 9330 unittest.expect(o, unittest.hasLength(2));
9331 unittest.expect(o[0], unittest.equals('foo')); 9331 unittest.expect(o[0], unittest.equals('foo'));
9332 unittest.expect(o[1], unittest.equals('foo')); 9332 unittest.expect(o[1], unittest.equals('foo'));
9333 } 9333 }
9334 9334
9335 buildUnnamed2416() { 9335 buildUnnamed2510() {
9336 var o = new core.List<core.String>(); 9336 var o = new core.List<core.String>();
9337 o.add("foo"); 9337 o.add("foo");
9338 o.add("foo"); 9338 o.add("foo");
9339 return o; 9339 return o;
9340 } 9340 }
9341 9341
9342 checkUnnamed2416(core.List<core.String> o) { 9342 checkUnnamed2510(core.List<core.String> o) {
9343 unittest.expect(o, unittest.hasLength(2)); 9343 unittest.expect(o, unittest.hasLength(2));
9344 unittest.expect(o[0], unittest.equals('foo')); 9344 unittest.expect(o[0], unittest.equals('foo'));
9345 unittest.expect(o[1], unittest.equals('foo')); 9345 unittest.expect(o[1], unittest.equals('foo'));
9346 } 9346 }
9347 9347
9348 buildUnnamed2417() { 9348 buildUnnamed2511() {
9349 var o = new core.List<core.String>(); 9349 var o = new core.List<core.String>();
9350 o.add("foo"); 9350 o.add("foo");
9351 o.add("foo"); 9351 o.add("foo");
9352 return o; 9352 return o;
9353 } 9353 }
9354 9354
9355 checkUnnamed2417(core.List<core.String> o) { 9355 checkUnnamed2511(core.List<core.String> o) {
9356 unittest.expect(o, unittest.hasLength(2)); 9356 unittest.expect(o, unittest.hasLength(2));
9357 unittest.expect(o[0], unittest.equals('foo')); 9357 unittest.expect(o[0], unittest.equals('foo'));
9358 unittest.expect(o[1], unittest.equals('foo')); 9358 unittest.expect(o[1], unittest.equals('foo'));
9359 } 9359 }
9360 9360
9361 buildUnnamed2418() { 9361 buildUnnamed2512() {
9362 var o = new core.List<core.String>(); 9362 var o = new core.List<core.String>();
9363 o.add("foo"); 9363 o.add("foo");
9364 o.add("foo"); 9364 o.add("foo");
9365 return o; 9365 return o;
9366 } 9366 }
9367 9367
9368 checkUnnamed2418(core.List<core.String> o) { 9368 checkUnnamed2512(core.List<core.String> o) {
9369 unittest.expect(o, unittest.hasLength(2)); 9369 unittest.expect(o, unittest.hasLength(2));
9370 unittest.expect(o[0], unittest.equals('foo')); 9370 unittest.expect(o[0], unittest.equals('foo'));
9371 unittest.expect(o[1], unittest.equals('foo')); 9371 unittest.expect(o[1], unittest.equals('foo'));
9372 } 9372 }
9373 9373
9374 buildUnnamed2419() { 9374 buildUnnamed2513() {
9375 var o = new core.List<core.String>(); 9375 var o = new core.List<core.String>();
9376 o.add("foo"); 9376 o.add("foo");
9377 o.add("foo"); 9377 o.add("foo");
9378 return o; 9378 return o;
9379 } 9379 }
9380 9380
9381 checkUnnamed2419(core.List<core.String> o) { 9381 checkUnnamed2513(core.List<core.String> o) {
9382 unittest.expect(o, unittest.hasLength(2)); 9382 unittest.expect(o, unittest.hasLength(2));
9383 unittest.expect(o[0], unittest.equals('foo')); 9383 unittest.expect(o[0], unittest.equals('foo'));
9384 unittest.expect(o[1], unittest.equals('foo')); 9384 unittest.expect(o[1], unittest.equals('foo'));
9385 } 9385 }
9386 9386
9387 buildUnnamed2420() { 9387 buildUnnamed2514() {
9388 var o = new core.List<core.String>(); 9388 var o = new core.List<core.String>();
9389 o.add("foo"); 9389 o.add("foo");
9390 o.add("foo"); 9390 o.add("foo");
9391 return o; 9391 return o;
9392 } 9392 }
9393 9393
9394 checkUnnamed2420(core.List<core.String> o) { 9394 checkUnnamed2514(core.List<core.String> o) {
9395 unittest.expect(o, unittest.hasLength(2)); 9395 unittest.expect(o, unittest.hasLength(2));
9396 unittest.expect(o[0], unittest.equals('foo')); 9396 unittest.expect(o[0], unittest.equals('foo'));
9397 unittest.expect(o[1], unittest.equals('foo')); 9397 unittest.expect(o[1], unittest.equals('foo'));
9398 } 9398 }
9399 9399
9400 buildUnnamed2421() { 9400 buildUnnamed2515() {
9401 var o = new core.List<core.String>(); 9401 var o = new core.List<core.String>();
9402 o.add("foo"); 9402 o.add("foo");
9403 o.add("foo"); 9403 o.add("foo");
9404 return o; 9404 return o;
9405 } 9405 }
9406 9406
9407 checkUnnamed2421(core.List<core.String> o) { 9407 checkUnnamed2515(core.List<core.String> o) {
9408 unittest.expect(o, unittest.hasLength(2)); 9408 unittest.expect(o, unittest.hasLength(2));
9409 unittest.expect(o[0], unittest.equals('foo')); 9409 unittest.expect(o[0], unittest.equals('foo'));
9410 unittest.expect(o[1], unittest.equals('foo')); 9410 unittest.expect(o[1], unittest.equals('foo'));
9411 } 9411 }
9412 9412
9413 buildUnnamed2422() { 9413 buildUnnamed2516() {
9414 var o = new core.List<core.String>(); 9414 var o = new core.List<core.String>();
9415 o.add("foo"); 9415 o.add("foo");
9416 o.add("foo"); 9416 o.add("foo");
9417 return o; 9417 return o;
9418 } 9418 }
9419 9419
9420 checkUnnamed2422(core.List<core.String> o) { 9420 checkUnnamed2516(core.List<core.String> o) {
9421 unittest.expect(o, unittest.hasLength(2)); 9421 unittest.expect(o, unittest.hasLength(2));
9422 unittest.expect(o[0], unittest.equals('foo')); 9422 unittest.expect(o[0], unittest.equals('foo'));
9423 unittest.expect(o[1], unittest.equals('foo')); 9423 unittest.expect(o[1], unittest.equals('foo'));
9424 } 9424 }
9425 9425
9426 buildUnnamed2423() { 9426 buildUnnamed2517() {
9427 var o = new core.List<core.String>(); 9427 var o = new core.List<core.String>();
9428 o.add("foo"); 9428 o.add("foo");
9429 o.add("foo"); 9429 o.add("foo");
9430 return o; 9430 return o;
9431 } 9431 }
9432 9432
9433 checkUnnamed2423(core.List<core.String> o) { 9433 checkUnnamed2517(core.List<core.String> o) {
9434 unittest.expect(o, unittest.hasLength(2)); 9434 unittest.expect(o, unittest.hasLength(2));
9435 unittest.expect(o[0], unittest.equals('foo')); 9435 unittest.expect(o[0], unittest.equals('foo'));
9436 unittest.expect(o[1], unittest.equals('foo')); 9436 unittest.expect(o[1], unittest.equals('foo'));
9437 } 9437 }
9438 9438
9439 buildUnnamed2424() { 9439 buildUnnamed2518() {
9440 var o = new core.List<core.String>(); 9440 var o = new core.List<core.String>();
9441 o.add("foo"); 9441 o.add("foo");
9442 o.add("foo"); 9442 o.add("foo");
9443 return o; 9443 return o;
9444 } 9444 }
9445 9445
9446 checkUnnamed2424(core.List<core.String> o) { 9446 checkUnnamed2518(core.List<core.String> o) {
9447 unittest.expect(o, unittest.hasLength(2)); 9447 unittest.expect(o, unittest.hasLength(2));
9448 unittest.expect(o[0], unittest.equals('foo')); 9448 unittest.expect(o[0], unittest.equals('foo'));
9449 unittest.expect(o[1], unittest.equals('foo')); 9449 unittest.expect(o[1], unittest.equals('foo'));
9450 } 9450 }
9451 9451
9452 buildUnnamed2425() { 9452 buildUnnamed2519() {
9453 var o = new core.List<core.String>(); 9453 var o = new core.List<core.String>();
9454 o.add("foo"); 9454 o.add("foo");
9455 o.add("foo"); 9455 o.add("foo");
9456 return o; 9456 return o;
9457 } 9457 }
9458 9458
9459 checkUnnamed2425(core.List<core.String> o) { 9459 checkUnnamed2519(core.List<core.String> o) {
9460 unittest.expect(o, unittest.hasLength(2)); 9460 unittest.expect(o, unittest.hasLength(2));
9461 unittest.expect(o[0], unittest.equals('foo')); 9461 unittest.expect(o[0], unittest.equals('foo'));
9462 unittest.expect(o[1], unittest.equals('foo')); 9462 unittest.expect(o[1], unittest.equals('foo'));
9463 } 9463 }
9464 9464
9465 buildUnnamed2426() { 9465 buildUnnamed2520() {
9466 var o = new core.List<core.String>(); 9466 var o = new core.List<core.String>();
9467 o.add("foo"); 9467 o.add("foo");
9468 o.add("foo"); 9468 o.add("foo");
9469 return o; 9469 return o;
9470 } 9470 }
9471 9471
9472 checkUnnamed2426(core.List<core.String> o) { 9472 checkUnnamed2520(core.List<core.String> o) {
9473 unittest.expect(o, unittest.hasLength(2)); 9473 unittest.expect(o, unittest.hasLength(2));
9474 unittest.expect(o[0], unittest.equals('foo')); 9474 unittest.expect(o[0], unittest.equals('foo'));
9475 unittest.expect(o[1], unittest.equals('foo')); 9475 unittest.expect(o[1], unittest.equals('foo'));
9476 } 9476 }
9477 9477
9478 buildUnnamed2427() { 9478 buildUnnamed2521() {
9479 var o = new core.List<core.String>(); 9479 var o = new core.List<core.String>();
9480 o.add("foo"); 9480 o.add("foo");
9481 o.add("foo"); 9481 o.add("foo");
9482 return o; 9482 return o;
9483 } 9483 }
9484 9484
9485 checkUnnamed2427(core.List<core.String> o) { 9485 checkUnnamed2521(core.List<core.String> o) {
9486 unittest.expect(o, unittest.hasLength(2)); 9486 unittest.expect(o, unittest.hasLength(2));
9487 unittest.expect(o[0], unittest.equals('foo')); 9487 unittest.expect(o[0], unittest.equals('foo'));
9488 unittest.expect(o[1], unittest.equals('foo')); 9488 unittest.expect(o[1], unittest.equals('foo'));
9489 } 9489 }
9490 9490
9491 buildUnnamed2428() { 9491 buildUnnamed2522() {
9492 var o = new core.List<core.String>(); 9492 var o = new core.List<core.String>();
9493 o.add("foo"); 9493 o.add("foo");
9494 o.add("foo"); 9494 o.add("foo");
9495 return o; 9495 return o;
9496 } 9496 }
9497 9497
9498 checkUnnamed2428(core.List<core.String> o) { 9498 checkUnnamed2522(core.List<core.String> o) {
9499 unittest.expect(o, unittest.hasLength(2)); 9499 unittest.expect(o, unittest.hasLength(2));
9500 unittest.expect(o[0], unittest.equals('foo')); 9500 unittest.expect(o[0], unittest.equals('foo'));
9501 unittest.expect(o[1], unittest.equals('foo')); 9501 unittest.expect(o[1], unittest.equals('foo'));
9502 } 9502 }
9503 9503
9504 buildUnnamed2429() { 9504 buildUnnamed2523() {
9505 var o = new core.List<core.String>(); 9505 var o = new core.List<core.String>();
9506 o.add("foo"); 9506 o.add("foo");
9507 o.add("foo"); 9507 o.add("foo");
9508 return o; 9508 return o;
9509 } 9509 }
9510 9510
9511 checkUnnamed2429(core.List<core.String> o) { 9511 checkUnnamed2523(core.List<core.String> o) {
9512 unittest.expect(o, unittest.hasLength(2)); 9512 unittest.expect(o, unittest.hasLength(2));
9513 unittest.expect(o[0], unittest.equals('foo')); 9513 unittest.expect(o[0], unittest.equals('foo'));
9514 unittest.expect(o[1], unittest.equals('foo')); 9514 unittest.expect(o[1], unittest.equals('foo'));
9515 } 9515 }
9516 9516
9517 buildUnnamed2430() { 9517 buildUnnamed2524() {
9518 var o = new core.List<core.String>(); 9518 var o = new core.List<core.String>();
9519 o.add("foo"); 9519 o.add("foo");
9520 o.add("foo"); 9520 o.add("foo");
9521 return o; 9521 return o;
9522 } 9522 }
9523 9523
9524 checkUnnamed2430(core.List<core.String> o) { 9524 checkUnnamed2524(core.List<core.String> o) {
9525 unittest.expect(o, unittest.hasLength(2)); 9525 unittest.expect(o, unittest.hasLength(2));
9526 unittest.expect(o[0], unittest.equals('foo')); 9526 unittest.expect(o[0], unittest.equals('foo'));
9527 unittest.expect(o[1], unittest.equals('foo')); 9527 unittest.expect(o[1], unittest.equals('foo'));
9528 } 9528 }
9529 9529
9530 buildUnnamed2431() { 9530 buildUnnamed2525() {
9531 var o = new core.List<core.String>(); 9531 var o = new core.List<core.String>();
9532 o.add("foo"); 9532 o.add("foo");
9533 o.add("foo"); 9533 o.add("foo");
9534 return o; 9534 return o;
9535 } 9535 }
9536 9536
9537 checkUnnamed2431(core.List<core.String> o) { 9537 checkUnnamed2525(core.List<core.String> o) {
9538 unittest.expect(o, unittest.hasLength(2)); 9538 unittest.expect(o, unittest.hasLength(2));
9539 unittest.expect(o[0], unittest.equals('foo')); 9539 unittest.expect(o[0], unittest.equals('foo'));
9540 unittest.expect(o[1], unittest.equals('foo')); 9540 unittest.expect(o[1], unittest.equals('foo'));
9541 } 9541 }
9542 9542
9543 buildUnnamed2432() { 9543 buildUnnamed2526() {
9544 var o = new core.List<core.String>(); 9544 var o = new core.List<core.String>();
9545 o.add("foo"); 9545 o.add("foo");
9546 o.add("foo"); 9546 o.add("foo");
9547 return o; 9547 return o;
9548 } 9548 }
9549 9549
9550 checkUnnamed2432(core.List<core.String> o) { 9550 checkUnnamed2526(core.List<core.String> o) {
9551 unittest.expect(o, unittest.hasLength(2)); 9551 unittest.expect(o, unittest.hasLength(2));
9552 unittest.expect(o[0], unittest.equals('foo')); 9552 unittest.expect(o[0], unittest.equals('foo'));
9553 unittest.expect(o[1], unittest.equals('foo')); 9553 unittest.expect(o[1], unittest.equals('foo'));
9554 } 9554 }
9555 9555
9556 buildUnnamed2433() { 9556 buildUnnamed2527() {
9557 var o = new core.List<core.String>(); 9557 var o = new core.List<core.String>();
9558 o.add("foo"); 9558 o.add("foo");
9559 o.add("foo"); 9559 o.add("foo");
9560 return o; 9560 return o;
9561 } 9561 }
9562 9562
9563 checkUnnamed2433(core.List<core.String> o) { 9563 checkUnnamed2527(core.List<core.String> o) {
9564 unittest.expect(o, unittest.hasLength(2)); 9564 unittest.expect(o, unittest.hasLength(2));
9565 unittest.expect(o[0], unittest.equals('foo')); 9565 unittest.expect(o[0], unittest.equals('foo'));
9566 unittest.expect(o[1], unittest.equals('foo')); 9566 unittest.expect(o[1], unittest.equals('foo'));
9567 } 9567 }
9568 9568
9569 buildUnnamed2434() { 9569 buildUnnamed2528() {
9570 var o = new core.List<core.String>(); 9570 var o = new core.List<core.String>();
9571 o.add("foo"); 9571 o.add("foo");
9572 o.add("foo"); 9572 o.add("foo");
9573 return o; 9573 return o;
9574 } 9574 }
9575 9575
9576 checkUnnamed2434(core.List<core.String> o) { 9576 checkUnnamed2528(core.List<core.String> o) {
9577 unittest.expect(o, unittest.hasLength(2)); 9577 unittest.expect(o, unittest.hasLength(2));
9578 unittest.expect(o[0], unittest.equals('foo')); 9578 unittest.expect(o[0], unittest.equals('foo'));
9579 unittest.expect(o[1], unittest.equals('foo')); 9579 unittest.expect(o[1], unittest.equals('foo'));
9580 } 9580 }
9581 9581
9582 buildUnnamed2435() { 9582 buildUnnamed2529() {
9583 var o = new core.List<core.String>(); 9583 var o = new core.List<core.String>();
9584 o.add("foo"); 9584 o.add("foo");
9585 o.add("foo"); 9585 o.add("foo");
9586 return o; 9586 return o;
9587 } 9587 }
9588 9588
9589 checkUnnamed2435(core.List<core.String> o) { 9589 checkUnnamed2529(core.List<core.String> o) {
9590 unittest.expect(o, unittest.hasLength(2)); 9590 unittest.expect(o, unittest.hasLength(2));
9591 unittest.expect(o[0], unittest.equals('foo')); 9591 unittest.expect(o[0], unittest.equals('foo'));
9592 unittest.expect(o[1], unittest.equals('foo')); 9592 unittest.expect(o[1], unittest.equals('foo'));
9593 } 9593 }
9594 9594
9595 buildUnnamed2436() { 9595 buildUnnamed2530() {
9596 var o = new core.List<core.String>(); 9596 var o = new core.List<core.String>();
9597 o.add("foo"); 9597 o.add("foo");
9598 o.add("foo"); 9598 o.add("foo");
9599 return o; 9599 return o;
9600 } 9600 }
9601 9601
9602 checkUnnamed2436(core.List<core.String> o) { 9602 checkUnnamed2530(core.List<core.String> o) {
9603 unittest.expect(o, unittest.hasLength(2)); 9603 unittest.expect(o, unittest.hasLength(2));
9604 unittest.expect(o[0], unittest.equals('foo')); 9604 unittest.expect(o[0], unittest.equals('foo'));
9605 unittest.expect(o[1], unittest.equals('foo')); 9605 unittest.expect(o[1], unittest.equals('foo'));
9606 } 9606 }
9607 9607
9608 buildUnnamed2437() { 9608 buildUnnamed2531() {
9609 var o = new core.List<core.String>(); 9609 var o = new core.List<core.String>();
9610 o.add("foo"); 9610 o.add("foo");
9611 o.add("foo"); 9611 o.add("foo");
9612 return o; 9612 return o;
9613 } 9613 }
9614 9614
9615 checkUnnamed2437(core.List<core.String> o) { 9615 checkUnnamed2531(core.List<core.String> o) {
9616 unittest.expect(o, unittest.hasLength(2)); 9616 unittest.expect(o, unittest.hasLength(2));
9617 unittest.expect(o[0], unittest.equals('foo')); 9617 unittest.expect(o[0], unittest.equals('foo'));
9618 unittest.expect(o[1], unittest.equals('foo')); 9618 unittest.expect(o[1], unittest.equals('foo'));
9619 } 9619 }
9620 9620
9621 buildUnnamed2438() { 9621 buildUnnamed2532() {
9622 var o = new core.List<core.String>(); 9622 var o = new core.List<core.String>();
9623 o.add("foo"); 9623 o.add("foo");
9624 o.add("foo"); 9624 o.add("foo");
9625 return o; 9625 return o;
9626 } 9626 }
9627 9627
9628 checkUnnamed2438(core.List<core.String> o) { 9628 checkUnnamed2532(core.List<core.String> o) {
9629 unittest.expect(o, unittest.hasLength(2)); 9629 unittest.expect(o, unittest.hasLength(2));
9630 unittest.expect(o[0], unittest.equals('foo')); 9630 unittest.expect(o[0], unittest.equals('foo'));
9631 unittest.expect(o[1], unittest.equals('foo')); 9631 unittest.expect(o[1], unittest.equals('foo'));
9632 } 9632 }
9633 9633
9634 buildUnnamed2439() { 9634 buildUnnamed2533() {
9635 var o = new core.List<core.String>(); 9635 var o = new core.List<core.String>();
9636 o.add("foo"); 9636 o.add("foo");
9637 o.add("foo"); 9637 o.add("foo");
9638 return o; 9638 return o;
9639 } 9639 }
9640 9640
9641 checkUnnamed2439(core.List<core.String> o) { 9641 checkUnnamed2533(core.List<core.String> o) {
9642 unittest.expect(o, unittest.hasLength(2)); 9642 unittest.expect(o, unittest.hasLength(2));
9643 unittest.expect(o[0], unittest.equals('foo')); 9643 unittest.expect(o[0], unittest.equals('foo'));
9644 unittest.expect(o[1], unittest.equals('foo')); 9644 unittest.expect(o[1], unittest.equals('foo'));
9645 } 9645 }
9646 9646
9647 buildUnnamed2440() { 9647 buildUnnamed2534() {
9648 var o = new core.List<core.String>(); 9648 var o = new core.List<core.String>();
9649 o.add("foo"); 9649 o.add("foo");
9650 o.add("foo"); 9650 o.add("foo");
9651 return o; 9651 return o;
9652 } 9652 }
9653 9653
9654 checkUnnamed2440(core.List<core.String> o) { 9654 checkUnnamed2534(core.List<core.String> o) {
9655 unittest.expect(o, unittest.hasLength(2)); 9655 unittest.expect(o, unittest.hasLength(2));
9656 unittest.expect(o[0], unittest.equals('foo')); 9656 unittest.expect(o[0], unittest.equals('foo'));
9657 unittest.expect(o[1], unittest.equals('foo')); 9657 unittest.expect(o[1], unittest.equals('foo'));
9658 } 9658 }
9659 9659
9660 buildUnnamed2441() { 9660 buildUnnamed2535() {
9661 var o = new core.List<core.String>(); 9661 var o = new core.List<core.String>();
9662 o.add("foo"); 9662 o.add("foo");
9663 o.add("foo"); 9663 o.add("foo");
9664 return o; 9664 return o;
9665 } 9665 }
9666 9666
9667 checkUnnamed2441(core.List<core.String> o) { 9667 checkUnnamed2535(core.List<core.String> o) {
9668 unittest.expect(o, unittest.hasLength(2)); 9668 unittest.expect(o, unittest.hasLength(2));
9669 unittest.expect(o[0], unittest.equals('foo')); 9669 unittest.expect(o[0], unittest.equals('foo'));
9670 unittest.expect(o[1], unittest.equals('foo')); 9670 unittest.expect(o[1], unittest.equals('foo'));
9671 } 9671 }
9672 9672
9673 buildUnnamed2442() { 9673 buildUnnamed2536() {
9674 var o = new core.List<core.String>(); 9674 var o = new core.List<core.String>();
9675 o.add("foo"); 9675 o.add("foo");
9676 o.add("foo"); 9676 o.add("foo");
9677 return o; 9677 return o;
9678 } 9678 }
9679 9679
9680 checkUnnamed2442(core.List<core.String> o) { 9680 checkUnnamed2536(core.List<core.String> o) {
9681 unittest.expect(o, unittest.hasLength(2)); 9681 unittest.expect(o, unittest.hasLength(2));
9682 unittest.expect(o[0], unittest.equals('foo')); 9682 unittest.expect(o[0], unittest.equals('foo'));
9683 unittest.expect(o[1], unittest.equals('foo')); 9683 unittest.expect(o[1], unittest.equals('foo'));
9684 } 9684 }
9685 9685
9686 buildUnnamed2443() { 9686 buildUnnamed2537() {
9687 var o = new core.List<core.String>(); 9687 var o = new core.List<core.String>();
9688 o.add("foo"); 9688 o.add("foo");
9689 o.add("foo"); 9689 o.add("foo");
9690 return o; 9690 return o;
9691 } 9691 }
9692 9692
9693 checkUnnamed2443(core.List<core.String> o) { 9693 checkUnnamed2537(core.List<core.String> o) {
9694 unittest.expect(o, unittest.hasLength(2)); 9694 unittest.expect(o, unittest.hasLength(2));
9695 unittest.expect(o[0], unittest.equals('foo')); 9695 unittest.expect(o[0], unittest.equals('foo'));
9696 unittest.expect(o[1], unittest.equals('foo')); 9696 unittest.expect(o[1], unittest.equals('foo'));
9697 } 9697 }
9698 9698
9699 buildUnnamed2444() { 9699 buildUnnamed2538() {
9700 var o = new core.List<core.String>(); 9700 var o = new core.List<core.String>();
9701 o.add("foo"); 9701 o.add("foo");
9702 o.add("foo"); 9702 o.add("foo");
9703 return o; 9703 return o;
9704 } 9704 }
9705 9705
9706 checkUnnamed2444(core.List<core.String> o) { 9706 checkUnnamed2538(core.List<core.String> o) {
9707 unittest.expect(o, unittest.hasLength(2)); 9707 unittest.expect(o, unittest.hasLength(2));
9708 unittest.expect(o[0], unittest.equals('foo')); 9708 unittest.expect(o[0], unittest.equals('foo'));
9709 unittest.expect(o[1], unittest.equals('foo')); 9709 unittest.expect(o[1], unittest.equals('foo'));
9710 } 9710 }
9711 9711
9712 buildUnnamed2445() { 9712 buildUnnamed2539() {
9713 var o = new core.List<core.String>(); 9713 var o = new core.List<core.String>();
9714 o.add("foo"); 9714 o.add("foo");
9715 o.add("foo"); 9715 o.add("foo");
9716 return o; 9716 return o;
9717 } 9717 }
9718 9718
9719 checkUnnamed2445(core.List<core.String> o) { 9719 checkUnnamed2539(core.List<core.String> o) {
9720 unittest.expect(o, unittest.hasLength(2)); 9720 unittest.expect(o, unittest.hasLength(2));
9721 unittest.expect(o[0], unittest.equals('foo')); 9721 unittest.expect(o[0], unittest.equals('foo'));
9722 unittest.expect(o[1], unittest.equals('foo')); 9722 unittest.expect(o[1], unittest.equals('foo'));
9723 } 9723 }
9724 9724
9725 buildUnnamed2446() { 9725 buildUnnamed2540() {
9726 var o = new core.List<core.String>(); 9726 var o = new core.List<core.String>();
9727 o.add("foo"); 9727 o.add("foo");
9728 o.add("foo"); 9728 o.add("foo");
9729 return o; 9729 return o;
9730 } 9730 }
9731 9731
9732 checkUnnamed2446(core.List<core.String> o) { 9732 checkUnnamed2540(core.List<core.String> o) {
9733 unittest.expect(o, unittest.hasLength(2)); 9733 unittest.expect(o, unittest.hasLength(2));
9734 unittest.expect(o[0], unittest.equals('foo')); 9734 unittest.expect(o[0], unittest.equals('foo'));
9735 unittest.expect(o[1], unittest.equals('foo')); 9735 unittest.expect(o[1], unittest.equals('foo'));
9736 } 9736 }
9737 9737
9738 buildUnnamed2447() { 9738 buildUnnamed2541() {
9739 var o = new core.List<core.String>(); 9739 var o = new core.List<core.String>();
9740 o.add("foo"); 9740 o.add("foo");
9741 o.add("foo"); 9741 o.add("foo");
9742 return o; 9742 return o;
9743 } 9743 }
9744 9744
9745 checkUnnamed2447(core.List<core.String> o) { 9745 checkUnnamed2541(core.List<core.String> o) {
9746 unittest.expect(o, unittest.hasLength(2)); 9746 unittest.expect(o, unittest.hasLength(2));
9747 unittest.expect(o[0], unittest.equals('foo')); 9747 unittest.expect(o[0], unittest.equals('foo'));
9748 unittest.expect(o[1], unittest.equals('foo')); 9748 unittest.expect(o[1], unittest.equals('foo'));
9749 } 9749 }
9750 9750
9751 buildUnnamed2448() { 9751 buildUnnamed2542() {
9752 var o = new core.List<core.String>(); 9752 var o = new core.List<core.String>();
9753 o.add("foo"); 9753 o.add("foo");
9754 o.add("foo"); 9754 o.add("foo");
9755 return o; 9755 return o;
9756 } 9756 }
9757 9757
9758 checkUnnamed2448(core.List<core.String> o) { 9758 checkUnnamed2542(core.List<core.String> o) {
9759 unittest.expect(o, unittest.hasLength(2)); 9759 unittest.expect(o, unittest.hasLength(2));
9760 unittest.expect(o[0], unittest.equals('foo')); 9760 unittest.expect(o[0], unittest.equals('foo'));
9761 unittest.expect(o[1], unittest.equals('foo')); 9761 unittest.expect(o[1], unittest.equals('foo'));
9762 } 9762 }
9763 9763
9764 buildUnnamed2449() { 9764 buildUnnamed2543() {
9765 var o = new core.List<core.String>(); 9765 var o = new core.List<core.String>();
9766 o.add("foo"); 9766 o.add("foo");
9767 o.add("foo"); 9767 o.add("foo");
9768 return o; 9768 return o;
9769 } 9769 }
9770 9770
9771 checkUnnamed2449(core.List<core.String> o) { 9771 checkUnnamed2543(core.List<core.String> o) {
9772 unittest.expect(o, unittest.hasLength(2)); 9772 unittest.expect(o, unittest.hasLength(2));
9773 unittest.expect(o[0], unittest.equals('foo')); 9773 unittest.expect(o[0], unittest.equals('foo'));
9774 unittest.expect(o[1], unittest.equals('foo')); 9774 unittest.expect(o[1], unittest.equals('foo'));
9775 } 9775 }
9776 9776
9777 buildUnnamed2450() { 9777 buildUnnamed2544() {
9778 var o = new core.List<core.String>(); 9778 var o = new core.List<core.String>();
9779 o.add("foo"); 9779 o.add("foo");
9780 o.add("foo"); 9780 o.add("foo");
9781 return o; 9781 return o;
9782 } 9782 }
9783 9783
9784 checkUnnamed2450(core.List<core.String> o) { 9784 checkUnnamed2544(core.List<core.String> o) {
9785 unittest.expect(o, unittest.hasLength(2)); 9785 unittest.expect(o, unittest.hasLength(2));
9786 unittest.expect(o[0], unittest.equals('foo')); 9786 unittest.expect(o[0], unittest.equals('foo'));
9787 unittest.expect(o[1], unittest.equals('foo')); 9787 unittest.expect(o[1], unittest.equals('foo'));
9788 } 9788 }
9789 9789
9790 buildUnnamed2451() { 9790 buildUnnamed2545() {
9791 var o = new core.List<core.String>(); 9791 var o = new core.List<core.String>();
9792 o.add("foo"); 9792 o.add("foo");
9793 o.add("foo"); 9793 o.add("foo");
9794 return o; 9794 return o;
9795 } 9795 }
9796 9796
9797 checkUnnamed2451(core.List<core.String> o) { 9797 checkUnnamed2545(core.List<core.String> o) {
9798 unittest.expect(o, unittest.hasLength(2)); 9798 unittest.expect(o, unittest.hasLength(2));
9799 unittest.expect(o[0], unittest.equals('foo')); 9799 unittest.expect(o[0], unittest.equals('foo'));
9800 unittest.expect(o[1], unittest.equals('foo')); 9800 unittest.expect(o[1], unittest.equals('foo'));
9801 } 9801 }
9802 9802
9803 buildUnnamed2452() { 9803 buildUnnamed2546() {
9804 var o = new core.List<core.String>(); 9804 var o = new core.List<core.String>();
9805 o.add("foo"); 9805 o.add("foo");
9806 o.add("foo"); 9806 o.add("foo");
9807 return o; 9807 return o;
9808 } 9808 }
9809 9809
9810 checkUnnamed2452(core.List<core.String> o) { 9810 checkUnnamed2546(core.List<core.String> o) {
9811 unittest.expect(o, unittest.hasLength(2)); 9811 unittest.expect(o, unittest.hasLength(2));
9812 unittest.expect(o[0], unittest.equals('foo')); 9812 unittest.expect(o[0], unittest.equals('foo'));
9813 unittest.expect(o[1], unittest.equals('foo')); 9813 unittest.expect(o[1], unittest.equals('foo'));
9814 } 9814 }
9815 9815
9816 buildUnnamed2453() { 9816 buildUnnamed2547() {
9817 var o = new core.List<core.String>(); 9817 var o = new core.List<core.String>();
9818 o.add("foo"); 9818 o.add("foo");
9819 o.add("foo"); 9819 o.add("foo");
9820 return o; 9820 return o;
9821 } 9821 }
9822 9822
9823 checkUnnamed2453(core.List<core.String> o) { 9823 checkUnnamed2547(core.List<core.String> o) {
9824 unittest.expect(o, unittest.hasLength(2)); 9824 unittest.expect(o, unittest.hasLength(2));
9825 unittest.expect(o[0], unittest.equals('foo')); 9825 unittest.expect(o[0], unittest.equals('foo'));
9826 unittest.expect(o[1], unittest.equals('foo')); 9826 unittest.expect(o[1], unittest.equals('foo'));
9827 } 9827 }
9828 9828
9829 buildUnnamed2454() { 9829 buildUnnamed2548() {
9830 var o = new core.List<core.String>(); 9830 var o = new core.List<core.String>();
9831 o.add("foo"); 9831 o.add("foo");
9832 o.add("foo"); 9832 o.add("foo");
9833 return o; 9833 return o;
9834 } 9834 }
9835 9835
9836 checkUnnamed2454(core.List<core.String> o) { 9836 checkUnnamed2548(core.List<core.String> o) {
9837 unittest.expect(o, unittest.hasLength(2)); 9837 unittest.expect(o, unittest.hasLength(2));
9838 unittest.expect(o[0], unittest.equals('foo')); 9838 unittest.expect(o[0], unittest.equals('foo'));
9839 unittest.expect(o[1], unittest.equals('foo')); 9839 unittest.expect(o[1], unittest.equals('foo'));
9840 } 9840 }
9841 9841
9842 buildUnnamed2455() { 9842 buildUnnamed2549() {
9843 var o = new core.List<core.String>(); 9843 var o = new core.List<core.String>();
9844 o.add("foo"); 9844 o.add("foo");
9845 o.add("foo"); 9845 o.add("foo");
9846 return o; 9846 return o;
9847 } 9847 }
9848 9848
9849 checkUnnamed2455(core.List<core.String> o) { 9849 checkUnnamed2549(core.List<core.String> o) {
9850 unittest.expect(o, unittest.hasLength(2)); 9850 unittest.expect(o, unittest.hasLength(2));
9851 unittest.expect(o[0], unittest.equals('foo')); 9851 unittest.expect(o[0], unittest.equals('foo'));
9852 unittest.expect(o[1], unittest.equals('foo')); 9852 unittest.expect(o[1], unittest.equals('foo'));
9853 } 9853 }
9854 9854
9855 buildUnnamed2456() { 9855 buildUnnamed2550() {
9856 var o = new core.List<core.String>(); 9856 var o = new core.List<core.String>();
9857 o.add("foo"); 9857 o.add("foo");
9858 o.add("foo"); 9858 o.add("foo");
9859 return o; 9859 return o;
9860 } 9860 }
9861 9861
9862 checkUnnamed2456(core.List<core.String> o) { 9862 checkUnnamed2550(core.List<core.String> o) {
9863 unittest.expect(o, unittest.hasLength(2)); 9863 unittest.expect(o, unittest.hasLength(2));
9864 unittest.expect(o[0], unittest.equals('foo')); 9864 unittest.expect(o[0], unittest.equals('foo'));
9865 unittest.expect(o[1], unittest.equals('foo')); 9865 unittest.expect(o[1], unittest.equals('foo'));
9866 } 9866 }
9867 9867
9868 buildUnnamed2457() { 9868 buildUnnamed2551() {
9869 var o = new core.List<core.String>(); 9869 var o = new core.List<core.String>();
9870 o.add("foo"); 9870 o.add("foo");
9871 o.add("foo"); 9871 o.add("foo");
9872 return o; 9872 return o;
9873 } 9873 }
9874 9874
9875 checkUnnamed2457(core.List<core.String> o) { 9875 checkUnnamed2551(core.List<core.String> o) {
9876 unittest.expect(o, unittest.hasLength(2)); 9876 unittest.expect(o, unittest.hasLength(2));
9877 unittest.expect(o[0], unittest.equals('foo')); 9877 unittest.expect(o[0], unittest.equals('foo'));
9878 unittest.expect(o[1], unittest.equals('foo')); 9878 unittest.expect(o[1], unittest.equals('foo'));
9879 } 9879 }
9880 9880
9881 buildUnnamed2458() { 9881 buildUnnamed2552() {
9882 var o = new core.List<core.String>(); 9882 var o = new core.List<core.String>();
9883 o.add("foo"); 9883 o.add("foo");
9884 o.add("foo"); 9884 o.add("foo");
9885 return o; 9885 return o;
9886 } 9886 }
9887 9887
9888 checkUnnamed2458(core.List<core.String> o) { 9888 checkUnnamed2552(core.List<core.String> o) {
9889 unittest.expect(o, unittest.hasLength(2)); 9889 unittest.expect(o, unittest.hasLength(2));
9890 unittest.expect(o[0], unittest.equals('foo')); 9890 unittest.expect(o[0], unittest.equals('foo'));
9891 unittest.expect(o[1], unittest.equals('foo')); 9891 unittest.expect(o[1], unittest.equals('foo'));
9892 } 9892 }
9893 9893
9894 buildUnnamed2459() { 9894 buildUnnamed2553() {
9895 var o = new core.List<core.String>(); 9895 var o = new core.List<core.String>();
9896 o.add("foo"); 9896 o.add("foo");
9897 o.add("foo"); 9897 o.add("foo");
9898 return o; 9898 return o;
9899 } 9899 }
9900 9900
9901 checkUnnamed2459(core.List<core.String> o) { 9901 checkUnnamed2553(core.List<core.String> o) {
9902 unittest.expect(o, unittest.hasLength(2)); 9902 unittest.expect(o, unittest.hasLength(2));
9903 unittest.expect(o[0], unittest.equals('foo')); 9903 unittest.expect(o[0], unittest.equals('foo'));
9904 unittest.expect(o[1], unittest.equals('foo')); 9904 unittest.expect(o[1], unittest.equals('foo'));
9905 } 9905 }
9906 9906
9907 buildUnnamed2460() { 9907 buildUnnamed2554() {
9908 var o = new core.List<core.String>(); 9908 var o = new core.List<core.String>();
9909 o.add("foo"); 9909 o.add("foo");
9910 o.add("foo"); 9910 o.add("foo");
9911 return o; 9911 return o;
9912 } 9912 }
9913 9913
9914 checkUnnamed2460(core.List<core.String> o) { 9914 checkUnnamed2554(core.List<core.String> o) {
9915 unittest.expect(o, unittest.hasLength(2)); 9915 unittest.expect(o, unittest.hasLength(2));
9916 unittest.expect(o[0], unittest.equals('foo')); 9916 unittest.expect(o[0], unittest.equals('foo'));
9917 unittest.expect(o[1], unittest.equals('foo')); 9917 unittest.expect(o[1], unittest.equals('foo'));
9918 } 9918 }
9919 9919
9920 9920
9921 main() { 9921 main() {
9922 unittest.group("obj-schema-Account", () { 9922 unittest.group("obj-schema-Account", () {
9923 unittest.test("to-json--from-json", () { 9923 unittest.test("to-json--from-json", () {
9924 var o = buildAccount(); 9924 var o = buildAccount();
9925 var od = new api.Account.fromJson(o.toJson()); 9925 var od = new api.Account.fromJson(o.toJson());
9926 checkAccount(od); 9926 checkAccount(od);
9927 }); 9927 });
(...skipping 2338 matching lines...) Expand 10 before | Expand all | Expand 10 after
12266 checkAccountUserProfile(response); 12266 checkAccountUserProfile(response);
12267 }))); 12267 })));
12268 }); 12268 });
12269 12269
12270 unittest.test("method--list", () { 12270 unittest.test("method--list", () {
12271 12271
12272 var mock = new HttpServerMock(); 12272 var mock = new HttpServerMock();
12273 api.AccountUserProfilesResourceApi res = new api.DfareportingApi(mock).acc ountUserProfiles; 12273 api.AccountUserProfilesResourceApi res = new api.DfareportingApi(mock).acc ountUserProfiles;
12274 var arg_profileId = "foo"; 12274 var arg_profileId = "foo";
12275 var arg_active = true; 12275 var arg_active = true;
12276 var arg_ids = buildUnnamed2373(); 12276 var arg_ids = buildUnnamed2467();
12277 var arg_maxResults = 42; 12277 var arg_maxResults = 42;
12278 var arg_pageToken = "foo"; 12278 var arg_pageToken = "foo";
12279 var arg_searchString = "foo"; 12279 var arg_searchString = "foo";
12280 var arg_sortField = "foo"; 12280 var arg_sortField = "foo";
12281 var arg_sortOrder = "foo"; 12281 var arg_sortOrder = "foo";
12282 var arg_subaccountId = "foo"; 12282 var arg_subaccountId = "foo";
12283 var arg_userRoleId = "foo"; 12283 var arg_userRoleId = "foo";
12284 mock.register(unittest.expectAsync((http.BaseRequest req, json) { 12284 mock.register(unittest.expectAsync((http.BaseRequest req, json) {
12285 var path = (req.url).path; 12285 var path = (req.url).path;
12286 var pathOffset = 0; 12286 var pathOffset = 0;
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
12514 checkAccount(response); 12514 checkAccount(response);
12515 }))); 12515 })));
12516 }); 12516 });
12517 12517
12518 unittest.test("method--list", () { 12518 unittest.test("method--list", () {
12519 12519
12520 var mock = new HttpServerMock(); 12520 var mock = new HttpServerMock();
12521 api.AccountsResourceApi res = new api.DfareportingApi(mock).accounts; 12521 api.AccountsResourceApi res = new api.DfareportingApi(mock).accounts;
12522 var arg_profileId = "foo"; 12522 var arg_profileId = "foo";
12523 var arg_active = true; 12523 var arg_active = true;
12524 var arg_ids = buildUnnamed2374(); 12524 var arg_ids = buildUnnamed2468();
12525 var arg_maxResults = 42; 12525 var arg_maxResults = 42;
12526 var arg_pageToken = "foo"; 12526 var arg_pageToken = "foo";
12527 var arg_searchString = "foo"; 12527 var arg_searchString = "foo";
12528 var arg_sortField = "foo"; 12528 var arg_sortField = "foo";
12529 var arg_sortOrder = "foo"; 12529 var arg_sortOrder = "foo";
12530 mock.register(unittest.expectAsync((http.BaseRequest req, json) { 12530 mock.register(unittest.expectAsync((http.BaseRequest req, json) {
12531 var path = (req.url).path; 12531 var path = (req.url).path;
12532 var pathOffset = 0; 12532 var pathOffset = 0;
12533 var index; 12533 var index;
12534 var subPart; 12534 var subPart;
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
12817 }); 12817 });
12818 12818
12819 unittest.test("method--list", () { 12819 unittest.test("method--list", () {
12820 12820
12821 var mock = new HttpServerMock(); 12821 var mock = new HttpServerMock();
12822 api.AdsResourceApi res = new api.DfareportingApi(mock).ads; 12822 api.AdsResourceApi res = new api.DfareportingApi(mock).ads;
12823 var arg_profileId = "foo"; 12823 var arg_profileId = "foo";
12824 var arg_active = true; 12824 var arg_active = true;
12825 var arg_advertiserId = "foo"; 12825 var arg_advertiserId = "foo";
12826 var arg_archived = true; 12826 var arg_archived = true;
12827 var arg_audienceSegmentIds = buildUnnamed2375(); 12827 var arg_audienceSegmentIds = buildUnnamed2469();
12828 var arg_campaignIds = buildUnnamed2376(); 12828 var arg_campaignIds = buildUnnamed2470();
12829 var arg_compatibility = "foo"; 12829 var arg_compatibility = "foo";
12830 var arg_creativeIds = buildUnnamed2377(); 12830 var arg_creativeIds = buildUnnamed2471();
12831 var arg_creativeOptimizationConfigurationIds = buildUnnamed2378(); 12831 var arg_creativeOptimizationConfigurationIds = buildUnnamed2472();
12832 var arg_dynamicClickTracker = true; 12832 var arg_dynamicClickTracker = true;
12833 var arg_ids = buildUnnamed2379(); 12833 var arg_ids = buildUnnamed2473();
12834 var arg_landingPageIds = buildUnnamed2380(); 12834 var arg_landingPageIds = buildUnnamed2474();
12835 var arg_maxResults = 42; 12835 var arg_maxResults = 42;
12836 var arg_overriddenEventTagId = "foo"; 12836 var arg_overriddenEventTagId = "foo";
12837 var arg_pageToken = "foo"; 12837 var arg_pageToken = "foo";
12838 var arg_placementIds = buildUnnamed2381(); 12838 var arg_placementIds = buildUnnamed2475();
12839 var arg_remarketingListIds = buildUnnamed2382(); 12839 var arg_remarketingListIds = buildUnnamed2476();
12840 var arg_searchString = "foo"; 12840 var arg_searchString = "foo";
12841 var arg_sizeIds = buildUnnamed2383(); 12841 var arg_sizeIds = buildUnnamed2477();
12842 var arg_sortField = "foo"; 12842 var arg_sortField = "foo";
12843 var arg_sortOrder = "foo"; 12843 var arg_sortOrder = "foo";
12844 var arg_sslCompliant = true; 12844 var arg_sslCompliant = true;
12845 var arg_sslRequired = true; 12845 var arg_sslRequired = true;
12846 var arg_type = buildUnnamed2384(); 12846 var arg_type = buildUnnamed2478();
12847 mock.register(unittest.expectAsync((http.BaseRequest req, json) { 12847 mock.register(unittest.expectAsync((http.BaseRequest req, json) {
12848 var path = (req.url).path; 12848 var path = (req.url).path;
12849 var pathOffset = 0; 12849 var pathOffset = 0;
12850 var index; 12850 var index;
12851 var subPart; 12851 var subPart;
12852 unittest.expect(path.substring(pathOffset, pathOffset + 1), unittest.equ als("/")); 12852 unittest.expect(path.substring(pathOffset, pathOffset + 1), unittest.equ als("/"));
12853 pathOffset += 1; 12853 pathOffset += 1;
12854 unittest.expect(path.substring(pathOffset, pathOffset + 18), unittest.eq uals("dfareporting/v2.7/")); 12854 unittest.expect(path.substring(pathOffset, pathOffset + 18), unittest.eq uals("dfareporting/v2.7/"));
12855 pathOffset += 18; 12855 pathOffset += 18;
12856 unittest.expect(path.substring(pathOffset, pathOffset + 13), unittest.eq uals("userprofiles/")); 12856 unittest.expect(path.substring(pathOffset, pathOffset + 13), unittest.eq uals("userprofiles/"));
(...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
13202 res.insert(arg_request, arg_profileId).then(unittest.expectAsync(((api.Adv ertiserGroup response) { 13202 res.insert(arg_request, arg_profileId).then(unittest.expectAsync(((api.Adv ertiserGroup response) {
13203 checkAdvertiserGroup(response); 13203 checkAdvertiserGroup(response);
13204 }))); 13204 })));
13205 }); 13205 });
13206 13206
13207 unittest.test("method--list", () { 13207 unittest.test("method--list", () {
13208 13208
13209 var mock = new HttpServerMock(); 13209 var mock = new HttpServerMock();
13210 api.AdvertiserGroupsResourceApi res = new api.DfareportingApi(mock).advert iserGroups; 13210 api.AdvertiserGroupsResourceApi res = new api.DfareportingApi(mock).advert iserGroups;
13211 var arg_profileId = "foo"; 13211 var arg_profileId = "foo";
13212 var arg_ids = buildUnnamed2385(); 13212 var arg_ids = buildUnnamed2479();
13213 var arg_maxResults = 42; 13213 var arg_maxResults = 42;
13214 var arg_pageToken = "foo"; 13214 var arg_pageToken = "foo";
13215 var arg_searchString = "foo"; 13215 var arg_searchString = "foo";
13216 var arg_sortField = "foo"; 13216 var arg_sortField = "foo";
13217 var arg_sortOrder = "foo"; 13217 var arg_sortOrder = "foo";
13218 mock.register(unittest.expectAsync((http.BaseRequest req, json) { 13218 mock.register(unittest.expectAsync((http.BaseRequest req, json) {
13219 var path = (req.url).path; 13219 var path = (req.url).path;
13220 var pathOffset = 0; 13220 var pathOffset = 0;
13221 var index; 13221 var index;
13222 var subPart; 13222 var subPart;
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
13501 res.insert(arg_request, arg_profileId).then(unittest.expectAsync(((api.Adv ertiser response) { 13501 res.insert(arg_request, arg_profileId).then(unittest.expectAsync(((api.Adv ertiser response) {
13502 checkAdvertiser(response); 13502 checkAdvertiser(response);
13503 }))); 13503 })));
13504 }); 13504 });
13505 13505
13506 unittest.test("method--list", () { 13506 unittest.test("method--list", () {
13507 13507
13508 var mock = new HttpServerMock(); 13508 var mock = new HttpServerMock();
13509 api.AdvertisersResourceApi res = new api.DfareportingApi(mock).advertisers ; 13509 api.AdvertisersResourceApi res = new api.DfareportingApi(mock).advertisers ;
13510 var arg_profileId = "foo"; 13510 var arg_profileId = "foo";
13511 var arg_advertiserGroupIds = buildUnnamed2386(); 13511 var arg_advertiserGroupIds = buildUnnamed2480();
13512 var arg_floodlightConfigurationIds = buildUnnamed2387(); 13512 var arg_floodlightConfigurationIds = buildUnnamed2481();
13513 var arg_ids = buildUnnamed2388(); 13513 var arg_ids = buildUnnamed2482();
13514 var arg_includeAdvertisersWithoutGroupsOnly = true; 13514 var arg_includeAdvertisersWithoutGroupsOnly = true;
13515 var arg_maxResults = 42; 13515 var arg_maxResults = 42;
13516 var arg_onlyParent = true; 13516 var arg_onlyParent = true;
13517 var arg_pageToken = "foo"; 13517 var arg_pageToken = "foo";
13518 var arg_searchString = "foo"; 13518 var arg_searchString = "foo";
13519 var arg_sortField = "foo"; 13519 var arg_sortField = "foo";
13520 var arg_sortOrder = "foo"; 13520 var arg_sortOrder = "foo";
13521 var arg_status = "foo"; 13521 var arg_status = "foo";
13522 var arg_subaccountId = "foo"; 13522 var arg_subaccountId = "foo";
13523 mock.register(unittest.expectAsync((http.BaseRequest req, json) { 13523 mock.register(unittest.expectAsync((http.BaseRequest req, json) {
(...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after
14009 res.insert(arg_request, arg_profileId, arg_defaultLandingPageName, arg_def aultLandingPageUrl).then(unittest.expectAsync(((api.Campaign response) { 14009 res.insert(arg_request, arg_profileId, arg_defaultLandingPageName, arg_def aultLandingPageUrl).then(unittest.expectAsync(((api.Campaign response) {
14010 checkCampaign(response); 14010 checkCampaign(response);
14011 }))); 14011 })));
14012 }); 14012 });
14013 14013
14014 unittest.test("method--list", () { 14014 unittest.test("method--list", () {
14015 14015
14016 var mock = new HttpServerMock(); 14016 var mock = new HttpServerMock();
14017 api.CampaignsResourceApi res = new api.DfareportingApi(mock).campaigns; 14017 api.CampaignsResourceApi res = new api.DfareportingApi(mock).campaigns;
14018 var arg_profileId = "foo"; 14018 var arg_profileId = "foo";
14019 var arg_advertiserGroupIds = buildUnnamed2389(); 14019 var arg_advertiserGroupIds = buildUnnamed2483();
14020 var arg_advertiserIds = buildUnnamed2390(); 14020 var arg_advertiserIds = buildUnnamed2484();
14021 var arg_archived = true; 14021 var arg_archived = true;
14022 var arg_atLeastOneOptimizationActivity = true; 14022 var arg_atLeastOneOptimizationActivity = true;
14023 var arg_excludedIds = buildUnnamed2391(); 14023 var arg_excludedIds = buildUnnamed2485();
14024 var arg_ids = buildUnnamed2392(); 14024 var arg_ids = buildUnnamed2486();
14025 var arg_maxResults = 42; 14025 var arg_maxResults = 42;
14026 var arg_overriddenEventTagId = "foo"; 14026 var arg_overriddenEventTagId = "foo";
14027 var arg_pageToken = "foo"; 14027 var arg_pageToken = "foo";
14028 var arg_searchString = "foo"; 14028 var arg_searchString = "foo";
14029 var arg_sortField = "foo"; 14029 var arg_sortField = "foo";
14030 var arg_sortOrder = "foo"; 14030 var arg_sortOrder = "foo";
14031 var arg_subaccountId = "foo"; 14031 var arg_subaccountId = "foo";
14032 mock.register(unittest.expectAsync((http.BaseRequest req, json) { 14032 mock.register(unittest.expectAsync((http.BaseRequest req, json) {
14033 var path = (req.url).path; 14033 var path = (req.url).path;
14034 var pathOffset = 0; 14034 var pathOffset = 0;
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
14266 checkChangeLog(response); 14266 checkChangeLog(response);
14267 }))); 14267 })));
14268 }); 14268 });
14269 14269
14270 unittest.test("method--list", () { 14270 unittest.test("method--list", () {
14271 14271
14272 var mock = new HttpServerMock(); 14272 var mock = new HttpServerMock();
14273 api.ChangeLogsResourceApi res = new api.DfareportingApi(mock).changeLogs; 14273 api.ChangeLogsResourceApi res = new api.DfareportingApi(mock).changeLogs;
14274 var arg_profileId = "foo"; 14274 var arg_profileId = "foo";
14275 var arg_action = "foo"; 14275 var arg_action = "foo";
14276 var arg_ids = buildUnnamed2393(); 14276 var arg_ids = buildUnnamed2487();
14277 var arg_maxChangeTime = "foo"; 14277 var arg_maxChangeTime = "foo";
14278 var arg_maxResults = 42; 14278 var arg_maxResults = 42;
14279 var arg_minChangeTime = "foo"; 14279 var arg_minChangeTime = "foo";
14280 var arg_objectIds = buildUnnamed2394(); 14280 var arg_objectIds = buildUnnamed2488();
14281 var arg_objectType = "foo"; 14281 var arg_objectType = "foo";
14282 var arg_pageToken = "foo"; 14282 var arg_pageToken = "foo";
14283 var arg_searchString = "foo"; 14283 var arg_searchString = "foo";
14284 var arg_userProfileIds = buildUnnamed2395(); 14284 var arg_userProfileIds = buildUnnamed2489();
14285 mock.register(unittest.expectAsync((http.BaseRequest req, json) { 14285 mock.register(unittest.expectAsync((http.BaseRequest req, json) {
14286 var path = (req.url).path; 14286 var path = (req.url).path;
14287 var pathOffset = 0; 14287 var pathOffset = 0;
14288 var index; 14288 var index;
14289 var subPart; 14289 var subPart;
14290 unittest.expect(path.substring(pathOffset, pathOffset + 1), unittest.equ als("/")); 14290 unittest.expect(path.substring(pathOffset, pathOffset + 1), unittest.equ als("/"));
14291 pathOffset += 1; 14291 pathOffset += 1;
14292 unittest.expect(path.substring(pathOffset, pathOffset + 18), unittest.eq uals("dfareporting/v2.7/")); 14292 unittest.expect(path.substring(pathOffset, pathOffset + 18), unittest.eq uals("dfareporting/v2.7/"));
14293 pathOffset += 18; 14293 pathOffset += 18;
14294 unittest.expect(path.substring(pathOffset, pathOffset + 13), unittest.eq uals("userprofiles/")); 14294 unittest.expect(path.substring(pathOffset, pathOffset + 13), unittest.eq uals("userprofiles/"));
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
14342 14342
14343 }); 14343 });
14344 14344
14345 14345
14346 unittest.group("resource-CitiesResourceApi", () { 14346 unittest.group("resource-CitiesResourceApi", () {
14347 unittest.test("method--list", () { 14347 unittest.test("method--list", () {
14348 14348
14349 var mock = new HttpServerMock(); 14349 var mock = new HttpServerMock();
14350 api.CitiesResourceApi res = new api.DfareportingApi(mock).cities; 14350 api.CitiesResourceApi res = new api.DfareportingApi(mock).cities;
14351 var arg_profileId = "foo"; 14351 var arg_profileId = "foo";
14352 var arg_countryDartIds = buildUnnamed2396(); 14352 var arg_countryDartIds = buildUnnamed2490();
14353 var arg_dartIds = buildUnnamed2397(); 14353 var arg_dartIds = buildUnnamed2491();
14354 var arg_namePrefix = "foo"; 14354 var arg_namePrefix = "foo";
14355 var arg_regionDartIds = buildUnnamed2398(); 14355 var arg_regionDartIds = buildUnnamed2492();
14356 mock.register(unittest.expectAsync((http.BaseRequest req, json) { 14356 mock.register(unittest.expectAsync((http.BaseRequest req, json) {
14357 var path = (req.url).path; 14357 var path = (req.url).path;
14358 var pathOffset = 0; 14358 var pathOffset = 0;
14359 var index; 14359 var index;
14360 var subPart; 14360 var subPart;
14361 unittest.expect(path.substring(pathOffset, pathOffset + 1), unittest.equ als("/")); 14361 unittest.expect(path.substring(pathOffset, pathOffset + 1), unittest.equ als("/"));
14362 pathOffset += 1; 14362 pathOffset += 1;
14363 unittest.expect(path.substring(pathOffset, pathOffset + 18), unittest.eq uals("dfareporting/v2.7/")); 14363 unittest.expect(path.substring(pathOffset, pathOffset + 18), unittest.eq uals("dfareporting/v2.7/"));
14364 pathOffset += 18; 14364 pathOffset += 18;
14365 unittest.expect(path.substring(pathOffset, pathOffset + 13), unittest.eq uals("userprofiles/")); 14365 unittest.expect(path.substring(pathOffset, pathOffset + 13), unittest.eq uals("userprofiles/"));
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
14690 res.insert(arg_request, arg_profileId).then(unittest.expectAsync(((api.Con tentCategory response) { 14690 res.insert(arg_request, arg_profileId).then(unittest.expectAsync(((api.Con tentCategory response) {
14691 checkContentCategory(response); 14691 checkContentCategory(response);
14692 }))); 14692 })));
14693 }); 14693 });
14694 14694
14695 unittest.test("method--list", () { 14695 unittest.test("method--list", () {
14696 14696
14697 var mock = new HttpServerMock(); 14697 var mock = new HttpServerMock();
14698 api.ContentCategoriesResourceApi res = new api.DfareportingApi(mock).conte ntCategories; 14698 api.ContentCategoriesResourceApi res = new api.DfareportingApi(mock).conte ntCategories;
14699 var arg_profileId = "foo"; 14699 var arg_profileId = "foo";
14700 var arg_ids = buildUnnamed2399(); 14700 var arg_ids = buildUnnamed2493();
14701 var arg_maxResults = 42; 14701 var arg_maxResults = 42;
14702 var arg_pageToken = "foo"; 14702 var arg_pageToken = "foo";
14703 var arg_searchString = "foo"; 14703 var arg_searchString = "foo";
14704 var arg_sortField = "foo"; 14704 var arg_sortField = "foo";
14705 var arg_sortOrder = "foo"; 14705 var arg_sortOrder = "foo";
14706 mock.register(unittest.expectAsync((http.BaseRequest req, json) { 14706 mock.register(unittest.expectAsync((http.BaseRequest req, json) {
14707 var path = (req.url).path; 14707 var path = (req.url).path;
14708 var pathOffset = 0; 14708 var pathOffset = 0;
14709 var index; 14709 var index;
14710 var subPart; 14710 var subPart;
(...skipping 604 matching lines...) Expand 10 before | Expand all | Expand 10 after
15315 checkCreativeFieldValue(response); 15315 checkCreativeFieldValue(response);
15316 }))); 15316 })));
15317 }); 15317 });
15318 15318
15319 unittest.test("method--list", () { 15319 unittest.test("method--list", () {
15320 15320
15321 var mock = new HttpServerMock(); 15321 var mock = new HttpServerMock();
15322 api.CreativeFieldValuesResourceApi res = new api.DfareportingApi(mock).cre ativeFieldValues; 15322 api.CreativeFieldValuesResourceApi res = new api.DfareportingApi(mock).cre ativeFieldValues;
15323 var arg_profileId = "foo"; 15323 var arg_profileId = "foo";
15324 var arg_creativeFieldId = "foo"; 15324 var arg_creativeFieldId = "foo";
15325 var arg_ids = buildUnnamed2400(); 15325 var arg_ids = buildUnnamed2494();
15326 var arg_maxResults = 42; 15326 var arg_maxResults = 42;
15327 var arg_pageToken = "foo"; 15327 var arg_pageToken = "foo";
15328 var arg_searchString = "foo"; 15328 var arg_searchString = "foo";
15329 var arg_sortField = "foo"; 15329 var arg_sortField = "foo";
15330 var arg_sortOrder = "foo"; 15330 var arg_sortOrder = "foo";
15331 mock.register(unittest.expectAsync((http.BaseRequest req, json) { 15331 mock.register(unittest.expectAsync((http.BaseRequest req, json) {
15332 var path = (req.url).path; 15332 var path = (req.url).path;
15333 var pathOffset = 0; 15333 var pathOffset = 0;
15334 var index; 15334 var index;
15335 var subPart; 15335 var subPart;
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
15692 res.insert(arg_request, arg_profileId).then(unittest.expectAsync(((api.Cre ativeField response) { 15692 res.insert(arg_request, arg_profileId).then(unittest.expectAsync(((api.Cre ativeField response) {
15693 checkCreativeField(response); 15693 checkCreativeField(response);
15694 }))); 15694 })));
15695 }); 15695 });
15696 15696
15697 unittest.test("method--list", () { 15697 unittest.test("method--list", () {
15698 15698
15699 var mock = new HttpServerMock(); 15699 var mock = new HttpServerMock();
15700 api.CreativeFieldsResourceApi res = new api.DfareportingApi(mock).creative Fields; 15700 api.CreativeFieldsResourceApi res = new api.DfareportingApi(mock).creative Fields;
15701 var arg_profileId = "foo"; 15701 var arg_profileId = "foo";
15702 var arg_advertiserIds = buildUnnamed2401(); 15702 var arg_advertiserIds = buildUnnamed2495();
15703 var arg_ids = buildUnnamed2402(); 15703 var arg_ids = buildUnnamed2496();
15704 var arg_maxResults = 42; 15704 var arg_maxResults = 42;
15705 var arg_pageToken = "foo"; 15705 var arg_pageToken = "foo";
15706 var arg_searchString = "foo"; 15706 var arg_searchString = "foo";
15707 var arg_sortField = "foo"; 15707 var arg_sortField = "foo";
15708 var arg_sortOrder = "foo"; 15708 var arg_sortOrder = "foo";
15709 mock.register(unittest.expectAsync((http.BaseRequest req, json) { 15709 mock.register(unittest.expectAsync((http.BaseRequest req, json) {
15710 var path = (req.url).path; 15710 var path = (req.url).path;
15711 var pathOffset = 0; 15711 var pathOffset = 0;
15712 var index; 15712 var index;
15713 var subPart; 15713 var subPart;
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
15993 res.insert(arg_request, arg_profileId).then(unittest.expectAsync(((api.Cre ativeGroup response) { 15993 res.insert(arg_request, arg_profileId).then(unittest.expectAsync(((api.Cre ativeGroup response) {
15994 checkCreativeGroup(response); 15994 checkCreativeGroup(response);
15995 }))); 15995 })));
15996 }); 15996 });
15997 15997
15998 unittest.test("method--list", () { 15998 unittest.test("method--list", () {
15999 15999
16000 var mock = new HttpServerMock(); 16000 var mock = new HttpServerMock();
16001 api.CreativeGroupsResourceApi res = new api.DfareportingApi(mock).creative Groups; 16001 api.CreativeGroupsResourceApi res = new api.DfareportingApi(mock).creative Groups;
16002 var arg_profileId = "foo"; 16002 var arg_profileId = "foo";
16003 var arg_advertiserIds = buildUnnamed2403(); 16003 var arg_advertiserIds = buildUnnamed2497();
16004 var arg_groupNumber = 42; 16004 var arg_groupNumber = 42;
16005 var arg_ids = buildUnnamed2404(); 16005 var arg_ids = buildUnnamed2498();
16006 var arg_maxResults = 42; 16006 var arg_maxResults = 42;
16007 var arg_pageToken = "foo"; 16007 var arg_pageToken = "foo";
16008 var arg_searchString = "foo"; 16008 var arg_searchString = "foo";
16009 var arg_sortField = "foo"; 16009 var arg_sortField = "foo";
16010 var arg_sortOrder = "foo"; 16010 var arg_sortOrder = "foo";
16011 mock.register(unittest.expectAsync((http.BaseRequest req, json) { 16011 mock.register(unittest.expectAsync((http.BaseRequest req, json) {
16012 var path = (req.url).path; 16012 var path = (req.url).path;
16013 var pathOffset = 0; 16013 var pathOffset = 0;
16014 var index; 16014 var index;
16015 var subPart; 16015 var subPart;
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
16300 16300
16301 unittest.test("method--list", () { 16301 unittest.test("method--list", () {
16302 16302
16303 var mock = new HttpServerMock(); 16303 var mock = new HttpServerMock();
16304 api.CreativesResourceApi res = new api.DfareportingApi(mock).creatives; 16304 api.CreativesResourceApi res = new api.DfareportingApi(mock).creatives;
16305 var arg_profileId = "foo"; 16305 var arg_profileId = "foo";
16306 var arg_active = true; 16306 var arg_active = true;
16307 var arg_advertiserId = "foo"; 16307 var arg_advertiserId = "foo";
16308 var arg_archived = true; 16308 var arg_archived = true;
16309 var arg_campaignId = "foo"; 16309 var arg_campaignId = "foo";
16310 var arg_companionCreativeIds = buildUnnamed2405(); 16310 var arg_companionCreativeIds = buildUnnamed2499();
16311 var arg_creativeFieldIds = buildUnnamed2406(); 16311 var arg_creativeFieldIds = buildUnnamed2500();
16312 var arg_ids = buildUnnamed2407(); 16312 var arg_ids = buildUnnamed2501();
16313 var arg_maxResults = 42; 16313 var arg_maxResults = 42;
16314 var arg_pageToken = "foo"; 16314 var arg_pageToken = "foo";
16315 var arg_renderingIds = buildUnnamed2408(); 16315 var arg_renderingIds = buildUnnamed2502();
16316 var arg_searchString = "foo"; 16316 var arg_searchString = "foo";
16317 var arg_sizeIds = buildUnnamed2409(); 16317 var arg_sizeIds = buildUnnamed2503();
16318 var arg_sortField = "foo"; 16318 var arg_sortField = "foo";
16319 var arg_sortOrder = "foo"; 16319 var arg_sortOrder = "foo";
16320 var arg_studioCreativeId = "foo"; 16320 var arg_studioCreativeId = "foo";
16321 var arg_types = buildUnnamed2410(); 16321 var arg_types = buildUnnamed2504();
16322 mock.register(unittest.expectAsync((http.BaseRequest req, json) { 16322 mock.register(unittest.expectAsync((http.BaseRequest req, json) {
16323 var path = (req.url).path; 16323 var path = (req.url).path;
16324 var pathOffset = 0; 16324 var pathOffset = 0;
16325 var index; 16325 var index;
16326 var subPart; 16326 var subPart;
16327 unittest.expect(path.substring(pathOffset, pathOffset + 1), unittest.equ als("/")); 16327 unittest.expect(path.substring(pathOffset, pathOffset + 1), unittest.equ als("/"));
16328 pathOffset += 1; 16328 pathOffset += 1;
16329 unittest.expect(path.substring(pathOffset, pathOffset + 18), unittest.eq uals("dfareporting/v2.7/")); 16329 unittest.expect(path.substring(pathOffset, pathOffset + 18), unittest.eq uals("dfareporting/v2.7/"));
16330 pathOffset += 18; 16330 pathOffset += 18;
16331 unittest.expect(path.substring(pathOffset, pathOffset + 13), unittest.eq uals("userprofiles/")); 16331 unittest.expect(path.substring(pathOffset, pathOffset + 13), unittest.eq uals("userprofiles/"));
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
16623 res.get(arg_profileId, arg_id).then(unittest.expectAsync(((api.DirectorySi teContact response) { 16623 res.get(arg_profileId, arg_id).then(unittest.expectAsync(((api.DirectorySi teContact response) {
16624 checkDirectorySiteContact(response); 16624 checkDirectorySiteContact(response);
16625 }))); 16625 })));
16626 }); 16626 });
16627 16627
16628 unittest.test("method--list", () { 16628 unittest.test("method--list", () {
16629 16629
16630 var mock = new HttpServerMock(); 16630 var mock = new HttpServerMock();
16631 api.DirectorySiteContactsResourceApi res = new api.DfareportingApi(mock).d irectorySiteContacts; 16631 api.DirectorySiteContactsResourceApi res = new api.DfareportingApi(mock).d irectorySiteContacts;
16632 var arg_profileId = "foo"; 16632 var arg_profileId = "foo";
16633 var arg_directorySiteIds = buildUnnamed2411(); 16633 var arg_directorySiteIds = buildUnnamed2505();
16634 var arg_ids = buildUnnamed2412(); 16634 var arg_ids = buildUnnamed2506();
16635 var arg_maxResults = 42; 16635 var arg_maxResults = 42;
16636 var arg_pageToken = "foo"; 16636 var arg_pageToken = "foo";
16637 var arg_searchString = "foo"; 16637 var arg_searchString = "foo";
16638 var arg_sortField = "foo"; 16638 var arg_sortField = "foo";
16639 var arg_sortOrder = "foo"; 16639 var arg_sortOrder = "foo";
16640 mock.register(unittest.expectAsync((http.BaseRequest req, json) { 16640 mock.register(unittest.expectAsync((http.BaseRequest req, json) {
16641 var path = (req.url).path; 16641 var path = (req.url).path;
16642 var pathOffset = 0; 16642 var pathOffset = 0;
16643 var index; 16643 var index;
16644 var subPart; 16644 var subPart;
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
16814 16814
16815 var mock = new HttpServerMock(); 16815 var mock = new HttpServerMock();
16816 api.DirectorySitesResourceApi res = new api.DfareportingApi(mock).director ySites; 16816 api.DirectorySitesResourceApi res = new api.DfareportingApi(mock).director ySites;
16817 var arg_profileId = "foo"; 16817 var arg_profileId = "foo";
16818 var arg_acceptsInStreamVideoPlacements = true; 16818 var arg_acceptsInStreamVideoPlacements = true;
16819 var arg_acceptsInterstitialPlacements = true; 16819 var arg_acceptsInterstitialPlacements = true;
16820 var arg_acceptsPublisherPaidPlacements = true; 16820 var arg_acceptsPublisherPaidPlacements = true;
16821 var arg_active = true; 16821 var arg_active = true;
16822 var arg_countryId = "foo"; 16822 var arg_countryId = "foo";
16823 var arg_dfpNetworkCode = "foo"; 16823 var arg_dfpNetworkCode = "foo";
16824 var arg_ids = buildUnnamed2413(); 16824 var arg_ids = buildUnnamed2507();
16825 var arg_maxResults = 42; 16825 var arg_maxResults = 42;
16826 var arg_pageToken = "foo"; 16826 var arg_pageToken = "foo";
16827 var arg_parentId = "foo"; 16827 var arg_parentId = "foo";
16828 var arg_searchString = "foo"; 16828 var arg_searchString = "foo";
16829 var arg_sortField = "foo"; 16829 var arg_sortField = "foo";
16830 var arg_sortOrder = "foo"; 16830 var arg_sortOrder = "foo";
16831 mock.register(unittest.expectAsync((http.BaseRequest req, json) { 16831 mock.register(unittest.expectAsync((http.BaseRequest req, json) {
16832 var path = (req.url).path; 16832 var path = (req.url).path;
16833 var pathOffset = 0; 16833 var pathOffset = 0;
16834 var index; 16834 var index;
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
17008 checkDynamicTargetingKey(response); 17008 checkDynamicTargetingKey(response);
17009 }))); 17009 })));
17010 }); 17010 });
17011 17011
17012 unittest.test("method--list", () { 17012 unittest.test("method--list", () {
17013 17013
17014 var mock = new HttpServerMock(); 17014 var mock = new HttpServerMock();
17015 api.DynamicTargetingKeysResourceApi res = new api.DfareportingApi(mock).dy namicTargetingKeys; 17015 api.DynamicTargetingKeysResourceApi res = new api.DfareportingApi(mock).dy namicTargetingKeys;
17016 var arg_profileId = "foo"; 17016 var arg_profileId = "foo";
17017 var arg_advertiserId = "foo"; 17017 var arg_advertiserId = "foo";
17018 var arg_names = buildUnnamed2414(); 17018 var arg_names = buildUnnamed2508();
17019 var arg_objectId = "foo"; 17019 var arg_objectId = "foo";
17020 var arg_objectType = "foo"; 17020 var arg_objectType = "foo";
17021 mock.register(unittest.expectAsync((http.BaseRequest req, json) { 17021 mock.register(unittest.expectAsync((http.BaseRequest req, json) {
17022 var path = (req.url).path; 17022 var path = (req.url).path;
17023 var pathOffset = 0; 17023 var pathOffset = 0;
17024 var index; 17024 var index;
17025 var subPart; 17025 var subPart;
17026 unittest.expect(path.substring(pathOffset, pathOffset + 1), unittest.equ als("/")); 17026 unittest.expect(path.substring(pathOffset, pathOffset + 1), unittest.equ als("/"));
17027 pathOffset += 1; 17027 pathOffset += 1;
17028 unittest.expect(path.substring(pathOffset, pathOffset + 18), unittest.eq uals("dfareporting/v2.7/")); 17028 unittest.expect(path.substring(pathOffset, pathOffset + 18), unittest.eq uals("dfareporting/v2.7/"));
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
17246 unittest.test("method--list", () { 17246 unittest.test("method--list", () {
17247 17247
17248 var mock = new HttpServerMock(); 17248 var mock = new HttpServerMock();
17249 api.EventTagsResourceApi res = new api.DfareportingApi(mock).eventTags; 17249 api.EventTagsResourceApi res = new api.DfareportingApi(mock).eventTags;
17250 var arg_profileId = "foo"; 17250 var arg_profileId = "foo";
17251 var arg_adId = "foo"; 17251 var arg_adId = "foo";
17252 var arg_advertiserId = "foo"; 17252 var arg_advertiserId = "foo";
17253 var arg_campaignId = "foo"; 17253 var arg_campaignId = "foo";
17254 var arg_definitionsOnly = true; 17254 var arg_definitionsOnly = true;
17255 var arg_enabled = true; 17255 var arg_enabled = true;
17256 var arg_eventTagTypes = buildUnnamed2415(); 17256 var arg_eventTagTypes = buildUnnamed2509();
17257 var arg_ids = buildUnnamed2416(); 17257 var arg_ids = buildUnnamed2510();
17258 var arg_searchString = "foo"; 17258 var arg_searchString = "foo";
17259 var arg_sortField = "foo"; 17259 var arg_sortField = "foo";
17260 var arg_sortOrder = "foo"; 17260 var arg_sortOrder = "foo";
17261 mock.register(unittest.expectAsync((http.BaseRequest req, json) { 17261 mock.register(unittest.expectAsync((http.BaseRequest req, json) {
17262 var path = (req.url).path; 17262 var path = (req.url).path;
17263 var pathOffset = 0; 17263 var pathOffset = 0;
17264 var index; 17264 var index;
17265 var subPart; 17265 var subPart;
17266 unittest.expect(path.substring(pathOffset, pathOffset + 1), unittest.equ als("/")); 17266 unittest.expect(path.substring(pathOffset, pathOffset + 1), unittest.equ als("/"));
17267 pathOffset += 1; 17267 pathOffset += 1;
(...skipping 517 matching lines...) Expand 10 before | Expand all | Expand 10 after
17785 checkFloodlightActivity(response); 17785 checkFloodlightActivity(response);
17786 }))); 17786 })));
17787 }); 17787 });
17788 17788
17789 unittest.test("method--list", () { 17789 unittest.test("method--list", () {
17790 17790
17791 var mock = new HttpServerMock(); 17791 var mock = new HttpServerMock();
17792 api.FloodlightActivitiesResourceApi res = new api.DfareportingApi(mock).fl oodlightActivities; 17792 api.FloodlightActivitiesResourceApi res = new api.DfareportingApi(mock).fl oodlightActivities;
17793 var arg_profileId = "foo"; 17793 var arg_profileId = "foo";
17794 var arg_advertiserId = "foo"; 17794 var arg_advertiserId = "foo";
17795 var arg_floodlightActivityGroupIds = buildUnnamed2417(); 17795 var arg_floodlightActivityGroupIds = buildUnnamed2511();
17796 var arg_floodlightActivityGroupName = "foo"; 17796 var arg_floodlightActivityGroupName = "foo";
17797 var arg_floodlightActivityGroupTagString = "foo"; 17797 var arg_floodlightActivityGroupTagString = "foo";
17798 var arg_floodlightActivityGroupType = "foo"; 17798 var arg_floodlightActivityGroupType = "foo";
17799 var arg_floodlightConfigurationId = "foo"; 17799 var arg_floodlightConfigurationId = "foo";
17800 var arg_ids = buildUnnamed2418(); 17800 var arg_ids = buildUnnamed2512();
17801 var arg_maxResults = 42; 17801 var arg_maxResults = 42;
17802 var arg_pageToken = "foo"; 17802 var arg_pageToken = "foo";
17803 var arg_searchString = "foo"; 17803 var arg_searchString = "foo";
17804 var arg_sortField = "foo"; 17804 var arg_sortField = "foo";
17805 var arg_sortOrder = "foo"; 17805 var arg_sortOrder = "foo";
17806 var arg_tagString = "foo"; 17806 var arg_tagString = "foo";
17807 mock.register(unittest.expectAsync((http.BaseRequest req, json) { 17807 mock.register(unittest.expectAsync((http.BaseRequest req, json) {
17808 var path = (req.url).path; 17808 var path = (req.url).path;
17809 var pathOffset = 0; 17809 var pathOffset = 0;
17810 var index; 17810 var index;
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
18099 }))); 18099 })));
18100 }); 18100 });
18101 18101
18102 unittest.test("method--list", () { 18102 unittest.test("method--list", () {
18103 18103
18104 var mock = new HttpServerMock(); 18104 var mock = new HttpServerMock();
18105 api.FloodlightActivityGroupsResourceApi res = new api.DfareportingApi(mock ).floodlightActivityGroups; 18105 api.FloodlightActivityGroupsResourceApi res = new api.DfareportingApi(mock ).floodlightActivityGroups;
18106 var arg_profileId = "foo"; 18106 var arg_profileId = "foo";
18107 var arg_advertiserId = "foo"; 18107 var arg_advertiserId = "foo";
18108 var arg_floodlightConfigurationId = "foo"; 18108 var arg_floodlightConfigurationId = "foo";
18109 var arg_ids = buildUnnamed2419(); 18109 var arg_ids = buildUnnamed2513();
18110 var arg_maxResults = 42; 18110 var arg_maxResults = 42;
18111 var arg_pageToken = "foo"; 18111 var arg_pageToken = "foo";
18112 var arg_searchString = "foo"; 18112 var arg_searchString = "foo";
18113 var arg_sortField = "foo"; 18113 var arg_sortField = "foo";
18114 var arg_sortOrder = "foo"; 18114 var arg_sortOrder = "foo";
18115 var arg_type = "foo"; 18115 var arg_type = "foo";
18116 mock.register(unittest.expectAsync((http.BaseRequest req, json) { 18116 mock.register(unittest.expectAsync((http.BaseRequest req, json) {
18117 var path = (req.url).path; 18117 var path = (req.url).path;
18118 var pathOffset = 0; 18118 var pathOffset = 0;
18119 var index; 18119 var index;
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
18345 res.get(arg_profileId, arg_id).then(unittest.expectAsync(((api.FloodlightC onfiguration response) { 18345 res.get(arg_profileId, arg_id).then(unittest.expectAsync(((api.FloodlightC onfiguration response) {
18346 checkFloodlightConfiguration(response); 18346 checkFloodlightConfiguration(response);
18347 }))); 18347 })));
18348 }); 18348 });
18349 18349
18350 unittest.test("method--list", () { 18350 unittest.test("method--list", () {
18351 18351
18352 var mock = new HttpServerMock(); 18352 var mock = new HttpServerMock();
18353 api.FloodlightConfigurationsResourceApi res = new api.DfareportingApi(mock ).floodlightConfigurations; 18353 api.FloodlightConfigurationsResourceApi res = new api.DfareportingApi(mock ).floodlightConfigurations;
18354 var arg_profileId = "foo"; 18354 var arg_profileId = "foo";
18355 var arg_ids = buildUnnamed2420(); 18355 var arg_ids = buildUnnamed2514();
18356 mock.register(unittest.expectAsync((http.BaseRequest req, json) { 18356 mock.register(unittest.expectAsync((http.BaseRequest req, json) {
18357 var path = (req.url).path; 18357 var path = (req.url).path;
18358 var pathOffset = 0; 18358 var pathOffset = 0;
18359 var index; 18359 var index;
18360 var subPart; 18360 var subPart;
18361 unittest.expect(path.substring(pathOffset, pathOffset + 1), unittest.equ als("/")); 18361 unittest.expect(path.substring(pathOffset, pathOffset + 1), unittest.equ als("/"));
18362 pathOffset += 1; 18362 pathOffset += 1;
18363 unittest.expect(path.substring(pathOffset, pathOffset + 18), unittest.eq uals("dfareporting/v2.7/")); 18363 unittest.expect(path.substring(pathOffset, pathOffset + 18), unittest.eq uals("dfareporting/v2.7/"));
18364 pathOffset += 18; 18364 pathOffset += 18;
18365 unittest.expect(path.substring(pathOffset, pathOffset + 13), unittest.eq uals("userprofiles/")); 18365 unittest.expect(path.substring(pathOffset, pathOffset + 13), unittest.eq uals("userprofiles/"));
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
18586 checkInventoryItem(response); 18586 checkInventoryItem(response);
18587 }))); 18587 })));
18588 }); 18588 });
18589 18589
18590 unittest.test("method--list", () { 18590 unittest.test("method--list", () {
18591 18591
18592 var mock = new HttpServerMock(); 18592 var mock = new HttpServerMock();
18593 api.InventoryItemsResourceApi res = new api.DfareportingApi(mock).inventor yItems; 18593 api.InventoryItemsResourceApi res = new api.DfareportingApi(mock).inventor yItems;
18594 var arg_profileId = "foo"; 18594 var arg_profileId = "foo";
18595 var arg_projectId = "foo"; 18595 var arg_projectId = "foo";
18596 var arg_ids = buildUnnamed2421(); 18596 var arg_ids = buildUnnamed2515();
18597 var arg_inPlan = true; 18597 var arg_inPlan = true;
18598 var arg_maxResults = 42; 18598 var arg_maxResults = 42;
18599 var arg_orderId = buildUnnamed2422(); 18599 var arg_orderId = buildUnnamed2516();
18600 var arg_pageToken = "foo"; 18600 var arg_pageToken = "foo";
18601 var arg_siteId = buildUnnamed2423(); 18601 var arg_siteId = buildUnnamed2517();
18602 var arg_sortField = "foo"; 18602 var arg_sortField = "foo";
18603 var arg_sortOrder = "foo"; 18603 var arg_sortOrder = "foo";
18604 var arg_type = "foo"; 18604 var arg_type = "foo";
18605 mock.register(unittest.expectAsync((http.BaseRequest req, json) { 18605 mock.register(unittest.expectAsync((http.BaseRequest req, json) {
18606 var path = (req.url).path; 18606 var path = (req.url).path;
18607 var pathOffset = 0; 18607 var pathOffset = 0;
18608 var index; 18608 var index;
18609 var subPart; 18609 var subPart;
18610 unittest.expect(path.substring(pathOffset, pathOffset + 1), unittest.equ als("/")); 18610 unittest.expect(path.substring(pathOffset, pathOffset + 1), unittest.equ als("/"));
18611 pathOffset += 1; 18611 pathOffset += 1;
(...skipping 969 matching lines...) Expand 10 before | Expand all | Expand 10 after
19581 }))); 19581 })));
19582 }); 19582 });
19583 19583
19584 unittest.test("method--list", () { 19584 unittest.test("method--list", () {
19585 19585
19586 var mock = new HttpServerMock(); 19586 var mock = new HttpServerMock();
19587 api.OrderDocumentsResourceApi res = new api.DfareportingApi(mock).orderDoc uments; 19587 api.OrderDocumentsResourceApi res = new api.DfareportingApi(mock).orderDoc uments;
19588 var arg_profileId = "foo"; 19588 var arg_profileId = "foo";
19589 var arg_projectId = "foo"; 19589 var arg_projectId = "foo";
19590 var arg_approved = true; 19590 var arg_approved = true;
19591 var arg_ids = buildUnnamed2424(); 19591 var arg_ids = buildUnnamed2518();
19592 var arg_maxResults = 42; 19592 var arg_maxResults = 42;
19593 var arg_orderId = buildUnnamed2425(); 19593 var arg_orderId = buildUnnamed2519();
19594 var arg_pageToken = "foo"; 19594 var arg_pageToken = "foo";
19595 var arg_searchString = "foo"; 19595 var arg_searchString = "foo";
19596 var arg_siteId = buildUnnamed2426(); 19596 var arg_siteId = buildUnnamed2520();
19597 var arg_sortField = "foo"; 19597 var arg_sortField = "foo";
19598 var arg_sortOrder = "foo"; 19598 var arg_sortOrder = "foo";
19599 mock.register(unittest.expectAsync((http.BaseRequest req, json) { 19599 mock.register(unittest.expectAsync((http.BaseRequest req, json) {
19600 var path = (req.url).path; 19600 var path = (req.url).path;
19601 var pathOffset = 0; 19601 var pathOffset = 0;
19602 var index; 19602 var index;
19603 var subPart; 19603 var subPart;
19604 unittest.expect(path.substring(pathOffset, pathOffset + 1), unittest.equ als("/")); 19604 unittest.expect(path.substring(pathOffset, pathOffset + 1), unittest.equ als("/"));
19605 pathOffset += 1; 19605 pathOffset += 1;
19606 unittest.expect(path.substring(pathOffset, pathOffset + 18), unittest.eq uals("dfareporting/v2.7/")); 19606 unittest.expect(path.substring(pathOffset, pathOffset + 18), unittest.eq uals("dfareporting/v2.7/"));
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
19728 checkOrder(response); 19728 checkOrder(response);
19729 }))); 19729 })));
19730 }); 19730 });
19731 19731
19732 unittest.test("method--list", () { 19732 unittest.test("method--list", () {
19733 19733
19734 var mock = new HttpServerMock(); 19734 var mock = new HttpServerMock();
19735 api.OrdersResourceApi res = new api.DfareportingApi(mock).orders; 19735 api.OrdersResourceApi res = new api.DfareportingApi(mock).orders;
19736 var arg_profileId = "foo"; 19736 var arg_profileId = "foo";
19737 var arg_projectId = "foo"; 19737 var arg_projectId = "foo";
19738 var arg_ids = buildUnnamed2427(); 19738 var arg_ids = buildUnnamed2521();
19739 var arg_maxResults = 42; 19739 var arg_maxResults = 42;
19740 var arg_pageToken = "foo"; 19740 var arg_pageToken = "foo";
19741 var arg_searchString = "foo"; 19741 var arg_searchString = "foo";
19742 var arg_siteId = buildUnnamed2428(); 19742 var arg_siteId = buildUnnamed2522();
19743 var arg_sortField = "foo"; 19743 var arg_sortField = "foo";
19744 var arg_sortOrder = "foo"; 19744 var arg_sortOrder = "foo";
19745 mock.register(unittest.expectAsync((http.BaseRequest req, json) { 19745 mock.register(unittest.expectAsync((http.BaseRequest req, json) {
19746 var path = (req.url).path; 19746 var path = (req.url).path;
19747 var pathOffset = 0; 19747 var pathOffset = 0;
19748 var index; 19748 var index;
19749 var subPart; 19749 var subPart;
19750 unittest.expect(path.substring(pathOffset, pathOffset + 1), unittest.equ als("/")); 19750 unittest.expect(path.substring(pathOffset, pathOffset + 1), unittest.equ als("/"));
19751 pathOffset += 1; 19751 pathOffset += 1;
19752 unittest.expect(path.substring(pathOffset, pathOffset + 18), unittest.eq uals("dfareporting/v2.7/")); 19752 unittest.expect(path.substring(pathOffset, pathOffset + 18), unittest.eq uals("dfareporting/v2.7/"));
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
19920 res.insert(arg_request, arg_profileId).then(unittest.expectAsync(((api.Pla cementGroup response) { 19920 res.insert(arg_request, arg_profileId).then(unittest.expectAsync(((api.Pla cementGroup response) {
19921 checkPlacementGroup(response); 19921 checkPlacementGroup(response);
19922 }))); 19922 })));
19923 }); 19923 });
19924 19924
19925 unittest.test("method--list", () { 19925 unittest.test("method--list", () {
19926 19926
19927 var mock = new HttpServerMock(); 19927 var mock = new HttpServerMock();
19928 api.PlacementGroupsResourceApi res = new api.DfareportingApi(mock).placeme ntGroups; 19928 api.PlacementGroupsResourceApi res = new api.DfareportingApi(mock).placeme ntGroups;
19929 var arg_profileId = "foo"; 19929 var arg_profileId = "foo";
19930 var arg_advertiserIds = buildUnnamed2429(); 19930 var arg_advertiserIds = buildUnnamed2523();
19931 var arg_archived = true; 19931 var arg_archived = true;
19932 var arg_campaignIds = buildUnnamed2430(); 19932 var arg_campaignIds = buildUnnamed2524();
19933 var arg_contentCategoryIds = buildUnnamed2431(); 19933 var arg_contentCategoryIds = buildUnnamed2525();
19934 var arg_directorySiteIds = buildUnnamed2432(); 19934 var arg_directorySiteIds = buildUnnamed2526();
19935 var arg_ids = buildUnnamed2433(); 19935 var arg_ids = buildUnnamed2527();
19936 var arg_maxEndDate = "foo"; 19936 var arg_maxEndDate = "foo";
19937 var arg_maxResults = 42; 19937 var arg_maxResults = 42;
19938 var arg_maxStartDate = "foo"; 19938 var arg_maxStartDate = "foo";
19939 var arg_minEndDate = "foo"; 19939 var arg_minEndDate = "foo";
19940 var arg_minStartDate = "foo"; 19940 var arg_minStartDate = "foo";
19941 var arg_pageToken = "foo"; 19941 var arg_pageToken = "foo";
19942 var arg_placementGroupType = "foo"; 19942 var arg_placementGroupType = "foo";
19943 var arg_placementStrategyIds = buildUnnamed2434(); 19943 var arg_placementStrategyIds = buildUnnamed2528();
19944 var arg_pricingTypes = buildUnnamed2435(); 19944 var arg_pricingTypes = buildUnnamed2529();
19945 var arg_searchString = "foo"; 19945 var arg_searchString = "foo";
19946 var arg_siteIds = buildUnnamed2436(); 19946 var arg_siteIds = buildUnnamed2530();
19947 var arg_sortField = "foo"; 19947 var arg_sortField = "foo";
19948 var arg_sortOrder = "foo"; 19948 var arg_sortOrder = "foo";
19949 mock.register(unittest.expectAsync((http.BaseRequest req, json) { 19949 mock.register(unittest.expectAsync((http.BaseRequest req, json) {
19950 var path = (req.url).path; 19950 var path = (req.url).path;
19951 var pathOffset = 0; 19951 var pathOffset = 0;
19952 var index; 19952 var index;
19953 var subPart; 19953 var subPart;
19954 unittest.expect(path.substring(pathOffset, pathOffset + 1), unittest.equ als("/")); 19954 unittest.expect(path.substring(pathOffset, pathOffset + 1), unittest.equ als("/"));
19955 pathOffset += 1; 19955 pathOffset += 1;
19956 unittest.expect(path.substring(pathOffset, pathOffset + 18), unittest.eq uals("dfareporting/v2.7/")); 19956 unittest.expect(path.substring(pathOffset, pathOffset + 18), unittest.eq uals("dfareporting/v2.7/"));
(...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after
20300 res.insert(arg_request, arg_profileId).then(unittest.expectAsync(((api.Pla cementStrategy response) { 20300 res.insert(arg_request, arg_profileId).then(unittest.expectAsync(((api.Pla cementStrategy response) {
20301 checkPlacementStrategy(response); 20301 checkPlacementStrategy(response);
20302 }))); 20302 })));
20303 }); 20303 });
20304 20304
20305 unittest.test("method--list", () { 20305 unittest.test("method--list", () {
20306 20306
20307 var mock = new HttpServerMock(); 20307 var mock = new HttpServerMock();
20308 api.PlacementStrategiesResourceApi res = new api.DfareportingApi(mock).pla cementStrategies; 20308 api.PlacementStrategiesResourceApi res = new api.DfareportingApi(mock).pla cementStrategies;
20309 var arg_profileId = "foo"; 20309 var arg_profileId = "foo";
20310 var arg_ids = buildUnnamed2437(); 20310 var arg_ids = buildUnnamed2531();
20311 var arg_maxResults = 42; 20311 var arg_maxResults = 42;
20312 var arg_pageToken = "foo"; 20312 var arg_pageToken = "foo";
20313 var arg_searchString = "foo"; 20313 var arg_searchString = "foo";
20314 var arg_sortField = "foo"; 20314 var arg_sortField = "foo";
20315 var arg_sortOrder = "foo"; 20315 var arg_sortOrder = "foo";
20316 mock.register(unittest.expectAsync((http.BaseRequest req, json) { 20316 mock.register(unittest.expectAsync((http.BaseRequest req, json) {
20317 var path = (req.url).path; 20317 var path = (req.url).path;
20318 var pathOffset = 0; 20318 var pathOffset = 0;
20319 var index; 20319 var index;
20320 var subPart; 20320 var subPart;
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
20486 }); 20486 });
20487 20487
20488 20488
20489 unittest.group("resource-PlacementsResourceApi", () { 20489 unittest.group("resource-PlacementsResourceApi", () {
20490 unittest.test("method--generatetags", () { 20490 unittest.test("method--generatetags", () {
20491 20491
20492 var mock = new HttpServerMock(); 20492 var mock = new HttpServerMock();
20493 api.PlacementsResourceApi res = new api.DfareportingApi(mock).placements; 20493 api.PlacementsResourceApi res = new api.DfareportingApi(mock).placements;
20494 var arg_profileId = "foo"; 20494 var arg_profileId = "foo";
20495 var arg_campaignId = "foo"; 20495 var arg_campaignId = "foo";
20496 var arg_placementIds = buildUnnamed2438(); 20496 var arg_placementIds = buildUnnamed2532();
20497 var arg_tagFormats = buildUnnamed2439(); 20497 var arg_tagFormats = buildUnnamed2533();
20498 mock.register(unittest.expectAsync((http.BaseRequest req, json) { 20498 mock.register(unittest.expectAsync((http.BaseRequest req, json) {
20499 var path = (req.url).path; 20499 var path = (req.url).path;
20500 var pathOffset = 0; 20500 var pathOffset = 0;
20501 var index; 20501 var index;
20502 var subPart; 20502 var subPart;
20503 unittest.expect(path.substring(pathOffset, pathOffset + 1), unittest.equ als("/")); 20503 unittest.expect(path.substring(pathOffset, pathOffset + 1), unittest.equ als("/"));
20504 pathOffset += 1; 20504 pathOffset += 1;
20505 unittest.expect(path.substring(pathOffset, pathOffset + 18), unittest.eq uals("dfareporting/v2.7/")); 20505 unittest.expect(path.substring(pathOffset, pathOffset + 18), unittest.eq uals("dfareporting/v2.7/"));
20506 pathOffset += 18; 20506 pathOffset += 18;
20507 unittest.expect(path.substring(pathOffset, pathOffset + 13), unittest.eq uals("userprofiles/")); 20507 unittest.expect(path.substring(pathOffset, pathOffset + 13), unittest.eq uals("userprofiles/"));
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
20658 res.insert(arg_request, arg_profileId).then(unittest.expectAsync(((api.Pla cement response) { 20658 res.insert(arg_request, arg_profileId).then(unittest.expectAsync(((api.Pla cement response) {
20659 checkPlacement(response); 20659 checkPlacement(response);
20660 }))); 20660 })));
20661 }); 20661 });
20662 20662
20663 unittest.test("method--list", () { 20663 unittest.test("method--list", () {
20664 20664
20665 var mock = new HttpServerMock(); 20665 var mock = new HttpServerMock();
20666 api.PlacementsResourceApi res = new api.DfareportingApi(mock).placements; 20666 api.PlacementsResourceApi res = new api.DfareportingApi(mock).placements;
20667 var arg_profileId = "foo"; 20667 var arg_profileId = "foo";
20668 var arg_advertiserIds = buildUnnamed2440(); 20668 var arg_advertiserIds = buildUnnamed2534();
20669 var arg_archived = true; 20669 var arg_archived = true;
20670 var arg_campaignIds = buildUnnamed2441(); 20670 var arg_campaignIds = buildUnnamed2535();
20671 var arg_compatibilities = buildUnnamed2442(); 20671 var arg_compatibilities = buildUnnamed2536();
20672 var arg_contentCategoryIds = buildUnnamed2443(); 20672 var arg_contentCategoryIds = buildUnnamed2537();
20673 var arg_directorySiteIds = buildUnnamed2444(); 20673 var arg_directorySiteIds = buildUnnamed2538();
20674 var arg_groupIds = buildUnnamed2445(); 20674 var arg_groupIds = buildUnnamed2539();
20675 var arg_ids = buildUnnamed2446(); 20675 var arg_ids = buildUnnamed2540();
20676 var arg_maxEndDate = "foo"; 20676 var arg_maxEndDate = "foo";
20677 var arg_maxResults = 42; 20677 var arg_maxResults = 42;
20678 var arg_maxStartDate = "foo"; 20678 var arg_maxStartDate = "foo";
20679 var arg_minEndDate = "foo"; 20679 var arg_minEndDate = "foo";
20680 var arg_minStartDate = "foo"; 20680 var arg_minStartDate = "foo";
20681 var arg_pageToken = "foo"; 20681 var arg_pageToken = "foo";
20682 var arg_paymentSource = "foo"; 20682 var arg_paymentSource = "foo";
20683 var arg_placementStrategyIds = buildUnnamed2447(); 20683 var arg_placementStrategyIds = buildUnnamed2541();
20684 var arg_pricingTypes = buildUnnamed2448(); 20684 var arg_pricingTypes = buildUnnamed2542();
20685 var arg_searchString = "foo"; 20685 var arg_searchString = "foo";
20686 var arg_siteIds = buildUnnamed2449(); 20686 var arg_siteIds = buildUnnamed2543();
20687 var arg_sizeIds = buildUnnamed2450(); 20687 var arg_sizeIds = buildUnnamed2544();
20688 var arg_sortField = "foo"; 20688 var arg_sortField = "foo";
20689 var arg_sortOrder = "foo"; 20689 var arg_sortOrder = "foo";
20690 mock.register(unittest.expectAsync((http.BaseRequest req, json) { 20690 mock.register(unittest.expectAsync((http.BaseRequest req, json) {
20691 var path = (req.url).path; 20691 var path = (req.url).path;
20692 var pathOffset = 0; 20692 var pathOffset = 0;
20693 var index; 20693 var index;
20694 var subPart; 20694 var subPart;
20695 unittest.expect(path.substring(pathOffset, pathOffset + 1), unittest.equ als("/")); 20695 unittest.expect(path.substring(pathOffset, pathOffset + 1), unittest.equ als("/"));
20696 pathOffset += 1; 20696 pathOffset += 1;
20697 unittest.expect(path.substring(pathOffset, pathOffset + 18), unittest.eq uals("dfareporting/v2.7/")); 20697 unittest.expect(path.substring(pathOffset, pathOffset + 18), unittest.eq uals("dfareporting/v2.7/"));
(...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after
21160 res.get(arg_profileId, arg_id).then(unittest.expectAsync(((api.Project res ponse) { 21160 res.get(arg_profileId, arg_id).then(unittest.expectAsync(((api.Project res ponse) {
21161 checkProject(response); 21161 checkProject(response);
21162 }))); 21162 })));
21163 }); 21163 });
21164 21164
21165 unittest.test("method--list", () { 21165 unittest.test("method--list", () {
21166 21166
21167 var mock = new HttpServerMock(); 21167 var mock = new HttpServerMock();
21168 api.ProjectsResourceApi res = new api.DfareportingApi(mock).projects; 21168 api.ProjectsResourceApi res = new api.DfareportingApi(mock).projects;
21169 var arg_profileId = "foo"; 21169 var arg_profileId = "foo";
21170 var arg_advertiserIds = buildUnnamed2451(); 21170 var arg_advertiserIds = buildUnnamed2545();
21171 var arg_ids = buildUnnamed2452(); 21171 var arg_ids = buildUnnamed2546();
21172 var arg_maxResults = 42; 21172 var arg_maxResults = 42;
21173 var arg_pageToken = "foo"; 21173 var arg_pageToken = "foo";
21174 var arg_searchString = "foo"; 21174 var arg_searchString = "foo";
21175 var arg_sortField = "foo"; 21175 var arg_sortField = "foo";
21176 var arg_sortOrder = "foo"; 21176 var arg_sortOrder = "foo";
21177 mock.register(unittest.expectAsync((http.BaseRequest req, json) { 21177 mock.register(unittest.expectAsync((http.BaseRequest req, json) {
21178 var path = (req.url).path; 21178 var path = (req.url).path;
21179 var pathOffset = 0; 21179 var pathOffset = 0;
21180 var index; 21180 var index;
21181 var subPart; 21181 var subPart;
(...skipping 1327 matching lines...) Expand 10 before | Expand all | Expand 10 after
22509 unittest.test("method--list", () { 22509 unittest.test("method--list", () {
22510 22510
22511 var mock = new HttpServerMock(); 22511 var mock = new HttpServerMock();
22512 api.SitesResourceApi res = new api.DfareportingApi(mock).sites; 22512 api.SitesResourceApi res = new api.DfareportingApi(mock).sites;
22513 var arg_profileId = "foo"; 22513 var arg_profileId = "foo";
22514 var arg_acceptsInStreamVideoPlacements = true; 22514 var arg_acceptsInStreamVideoPlacements = true;
22515 var arg_acceptsInterstitialPlacements = true; 22515 var arg_acceptsInterstitialPlacements = true;
22516 var arg_acceptsPublisherPaidPlacements = true; 22516 var arg_acceptsPublisherPaidPlacements = true;
22517 var arg_adWordsSite = true; 22517 var arg_adWordsSite = true;
22518 var arg_approved = true; 22518 var arg_approved = true;
22519 var arg_campaignIds = buildUnnamed2453(); 22519 var arg_campaignIds = buildUnnamed2547();
22520 var arg_directorySiteIds = buildUnnamed2454(); 22520 var arg_directorySiteIds = buildUnnamed2548();
22521 var arg_ids = buildUnnamed2455(); 22521 var arg_ids = buildUnnamed2549();
22522 var arg_maxResults = 42; 22522 var arg_maxResults = 42;
22523 var arg_pageToken = "foo"; 22523 var arg_pageToken = "foo";
22524 var arg_searchString = "foo"; 22524 var arg_searchString = "foo";
22525 var arg_sortField = "foo"; 22525 var arg_sortField = "foo";
22526 var arg_sortOrder = "foo"; 22526 var arg_sortOrder = "foo";
22527 var arg_subaccountId = "foo"; 22527 var arg_subaccountId = "foo";
22528 var arg_unmappedSite = true; 22528 var arg_unmappedSite = true;
22529 mock.register(unittest.expectAsync((http.BaseRequest req, json) { 22529 mock.register(unittest.expectAsync((http.BaseRequest req, json) {
22530 var path = (req.url).path; 22530 var path = (req.url).path;
22531 var pathOffset = 0; 22531 var pathOffset = 0;
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
22823 }))); 22823 })));
22824 }); 22824 });
22825 22825
22826 unittest.test("method--list", () { 22826 unittest.test("method--list", () {
22827 22827
22828 var mock = new HttpServerMock(); 22828 var mock = new HttpServerMock();
22829 api.SizesResourceApi res = new api.DfareportingApi(mock).sizes; 22829 api.SizesResourceApi res = new api.DfareportingApi(mock).sizes;
22830 var arg_profileId = "foo"; 22830 var arg_profileId = "foo";
22831 var arg_height = 42; 22831 var arg_height = 42;
22832 var arg_iabStandard = true; 22832 var arg_iabStandard = true;
22833 var arg_ids = buildUnnamed2456(); 22833 var arg_ids = buildUnnamed2550();
22834 var arg_width = 42; 22834 var arg_width = 42;
22835 mock.register(unittest.expectAsync((http.BaseRequest req, json) { 22835 mock.register(unittest.expectAsync((http.BaseRequest req, json) {
22836 var path = (req.url).path; 22836 var path = (req.url).path;
22837 var pathOffset = 0; 22837 var pathOffset = 0;
22838 var index; 22838 var index;
22839 var subPart; 22839 var subPart;
22840 unittest.expect(path.substring(pathOffset, pathOffset + 1), unittest.equ als("/")); 22840 unittest.expect(path.substring(pathOffset, pathOffset + 1), unittest.equ als("/"));
22841 pathOffset += 1; 22841 pathOffset += 1;
22842 unittest.expect(path.substring(pathOffset, pathOffset + 18), unittest.eq uals("dfareporting/v2.7/")); 22842 unittest.expect(path.substring(pathOffset, pathOffset + 18), unittest.eq uals("dfareporting/v2.7/"));
22843 pathOffset += 18; 22843 pathOffset += 18;
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
23000 res.insert(arg_request, arg_profileId).then(unittest.expectAsync(((api.Sub account response) { 23000 res.insert(arg_request, arg_profileId).then(unittest.expectAsync(((api.Sub account response) {
23001 checkSubaccount(response); 23001 checkSubaccount(response);
23002 }))); 23002 })));
23003 }); 23003 });
23004 23004
23005 unittest.test("method--list", () { 23005 unittest.test("method--list", () {
23006 23006
23007 var mock = new HttpServerMock(); 23007 var mock = new HttpServerMock();
23008 api.SubaccountsResourceApi res = new api.DfareportingApi(mock).subaccounts ; 23008 api.SubaccountsResourceApi res = new api.DfareportingApi(mock).subaccounts ;
23009 var arg_profileId = "foo"; 23009 var arg_profileId = "foo";
23010 var arg_ids = buildUnnamed2457(); 23010 var arg_ids = buildUnnamed2551();
23011 var arg_maxResults = 42; 23011 var arg_maxResults = 42;
23012 var arg_pageToken = "foo"; 23012 var arg_pageToken = "foo";
23013 var arg_searchString = "foo"; 23013 var arg_searchString = "foo";
23014 var arg_sortField = "foo"; 23014 var arg_sortField = "foo";
23015 var arg_sortOrder = "foo"; 23015 var arg_sortOrder = "foo";
23016 mock.register(unittest.expectAsync((http.BaseRequest req, json) { 23016 mock.register(unittest.expectAsync((http.BaseRequest req, json) {
23017 var path = (req.url).path; 23017 var path = (req.url).path;
23018 var pathOffset = 0; 23018 var pathOffset = 0;
23019 var index; 23019 var index;
23020 var subPart; 23020 var subPart;
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
23428 checkTargetingTemplate(response); 23428 checkTargetingTemplate(response);
23429 }))); 23429 })));
23430 }); 23430 });
23431 23431
23432 unittest.test("method--list", () { 23432 unittest.test("method--list", () {
23433 23433
23434 var mock = new HttpServerMock(); 23434 var mock = new HttpServerMock();
23435 api.TargetingTemplatesResourceApi res = new api.DfareportingApi(mock).targ etingTemplates; 23435 api.TargetingTemplatesResourceApi res = new api.DfareportingApi(mock).targ etingTemplates;
23436 var arg_profileId = "foo"; 23436 var arg_profileId = "foo";
23437 var arg_advertiserId = "foo"; 23437 var arg_advertiserId = "foo";
23438 var arg_ids = buildUnnamed2458(); 23438 var arg_ids = buildUnnamed2552();
23439 var arg_maxResults = 42; 23439 var arg_maxResults = 42;
23440 var arg_pageToken = "foo"; 23440 var arg_pageToken = "foo";
23441 var arg_searchString = "foo"; 23441 var arg_searchString = "foo";
23442 var arg_sortField = "foo"; 23442 var arg_sortField = "foo";
23443 var arg_sortOrder = "foo"; 23443 var arg_sortOrder = "foo";
23444 mock.register(unittest.expectAsync((http.BaseRequest req, json) { 23444 mock.register(unittest.expectAsync((http.BaseRequest req, json) {
23445 var path = (req.url).path; 23445 var path = (req.url).path;
23446 var pathOffset = 0; 23446 var pathOffset = 0;
23447 var index; 23447 var index;
23448 var subPart; 23448 var subPart;
(...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after
23883 res.get(arg_profileId, arg_id).then(unittest.expectAsync(((api.UserRolePer mission response) { 23883 res.get(arg_profileId, arg_id).then(unittest.expectAsync(((api.UserRolePer mission response) {
23884 checkUserRolePermission(response); 23884 checkUserRolePermission(response);
23885 }))); 23885 })));
23886 }); 23886 });
23887 23887
23888 unittest.test("method--list", () { 23888 unittest.test("method--list", () {
23889 23889
23890 var mock = new HttpServerMock(); 23890 var mock = new HttpServerMock();
23891 api.UserRolePermissionsResourceApi res = new api.DfareportingApi(mock).use rRolePermissions; 23891 api.UserRolePermissionsResourceApi res = new api.DfareportingApi(mock).use rRolePermissions;
23892 var arg_profileId = "foo"; 23892 var arg_profileId = "foo";
23893 var arg_ids = buildUnnamed2459(); 23893 var arg_ids = buildUnnamed2553();
23894 mock.register(unittest.expectAsync((http.BaseRequest req, json) { 23894 mock.register(unittest.expectAsync((http.BaseRequest req, json) {
23895 var path = (req.url).path; 23895 var path = (req.url).path;
23896 var pathOffset = 0; 23896 var pathOffset = 0;
23897 var index; 23897 var index;
23898 var subPart; 23898 var subPart;
23899 unittest.expect(path.substring(pathOffset, pathOffset + 1), unittest.equ als("/")); 23899 unittest.expect(path.substring(pathOffset, pathOffset + 1), unittest.equ als("/"));
23900 pathOffset += 1; 23900 pathOffset += 1;
23901 unittest.expect(path.substring(pathOffset, pathOffset + 18), unittest.eq uals("dfareporting/v2.7/")); 23901 unittest.expect(path.substring(pathOffset, pathOffset + 18), unittest.eq uals("dfareporting/v2.7/"));
23902 pathOffset += 18; 23902 pathOffset += 18;
23903 unittest.expect(path.substring(pathOffset, pathOffset + 13), unittest.eq uals("userprofiles/")); 23903 unittest.expect(path.substring(pathOffset, pathOffset + 13), unittest.eq uals("userprofiles/"));
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
24112 checkUserRole(response); 24112 checkUserRole(response);
24113 }))); 24113 })));
24114 }); 24114 });
24115 24115
24116 unittest.test("method--list", () { 24116 unittest.test("method--list", () {
24117 24117
24118 var mock = new HttpServerMock(); 24118 var mock = new HttpServerMock();
24119 api.UserRolesResourceApi res = new api.DfareportingApi(mock).userRoles; 24119 api.UserRolesResourceApi res = new api.DfareportingApi(mock).userRoles;
24120 var arg_profileId = "foo"; 24120 var arg_profileId = "foo";
24121 var arg_accountUserRoleOnly = true; 24121 var arg_accountUserRoleOnly = true;
24122 var arg_ids = buildUnnamed2460(); 24122 var arg_ids = buildUnnamed2554();
24123 var arg_maxResults = 42; 24123 var arg_maxResults = 42;
24124 var arg_pageToken = "foo"; 24124 var arg_pageToken = "foo";
24125 var arg_searchString = "foo"; 24125 var arg_searchString = "foo";
24126 var arg_sortField = "foo"; 24126 var arg_sortField = "foo";
24127 var arg_sortOrder = "foo"; 24127 var arg_sortOrder = "foo";
24128 var arg_subaccountId = "foo"; 24128 var arg_subaccountId = "foo";
24129 mock.register(unittest.expectAsync((http.BaseRequest req, json) { 24129 mock.register(unittest.expectAsync((http.BaseRequest req, json) {
24130 var path = (req.url).path; 24130 var path = (req.url).path;
24131 var pathOffset = 0; 24131 var pathOffset = 0;
24132 var index; 24132 var index;
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
24410 res.list(arg_profileId).then(unittest.expectAsync(((api.VideoFormatsListRe sponse response) { 24410 res.list(arg_profileId).then(unittest.expectAsync(((api.VideoFormatsListRe sponse response) {
24411 checkVideoFormatsListResponse(response); 24411 checkVideoFormatsListResponse(response);
24412 }))); 24412 })));
24413 }); 24413 });
24414 24414
24415 }); 24415 });
24416 24416
24417 24417
24418 } 24418 }
24419 24419
OLDNEW
« no previous file with comments | « generated/googleapis/test/dfareporting/v2_6_test.dart ('k') | generated/googleapis/test/discovery/v1_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698