| Index: generated/googleapis/test/dfareporting/v2_7_test.dart
 | 
| diff --git a/generated/googleapis/test/dfareporting/v2_7_test.dart b/generated/googleapis/test/dfareporting/v2_7_test.dart
 | 
| index d803e5dedaef51f50cca2505d0f597aa19111704..0a123f34514e14341fef46f10ae558a1ad3c8d08 100644
 | 
| --- a/generated/googleapis/test/dfareporting/v2_7_test.dart
 | 
| +++ b/generated/googleapis/test/dfareporting/v2_7_test.dart
 | 
| @@ -51,27 +51,27 @@ http.StreamedResponse stringResponse(
 | 
|    return new http.StreamedResponse(stream, status, headers: headers);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2101() {
 | 
| +buildUnnamed2206() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2101(core.List<core.String> o) {
 | 
| +checkUnnamed2206(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2102() {
 | 
| +buildUnnamed2207() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2102(core.List<core.String> o) {
 | 
| +checkUnnamed2207(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
| @@ -82,12 +82,12 @@ buildAccount() {
 | 
|    var o = new api.Account();
 | 
|    buildCounterAccount++;
 | 
|    if (buildCounterAccount < 3) {
 | 
| -    o.accountPermissionIds = buildUnnamed2101();
 | 
| +    o.accountPermissionIds = buildUnnamed2206();
 | 
|      o.accountProfile = "foo";
 | 
|      o.active = true;
 | 
|      o.activeAdsLimitTier = "foo";
 | 
|      o.activeViewOptOut = true;
 | 
| -    o.availablePermissionIds = buildUnnamed2102();
 | 
| +    o.availablePermissionIds = buildUnnamed2207();
 | 
|      o.countryId = "foo";
 | 
|      o.currencyId = "foo";
 | 
|      o.defaultCreativeSizeId = "foo";
 | 
| @@ -109,12 +109,12 @@ buildAccount() {
 | 
|  checkAccount(api.Account o) {
 | 
|    buildCounterAccount++;
 | 
|    if (buildCounterAccount < 3) {
 | 
| -    checkUnnamed2101(o.accountPermissionIds);
 | 
| +    checkUnnamed2206(o.accountPermissionIds);
 | 
|      unittest.expect(o.accountProfile, unittest.equals('foo'));
 | 
|      unittest.expect(o.active, unittest.isTrue);
 | 
|      unittest.expect(o.activeAdsLimitTier, unittest.equals('foo'));
 | 
|      unittest.expect(o.activeViewOptOut, unittest.isTrue);
 | 
| -    checkUnnamed2102(o.availablePermissionIds);
 | 
| +    checkUnnamed2207(o.availablePermissionIds);
 | 
|      unittest.expect(o.countryId, unittest.equals('foo'));
 | 
|      unittest.expect(o.currencyId, unittest.equals('foo'));
 | 
|      unittest.expect(o.defaultCreativeSizeId, unittest.equals('foo'));
 | 
| @@ -159,14 +159,14 @@ checkAccountActiveAdSummary(api.AccountActiveAdSummary o) {
 | 
|    buildCounterAccountActiveAdSummary--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2103() {
 | 
| +buildUnnamed2208() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2103(core.List<core.String> o) {
 | 
| +checkUnnamed2208(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
| @@ -177,7 +177,7 @@ buildAccountPermission() {
 | 
|    var o = new api.AccountPermission();
 | 
|    buildCounterAccountPermission++;
 | 
|    if (buildCounterAccountPermission < 3) {
 | 
| -    o.accountProfiles = buildUnnamed2103();
 | 
| +    o.accountProfiles = buildUnnamed2208();
 | 
|      o.id = "foo";
 | 
|      o.kind = "foo";
 | 
|      o.level = "foo";
 | 
| @@ -191,7 +191,7 @@ buildAccountPermission() {
 | 
|  checkAccountPermission(api.AccountPermission o) {
 | 
|    buildCounterAccountPermission++;
 | 
|    if (buildCounterAccountPermission < 3) {
 | 
| -    checkUnnamed2103(o.accountProfiles);
 | 
| +    checkUnnamed2208(o.accountProfiles);
 | 
|      unittest.expect(o.id, unittest.equals('foo'));
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.level, unittest.equals('foo'));
 | 
| @@ -224,14 +224,14 @@ checkAccountPermissionGroup(api.AccountPermissionGroup o) {
 | 
|    buildCounterAccountPermissionGroup--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2104() {
 | 
| +buildUnnamed2209() {
 | 
|    var o = new core.List<api.AccountPermissionGroup>();
 | 
|    o.add(buildAccountPermissionGroup());
 | 
|    o.add(buildAccountPermissionGroup());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2104(core.List<api.AccountPermissionGroup> o) {
 | 
| +checkUnnamed2209(core.List<api.AccountPermissionGroup> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAccountPermissionGroup(o[0]);
 | 
|    checkAccountPermissionGroup(o[1]);
 | 
| @@ -242,7 +242,7 @@ buildAccountPermissionGroupsListResponse() {
 | 
|    var o = new api.AccountPermissionGroupsListResponse();
 | 
|    buildCounterAccountPermissionGroupsListResponse++;
 | 
|    if (buildCounterAccountPermissionGroupsListResponse < 3) {
 | 
| -    o.accountPermissionGroups = buildUnnamed2104();
 | 
| +    o.accountPermissionGroups = buildUnnamed2209();
 | 
|      o.kind = "foo";
 | 
|    }
 | 
|    buildCounterAccountPermissionGroupsListResponse--;
 | 
| @@ -252,20 +252,20 @@ buildAccountPermissionGroupsListResponse() {
 | 
|  checkAccountPermissionGroupsListResponse(api.AccountPermissionGroupsListResponse o) {
 | 
|    buildCounterAccountPermissionGroupsListResponse++;
 | 
|    if (buildCounterAccountPermissionGroupsListResponse < 3) {
 | 
| -    checkUnnamed2104(o.accountPermissionGroups);
 | 
| +    checkUnnamed2209(o.accountPermissionGroups);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterAccountPermissionGroupsListResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2105() {
 | 
| +buildUnnamed2210() {
 | 
|    var o = new core.List<api.AccountPermission>();
 | 
|    o.add(buildAccountPermission());
 | 
|    o.add(buildAccountPermission());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2105(core.List<api.AccountPermission> o) {
 | 
| +checkUnnamed2210(core.List<api.AccountPermission> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAccountPermission(o[0]);
 | 
|    checkAccountPermission(o[1]);
 | 
| @@ -276,7 +276,7 @@ buildAccountPermissionsListResponse() {
 | 
|    var o = new api.AccountPermissionsListResponse();
 | 
|    buildCounterAccountPermissionsListResponse++;
 | 
|    if (buildCounterAccountPermissionsListResponse < 3) {
 | 
| -    o.accountPermissions = buildUnnamed2105();
 | 
| +    o.accountPermissions = buildUnnamed2210();
 | 
|      o.kind = "foo";
 | 
|    }
 | 
|    buildCounterAccountPermissionsListResponse--;
 | 
| @@ -286,7 +286,7 @@ buildAccountPermissionsListResponse() {
 | 
|  checkAccountPermissionsListResponse(api.AccountPermissionsListResponse o) {
 | 
|    buildCounterAccountPermissionsListResponse++;
 | 
|    if (buildCounterAccountPermissionsListResponse < 3) {
 | 
| -    checkUnnamed2105(o.accountPermissions);
 | 
| +    checkUnnamed2210(o.accountPermissions);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterAccountPermissionsListResponse--;
 | 
| @@ -341,14 +341,14 @@ checkAccountUserProfile(api.AccountUserProfile o) {
 | 
|    buildCounterAccountUserProfile--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2106() {
 | 
| +buildUnnamed2211() {
 | 
|    var o = new core.List<api.AccountUserProfile>();
 | 
|    o.add(buildAccountUserProfile());
 | 
|    o.add(buildAccountUserProfile());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2106(core.List<api.AccountUserProfile> o) {
 | 
| +checkUnnamed2211(core.List<api.AccountUserProfile> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAccountUserProfile(o[0]);
 | 
|    checkAccountUserProfile(o[1]);
 | 
| @@ -359,7 +359,7 @@ buildAccountUserProfilesListResponse() {
 | 
|    var o = new api.AccountUserProfilesListResponse();
 | 
|    buildCounterAccountUserProfilesListResponse++;
 | 
|    if (buildCounterAccountUserProfilesListResponse < 3) {
 | 
| -    o.accountUserProfiles = buildUnnamed2106();
 | 
| +    o.accountUserProfiles = buildUnnamed2211();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
| @@ -370,21 +370,21 @@ buildAccountUserProfilesListResponse() {
 | 
|  checkAccountUserProfilesListResponse(api.AccountUserProfilesListResponse o) {
 | 
|    buildCounterAccountUserProfilesListResponse++;
 | 
|    if (buildCounterAccountUserProfilesListResponse < 3) {
 | 
| -    checkUnnamed2106(o.accountUserProfiles);
 | 
| +    checkUnnamed2211(o.accountUserProfiles);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterAccountUserProfilesListResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2107() {
 | 
| +buildUnnamed2212() {
 | 
|    var o = new core.List<api.Account>();
 | 
|    o.add(buildAccount());
 | 
|    o.add(buildAccount());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2107(core.List<api.Account> o) {
 | 
| +checkUnnamed2212(core.List<api.Account> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAccount(o[0]);
 | 
|    checkAccount(o[1]);
 | 
| @@ -395,7 +395,7 @@ buildAccountsListResponse() {
 | 
|    var o = new api.AccountsListResponse();
 | 
|    buildCounterAccountsListResponse++;
 | 
|    if (buildCounterAccountsListResponse < 3) {
 | 
| -    o.accounts = buildUnnamed2107();
 | 
| +    o.accounts = buildUnnamed2212();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
| @@ -406,34 +406,34 @@ buildAccountsListResponse() {
 | 
|  checkAccountsListResponse(api.AccountsListResponse o) {
 | 
|    buildCounterAccountsListResponse++;
 | 
|    if (buildCounterAccountsListResponse < 3) {
 | 
| -    checkUnnamed2107(o.accounts);
 | 
| +    checkUnnamed2212(o.accounts);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterAccountsListResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2108() {
 | 
| +buildUnnamed2213() {
 | 
|    var o = new core.List<api.DimensionValue>();
 | 
|    o.add(buildDimensionValue());
 | 
|    o.add(buildDimensionValue());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2108(core.List<api.DimensionValue> o) {
 | 
| +checkUnnamed2213(core.List<api.DimensionValue> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkDimensionValue(o[0]);
 | 
|    checkDimensionValue(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2109() {
 | 
| +buildUnnamed2214() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2109(core.List<core.String> o) {
 | 
| +checkUnnamed2214(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
| @@ -444,9 +444,9 @@ buildActivities() {
 | 
|    var o = new api.Activities();
 | 
|    buildCounterActivities++;
 | 
|    if (buildCounterActivities < 3) {
 | 
| -    o.filters = buildUnnamed2108();
 | 
| +    o.filters = buildUnnamed2213();
 | 
|      o.kind = "foo";
 | 
| -    o.metricNames = buildUnnamed2109();
 | 
| +    o.metricNames = buildUnnamed2214();
 | 
|    }
 | 
|    buildCounterActivities--;
 | 
|    return o;
 | 
| @@ -455,47 +455,47 @@ buildActivities() {
 | 
|  checkActivities(api.Activities o) {
 | 
|    buildCounterActivities++;
 | 
|    if (buildCounterActivities < 3) {
 | 
| -    checkUnnamed2108(o.filters);
 | 
| +    checkUnnamed2213(o.filters);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed2109(o.metricNames);
 | 
| +    checkUnnamed2214(o.metricNames);
 | 
|    }
 | 
|    buildCounterActivities--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2110() {
 | 
| +buildUnnamed2215() {
 | 
|    var o = new core.List<api.CreativeGroupAssignment>();
 | 
|    o.add(buildCreativeGroupAssignment());
 | 
|    o.add(buildCreativeGroupAssignment());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2110(core.List<api.CreativeGroupAssignment> o) {
 | 
| +checkUnnamed2215(core.List<api.CreativeGroupAssignment> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkCreativeGroupAssignment(o[0]);
 | 
|    checkCreativeGroupAssignment(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2111() {
 | 
| +buildUnnamed2216() {
 | 
|    var o = new core.List<api.EventTagOverride>();
 | 
|    o.add(buildEventTagOverride());
 | 
|    o.add(buildEventTagOverride());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2111(core.List<api.EventTagOverride> o) {
 | 
| +checkUnnamed2216(core.List<api.EventTagOverride> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkEventTagOverride(o[0]);
 | 
|    checkEventTagOverride(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2112() {
 | 
| +buildUnnamed2217() {
 | 
|    var o = new core.List<api.PlacementAssignment>();
 | 
|    o.add(buildPlacementAssignment());
 | 
|    o.add(buildPlacementAssignment());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2112(core.List<api.PlacementAssignment> o) {
 | 
| +checkUnnamed2217(core.List<api.PlacementAssignment> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkPlacementAssignment(o[0]);
 | 
|    checkPlacementAssignment(o[1]);
 | 
| @@ -519,14 +519,14 @@ buildAd() {
 | 
|      o.comments = "foo";
 | 
|      o.compatibility = "foo";
 | 
|      o.createInfo = buildLastModifiedInfo();
 | 
| -    o.creativeGroupAssignments = buildUnnamed2110();
 | 
| +    o.creativeGroupAssignments = buildUnnamed2215();
 | 
|      o.creativeRotation = buildCreativeRotation();
 | 
|      o.dayPartTargeting = buildDayPartTargeting();
 | 
|      o.defaultClickThroughEventTagProperties = buildDefaultClickThroughEventTagProperties();
 | 
|      o.deliverySchedule = buildDeliverySchedule();
 | 
|      o.dynamicClickTracker = true;
 | 
|      o.endTime = core.DateTime.parse("2002-02-27T14:01:02");
 | 
| -    o.eventTagOverrides = buildUnnamed2111();
 | 
| +    o.eventTagOverrides = buildUnnamed2216();
 | 
|      o.geoTargeting = buildGeoTargeting();
 | 
|      o.id = "foo";
 | 
|      o.idDimensionValue = buildDimensionValue();
 | 
| @@ -535,7 +535,7 @@ buildAd() {
 | 
|      o.languageTargeting = buildLanguageTargeting();
 | 
|      o.lastModifiedInfo = buildLastModifiedInfo();
 | 
|      o.name = "foo";
 | 
| -    o.placementAssignments = buildUnnamed2112();
 | 
| +    o.placementAssignments = buildUnnamed2217();
 | 
|      o.remarketingListExpression = buildListTargetingExpression();
 | 
|      o.size = buildSize();
 | 
|      o.sslCompliant = true;
 | 
| @@ -566,14 +566,14 @@ checkAd(api.Ad o) {
 | 
|      unittest.expect(o.comments, unittest.equals('foo'));
 | 
|      unittest.expect(o.compatibility, unittest.equals('foo'));
 | 
|      checkLastModifiedInfo(o.createInfo);
 | 
| -    checkUnnamed2110(o.creativeGroupAssignments);
 | 
| +    checkUnnamed2215(o.creativeGroupAssignments);
 | 
|      checkCreativeRotation(o.creativeRotation);
 | 
|      checkDayPartTargeting(o.dayPartTargeting);
 | 
|      checkDefaultClickThroughEventTagProperties(o.defaultClickThroughEventTagProperties);
 | 
|      checkDeliverySchedule(o.deliverySchedule);
 | 
|      unittest.expect(o.dynamicClickTracker, unittest.isTrue);
 | 
|      unittest.expect(o.endTime, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
 | 
| -    checkUnnamed2111(o.eventTagOverrides);
 | 
| +    checkUnnamed2216(o.eventTagOverrides);
 | 
|      checkGeoTargeting(o.geoTargeting);
 | 
|      unittest.expect(o.id, unittest.equals('foo'));
 | 
|      checkDimensionValue(o.idDimensionValue);
 | 
| @@ -582,7 +582,7 @@ checkAd(api.Ad o) {
 | 
|      checkLanguageTargeting(o.languageTargeting);
 | 
|      checkLastModifiedInfo(o.lastModifiedInfo);
 | 
|      unittest.expect(o.name, unittest.equals('foo'));
 | 
| -    checkUnnamed2112(o.placementAssignments);
 | 
| +    checkUnnamed2217(o.placementAssignments);
 | 
|      checkListTargetingExpression(o.remarketingListExpression);
 | 
|      checkSize(o.size);
 | 
|      unittest.expect(o.sslCompliant, unittest.isTrue);
 | 
| @@ -629,14 +629,14 @@ checkAdSlot(api.AdSlot o) {
 | 
|    buildCounterAdSlot--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2113() {
 | 
| +buildUnnamed2218() {
 | 
|    var o = new core.List<api.Ad>();
 | 
|    o.add(buildAd());
 | 
|    o.add(buildAd());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2113(core.List<api.Ad> o) {
 | 
| +checkUnnamed2218(core.List<api.Ad> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAd(o[0]);
 | 
|    checkAd(o[1]);
 | 
| @@ -647,7 +647,7 @@ buildAdsListResponse() {
 | 
|    var o = new api.AdsListResponse();
 | 
|    buildCounterAdsListResponse++;
 | 
|    if (buildCounterAdsListResponse < 3) {
 | 
| -    o.ads = buildUnnamed2113();
 | 
| +    o.ads = buildUnnamed2218();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
| @@ -658,7 +658,7 @@ buildAdsListResponse() {
 | 
|  checkAdsListResponse(api.AdsListResponse o) {
 | 
|    buildCounterAdsListResponse++;
 | 
|    if (buildCounterAdsListResponse < 3) {
 | 
| -    checkUnnamed2113(o.ads);
 | 
| +    checkUnnamed2218(o.ads);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
| @@ -737,14 +737,14 @@ checkAdvertiserGroup(api.AdvertiserGroup o) {
 | 
|    buildCounterAdvertiserGroup--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2114() {
 | 
| +buildUnnamed2219() {
 | 
|    var o = new core.List<api.AdvertiserGroup>();
 | 
|    o.add(buildAdvertiserGroup());
 | 
|    o.add(buildAdvertiserGroup());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2114(core.List<api.AdvertiserGroup> o) {
 | 
| +checkUnnamed2219(core.List<api.AdvertiserGroup> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAdvertiserGroup(o[0]);
 | 
|    checkAdvertiserGroup(o[1]);
 | 
| @@ -755,7 +755,7 @@ buildAdvertiserGroupsListResponse() {
 | 
|    var o = new api.AdvertiserGroupsListResponse();
 | 
|    buildCounterAdvertiserGroupsListResponse++;
 | 
|    if (buildCounterAdvertiserGroupsListResponse < 3) {
 | 
| -    o.advertiserGroups = buildUnnamed2114();
 | 
| +    o.advertiserGroups = buildUnnamed2219();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
| @@ -766,21 +766,21 @@ buildAdvertiserGroupsListResponse() {
 | 
|  checkAdvertiserGroupsListResponse(api.AdvertiserGroupsListResponse o) {
 | 
|    buildCounterAdvertiserGroupsListResponse++;
 | 
|    if (buildCounterAdvertiserGroupsListResponse < 3) {
 | 
| -    checkUnnamed2114(o.advertiserGroups);
 | 
| +    checkUnnamed2219(o.advertiserGroups);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterAdvertiserGroupsListResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2115() {
 | 
| +buildUnnamed2220() {
 | 
|    var o = new core.List<api.Advertiser>();
 | 
|    o.add(buildAdvertiser());
 | 
|    o.add(buildAdvertiser());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2115(core.List<api.Advertiser> o) {
 | 
| +checkUnnamed2220(core.List<api.Advertiser> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAdvertiser(o[0]);
 | 
|    checkAdvertiser(o[1]);
 | 
| @@ -791,7 +791,7 @@ buildAdvertisersListResponse() {
 | 
|    var o = new api.AdvertisersListResponse();
 | 
|    buildCounterAdvertisersListResponse++;
 | 
|    if (buildCounterAdvertisersListResponse < 3) {
 | 
| -    o.advertisers = buildUnnamed2115();
 | 
| +    o.advertisers = buildUnnamed2220();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
| @@ -802,7 +802,7 @@ buildAdvertisersListResponse() {
 | 
|  checkAdvertisersListResponse(api.AdvertisersListResponse o) {
 | 
|    buildCounterAdvertisersListResponse++;
 | 
|    if (buildCounterAdvertisersListResponse < 3) {
 | 
| -    checkUnnamed2115(o.advertisers);
 | 
| +    checkUnnamed2220(o.advertisers);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
| @@ -832,14 +832,14 @@ checkAudienceSegment(api.AudienceSegment o) {
 | 
|    buildCounterAudienceSegment--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2116() {
 | 
| +buildUnnamed2221() {
 | 
|    var o = new core.List<api.AudienceSegment>();
 | 
|    o.add(buildAudienceSegment());
 | 
|    o.add(buildAudienceSegment());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2116(core.List<api.AudienceSegment> o) {
 | 
| +checkUnnamed2221(core.List<api.AudienceSegment> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAudienceSegment(o[0]);
 | 
|    checkAudienceSegment(o[1]);
 | 
| @@ -850,7 +850,7 @@ buildAudienceSegmentGroup() {
 | 
|    var o = new api.AudienceSegmentGroup();
 | 
|    buildCounterAudienceSegmentGroup++;
 | 
|    if (buildCounterAudienceSegmentGroup < 3) {
 | 
| -    o.audienceSegments = buildUnnamed2116();
 | 
| +    o.audienceSegments = buildUnnamed2221();
 | 
|      o.id = "foo";
 | 
|      o.name = "foo";
 | 
|    }
 | 
| @@ -861,7 +861,7 @@ buildAudienceSegmentGroup() {
 | 
|  checkAudienceSegmentGroup(api.AudienceSegmentGroup o) {
 | 
|    buildCounterAudienceSegmentGroup++;
 | 
|    if (buildCounterAudienceSegmentGroup < 3) {
 | 
| -    checkUnnamed2116(o.audienceSegments);
 | 
| +    checkUnnamed2221(o.audienceSegments);
 | 
|      unittest.expect(o.id, unittest.equals('foo'));
 | 
|      unittest.expect(o.name, unittest.equals('foo'));
 | 
|    }
 | 
| @@ -897,14 +897,14 @@ checkBrowser(api.Browser o) {
 | 
|    buildCounterBrowser--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2117() {
 | 
| +buildUnnamed2222() {
 | 
|    var o = new core.List<api.Browser>();
 | 
|    o.add(buildBrowser());
 | 
|    o.add(buildBrowser());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2117(core.List<api.Browser> o) {
 | 
| +checkUnnamed2222(core.List<api.Browser> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkBrowser(o[0]);
 | 
|    checkBrowser(o[1]);
 | 
| @@ -915,7 +915,7 @@ buildBrowsersListResponse() {
 | 
|    var o = new api.BrowsersListResponse();
 | 
|    buildCounterBrowsersListResponse++;
 | 
|    if (buildCounterBrowsersListResponse < 3) {
 | 
| -    o.browsers = buildUnnamed2117();
 | 
| +    o.browsers = buildUnnamed2222();
 | 
|      o.kind = "foo";
 | 
|    }
 | 
|    buildCounterBrowsersListResponse--;
 | 
| @@ -925,72 +925,72 @@ buildBrowsersListResponse() {
 | 
|  checkBrowsersListResponse(api.BrowsersListResponse o) {
 | 
|    buildCounterBrowsersListResponse++;
 | 
|    if (buildCounterBrowsersListResponse < 3) {
 | 
| -    checkUnnamed2117(o.browsers);
 | 
| +    checkUnnamed2222(o.browsers);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterBrowsersListResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2118() {
 | 
| +buildUnnamed2223() {
 | 
|    var o = new core.List<api.CreativeOptimizationConfiguration>();
 | 
|    o.add(buildCreativeOptimizationConfiguration());
 | 
|    o.add(buildCreativeOptimizationConfiguration());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2118(core.List<api.CreativeOptimizationConfiguration> o) {
 | 
| +checkUnnamed2223(core.List<api.CreativeOptimizationConfiguration> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkCreativeOptimizationConfiguration(o[0]);
 | 
|    checkCreativeOptimizationConfiguration(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2119() {
 | 
| +buildUnnamed2224() {
 | 
|    var o = new core.List<api.AudienceSegmentGroup>();
 | 
|    o.add(buildAudienceSegmentGroup());
 | 
|    o.add(buildAudienceSegmentGroup());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2119(core.List<api.AudienceSegmentGroup> o) {
 | 
| +checkUnnamed2224(core.List<api.AudienceSegmentGroup> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAudienceSegmentGroup(o[0]);
 | 
|    checkAudienceSegmentGroup(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2120() {
 | 
| +buildUnnamed2225() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2120(core.List<core.String> o) {
 | 
| +checkUnnamed2225(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2121() {
 | 
| +buildUnnamed2226() {
 | 
|    var o = new core.List<api.EventTagOverride>();
 | 
|    o.add(buildEventTagOverride());
 | 
|    o.add(buildEventTagOverride());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2121(core.List<api.EventTagOverride> o) {
 | 
| +checkUnnamed2226(core.List<api.EventTagOverride> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkEventTagOverride(o[0]);
 | 
|    checkEventTagOverride(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2122() {
 | 
| +buildUnnamed2227() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2122(core.List<core.String> o) {
 | 
| +checkUnnamed2227(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
| @@ -1002,21 +1002,21 @@ buildCampaign() {
 | 
|    buildCounterCampaign++;
 | 
|    if (buildCounterCampaign < 3) {
 | 
|      o.accountId = "foo";
 | 
| -    o.additionalCreativeOptimizationConfigurations = buildUnnamed2118();
 | 
| +    o.additionalCreativeOptimizationConfigurations = buildUnnamed2223();
 | 
|      o.advertiserGroupId = "foo";
 | 
|      o.advertiserId = "foo";
 | 
|      o.advertiserIdDimensionValue = buildDimensionValue();
 | 
|      o.archived = true;
 | 
| -    o.audienceSegmentGroups = buildUnnamed2119();
 | 
| +    o.audienceSegmentGroups = buildUnnamed2224();
 | 
|      o.billingInvoiceCode = "foo";
 | 
|      o.clickThroughUrlSuffixProperties = buildClickThroughUrlSuffixProperties();
 | 
|      o.comment = "foo";
 | 
|      o.createInfo = buildLastModifiedInfo();
 | 
| -    o.creativeGroupIds = buildUnnamed2120();
 | 
| +    o.creativeGroupIds = buildUnnamed2225();
 | 
|      o.creativeOptimizationConfiguration = buildCreativeOptimizationConfiguration();
 | 
|      o.defaultClickThroughEventTagProperties = buildDefaultClickThroughEventTagProperties();
 | 
|      o.endDate = core.DateTime.parse("2002-02-27T14:01:02Z");
 | 
| -    o.eventTagOverrides = buildUnnamed2121();
 | 
| +    o.eventTagOverrides = buildUnnamed2226();
 | 
|      o.externalId = "foo";
 | 
|      o.id = "foo";
 | 
|      o.idDimensionValue = buildDimensionValue();
 | 
| @@ -1027,7 +1027,7 @@ buildCampaign() {
 | 
|      o.nielsenOcrEnabled = true;
 | 
|      o.startDate = core.DateTime.parse("2002-02-27T14:01:02Z");
 | 
|      o.subaccountId = "foo";
 | 
| -    o.traffickerEmails = buildUnnamed2122();
 | 
| +    o.traffickerEmails = buildUnnamed2227();
 | 
|    }
 | 
|    buildCounterCampaign--;
 | 
|    return o;
 | 
| @@ -1037,21 +1037,21 @@ checkCampaign(api.Campaign o) {
 | 
|    buildCounterCampaign++;
 | 
|    if (buildCounterCampaign < 3) {
 | 
|      unittest.expect(o.accountId, unittest.equals('foo'));
 | 
| -    checkUnnamed2118(o.additionalCreativeOptimizationConfigurations);
 | 
| +    checkUnnamed2223(o.additionalCreativeOptimizationConfigurations);
 | 
|      unittest.expect(o.advertiserGroupId, unittest.equals('foo'));
 | 
|      unittest.expect(o.advertiserId, unittest.equals('foo'));
 | 
|      checkDimensionValue(o.advertiserIdDimensionValue);
 | 
|      unittest.expect(o.archived, unittest.isTrue);
 | 
| -    checkUnnamed2119(o.audienceSegmentGroups);
 | 
| +    checkUnnamed2224(o.audienceSegmentGroups);
 | 
|      unittest.expect(o.billingInvoiceCode, unittest.equals('foo'));
 | 
|      checkClickThroughUrlSuffixProperties(o.clickThroughUrlSuffixProperties);
 | 
|      unittest.expect(o.comment, unittest.equals('foo'));
 | 
|      checkLastModifiedInfo(o.createInfo);
 | 
| -    checkUnnamed2120(o.creativeGroupIds);
 | 
| +    checkUnnamed2225(o.creativeGroupIds);
 | 
|      checkCreativeOptimizationConfiguration(o.creativeOptimizationConfiguration);
 | 
|      checkDefaultClickThroughEventTagProperties(o.defaultClickThroughEventTagProperties);
 | 
|      unittest.expect(o.endDate, unittest.equals(core.DateTime.parse("2002-02-27T00:00:00")));
 | 
| -    checkUnnamed2121(o.eventTagOverrides);
 | 
| +    checkUnnamed2226(o.eventTagOverrides);
 | 
|      unittest.expect(o.externalId, unittest.equals('foo'));
 | 
|      unittest.expect(o.id, unittest.equals('foo'));
 | 
|      checkDimensionValue(o.idDimensionValue);
 | 
| @@ -1062,7 +1062,7 @@ checkCampaign(api.Campaign o) {
 | 
|      unittest.expect(o.nielsenOcrEnabled, unittest.isTrue);
 | 
|      unittest.expect(o.startDate, unittest.equals(core.DateTime.parse("2002-02-27T00:00:00")));
 | 
|      unittest.expect(o.subaccountId, unittest.equals('foo'));
 | 
| -    checkUnnamed2122(o.traffickerEmails);
 | 
| +    checkUnnamed2227(o.traffickerEmails);
 | 
|    }
 | 
|    buildCounterCampaign--;
 | 
|  }
 | 
| @@ -1088,14 +1088,14 @@ checkCampaignCreativeAssociation(api.CampaignCreativeAssociation o) {
 | 
|    buildCounterCampaignCreativeAssociation--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2123() {
 | 
| +buildUnnamed2228() {
 | 
|    var o = new core.List<api.CampaignCreativeAssociation>();
 | 
|    o.add(buildCampaignCreativeAssociation());
 | 
|    o.add(buildCampaignCreativeAssociation());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2123(core.List<api.CampaignCreativeAssociation> o) {
 | 
| +checkUnnamed2228(core.List<api.CampaignCreativeAssociation> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkCampaignCreativeAssociation(o[0]);
 | 
|    checkCampaignCreativeAssociation(o[1]);
 | 
| @@ -1106,7 +1106,7 @@ buildCampaignCreativeAssociationsListResponse() {
 | 
|    var o = new api.CampaignCreativeAssociationsListResponse();
 | 
|    buildCounterCampaignCreativeAssociationsListResponse++;
 | 
|    if (buildCounterCampaignCreativeAssociationsListResponse < 3) {
 | 
| -    o.campaignCreativeAssociations = buildUnnamed2123();
 | 
| +    o.campaignCreativeAssociations = buildUnnamed2228();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
| @@ -1117,21 +1117,21 @@ buildCampaignCreativeAssociationsListResponse() {
 | 
|  checkCampaignCreativeAssociationsListResponse(api.CampaignCreativeAssociationsListResponse o) {
 | 
|    buildCounterCampaignCreativeAssociationsListResponse++;
 | 
|    if (buildCounterCampaignCreativeAssociationsListResponse < 3) {
 | 
| -    checkUnnamed2123(o.campaignCreativeAssociations);
 | 
| +    checkUnnamed2228(o.campaignCreativeAssociations);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterCampaignCreativeAssociationsListResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2124() {
 | 
| +buildUnnamed2229() {
 | 
|    var o = new core.List<api.Campaign>();
 | 
|    o.add(buildCampaign());
 | 
|    o.add(buildCampaign());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2124(core.List<api.Campaign> o) {
 | 
| +checkUnnamed2229(core.List<api.Campaign> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkCampaign(o[0]);
 | 
|    checkCampaign(o[1]);
 | 
| @@ -1142,7 +1142,7 @@ buildCampaignsListResponse() {
 | 
|    var o = new api.CampaignsListResponse();
 | 
|    buildCounterCampaignsListResponse++;
 | 
|    if (buildCounterCampaignsListResponse < 3) {
 | 
| -    o.campaigns = buildUnnamed2124();
 | 
| +    o.campaigns = buildUnnamed2229();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
| @@ -1153,7 +1153,7 @@ buildCampaignsListResponse() {
 | 
|  checkCampaignsListResponse(api.CampaignsListResponse o) {
 | 
|    buildCounterCampaignsListResponse++;
 | 
|    if (buildCounterCampaignsListResponse < 3) {
 | 
| -    checkUnnamed2124(o.campaigns);
 | 
| +    checkUnnamed2229(o.campaigns);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
| @@ -1205,14 +1205,14 @@ checkChangeLog(api.ChangeLog o) {
 | 
|    buildCounterChangeLog--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2125() {
 | 
| +buildUnnamed2230() {
 | 
|    var o = new core.List<api.ChangeLog>();
 | 
|    o.add(buildChangeLog());
 | 
|    o.add(buildChangeLog());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2125(core.List<api.ChangeLog> o) {
 | 
| +checkUnnamed2230(core.List<api.ChangeLog> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkChangeLog(o[0]);
 | 
|    checkChangeLog(o[1]);
 | 
| @@ -1223,7 +1223,7 @@ buildChangeLogsListResponse() {
 | 
|    var o = new api.ChangeLogsListResponse();
 | 
|    buildCounterChangeLogsListResponse++;
 | 
|    if (buildCounterChangeLogsListResponse < 3) {
 | 
| -    o.changeLogs = buildUnnamed2125();
 | 
| +    o.changeLogs = buildUnnamed2230();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
| @@ -1234,21 +1234,21 @@ buildChangeLogsListResponse() {
 | 
|  checkChangeLogsListResponse(api.ChangeLogsListResponse o) {
 | 
|    buildCounterChangeLogsListResponse++;
 | 
|    if (buildCounterChangeLogsListResponse < 3) {
 | 
| -    checkUnnamed2125(o.changeLogs);
 | 
| +    checkUnnamed2230(o.changeLogs);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterChangeLogsListResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2126() {
 | 
| +buildUnnamed2231() {
 | 
|    var o = new core.List<api.City>();
 | 
|    o.add(buildCity());
 | 
|    o.add(buildCity());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2126(core.List<api.City> o) {
 | 
| +checkUnnamed2231(core.List<api.City> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkCity(o[0]);
 | 
|    checkCity(o[1]);
 | 
| @@ -1259,7 +1259,7 @@ buildCitiesListResponse() {
 | 
|    var o = new api.CitiesListResponse();
 | 
|    buildCounterCitiesListResponse++;
 | 
|    if (buildCounterCitiesListResponse < 3) {
 | 
| -    o.cities = buildUnnamed2126();
 | 
| +    o.cities = buildUnnamed2231();
 | 
|      o.kind = "foo";
 | 
|    }
 | 
|    buildCounterCitiesListResponse--;
 | 
| @@ -1269,7 +1269,7 @@ buildCitiesListResponse() {
 | 
|  checkCitiesListResponse(api.CitiesListResponse o) {
 | 
|    buildCounterCitiesListResponse++;
 | 
|    if (buildCounterCitiesListResponse < 3) {
 | 
| -    checkUnnamed2126(o.cities);
 | 
| +    checkUnnamed2231(o.cities);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterCitiesListResponse--;
 | 
| @@ -1400,14 +1400,14 @@ checkCompanionClickThroughOverride(api.CompanionClickThroughOverride o) {
 | 
|    buildCounterCompanionClickThroughOverride--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2127() {
 | 
| +buildUnnamed2232() {
 | 
|    var o = new core.List<api.Size>();
 | 
|    o.add(buildSize());
 | 
|    o.add(buildSize());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2127(core.List<api.Size> o) {
 | 
| +checkUnnamed2232(core.List<api.Size> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkSize(o[0]);
 | 
|    checkSize(o[1]);
 | 
| @@ -1419,7 +1419,7 @@ buildCompanionSetting() {
 | 
|    buildCounterCompanionSetting++;
 | 
|    if (buildCounterCompanionSetting < 3) {
 | 
|      o.companionsDisabled = true;
 | 
| -    o.enabledSizes = buildUnnamed2127();
 | 
| +    o.enabledSizes = buildUnnamed2232();
 | 
|      o.imageOnly = true;
 | 
|      o.kind = "foo";
 | 
|    }
 | 
| @@ -1431,7 +1431,7 @@ checkCompanionSetting(api.CompanionSetting o) {
 | 
|    buildCounterCompanionSetting++;
 | 
|    if (buildCounterCompanionSetting < 3) {
 | 
|      unittest.expect(o.companionsDisabled, unittest.isTrue);
 | 
| -    checkUnnamed2127(o.enabledSizes);
 | 
| +    checkUnnamed2232(o.enabledSizes);
 | 
|      unittest.expect(o.imageOnly, unittest.isTrue);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
| @@ -1490,14 +1490,14 @@ checkConnectionType(api.ConnectionType o) {
 | 
|    buildCounterConnectionType--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2128() {
 | 
| +buildUnnamed2233() {
 | 
|    var o = new core.List<api.ConnectionType>();
 | 
|    o.add(buildConnectionType());
 | 
|    o.add(buildConnectionType());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2128(core.List<api.ConnectionType> o) {
 | 
| +checkUnnamed2233(core.List<api.ConnectionType> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkConnectionType(o[0]);
 | 
|    checkConnectionType(o[1]);
 | 
| @@ -1508,7 +1508,7 @@ buildConnectionTypesListResponse() {
 | 
|    var o = new api.ConnectionTypesListResponse();
 | 
|    buildCounterConnectionTypesListResponse++;
 | 
|    if (buildCounterConnectionTypesListResponse < 3) {
 | 
| -    o.connectionTypes = buildUnnamed2128();
 | 
| +    o.connectionTypes = buildUnnamed2233();
 | 
|      o.kind = "foo";
 | 
|    }
 | 
|    buildCounterConnectionTypesListResponse--;
 | 
| @@ -1518,20 +1518,20 @@ buildConnectionTypesListResponse() {
 | 
|  checkConnectionTypesListResponse(api.ConnectionTypesListResponse o) {
 | 
|    buildCounterConnectionTypesListResponse++;
 | 
|    if (buildCounterConnectionTypesListResponse < 3) {
 | 
| -    checkUnnamed2128(o.connectionTypes);
 | 
| +    checkUnnamed2233(o.connectionTypes);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterConnectionTypesListResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2129() {
 | 
| +buildUnnamed2234() {
 | 
|    var o = new core.List<api.ContentCategory>();
 | 
|    o.add(buildContentCategory());
 | 
|    o.add(buildContentCategory());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2129(core.List<api.ContentCategory> o) {
 | 
| +checkUnnamed2234(core.List<api.ContentCategory> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkContentCategory(o[0]);
 | 
|    checkContentCategory(o[1]);
 | 
| @@ -1542,7 +1542,7 @@ buildContentCategoriesListResponse() {
 | 
|    var o = new api.ContentCategoriesListResponse();
 | 
|    buildCounterContentCategoriesListResponse++;
 | 
|    if (buildCounterContentCategoriesListResponse < 3) {
 | 
| -    o.contentCategories = buildUnnamed2129();
 | 
| +    o.contentCategories = buildUnnamed2234();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
| @@ -1553,7 +1553,7 @@ buildContentCategoriesListResponse() {
 | 
|  checkContentCategoriesListResponse(api.ContentCategoriesListResponse o) {
 | 
|    buildCounterContentCategoriesListResponse++;
 | 
|    if (buildCounterContentCategoriesListResponse < 3) {
 | 
| -    checkUnnamed2129(o.contentCategories);
 | 
| +    checkUnnamed2234(o.contentCategories);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
| @@ -1585,27 +1585,27 @@ checkContentCategory(api.ContentCategory o) {
 | 
|    buildCounterContentCategory--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2130() {
 | 
| +buildUnnamed2235() {
 | 
|    var o = new core.List<api.CustomFloodlightVariable>();
 | 
|    o.add(buildCustomFloodlightVariable());
 | 
|    o.add(buildCustomFloodlightVariable());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2130(core.List<api.CustomFloodlightVariable> o) {
 | 
| +checkUnnamed2235(core.List<api.CustomFloodlightVariable> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkCustomFloodlightVariable(o[0]);
 | 
|    checkCustomFloodlightVariable(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2131() {
 | 
| +buildUnnamed2236() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2131(core.List<core.String> o) {
 | 
| +checkUnnamed2236(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
| @@ -1617,9 +1617,9 @@ buildConversion() {
 | 
|    buildCounterConversion++;
 | 
|    if (buildCounterConversion < 3) {
 | 
|      o.childDirectedTreatment = true;
 | 
| -    o.customVariables = buildUnnamed2130();
 | 
| +    o.customVariables = buildUnnamed2235();
 | 
|      o.encryptedUserId = "foo";
 | 
| -    o.encryptedUserIdCandidates = buildUnnamed2131();
 | 
| +    o.encryptedUserIdCandidates = buildUnnamed2236();
 | 
|      o.floodlightActivityId = "foo";
 | 
|      o.floodlightConfigurationId = "foo";
 | 
|      o.kind = "foo";
 | 
| @@ -1638,9 +1638,9 @@ checkConversion(api.Conversion o) {
 | 
|    buildCounterConversion++;
 | 
|    if (buildCounterConversion < 3) {
 | 
|      unittest.expect(o.childDirectedTreatment, unittest.isTrue);
 | 
| -    checkUnnamed2130(o.customVariables);
 | 
| +    checkUnnamed2235(o.customVariables);
 | 
|      unittest.expect(o.encryptedUserId, unittest.equals('foo'));
 | 
| -    checkUnnamed2131(o.encryptedUserIdCandidates);
 | 
| +    checkUnnamed2236(o.encryptedUserIdCandidates);
 | 
|      unittest.expect(o.floodlightActivityId, unittest.equals('foo'));
 | 
|      unittest.expect(o.floodlightConfigurationId, unittest.equals('foo'));
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| @@ -1677,14 +1677,14 @@ checkConversionError(api.ConversionError o) {
 | 
|    buildCounterConversionError--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2132() {
 | 
| +buildUnnamed2237() {
 | 
|    var o = new core.List<api.ConversionError>();
 | 
|    o.add(buildConversionError());
 | 
|    o.add(buildConversionError());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2132(core.List<api.ConversionError> o) {
 | 
| +checkUnnamed2237(core.List<api.ConversionError> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkConversionError(o[0]);
 | 
|    checkConversionError(o[1]);
 | 
| @@ -1696,7 +1696,7 @@ buildConversionStatus() {
 | 
|    buildCounterConversionStatus++;
 | 
|    if (buildCounterConversionStatus < 3) {
 | 
|      o.conversion = buildConversion();
 | 
| -    o.errors = buildUnnamed2132();
 | 
| +    o.errors = buildUnnamed2237();
 | 
|      o.kind = "foo";
 | 
|    }
 | 
|    buildCounterConversionStatus--;
 | 
| @@ -1707,20 +1707,20 @@ checkConversionStatus(api.ConversionStatus o) {
 | 
|    buildCounterConversionStatus++;
 | 
|    if (buildCounterConversionStatus < 3) {
 | 
|      checkConversion(o.conversion);
 | 
| -    checkUnnamed2132(o.errors);
 | 
| +    checkUnnamed2237(o.errors);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterConversionStatus--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2133() {
 | 
| +buildUnnamed2238() {
 | 
|    var o = new core.List<api.Conversion>();
 | 
|    o.add(buildConversion());
 | 
|    o.add(buildConversion());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2133(core.List<api.Conversion> o) {
 | 
| +checkUnnamed2238(core.List<api.Conversion> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkConversion(o[0]);
 | 
|    checkConversion(o[1]);
 | 
| @@ -1731,7 +1731,7 @@ buildConversionsBatchInsertRequest() {
 | 
|    var o = new api.ConversionsBatchInsertRequest();
 | 
|    buildCounterConversionsBatchInsertRequest++;
 | 
|    if (buildCounterConversionsBatchInsertRequest < 3) {
 | 
| -    o.conversions = buildUnnamed2133();
 | 
| +    o.conversions = buildUnnamed2238();
 | 
|      o.encryptionInfo = buildEncryptionInfo();
 | 
|      o.kind = "foo";
 | 
|    }
 | 
| @@ -1742,21 +1742,21 @@ buildConversionsBatchInsertRequest() {
 | 
|  checkConversionsBatchInsertRequest(api.ConversionsBatchInsertRequest o) {
 | 
|    buildCounterConversionsBatchInsertRequest++;
 | 
|    if (buildCounterConversionsBatchInsertRequest < 3) {
 | 
| -    checkUnnamed2133(o.conversions);
 | 
| +    checkUnnamed2238(o.conversions);
 | 
|      checkEncryptionInfo(o.encryptionInfo);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterConversionsBatchInsertRequest--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2134() {
 | 
| +buildUnnamed2239() {
 | 
|    var o = new core.List<api.ConversionStatus>();
 | 
|    o.add(buildConversionStatus());
 | 
|    o.add(buildConversionStatus());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2134(core.List<api.ConversionStatus> o) {
 | 
| +checkUnnamed2239(core.List<api.ConversionStatus> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkConversionStatus(o[0]);
 | 
|    checkConversionStatus(o[1]);
 | 
| @@ -1769,7 +1769,7 @@ buildConversionsBatchInsertResponse() {
 | 
|    if (buildCounterConversionsBatchInsertResponse < 3) {
 | 
|      o.hasFailures = true;
 | 
|      o.kind = "foo";
 | 
| -    o.status = buildUnnamed2134();
 | 
| +    o.status = buildUnnamed2239();
 | 
|    }
 | 
|    buildCounterConversionsBatchInsertResponse--;
 | 
|    return o;
 | 
| @@ -1780,19 +1780,19 @@ checkConversionsBatchInsertResponse(api.ConversionsBatchInsertResponse o) {
 | 
|    if (buildCounterConversionsBatchInsertResponse < 3) {
 | 
|      unittest.expect(o.hasFailures, unittest.isTrue);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed2134(o.status);
 | 
| +    checkUnnamed2239(o.status);
 | 
|    }
 | 
|    buildCounterConversionsBatchInsertResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2135() {
 | 
| +buildUnnamed2240() {
 | 
|    var o = new core.List<api.Country>();
 | 
|    o.add(buildCountry());
 | 
|    o.add(buildCountry());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2135(core.List<api.Country> o) {
 | 
| +checkUnnamed2240(core.List<api.Country> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkCountry(o[0]);
 | 
|    checkCountry(o[1]);
 | 
| @@ -1803,7 +1803,7 @@ buildCountriesListResponse() {
 | 
|    var o = new api.CountriesListResponse();
 | 
|    buildCounterCountriesListResponse++;
 | 
|    if (buildCounterCountriesListResponse < 3) {
 | 
| -    o.countries = buildUnnamed2135();
 | 
| +    o.countries = buildUnnamed2240();
 | 
|      o.kind = "foo";
 | 
|    }
 | 
|    buildCounterCountriesListResponse--;
 | 
| @@ -1813,7 +1813,7 @@ buildCountriesListResponse() {
 | 
|  checkCountriesListResponse(api.CountriesListResponse o) {
 | 
|    buildCounterCountriesListResponse++;
 | 
|    if (buildCounterCountriesListResponse < 3) {
 | 
| -    checkUnnamed2135(o.countries);
 | 
| +    checkUnnamed2240(o.countries);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterCountriesListResponse--;
 | 
| @@ -1846,157 +1846,157 @@ checkCountry(api.Country o) {
 | 
|    buildCounterCountry--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2136() {
 | 
| +buildUnnamed2241() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2136(core.List<core.String> o) {
 | 
| +checkUnnamed2241(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2137() {
 | 
| +buildUnnamed2242() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2137(core.List<core.String> o) {
 | 
| +checkUnnamed2242(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2138() {
 | 
| +buildUnnamed2243() {
 | 
|    var o = new core.List<api.ClickTag>();
 | 
|    o.add(buildClickTag());
 | 
|    o.add(buildClickTag());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2138(core.List<api.ClickTag> o) {
 | 
| +checkUnnamed2243(core.List<api.ClickTag> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkClickTag(o[0]);
 | 
|    checkClickTag(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2139() {
 | 
| +buildUnnamed2244() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2139(core.List<core.String> o) {
 | 
| +checkUnnamed2244(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2140() {
 | 
| +buildUnnamed2245() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2140(core.List<core.String> o) {
 | 
| +checkUnnamed2245(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2141() {
 | 
| +buildUnnamed2246() {
 | 
|    var o = new core.List<api.CreativeCustomEvent>();
 | 
|    o.add(buildCreativeCustomEvent());
 | 
|    o.add(buildCreativeCustomEvent());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2141(core.List<api.CreativeCustomEvent> o) {
 | 
| +checkUnnamed2246(core.List<api.CreativeCustomEvent> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkCreativeCustomEvent(o[0]);
 | 
|    checkCreativeCustomEvent(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2142() {
 | 
| +buildUnnamed2247() {
 | 
|    var o = new core.List<api.CreativeAsset>();
 | 
|    o.add(buildCreativeAsset());
 | 
|    o.add(buildCreativeAsset());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2142(core.List<api.CreativeAsset> o) {
 | 
| +checkUnnamed2247(core.List<api.CreativeAsset> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkCreativeAsset(o[0]);
 | 
|    checkCreativeAsset(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2143() {
 | 
| +buildUnnamed2248() {
 | 
|    var o = new core.List<api.CreativeFieldAssignment>();
 | 
|    o.add(buildCreativeFieldAssignment());
 | 
|    o.add(buildCreativeFieldAssignment());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2143(core.List<api.CreativeFieldAssignment> o) {
 | 
| +checkUnnamed2248(core.List<api.CreativeFieldAssignment> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkCreativeFieldAssignment(o[0]);
 | 
|    checkCreativeFieldAssignment(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2144() {
 | 
| +buildUnnamed2249() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2144(core.List<core.String> o) {
 | 
| +checkUnnamed2249(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2145() {
 | 
| +buildUnnamed2250() {
 | 
|    var o = new core.List<api.CreativeCustomEvent>();
 | 
|    o.add(buildCreativeCustomEvent());
 | 
|    o.add(buildCreativeCustomEvent());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2145(core.List<api.CreativeCustomEvent> o) {
 | 
| +checkUnnamed2250(core.List<api.CreativeCustomEvent> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkCreativeCustomEvent(o[0]);
 | 
|    checkCreativeCustomEvent(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2146() {
 | 
| +buildUnnamed2251() {
 | 
|    var o = new core.List<api.ThirdPartyTrackingUrl>();
 | 
|    o.add(buildThirdPartyTrackingUrl());
 | 
|    o.add(buildThirdPartyTrackingUrl());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2146(core.List<api.ThirdPartyTrackingUrl> o) {
 | 
| +checkUnnamed2251(core.List<api.ThirdPartyTrackingUrl> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkThirdPartyTrackingUrl(o[0]);
 | 
|    checkThirdPartyTrackingUrl(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2147() {
 | 
| +buildUnnamed2252() {
 | 
|    var o = new core.List<api.CreativeCustomEvent>();
 | 
|    o.add(buildCreativeCustomEvent());
 | 
|    o.add(buildCreativeCustomEvent());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2147(core.List<api.CreativeCustomEvent> o) {
 | 
| +checkUnnamed2252(core.List<api.CreativeCustomEvent> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkCreativeCustomEvent(o[0]);
 | 
|    checkCreativeCustomEvent(o[1]);
 | 
| @@ -2010,7 +2010,7 @@ buildCreative() {
 | 
|      o.accountId = "foo";
 | 
|      o.active = true;
 | 
|      o.adParameters = "foo";
 | 
| -    o.adTagKeys = buildUnnamed2136();
 | 
| +    o.adTagKeys = buildUnnamed2241();
 | 
|      o.advertiserId = "foo";
 | 
|      o.allowScriptAccess = true;
 | 
|      o.archived = true;
 | 
| @@ -2020,21 +2020,21 @@ buildCreative() {
 | 
|      o.autoAdvanceImages = true;
 | 
|      o.backgroundColor = "foo";
 | 
|      o.backupImageClickThroughUrl = "foo";
 | 
| -    o.backupImageFeatures = buildUnnamed2137();
 | 
| +    o.backupImageFeatures = buildUnnamed2242();
 | 
|      o.backupImageReportingLabel = "foo";
 | 
|      o.backupImageTargetWindow = buildTargetWindow();
 | 
| -    o.clickTags = buildUnnamed2138();
 | 
| +    o.clickTags = buildUnnamed2243();
 | 
|      o.commercialId = "foo";
 | 
| -    o.companionCreatives = buildUnnamed2139();
 | 
| -    o.compatibility = buildUnnamed2140();
 | 
| +    o.companionCreatives = buildUnnamed2244();
 | 
| +    o.compatibility = buildUnnamed2245();
 | 
|      o.convertFlashToHtml5 = true;
 | 
| -    o.counterCustomEvents = buildUnnamed2141();
 | 
| +    o.counterCustomEvents = buildUnnamed2246();
 | 
|      o.creativeAssetSelection = buildCreativeAssetSelection();
 | 
| -    o.creativeAssets = buildUnnamed2142();
 | 
| -    o.creativeFieldAssignments = buildUnnamed2143();
 | 
| -    o.customKeyValues = buildUnnamed2144();
 | 
| +    o.creativeAssets = buildUnnamed2247();
 | 
| +    o.creativeFieldAssignments = buildUnnamed2248();
 | 
| +    o.customKeyValues = buildUnnamed2249();
 | 
|      o.dynamicAssetSelection = true;
 | 
| -    o.exitCustomEvents = buildUnnamed2145();
 | 
| +    o.exitCustomEvents = buildUnnamed2250();
 | 
|      o.fsCommand = buildFsCommand();
 | 
|      o.htmlCode = "foo";
 | 
|      o.htmlCodeLocked = true;
 | 
| @@ -2062,8 +2062,8 @@ buildCreative() {
 | 
|      o.subaccountId = "foo";
 | 
|      o.thirdPartyBackupImageImpressionsUrl = "foo";
 | 
|      o.thirdPartyRichMediaImpressionsUrl = "foo";
 | 
| -    o.thirdPartyUrls = buildUnnamed2146();
 | 
| -    o.timerCustomEvents = buildUnnamed2147();
 | 
| +    o.thirdPartyUrls = buildUnnamed2251();
 | 
| +    o.timerCustomEvents = buildUnnamed2252();
 | 
|      o.totalFileSize = "foo";
 | 
|      o.type = "foo";
 | 
|      o.version = 42;
 | 
| @@ -2080,7 +2080,7 @@ checkCreative(api.Creative o) {
 | 
|      unittest.expect(o.accountId, unittest.equals('foo'));
 | 
|      unittest.expect(o.active, unittest.isTrue);
 | 
|      unittest.expect(o.adParameters, unittest.equals('foo'));
 | 
| -    checkUnnamed2136(o.adTagKeys);
 | 
| +    checkUnnamed2241(o.adTagKeys);
 | 
|      unittest.expect(o.advertiserId, unittest.equals('foo'));
 | 
|      unittest.expect(o.allowScriptAccess, unittest.isTrue);
 | 
|      unittest.expect(o.archived, unittest.isTrue);
 | 
| @@ -2090,21 +2090,21 @@ checkCreative(api.Creative o) {
 | 
|      unittest.expect(o.autoAdvanceImages, unittest.isTrue);
 | 
|      unittest.expect(o.backgroundColor, unittest.equals('foo'));
 | 
|      unittest.expect(o.backupImageClickThroughUrl, unittest.equals('foo'));
 | 
| -    checkUnnamed2137(o.backupImageFeatures);
 | 
| +    checkUnnamed2242(o.backupImageFeatures);
 | 
|      unittest.expect(o.backupImageReportingLabel, unittest.equals('foo'));
 | 
|      checkTargetWindow(o.backupImageTargetWindow);
 | 
| -    checkUnnamed2138(o.clickTags);
 | 
| +    checkUnnamed2243(o.clickTags);
 | 
|      unittest.expect(o.commercialId, unittest.equals('foo'));
 | 
| -    checkUnnamed2139(o.companionCreatives);
 | 
| -    checkUnnamed2140(o.compatibility);
 | 
| +    checkUnnamed2244(o.companionCreatives);
 | 
| +    checkUnnamed2245(o.compatibility);
 | 
|      unittest.expect(o.convertFlashToHtml5, unittest.isTrue);
 | 
| -    checkUnnamed2141(o.counterCustomEvents);
 | 
| +    checkUnnamed2246(o.counterCustomEvents);
 | 
|      checkCreativeAssetSelection(o.creativeAssetSelection);
 | 
| -    checkUnnamed2142(o.creativeAssets);
 | 
| -    checkUnnamed2143(o.creativeFieldAssignments);
 | 
| -    checkUnnamed2144(o.customKeyValues);
 | 
| +    checkUnnamed2247(o.creativeAssets);
 | 
| +    checkUnnamed2248(o.creativeFieldAssignments);
 | 
| +    checkUnnamed2249(o.customKeyValues);
 | 
|      unittest.expect(o.dynamicAssetSelection, unittest.isTrue);
 | 
| -    checkUnnamed2145(o.exitCustomEvents);
 | 
| +    checkUnnamed2250(o.exitCustomEvents);
 | 
|      checkFsCommand(o.fsCommand);
 | 
|      unittest.expect(o.htmlCode, unittest.equals('foo'));
 | 
|      unittest.expect(o.htmlCodeLocked, unittest.isTrue);
 | 
| @@ -2132,8 +2132,8 @@ checkCreative(api.Creative o) {
 | 
|      unittest.expect(o.subaccountId, unittest.equals('foo'));
 | 
|      unittest.expect(o.thirdPartyBackupImageImpressionsUrl, unittest.equals('foo'));
 | 
|      unittest.expect(o.thirdPartyRichMediaImpressionsUrl, unittest.equals('foo'));
 | 
| -    checkUnnamed2146(o.thirdPartyUrls);
 | 
| -    checkUnnamed2147(o.timerCustomEvents);
 | 
| +    checkUnnamed2251(o.thirdPartyUrls);
 | 
| +    checkUnnamed2252(o.timerCustomEvents);
 | 
|      unittest.expect(o.totalFileSize, unittest.equals('foo'));
 | 
|      unittest.expect(o.type, unittest.equals('foo'));
 | 
|      unittest.expect(o.version, unittest.equals(42));
 | 
| @@ -2143,27 +2143,27 @@ checkCreative(api.Creative o) {
 | 
|    buildCounterCreative--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2148() {
 | 
| +buildUnnamed2253() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2148(core.List<core.String> o) {
 | 
| +checkUnnamed2253(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2149() {
 | 
| +buildUnnamed2254() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2149(core.List<core.String> o) {
 | 
| +checkUnnamed2254(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
| @@ -2183,9 +2183,9 @@ buildCreativeAsset() {
 | 
|      o.bitRate = 42;
 | 
|      o.childAssetType = "foo";
 | 
|      o.collapsedSize = buildSize();
 | 
| -    o.companionCreativeIds = buildUnnamed2148();
 | 
| +    o.companionCreativeIds = buildUnnamed2253();
 | 
|      o.customStartTimeValue = 42;
 | 
| -    o.detectedFeatures = buildUnnamed2149();
 | 
| +    o.detectedFeatures = buildUnnamed2254();
 | 
|      o.displayType = "foo";
 | 
|      o.duration = 42;
 | 
|      o.durationType = "foo";
 | 
| @@ -2235,9 +2235,9 @@ checkCreativeAsset(api.CreativeAsset o) {
 | 
|      unittest.expect(o.bitRate, unittest.equals(42));
 | 
|      unittest.expect(o.childAssetType, unittest.equals('foo'));
 | 
|      checkSize(o.collapsedSize);
 | 
| -    checkUnnamed2148(o.companionCreativeIds);
 | 
| +    checkUnnamed2253(o.companionCreativeIds);
 | 
|      unittest.expect(o.customStartTimeValue, unittest.equals(42));
 | 
| -    checkUnnamed2149(o.detectedFeatures);
 | 
| +    checkUnnamed2254(o.detectedFeatures);
 | 
|      unittest.expect(o.displayType, unittest.equals('foo'));
 | 
|      unittest.expect(o.duration, unittest.equals(42));
 | 
|      unittest.expect(o.durationType, unittest.equals('foo'));
 | 
| @@ -2295,40 +2295,40 @@ checkCreativeAssetId(api.CreativeAssetId o) {
 | 
|    buildCounterCreativeAssetId--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2150() {
 | 
| +buildUnnamed2255() {
 | 
|    var o = new core.List<api.ClickTag>();
 | 
|    o.add(buildClickTag());
 | 
|    o.add(buildClickTag());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2150(core.List<api.ClickTag> o) {
 | 
| +checkUnnamed2255(core.List<api.ClickTag> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkClickTag(o[0]);
 | 
|    checkClickTag(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2151() {
 | 
| +buildUnnamed2256() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2151(core.List<core.String> o) {
 | 
| +checkUnnamed2256(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2152() {
 | 
| +buildUnnamed2257() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2152(core.List<core.String> o) {
 | 
| +checkUnnamed2257(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
| @@ -2340,12 +2340,12 @@ buildCreativeAssetMetadata() {
 | 
|    buildCounterCreativeAssetMetadata++;
 | 
|    if (buildCounterCreativeAssetMetadata < 3) {
 | 
|      o.assetIdentifier = buildCreativeAssetId();
 | 
| -    o.clickTags = buildUnnamed2150();
 | 
| -    o.detectedFeatures = buildUnnamed2151();
 | 
| +    o.clickTags = buildUnnamed2255();
 | 
| +    o.detectedFeatures = buildUnnamed2256();
 | 
|      o.id = "foo";
 | 
|      o.idDimensionValue = buildDimensionValue();
 | 
|      o.kind = "foo";
 | 
| -    o.warnedValidationRules = buildUnnamed2152();
 | 
| +    o.warnedValidationRules = buildUnnamed2257();
 | 
|    }
 | 
|    buildCounterCreativeAssetMetadata--;
 | 
|    return o;
 | 
| @@ -2355,24 +2355,24 @@ checkCreativeAssetMetadata(api.CreativeAssetMetadata o) {
 | 
|    buildCounterCreativeAssetMetadata++;
 | 
|    if (buildCounterCreativeAssetMetadata < 3) {
 | 
|      checkCreativeAssetId(o.assetIdentifier);
 | 
| -    checkUnnamed2150(o.clickTags);
 | 
| -    checkUnnamed2151(o.detectedFeatures);
 | 
| +    checkUnnamed2255(o.clickTags);
 | 
| +    checkUnnamed2256(o.detectedFeatures);
 | 
|      unittest.expect(o.id, unittest.equals('foo'));
 | 
|      checkDimensionValue(o.idDimensionValue);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed2152(o.warnedValidationRules);
 | 
| +    checkUnnamed2257(o.warnedValidationRules);
 | 
|    }
 | 
|    buildCounterCreativeAssetMetadata--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2153() {
 | 
| +buildUnnamed2258() {
 | 
|    var o = new core.List<api.Rule>();
 | 
|    o.add(buildRule());
 | 
|    o.add(buildRule());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2153(core.List<api.Rule> o) {
 | 
| +checkUnnamed2258(core.List<api.Rule> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkRule(o[0]);
 | 
|    checkRule(o[1]);
 | 
| @@ -2384,7 +2384,7 @@ buildCreativeAssetSelection() {
 | 
|    buildCounterCreativeAssetSelection++;
 | 
|    if (buildCounterCreativeAssetSelection < 3) {
 | 
|      o.defaultAssetId = "foo";
 | 
| -    o.rules = buildUnnamed2153();
 | 
| +    o.rules = buildUnnamed2258();
 | 
|    }
 | 
|    buildCounterCreativeAssetSelection--;
 | 
|    return o;
 | 
| @@ -2394,45 +2394,45 @@ checkCreativeAssetSelection(api.CreativeAssetSelection o) {
 | 
|    buildCounterCreativeAssetSelection++;
 | 
|    if (buildCounterCreativeAssetSelection < 3) {
 | 
|      unittest.expect(o.defaultAssetId, unittest.equals('foo'));
 | 
| -    checkUnnamed2153(o.rules);
 | 
| +    checkUnnamed2258(o.rules);
 | 
|    }
 | 
|    buildCounterCreativeAssetSelection--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2154() {
 | 
| +buildUnnamed2259() {
 | 
|    var o = new core.List<api.CompanionClickThroughOverride>();
 | 
|    o.add(buildCompanionClickThroughOverride());
 | 
|    o.add(buildCompanionClickThroughOverride());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2154(core.List<api.CompanionClickThroughOverride> o) {
 | 
| +checkUnnamed2259(core.List<api.CompanionClickThroughOverride> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkCompanionClickThroughOverride(o[0]);
 | 
|    checkCompanionClickThroughOverride(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2155() {
 | 
| +buildUnnamed2260() {
 | 
|    var o = new core.List<api.CreativeGroupAssignment>();
 | 
|    o.add(buildCreativeGroupAssignment());
 | 
|    o.add(buildCreativeGroupAssignment());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2155(core.List<api.CreativeGroupAssignment> o) {
 | 
| +checkUnnamed2260(core.List<api.CreativeGroupAssignment> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkCreativeGroupAssignment(o[0]);
 | 
|    checkCreativeGroupAssignment(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2156() {
 | 
| +buildUnnamed2261() {
 | 
|    var o = new core.List<api.RichMediaExitOverride>();
 | 
|    o.add(buildRichMediaExitOverride());
 | 
|    o.add(buildRichMediaExitOverride());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2156(core.List<api.RichMediaExitOverride> o) {
 | 
| +checkUnnamed2261(core.List<api.RichMediaExitOverride> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkRichMediaExitOverride(o[0]);
 | 
|    checkRichMediaExitOverride(o[1]);
 | 
| @@ -2446,12 +2446,12 @@ buildCreativeAssignment() {
 | 
|      o.active = true;
 | 
|      o.applyEventTags = true;
 | 
|      o.clickThroughUrl = buildClickThroughUrl();
 | 
| -    o.companionCreativeOverrides = buildUnnamed2154();
 | 
| -    o.creativeGroupAssignments = buildUnnamed2155();
 | 
| +    o.companionCreativeOverrides = buildUnnamed2259();
 | 
| +    o.creativeGroupAssignments = buildUnnamed2260();
 | 
|      o.creativeId = "foo";
 | 
|      o.creativeIdDimensionValue = buildDimensionValue();
 | 
|      o.endTime = core.DateTime.parse("2002-02-27T14:01:02");
 | 
| -    o.richMediaExitOverrides = buildUnnamed2156();
 | 
| +    o.richMediaExitOverrides = buildUnnamed2261();
 | 
|      o.sequence = 42;
 | 
|      o.sslCompliant = true;
 | 
|      o.startTime = core.DateTime.parse("2002-02-27T14:01:02");
 | 
| @@ -2467,12 +2467,12 @@ checkCreativeAssignment(api.CreativeAssignment o) {
 | 
|      unittest.expect(o.active, unittest.isTrue);
 | 
|      unittest.expect(o.applyEventTags, unittest.isTrue);
 | 
|      checkClickThroughUrl(o.clickThroughUrl);
 | 
| -    checkUnnamed2154(o.companionCreativeOverrides);
 | 
| -    checkUnnamed2155(o.creativeGroupAssignments);
 | 
| +    checkUnnamed2259(o.companionCreativeOverrides);
 | 
| +    checkUnnamed2260(o.creativeGroupAssignments);
 | 
|      unittest.expect(o.creativeId, unittest.equals('foo'));
 | 
|      checkDimensionValue(o.creativeIdDimensionValue);
 | 
|      unittest.expect(o.endTime, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
 | 
| -    checkUnnamed2156(o.richMediaExitOverrides);
 | 
| +    checkUnnamed2261(o.richMediaExitOverrides);
 | 
|      unittest.expect(o.sequence, unittest.equals(42));
 | 
|      unittest.expect(o.sslCompliant, unittest.isTrue);
 | 
|      unittest.expect(o.startTime, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
 | 
| @@ -2593,14 +2593,14 @@ checkCreativeFieldValue(api.CreativeFieldValue o) {
 | 
|    buildCounterCreativeFieldValue--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2157() {
 | 
| +buildUnnamed2262() {
 | 
|    var o = new core.List<api.CreativeFieldValue>();
 | 
|    o.add(buildCreativeFieldValue());
 | 
|    o.add(buildCreativeFieldValue());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2157(core.List<api.CreativeFieldValue> o) {
 | 
| +checkUnnamed2262(core.List<api.CreativeFieldValue> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkCreativeFieldValue(o[0]);
 | 
|    checkCreativeFieldValue(o[1]);
 | 
| @@ -2611,7 +2611,7 @@ buildCreativeFieldValuesListResponse() {
 | 
|    var o = new api.CreativeFieldValuesListResponse();
 | 
|    buildCounterCreativeFieldValuesListResponse++;
 | 
|    if (buildCounterCreativeFieldValuesListResponse < 3) {
 | 
| -    o.creativeFieldValues = buildUnnamed2157();
 | 
| +    o.creativeFieldValues = buildUnnamed2262();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
| @@ -2622,21 +2622,21 @@ buildCreativeFieldValuesListResponse() {
 | 
|  checkCreativeFieldValuesListResponse(api.CreativeFieldValuesListResponse o) {
 | 
|    buildCounterCreativeFieldValuesListResponse++;
 | 
|    if (buildCounterCreativeFieldValuesListResponse < 3) {
 | 
| -    checkUnnamed2157(o.creativeFieldValues);
 | 
| +    checkUnnamed2262(o.creativeFieldValues);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterCreativeFieldValuesListResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2158() {
 | 
| +buildUnnamed2263() {
 | 
|    var o = new core.List<api.CreativeField>();
 | 
|    o.add(buildCreativeField());
 | 
|    o.add(buildCreativeField());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2158(core.List<api.CreativeField> o) {
 | 
| +checkUnnamed2263(core.List<api.CreativeField> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkCreativeField(o[0]);
 | 
|    checkCreativeField(o[1]);
 | 
| @@ -2647,7 +2647,7 @@ buildCreativeFieldsListResponse() {
 | 
|    var o = new api.CreativeFieldsListResponse();
 | 
|    buildCounterCreativeFieldsListResponse++;
 | 
|    if (buildCounterCreativeFieldsListResponse < 3) {
 | 
| -    o.creativeFields = buildUnnamed2158();
 | 
| +    o.creativeFields = buildUnnamed2263();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
| @@ -2658,7 +2658,7 @@ buildCreativeFieldsListResponse() {
 | 
|  checkCreativeFieldsListResponse(api.CreativeFieldsListResponse o) {
 | 
|    buildCounterCreativeFieldsListResponse++;
 | 
|    if (buildCounterCreativeFieldsListResponse < 3) {
 | 
| -    checkUnnamed2158(o.creativeFields);
 | 
| +    checkUnnamed2263(o.creativeFields);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
| @@ -2719,14 +2719,14 @@ checkCreativeGroupAssignment(api.CreativeGroupAssignment o) {
 | 
|    buildCounterCreativeGroupAssignment--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2159() {
 | 
| +buildUnnamed2264() {
 | 
|    var o = new core.List<api.CreativeGroup>();
 | 
|    o.add(buildCreativeGroup());
 | 
|    o.add(buildCreativeGroup());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2159(core.List<api.CreativeGroup> o) {
 | 
| +checkUnnamed2264(core.List<api.CreativeGroup> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkCreativeGroup(o[0]);
 | 
|    checkCreativeGroup(o[1]);
 | 
| @@ -2737,7 +2737,7 @@ buildCreativeGroupsListResponse() {
 | 
|    var o = new api.CreativeGroupsListResponse();
 | 
|    buildCounterCreativeGroupsListResponse++;
 | 
|    if (buildCounterCreativeGroupsListResponse < 3) {
 | 
| -    o.creativeGroups = buildUnnamed2159();
 | 
| +    o.creativeGroups = buildUnnamed2264();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
| @@ -2748,21 +2748,21 @@ buildCreativeGroupsListResponse() {
 | 
|  checkCreativeGroupsListResponse(api.CreativeGroupsListResponse o) {
 | 
|    buildCounterCreativeGroupsListResponse++;
 | 
|    if (buildCounterCreativeGroupsListResponse < 3) {
 | 
| -    checkUnnamed2159(o.creativeGroups);
 | 
| +    checkUnnamed2264(o.creativeGroups);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterCreativeGroupsListResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2160() {
 | 
| +buildUnnamed2265() {
 | 
|    var o = new core.List<api.OptimizationActivity>();
 | 
|    o.add(buildOptimizationActivity());
 | 
|    o.add(buildOptimizationActivity());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2160(core.List<api.OptimizationActivity> o) {
 | 
| +checkUnnamed2265(core.List<api.OptimizationActivity> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkOptimizationActivity(o[0]);
 | 
|    checkOptimizationActivity(o[1]);
 | 
| @@ -2775,7 +2775,7 @@ buildCreativeOptimizationConfiguration() {
 | 
|    if (buildCounterCreativeOptimizationConfiguration < 3) {
 | 
|      o.id = "foo";
 | 
|      o.name = "foo";
 | 
| -    o.optimizationActivitys = buildUnnamed2160();
 | 
| +    o.optimizationActivitys = buildUnnamed2265();
 | 
|      o.optimizationModel = "foo";
 | 
|    }
 | 
|    buildCounterCreativeOptimizationConfiguration--;
 | 
| @@ -2787,20 +2787,20 @@ checkCreativeOptimizationConfiguration(api.CreativeOptimizationConfiguration o)
 | 
|    if (buildCounterCreativeOptimizationConfiguration < 3) {
 | 
|      unittest.expect(o.id, unittest.equals('foo'));
 | 
|      unittest.expect(o.name, unittest.equals('foo'));
 | 
| -    checkUnnamed2160(o.optimizationActivitys);
 | 
| +    checkUnnamed2265(o.optimizationActivitys);
 | 
|      unittest.expect(o.optimizationModel, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterCreativeOptimizationConfiguration--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2161() {
 | 
| +buildUnnamed2266() {
 | 
|    var o = new core.List<api.CreativeAssignment>();
 | 
|    o.add(buildCreativeAssignment());
 | 
|    o.add(buildCreativeAssignment());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2161(core.List<api.CreativeAssignment> o) {
 | 
| +checkUnnamed2266(core.List<api.CreativeAssignment> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkCreativeAssignment(o[0]);
 | 
|    checkCreativeAssignment(o[1]);
 | 
| @@ -2811,7 +2811,7 @@ buildCreativeRotation() {
 | 
|    var o = new api.CreativeRotation();
 | 
|    buildCounterCreativeRotation++;
 | 
|    if (buildCounterCreativeRotation < 3) {
 | 
| -    o.creativeAssignments = buildUnnamed2161();
 | 
| +    o.creativeAssignments = buildUnnamed2266();
 | 
|      o.creativeOptimizationConfigurationId = "foo";
 | 
|      o.type = "foo";
 | 
|      o.weightCalculationStrategy = "foo";
 | 
| @@ -2823,7 +2823,7 @@ buildCreativeRotation() {
 | 
|  checkCreativeRotation(api.CreativeRotation o) {
 | 
|    buildCounterCreativeRotation++;
 | 
|    if (buildCounterCreativeRotation < 3) {
 | 
| -    checkUnnamed2161(o.creativeAssignments);
 | 
| +    checkUnnamed2266(o.creativeAssignments);
 | 
|      unittest.expect(o.creativeOptimizationConfigurationId, unittest.equals('foo'));
 | 
|      unittest.expect(o.type, unittest.equals('foo'));
 | 
|      unittest.expect(o.weightCalculationStrategy, unittest.equals('foo'));
 | 
| @@ -2852,14 +2852,14 @@ checkCreativeSettings(api.CreativeSettings o) {
 | 
|    buildCounterCreativeSettings--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2162() {
 | 
| +buildUnnamed2267() {
 | 
|    var o = new core.List<api.Creative>();
 | 
|    o.add(buildCreative());
 | 
|    o.add(buildCreative());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2162(core.List<api.Creative> o) {
 | 
| +checkUnnamed2267(core.List<api.Creative> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkCreative(o[0]);
 | 
|    checkCreative(o[1]);
 | 
| @@ -2870,7 +2870,7 @@ buildCreativesListResponse() {
 | 
|    var o = new api.CreativesListResponse();
 | 
|    buildCounterCreativesListResponse++;
 | 
|    if (buildCounterCreativesListResponse < 3) {
 | 
| -    o.creatives = buildUnnamed2162();
 | 
| +    o.creatives = buildUnnamed2267();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
| @@ -2881,60 +2881,60 @@ buildCreativesListResponse() {
 | 
|  checkCreativesListResponse(api.CreativesListResponse o) {
 | 
|    buildCounterCreativesListResponse++;
 | 
|    if (buildCounterCreativesListResponse < 3) {
 | 
| -    checkUnnamed2162(o.creatives);
 | 
| +    checkUnnamed2267(o.creatives);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterCreativesListResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2163() {
 | 
| +buildUnnamed2268() {
 | 
|    var o = new core.List<api.Dimension>();
 | 
|    o.add(buildDimension());
 | 
|    o.add(buildDimension());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2163(core.List<api.Dimension> o) {
 | 
| +checkUnnamed2268(core.List<api.Dimension> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkDimension(o[0]);
 | 
|    checkDimension(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2164() {
 | 
| +buildUnnamed2269() {
 | 
|    var o = new core.List<api.Dimension>();
 | 
|    o.add(buildDimension());
 | 
|    o.add(buildDimension());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2164(core.List<api.Dimension> o) {
 | 
| +checkUnnamed2269(core.List<api.Dimension> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkDimension(o[0]);
 | 
|    checkDimension(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2165() {
 | 
| +buildUnnamed2270() {
 | 
|    var o = new core.List<api.Metric>();
 | 
|    o.add(buildMetric());
 | 
|    o.add(buildMetric());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2165(core.List<api.Metric> o) {
 | 
| +checkUnnamed2270(core.List<api.Metric> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkMetric(o[0]);
 | 
|    checkMetric(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2166() {
 | 
| +buildUnnamed2271() {
 | 
|    var o = new core.List<api.Metric>();
 | 
|    o.add(buildMetric());
 | 
|    o.add(buildMetric());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2166(core.List<api.Metric> o) {
 | 
| +checkUnnamed2271(core.List<api.Metric> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkMetric(o[0]);
 | 
|    checkMetric(o[1]);
 | 
| @@ -2945,11 +2945,11 @@ buildCrossDimensionReachReportCompatibleFields() {
 | 
|    var o = new api.CrossDimensionReachReportCompatibleFields();
 | 
|    buildCounterCrossDimensionReachReportCompatibleFields++;
 | 
|    if (buildCounterCrossDimensionReachReportCompatibleFields < 3) {
 | 
| -    o.breakdown = buildUnnamed2163();
 | 
| -    o.dimensionFilters = buildUnnamed2164();
 | 
| +    o.breakdown = buildUnnamed2268();
 | 
| +    o.dimensionFilters = buildUnnamed2269();
 | 
|      o.kind = "foo";
 | 
| -    o.metrics = buildUnnamed2165();
 | 
| -    o.overlapMetrics = buildUnnamed2166();
 | 
| +    o.metrics = buildUnnamed2270();
 | 
| +    o.overlapMetrics = buildUnnamed2271();
 | 
|    }
 | 
|    buildCounterCrossDimensionReachReportCompatibleFields--;
 | 
|    return o;
 | 
| @@ -2958,11 +2958,11 @@ buildCrossDimensionReachReportCompatibleFields() {
 | 
|  checkCrossDimensionReachReportCompatibleFields(api.CrossDimensionReachReportCompatibleFields o) {
 | 
|    buildCounterCrossDimensionReachReportCompatibleFields++;
 | 
|    if (buildCounterCrossDimensionReachReportCompatibleFields < 3) {
 | 
| -    checkUnnamed2163(o.breakdown);
 | 
| -    checkUnnamed2164(o.dimensionFilters);
 | 
| +    checkUnnamed2268(o.breakdown);
 | 
| +    checkUnnamed2269(o.dimensionFilters);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed2165(o.metrics);
 | 
| -    checkUnnamed2166(o.overlapMetrics);
 | 
| +    checkUnnamed2270(o.metrics);
 | 
| +    checkUnnamed2271(o.overlapMetrics);
 | 
|    }
 | 
|    buildCounterCrossDimensionReachReportCompatibleFields--;
 | 
|  }
 | 
| @@ -2990,14 +2990,14 @@ checkCustomFloodlightVariable(api.CustomFloodlightVariable o) {
 | 
|    buildCounterCustomFloodlightVariable--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2167() {
 | 
| +buildUnnamed2272() {
 | 
|    var o = new core.List<api.DimensionValue>();
 | 
|    o.add(buildDimensionValue());
 | 
|    o.add(buildDimensionValue());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2167(core.List<api.DimensionValue> o) {
 | 
| +checkUnnamed2272(core.List<api.DimensionValue> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkDimensionValue(o[0]);
 | 
|    checkDimensionValue(o[1]);
 | 
| @@ -3008,7 +3008,7 @@ buildCustomRichMediaEvents() {
 | 
|    var o = new api.CustomRichMediaEvents();
 | 
|    buildCounterCustomRichMediaEvents++;
 | 
|    if (buildCounterCustomRichMediaEvents < 3) {
 | 
| -    o.filteredEventIds = buildUnnamed2167();
 | 
| +    o.filteredEventIds = buildUnnamed2272();
 | 
|      o.kind = "foo";
 | 
|    }
 | 
|    buildCounterCustomRichMediaEvents--;
 | 
| @@ -3018,7 +3018,7 @@ buildCustomRichMediaEvents() {
 | 
|  checkCustomRichMediaEvents(api.CustomRichMediaEvents o) {
 | 
|    buildCounterCustomRichMediaEvents++;
 | 
|    if (buildCounterCustomRichMediaEvents < 3) {
 | 
| -    checkUnnamed2167(o.filteredEventIds);
 | 
| +    checkUnnamed2272(o.filteredEventIds);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterCustomRichMediaEvents--;
 | 
| @@ -3049,27 +3049,27 @@ checkDateRange(api.DateRange o) {
 | 
|    buildCounterDateRange--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2168() {
 | 
| +buildUnnamed2273() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2168(core.List<core.String> o) {
 | 
| +checkUnnamed2273(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2169() {
 | 
| +buildUnnamed2274() {
 | 
|    var o = new core.List<core.int>();
 | 
|    o.add(42);
 | 
|    o.add(42);
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2169(core.List<core.int> o) {
 | 
| +checkUnnamed2274(core.List<core.int> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals(42));
 | 
|    unittest.expect(o[1], unittest.equals(42));
 | 
| @@ -3080,8 +3080,8 @@ buildDayPartTargeting() {
 | 
|    var o = new api.DayPartTargeting();
 | 
|    buildCounterDayPartTargeting++;
 | 
|    if (buildCounterDayPartTargeting < 3) {
 | 
| -    o.daysOfWeek = buildUnnamed2168();
 | 
| -    o.hoursOfDay = buildUnnamed2169();
 | 
| +    o.daysOfWeek = buildUnnamed2273();
 | 
| +    o.hoursOfDay = buildUnnamed2274();
 | 
|      o.userLocalTime = true;
 | 
|    }
 | 
|    buildCounterDayPartTargeting--;
 | 
| @@ -3091,8 +3091,8 @@ buildDayPartTargeting() {
 | 
|  checkDayPartTargeting(api.DayPartTargeting o) {
 | 
|    buildCounterDayPartTargeting++;
 | 
|    if (buildCounterDayPartTargeting < 3) {
 | 
| -    checkUnnamed2168(o.daysOfWeek);
 | 
| -    checkUnnamed2169(o.hoursOfDay);
 | 
| +    checkUnnamed2273(o.daysOfWeek);
 | 
| +    checkUnnamed2274(o.hoursOfDay);
 | 
|      unittest.expect(o.userLocalTime, unittest.isTrue);
 | 
|    }
 | 
|    buildCounterDayPartTargeting--;
 | 
| @@ -3244,14 +3244,14 @@ checkDimensionValue(api.DimensionValue o) {
 | 
|    buildCounterDimensionValue--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2170() {
 | 
| +buildUnnamed2275() {
 | 
|    var o = new core.List<api.DimensionValue>();
 | 
|    o.add(buildDimensionValue());
 | 
|    o.add(buildDimensionValue());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2170(core.List<api.DimensionValue> o) {
 | 
| +checkUnnamed2275(core.List<api.DimensionValue> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkDimensionValue(o[0]);
 | 
|    checkDimensionValue(o[1]);
 | 
| @@ -3263,7 +3263,7 @@ buildDimensionValueList() {
 | 
|    buildCounterDimensionValueList++;
 | 
|    if (buildCounterDimensionValueList < 3) {
 | 
|      o.etag = "foo";
 | 
| -    o.items = buildUnnamed2170();
 | 
| +    o.items = buildUnnamed2275();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
| @@ -3275,21 +3275,21 @@ checkDimensionValueList(api.DimensionValueList o) {
 | 
|    buildCounterDimensionValueList++;
 | 
|    if (buildCounterDimensionValueList < 3) {
 | 
|      unittest.expect(o.etag, unittest.equals('foo'));
 | 
| -    checkUnnamed2170(o.items);
 | 
| +    checkUnnamed2275(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterDimensionValueList--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2171() {
 | 
| +buildUnnamed2276() {
 | 
|    var o = new core.List<api.DimensionFilter>();
 | 
|    o.add(buildDimensionFilter());
 | 
|    o.add(buildDimensionFilter());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2171(core.List<api.DimensionFilter> o) {
 | 
| +checkUnnamed2276(core.List<api.DimensionFilter> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkDimensionFilter(o[0]);
 | 
|    checkDimensionFilter(o[1]);
 | 
| @@ -3302,7 +3302,7 @@ buildDimensionValueRequest() {
 | 
|    if (buildCounterDimensionValueRequest < 3) {
 | 
|      o.dimensionName = "foo";
 | 
|      o.endDate = core.DateTime.parse("2002-02-27T14:01:02Z");
 | 
| -    o.filters = buildUnnamed2171();
 | 
| +    o.filters = buildUnnamed2276();
 | 
|      o.kind = "foo";
 | 
|      o.startDate = core.DateTime.parse("2002-02-27T14:01:02Z");
 | 
|    }
 | 
| @@ -3315,47 +3315,47 @@ checkDimensionValueRequest(api.DimensionValueRequest o) {
 | 
|    if (buildCounterDimensionValueRequest < 3) {
 | 
|      unittest.expect(o.dimensionName, unittest.equals('foo'));
 | 
|      unittest.expect(o.endDate, unittest.equals(core.DateTime.parse("2002-02-27T00:00:00")));
 | 
| -    checkUnnamed2171(o.filters);
 | 
| +    checkUnnamed2276(o.filters);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.startDate, unittest.equals(core.DateTime.parse("2002-02-27T00:00:00")));
 | 
|    }
 | 
|    buildCounterDimensionValueRequest--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2172() {
 | 
| +buildUnnamed2277() {
 | 
|    var o = new core.List<api.DirectorySiteContactAssignment>();
 | 
|    o.add(buildDirectorySiteContactAssignment());
 | 
|    o.add(buildDirectorySiteContactAssignment());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2172(core.List<api.DirectorySiteContactAssignment> o) {
 | 
| +checkUnnamed2277(core.List<api.DirectorySiteContactAssignment> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkDirectorySiteContactAssignment(o[0]);
 | 
|    checkDirectorySiteContactAssignment(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2173() {
 | 
| +buildUnnamed2278() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2173(core.List<core.String> o) {
 | 
| +checkUnnamed2278(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2174() {
 | 
| +buildUnnamed2279() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2174(core.List<core.String> o) {
 | 
| +checkUnnamed2279(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
| @@ -3367,14 +3367,14 @@ buildDirectorySite() {
 | 
|    buildCounterDirectorySite++;
 | 
|    if (buildCounterDirectorySite < 3) {
 | 
|      o.active = true;
 | 
| -    o.contactAssignments = buildUnnamed2172();
 | 
| +    o.contactAssignments = buildUnnamed2277();
 | 
|      o.countryId = "foo";
 | 
|      o.currencyId = "foo";
 | 
|      o.description = "foo";
 | 
|      o.id = "foo";
 | 
|      o.idDimensionValue = buildDimensionValue();
 | 
| -    o.inpageTagFormats = buildUnnamed2173();
 | 
| -    o.interstitialTagFormats = buildUnnamed2174();
 | 
| +    o.inpageTagFormats = buildUnnamed2278();
 | 
| +    o.interstitialTagFormats = buildUnnamed2279();
 | 
|      o.kind = "foo";
 | 
|      o.name = "foo";
 | 
|      o.parentId = "foo";
 | 
| @@ -3389,14 +3389,14 @@ checkDirectorySite(api.DirectorySite o) {
 | 
|    buildCounterDirectorySite++;
 | 
|    if (buildCounterDirectorySite < 3) {
 | 
|      unittest.expect(o.active, unittest.isTrue);
 | 
| -    checkUnnamed2172(o.contactAssignments);
 | 
| +    checkUnnamed2277(o.contactAssignments);
 | 
|      unittest.expect(o.countryId, unittest.equals('foo'));
 | 
|      unittest.expect(o.currencyId, unittest.equals('foo'));
 | 
|      unittest.expect(o.description, unittest.equals('foo'));
 | 
|      unittest.expect(o.id, unittest.equals('foo'));
 | 
|      checkDimensionValue(o.idDimensionValue);
 | 
| -    checkUnnamed2173(o.inpageTagFormats);
 | 
| -    checkUnnamed2174(o.interstitialTagFormats);
 | 
| +    checkUnnamed2278(o.inpageTagFormats);
 | 
| +    checkUnnamed2279(o.interstitialTagFormats);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.name, unittest.equals('foo'));
 | 
|      unittest.expect(o.parentId, unittest.equals('foo'));
 | 
| @@ -3464,14 +3464,14 @@ checkDirectorySiteContactAssignment(api.DirectorySiteContactAssignment o) {
 | 
|    buildCounterDirectorySiteContactAssignment--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2175() {
 | 
| +buildUnnamed2280() {
 | 
|    var o = new core.List<api.DirectorySiteContact>();
 | 
|    o.add(buildDirectorySiteContact());
 | 
|    o.add(buildDirectorySiteContact());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2175(core.List<api.DirectorySiteContact> o) {
 | 
| +checkUnnamed2280(core.List<api.DirectorySiteContact> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkDirectorySiteContact(o[0]);
 | 
|    checkDirectorySiteContact(o[1]);
 | 
| @@ -3482,7 +3482,7 @@ buildDirectorySiteContactsListResponse() {
 | 
|    var o = new api.DirectorySiteContactsListResponse();
 | 
|    buildCounterDirectorySiteContactsListResponse++;
 | 
|    if (buildCounterDirectorySiteContactsListResponse < 3) {
 | 
| -    o.directorySiteContacts = buildUnnamed2175();
 | 
| +    o.directorySiteContacts = buildUnnamed2280();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
| @@ -3493,7 +3493,7 @@ buildDirectorySiteContactsListResponse() {
 | 
|  checkDirectorySiteContactsListResponse(api.DirectorySiteContactsListResponse o) {
 | 
|    buildCounterDirectorySiteContactsListResponse++;
 | 
|    if (buildCounterDirectorySiteContactsListResponse < 3) {
 | 
| -    checkUnnamed2175(o.directorySiteContacts);
 | 
| +    checkUnnamed2280(o.directorySiteContacts);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
| @@ -3531,14 +3531,14 @@ checkDirectorySiteSettings(api.DirectorySiteSettings o) {
 | 
|    buildCounterDirectorySiteSettings--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2176() {
 | 
| +buildUnnamed2281() {
 | 
|    var o = new core.List<api.DirectorySite>();
 | 
|    o.add(buildDirectorySite());
 | 
|    o.add(buildDirectorySite());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2176(core.List<api.DirectorySite> o) {
 | 
| +checkUnnamed2281(core.List<api.DirectorySite> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkDirectorySite(o[0]);
 | 
|    checkDirectorySite(o[1]);
 | 
| @@ -3549,7 +3549,7 @@ buildDirectorySitesListResponse() {
 | 
|    var o = new api.DirectorySitesListResponse();
 | 
|    buildCounterDirectorySitesListResponse++;
 | 
|    if (buildCounterDirectorySitesListResponse < 3) {
 | 
| -    o.directorySites = buildUnnamed2176();
 | 
| +    o.directorySites = buildUnnamed2281();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
| @@ -3560,7 +3560,7 @@ buildDirectorySitesListResponse() {
 | 
|  checkDirectorySitesListResponse(api.DirectorySitesListResponse o) {
 | 
|    buildCounterDirectorySitesListResponse++;
 | 
|    if (buildCounterDirectorySitesListResponse < 3) {
 | 
| -    checkUnnamed2176(o.directorySites);
 | 
| +    checkUnnamed2281(o.directorySites);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
| @@ -3592,14 +3592,14 @@ checkDynamicTargetingKey(api.DynamicTargetingKey o) {
 | 
|    buildCounterDynamicTargetingKey--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2177() {
 | 
| +buildUnnamed2282() {
 | 
|    var o = new core.List<api.DynamicTargetingKey>();
 | 
|    o.add(buildDynamicTargetingKey());
 | 
|    o.add(buildDynamicTargetingKey());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2177(core.List<api.DynamicTargetingKey> o) {
 | 
| +checkUnnamed2282(core.List<api.DynamicTargetingKey> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkDynamicTargetingKey(o[0]);
 | 
|    checkDynamicTargetingKey(o[1]);
 | 
| @@ -3610,7 +3610,7 @@ buildDynamicTargetingKeysListResponse() {
 | 
|    var o = new api.DynamicTargetingKeysListResponse();
 | 
|    buildCounterDynamicTargetingKeysListResponse++;
 | 
|    if (buildCounterDynamicTargetingKeysListResponse < 3) {
 | 
| -    o.dynamicTargetingKeys = buildUnnamed2177();
 | 
| +    o.dynamicTargetingKeys = buildUnnamed2282();
 | 
|      o.kind = "foo";
 | 
|    }
 | 
|    buildCounterDynamicTargetingKeysListResponse--;
 | 
| @@ -3620,7 +3620,7 @@ buildDynamicTargetingKeysListResponse() {
 | 
|  checkDynamicTargetingKeysListResponse(api.DynamicTargetingKeysListResponse o) {
 | 
|    buildCounterDynamicTargetingKeysListResponse++;
 | 
|    if (buildCounterDynamicTargetingKeysListResponse < 3) {
 | 
| -    checkUnnamed2177(o.dynamicTargetingKeys);
 | 
| +    checkUnnamed2282(o.dynamicTargetingKeys);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterDynamicTargetingKeysListResponse--;
 | 
| @@ -3651,14 +3651,14 @@ checkEncryptionInfo(api.EncryptionInfo o) {
 | 
|    buildCounterEncryptionInfo--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2178() {
 | 
| +buildUnnamed2283() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2178(core.List<core.String> o) {
 | 
| +checkUnnamed2283(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
| @@ -3680,7 +3680,7 @@ buildEventTag() {
 | 
|      o.kind = "foo";
 | 
|      o.name = "foo";
 | 
|      o.siteFilterType = "foo";
 | 
| -    o.siteIds = buildUnnamed2178();
 | 
| +    o.siteIds = buildUnnamed2283();
 | 
|      o.sslCompliant = true;
 | 
|      o.status = "foo";
 | 
|      o.subaccountId = "foo";
 | 
| @@ -3706,7 +3706,7 @@ checkEventTag(api.EventTag o) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.name, unittest.equals('foo'));
 | 
|      unittest.expect(o.siteFilterType, unittest.equals('foo'));
 | 
| -    checkUnnamed2178(o.siteIds);
 | 
| +    checkUnnamed2283(o.siteIds);
 | 
|      unittest.expect(o.sslCompliant, unittest.isTrue);
 | 
|      unittest.expect(o.status, unittest.equals('foo'));
 | 
|      unittest.expect(o.subaccountId, unittest.equals('foo'));
 | 
| @@ -3738,14 +3738,14 @@ checkEventTagOverride(api.EventTagOverride o) {
 | 
|    buildCounterEventTagOverride--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2179() {
 | 
| +buildUnnamed2284() {
 | 
|    var o = new core.List<api.EventTag>();
 | 
|    o.add(buildEventTag());
 | 
|    o.add(buildEventTag());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2179(core.List<api.EventTag> o) {
 | 
| +checkUnnamed2284(core.List<api.EventTag> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkEventTag(o[0]);
 | 
|    checkEventTag(o[1]);
 | 
| @@ -3756,7 +3756,7 @@ buildEventTagsListResponse() {
 | 
|    var o = new api.EventTagsListResponse();
 | 
|    buildCounterEventTagsListResponse++;
 | 
|    if (buildCounterEventTagsListResponse < 3) {
 | 
| -    o.eventTags = buildUnnamed2179();
 | 
| +    o.eventTags = buildUnnamed2284();
 | 
|      o.kind = "foo";
 | 
|    }
 | 
|    buildCounterEventTagsListResponse--;
 | 
| @@ -3766,7 +3766,7 @@ buildEventTagsListResponse() {
 | 
|  checkEventTagsListResponse(api.EventTagsListResponse o) {
 | 
|    buildCounterEventTagsListResponse++;
 | 
|    if (buildCounterEventTagsListResponse < 3) {
 | 
| -    checkUnnamed2179(o.eventTags);
 | 
| +    checkUnnamed2284(o.eventTags);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterEventTagsListResponse--;
 | 
| @@ -3830,14 +3830,14 @@ checkFile(api.File o) {
 | 
|    buildCounterFile--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2180() {
 | 
| +buildUnnamed2285() {
 | 
|    var o = new core.List<api.File>();
 | 
|    o.add(buildFile());
 | 
|    o.add(buildFile());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2180(core.List<api.File> o) {
 | 
| +checkUnnamed2285(core.List<api.File> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkFile(o[0]);
 | 
|    checkFile(o[1]);
 | 
| @@ -3849,7 +3849,7 @@ buildFileList() {
 | 
|    buildCounterFileList++;
 | 
|    if (buildCounterFileList < 3) {
 | 
|      o.etag = "foo";
 | 
| -    o.items = buildUnnamed2180();
 | 
| +    o.items = buildUnnamed2285();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
| @@ -3861,7 +3861,7 @@ checkFileList(api.FileList o) {
 | 
|    buildCounterFileList++;
 | 
|    if (buildCounterFileList < 3) {
 | 
|      unittest.expect(o.etag, unittest.equals('foo'));
 | 
| -    checkUnnamed2180(o.items);
 | 
| +    checkUnnamed2285(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
| @@ -3914,14 +3914,14 @@ checkFloodlightActivitiesGenerateTagResponse(api.FloodlightActivitiesGenerateTag
 | 
|    buildCounterFloodlightActivitiesGenerateTagResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2181() {
 | 
| +buildUnnamed2286() {
 | 
|    var o = new core.List<api.FloodlightActivity>();
 | 
|    o.add(buildFloodlightActivity());
 | 
|    o.add(buildFloodlightActivity());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2181(core.List<api.FloodlightActivity> o) {
 | 
| +checkUnnamed2286(core.List<api.FloodlightActivity> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkFloodlightActivity(o[0]);
 | 
|    checkFloodlightActivity(o[1]);
 | 
| @@ -3932,7 +3932,7 @@ buildFloodlightActivitiesListResponse() {
 | 
|    var o = new api.FloodlightActivitiesListResponse();
 | 
|    buildCounterFloodlightActivitiesListResponse++;
 | 
|    if (buildCounterFloodlightActivitiesListResponse < 3) {
 | 
| -    o.floodlightActivities = buildUnnamed2181();
 | 
| +    o.floodlightActivities = buildUnnamed2286();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
| @@ -3943,47 +3943,47 @@ buildFloodlightActivitiesListResponse() {
 | 
|  checkFloodlightActivitiesListResponse(api.FloodlightActivitiesListResponse o) {
 | 
|    buildCounterFloodlightActivitiesListResponse++;
 | 
|    if (buildCounterFloodlightActivitiesListResponse < 3) {
 | 
| -    checkUnnamed2181(o.floodlightActivities);
 | 
| +    checkUnnamed2286(o.floodlightActivities);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterFloodlightActivitiesListResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2182() {
 | 
| +buildUnnamed2287() {
 | 
|    var o = new core.List<api.FloodlightActivityDynamicTag>();
 | 
|    o.add(buildFloodlightActivityDynamicTag());
 | 
|    o.add(buildFloodlightActivityDynamicTag());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2182(core.List<api.FloodlightActivityDynamicTag> o) {
 | 
| +checkUnnamed2287(core.List<api.FloodlightActivityDynamicTag> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkFloodlightActivityDynamicTag(o[0]);
 | 
|    checkFloodlightActivityDynamicTag(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2183() {
 | 
| +buildUnnamed2288() {
 | 
|    var o = new core.List<api.FloodlightActivityPublisherDynamicTag>();
 | 
|    o.add(buildFloodlightActivityPublisherDynamicTag());
 | 
|    o.add(buildFloodlightActivityPublisherDynamicTag());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2183(core.List<api.FloodlightActivityPublisherDynamicTag> o) {
 | 
| +checkUnnamed2288(core.List<api.FloodlightActivityPublisherDynamicTag> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkFloodlightActivityPublisherDynamicTag(o[0]);
 | 
|    checkFloodlightActivityPublisherDynamicTag(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2184() {
 | 
| +buildUnnamed2289() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2184(core.List<core.String> o) {
 | 
| +checkUnnamed2289(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
| @@ -3999,7 +3999,7 @@ buildFloodlightActivity() {
 | 
|      o.advertiserIdDimensionValue = buildDimensionValue();
 | 
|      o.cacheBustingType = "foo";
 | 
|      o.countingMethod = "foo";
 | 
| -    o.defaultTags = buildUnnamed2182();
 | 
| +    o.defaultTags = buildUnnamed2287();
 | 
|      o.expectedUrl = "foo";
 | 
|      o.floodlightActivityGroupId = "foo";
 | 
|      o.floodlightActivityGroupName = "foo";
 | 
| @@ -4014,14 +4014,14 @@ buildFloodlightActivity() {
 | 
|      o.kind = "foo";
 | 
|      o.name = "foo";
 | 
|      o.notes = "foo";
 | 
| -    o.publisherTags = buildUnnamed2183();
 | 
| +    o.publisherTags = buildUnnamed2288();
 | 
|      o.secure = true;
 | 
|      o.sslCompliant = true;
 | 
|      o.sslRequired = true;
 | 
|      o.subaccountId = "foo";
 | 
|      o.tagFormat = "foo";
 | 
|      o.tagString = "foo";
 | 
| -    o.userDefinedVariableTypes = buildUnnamed2184();
 | 
| +    o.userDefinedVariableTypes = buildUnnamed2289();
 | 
|    }
 | 
|    buildCounterFloodlightActivity--;
 | 
|    return o;
 | 
| @@ -4035,7 +4035,7 @@ checkFloodlightActivity(api.FloodlightActivity o) {
 | 
|      checkDimensionValue(o.advertiserIdDimensionValue);
 | 
|      unittest.expect(o.cacheBustingType, unittest.equals('foo'));
 | 
|      unittest.expect(o.countingMethod, unittest.equals('foo'));
 | 
| -    checkUnnamed2182(o.defaultTags);
 | 
| +    checkUnnamed2287(o.defaultTags);
 | 
|      unittest.expect(o.expectedUrl, unittest.equals('foo'));
 | 
|      unittest.expect(o.floodlightActivityGroupId, unittest.equals('foo'));
 | 
|      unittest.expect(o.floodlightActivityGroupName, unittest.equals('foo'));
 | 
| @@ -4050,14 +4050,14 @@ checkFloodlightActivity(api.FloodlightActivity o) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.name, unittest.equals('foo'));
 | 
|      unittest.expect(o.notes, unittest.equals('foo'));
 | 
| -    checkUnnamed2183(o.publisherTags);
 | 
| +    checkUnnamed2288(o.publisherTags);
 | 
|      unittest.expect(o.secure, unittest.isTrue);
 | 
|      unittest.expect(o.sslCompliant, unittest.isTrue);
 | 
|      unittest.expect(o.sslRequired, unittest.isTrue);
 | 
|      unittest.expect(o.subaccountId, unittest.equals('foo'));
 | 
|      unittest.expect(o.tagFormat, unittest.equals('foo'));
 | 
|      unittest.expect(o.tagString, unittest.equals('foo'));
 | 
| -    checkUnnamed2184(o.userDefinedVariableTypes);
 | 
| +    checkUnnamed2289(o.userDefinedVariableTypes);
 | 
|    }
 | 
|    buildCounterFloodlightActivity--;
 | 
|  }
 | 
| @@ -4126,14 +4126,14 @@ checkFloodlightActivityGroup(api.FloodlightActivityGroup o) {
 | 
|    buildCounterFloodlightActivityGroup--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2185() {
 | 
| +buildUnnamed2290() {
 | 
|    var o = new core.List<api.FloodlightActivityGroup>();
 | 
|    o.add(buildFloodlightActivityGroup());
 | 
|    o.add(buildFloodlightActivityGroup());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2185(core.List<api.FloodlightActivityGroup> o) {
 | 
| +checkUnnamed2290(core.List<api.FloodlightActivityGroup> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkFloodlightActivityGroup(o[0]);
 | 
|    checkFloodlightActivityGroup(o[1]);
 | 
| @@ -4144,7 +4144,7 @@ buildFloodlightActivityGroupsListResponse() {
 | 
|    var o = new api.FloodlightActivityGroupsListResponse();
 | 
|    buildCounterFloodlightActivityGroupsListResponse++;
 | 
|    if (buildCounterFloodlightActivityGroupsListResponse < 3) {
 | 
| -    o.floodlightActivityGroups = buildUnnamed2185();
 | 
| +    o.floodlightActivityGroups = buildUnnamed2290();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
| @@ -4155,7 +4155,7 @@ buildFloodlightActivityGroupsListResponse() {
 | 
|  checkFloodlightActivityGroupsListResponse(api.FloodlightActivityGroupsListResponse o) {
 | 
|    buildCounterFloodlightActivityGroupsListResponse++;
 | 
|    if (buildCounterFloodlightActivityGroupsListResponse < 3) {
 | 
| -    checkUnnamed2185(o.floodlightActivityGroups);
 | 
| +    checkUnnamed2290(o.floodlightActivityGroups);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
| @@ -4191,40 +4191,40 @@ checkFloodlightActivityPublisherDynamicTag(api.FloodlightActivityPublisherDynami
 | 
|    buildCounterFloodlightActivityPublisherDynamicTag--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2186() {
 | 
| +buildUnnamed2291() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2186(core.List<core.String> o) {
 | 
| +checkUnnamed2291(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2187() {
 | 
| +buildUnnamed2292() {
 | 
|    var o = new core.List<api.ThirdPartyAuthenticationToken>();
 | 
|    o.add(buildThirdPartyAuthenticationToken());
 | 
|    o.add(buildThirdPartyAuthenticationToken());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2187(core.List<api.ThirdPartyAuthenticationToken> o) {
 | 
| +checkUnnamed2292(core.List<api.ThirdPartyAuthenticationToken> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkThirdPartyAuthenticationToken(o[0]);
 | 
|    checkThirdPartyAuthenticationToken(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2188() {
 | 
| +buildUnnamed2293() {
 | 
|    var o = new core.List<api.UserDefinedVariableConfiguration>();
 | 
|    o.add(buildUserDefinedVariableConfiguration());
 | 
|    o.add(buildUserDefinedVariableConfiguration());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2188(core.List<api.UserDefinedVariableConfiguration> o) {
 | 
| +checkUnnamed2293(core.List<api.UserDefinedVariableConfiguration> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkUserDefinedVariableConfiguration(o[0]);
 | 
|    checkUserDefinedVariableConfiguration(o[1]);
 | 
| @@ -4248,11 +4248,11 @@ buildFloodlightConfiguration() {
 | 
|      o.lookbackConfiguration = buildLookbackConfiguration();
 | 
|      o.naturalSearchConversionAttributionOption = "foo";
 | 
|      o.omnitureSettings = buildOmnitureSettings();
 | 
| -    o.standardVariableTypes = buildUnnamed2186();
 | 
| +    o.standardVariableTypes = buildUnnamed2291();
 | 
|      o.subaccountId = "foo";
 | 
|      o.tagSettings = buildTagSettings();
 | 
| -    o.thirdPartyAuthenticationTokens = buildUnnamed2187();
 | 
| -    o.userDefinedVariableConfigurations = buildUnnamed2188();
 | 
| +    o.thirdPartyAuthenticationTokens = buildUnnamed2292();
 | 
| +    o.userDefinedVariableConfigurations = buildUnnamed2293();
 | 
|    }
 | 
|    buildCounterFloodlightConfiguration--;
 | 
|    return o;
 | 
| @@ -4274,23 +4274,23 @@ checkFloodlightConfiguration(api.FloodlightConfiguration o) {
 | 
|      checkLookbackConfiguration(o.lookbackConfiguration);
 | 
|      unittest.expect(o.naturalSearchConversionAttributionOption, unittest.equals('foo'));
 | 
|      checkOmnitureSettings(o.omnitureSettings);
 | 
| -    checkUnnamed2186(o.standardVariableTypes);
 | 
| +    checkUnnamed2291(o.standardVariableTypes);
 | 
|      unittest.expect(o.subaccountId, unittest.equals('foo'));
 | 
|      checkTagSettings(o.tagSettings);
 | 
| -    checkUnnamed2187(o.thirdPartyAuthenticationTokens);
 | 
| -    checkUnnamed2188(o.userDefinedVariableConfigurations);
 | 
| +    checkUnnamed2292(o.thirdPartyAuthenticationTokens);
 | 
| +    checkUnnamed2293(o.userDefinedVariableConfigurations);
 | 
|    }
 | 
|    buildCounterFloodlightConfiguration--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2189() {
 | 
| +buildUnnamed2294() {
 | 
|    var o = new core.List<api.FloodlightConfiguration>();
 | 
|    o.add(buildFloodlightConfiguration());
 | 
|    o.add(buildFloodlightConfiguration());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2189(core.List<api.FloodlightConfiguration> o) {
 | 
| +checkUnnamed2294(core.List<api.FloodlightConfiguration> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkFloodlightConfiguration(o[0]);
 | 
|    checkFloodlightConfiguration(o[1]);
 | 
| @@ -4301,7 +4301,7 @@ buildFloodlightConfigurationsListResponse() {
 | 
|    var o = new api.FloodlightConfigurationsListResponse();
 | 
|    buildCounterFloodlightConfigurationsListResponse++;
 | 
|    if (buildCounterFloodlightConfigurationsListResponse < 3) {
 | 
| -    o.floodlightConfigurations = buildUnnamed2189();
 | 
| +    o.floodlightConfigurations = buildUnnamed2294();
 | 
|      o.kind = "foo";
 | 
|    }
 | 
|    buildCounterFloodlightConfigurationsListResponse--;
 | 
| @@ -4311,46 +4311,46 @@ buildFloodlightConfigurationsListResponse() {
 | 
|  checkFloodlightConfigurationsListResponse(api.FloodlightConfigurationsListResponse o) {
 | 
|    buildCounterFloodlightConfigurationsListResponse++;
 | 
|    if (buildCounterFloodlightConfigurationsListResponse < 3) {
 | 
| -    checkUnnamed2189(o.floodlightConfigurations);
 | 
| +    checkUnnamed2294(o.floodlightConfigurations);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterFloodlightConfigurationsListResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2190() {
 | 
| +buildUnnamed2295() {
 | 
|    var o = new core.List<api.Dimension>();
 | 
|    o.add(buildDimension());
 | 
|    o.add(buildDimension());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2190(core.List<api.Dimension> o) {
 | 
| +checkUnnamed2295(core.List<api.Dimension> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkDimension(o[0]);
 | 
|    checkDimension(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2191() {
 | 
| +buildUnnamed2296() {
 | 
|    var o = new core.List<api.Dimension>();
 | 
|    o.add(buildDimension());
 | 
|    o.add(buildDimension());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2191(core.List<api.Dimension> o) {
 | 
| +checkUnnamed2296(core.List<api.Dimension> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkDimension(o[0]);
 | 
|    checkDimension(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2192() {
 | 
| +buildUnnamed2297() {
 | 
|    var o = new core.List<api.Metric>();
 | 
|    o.add(buildMetric());
 | 
|    o.add(buildMetric());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2192(core.List<api.Metric> o) {
 | 
| +checkUnnamed2297(core.List<api.Metric> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkMetric(o[0]);
 | 
|    checkMetric(o[1]);
 | 
| @@ -4361,10 +4361,10 @@ buildFloodlightReportCompatibleFields() {
 | 
|    var o = new api.FloodlightReportCompatibleFields();
 | 
|    buildCounterFloodlightReportCompatibleFields++;
 | 
|    if (buildCounterFloodlightReportCompatibleFields < 3) {
 | 
| -    o.dimensionFilters = buildUnnamed2190();
 | 
| -    o.dimensions = buildUnnamed2191();
 | 
| +    o.dimensionFilters = buildUnnamed2295();
 | 
| +    o.dimensions = buildUnnamed2296();
 | 
|      o.kind = "foo";
 | 
| -    o.metrics = buildUnnamed2192();
 | 
| +    o.metrics = buildUnnamed2297();
 | 
|    }
 | 
|    buildCounterFloodlightReportCompatibleFields--;
 | 
|    return o;
 | 
| @@ -4373,10 +4373,10 @@ buildFloodlightReportCompatibleFields() {
 | 
|  checkFloodlightReportCompatibleFields(api.FloodlightReportCompatibleFields o) {
 | 
|    buildCounterFloodlightReportCompatibleFields++;
 | 
|    if (buildCounterFloodlightReportCompatibleFields < 3) {
 | 
| -    checkUnnamed2190(o.dimensionFilters);
 | 
| -    checkUnnamed2191(o.dimensions);
 | 
| +    checkUnnamed2295(o.dimensionFilters);
 | 
| +    checkUnnamed2296(o.dimensions);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed2192(o.metrics);
 | 
| +    checkUnnamed2297(o.metrics);
 | 
|    }
 | 
|    buildCounterFloodlightReportCompatibleFields--;
 | 
|  }
 | 
| @@ -4429,66 +4429,66 @@ checkFsCommand(api.FsCommand o) {
 | 
|    buildCounterFsCommand--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2193() {
 | 
| +buildUnnamed2298() {
 | 
|    var o = new core.List<api.City>();
 | 
|    o.add(buildCity());
 | 
|    o.add(buildCity());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2193(core.List<api.City> o) {
 | 
| +checkUnnamed2298(core.List<api.City> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkCity(o[0]);
 | 
|    checkCity(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2194() {
 | 
| +buildUnnamed2299() {
 | 
|    var o = new core.List<api.Country>();
 | 
|    o.add(buildCountry());
 | 
|    o.add(buildCountry());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2194(core.List<api.Country> o) {
 | 
| +checkUnnamed2299(core.List<api.Country> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkCountry(o[0]);
 | 
|    checkCountry(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2195() {
 | 
| +buildUnnamed2300() {
 | 
|    var o = new core.List<api.Metro>();
 | 
|    o.add(buildMetro());
 | 
|    o.add(buildMetro());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2195(core.List<api.Metro> o) {
 | 
| +checkUnnamed2300(core.List<api.Metro> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkMetro(o[0]);
 | 
|    checkMetro(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2196() {
 | 
| +buildUnnamed2301() {
 | 
|    var o = new core.List<api.PostalCode>();
 | 
|    o.add(buildPostalCode());
 | 
|    o.add(buildPostalCode());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2196(core.List<api.PostalCode> o) {
 | 
| +checkUnnamed2301(core.List<api.PostalCode> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkPostalCode(o[0]);
 | 
|    checkPostalCode(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2197() {
 | 
| +buildUnnamed2302() {
 | 
|    var o = new core.List<api.Region>();
 | 
|    o.add(buildRegion());
 | 
|    o.add(buildRegion());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2197(core.List<api.Region> o) {
 | 
| +checkUnnamed2302(core.List<api.Region> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkRegion(o[0]);
 | 
|    checkRegion(o[1]);
 | 
| @@ -4499,12 +4499,12 @@ buildGeoTargeting() {
 | 
|    var o = new api.GeoTargeting();
 | 
|    buildCounterGeoTargeting++;
 | 
|    if (buildCounterGeoTargeting < 3) {
 | 
| -    o.cities = buildUnnamed2193();
 | 
| -    o.countries = buildUnnamed2194();
 | 
| +    o.cities = buildUnnamed2298();
 | 
| +    o.countries = buildUnnamed2299();
 | 
|      o.excludeCountries = true;
 | 
| -    o.metros = buildUnnamed2195();
 | 
| -    o.postalCodes = buildUnnamed2196();
 | 
| -    o.regions = buildUnnamed2197();
 | 
| +    o.metros = buildUnnamed2300();
 | 
| +    o.postalCodes = buildUnnamed2301();
 | 
| +    o.regions = buildUnnamed2302();
 | 
|    }
 | 
|    buildCounterGeoTargeting--;
 | 
|    return o;
 | 
| @@ -4513,24 +4513,24 @@ buildGeoTargeting() {
 | 
|  checkGeoTargeting(api.GeoTargeting o) {
 | 
|    buildCounterGeoTargeting++;
 | 
|    if (buildCounterGeoTargeting < 3) {
 | 
| -    checkUnnamed2193(o.cities);
 | 
| -    checkUnnamed2194(o.countries);
 | 
| +    checkUnnamed2298(o.cities);
 | 
| +    checkUnnamed2299(o.countries);
 | 
|      unittest.expect(o.excludeCountries, unittest.isTrue);
 | 
| -    checkUnnamed2195(o.metros);
 | 
| -    checkUnnamed2196(o.postalCodes);
 | 
| -    checkUnnamed2197(o.regions);
 | 
| +    checkUnnamed2300(o.metros);
 | 
| +    checkUnnamed2301(o.postalCodes);
 | 
| +    checkUnnamed2302(o.regions);
 | 
|    }
 | 
|    buildCounterGeoTargeting--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2198() {
 | 
| +buildUnnamed2303() {
 | 
|    var o = new core.List<api.AdSlot>();
 | 
|    o.add(buildAdSlot());
 | 
|    o.add(buildAdSlot());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2198(core.List<api.AdSlot> o) {
 | 
| +checkUnnamed2303(core.List<api.AdSlot> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAdSlot(o[0]);
 | 
|    checkAdSlot(o[1]);
 | 
| @@ -4542,7 +4542,7 @@ buildInventoryItem() {
 | 
|    buildCounterInventoryItem++;
 | 
|    if (buildCounterInventoryItem < 3) {
 | 
|      o.accountId = "foo";
 | 
| -    o.adSlots = buildUnnamed2198();
 | 
| +    o.adSlots = buildUnnamed2303();
 | 
|      o.advertiserId = "foo";
 | 
|      o.contentCategoryId = "foo";
 | 
|      o.estimatedClickThroughRate = "foo";
 | 
| @@ -4570,7 +4570,7 @@ checkInventoryItem(api.InventoryItem o) {
 | 
|    buildCounterInventoryItem++;
 | 
|    if (buildCounterInventoryItem < 3) {
 | 
|      unittest.expect(o.accountId, unittest.equals('foo'));
 | 
| -    checkUnnamed2198(o.adSlots);
 | 
| +    checkUnnamed2303(o.adSlots);
 | 
|      unittest.expect(o.advertiserId, unittest.equals('foo'));
 | 
|      unittest.expect(o.contentCategoryId, unittest.equals('foo'));
 | 
|      unittest.expect(o.estimatedClickThroughRate, unittest.equals('foo'));
 | 
| @@ -4593,14 +4593,14 @@ checkInventoryItem(api.InventoryItem o) {
 | 
|    buildCounterInventoryItem--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2199() {
 | 
| +buildUnnamed2304() {
 | 
|    var o = new core.List<api.InventoryItem>();
 | 
|    o.add(buildInventoryItem());
 | 
|    o.add(buildInventoryItem());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2199(core.List<api.InventoryItem> o) {
 | 
| +checkUnnamed2304(core.List<api.InventoryItem> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkInventoryItem(o[0]);
 | 
|    checkInventoryItem(o[1]);
 | 
| @@ -4611,7 +4611,7 @@ buildInventoryItemsListResponse() {
 | 
|    var o = new api.InventoryItemsListResponse();
 | 
|    buildCounterInventoryItemsListResponse++;
 | 
|    if (buildCounterInventoryItemsListResponse < 3) {
 | 
| -    o.inventoryItems = buildUnnamed2199();
 | 
| +    o.inventoryItems = buildUnnamed2304();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
| @@ -4622,7 +4622,7 @@ buildInventoryItemsListResponse() {
 | 
|  checkInventoryItemsListResponse(api.InventoryItemsListResponse o) {
 | 
|    buildCounterInventoryItemsListResponse++;
 | 
|    if (buildCounterInventoryItemsListResponse < 3) {
 | 
| -    checkUnnamed2199(o.inventoryItems);
 | 
| +    checkUnnamed2304(o.inventoryItems);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
| @@ -4675,14 +4675,14 @@ checkLandingPage(api.LandingPage o) {
 | 
|    buildCounterLandingPage--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2200() {
 | 
| +buildUnnamed2305() {
 | 
|    var o = new core.List<api.LandingPage>();
 | 
|    o.add(buildLandingPage());
 | 
|    o.add(buildLandingPage());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2200(core.List<api.LandingPage> o) {
 | 
| +checkUnnamed2305(core.List<api.LandingPage> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkLandingPage(o[0]);
 | 
|    checkLandingPage(o[1]);
 | 
| @@ -4694,7 +4694,7 @@ buildLandingPagesListResponse() {
 | 
|    buildCounterLandingPagesListResponse++;
 | 
|    if (buildCounterLandingPagesListResponse < 3) {
 | 
|      o.kind = "foo";
 | 
| -    o.landingPages = buildUnnamed2200();
 | 
| +    o.landingPages = buildUnnamed2305();
 | 
|    }
 | 
|    buildCounterLandingPagesListResponse--;
 | 
|    return o;
 | 
| @@ -4704,7 +4704,7 @@ checkLandingPagesListResponse(api.LandingPagesListResponse o) {
 | 
|    buildCounterLandingPagesListResponse++;
 | 
|    if (buildCounterLandingPagesListResponse < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed2200(o.landingPages);
 | 
| +    checkUnnamed2305(o.landingPages);
 | 
|    }
 | 
|    buildCounterLandingPagesListResponse--;
 | 
|  }
 | 
| @@ -4734,14 +4734,14 @@ checkLanguage(api.Language o) {
 | 
|    buildCounterLanguage--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2201() {
 | 
| +buildUnnamed2306() {
 | 
|    var o = new core.List<api.Language>();
 | 
|    o.add(buildLanguage());
 | 
|    o.add(buildLanguage());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2201(core.List<api.Language> o) {
 | 
| +checkUnnamed2306(core.List<api.Language> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkLanguage(o[0]);
 | 
|    checkLanguage(o[1]);
 | 
| @@ -4752,7 +4752,7 @@ buildLanguageTargeting() {
 | 
|    var o = new api.LanguageTargeting();
 | 
|    buildCounterLanguageTargeting++;
 | 
|    if (buildCounterLanguageTargeting < 3) {
 | 
| -    o.languages = buildUnnamed2201();
 | 
| +    o.languages = buildUnnamed2306();
 | 
|    }
 | 
|    buildCounterLanguageTargeting--;
 | 
|    return o;
 | 
| @@ -4761,19 +4761,19 @@ buildLanguageTargeting() {
 | 
|  checkLanguageTargeting(api.LanguageTargeting o) {
 | 
|    buildCounterLanguageTargeting++;
 | 
|    if (buildCounterLanguageTargeting < 3) {
 | 
| -    checkUnnamed2201(o.languages);
 | 
| +    checkUnnamed2306(o.languages);
 | 
|    }
 | 
|    buildCounterLanguageTargeting--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2202() {
 | 
| +buildUnnamed2307() {
 | 
|    var o = new core.List<api.Language>();
 | 
|    o.add(buildLanguage());
 | 
|    o.add(buildLanguage());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2202(core.List<api.Language> o) {
 | 
| +checkUnnamed2307(core.List<api.Language> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkLanguage(o[0]);
 | 
|    checkLanguage(o[1]);
 | 
| @@ -4785,7 +4785,7 @@ buildLanguagesListResponse() {
 | 
|    buildCounterLanguagesListResponse++;
 | 
|    if (buildCounterLanguagesListResponse < 3) {
 | 
|      o.kind = "foo";
 | 
| -    o.languages = buildUnnamed2202();
 | 
| +    o.languages = buildUnnamed2307();
 | 
|    }
 | 
|    buildCounterLanguagesListResponse--;
 | 
|    return o;
 | 
| @@ -4795,7 +4795,7 @@ checkLanguagesListResponse(api.LanguagesListResponse o) {
 | 
|    buildCounterLanguagesListResponse++;
 | 
|    if (buildCounterLanguagesListResponse < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed2202(o.languages);
 | 
| +    checkUnnamed2307(o.languages);
 | 
|    }
 | 
|    buildCounterLanguagesListResponse--;
 | 
|  }
 | 
| @@ -4819,14 +4819,14 @@ checkLastModifiedInfo(api.LastModifiedInfo o) {
 | 
|    buildCounterLastModifiedInfo--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2203() {
 | 
| +buildUnnamed2308() {
 | 
|    var o = new core.List<api.ListPopulationTerm>();
 | 
|    o.add(buildListPopulationTerm());
 | 
|    o.add(buildListPopulationTerm());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2203(core.List<api.ListPopulationTerm> o) {
 | 
| +checkUnnamed2308(core.List<api.ListPopulationTerm> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkListPopulationTerm(o[0]);
 | 
|    checkListPopulationTerm(o[1]);
 | 
| @@ -4837,7 +4837,7 @@ buildListPopulationClause() {
 | 
|    var o = new api.ListPopulationClause();
 | 
|    buildCounterListPopulationClause++;
 | 
|    if (buildCounterListPopulationClause < 3) {
 | 
| -    o.terms = buildUnnamed2203();
 | 
| +    o.terms = buildUnnamed2308();
 | 
|    }
 | 
|    buildCounterListPopulationClause--;
 | 
|    return o;
 | 
| @@ -4846,19 +4846,19 @@ buildListPopulationClause() {
 | 
|  checkListPopulationClause(api.ListPopulationClause o) {
 | 
|    buildCounterListPopulationClause++;
 | 
|    if (buildCounterListPopulationClause < 3) {
 | 
| -    checkUnnamed2203(o.terms);
 | 
| +    checkUnnamed2308(o.terms);
 | 
|    }
 | 
|    buildCounterListPopulationClause--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2204() {
 | 
| +buildUnnamed2309() {
 | 
|    var o = new core.List<api.ListPopulationClause>();
 | 
|    o.add(buildListPopulationClause());
 | 
|    o.add(buildListPopulationClause());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2204(core.List<api.ListPopulationClause> o) {
 | 
| +checkUnnamed2309(core.List<api.ListPopulationClause> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkListPopulationClause(o[0]);
 | 
|    checkListPopulationClause(o[1]);
 | 
| @@ -4871,7 +4871,7 @@ buildListPopulationRule() {
 | 
|    if (buildCounterListPopulationRule < 3) {
 | 
|      o.floodlightActivityId = "foo";
 | 
|      o.floodlightActivityName = "foo";
 | 
| -    o.listPopulationClauses = buildUnnamed2204();
 | 
| +    o.listPopulationClauses = buildUnnamed2309();
 | 
|    }
 | 
|    buildCounterListPopulationRule--;
 | 
|    return o;
 | 
| @@ -4882,7 +4882,7 @@ checkListPopulationRule(api.ListPopulationRule o) {
 | 
|    if (buildCounterListPopulationRule < 3) {
 | 
|      unittest.expect(o.floodlightActivityId, unittest.equals('foo'));
 | 
|      unittest.expect(o.floodlightActivityName, unittest.equals('foo'));
 | 
| -    checkUnnamed2204(o.listPopulationClauses);
 | 
| +    checkUnnamed2309(o.listPopulationClauses);
 | 
|    }
 | 
|    buildCounterListPopulationRule--;
 | 
|  }
 | 
| @@ -5012,14 +5012,14 @@ checkMetro(api.Metro o) {
 | 
|    buildCounterMetro--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2205() {
 | 
| +buildUnnamed2310() {
 | 
|    var o = new core.List<api.Metro>();
 | 
|    o.add(buildMetro());
 | 
|    o.add(buildMetro());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2205(core.List<api.Metro> o) {
 | 
| +checkUnnamed2310(core.List<api.Metro> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkMetro(o[0]);
 | 
|    checkMetro(o[1]);
 | 
| @@ -5031,7 +5031,7 @@ buildMetrosListResponse() {
 | 
|    buildCounterMetrosListResponse++;
 | 
|    if (buildCounterMetrosListResponse < 3) {
 | 
|      o.kind = "foo";
 | 
| -    o.metros = buildUnnamed2205();
 | 
| +    o.metros = buildUnnamed2310();
 | 
|    }
 | 
|    buildCounterMetrosListResponse--;
 | 
|    return o;
 | 
| @@ -5041,7 +5041,7 @@ checkMetrosListResponse(api.MetrosListResponse o) {
 | 
|    buildCounterMetrosListResponse++;
 | 
|    if (buildCounterMetrosListResponse < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed2205(o.metros);
 | 
| +    checkUnnamed2310(o.metros);
 | 
|    }
 | 
|    buildCounterMetrosListResponse--;
 | 
|  }
 | 
| @@ -5073,14 +5073,14 @@ checkMobileCarrier(api.MobileCarrier o) {
 | 
|    buildCounterMobileCarrier--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2206() {
 | 
| +buildUnnamed2311() {
 | 
|    var o = new core.List<api.MobileCarrier>();
 | 
|    o.add(buildMobileCarrier());
 | 
|    o.add(buildMobileCarrier());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2206(core.List<api.MobileCarrier> o) {
 | 
| +checkUnnamed2311(core.List<api.MobileCarrier> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkMobileCarrier(o[0]);
 | 
|    checkMobileCarrier(o[1]);
 | 
| @@ -5092,7 +5092,7 @@ buildMobileCarriersListResponse() {
 | 
|    buildCounterMobileCarriersListResponse++;
 | 
|    if (buildCounterMobileCarriersListResponse < 3) {
 | 
|      o.kind = "foo";
 | 
| -    o.mobileCarriers = buildUnnamed2206();
 | 
| +    o.mobileCarriers = buildUnnamed2311();
 | 
|    }
 | 
|    buildCounterMobileCarriersListResponse--;
 | 
|    return o;
 | 
| @@ -5102,19 +5102,19 @@ checkMobileCarriersListResponse(api.MobileCarriersListResponse o) {
 | 
|    buildCounterMobileCarriersListResponse++;
 | 
|    if (buildCounterMobileCarriersListResponse < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed2206(o.mobileCarriers);
 | 
| +    checkUnnamed2311(o.mobileCarriers);
 | 
|    }
 | 
|    buildCounterMobileCarriersListResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2207() {
 | 
| +buildUnnamed2312() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2207(core.List<core.String> o) {
 | 
| +checkUnnamed2312(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
| @@ -5126,7 +5126,7 @@ buildObjectFilter() {
 | 
|    buildCounterObjectFilter++;
 | 
|    if (buildCounterObjectFilter < 3) {
 | 
|      o.kind = "foo";
 | 
| -    o.objectIds = buildUnnamed2207();
 | 
| +    o.objectIds = buildUnnamed2312();
 | 
|      o.status = "foo";
 | 
|    }
 | 
|    buildCounterObjectFilter--;
 | 
| @@ -5137,7 +5137,7 @@ checkObjectFilter(api.ObjectFilter o) {
 | 
|    buildCounterObjectFilter++;
 | 
|    if (buildCounterObjectFilter < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed2207(o.objectIds);
 | 
| +    checkUnnamed2312(o.objectIds);
 | 
|      unittest.expect(o.status, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterObjectFilter--;
 | 
| @@ -5241,14 +5241,14 @@ checkOperatingSystemVersion(api.OperatingSystemVersion o) {
 | 
|    buildCounterOperatingSystemVersion--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2208() {
 | 
| +buildUnnamed2313() {
 | 
|    var o = new core.List<api.OperatingSystemVersion>();
 | 
|    o.add(buildOperatingSystemVersion());
 | 
|    o.add(buildOperatingSystemVersion());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2208(core.List<api.OperatingSystemVersion> o) {
 | 
| +checkUnnamed2313(core.List<api.OperatingSystemVersion> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkOperatingSystemVersion(o[0]);
 | 
|    checkOperatingSystemVersion(o[1]);
 | 
| @@ -5260,7 +5260,7 @@ buildOperatingSystemVersionsListResponse() {
 | 
|    buildCounterOperatingSystemVersionsListResponse++;
 | 
|    if (buildCounterOperatingSystemVersionsListResponse < 3) {
 | 
|      o.kind = "foo";
 | 
| -    o.operatingSystemVersions = buildUnnamed2208();
 | 
| +    o.operatingSystemVersions = buildUnnamed2313();
 | 
|    }
 | 
|    buildCounterOperatingSystemVersionsListResponse--;
 | 
|    return o;
 | 
| @@ -5270,19 +5270,19 @@ checkOperatingSystemVersionsListResponse(api.OperatingSystemVersionsListResponse
 | 
|    buildCounterOperatingSystemVersionsListResponse++;
 | 
|    if (buildCounterOperatingSystemVersionsListResponse < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed2208(o.operatingSystemVersions);
 | 
| +    checkUnnamed2313(o.operatingSystemVersions);
 | 
|    }
 | 
|    buildCounterOperatingSystemVersionsListResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2209() {
 | 
| +buildUnnamed2314() {
 | 
|    var o = new core.List<api.OperatingSystem>();
 | 
|    o.add(buildOperatingSystem());
 | 
|    o.add(buildOperatingSystem());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2209(core.List<api.OperatingSystem> o) {
 | 
| +checkUnnamed2314(core.List<api.OperatingSystem> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkOperatingSystem(o[0]);
 | 
|    checkOperatingSystem(o[1]);
 | 
| @@ -5294,7 +5294,7 @@ buildOperatingSystemsListResponse() {
 | 
|    buildCounterOperatingSystemsListResponse++;
 | 
|    if (buildCounterOperatingSystemsListResponse < 3) {
 | 
|      o.kind = "foo";
 | 
| -    o.operatingSystems = buildUnnamed2209();
 | 
| +    o.operatingSystems = buildUnnamed2314();
 | 
|    }
 | 
|    buildCounterOperatingSystemsListResponse--;
 | 
|    return o;
 | 
| @@ -5304,7 +5304,7 @@ checkOperatingSystemsListResponse(api.OperatingSystemsListResponse o) {
 | 
|    buildCounterOperatingSystemsListResponse++;
 | 
|    if (buildCounterOperatingSystemsListResponse < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed2209(o.operatingSystems);
 | 
| +    checkUnnamed2314(o.operatingSystems);
 | 
|    }
 | 
|    buildCounterOperatingSystemsListResponse--;
 | 
|  }
 | 
| @@ -5332,53 +5332,53 @@ checkOptimizationActivity(api.OptimizationActivity o) {
 | 
|    buildCounterOptimizationActivity--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2210() {
 | 
| +buildUnnamed2315() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2210(core.List<core.String> o) {
 | 
| +checkUnnamed2315(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2211() {
 | 
| +buildUnnamed2316() {
 | 
|    var o = new core.List<api.OrderContact>();
 | 
|    o.add(buildOrderContact());
 | 
|    o.add(buildOrderContact());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2211(core.List<api.OrderContact> o) {
 | 
| +checkUnnamed2316(core.List<api.OrderContact> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkOrderContact(o[0]);
 | 
|    checkOrderContact(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2212() {
 | 
| +buildUnnamed2317() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2212(core.List<core.String> o) {
 | 
| +checkUnnamed2317(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2213() {
 | 
| +buildUnnamed2318() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2213(core.List<core.String> o) {
 | 
| +checkUnnamed2318(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
| @@ -5391,11 +5391,11 @@ buildOrder() {
 | 
|    if (buildCounterOrder < 3) {
 | 
|      o.accountId = "foo";
 | 
|      o.advertiserId = "foo";
 | 
| -    o.approverUserProfileIds = buildUnnamed2210();
 | 
| +    o.approverUserProfileIds = buildUnnamed2315();
 | 
|      o.buyerInvoiceId = "foo";
 | 
|      o.buyerOrganizationName = "foo";
 | 
|      o.comments = "foo";
 | 
| -    o.contacts = buildUnnamed2211();
 | 
| +    o.contacts = buildUnnamed2316();
 | 
|      o.id = "foo";
 | 
|      o.kind = "foo";
 | 
|      o.lastModifiedInfo = buildLastModifiedInfo();
 | 
| @@ -5405,8 +5405,8 @@ buildOrder() {
 | 
|      o.projectId = "foo";
 | 
|      o.sellerOrderId = "foo";
 | 
|      o.sellerOrganizationName = "foo";
 | 
| -    o.siteId = buildUnnamed2212();
 | 
| -    o.siteNames = buildUnnamed2213();
 | 
| +    o.siteId = buildUnnamed2317();
 | 
| +    o.siteNames = buildUnnamed2318();
 | 
|      o.subaccountId = "foo";
 | 
|      o.termsAndConditions = "foo";
 | 
|    }
 | 
| @@ -5419,11 +5419,11 @@ checkOrder(api.Order o) {
 | 
|    if (buildCounterOrder < 3) {
 | 
|      unittest.expect(o.accountId, unittest.equals('foo'));
 | 
|      unittest.expect(o.advertiserId, unittest.equals('foo'));
 | 
| -    checkUnnamed2210(o.approverUserProfileIds);
 | 
| +    checkUnnamed2315(o.approverUserProfileIds);
 | 
|      unittest.expect(o.buyerInvoiceId, unittest.equals('foo'));
 | 
|      unittest.expect(o.buyerOrganizationName, unittest.equals('foo'));
 | 
|      unittest.expect(o.comments, unittest.equals('foo'));
 | 
| -    checkUnnamed2211(o.contacts);
 | 
| +    checkUnnamed2316(o.contacts);
 | 
|      unittest.expect(o.id, unittest.equals('foo'));
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      checkLastModifiedInfo(o.lastModifiedInfo);
 | 
| @@ -5433,8 +5433,8 @@ checkOrder(api.Order o) {
 | 
|      unittest.expect(o.projectId, unittest.equals('foo'));
 | 
|      unittest.expect(o.sellerOrderId, unittest.equals('foo'));
 | 
|      unittest.expect(o.sellerOrganizationName, unittest.equals('foo'));
 | 
| -    checkUnnamed2212(o.siteId);
 | 
| -    checkUnnamed2213(o.siteNames);
 | 
| +    checkUnnamed2317(o.siteId);
 | 
| +    checkUnnamed2318(o.siteNames);
 | 
|      unittest.expect(o.subaccountId, unittest.equals('foo'));
 | 
|      unittest.expect(o.termsAndConditions, unittest.equals('foo'));
 | 
|    }
 | 
| @@ -5468,27 +5468,27 @@ checkOrderContact(api.OrderContact o) {
 | 
|    buildCounterOrderContact--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2214() {
 | 
| +buildUnnamed2319() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2214(core.List<core.String> o) {
 | 
| +checkUnnamed2319(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2215() {
 | 
| +buildUnnamed2320() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2215(core.List<core.String> o) {
 | 
| +checkUnnamed2320(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
| @@ -5502,13 +5502,13 @@ buildOrderDocument() {
 | 
|      o.accountId = "foo";
 | 
|      o.advertiserId = "foo";
 | 
|      o.amendedOrderDocumentId = "foo";
 | 
| -    o.approvedByUserProfileIds = buildUnnamed2214();
 | 
| +    o.approvedByUserProfileIds = buildUnnamed2319();
 | 
|      o.cancelled = true;
 | 
|      o.createdInfo = buildLastModifiedInfo();
 | 
|      o.effectiveDate = core.DateTime.parse("2002-02-27T14:01:02Z");
 | 
|      o.id = "foo";
 | 
|      o.kind = "foo";
 | 
| -    o.lastSentRecipients = buildUnnamed2215();
 | 
| +    o.lastSentRecipients = buildUnnamed2320();
 | 
|      o.lastSentTime = core.DateTime.parse("2002-02-27T14:01:02");
 | 
|      o.orderId = "foo";
 | 
|      o.projectId = "foo";
 | 
| @@ -5527,13 +5527,13 @@ checkOrderDocument(api.OrderDocument o) {
 | 
|      unittest.expect(o.accountId, unittest.equals('foo'));
 | 
|      unittest.expect(o.advertiserId, unittest.equals('foo'));
 | 
|      unittest.expect(o.amendedOrderDocumentId, unittest.equals('foo'));
 | 
| -    checkUnnamed2214(o.approvedByUserProfileIds);
 | 
| +    checkUnnamed2319(o.approvedByUserProfileIds);
 | 
|      unittest.expect(o.cancelled, unittest.isTrue);
 | 
|      checkLastModifiedInfo(o.createdInfo);
 | 
|      unittest.expect(o.effectiveDate, unittest.equals(core.DateTime.parse("2002-02-27T00:00:00")));
 | 
|      unittest.expect(o.id, unittest.equals('foo'));
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed2215(o.lastSentRecipients);
 | 
| +    checkUnnamed2320(o.lastSentRecipients);
 | 
|      unittest.expect(o.lastSentTime, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
 | 
|      unittest.expect(o.orderId, unittest.equals('foo'));
 | 
|      unittest.expect(o.projectId, unittest.equals('foo'));
 | 
| @@ -5545,14 +5545,14 @@ checkOrderDocument(api.OrderDocument o) {
 | 
|    buildCounterOrderDocument--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2216() {
 | 
| +buildUnnamed2321() {
 | 
|    var o = new core.List<api.OrderDocument>();
 | 
|    o.add(buildOrderDocument());
 | 
|    o.add(buildOrderDocument());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2216(core.List<api.OrderDocument> o) {
 | 
| +checkUnnamed2321(core.List<api.OrderDocument> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkOrderDocument(o[0]);
 | 
|    checkOrderDocument(o[1]);
 | 
| @@ -5565,7 +5565,7 @@ buildOrderDocumentsListResponse() {
 | 
|    if (buildCounterOrderDocumentsListResponse < 3) {
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
| -    o.orderDocuments = buildUnnamed2216();
 | 
| +    o.orderDocuments = buildUnnamed2321();
 | 
|    }
 | 
|    buildCounterOrderDocumentsListResponse--;
 | 
|    return o;
 | 
| @@ -5576,19 +5576,19 @@ checkOrderDocumentsListResponse(api.OrderDocumentsListResponse o) {
 | 
|    if (buildCounterOrderDocumentsListResponse < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
| -    checkUnnamed2216(o.orderDocuments);
 | 
| +    checkUnnamed2321(o.orderDocuments);
 | 
|    }
 | 
|    buildCounterOrderDocumentsListResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2217() {
 | 
| +buildUnnamed2322() {
 | 
|    var o = new core.List<api.Order>();
 | 
|    o.add(buildOrder());
 | 
|    o.add(buildOrder());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2217(core.List<api.Order> o) {
 | 
| +checkUnnamed2322(core.List<api.Order> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkOrder(o[0]);
 | 
|    checkOrder(o[1]);
 | 
| @@ -5601,7 +5601,7 @@ buildOrdersListResponse() {
 | 
|    if (buildCounterOrdersListResponse < 3) {
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
| -    o.orders = buildUnnamed2217();
 | 
| +    o.orders = buildUnnamed2322();
 | 
|    }
 | 
|    buildCounterOrdersListResponse--;
 | 
|    return o;
 | 
| @@ -5612,58 +5612,58 @@ checkOrdersListResponse(api.OrdersListResponse o) {
 | 
|    if (buildCounterOrdersListResponse < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
| -    checkUnnamed2217(o.orders);
 | 
| +    checkUnnamed2322(o.orders);
 | 
|    }
 | 
|    buildCounterOrdersListResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2218() {
 | 
| +buildUnnamed2323() {
 | 
|    var o = new core.List<api.Dimension>();
 | 
|    o.add(buildDimension());
 | 
|    o.add(buildDimension());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2218(core.List<api.Dimension> o) {
 | 
| +checkUnnamed2323(core.List<api.Dimension> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkDimension(o[0]);
 | 
|    checkDimension(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2219() {
 | 
| +buildUnnamed2324() {
 | 
|    var o = new core.List<api.Dimension>();
 | 
|    o.add(buildDimension());
 | 
|    o.add(buildDimension());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2219(core.List<api.Dimension> o) {
 | 
| +checkUnnamed2324(core.List<api.Dimension> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkDimension(o[0]);
 | 
|    checkDimension(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2220() {
 | 
| +buildUnnamed2325() {
 | 
|    var o = new core.List<api.Metric>();
 | 
|    o.add(buildMetric());
 | 
|    o.add(buildMetric());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2220(core.List<api.Metric> o) {
 | 
| +checkUnnamed2325(core.List<api.Metric> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkMetric(o[0]);
 | 
|    checkMetric(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2221() {
 | 
| +buildUnnamed2326() {
 | 
|    var o = new core.List<api.Dimension>();
 | 
|    o.add(buildDimension());
 | 
|    o.add(buildDimension());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2221(core.List<api.Dimension> o) {
 | 
| +checkUnnamed2326(core.List<api.Dimension> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkDimension(o[0]);
 | 
|    checkDimension(o[1]);
 | 
| @@ -5674,11 +5674,11 @@ buildPathToConversionReportCompatibleFields() {
 | 
|    var o = new api.PathToConversionReportCompatibleFields();
 | 
|    buildCounterPathToConversionReportCompatibleFields++;
 | 
|    if (buildCounterPathToConversionReportCompatibleFields < 3) {
 | 
| -    o.conversionDimensions = buildUnnamed2218();
 | 
| -    o.customFloodlightVariables = buildUnnamed2219();
 | 
| +    o.conversionDimensions = buildUnnamed2323();
 | 
| +    o.customFloodlightVariables = buildUnnamed2324();
 | 
|      o.kind = "foo";
 | 
| -    o.metrics = buildUnnamed2220();
 | 
| -    o.perInteractionDimensions = buildUnnamed2221();
 | 
| +    o.metrics = buildUnnamed2325();
 | 
| +    o.perInteractionDimensions = buildUnnamed2326();
 | 
|    }
 | 
|    buildCounterPathToConversionReportCompatibleFields--;
 | 
|    return o;
 | 
| @@ -5687,23 +5687,23 @@ buildPathToConversionReportCompatibleFields() {
 | 
|  checkPathToConversionReportCompatibleFields(api.PathToConversionReportCompatibleFields o) {
 | 
|    buildCounterPathToConversionReportCompatibleFields++;
 | 
|    if (buildCounterPathToConversionReportCompatibleFields < 3) {
 | 
| -    checkUnnamed2218(o.conversionDimensions);
 | 
| -    checkUnnamed2219(o.customFloodlightVariables);
 | 
| +    checkUnnamed2323(o.conversionDimensions);
 | 
| +    checkUnnamed2324(o.customFloodlightVariables);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed2220(o.metrics);
 | 
| -    checkUnnamed2221(o.perInteractionDimensions);
 | 
| +    checkUnnamed2325(o.metrics);
 | 
| +    checkUnnamed2326(o.perInteractionDimensions);
 | 
|    }
 | 
|    buildCounterPathToConversionReportCompatibleFields--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2222() {
 | 
| +buildUnnamed2327() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2222(core.List<core.String> o) {
 | 
| +checkUnnamed2327(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
| @@ -5748,7 +5748,7 @@ buildPlacement() {
 | 
|      o.sslRequired = true;
 | 
|      o.status = "foo";
 | 
|      o.subaccountId = "foo";
 | 
| -    o.tagFormats = buildUnnamed2222();
 | 
| +    o.tagFormats = buildUnnamed2327();
 | 
|      o.tagSetting = buildTagSetting();
 | 
|      o.videoActiveViewOptOut = true;
 | 
|      o.videoSettings = buildVideoSettings();
 | 
| @@ -5795,7 +5795,7 @@ checkPlacement(api.Placement o) {
 | 
|      unittest.expect(o.sslRequired, unittest.isTrue);
 | 
|      unittest.expect(o.status, unittest.equals('foo'));
 | 
|      unittest.expect(o.subaccountId, unittest.equals('foo'));
 | 
| -    checkUnnamed2222(o.tagFormats);
 | 
| +    checkUnnamed2327(o.tagFormats);
 | 
|      checkTagSetting(o.tagSetting);
 | 
|      unittest.expect(o.videoActiveViewOptOut, unittest.isTrue);
 | 
|      checkVideoSettings(o.videoSettings);
 | 
| @@ -5829,14 +5829,14 @@ checkPlacementAssignment(api.PlacementAssignment o) {
 | 
|    buildCounterPlacementAssignment--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2223() {
 | 
| +buildUnnamed2328() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2223(core.List<core.String> o) {
 | 
| +checkUnnamed2328(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
| @@ -5853,7 +5853,7 @@ buildPlacementGroup() {
 | 
|      o.archived = true;
 | 
|      o.campaignId = "foo";
 | 
|      o.campaignIdDimensionValue = buildDimensionValue();
 | 
| -    o.childPlacementIds = buildUnnamed2223();
 | 
| +    o.childPlacementIds = buildUnnamed2328();
 | 
|      o.comment = "foo";
 | 
|      o.contentCategoryId = "foo";
 | 
|      o.createInfo = buildLastModifiedInfo();
 | 
| @@ -5887,7 +5887,7 @@ checkPlacementGroup(api.PlacementGroup o) {
 | 
|      unittest.expect(o.archived, unittest.isTrue);
 | 
|      unittest.expect(o.campaignId, unittest.equals('foo'));
 | 
|      checkDimensionValue(o.campaignIdDimensionValue);
 | 
| -    checkUnnamed2223(o.childPlacementIds);
 | 
| +    checkUnnamed2328(o.childPlacementIds);
 | 
|      unittest.expect(o.comment, unittest.equals('foo'));
 | 
|      unittest.expect(o.contentCategoryId, unittest.equals('foo'));
 | 
|      checkLastModifiedInfo(o.createInfo);
 | 
| @@ -5911,14 +5911,14 @@ checkPlacementGroup(api.PlacementGroup o) {
 | 
|    buildCounterPlacementGroup--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2224() {
 | 
| +buildUnnamed2329() {
 | 
|    var o = new core.List<api.PlacementGroup>();
 | 
|    o.add(buildPlacementGroup());
 | 
|    o.add(buildPlacementGroup());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2224(core.List<api.PlacementGroup> o) {
 | 
| +checkUnnamed2329(core.List<api.PlacementGroup> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkPlacementGroup(o[0]);
 | 
|    checkPlacementGroup(o[1]);
 | 
| @@ -5931,7 +5931,7 @@ buildPlacementGroupsListResponse() {
 | 
|    if (buildCounterPlacementGroupsListResponse < 3) {
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
| -    o.placementGroups = buildUnnamed2224();
 | 
| +    o.placementGroups = buildUnnamed2329();
 | 
|    }
 | 
|    buildCounterPlacementGroupsListResponse--;
 | 
|    return o;
 | 
| @@ -5942,19 +5942,19 @@ checkPlacementGroupsListResponse(api.PlacementGroupsListResponse o) {
 | 
|    if (buildCounterPlacementGroupsListResponse < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
| -    checkUnnamed2224(o.placementGroups);
 | 
| +    checkUnnamed2329(o.placementGroups);
 | 
|    }
 | 
|    buildCounterPlacementGroupsListResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2225() {
 | 
| +buildUnnamed2330() {
 | 
|    var o = new core.List<api.PlacementStrategy>();
 | 
|    o.add(buildPlacementStrategy());
 | 
|    o.add(buildPlacementStrategy());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2225(core.List<api.PlacementStrategy> o) {
 | 
| +checkUnnamed2330(core.List<api.PlacementStrategy> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkPlacementStrategy(o[0]);
 | 
|    checkPlacementStrategy(o[1]);
 | 
| @@ -5967,7 +5967,7 @@ buildPlacementStrategiesListResponse() {
 | 
|    if (buildCounterPlacementStrategiesListResponse < 3) {
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
| -    o.placementStrategies = buildUnnamed2225();
 | 
| +    o.placementStrategies = buildUnnamed2330();
 | 
|    }
 | 
|    buildCounterPlacementStrategiesListResponse--;
 | 
|    return o;
 | 
| @@ -5978,7 +5978,7 @@ checkPlacementStrategiesListResponse(api.PlacementStrategiesListResponse o) {
 | 
|    if (buildCounterPlacementStrategiesListResponse < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
| -    checkUnnamed2225(o.placementStrategies);
 | 
| +    checkUnnamed2330(o.placementStrategies);
 | 
|    }
 | 
|    buildCounterPlacementStrategiesListResponse--;
 | 
|  }
 | 
| @@ -6008,14 +6008,14 @@ checkPlacementStrategy(api.PlacementStrategy o) {
 | 
|    buildCounterPlacementStrategy--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2226() {
 | 
| +buildUnnamed2331() {
 | 
|    var o = new core.List<api.TagData>();
 | 
|    o.add(buildTagData());
 | 
|    o.add(buildTagData());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2226(core.List<api.TagData> o) {
 | 
| +checkUnnamed2331(core.List<api.TagData> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkTagData(o[0]);
 | 
|    checkTagData(o[1]);
 | 
| @@ -6027,7 +6027,7 @@ buildPlacementTag() {
 | 
|    buildCounterPlacementTag++;
 | 
|    if (buildCounterPlacementTag < 3) {
 | 
|      o.placementId = "foo";
 | 
| -    o.tagDatas = buildUnnamed2226();
 | 
| +    o.tagDatas = buildUnnamed2331();
 | 
|    }
 | 
|    buildCounterPlacementTag--;
 | 
|    return o;
 | 
| @@ -6037,19 +6037,19 @@ checkPlacementTag(api.PlacementTag o) {
 | 
|    buildCounterPlacementTag++;
 | 
|    if (buildCounterPlacementTag < 3) {
 | 
|      unittest.expect(o.placementId, unittest.equals('foo'));
 | 
| -    checkUnnamed2226(o.tagDatas);
 | 
| +    checkUnnamed2331(o.tagDatas);
 | 
|    }
 | 
|    buildCounterPlacementTag--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2227() {
 | 
| +buildUnnamed2332() {
 | 
|    var o = new core.List<api.PlacementTag>();
 | 
|    o.add(buildPlacementTag());
 | 
|    o.add(buildPlacementTag());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2227(core.List<api.PlacementTag> o) {
 | 
| +checkUnnamed2332(core.List<api.PlacementTag> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkPlacementTag(o[0]);
 | 
|    checkPlacementTag(o[1]);
 | 
| @@ -6061,7 +6061,7 @@ buildPlacementsGenerateTagsResponse() {
 | 
|    buildCounterPlacementsGenerateTagsResponse++;
 | 
|    if (buildCounterPlacementsGenerateTagsResponse < 3) {
 | 
|      o.kind = "foo";
 | 
| -    o.placementTags = buildUnnamed2227();
 | 
| +    o.placementTags = buildUnnamed2332();
 | 
|    }
 | 
|    buildCounterPlacementsGenerateTagsResponse--;
 | 
|    return o;
 | 
| @@ -6071,19 +6071,19 @@ checkPlacementsGenerateTagsResponse(api.PlacementsGenerateTagsResponse o) {
 | 
|    buildCounterPlacementsGenerateTagsResponse++;
 | 
|    if (buildCounterPlacementsGenerateTagsResponse < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed2227(o.placementTags);
 | 
| +    checkUnnamed2332(o.placementTags);
 | 
|    }
 | 
|    buildCounterPlacementsGenerateTagsResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2228() {
 | 
| +buildUnnamed2333() {
 | 
|    var o = new core.List<api.Placement>();
 | 
|    o.add(buildPlacement());
 | 
|    o.add(buildPlacement());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2228(core.List<api.Placement> o) {
 | 
| +checkUnnamed2333(core.List<api.Placement> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkPlacement(o[0]);
 | 
|    checkPlacement(o[1]);
 | 
| @@ -6096,7 +6096,7 @@ buildPlacementsListResponse() {
 | 
|    if (buildCounterPlacementsListResponse < 3) {
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
| -    o.placements = buildUnnamed2228();
 | 
| +    o.placements = buildUnnamed2333();
 | 
|    }
 | 
|    buildCounterPlacementsListResponse--;
 | 
|    return o;
 | 
| @@ -6107,7 +6107,7 @@ checkPlacementsListResponse(api.PlacementsListResponse o) {
 | 
|    if (buildCounterPlacementsListResponse < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
| -    checkUnnamed2228(o.placements);
 | 
| +    checkUnnamed2333(o.placements);
 | 
|    }
 | 
|    buildCounterPlacementsListResponse--;
 | 
|  }
 | 
| @@ -6135,14 +6135,14 @@ checkPlatformType(api.PlatformType o) {
 | 
|    buildCounterPlatformType--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2229() {
 | 
| +buildUnnamed2334() {
 | 
|    var o = new core.List<api.PlatformType>();
 | 
|    o.add(buildPlatformType());
 | 
|    o.add(buildPlatformType());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2229(core.List<api.PlatformType> o) {
 | 
| +checkUnnamed2334(core.List<api.PlatformType> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkPlatformType(o[0]);
 | 
|    checkPlatformType(o[1]);
 | 
| @@ -6154,7 +6154,7 @@ buildPlatformTypesListResponse() {
 | 
|    buildCounterPlatformTypesListResponse++;
 | 
|    if (buildCounterPlatformTypesListResponse < 3) {
 | 
|      o.kind = "foo";
 | 
| -    o.platformTypes = buildUnnamed2229();
 | 
| +    o.platformTypes = buildUnnamed2334();
 | 
|    }
 | 
|    buildCounterPlatformTypesListResponse--;
 | 
|    return o;
 | 
| @@ -6164,7 +6164,7 @@ checkPlatformTypesListResponse(api.PlatformTypesListResponse o) {
 | 
|    buildCounterPlatformTypesListResponse++;
 | 
|    if (buildCounterPlatformTypesListResponse < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed2229(o.platformTypes);
 | 
| +    checkUnnamed2334(o.platformTypes);
 | 
|    }
 | 
|    buildCounterPlatformTypesListResponse--;
 | 
|  }
 | 
| @@ -6231,14 +6231,14 @@ checkPostalCode(api.PostalCode o) {
 | 
|    buildCounterPostalCode--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2230() {
 | 
| +buildUnnamed2335() {
 | 
|    var o = new core.List<api.PostalCode>();
 | 
|    o.add(buildPostalCode());
 | 
|    o.add(buildPostalCode());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2230(core.List<api.PostalCode> o) {
 | 
| +checkUnnamed2335(core.List<api.PostalCode> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkPostalCode(o[0]);
 | 
|    checkPostalCode(o[1]);
 | 
| @@ -6250,7 +6250,7 @@ buildPostalCodesListResponse() {
 | 
|    buildCounterPostalCodesListResponse++;
 | 
|    if (buildCounterPostalCodesListResponse < 3) {
 | 
|      o.kind = "foo";
 | 
| -    o.postalCodes = buildUnnamed2230();
 | 
| +    o.postalCodes = buildUnnamed2335();
 | 
|    }
 | 
|    buildCounterPostalCodesListResponse--;
 | 
|    return o;
 | 
| @@ -6260,19 +6260,19 @@ checkPostalCodesListResponse(api.PostalCodesListResponse o) {
 | 
|    buildCounterPostalCodesListResponse++;
 | 
|    if (buildCounterPostalCodesListResponse < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed2230(o.postalCodes);
 | 
| +    checkUnnamed2335(o.postalCodes);
 | 
|    }
 | 
|    buildCounterPostalCodesListResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2231() {
 | 
| +buildUnnamed2336() {
 | 
|    var o = new core.List<api.Flight>();
 | 
|    o.add(buildFlight());
 | 
|    o.add(buildFlight());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2231(core.List<api.Flight> o) {
 | 
| +checkUnnamed2336(core.List<api.Flight> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkFlight(o[0]);
 | 
|    checkFlight(o[1]);
 | 
| @@ -6285,7 +6285,7 @@ buildPricing() {
 | 
|    if (buildCounterPricing < 3) {
 | 
|      o.capCostType = "foo";
 | 
|      o.endDate = core.DateTime.parse("2002-02-27T14:01:02Z");
 | 
| -    o.flights = buildUnnamed2231();
 | 
| +    o.flights = buildUnnamed2336();
 | 
|      o.groupType = "foo";
 | 
|      o.pricingType = "foo";
 | 
|      o.startDate = core.DateTime.parse("2002-02-27T14:01:02Z");
 | 
| @@ -6299,7 +6299,7 @@ checkPricing(api.Pricing o) {
 | 
|    if (buildCounterPricing < 3) {
 | 
|      unittest.expect(o.capCostType, unittest.equals('foo'));
 | 
|      unittest.expect(o.endDate, unittest.equals(core.DateTime.parse("2002-02-27T00:00:00")));
 | 
| -    checkUnnamed2231(o.flights);
 | 
| +    checkUnnamed2336(o.flights);
 | 
|      unittest.expect(o.groupType, unittest.equals('foo'));
 | 
|      unittest.expect(o.pricingType, unittest.equals('foo'));
 | 
|      unittest.expect(o.startDate, unittest.equals(core.DateTime.parse("2002-02-27T00:00:00")));
 | 
| @@ -6307,14 +6307,14 @@ checkPricing(api.Pricing o) {
 | 
|    buildCounterPricing--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2232() {
 | 
| +buildUnnamed2337() {
 | 
|    var o = new core.List<api.PricingSchedulePricingPeriod>();
 | 
|    o.add(buildPricingSchedulePricingPeriod());
 | 
|    o.add(buildPricingSchedulePricingPeriod());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2232(core.List<api.PricingSchedulePricingPeriod> o) {
 | 
| +checkUnnamed2337(core.List<api.PricingSchedulePricingPeriod> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkPricingSchedulePricingPeriod(o[0]);
 | 
|    checkPricingSchedulePricingPeriod(o[1]);
 | 
| @@ -6330,7 +6330,7 @@ buildPricingSchedule() {
 | 
|      o.endDate = core.DateTime.parse("2002-02-27T14:01:02Z");
 | 
|      o.flighted = true;
 | 
|      o.floodlightActivityId = "foo";
 | 
| -    o.pricingPeriods = buildUnnamed2232();
 | 
| +    o.pricingPeriods = buildUnnamed2337();
 | 
|      o.pricingType = "foo";
 | 
|      o.startDate = core.DateTime.parse("2002-02-27T14:01:02Z");
 | 
|      o.testingStartDate = core.DateTime.parse("2002-02-27T14:01:02Z");
 | 
| @@ -6347,7 +6347,7 @@ checkPricingSchedule(api.PricingSchedule o) {
 | 
|      unittest.expect(o.endDate, unittest.equals(core.DateTime.parse("2002-02-27T00:00:00")));
 | 
|      unittest.expect(o.flighted, unittest.isTrue);
 | 
|      unittest.expect(o.floodlightActivityId, unittest.equals('foo'));
 | 
| -    checkUnnamed2232(o.pricingPeriods);
 | 
| +    checkUnnamed2337(o.pricingPeriods);
 | 
|      unittest.expect(o.pricingType, unittest.equals('foo'));
 | 
|      unittest.expect(o.startDate, unittest.equals(core.DateTime.parse("2002-02-27T00:00:00")));
 | 
|      unittest.expect(o.testingStartDate, unittest.equals(core.DateTime.parse("2002-02-27T00:00:00")));
 | 
| @@ -6443,14 +6443,14 @@ checkProject(api.Project o) {
 | 
|    buildCounterProject--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2233() {
 | 
| +buildUnnamed2338() {
 | 
|    var o = new core.List<api.Project>();
 | 
|    o.add(buildProject());
 | 
|    o.add(buildProject());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2233(core.List<api.Project> o) {
 | 
| +checkUnnamed2338(core.List<api.Project> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkProject(o[0]);
 | 
|    checkProject(o[1]);
 | 
| @@ -6463,7 +6463,7 @@ buildProjectsListResponse() {
 | 
|    if (buildCounterProjectsListResponse < 3) {
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
| -    o.projects = buildUnnamed2233();
 | 
| +    o.projects = buildUnnamed2338();
 | 
|    }
 | 
|    buildCounterProjectsListResponse--;
 | 
|    return o;
 | 
| @@ -6474,71 +6474,71 @@ checkProjectsListResponse(api.ProjectsListResponse o) {
 | 
|    if (buildCounterProjectsListResponse < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
| -    checkUnnamed2233(o.projects);
 | 
| +    checkUnnamed2338(o.projects);
 | 
|    }
 | 
|    buildCounterProjectsListResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2234() {
 | 
| +buildUnnamed2339() {
 | 
|    var o = new core.List<api.Dimension>();
 | 
|    o.add(buildDimension());
 | 
|    o.add(buildDimension());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2234(core.List<api.Dimension> o) {
 | 
| +checkUnnamed2339(core.List<api.Dimension> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkDimension(o[0]);
 | 
|    checkDimension(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2235() {
 | 
| +buildUnnamed2340() {
 | 
|    var o = new core.List<api.Dimension>();
 | 
|    o.add(buildDimension());
 | 
|    o.add(buildDimension());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2235(core.List<api.Dimension> o) {
 | 
| +checkUnnamed2340(core.List<api.Dimension> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkDimension(o[0]);
 | 
|    checkDimension(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2236() {
 | 
| +buildUnnamed2341() {
 | 
|    var o = new core.List<api.Metric>();
 | 
|    o.add(buildMetric());
 | 
|    o.add(buildMetric());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2236(core.List<api.Metric> o) {
 | 
| +checkUnnamed2341(core.List<api.Metric> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkMetric(o[0]);
 | 
|    checkMetric(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2237() {
 | 
| +buildUnnamed2342() {
 | 
|    var o = new core.List<api.Metric>();
 | 
|    o.add(buildMetric());
 | 
|    o.add(buildMetric());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2237(core.List<api.Metric> o) {
 | 
| +checkUnnamed2342(core.List<api.Metric> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkMetric(o[0]);
 | 
|    checkMetric(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2238() {
 | 
| +buildUnnamed2343() {
 | 
|    var o = new core.List<api.Metric>();
 | 
|    o.add(buildMetric());
 | 
|    o.add(buildMetric());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2238(core.List<api.Metric> o) {
 | 
| +checkUnnamed2343(core.List<api.Metric> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkMetric(o[0]);
 | 
|    checkMetric(o[1]);
 | 
| @@ -6549,12 +6549,12 @@ buildReachReportCompatibleFields() {
 | 
|    var o = new api.ReachReportCompatibleFields();
 | 
|    buildCounterReachReportCompatibleFields++;
 | 
|    if (buildCounterReachReportCompatibleFields < 3) {
 | 
| -    o.dimensionFilters = buildUnnamed2234();
 | 
| -    o.dimensions = buildUnnamed2235();
 | 
| +    o.dimensionFilters = buildUnnamed2339();
 | 
| +    o.dimensions = buildUnnamed2340();
 | 
|      o.kind = "foo";
 | 
| -    o.metrics = buildUnnamed2236();
 | 
| -    o.pivotedActivityMetrics = buildUnnamed2237();
 | 
| -    o.reachByFrequencyMetrics = buildUnnamed2238();
 | 
| +    o.metrics = buildUnnamed2341();
 | 
| +    o.pivotedActivityMetrics = buildUnnamed2342();
 | 
| +    o.reachByFrequencyMetrics = buildUnnamed2343();
 | 
|    }
 | 
|    buildCounterReachReportCompatibleFields--;
 | 
|    return o;
 | 
| @@ -6563,12 +6563,12 @@ buildReachReportCompatibleFields() {
 | 
|  checkReachReportCompatibleFields(api.ReachReportCompatibleFields o) {
 | 
|    buildCounterReachReportCompatibleFields++;
 | 
|    if (buildCounterReachReportCompatibleFields < 3) {
 | 
| -    checkUnnamed2234(o.dimensionFilters);
 | 
| -    checkUnnamed2235(o.dimensions);
 | 
| +    checkUnnamed2339(o.dimensionFilters);
 | 
| +    checkUnnamed2340(o.dimensions);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed2236(o.metrics);
 | 
| -    checkUnnamed2237(o.pivotedActivityMetrics);
 | 
| -    checkUnnamed2238(o.reachByFrequencyMetrics);
 | 
| +    checkUnnamed2341(o.metrics);
 | 
| +    checkUnnamed2342(o.pivotedActivityMetrics);
 | 
| +    checkUnnamed2343(o.reachByFrequencyMetrics);
 | 
|    }
 | 
|    buildCounterReachReportCompatibleFields--;
 | 
|  }
 | 
| @@ -6625,14 +6625,14 @@ checkRegion(api.Region o) {
 | 
|    buildCounterRegion--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2239() {
 | 
| +buildUnnamed2344() {
 | 
|    var o = new core.List<api.Region>();
 | 
|    o.add(buildRegion());
 | 
|    o.add(buildRegion());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2239(core.List<api.Region> o) {
 | 
| +checkUnnamed2344(core.List<api.Region> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkRegion(o[0]);
 | 
|    checkRegion(o[1]);
 | 
| @@ -6644,7 +6644,7 @@ buildRegionsListResponse() {
 | 
|    buildCounterRegionsListResponse++;
 | 
|    if (buildCounterRegionsListResponse < 3) {
 | 
|      o.kind = "foo";
 | 
| -    o.regions = buildUnnamed2239();
 | 
| +    o.regions = buildUnnamed2344();
 | 
|    }
 | 
|    buildCounterRegionsListResponse--;
 | 
|    return o;
 | 
| @@ -6654,7 +6654,7 @@ checkRegionsListResponse(api.RegionsListResponse o) {
 | 
|    buildCounterRegionsListResponse++;
 | 
|    if (buildCounterRegionsListResponse < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed2239(o.regions);
 | 
| +    checkUnnamed2344(o.regions);
 | 
|    }
 | 
|    buildCounterRegionsListResponse--;
 | 
|  }
 | 
| @@ -6702,27 +6702,27 @@ checkRemarketingList(api.RemarketingList o) {
 | 
|    buildCounterRemarketingList--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2240() {
 | 
| +buildUnnamed2345() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2240(core.List<core.String> o) {
 | 
| +checkUnnamed2345(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2241() {
 | 
| +buildUnnamed2346() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2241(core.List<core.String> o) {
 | 
| +checkUnnamed2346(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
| @@ -6735,8 +6735,8 @@ buildRemarketingListShare() {
 | 
|    if (buildCounterRemarketingListShare < 3) {
 | 
|      o.kind = "foo";
 | 
|      o.remarketingListId = "foo";
 | 
| -    o.sharedAccountIds = buildUnnamed2240();
 | 
| -    o.sharedAdvertiserIds = buildUnnamed2241();
 | 
| +    o.sharedAccountIds = buildUnnamed2345();
 | 
| +    o.sharedAdvertiserIds = buildUnnamed2346();
 | 
|    }
 | 
|    buildCounterRemarketingListShare--;
 | 
|    return o;
 | 
| @@ -6747,20 +6747,20 @@ checkRemarketingListShare(api.RemarketingListShare o) {
 | 
|    if (buildCounterRemarketingListShare < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.remarketingListId, unittest.equals('foo'));
 | 
| -    checkUnnamed2240(o.sharedAccountIds);
 | 
| -    checkUnnamed2241(o.sharedAdvertiserIds);
 | 
| +    checkUnnamed2345(o.sharedAccountIds);
 | 
| +    checkUnnamed2346(o.sharedAdvertiserIds);
 | 
|    }
 | 
|    buildCounterRemarketingListShare--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2242() {
 | 
| +buildUnnamed2347() {
 | 
|    var o = new core.List<api.RemarketingList>();
 | 
|    o.add(buildRemarketingList());
 | 
|    o.add(buildRemarketingList());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2242(core.List<api.RemarketingList> o) {
 | 
| +checkUnnamed2347(core.List<api.RemarketingList> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkRemarketingList(o[0]);
 | 
|    checkRemarketingList(o[1]);
 | 
| @@ -6773,7 +6773,7 @@ buildRemarketingListsListResponse() {
 | 
|    if (buildCounterRemarketingListsListResponse < 3) {
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
| -    o.remarketingLists = buildUnnamed2242();
 | 
| +    o.remarketingLists = buildUnnamed2347();
 | 
|    }
 | 
|    buildCounterRemarketingListsListResponse--;
 | 
|    return o;
 | 
| @@ -6784,45 +6784,45 @@ checkRemarketingListsListResponse(api.RemarketingListsListResponse o) {
 | 
|    if (buildCounterRemarketingListsListResponse < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
| -    checkUnnamed2242(o.remarketingLists);
 | 
| +    checkUnnamed2347(o.remarketingLists);
 | 
|    }
 | 
|    buildCounterRemarketingListsListResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2243() {
 | 
| +buildUnnamed2348() {
 | 
|    var o = new core.List<api.DimensionValue>();
 | 
|    o.add(buildDimensionValue());
 | 
|    o.add(buildDimensionValue());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2243(core.List<api.DimensionValue> o) {
 | 
| +checkUnnamed2348(core.List<api.DimensionValue> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkDimensionValue(o[0]);
 | 
|    checkDimensionValue(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2244() {
 | 
| +buildUnnamed2349() {
 | 
|    var o = new core.List<api.SortedDimension>();
 | 
|    o.add(buildSortedDimension());
 | 
|    o.add(buildSortedDimension());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2244(core.List<api.SortedDimension> o) {
 | 
| +checkUnnamed2349(core.List<api.SortedDimension> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkSortedDimension(o[0]);
 | 
|    checkSortedDimension(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2245() {
 | 
| +buildUnnamed2350() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2245(core.List<core.String> o) {
 | 
| +checkUnnamed2350(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
| @@ -6836,9 +6836,9 @@ buildReportCriteria() {
 | 
|      o.activities = buildActivities();
 | 
|      o.customRichMediaEvents = buildCustomRichMediaEvents();
 | 
|      o.dateRange = buildDateRange();
 | 
| -    o.dimensionFilters = buildUnnamed2243();
 | 
| -    o.dimensions = buildUnnamed2244();
 | 
| -    o.metricNames = buildUnnamed2245();
 | 
| +    o.dimensionFilters = buildUnnamed2348();
 | 
| +    o.dimensions = buildUnnamed2349();
 | 
| +    o.metricNames = buildUnnamed2350();
 | 
|    }
 | 
|    buildCounterReportCriteria--;
 | 
|    return o;
 | 
| @@ -6850,60 +6850,60 @@ checkReportCriteria(api.ReportCriteria o) {
 | 
|      checkActivities(o.activities);
 | 
|      checkCustomRichMediaEvents(o.customRichMediaEvents);
 | 
|      checkDateRange(o.dateRange);
 | 
| -    checkUnnamed2243(o.dimensionFilters);
 | 
| -    checkUnnamed2244(o.dimensions);
 | 
| -    checkUnnamed2245(o.metricNames);
 | 
| +    checkUnnamed2348(o.dimensionFilters);
 | 
| +    checkUnnamed2349(o.dimensions);
 | 
| +    checkUnnamed2350(o.metricNames);
 | 
|    }
 | 
|    buildCounterReportCriteria--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2246() {
 | 
| +buildUnnamed2351() {
 | 
|    var o = new core.List<api.SortedDimension>();
 | 
|    o.add(buildSortedDimension());
 | 
|    o.add(buildSortedDimension());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2246(core.List<api.SortedDimension> o) {
 | 
| +checkUnnamed2351(core.List<api.SortedDimension> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkSortedDimension(o[0]);
 | 
|    checkSortedDimension(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2247() {
 | 
| +buildUnnamed2352() {
 | 
|    var o = new core.List<api.DimensionValue>();
 | 
|    o.add(buildDimensionValue());
 | 
|    o.add(buildDimensionValue());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2247(core.List<api.DimensionValue> o) {
 | 
| +checkUnnamed2352(core.List<api.DimensionValue> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkDimensionValue(o[0]);
 | 
|    checkDimensionValue(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2248() {
 | 
| +buildUnnamed2353() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2248(core.List<core.String> o) {
 | 
| +checkUnnamed2353(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2249() {
 | 
| +buildUnnamed2354() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2249(core.List<core.String> o) {
 | 
| +checkUnnamed2354(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
| @@ -6914,12 +6914,12 @@ buildReportCrossDimensionReachCriteria() {
 | 
|    var o = new api.ReportCrossDimensionReachCriteria();
 | 
|    buildCounterReportCrossDimensionReachCriteria++;
 | 
|    if (buildCounterReportCrossDimensionReachCriteria < 3) {
 | 
| -    o.breakdown = buildUnnamed2246();
 | 
| +    o.breakdown = buildUnnamed2351();
 | 
|      o.dateRange = buildDateRange();
 | 
|      o.dimension = "foo";
 | 
| -    o.dimensionFilters = buildUnnamed2247();
 | 
| -    o.metricNames = buildUnnamed2248();
 | 
| -    o.overlapMetricNames = buildUnnamed2249();
 | 
| +    o.dimensionFilters = buildUnnamed2352();
 | 
| +    o.metricNames = buildUnnamed2353();
 | 
| +    o.overlapMetricNames = buildUnnamed2354();
 | 
|      o.pivoted = true;
 | 
|    }
 | 
|    buildCounterReportCrossDimensionReachCriteria--;
 | 
| @@ -6929,25 +6929,25 @@ buildReportCrossDimensionReachCriteria() {
 | 
|  checkReportCrossDimensionReachCriteria(api.ReportCrossDimensionReachCriteria o) {
 | 
|    buildCounterReportCrossDimensionReachCriteria++;
 | 
|    if (buildCounterReportCrossDimensionReachCriteria < 3) {
 | 
| -    checkUnnamed2246(o.breakdown);
 | 
| +    checkUnnamed2351(o.breakdown);
 | 
|      checkDateRange(o.dateRange);
 | 
|      unittest.expect(o.dimension, unittest.equals('foo'));
 | 
| -    checkUnnamed2247(o.dimensionFilters);
 | 
| -    checkUnnamed2248(o.metricNames);
 | 
| -    checkUnnamed2249(o.overlapMetricNames);
 | 
| +    checkUnnamed2352(o.dimensionFilters);
 | 
| +    checkUnnamed2353(o.metricNames);
 | 
| +    checkUnnamed2354(o.overlapMetricNames);
 | 
|      unittest.expect(o.pivoted, unittest.isTrue);
 | 
|    }
 | 
|    buildCounterReportCrossDimensionReachCriteria--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2250() {
 | 
| +buildUnnamed2355() {
 | 
|    var o = new core.List<api.Recipient>();
 | 
|    o.add(buildRecipient());
 | 
|    o.add(buildRecipient());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2250(core.List<api.Recipient> o) {
 | 
| +checkUnnamed2355(core.List<api.Recipient> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkRecipient(o[0]);
 | 
|    checkRecipient(o[1]);
 | 
| @@ -6961,7 +6961,7 @@ buildReportDelivery() {
 | 
|      o.emailOwner = true;
 | 
|      o.emailOwnerDeliveryType = "foo";
 | 
|      o.message = "foo";
 | 
| -    o.recipients = buildUnnamed2250();
 | 
| +    o.recipients = buildUnnamed2355();
 | 
|    }
 | 
|    buildCounterReportDelivery--;
 | 
|    return o;
 | 
| @@ -6973,58 +6973,58 @@ checkReportDelivery(api.ReportDelivery o) {
 | 
|      unittest.expect(o.emailOwner, unittest.isTrue);
 | 
|      unittest.expect(o.emailOwnerDeliveryType, unittest.equals('foo'));
 | 
|      unittest.expect(o.message, unittest.equals('foo'));
 | 
| -    checkUnnamed2250(o.recipients);
 | 
| +    checkUnnamed2355(o.recipients);
 | 
|    }
 | 
|    buildCounterReportDelivery--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2251() {
 | 
| +buildUnnamed2356() {
 | 
|    var o = new core.List<api.DimensionValue>();
 | 
|    o.add(buildDimensionValue());
 | 
|    o.add(buildDimensionValue());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2251(core.List<api.DimensionValue> o) {
 | 
| +checkUnnamed2356(core.List<api.DimensionValue> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkDimensionValue(o[0]);
 | 
|    checkDimensionValue(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2252() {
 | 
| +buildUnnamed2357() {
 | 
|    var o = new core.List<api.DimensionValue>();
 | 
|    o.add(buildDimensionValue());
 | 
|    o.add(buildDimensionValue());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2252(core.List<api.DimensionValue> o) {
 | 
| +checkUnnamed2357(core.List<api.DimensionValue> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkDimensionValue(o[0]);
 | 
|    checkDimensionValue(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2253() {
 | 
| +buildUnnamed2358() {
 | 
|    var o = new core.List<api.SortedDimension>();
 | 
|    o.add(buildSortedDimension());
 | 
|    o.add(buildSortedDimension());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2253(core.List<api.SortedDimension> o) {
 | 
| +checkUnnamed2358(core.List<api.SortedDimension> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkSortedDimension(o[0]);
 | 
|    checkSortedDimension(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2254() {
 | 
| +buildUnnamed2359() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2254(core.List<core.String> o) {
 | 
| +checkUnnamed2359(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
| @@ -7058,12 +7058,12 @@ buildReportFloodlightCriteria() {
 | 
|    var o = new api.ReportFloodlightCriteria();
 | 
|    buildCounterReportFloodlightCriteria++;
 | 
|    if (buildCounterReportFloodlightCriteria < 3) {
 | 
| -    o.customRichMediaEvents = buildUnnamed2251();
 | 
| +    o.customRichMediaEvents = buildUnnamed2356();
 | 
|      o.dateRange = buildDateRange();
 | 
| -    o.dimensionFilters = buildUnnamed2252();
 | 
| -    o.dimensions = buildUnnamed2253();
 | 
| +    o.dimensionFilters = buildUnnamed2357();
 | 
| +    o.dimensions = buildUnnamed2358();
 | 
|      o.floodlightConfigId = buildDimensionValue();
 | 
| -    o.metricNames = buildUnnamed2254();
 | 
| +    o.metricNames = buildUnnamed2359();
 | 
|      o.reportProperties = buildReportFloodlightCriteriaReportProperties();
 | 
|    }
 | 
|    buildCounterReportFloodlightCriteria--;
 | 
| @@ -7073,90 +7073,90 @@ buildReportFloodlightCriteria() {
 | 
|  checkReportFloodlightCriteria(api.ReportFloodlightCriteria o) {
 | 
|    buildCounterReportFloodlightCriteria++;
 | 
|    if (buildCounterReportFloodlightCriteria < 3) {
 | 
| -    checkUnnamed2251(o.customRichMediaEvents);
 | 
| +    checkUnnamed2356(o.customRichMediaEvents);
 | 
|      checkDateRange(o.dateRange);
 | 
| -    checkUnnamed2252(o.dimensionFilters);
 | 
| -    checkUnnamed2253(o.dimensions);
 | 
| +    checkUnnamed2357(o.dimensionFilters);
 | 
| +    checkUnnamed2358(o.dimensions);
 | 
|      checkDimensionValue(o.floodlightConfigId);
 | 
| -    checkUnnamed2254(o.metricNames);
 | 
| +    checkUnnamed2359(o.metricNames);
 | 
|      checkReportFloodlightCriteriaReportProperties(o.reportProperties);
 | 
|    }
 | 
|    buildCounterReportFloodlightCriteria--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2255() {
 | 
| +buildUnnamed2360() {
 | 
|    var o = new core.List<api.DimensionValue>();
 | 
|    o.add(buildDimensionValue());
 | 
|    o.add(buildDimensionValue());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2255(core.List<api.DimensionValue> o) {
 | 
| +checkUnnamed2360(core.List<api.DimensionValue> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkDimensionValue(o[0]);
 | 
|    checkDimensionValue(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2256() {
 | 
| +buildUnnamed2361() {
 | 
|    var o = new core.List<api.SortedDimension>();
 | 
|    o.add(buildSortedDimension());
 | 
|    o.add(buildSortedDimension());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2256(core.List<api.SortedDimension> o) {
 | 
| +checkUnnamed2361(core.List<api.SortedDimension> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkSortedDimension(o[0]);
 | 
|    checkSortedDimension(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2257() {
 | 
| +buildUnnamed2362() {
 | 
|    var o = new core.List<api.SortedDimension>();
 | 
|    o.add(buildSortedDimension());
 | 
|    o.add(buildSortedDimension());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2257(core.List<api.SortedDimension> o) {
 | 
| +checkUnnamed2362(core.List<api.SortedDimension> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkSortedDimension(o[0]);
 | 
|    checkSortedDimension(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2258() {
 | 
| +buildUnnamed2363() {
 | 
|    var o = new core.List<api.DimensionValue>();
 | 
|    o.add(buildDimensionValue());
 | 
|    o.add(buildDimensionValue());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2258(core.List<api.DimensionValue> o) {
 | 
| +checkUnnamed2363(core.List<api.DimensionValue> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkDimensionValue(o[0]);
 | 
|    checkDimensionValue(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2259() {
 | 
| +buildUnnamed2364() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2259(core.List<core.String> o) {
 | 
| +checkUnnamed2364(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2260() {
 | 
| +buildUnnamed2365() {
 | 
|    var o = new core.List<api.SortedDimension>();
 | 
|    o.add(buildSortedDimension());
 | 
|    o.add(buildSortedDimension());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2260(core.List<api.SortedDimension> o) {
 | 
| +checkUnnamed2365(core.List<api.SortedDimension> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkSortedDimension(o[0]);
 | 
|    checkSortedDimension(o[1]);
 | 
| @@ -7202,14 +7202,14 @@ buildReportPathToConversionCriteria() {
 | 
|    var o = new api.ReportPathToConversionCriteria();
 | 
|    buildCounterReportPathToConversionCriteria++;
 | 
|    if (buildCounterReportPathToConversionCriteria < 3) {
 | 
| -    o.activityFilters = buildUnnamed2255();
 | 
| -    o.conversionDimensions = buildUnnamed2256();
 | 
| -    o.customFloodlightVariables = buildUnnamed2257();
 | 
| -    o.customRichMediaEvents = buildUnnamed2258();
 | 
| +    o.activityFilters = buildUnnamed2360();
 | 
| +    o.conversionDimensions = buildUnnamed2361();
 | 
| +    o.customFloodlightVariables = buildUnnamed2362();
 | 
| +    o.customRichMediaEvents = buildUnnamed2363();
 | 
|      o.dateRange = buildDateRange();
 | 
|      o.floodlightConfigId = buildDimensionValue();
 | 
| -    o.metricNames = buildUnnamed2259();
 | 
| -    o.perInteractionDimensions = buildUnnamed2260();
 | 
| +    o.metricNames = buildUnnamed2364();
 | 
| +    o.perInteractionDimensions = buildUnnamed2365();
 | 
|      o.reportProperties = buildReportPathToConversionCriteriaReportProperties();
 | 
|    }
 | 
|    buildCounterReportPathToConversionCriteria--;
 | 
| @@ -7219,66 +7219,66 @@ buildReportPathToConversionCriteria() {
 | 
|  checkReportPathToConversionCriteria(api.ReportPathToConversionCriteria o) {
 | 
|    buildCounterReportPathToConversionCriteria++;
 | 
|    if (buildCounterReportPathToConversionCriteria < 3) {
 | 
| -    checkUnnamed2255(o.activityFilters);
 | 
| -    checkUnnamed2256(o.conversionDimensions);
 | 
| -    checkUnnamed2257(o.customFloodlightVariables);
 | 
| -    checkUnnamed2258(o.customRichMediaEvents);
 | 
| +    checkUnnamed2360(o.activityFilters);
 | 
| +    checkUnnamed2361(o.conversionDimensions);
 | 
| +    checkUnnamed2362(o.customFloodlightVariables);
 | 
| +    checkUnnamed2363(o.customRichMediaEvents);
 | 
|      checkDateRange(o.dateRange);
 | 
|      checkDimensionValue(o.floodlightConfigId);
 | 
| -    checkUnnamed2259(o.metricNames);
 | 
| -    checkUnnamed2260(o.perInteractionDimensions);
 | 
| +    checkUnnamed2364(o.metricNames);
 | 
| +    checkUnnamed2365(o.perInteractionDimensions);
 | 
|      checkReportPathToConversionCriteriaReportProperties(o.reportProperties);
 | 
|    }
 | 
|    buildCounterReportPathToConversionCriteria--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2261() {
 | 
| +buildUnnamed2366() {
 | 
|    var o = new core.List<api.DimensionValue>();
 | 
|    o.add(buildDimensionValue());
 | 
|    o.add(buildDimensionValue());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2261(core.List<api.DimensionValue> o) {
 | 
| +checkUnnamed2366(core.List<api.DimensionValue> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkDimensionValue(o[0]);
 | 
|    checkDimensionValue(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2262() {
 | 
| +buildUnnamed2367() {
 | 
|    var o = new core.List<api.SortedDimension>();
 | 
|    o.add(buildSortedDimension());
 | 
|    o.add(buildSortedDimension());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2262(core.List<api.SortedDimension> o) {
 | 
| +checkUnnamed2367(core.List<api.SortedDimension> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkSortedDimension(o[0]);
 | 
|    checkSortedDimension(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2263() {
 | 
| +buildUnnamed2368() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2263(core.List<core.String> o) {
 | 
| +checkUnnamed2368(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2264() {
 | 
| +buildUnnamed2369() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2264(core.List<core.String> o) {
 | 
| +checkUnnamed2369(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
| @@ -7292,11 +7292,11 @@ buildReportReachCriteria() {
 | 
|      o.activities = buildActivities();
 | 
|      o.customRichMediaEvents = buildCustomRichMediaEvents();
 | 
|      o.dateRange = buildDateRange();
 | 
| -    o.dimensionFilters = buildUnnamed2261();
 | 
| -    o.dimensions = buildUnnamed2262();
 | 
| +    o.dimensionFilters = buildUnnamed2366();
 | 
| +    o.dimensions = buildUnnamed2367();
 | 
|      o.enableAllDimensionCombinations = true;
 | 
| -    o.metricNames = buildUnnamed2263();
 | 
| -    o.reachByFrequencyMetricNames = buildUnnamed2264();
 | 
| +    o.metricNames = buildUnnamed2368();
 | 
| +    o.reachByFrequencyMetricNames = buildUnnamed2369();
 | 
|    }
 | 
|    buildCounterReportReachCriteria--;
 | 
|    return o;
 | 
| @@ -7308,23 +7308,23 @@ checkReportReachCriteria(api.ReportReachCriteria o) {
 | 
|      checkActivities(o.activities);
 | 
|      checkCustomRichMediaEvents(o.customRichMediaEvents);
 | 
|      checkDateRange(o.dateRange);
 | 
| -    checkUnnamed2261(o.dimensionFilters);
 | 
| -    checkUnnamed2262(o.dimensions);
 | 
| +    checkUnnamed2366(o.dimensionFilters);
 | 
| +    checkUnnamed2367(o.dimensions);
 | 
|      unittest.expect(o.enableAllDimensionCombinations, unittest.isTrue);
 | 
| -    checkUnnamed2263(o.metricNames);
 | 
| -    checkUnnamed2264(o.reachByFrequencyMetricNames);
 | 
| +    checkUnnamed2368(o.metricNames);
 | 
| +    checkUnnamed2369(o.reachByFrequencyMetricNames);
 | 
|    }
 | 
|    buildCounterReportReachCriteria--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2265() {
 | 
| +buildUnnamed2370() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2265(core.List<core.String> o) {
 | 
| +checkUnnamed2370(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
| @@ -7339,7 +7339,7 @@ buildReportSchedule() {
 | 
|      o.every = 42;
 | 
|      o.expirationDate = core.DateTime.parse("2002-02-27T14:01:02Z");
 | 
|      o.repeats = "foo";
 | 
| -    o.repeatsOnWeekDays = buildUnnamed2265();
 | 
| +    o.repeatsOnWeekDays = buildUnnamed2370();
 | 
|      o.runsOnDayOfMonth = "foo";
 | 
|      o.startDate = core.DateTime.parse("2002-02-27T14:01:02Z");
 | 
|    }
 | 
| @@ -7354,7 +7354,7 @@ checkReportSchedule(api.ReportSchedule o) {
 | 
|      unittest.expect(o.every, unittest.equals(42));
 | 
|      unittest.expect(o.expirationDate, unittest.equals(core.DateTime.parse("2002-02-27T00:00:00")));
 | 
|      unittest.expect(o.repeats, unittest.equals('foo'));
 | 
| -    checkUnnamed2265(o.repeatsOnWeekDays);
 | 
| +    checkUnnamed2370(o.repeatsOnWeekDays);
 | 
|      unittest.expect(o.runsOnDayOfMonth, unittest.equals('foo'));
 | 
|      unittest.expect(o.startDate, unittest.equals(core.DateTime.parse("2002-02-27T00:00:00")));
 | 
|    }
 | 
| @@ -7414,53 +7414,53 @@ checkReport(api.Report o) {
 | 
|    buildCounterReport--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2266() {
 | 
| +buildUnnamed2371() {
 | 
|    var o = new core.List<api.Dimension>();
 | 
|    o.add(buildDimension());
 | 
|    o.add(buildDimension());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2266(core.List<api.Dimension> o) {
 | 
| +checkUnnamed2371(core.List<api.Dimension> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkDimension(o[0]);
 | 
|    checkDimension(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2267() {
 | 
| +buildUnnamed2372() {
 | 
|    var o = new core.List<api.Dimension>();
 | 
|    o.add(buildDimension());
 | 
|    o.add(buildDimension());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2267(core.List<api.Dimension> o) {
 | 
| +checkUnnamed2372(core.List<api.Dimension> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkDimension(o[0]);
 | 
|    checkDimension(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2268() {
 | 
| +buildUnnamed2373() {
 | 
|    var o = new core.List<api.Metric>();
 | 
|    o.add(buildMetric());
 | 
|    o.add(buildMetric());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2268(core.List<api.Metric> o) {
 | 
| +checkUnnamed2373(core.List<api.Metric> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkMetric(o[0]);
 | 
|    checkMetric(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2269() {
 | 
| +buildUnnamed2374() {
 | 
|    var o = new core.List<api.Metric>();
 | 
|    o.add(buildMetric());
 | 
|    o.add(buildMetric());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2269(core.List<api.Metric> o) {
 | 
| +checkUnnamed2374(core.List<api.Metric> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkMetric(o[0]);
 | 
|    checkMetric(o[1]);
 | 
| @@ -7471,11 +7471,11 @@ buildReportCompatibleFields() {
 | 
|    var o = new api.ReportCompatibleFields();
 | 
|    buildCounterReportCompatibleFields++;
 | 
|    if (buildCounterReportCompatibleFields < 3) {
 | 
| -    o.dimensionFilters = buildUnnamed2266();
 | 
| -    o.dimensions = buildUnnamed2267();
 | 
| +    o.dimensionFilters = buildUnnamed2371();
 | 
| +    o.dimensions = buildUnnamed2372();
 | 
|      o.kind = "foo";
 | 
| -    o.metrics = buildUnnamed2268();
 | 
| -    o.pivotedActivityMetrics = buildUnnamed2269();
 | 
| +    o.metrics = buildUnnamed2373();
 | 
| +    o.pivotedActivityMetrics = buildUnnamed2374();
 | 
|    }
 | 
|    buildCounterReportCompatibleFields--;
 | 
|    return o;
 | 
| @@ -7484,23 +7484,23 @@ buildReportCompatibleFields() {
 | 
|  checkReportCompatibleFields(api.ReportCompatibleFields o) {
 | 
|    buildCounterReportCompatibleFields++;
 | 
|    if (buildCounterReportCompatibleFields < 3) {
 | 
| -    checkUnnamed2266(o.dimensionFilters);
 | 
| -    checkUnnamed2267(o.dimensions);
 | 
| +    checkUnnamed2371(o.dimensionFilters);
 | 
| +    checkUnnamed2372(o.dimensions);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed2268(o.metrics);
 | 
| -    checkUnnamed2269(o.pivotedActivityMetrics);
 | 
| +    checkUnnamed2373(o.metrics);
 | 
| +    checkUnnamed2374(o.pivotedActivityMetrics);
 | 
|    }
 | 
|    buildCounterReportCompatibleFields--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2270() {
 | 
| +buildUnnamed2375() {
 | 
|    var o = new core.List<api.Report>();
 | 
|    o.add(buildReport());
 | 
|    o.add(buildReport());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2270(core.List<api.Report> o) {
 | 
| +checkUnnamed2375(core.List<api.Report> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkReport(o[0]);
 | 
|    checkReport(o[1]);
 | 
| @@ -7512,7 +7512,7 @@ buildReportList() {
 | 
|    buildCounterReportList++;
 | 
|    if (buildCounterReportList < 3) {
 | 
|      o.etag = "foo";
 | 
| -    o.items = buildUnnamed2270();
 | 
| +    o.items = buildUnnamed2375();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
| @@ -7524,7 +7524,7 @@ checkReportList(api.ReportList o) {
 | 
|    buildCounterReportList++;
 | 
|    if (buildCounterReportList < 3) {
 | 
|      unittest.expect(o.etag, unittest.equals('foo'));
 | 
| -    checkUnnamed2270(o.items);
 | 
| +    checkUnnamed2375(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
| @@ -7600,14 +7600,14 @@ checkRule(api.Rule o) {
 | 
|    buildCounterRule--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2271() {
 | 
| +buildUnnamed2376() {
 | 
|    var o = new core.List<api.SiteContact>();
 | 
|    o.add(buildSiteContact());
 | 
|    o.add(buildSiteContact());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2271(core.List<api.SiteContact> o) {
 | 
| +checkUnnamed2376(core.List<api.SiteContact> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkSiteContact(o[0]);
 | 
|    checkSiteContact(o[1]);
 | 
| @@ -7627,7 +7627,7 @@ buildSite() {
 | 
|      o.keyName = "foo";
 | 
|      o.kind = "foo";
 | 
|      o.name = "foo";
 | 
| -    o.siteContacts = buildUnnamed2271();
 | 
| +    o.siteContacts = buildUnnamed2376();
 | 
|      o.siteSettings = buildSiteSettings();
 | 
|      o.subaccountId = "foo";
 | 
|    }
 | 
| @@ -7647,7 +7647,7 @@ checkSite(api.Site o) {
 | 
|      unittest.expect(o.keyName, unittest.equals('foo'));
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.name, unittest.equals('foo'));
 | 
| -    checkUnnamed2271(o.siteContacts);
 | 
| +    checkUnnamed2376(o.siteContacts);
 | 
|      checkSiteSettings(o.siteSettings);
 | 
|      unittest.expect(o.subaccountId, unittest.equals('foo'));
 | 
|    }
 | 
| @@ -7720,14 +7720,14 @@ checkSiteSettings(api.SiteSettings o) {
 | 
|    buildCounterSiteSettings--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2272() {
 | 
| +buildUnnamed2377() {
 | 
|    var o = new core.List<api.Site>();
 | 
|    o.add(buildSite());
 | 
|    o.add(buildSite());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2272(core.List<api.Site> o) {
 | 
| +checkUnnamed2377(core.List<api.Site> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkSite(o[0]);
 | 
|    checkSite(o[1]);
 | 
| @@ -7740,7 +7740,7 @@ buildSitesListResponse() {
 | 
|    if (buildCounterSitesListResponse < 3) {
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
| -    o.sites = buildUnnamed2272();
 | 
| +    o.sites = buildUnnamed2377();
 | 
|    }
 | 
|    buildCounterSitesListResponse--;
 | 
|    return o;
 | 
| @@ -7751,7 +7751,7 @@ checkSitesListResponse(api.SitesListResponse o) {
 | 
|    if (buildCounterSitesListResponse < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
| -    checkUnnamed2272(o.sites);
 | 
| +    checkUnnamed2377(o.sites);
 | 
|    }
 | 
|    buildCounterSitesListResponse--;
 | 
|  }
 | 
| @@ -7783,14 +7783,14 @@ checkSize(api.Size o) {
 | 
|    buildCounterSize--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2273() {
 | 
| +buildUnnamed2378() {
 | 
|    var o = new core.List<api.Size>();
 | 
|    o.add(buildSize());
 | 
|    o.add(buildSize());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2273(core.List<api.Size> o) {
 | 
| +checkUnnamed2378(core.List<api.Size> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkSize(o[0]);
 | 
|    checkSize(o[1]);
 | 
| @@ -7802,7 +7802,7 @@ buildSizesListResponse() {
 | 
|    buildCounterSizesListResponse++;
 | 
|    if (buildCounterSizesListResponse < 3) {
 | 
|      o.kind = "foo";
 | 
| -    o.sizes = buildUnnamed2273();
 | 
| +    o.sizes = buildUnnamed2378();
 | 
|    }
 | 
|    buildCounterSizesListResponse--;
 | 
|    return o;
 | 
| @@ -7812,7 +7812,7 @@ checkSizesListResponse(api.SizesListResponse o) {
 | 
|    buildCounterSizesListResponse++;
 | 
|    if (buildCounterSizesListResponse < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed2273(o.sizes);
 | 
| +    checkUnnamed2378(o.sizes);
 | 
|    }
 | 
|    buildCounterSizesListResponse--;
 | 
|  }
 | 
| @@ -7865,14 +7865,14 @@ checkSortedDimension(api.SortedDimension o) {
 | 
|    buildCounterSortedDimension--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2274() {
 | 
| +buildUnnamed2379() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2274(core.List<core.String> o) {
 | 
| +checkUnnamed2379(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
| @@ -7884,7 +7884,7 @@ buildSubaccount() {
 | 
|    buildCounterSubaccount++;
 | 
|    if (buildCounterSubaccount < 3) {
 | 
|      o.accountId = "foo";
 | 
| -    o.availablePermissionIds = buildUnnamed2274();
 | 
| +    o.availablePermissionIds = buildUnnamed2379();
 | 
|      o.id = "foo";
 | 
|      o.kind = "foo";
 | 
|      o.name = "foo";
 | 
| @@ -7897,7 +7897,7 @@ checkSubaccount(api.Subaccount o) {
 | 
|    buildCounterSubaccount++;
 | 
|    if (buildCounterSubaccount < 3) {
 | 
|      unittest.expect(o.accountId, unittest.equals('foo'));
 | 
| -    checkUnnamed2274(o.availablePermissionIds);
 | 
| +    checkUnnamed2379(o.availablePermissionIds);
 | 
|      unittest.expect(o.id, unittest.equals('foo'));
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.name, unittest.equals('foo'));
 | 
| @@ -7905,14 +7905,14 @@ checkSubaccount(api.Subaccount o) {
 | 
|    buildCounterSubaccount--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2275() {
 | 
| +buildUnnamed2380() {
 | 
|    var o = new core.List<api.Subaccount>();
 | 
|    o.add(buildSubaccount());
 | 
|    o.add(buildSubaccount());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2275(core.List<api.Subaccount> o) {
 | 
| +checkUnnamed2380(core.List<api.Subaccount> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkSubaccount(o[0]);
 | 
|    checkSubaccount(o[1]);
 | 
| @@ -7925,7 +7925,7 @@ buildSubaccountsListResponse() {
 | 
|    if (buildCounterSubaccountsListResponse < 3) {
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
| -    o.subaccounts = buildUnnamed2275();
 | 
| +    o.subaccounts = buildUnnamed2380();
 | 
|    }
 | 
|    buildCounterSubaccountsListResponse--;
 | 
|    return o;
 | 
| @@ -7936,7 +7936,7 @@ checkSubaccountsListResponse(api.SubaccountsListResponse o) {
 | 
|    if (buildCounterSubaccountsListResponse < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
| -    checkUnnamed2275(o.subaccounts);
 | 
| +    checkUnnamed2380(o.subaccounts);
 | 
|    }
 | 
|    buildCounterSubaccountsListResponse--;
 | 
|  }
 | 
| @@ -8076,14 +8076,14 @@ checkTargetableRemarketingList(api.TargetableRemarketingList o) {
 | 
|    buildCounterTargetableRemarketingList--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2276() {
 | 
| +buildUnnamed2381() {
 | 
|    var o = new core.List<api.TargetableRemarketingList>();
 | 
|    o.add(buildTargetableRemarketingList());
 | 
|    o.add(buildTargetableRemarketingList());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2276(core.List<api.TargetableRemarketingList> o) {
 | 
| +checkUnnamed2381(core.List<api.TargetableRemarketingList> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkTargetableRemarketingList(o[0]);
 | 
|    checkTargetableRemarketingList(o[1]);
 | 
| @@ -8096,7 +8096,7 @@ buildTargetableRemarketingListsListResponse() {
 | 
|    if (buildCounterTargetableRemarketingListsListResponse < 3) {
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
| -    o.targetableRemarketingLists = buildUnnamed2276();
 | 
| +    o.targetableRemarketingLists = buildUnnamed2381();
 | 
|    }
 | 
|    buildCounterTargetableRemarketingListsListResponse--;
 | 
|    return o;
 | 
| @@ -8107,7 +8107,7 @@ checkTargetableRemarketingListsListResponse(api.TargetableRemarketingListsListRe
 | 
|    if (buildCounterTargetableRemarketingListsListResponse < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
| -    checkUnnamed2276(o.targetableRemarketingLists);
 | 
| +    checkUnnamed2381(o.targetableRemarketingLists);
 | 
|    }
 | 
|    buildCounterTargetableRemarketingListsListResponse--;
 | 
|  }
 | 
| @@ -8155,14 +8155,14 @@ checkTargetingTemplate(api.TargetingTemplate o) {
 | 
|    buildCounterTargetingTemplate--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2277() {
 | 
| +buildUnnamed2382() {
 | 
|    var o = new core.List<api.TargetingTemplate>();
 | 
|    o.add(buildTargetingTemplate());
 | 
|    o.add(buildTargetingTemplate());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2277(core.List<api.TargetingTemplate> o) {
 | 
| +checkUnnamed2382(core.List<api.TargetingTemplate> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkTargetingTemplate(o[0]);
 | 
|    checkTargetingTemplate(o[1]);
 | 
| @@ -8175,7 +8175,7 @@ buildTargetingTemplatesListResponse() {
 | 
|    if (buildCounterTargetingTemplatesListResponse < 3) {
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
| -    o.targetingTemplates = buildUnnamed2277();
 | 
| +    o.targetingTemplates = buildUnnamed2382();
 | 
|    }
 | 
|    buildCounterTargetingTemplatesListResponse--;
 | 
|    return o;
 | 
| @@ -8186,84 +8186,84 @@ checkTargetingTemplatesListResponse(api.TargetingTemplatesListResponse o) {
 | 
|    if (buildCounterTargetingTemplatesListResponse < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
| -    checkUnnamed2277(o.targetingTemplates);
 | 
| +    checkUnnamed2382(o.targetingTemplates);
 | 
|    }
 | 
|    buildCounterTargetingTemplatesListResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2278() {
 | 
| +buildUnnamed2383() {
 | 
|    var o = new core.List<api.Browser>();
 | 
|    o.add(buildBrowser());
 | 
|    o.add(buildBrowser());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2278(core.List<api.Browser> o) {
 | 
| +checkUnnamed2383(core.List<api.Browser> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkBrowser(o[0]);
 | 
|    checkBrowser(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2279() {
 | 
| +buildUnnamed2384() {
 | 
|    var o = new core.List<api.ConnectionType>();
 | 
|    o.add(buildConnectionType());
 | 
|    o.add(buildConnectionType());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2279(core.List<api.ConnectionType> o) {
 | 
| +checkUnnamed2384(core.List<api.ConnectionType> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkConnectionType(o[0]);
 | 
|    checkConnectionType(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2280() {
 | 
| +buildUnnamed2385() {
 | 
|    var o = new core.List<api.MobileCarrier>();
 | 
|    o.add(buildMobileCarrier());
 | 
|    o.add(buildMobileCarrier());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2280(core.List<api.MobileCarrier> o) {
 | 
| +checkUnnamed2385(core.List<api.MobileCarrier> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkMobileCarrier(o[0]);
 | 
|    checkMobileCarrier(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2281() {
 | 
| +buildUnnamed2386() {
 | 
|    var o = new core.List<api.OperatingSystemVersion>();
 | 
|    o.add(buildOperatingSystemVersion());
 | 
|    o.add(buildOperatingSystemVersion());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2281(core.List<api.OperatingSystemVersion> o) {
 | 
| +checkUnnamed2386(core.List<api.OperatingSystemVersion> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkOperatingSystemVersion(o[0]);
 | 
|    checkOperatingSystemVersion(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2282() {
 | 
| +buildUnnamed2387() {
 | 
|    var o = new core.List<api.OperatingSystem>();
 | 
|    o.add(buildOperatingSystem());
 | 
|    o.add(buildOperatingSystem());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2282(core.List<api.OperatingSystem> o) {
 | 
| +checkUnnamed2387(core.List<api.OperatingSystem> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkOperatingSystem(o[0]);
 | 
|    checkOperatingSystem(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2283() {
 | 
| +buildUnnamed2388() {
 | 
|    var o = new core.List<api.PlatformType>();
 | 
|    o.add(buildPlatformType());
 | 
|    o.add(buildPlatformType());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2283(core.List<api.PlatformType> o) {
 | 
| +checkUnnamed2388(core.List<api.PlatformType> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkPlatformType(o[0]);
 | 
|    checkPlatformType(o[1]);
 | 
| @@ -8274,12 +8274,12 @@ buildTechnologyTargeting() {
 | 
|    var o = new api.TechnologyTargeting();
 | 
|    buildCounterTechnologyTargeting++;
 | 
|    if (buildCounterTechnologyTargeting < 3) {
 | 
| -    o.browsers = buildUnnamed2278();
 | 
| -    o.connectionTypes = buildUnnamed2279();
 | 
| -    o.mobileCarriers = buildUnnamed2280();
 | 
| -    o.operatingSystemVersions = buildUnnamed2281();
 | 
| -    o.operatingSystems = buildUnnamed2282();
 | 
| -    o.platformTypes = buildUnnamed2283();
 | 
| +    o.browsers = buildUnnamed2383();
 | 
| +    o.connectionTypes = buildUnnamed2384();
 | 
| +    o.mobileCarriers = buildUnnamed2385();
 | 
| +    o.operatingSystemVersions = buildUnnamed2386();
 | 
| +    o.operatingSystems = buildUnnamed2387();
 | 
| +    o.platformTypes = buildUnnamed2388();
 | 
|    }
 | 
|    buildCounterTechnologyTargeting--;
 | 
|    return o;
 | 
| @@ -8288,12 +8288,12 @@ buildTechnologyTargeting() {
 | 
|  checkTechnologyTargeting(api.TechnologyTargeting o) {
 | 
|    buildCounterTechnologyTargeting++;
 | 
|    if (buildCounterTechnologyTargeting < 3) {
 | 
| -    checkUnnamed2278(o.browsers);
 | 
| -    checkUnnamed2279(o.connectionTypes);
 | 
| -    checkUnnamed2280(o.mobileCarriers);
 | 
| -    checkUnnamed2281(o.operatingSystemVersions);
 | 
| -    checkUnnamed2282(o.operatingSystems);
 | 
| -    checkUnnamed2283(o.platformTypes);
 | 
| +    checkUnnamed2383(o.browsers);
 | 
| +    checkUnnamed2384(o.connectionTypes);
 | 
| +    checkUnnamed2385(o.mobileCarriers);
 | 
| +    checkUnnamed2386(o.operatingSystemVersions);
 | 
| +    checkUnnamed2387(o.operatingSystems);
 | 
| +    checkUnnamed2388(o.platformTypes);
 | 
|    }
 | 
|    buildCounterTechnologyTargeting--;
 | 
|  }
 | 
| @@ -8340,14 +8340,14 @@ checkThirdPartyTrackingUrl(api.ThirdPartyTrackingUrl o) {
 | 
|    buildCounterThirdPartyTrackingUrl--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2284() {
 | 
| +buildUnnamed2389() {
 | 
|    var o = new core.List<core.int>();
 | 
|    o.add(42);
 | 
|    o.add(42);
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2284(core.List<core.int> o) {
 | 
| +checkUnnamed2389(core.List<core.int> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals(42));
 | 
|    unittest.expect(o[1], unittest.equals(42));
 | 
| @@ -8358,7 +8358,7 @@ buildTranscodeSetting() {
 | 
|    var o = new api.TranscodeSetting();
 | 
|    buildCounterTranscodeSetting++;
 | 
|    if (buildCounterTranscodeSetting < 3) {
 | 
| -    o.enabledVideoFormats = buildUnnamed2284();
 | 
| +    o.enabledVideoFormats = buildUnnamed2389();
 | 
|      o.kind = "foo";
 | 
|    }
 | 
|    buildCounterTranscodeSetting--;
 | 
| @@ -8368,7 +8368,7 @@ buildTranscodeSetting() {
 | 
|  checkTranscodeSetting(api.TranscodeSetting o) {
 | 
|    buildCounterTranscodeSetting++;
 | 
|    if (buildCounterTranscodeSetting < 3) {
 | 
| -    checkUnnamed2284(o.enabledVideoFormats);
 | 
| +    checkUnnamed2389(o.enabledVideoFormats);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterTranscodeSetting--;
 | 
| @@ -8430,14 +8430,14 @@ checkUserProfile(api.UserProfile o) {
 | 
|    buildCounterUserProfile--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2285() {
 | 
| +buildUnnamed2390() {
 | 
|    var o = new core.List<api.UserProfile>();
 | 
|    o.add(buildUserProfile());
 | 
|    o.add(buildUserProfile());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2285(core.List<api.UserProfile> o) {
 | 
| +checkUnnamed2390(core.List<api.UserProfile> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkUserProfile(o[0]);
 | 
|    checkUserProfile(o[1]);
 | 
| @@ -8449,7 +8449,7 @@ buildUserProfileList() {
 | 
|    buildCounterUserProfileList++;
 | 
|    if (buildCounterUserProfileList < 3) {
 | 
|      o.etag = "foo";
 | 
| -    o.items = buildUnnamed2285();
 | 
| +    o.items = buildUnnamed2390();
 | 
|      o.kind = "foo";
 | 
|    }
 | 
|    buildCounterUserProfileList--;
 | 
| @@ -8460,20 +8460,20 @@ checkUserProfileList(api.UserProfileList o) {
 | 
|    buildCounterUserProfileList++;
 | 
|    if (buildCounterUserProfileList < 3) {
 | 
|      unittest.expect(o.etag, unittest.equals('foo'));
 | 
| -    checkUnnamed2285(o.items);
 | 
| +    checkUnnamed2390(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterUserProfileList--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2286() {
 | 
| +buildUnnamed2391() {
 | 
|    var o = new core.List<api.UserRolePermission>();
 | 
|    o.add(buildUserRolePermission());
 | 
|    o.add(buildUserRolePermission());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2286(core.List<api.UserRolePermission> o) {
 | 
| +checkUnnamed2391(core.List<api.UserRolePermission> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkUserRolePermission(o[0]);
 | 
|    checkUserRolePermission(o[1]);
 | 
| @@ -8490,7 +8490,7 @@ buildUserRole() {
 | 
|      o.kind = "foo";
 | 
|      o.name = "foo";
 | 
|      o.parentUserRoleId = "foo";
 | 
| -    o.permissions = buildUnnamed2286();
 | 
| +    o.permissions = buildUnnamed2391();
 | 
|      o.subaccountId = "foo";
 | 
|    }
 | 
|    buildCounterUserRole--;
 | 
| @@ -8506,7 +8506,7 @@ checkUserRole(api.UserRole o) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.name, unittest.equals('foo'));
 | 
|      unittest.expect(o.parentUserRoleId, unittest.equals('foo'));
 | 
| -    checkUnnamed2286(o.permissions);
 | 
| +    checkUnnamed2391(o.permissions);
 | 
|      unittest.expect(o.subaccountId, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterUserRole--;
 | 
| @@ -8562,14 +8562,14 @@ checkUserRolePermissionGroup(api.UserRolePermissionGroup o) {
 | 
|    buildCounterUserRolePermissionGroup--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2287() {
 | 
| +buildUnnamed2392() {
 | 
|    var o = new core.List<api.UserRolePermissionGroup>();
 | 
|    o.add(buildUserRolePermissionGroup());
 | 
|    o.add(buildUserRolePermissionGroup());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2287(core.List<api.UserRolePermissionGroup> o) {
 | 
| +checkUnnamed2392(core.List<api.UserRolePermissionGroup> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkUserRolePermissionGroup(o[0]);
 | 
|    checkUserRolePermissionGroup(o[1]);
 | 
| @@ -8581,7 +8581,7 @@ buildUserRolePermissionGroupsListResponse() {
 | 
|    buildCounterUserRolePermissionGroupsListResponse++;
 | 
|    if (buildCounterUserRolePermissionGroupsListResponse < 3) {
 | 
|      o.kind = "foo";
 | 
| -    o.userRolePermissionGroups = buildUnnamed2287();
 | 
| +    o.userRolePermissionGroups = buildUnnamed2392();
 | 
|    }
 | 
|    buildCounterUserRolePermissionGroupsListResponse--;
 | 
|    return o;
 | 
| @@ -8591,19 +8591,19 @@ checkUserRolePermissionGroupsListResponse(api.UserRolePermissionGroupsListRespon
 | 
|    buildCounterUserRolePermissionGroupsListResponse++;
 | 
|    if (buildCounterUserRolePermissionGroupsListResponse < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed2287(o.userRolePermissionGroups);
 | 
| +    checkUnnamed2392(o.userRolePermissionGroups);
 | 
|    }
 | 
|    buildCounterUserRolePermissionGroupsListResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2288() {
 | 
| +buildUnnamed2393() {
 | 
|    var o = new core.List<api.UserRolePermission>();
 | 
|    o.add(buildUserRolePermission());
 | 
|    o.add(buildUserRolePermission());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2288(core.List<api.UserRolePermission> o) {
 | 
| +checkUnnamed2393(core.List<api.UserRolePermission> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkUserRolePermission(o[0]);
 | 
|    checkUserRolePermission(o[1]);
 | 
| @@ -8615,7 +8615,7 @@ buildUserRolePermissionsListResponse() {
 | 
|    buildCounterUserRolePermissionsListResponse++;
 | 
|    if (buildCounterUserRolePermissionsListResponse < 3) {
 | 
|      o.kind = "foo";
 | 
| -    o.userRolePermissions = buildUnnamed2288();
 | 
| +    o.userRolePermissions = buildUnnamed2393();
 | 
|    }
 | 
|    buildCounterUserRolePermissionsListResponse--;
 | 
|    return o;
 | 
| @@ -8625,19 +8625,19 @@ checkUserRolePermissionsListResponse(api.UserRolePermissionsListResponse o) {
 | 
|    buildCounterUserRolePermissionsListResponse++;
 | 
|    if (buildCounterUserRolePermissionsListResponse < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed2288(o.userRolePermissions);
 | 
| +    checkUnnamed2393(o.userRolePermissions);
 | 
|    }
 | 
|    buildCounterUserRolePermissionsListResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2289() {
 | 
| +buildUnnamed2394() {
 | 
|    var o = new core.List<api.UserRole>();
 | 
|    o.add(buildUserRole());
 | 
|    o.add(buildUserRole());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2289(core.List<api.UserRole> o) {
 | 
| +checkUnnamed2394(core.List<api.UserRole> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkUserRole(o[0]);
 | 
|    checkUserRole(o[1]);
 | 
| @@ -8650,7 +8650,7 @@ buildUserRolesListResponse() {
 | 
|    if (buildCounterUserRolesListResponse < 3) {
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
| -    o.userRoles = buildUnnamed2289();
 | 
| +    o.userRoles = buildUnnamed2394();
 | 
|    }
 | 
|    buildCounterUserRolesListResponse--;
 | 
|    return o;
 | 
| @@ -8661,7 +8661,7 @@ checkUserRolesListResponse(api.UserRolesListResponse o) {
 | 
|    if (buildCounterUserRolesListResponse < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
| -    checkUnnamed2289(o.userRoles);
 | 
| +    checkUnnamed2394(o.userRoles);
 | 
|    }
 | 
|    buildCounterUserRolesListResponse--;
 | 
|  }
 | 
| @@ -8693,14 +8693,14 @@ checkVideoFormat(api.VideoFormat o) {
 | 
|    buildCounterVideoFormat--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2290() {
 | 
| +buildUnnamed2395() {
 | 
|    var o = new core.List<api.VideoFormat>();
 | 
|    o.add(buildVideoFormat());
 | 
|    o.add(buildVideoFormat());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2290(core.List<api.VideoFormat> o) {
 | 
| +checkUnnamed2395(core.List<api.VideoFormat> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkVideoFormat(o[0]);
 | 
|    checkVideoFormat(o[1]);
 | 
| @@ -8712,7 +8712,7 @@ buildVideoFormatsListResponse() {
 | 
|    buildCounterVideoFormatsListResponse++;
 | 
|    if (buildCounterVideoFormatsListResponse < 3) {
 | 
|      o.kind = "foo";
 | 
| -    o.videoFormats = buildUnnamed2290();
 | 
| +    o.videoFormats = buildUnnamed2395();
 | 
|    }
 | 
|    buildCounterVideoFormatsListResponse--;
 | 
|    return o;
 | 
| @@ -8722,7 +8722,7 @@ checkVideoFormatsListResponse(api.VideoFormatsListResponse o) {
 | 
|    buildCounterVideoFormatsListResponse++;
 | 
|    if (buildCounterVideoFormatsListResponse < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed2290(o.videoFormats);
 | 
| +    checkUnnamed2395(o.videoFormats);
 | 
|    }
 | 
|    buildCounterVideoFormatsListResponse--;
 | 
|  }
 | 
| @@ -8773,1145 +8773,1145 @@ checkVideoSettings(api.VideoSettings o) {
 | 
|    buildCounterVideoSettings--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2291() {
 | 
| +buildUnnamed2396() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2291(core.List<core.String> o) {
 | 
| +checkUnnamed2396(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2292() {
 | 
| +buildUnnamed2397() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2292(core.List<core.String> o) {
 | 
| +checkUnnamed2397(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2293() {
 | 
| +buildUnnamed2398() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2293(core.List<core.String> o) {
 | 
| +checkUnnamed2398(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2294() {
 | 
| +buildUnnamed2399() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2294(core.List<core.String> o) {
 | 
| +checkUnnamed2399(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2295() {
 | 
| +buildUnnamed2400() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2295(core.List<core.String> o) {
 | 
| +checkUnnamed2400(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2296() {
 | 
| +buildUnnamed2401() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2296(core.List<core.String> o) {
 | 
| +checkUnnamed2401(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2297() {
 | 
| +buildUnnamed2402() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2297(core.List<core.String> o) {
 | 
| +checkUnnamed2402(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2298() {
 | 
| +buildUnnamed2403() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2298(core.List<core.String> o) {
 | 
| +checkUnnamed2403(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2299() {
 | 
| +buildUnnamed2404() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2299(core.List<core.String> o) {
 | 
| +checkUnnamed2404(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2300() {
 | 
| +buildUnnamed2405() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2300(core.List<core.String> o) {
 | 
| +checkUnnamed2405(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2301() {
 | 
| +buildUnnamed2406() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2301(core.List<core.String> o) {
 | 
| +checkUnnamed2406(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2302() {
 | 
| +buildUnnamed2407() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2302(core.List<core.String> o) {
 | 
| +checkUnnamed2407(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2303() {
 | 
| +buildUnnamed2408() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2303(core.List<core.String> o) {
 | 
| +checkUnnamed2408(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2304() {
 | 
| +buildUnnamed2409() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2304(core.List<core.String> o) {
 | 
| +checkUnnamed2409(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2305() {
 | 
| +buildUnnamed2410() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2305(core.List<core.String> o) {
 | 
| +checkUnnamed2410(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2306() {
 | 
| +buildUnnamed2411() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2306(core.List<core.String> o) {
 | 
| +checkUnnamed2411(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2307() {
 | 
| +buildUnnamed2412() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2307(core.List<core.String> o) {
 | 
| +checkUnnamed2412(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2308() {
 | 
| +buildUnnamed2413() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2308(core.List<core.String> o) {
 | 
| +checkUnnamed2413(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2309() {
 | 
| +buildUnnamed2414() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2309(core.List<core.String> o) {
 | 
| +checkUnnamed2414(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2310() {
 | 
| +buildUnnamed2415() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2310(core.List<core.String> o) {
 | 
| +checkUnnamed2415(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2311() {
 | 
| +buildUnnamed2416() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2311(core.List<core.String> o) {
 | 
| +checkUnnamed2416(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2312() {
 | 
| +buildUnnamed2417() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2312(core.List<core.String> o) {
 | 
| +checkUnnamed2417(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2313() {
 | 
| +buildUnnamed2418() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2313(core.List<core.String> o) {
 | 
| +checkUnnamed2418(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2314() {
 | 
| +buildUnnamed2419() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2314(core.List<core.String> o) {
 | 
| +checkUnnamed2419(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2315() {
 | 
| +buildUnnamed2420() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2315(core.List<core.String> o) {
 | 
| +checkUnnamed2420(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2316() {
 | 
| +buildUnnamed2421() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2316(core.List<core.String> o) {
 | 
| +checkUnnamed2421(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2317() {
 | 
| +buildUnnamed2422() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2317(core.List<core.String> o) {
 | 
| +checkUnnamed2422(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2318() {
 | 
| +buildUnnamed2423() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2318(core.List<core.String> o) {
 | 
| +checkUnnamed2423(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2319() {
 | 
| +buildUnnamed2424() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2319(core.List<core.String> o) {
 | 
| +checkUnnamed2424(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2320() {
 | 
| +buildUnnamed2425() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2320(core.List<core.String> o) {
 | 
| +checkUnnamed2425(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2321() {
 | 
| +buildUnnamed2426() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2321(core.List<core.String> o) {
 | 
| +checkUnnamed2426(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2322() {
 | 
| +buildUnnamed2427() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2322(core.List<core.String> o) {
 | 
| +checkUnnamed2427(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2323() {
 | 
| +buildUnnamed2428() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2323(core.List<core.String> o) {
 | 
| +checkUnnamed2428(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2324() {
 | 
| +buildUnnamed2429() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2324(core.List<core.String> o) {
 | 
| +checkUnnamed2429(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2325() {
 | 
| +buildUnnamed2430() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2325(core.List<core.String> o) {
 | 
| +checkUnnamed2430(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2326() {
 | 
| +buildUnnamed2431() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2326(core.List<core.String> o) {
 | 
| +checkUnnamed2431(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2327() {
 | 
| +buildUnnamed2432() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2327(core.List<core.String> o) {
 | 
| +checkUnnamed2432(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2328() {
 | 
| +buildUnnamed2433() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2328(core.List<core.String> o) {
 | 
| +checkUnnamed2433(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2329() {
 | 
| +buildUnnamed2434() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2329(core.List<core.String> o) {
 | 
| +checkUnnamed2434(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2330() {
 | 
| +buildUnnamed2435() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2330(core.List<core.String> o) {
 | 
| +checkUnnamed2435(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2331() {
 | 
| +buildUnnamed2436() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2331(core.List<core.String> o) {
 | 
| +checkUnnamed2436(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2332() {
 | 
| +buildUnnamed2437() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2332(core.List<core.String> o) {
 | 
| +checkUnnamed2437(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2333() {
 | 
| +buildUnnamed2438() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2333(core.List<core.String> o) {
 | 
| +checkUnnamed2438(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2334() {
 | 
| +buildUnnamed2439() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2334(core.List<core.String> o) {
 | 
| +checkUnnamed2439(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2335() {
 | 
| +buildUnnamed2440() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2335(core.List<core.String> o) {
 | 
| +checkUnnamed2440(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2336() {
 | 
| +buildUnnamed2441() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2336(core.List<core.String> o) {
 | 
| +checkUnnamed2441(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2337() {
 | 
| +buildUnnamed2442() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2337(core.List<core.String> o) {
 | 
| +checkUnnamed2442(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2338() {
 | 
| +buildUnnamed2443() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2338(core.List<core.String> o) {
 | 
| +checkUnnamed2443(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2339() {
 | 
| +buildUnnamed2444() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2339(core.List<core.String> o) {
 | 
| +checkUnnamed2444(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2340() {
 | 
| +buildUnnamed2445() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2340(core.List<core.String> o) {
 | 
| +checkUnnamed2445(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2341() {
 | 
| +buildUnnamed2446() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2341(core.List<core.String> o) {
 | 
| +checkUnnamed2446(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2342() {
 | 
| +buildUnnamed2447() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2342(core.List<core.String> o) {
 | 
| +checkUnnamed2447(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2343() {
 | 
| +buildUnnamed2448() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2343(core.List<core.String> o) {
 | 
| +checkUnnamed2448(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2344() {
 | 
| +buildUnnamed2449() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2344(core.List<core.String> o) {
 | 
| +checkUnnamed2449(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2345() {
 | 
| +buildUnnamed2450() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2345(core.List<core.String> o) {
 | 
| +checkUnnamed2450(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2346() {
 | 
| +buildUnnamed2451() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2346(core.List<core.String> o) {
 | 
| +checkUnnamed2451(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2347() {
 | 
| +buildUnnamed2452() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2347(core.List<core.String> o) {
 | 
| +checkUnnamed2452(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2348() {
 | 
| +buildUnnamed2453() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2348(core.List<core.String> o) {
 | 
| +checkUnnamed2453(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2349() {
 | 
| +buildUnnamed2454() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2349(core.List<core.String> o) {
 | 
| +checkUnnamed2454(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2350() {
 | 
| +buildUnnamed2455() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2350(core.List<core.String> o) {
 | 
| +checkUnnamed2455(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2351() {
 | 
| +buildUnnamed2456() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2351(core.List<core.String> o) {
 | 
| +checkUnnamed2456(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2352() {
 | 
| +buildUnnamed2457() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2352(core.List<core.String> o) {
 | 
| +checkUnnamed2457(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2353() {
 | 
| +buildUnnamed2458() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2353(core.List<core.String> o) {
 | 
| +checkUnnamed2458(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2354() {
 | 
| +buildUnnamed2459() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2354(core.List<core.String> o) {
 | 
| +checkUnnamed2459(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2355() {
 | 
| +buildUnnamed2460() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2355(core.List<core.String> o) {
 | 
| +checkUnnamed2460(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2356() {
 | 
| +buildUnnamed2461() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2356(core.List<core.String> o) {
 | 
| +checkUnnamed2461(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2357() {
 | 
| +buildUnnamed2462() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2357(core.List<core.String> o) {
 | 
| +checkUnnamed2462(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2358() {
 | 
| +buildUnnamed2463() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2358(core.List<core.String> o) {
 | 
| +checkUnnamed2463(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2359() {
 | 
| +buildUnnamed2464() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2359(core.List<core.String> o) {
 | 
| +checkUnnamed2464(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2360() {
 | 
| +buildUnnamed2465() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2360(core.List<core.String> o) {
 | 
| +checkUnnamed2465(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2361() {
 | 
| +buildUnnamed2466() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2361(core.List<core.String> o) {
 | 
| +checkUnnamed2466(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2362() {
 | 
| +buildUnnamed2467() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2362(core.List<core.String> o) {
 | 
| +checkUnnamed2467(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2363() {
 | 
| +buildUnnamed2468() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2363(core.List<core.String> o) {
 | 
| +checkUnnamed2468(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2364() {
 | 
| +buildUnnamed2469() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2364(core.List<core.String> o) {
 | 
| +checkUnnamed2469(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2365() {
 | 
| +buildUnnamed2470() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2365(core.List<core.String> o) {
 | 
| +checkUnnamed2470(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2366() {
 | 
| +buildUnnamed2471() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2366(core.List<core.String> o) {
 | 
| +checkUnnamed2471(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2367() {
 | 
| +buildUnnamed2472() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2367(core.List<core.String> o) {
 | 
| +checkUnnamed2472(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2368() {
 | 
| +buildUnnamed2473() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2368(core.List<core.String> o) {
 | 
| +checkUnnamed2473(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2369() {
 | 
| +buildUnnamed2474() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2369(core.List<core.String> o) {
 | 
| +checkUnnamed2474(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2370() {
 | 
| +buildUnnamed2475() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2370(core.List<core.String> o) {
 | 
| +checkUnnamed2475(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2371() {
 | 
| +buildUnnamed2476() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2371(core.List<core.String> o) {
 | 
| +checkUnnamed2476(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2372() {
 | 
| +buildUnnamed2477() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2372(core.List<core.String> o) {
 | 
| +checkUnnamed2477(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2373() {
 | 
| +buildUnnamed2478() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2373(core.List<core.String> o) {
 | 
| +checkUnnamed2478(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2374() {
 | 
| +buildUnnamed2479() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2374(core.List<core.String> o) {
 | 
| +checkUnnamed2479(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2375() {
 | 
| +buildUnnamed2480() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2375(core.List<core.String> o) {
 | 
| +checkUnnamed2480(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2376() {
 | 
| +buildUnnamed2481() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2376(core.List<core.String> o) {
 | 
| +checkUnnamed2481(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2377() {
 | 
| +buildUnnamed2482() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2377(core.List<core.String> o) {
 | 
| +checkUnnamed2482(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2378() {
 | 
| +buildUnnamed2483() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2378(core.List<core.String> o) {
 | 
| +checkUnnamed2483(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
| @@ -12273,7 +12273,7 @@ main() {
 | 
|        api.AccountUserProfilesResourceApi res = new api.DfareportingApi(mock).accountUserProfiles;
 | 
|        var arg_profileId = "foo";
 | 
|        var arg_active = true;
 | 
| -      var arg_ids = buildUnnamed2291();
 | 
| +      var arg_ids = buildUnnamed2396();
 | 
|        var arg_maxResults = 42;
 | 
|        var arg_pageToken = "foo";
 | 
|        var arg_searchString = "foo";
 | 
| @@ -12521,7 +12521,7 @@ main() {
 | 
|        api.AccountsResourceApi res = new api.DfareportingApi(mock).accounts;
 | 
|        var arg_profileId = "foo";
 | 
|        var arg_active = true;
 | 
| -      var arg_ids = buildUnnamed2292();
 | 
| +      var arg_ids = buildUnnamed2397();
 | 
|        var arg_maxResults = 42;
 | 
|        var arg_pageToken = "foo";
 | 
|        var arg_searchString = "foo";
 | 
| @@ -12824,26 +12824,26 @@ main() {
 | 
|        var arg_active = true;
 | 
|        var arg_advertiserId = "foo";
 | 
|        var arg_archived = true;
 | 
| -      var arg_audienceSegmentIds = buildUnnamed2293();
 | 
| -      var arg_campaignIds = buildUnnamed2294();
 | 
| +      var arg_audienceSegmentIds = buildUnnamed2398();
 | 
| +      var arg_campaignIds = buildUnnamed2399();
 | 
|        var arg_compatibility = "foo";
 | 
| -      var arg_creativeIds = buildUnnamed2295();
 | 
| -      var arg_creativeOptimizationConfigurationIds = buildUnnamed2296();
 | 
| +      var arg_creativeIds = buildUnnamed2400();
 | 
| +      var arg_creativeOptimizationConfigurationIds = buildUnnamed2401();
 | 
|        var arg_dynamicClickTracker = true;
 | 
| -      var arg_ids = buildUnnamed2297();
 | 
| -      var arg_landingPageIds = buildUnnamed2298();
 | 
| +      var arg_ids = buildUnnamed2402();
 | 
| +      var arg_landingPageIds = buildUnnamed2403();
 | 
|        var arg_maxResults = 42;
 | 
|        var arg_overriddenEventTagId = "foo";
 | 
|        var arg_pageToken = "foo";
 | 
| -      var arg_placementIds = buildUnnamed2299();
 | 
| -      var arg_remarketingListIds = buildUnnamed2300();
 | 
| +      var arg_placementIds = buildUnnamed2404();
 | 
| +      var arg_remarketingListIds = buildUnnamed2405();
 | 
|        var arg_searchString = "foo";
 | 
| -      var arg_sizeIds = buildUnnamed2301();
 | 
| +      var arg_sizeIds = buildUnnamed2406();
 | 
|        var arg_sortField = "foo";
 | 
|        var arg_sortOrder = "foo";
 | 
|        var arg_sslCompliant = true;
 | 
|        var arg_sslRequired = true;
 | 
| -      var arg_type = buildUnnamed2302();
 | 
| +      var arg_type = buildUnnamed2407();
 | 
|        mock.register(unittest.expectAsync((http.BaseRequest req, json) {
 | 
|          var path = (req.url).path;
 | 
|          var pathOffset = 0;
 | 
| @@ -13209,7 +13209,7 @@ main() {
 | 
|        var mock = new HttpServerMock();
 | 
|        api.AdvertiserGroupsResourceApi res = new api.DfareportingApi(mock).advertiserGroups;
 | 
|        var arg_profileId = "foo";
 | 
| -      var arg_ids = buildUnnamed2303();
 | 
| +      var arg_ids = buildUnnamed2408();
 | 
|        var arg_maxResults = 42;
 | 
|        var arg_pageToken = "foo";
 | 
|        var arg_searchString = "foo";
 | 
| @@ -13508,9 +13508,9 @@ main() {
 | 
|        var mock = new HttpServerMock();
 | 
|        api.AdvertisersResourceApi res = new api.DfareportingApi(mock).advertisers;
 | 
|        var arg_profileId = "foo";
 | 
| -      var arg_advertiserGroupIds = buildUnnamed2304();
 | 
| -      var arg_floodlightConfigurationIds = buildUnnamed2305();
 | 
| -      var arg_ids = buildUnnamed2306();
 | 
| +      var arg_advertiserGroupIds = buildUnnamed2409();
 | 
| +      var arg_floodlightConfigurationIds = buildUnnamed2410();
 | 
| +      var arg_ids = buildUnnamed2411();
 | 
|        var arg_includeAdvertisersWithoutGroupsOnly = true;
 | 
|        var arg_maxResults = 42;
 | 
|        var arg_onlyParent = true;
 | 
| @@ -14016,12 +14016,12 @@ main() {
 | 
|        var mock = new HttpServerMock();
 | 
|        api.CampaignsResourceApi res = new api.DfareportingApi(mock).campaigns;
 | 
|        var arg_profileId = "foo";
 | 
| -      var arg_advertiserGroupIds = buildUnnamed2307();
 | 
| -      var arg_advertiserIds = buildUnnamed2308();
 | 
| +      var arg_advertiserGroupIds = buildUnnamed2412();
 | 
| +      var arg_advertiserIds = buildUnnamed2413();
 | 
|        var arg_archived = true;
 | 
|        var arg_atLeastOneOptimizationActivity = true;
 | 
| -      var arg_excludedIds = buildUnnamed2309();
 | 
| -      var arg_ids = buildUnnamed2310();
 | 
| +      var arg_excludedIds = buildUnnamed2414();
 | 
| +      var arg_ids = buildUnnamed2415();
 | 
|        var arg_maxResults = 42;
 | 
|        var arg_overriddenEventTagId = "foo";
 | 
|        var arg_pageToken = "foo";
 | 
| @@ -14273,15 +14273,15 @@ main() {
 | 
|        api.ChangeLogsResourceApi res = new api.DfareportingApi(mock).changeLogs;
 | 
|        var arg_profileId = "foo";
 | 
|        var arg_action = "foo";
 | 
| -      var arg_ids = buildUnnamed2311();
 | 
| +      var arg_ids = buildUnnamed2416();
 | 
|        var arg_maxChangeTime = "foo";
 | 
|        var arg_maxResults = 42;
 | 
|        var arg_minChangeTime = "foo";
 | 
| -      var arg_objectIds = buildUnnamed2312();
 | 
| +      var arg_objectIds = buildUnnamed2417();
 | 
|        var arg_objectType = "foo";
 | 
|        var arg_pageToken = "foo";
 | 
|        var arg_searchString = "foo";
 | 
| -      var arg_userProfileIds = buildUnnamed2313();
 | 
| +      var arg_userProfileIds = buildUnnamed2418();
 | 
|        mock.register(unittest.expectAsync((http.BaseRequest req, json) {
 | 
|          var path = (req.url).path;
 | 
|          var pathOffset = 0;
 | 
| @@ -14349,10 +14349,10 @@ main() {
 | 
|        var mock = new HttpServerMock();
 | 
|        api.CitiesResourceApi res = new api.DfareportingApi(mock).cities;
 | 
|        var arg_profileId = "foo";
 | 
| -      var arg_countryDartIds = buildUnnamed2314();
 | 
| -      var arg_dartIds = buildUnnamed2315();
 | 
| +      var arg_countryDartIds = buildUnnamed2419();
 | 
| +      var arg_dartIds = buildUnnamed2420();
 | 
|        var arg_namePrefix = "foo";
 | 
| -      var arg_regionDartIds = buildUnnamed2316();
 | 
| +      var arg_regionDartIds = buildUnnamed2421();
 | 
|        mock.register(unittest.expectAsync((http.BaseRequest req, json) {
 | 
|          var path = (req.url).path;
 | 
|          var pathOffset = 0;
 | 
| @@ -14697,7 +14697,7 @@ main() {
 | 
|        var mock = new HttpServerMock();
 | 
|        api.ContentCategoriesResourceApi res = new api.DfareportingApi(mock).contentCategories;
 | 
|        var arg_profileId = "foo";
 | 
| -      var arg_ids = buildUnnamed2317();
 | 
| +      var arg_ids = buildUnnamed2422();
 | 
|        var arg_maxResults = 42;
 | 
|        var arg_pageToken = "foo";
 | 
|        var arg_searchString = "foo";
 | 
| @@ -15322,7 +15322,7 @@ main() {
 | 
|        api.CreativeFieldValuesResourceApi res = new api.DfareportingApi(mock).creativeFieldValues;
 | 
|        var arg_profileId = "foo";
 | 
|        var arg_creativeFieldId = "foo";
 | 
| -      var arg_ids = buildUnnamed2318();
 | 
| +      var arg_ids = buildUnnamed2423();
 | 
|        var arg_maxResults = 42;
 | 
|        var arg_pageToken = "foo";
 | 
|        var arg_searchString = "foo";
 | 
| @@ -15699,8 +15699,8 @@ main() {
 | 
|        var mock = new HttpServerMock();
 | 
|        api.CreativeFieldsResourceApi res = new api.DfareportingApi(mock).creativeFields;
 | 
|        var arg_profileId = "foo";
 | 
| -      var arg_advertiserIds = buildUnnamed2319();
 | 
| -      var arg_ids = buildUnnamed2320();
 | 
| +      var arg_advertiserIds = buildUnnamed2424();
 | 
| +      var arg_ids = buildUnnamed2425();
 | 
|        var arg_maxResults = 42;
 | 
|        var arg_pageToken = "foo";
 | 
|        var arg_searchString = "foo";
 | 
| @@ -16000,9 +16000,9 @@ main() {
 | 
|        var mock = new HttpServerMock();
 | 
|        api.CreativeGroupsResourceApi res = new api.DfareportingApi(mock).creativeGroups;
 | 
|        var arg_profileId = "foo";
 | 
| -      var arg_advertiserIds = buildUnnamed2321();
 | 
| +      var arg_advertiserIds = buildUnnamed2426();
 | 
|        var arg_groupNumber = 42;
 | 
| -      var arg_ids = buildUnnamed2322();
 | 
| +      var arg_ids = buildUnnamed2427();
 | 
|        var arg_maxResults = 42;
 | 
|        var arg_pageToken = "foo";
 | 
|        var arg_searchString = "foo";
 | 
| @@ -16307,18 +16307,18 @@ main() {
 | 
|        var arg_advertiserId = "foo";
 | 
|        var arg_archived = true;
 | 
|        var arg_campaignId = "foo";
 | 
| -      var arg_companionCreativeIds = buildUnnamed2323();
 | 
| -      var arg_creativeFieldIds = buildUnnamed2324();
 | 
| -      var arg_ids = buildUnnamed2325();
 | 
| +      var arg_companionCreativeIds = buildUnnamed2428();
 | 
| +      var arg_creativeFieldIds = buildUnnamed2429();
 | 
| +      var arg_ids = buildUnnamed2430();
 | 
|        var arg_maxResults = 42;
 | 
|        var arg_pageToken = "foo";
 | 
| -      var arg_renderingIds = buildUnnamed2326();
 | 
| +      var arg_renderingIds = buildUnnamed2431();
 | 
|        var arg_searchString = "foo";
 | 
| -      var arg_sizeIds = buildUnnamed2327();
 | 
| +      var arg_sizeIds = buildUnnamed2432();
 | 
|        var arg_sortField = "foo";
 | 
|        var arg_sortOrder = "foo";
 | 
|        var arg_studioCreativeId = "foo";
 | 
| -      var arg_types = buildUnnamed2328();
 | 
| +      var arg_types = buildUnnamed2433();
 | 
|        mock.register(unittest.expectAsync((http.BaseRequest req, json) {
 | 
|          var path = (req.url).path;
 | 
|          var pathOffset = 0;
 | 
| @@ -16630,8 +16630,8 @@ main() {
 | 
|        var mock = new HttpServerMock();
 | 
|        api.DirectorySiteContactsResourceApi res = new api.DfareportingApi(mock).directorySiteContacts;
 | 
|        var arg_profileId = "foo";
 | 
| -      var arg_directorySiteIds = buildUnnamed2329();
 | 
| -      var arg_ids = buildUnnamed2330();
 | 
| +      var arg_directorySiteIds = buildUnnamed2434();
 | 
| +      var arg_ids = buildUnnamed2435();
 | 
|        var arg_maxResults = 42;
 | 
|        var arg_pageToken = "foo";
 | 
|        var arg_searchString = "foo";
 | 
| @@ -16821,7 +16821,7 @@ main() {
 | 
|        var arg_active = true;
 | 
|        var arg_countryId = "foo";
 | 
|        var arg_dfpNetworkCode = "foo";
 | 
| -      var arg_ids = buildUnnamed2331();
 | 
| +      var arg_ids = buildUnnamed2436();
 | 
|        var arg_maxResults = 42;
 | 
|        var arg_pageToken = "foo";
 | 
|        var arg_parentId = "foo";
 | 
| @@ -17015,7 +17015,7 @@ main() {
 | 
|        api.DynamicTargetingKeysResourceApi res = new api.DfareportingApi(mock).dynamicTargetingKeys;
 | 
|        var arg_profileId = "foo";
 | 
|        var arg_advertiserId = "foo";
 | 
| -      var arg_names = buildUnnamed2332();
 | 
| +      var arg_names = buildUnnamed2437();
 | 
|        var arg_objectId = "foo";
 | 
|        var arg_objectType = "foo";
 | 
|        mock.register(unittest.expectAsync((http.BaseRequest req, json) {
 | 
| @@ -17253,8 +17253,8 @@ main() {
 | 
|        var arg_campaignId = "foo";
 | 
|        var arg_definitionsOnly = true;
 | 
|        var arg_enabled = true;
 | 
| -      var arg_eventTagTypes = buildUnnamed2333();
 | 
| -      var arg_ids = buildUnnamed2334();
 | 
| +      var arg_eventTagTypes = buildUnnamed2438();
 | 
| +      var arg_ids = buildUnnamed2439();
 | 
|        var arg_searchString = "foo";
 | 
|        var arg_sortField = "foo";
 | 
|        var arg_sortOrder = "foo";
 | 
| @@ -17792,12 +17792,12 @@ main() {
 | 
|        api.FloodlightActivitiesResourceApi res = new api.DfareportingApi(mock).floodlightActivities;
 | 
|        var arg_profileId = "foo";
 | 
|        var arg_advertiserId = "foo";
 | 
| -      var arg_floodlightActivityGroupIds = buildUnnamed2335();
 | 
| +      var arg_floodlightActivityGroupIds = buildUnnamed2440();
 | 
|        var arg_floodlightActivityGroupName = "foo";
 | 
|        var arg_floodlightActivityGroupTagString = "foo";
 | 
|        var arg_floodlightActivityGroupType = "foo";
 | 
|        var arg_floodlightConfigurationId = "foo";
 | 
| -      var arg_ids = buildUnnamed2336();
 | 
| +      var arg_ids = buildUnnamed2441();
 | 
|        var arg_maxResults = 42;
 | 
|        var arg_pageToken = "foo";
 | 
|        var arg_searchString = "foo";
 | 
| @@ -18106,7 +18106,7 @@ main() {
 | 
|        var arg_profileId = "foo";
 | 
|        var arg_advertiserId = "foo";
 | 
|        var arg_floodlightConfigurationId = "foo";
 | 
| -      var arg_ids = buildUnnamed2337();
 | 
| +      var arg_ids = buildUnnamed2442();
 | 
|        var arg_maxResults = 42;
 | 
|        var arg_pageToken = "foo";
 | 
|        var arg_searchString = "foo";
 | 
| @@ -18352,7 +18352,7 @@ main() {
 | 
|        var mock = new HttpServerMock();
 | 
|        api.FloodlightConfigurationsResourceApi res = new api.DfareportingApi(mock).floodlightConfigurations;
 | 
|        var arg_profileId = "foo";
 | 
| -      var arg_ids = buildUnnamed2338();
 | 
| +      var arg_ids = buildUnnamed2443();
 | 
|        mock.register(unittest.expectAsync((http.BaseRequest req, json) {
 | 
|          var path = (req.url).path;
 | 
|          var pathOffset = 0;
 | 
| @@ -18593,12 +18593,12 @@ main() {
 | 
|        api.InventoryItemsResourceApi res = new api.DfareportingApi(mock).inventoryItems;
 | 
|        var arg_profileId = "foo";
 | 
|        var arg_projectId = "foo";
 | 
| -      var arg_ids = buildUnnamed2339();
 | 
| +      var arg_ids = buildUnnamed2444();
 | 
|        var arg_inPlan = true;
 | 
|        var arg_maxResults = 42;
 | 
| -      var arg_orderId = buildUnnamed2340();
 | 
| +      var arg_orderId = buildUnnamed2445();
 | 
|        var arg_pageToken = "foo";
 | 
| -      var arg_siteId = buildUnnamed2341();
 | 
| +      var arg_siteId = buildUnnamed2446();
 | 
|        var arg_sortField = "foo";
 | 
|        var arg_sortOrder = "foo";
 | 
|        var arg_type = "foo";
 | 
| @@ -19588,12 +19588,12 @@ main() {
 | 
|        var arg_profileId = "foo";
 | 
|        var arg_projectId = "foo";
 | 
|        var arg_approved = true;
 | 
| -      var arg_ids = buildUnnamed2342();
 | 
| +      var arg_ids = buildUnnamed2447();
 | 
|        var arg_maxResults = 42;
 | 
| -      var arg_orderId = buildUnnamed2343();
 | 
| +      var arg_orderId = buildUnnamed2448();
 | 
|        var arg_pageToken = "foo";
 | 
|        var arg_searchString = "foo";
 | 
| -      var arg_siteId = buildUnnamed2344();
 | 
| +      var arg_siteId = buildUnnamed2449();
 | 
|        var arg_sortField = "foo";
 | 
|        var arg_sortOrder = "foo";
 | 
|        mock.register(unittest.expectAsync((http.BaseRequest req, json) {
 | 
| @@ -19735,11 +19735,11 @@ main() {
 | 
|        api.OrdersResourceApi res = new api.DfareportingApi(mock).orders;
 | 
|        var arg_profileId = "foo";
 | 
|        var arg_projectId = "foo";
 | 
| -      var arg_ids = buildUnnamed2345();
 | 
| +      var arg_ids = buildUnnamed2450();
 | 
|        var arg_maxResults = 42;
 | 
|        var arg_pageToken = "foo";
 | 
|        var arg_searchString = "foo";
 | 
| -      var arg_siteId = buildUnnamed2346();
 | 
| +      var arg_siteId = buildUnnamed2451();
 | 
|        var arg_sortField = "foo";
 | 
|        var arg_sortOrder = "foo";
 | 
|        mock.register(unittest.expectAsync((http.BaseRequest req, json) {
 | 
| @@ -19927,12 +19927,12 @@ main() {
 | 
|        var mock = new HttpServerMock();
 | 
|        api.PlacementGroupsResourceApi res = new api.DfareportingApi(mock).placementGroups;
 | 
|        var arg_profileId = "foo";
 | 
| -      var arg_advertiserIds = buildUnnamed2347();
 | 
| +      var arg_advertiserIds = buildUnnamed2452();
 | 
|        var arg_archived = true;
 | 
| -      var arg_campaignIds = buildUnnamed2348();
 | 
| -      var arg_contentCategoryIds = buildUnnamed2349();
 | 
| -      var arg_directorySiteIds = buildUnnamed2350();
 | 
| -      var arg_ids = buildUnnamed2351();
 | 
| +      var arg_campaignIds = buildUnnamed2453();
 | 
| +      var arg_contentCategoryIds = buildUnnamed2454();
 | 
| +      var arg_directorySiteIds = buildUnnamed2455();
 | 
| +      var arg_ids = buildUnnamed2456();
 | 
|        var arg_maxEndDate = "foo";
 | 
|        var arg_maxResults = 42;
 | 
|        var arg_maxStartDate = "foo";
 | 
| @@ -19940,10 +19940,10 @@ main() {
 | 
|        var arg_minStartDate = "foo";
 | 
|        var arg_pageToken = "foo";
 | 
|        var arg_placementGroupType = "foo";
 | 
| -      var arg_placementStrategyIds = buildUnnamed2352();
 | 
| -      var arg_pricingTypes = buildUnnamed2353();
 | 
| +      var arg_placementStrategyIds = buildUnnamed2457();
 | 
| +      var arg_pricingTypes = buildUnnamed2458();
 | 
|        var arg_searchString = "foo";
 | 
| -      var arg_siteIds = buildUnnamed2354();
 | 
| +      var arg_siteIds = buildUnnamed2459();
 | 
|        var arg_sortField = "foo";
 | 
|        var arg_sortOrder = "foo";
 | 
|        mock.register(unittest.expectAsync((http.BaseRequest req, json) {
 | 
| @@ -20307,7 +20307,7 @@ main() {
 | 
|        var mock = new HttpServerMock();
 | 
|        api.PlacementStrategiesResourceApi res = new api.DfareportingApi(mock).placementStrategies;
 | 
|        var arg_profileId = "foo";
 | 
| -      var arg_ids = buildUnnamed2355();
 | 
| +      var arg_ids = buildUnnamed2460();
 | 
|        var arg_maxResults = 42;
 | 
|        var arg_pageToken = "foo";
 | 
|        var arg_searchString = "foo";
 | 
| @@ -20493,8 +20493,8 @@ main() {
 | 
|        api.PlacementsResourceApi res = new api.DfareportingApi(mock).placements;
 | 
|        var arg_profileId = "foo";
 | 
|        var arg_campaignId = "foo";
 | 
| -      var arg_placementIds = buildUnnamed2356();
 | 
| -      var arg_tagFormats = buildUnnamed2357();
 | 
| +      var arg_placementIds = buildUnnamed2461();
 | 
| +      var arg_tagFormats = buildUnnamed2462();
 | 
|        mock.register(unittest.expectAsync((http.BaseRequest req, json) {
 | 
|          var path = (req.url).path;
 | 
|          var pathOffset = 0;
 | 
| @@ -20665,14 +20665,14 @@ main() {
 | 
|        var mock = new HttpServerMock();
 | 
|        api.PlacementsResourceApi res = new api.DfareportingApi(mock).placements;
 | 
|        var arg_profileId = "foo";
 | 
| -      var arg_advertiserIds = buildUnnamed2358();
 | 
| +      var arg_advertiserIds = buildUnnamed2463();
 | 
|        var arg_archived = true;
 | 
| -      var arg_campaignIds = buildUnnamed2359();
 | 
| -      var arg_compatibilities = buildUnnamed2360();
 | 
| -      var arg_contentCategoryIds = buildUnnamed2361();
 | 
| -      var arg_directorySiteIds = buildUnnamed2362();
 | 
| -      var arg_groupIds = buildUnnamed2363();
 | 
| -      var arg_ids = buildUnnamed2364();
 | 
| +      var arg_campaignIds = buildUnnamed2464();
 | 
| +      var arg_compatibilities = buildUnnamed2465();
 | 
| +      var arg_contentCategoryIds = buildUnnamed2466();
 | 
| +      var arg_directorySiteIds = buildUnnamed2467();
 | 
| +      var arg_groupIds = buildUnnamed2468();
 | 
| +      var arg_ids = buildUnnamed2469();
 | 
|        var arg_maxEndDate = "foo";
 | 
|        var arg_maxResults = 42;
 | 
|        var arg_maxStartDate = "foo";
 | 
| @@ -20680,11 +20680,11 @@ main() {
 | 
|        var arg_minStartDate = "foo";
 | 
|        var arg_pageToken = "foo";
 | 
|        var arg_paymentSource = "foo";
 | 
| -      var arg_placementStrategyIds = buildUnnamed2365();
 | 
| -      var arg_pricingTypes = buildUnnamed2366();
 | 
| +      var arg_placementStrategyIds = buildUnnamed2470();
 | 
| +      var arg_pricingTypes = buildUnnamed2471();
 | 
|        var arg_searchString = "foo";
 | 
| -      var arg_siteIds = buildUnnamed2367();
 | 
| -      var arg_sizeIds = buildUnnamed2368();
 | 
| +      var arg_siteIds = buildUnnamed2472();
 | 
| +      var arg_sizeIds = buildUnnamed2473();
 | 
|        var arg_sortField = "foo";
 | 
|        var arg_sortOrder = "foo";
 | 
|        mock.register(unittest.expectAsync((http.BaseRequest req, json) {
 | 
| @@ -21167,8 +21167,8 @@ main() {
 | 
|        var mock = new HttpServerMock();
 | 
|        api.ProjectsResourceApi res = new api.DfareportingApi(mock).projects;
 | 
|        var arg_profileId = "foo";
 | 
| -      var arg_advertiserIds = buildUnnamed2369();
 | 
| -      var arg_ids = buildUnnamed2370();
 | 
| +      var arg_advertiserIds = buildUnnamed2474();
 | 
| +      var arg_ids = buildUnnamed2475();
 | 
|        var arg_maxResults = 42;
 | 
|        var arg_pageToken = "foo";
 | 
|        var arg_searchString = "foo";
 | 
| @@ -22516,9 +22516,9 @@ main() {
 | 
|        var arg_acceptsPublisherPaidPlacements = true;
 | 
|        var arg_adWordsSite = true;
 | 
|        var arg_approved = true;
 | 
| -      var arg_campaignIds = buildUnnamed2371();
 | 
| -      var arg_directorySiteIds = buildUnnamed2372();
 | 
| -      var arg_ids = buildUnnamed2373();
 | 
| +      var arg_campaignIds = buildUnnamed2476();
 | 
| +      var arg_directorySiteIds = buildUnnamed2477();
 | 
| +      var arg_ids = buildUnnamed2478();
 | 
|        var arg_maxResults = 42;
 | 
|        var arg_pageToken = "foo";
 | 
|        var arg_searchString = "foo";
 | 
| @@ -22830,7 +22830,7 @@ main() {
 | 
|        var arg_profileId = "foo";
 | 
|        var arg_height = 42;
 | 
|        var arg_iabStandard = true;
 | 
| -      var arg_ids = buildUnnamed2374();
 | 
| +      var arg_ids = buildUnnamed2479();
 | 
|        var arg_width = 42;
 | 
|        mock.register(unittest.expectAsync((http.BaseRequest req, json) {
 | 
|          var path = (req.url).path;
 | 
| @@ -23007,7 +23007,7 @@ main() {
 | 
|        var mock = new HttpServerMock();
 | 
|        api.SubaccountsResourceApi res = new api.DfareportingApi(mock).subaccounts;
 | 
|        var arg_profileId = "foo";
 | 
| -      var arg_ids = buildUnnamed2375();
 | 
| +      var arg_ids = buildUnnamed2480();
 | 
|        var arg_maxResults = 42;
 | 
|        var arg_pageToken = "foo";
 | 
|        var arg_searchString = "foo";
 | 
| @@ -23435,7 +23435,7 @@ main() {
 | 
|        api.TargetingTemplatesResourceApi res = new api.DfareportingApi(mock).targetingTemplates;
 | 
|        var arg_profileId = "foo";
 | 
|        var arg_advertiserId = "foo";
 | 
| -      var arg_ids = buildUnnamed2376();
 | 
| +      var arg_ids = buildUnnamed2481();
 | 
|        var arg_maxResults = 42;
 | 
|        var arg_pageToken = "foo";
 | 
|        var arg_searchString = "foo";
 | 
| @@ -23890,7 +23890,7 @@ main() {
 | 
|        var mock = new HttpServerMock();
 | 
|        api.UserRolePermissionsResourceApi res = new api.DfareportingApi(mock).userRolePermissions;
 | 
|        var arg_profileId = "foo";
 | 
| -      var arg_ids = buildUnnamed2377();
 | 
| +      var arg_ids = buildUnnamed2482();
 | 
|        mock.register(unittest.expectAsync((http.BaseRequest req, json) {
 | 
|          var path = (req.url).path;
 | 
|          var pathOffset = 0;
 | 
| @@ -24119,7 +24119,7 @@ main() {
 | 
|        api.UserRolesResourceApi res = new api.DfareportingApi(mock).userRoles;
 | 
|        var arg_profileId = "foo";
 | 
|        var arg_accountUserRoleOnly = true;
 | 
| -      var arg_ids = buildUnnamed2378();
 | 
| +      var arg_ids = buildUnnamed2483();
 | 
|        var arg_maxResults = 42;
 | 
|        var arg_pageToken = "foo";
 | 
|        var arg_searchString = "foo";
 | 
| 
 |