| Index: generated/googleapis/test/dfareporting/v2_5_test.dart
|
| diff --git a/generated/googleapis/test/dfareporting/v2_5_test.dart b/generated/googleapis/test/dfareporting/v2_5_test.dart
|
| index 0a4b5bb389d5c64812d89e59423a012574e79ed0..f2e70fc3dfb950b9fc0bd87ad98be074b56bb59e 100644
|
| --- a/generated/googleapis/test/dfareporting/v2_5_test.dart
|
| +++ b/generated/googleapis/test/dfareporting/v2_5_test.dart
|
| @@ -51,27 +51,27 @@ http.StreamedResponse stringResponse(
|
| return new http.StreamedResponse(stream, status, headers: headers);
|
| }
|
|
|
| -buildUnnamed1817() {
|
| +buildUnnamed1397() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1817(core.List<core.String> o) {
|
| +checkUnnamed1397(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'));
|
| }
|
|
|
| -buildUnnamed1818() {
|
| +buildUnnamed1398() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1818(core.List<core.String> o) {
|
| +checkUnnamed1398(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 = buildUnnamed1817();
|
| + o.accountPermissionIds = buildUnnamed1397();
|
| o.accountProfile = "foo";
|
| o.active = true;
|
| o.activeAdsLimitTier = "foo";
|
| o.activeViewOptOut = true;
|
| - o.availablePermissionIds = buildUnnamed1818();
|
| + o.availablePermissionIds = buildUnnamed1398();
|
| o.comscoreVceEnabled = true;
|
| o.countryId = "foo";
|
| o.currencyId = "foo";
|
| @@ -109,12 +109,12 @@ buildAccount() {
|
| checkAccount(api.Account o) {
|
| buildCounterAccount++;
|
| if (buildCounterAccount < 3) {
|
| - checkUnnamed1817(o.accountPermissionIds);
|
| + checkUnnamed1397(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);
|
| - checkUnnamed1818(o.availablePermissionIds);
|
| + checkUnnamed1398(o.availablePermissionIds);
|
| unittest.expect(o.comscoreVceEnabled, unittest.isTrue);
|
| unittest.expect(o.countryId, unittest.equals('foo'));
|
| unittest.expect(o.currencyId, unittest.equals('foo'));
|
| @@ -159,14 +159,14 @@ checkAccountActiveAdSummary(api.AccountActiveAdSummary o) {
|
| buildCounterAccountActiveAdSummary--;
|
| }
|
|
|
| -buildUnnamed1819() {
|
| +buildUnnamed1399() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1819(core.List<core.String> o) {
|
| +checkUnnamed1399(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 = buildUnnamed1819();
|
| + o.accountProfiles = buildUnnamed1399();
|
| o.id = "foo";
|
| o.kind = "foo";
|
| o.level = "foo";
|
| @@ -191,7 +191,7 @@ buildAccountPermission() {
|
| checkAccountPermission(api.AccountPermission o) {
|
| buildCounterAccountPermission++;
|
| if (buildCounterAccountPermission < 3) {
|
| - checkUnnamed1819(o.accountProfiles);
|
| + checkUnnamed1399(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--;
|
| }
|
|
|
| -buildUnnamed1820() {
|
| +buildUnnamed1400() {
|
| var o = new core.List<api.AccountPermissionGroup>();
|
| o.add(buildAccountPermissionGroup());
|
| o.add(buildAccountPermissionGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1820(core.List<api.AccountPermissionGroup> o) {
|
| +checkUnnamed1400(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 = buildUnnamed1820();
|
| + o.accountPermissionGroups = buildUnnamed1400();
|
| o.kind = "foo";
|
| }
|
| buildCounterAccountPermissionGroupsListResponse--;
|
| @@ -252,20 +252,20 @@ buildAccountPermissionGroupsListResponse() {
|
| checkAccountPermissionGroupsListResponse(api.AccountPermissionGroupsListResponse o) {
|
| buildCounterAccountPermissionGroupsListResponse++;
|
| if (buildCounterAccountPermissionGroupsListResponse < 3) {
|
| - checkUnnamed1820(o.accountPermissionGroups);
|
| + checkUnnamed1400(o.accountPermissionGroups);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterAccountPermissionGroupsListResponse--;
|
| }
|
|
|
| -buildUnnamed1821() {
|
| +buildUnnamed1401() {
|
| var o = new core.List<api.AccountPermission>();
|
| o.add(buildAccountPermission());
|
| o.add(buildAccountPermission());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1821(core.List<api.AccountPermission> o) {
|
| +checkUnnamed1401(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 = buildUnnamed1821();
|
| + o.accountPermissions = buildUnnamed1401();
|
| o.kind = "foo";
|
| }
|
| buildCounterAccountPermissionsListResponse--;
|
| @@ -286,7 +286,7 @@ buildAccountPermissionsListResponse() {
|
| checkAccountPermissionsListResponse(api.AccountPermissionsListResponse o) {
|
| buildCounterAccountPermissionsListResponse++;
|
| if (buildCounterAccountPermissionsListResponse < 3) {
|
| - checkUnnamed1821(o.accountPermissions);
|
| + checkUnnamed1401(o.accountPermissions);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterAccountPermissionsListResponse--;
|
| @@ -341,14 +341,14 @@ checkAccountUserProfile(api.AccountUserProfile o) {
|
| buildCounterAccountUserProfile--;
|
| }
|
|
|
| -buildUnnamed1822() {
|
| +buildUnnamed1402() {
|
| var o = new core.List<api.AccountUserProfile>();
|
| o.add(buildAccountUserProfile());
|
| o.add(buildAccountUserProfile());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1822(core.List<api.AccountUserProfile> o) {
|
| +checkUnnamed1402(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 = buildUnnamed1822();
|
| + o.accountUserProfiles = buildUnnamed1402();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -370,21 +370,21 @@ buildAccountUserProfilesListResponse() {
|
| checkAccountUserProfilesListResponse(api.AccountUserProfilesListResponse o) {
|
| buildCounterAccountUserProfilesListResponse++;
|
| if (buildCounterAccountUserProfilesListResponse < 3) {
|
| - checkUnnamed1822(o.accountUserProfiles);
|
| + checkUnnamed1402(o.accountUserProfiles);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterAccountUserProfilesListResponse--;
|
| }
|
|
|
| -buildUnnamed1823() {
|
| +buildUnnamed1403() {
|
| var o = new core.List<api.Account>();
|
| o.add(buildAccount());
|
| o.add(buildAccount());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1823(core.List<api.Account> o) {
|
| +checkUnnamed1403(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 = buildUnnamed1823();
|
| + o.accounts = buildUnnamed1403();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -406,34 +406,34 @@ buildAccountsListResponse() {
|
| checkAccountsListResponse(api.AccountsListResponse o) {
|
| buildCounterAccountsListResponse++;
|
| if (buildCounterAccountsListResponse < 3) {
|
| - checkUnnamed1823(o.accounts);
|
| + checkUnnamed1403(o.accounts);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterAccountsListResponse--;
|
| }
|
|
|
| -buildUnnamed1824() {
|
| +buildUnnamed1404() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1824(core.List<api.DimensionValue> o) {
|
| +checkUnnamed1404(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed1825() {
|
| +buildUnnamed1405() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1825(core.List<core.String> o) {
|
| +checkUnnamed1405(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 = buildUnnamed1824();
|
| + o.filters = buildUnnamed1404();
|
| o.kind = "foo";
|
| - o.metricNames = buildUnnamed1825();
|
| + o.metricNames = buildUnnamed1405();
|
| }
|
| buildCounterActivities--;
|
| return o;
|
| @@ -455,47 +455,47 @@ buildActivities() {
|
| checkActivities(api.Activities o) {
|
| buildCounterActivities++;
|
| if (buildCounterActivities < 3) {
|
| - checkUnnamed1824(o.filters);
|
| + checkUnnamed1404(o.filters);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1825(o.metricNames);
|
| + checkUnnamed1405(o.metricNames);
|
| }
|
| buildCounterActivities--;
|
| }
|
|
|
| -buildUnnamed1826() {
|
| +buildUnnamed1406() {
|
| var o = new core.List<api.CreativeGroupAssignment>();
|
| o.add(buildCreativeGroupAssignment());
|
| o.add(buildCreativeGroupAssignment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1826(core.List<api.CreativeGroupAssignment> o) {
|
| +checkUnnamed1406(core.List<api.CreativeGroupAssignment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeGroupAssignment(o[0]);
|
| checkCreativeGroupAssignment(o[1]);
|
| }
|
|
|
| -buildUnnamed1827() {
|
| +buildUnnamed1407() {
|
| var o = new core.List<api.EventTagOverride>();
|
| o.add(buildEventTagOverride());
|
| o.add(buildEventTagOverride());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1827(core.List<api.EventTagOverride> o) {
|
| +checkUnnamed1407(core.List<api.EventTagOverride> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEventTagOverride(o[0]);
|
| checkEventTagOverride(o[1]);
|
| }
|
|
|
| -buildUnnamed1828() {
|
| +buildUnnamed1408() {
|
| var o = new core.List<api.PlacementAssignment>();
|
| o.add(buildPlacementAssignment());
|
| o.add(buildPlacementAssignment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1828(core.List<api.PlacementAssignment> o) {
|
| +checkUnnamed1408(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 = buildUnnamed1826();
|
| + o.creativeGroupAssignments = buildUnnamed1406();
|
| 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 = buildUnnamed1827();
|
| + o.eventTagOverrides = buildUnnamed1407();
|
| o.geoTargeting = buildGeoTargeting();
|
| o.id = "foo";
|
| o.idDimensionValue = buildDimensionValue();
|
| @@ -534,7 +534,7 @@ buildAd() {
|
| o.kind = "foo";
|
| o.lastModifiedInfo = buildLastModifiedInfo();
|
| o.name = "foo";
|
| - o.placementAssignments = buildUnnamed1828();
|
| + o.placementAssignments = buildUnnamed1408();
|
| o.remarketingListExpression = buildListTargetingExpression();
|
| o.size = buildSize();
|
| o.sslCompliant = true;
|
| @@ -564,14 +564,14 @@ checkAd(api.Ad o) {
|
| unittest.expect(o.comments, unittest.equals('foo'));
|
| unittest.expect(o.compatibility, unittest.equals('foo'));
|
| checkLastModifiedInfo(o.createInfo);
|
| - checkUnnamed1826(o.creativeGroupAssignments);
|
| + checkUnnamed1406(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")));
|
| - checkUnnamed1827(o.eventTagOverrides);
|
| + checkUnnamed1407(o.eventTagOverrides);
|
| checkGeoTargeting(o.geoTargeting);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| checkDimensionValue(o.idDimensionValue);
|
| @@ -579,7 +579,7 @@ checkAd(api.Ad o) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| checkLastModifiedInfo(o.lastModifiedInfo);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| - checkUnnamed1828(o.placementAssignments);
|
| + checkUnnamed1408(o.placementAssignments);
|
| checkListTargetingExpression(o.remarketingListExpression);
|
| checkSize(o.size);
|
| unittest.expect(o.sslCompliant, unittest.isTrue);
|
| @@ -625,14 +625,14 @@ checkAdSlot(api.AdSlot o) {
|
| buildCounterAdSlot--;
|
| }
|
|
|
| -buildUnnamed1829() {
|
| +buildUnnamed1409() {
|
| var o = new core.List<api.Ad>();
|
| o.add(buildAd());
|
| o.add(buildAd());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1829(core.List<api.Ad> o) {
|
| +checkUnnamed1409(core.List<api.Ad> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAd(o[0]);
|
| checkAd(o[1]);
|
| @@ -643,7 +643,7 @@ buildAdsListResponse() {
|
| var o = new api.AdsListResponse();
|
| buildCounterAdsListResponse++;
|
| if (buildCounterAdsListResponse < 3) {
|
| - o.ads = buildUnnamed1829();
|
| + o.ads = buildUnnamed1409();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -654,7 +654,7 @@ buildAdsListResponse() {
|
| checkAdsListResponse(api.AdsListResponse o) {
|
| buildCounterAdsListResponse++;
|
| if (buildCounterAdsListResponse < 3) {
|
| - checkUnnamed1829(o.ads);
|
| + checkUnnamed1409(o.ads);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -733,14 +733,14 @@ checkAdvertiserGroup(api.AdvertiserGroup o) {
|
| buildCounterAdvertiserGroup--;
|
| }
|
|
|
| -buildUnnamed1830() {
|
| +buildUnnamed1410() {
|
| var o = new core.List<api.AdvertiserGroup>();
|
| o.add(buildAdvertiserGroup());
|
| o.add(buildAdvertiserGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1830(core.List<api.AdvertiserGroup> o) {
|
| +checkUnnamed1410(core.List<api.AdvertiserGroup> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAdvertiserGroup(o[0]);
|
| checkAdvertiserGroup(o[1]);
|
| @@ -751,7 +751,7 @@ buildAdvertiserGroupsListResponse() {
|
| var o = new api.AdvertiserGroupsListResponse();
|
| buildCounterAdvertiserGroupsListResponse++;
|
| if (buildCounterAdvertiserGroupsListResponse < 3) {
|
| - o.advertiserGroups = buildUnnamed1830();
|
| + o.advertiserGroups = buildUnnamed1410();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -762,21 +762,21 @@ buildAdvertiserGroupsListResponse() {
|
| checkAdvertiserGroupsListResponse(api.AdvertiserGroupsListResponse o) {
|
| buildCounterAdvertiserGroupsListResponse++;
|
| if (buildCounterAdvertiserGroupsListResponse < 3) {
|
| - checkUnnamed1830(o.advertiserGroups);
|
| + checkUnnamed1410(o.advertiserGroups);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterAdvertiserGroupsListResponse--;
|
| }
|
|
|
| -buildUnnamed1831() {
|
| +buildUnnamed1411() {
|
| var o = new core.List<api.Advertiser>();
|
| o.add(buildAdvertiser());
|
| o.add(buildAdvertiser());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1831(core.List<api.Advertiser> o) {
|
| +checkUnnamed1411(core.List<api.Advertiser> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAdvertiser(o[0]);
|
| checkAdvertiser(o[1]);
|
| @@ -787,7 +787,7 @@ buildAdvertisersListResponse() {
|
| var o = new api.AdvertisersListResponse();
|
| buildCounterAdvertisersListResponse++;
|
| if (buildCounterAdvertisersListResponse < 3) {
|
| - o.advertisers = buildUnnamed1831();
|
| + o.advertisers = buildUnnamed1411();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -798,7 +798,7 @@ buildAdvertisersListResponse() {
|
| checkAdvertisersListResponse(api.AdvertisersListResponse o) {
|
| buildCounterAdvertisersListResponse++;
|
| if (buildCounterAdvertisersListResponse < 3) {
|
| - checkUnnamed1831(o.advertisers);
|
| + checkUnnamed1411(o.advertisers);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -828,14 +828,14 @@ checkAudienceSegment(api.AudienceSegment o) {
|
| buildCounterAudienceSegment--;
|
| }
|
|
|
| -buildUnnamed1832() {
|
| +buildUnnamed1412() {
|
| var o = new core.List<api.AudienceSegment>();
|
| o.add(buildAudienceSegment());
|
| o.add(buildAudienceSegment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1832(core.List<api.AudienceSegment> o) {
|
| +checkUnnamed1412(core.List<api.AudienceSegment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAudienceSegment(o[0]);
|
| checkAudienceSegment(o[1]);
|
| @@ -846,7 +846,7 @@ buildAudienceSegmentGroup() {
|
| var o = new api.AudienceSegmentGroup();
|
| buildCounterAudienceSegmentGroup++;
|
| if (buildCounterAudienceSegmentGroup < 3) {
|
| - o.audienceSegments = buildUnnamed1832();
|
| + o.audienceSegments = buildUnnamed1412();
|
| o.id = "foo";
|
| o.name = "foo";
|
| }
|
| @@ -857,7 +857,7 @@ buildAudienceSegmentGroup() {
|
| checkAudienceSegmentGroup(api.AudienceSegmentGroup o) {
|
| buildCounterAudienceSegmentGroup++;
|
| if (buildCounterAudienceSegmentGroup < 3) {
|
| - checkUnnamed1832(o.audienceSegments);
|
| + checkUnnamed1412(o.audienceSegments);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| }
|
| @@ -893,14 +893,14 @@ checkBrowser(api.Browser o) {
|
| buildCounterBrowser--;
|
| }
|
|
|
| -buildUnnamed1833() {
|
| +buildUnnamed1413() {
|
| var o = new core.List<api.Browser>();
|
| o.add(buildBrowser());
|
| o.add(buildBrowser());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1833(core.List<api.Browser> o) {
|
| +checkUnnamed1413(core.List<api.Browser> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkBrowser(o[0]);
|
| checkBrowser(o[1]);
|
| @@ -911,7 +911,7 @@ buildBrowsersListResponse() {
|
| var o = new api.BrowsersListResponse();
|
| buildCounterBrowsersListResponse++;
|
| if (buildCounterBrowsersListResponse < 3) {
|
| - o.browsers = buildUnnamed1833();
|
| + o.browsers = buildUnnamed1413();
|
| o.kind = "foo";
|
| }
|
| buildCounterBrowsersListResponse--;
|
| @@ -921,72 +921,72 @@ buildBrowsersListResponse() {
|
| checkBrowsersListResponse(api.BrowsersListResponse o) {
|
| buildCounterBrowsersListResponse++;
|
| if (buildCounterBrowsersListResponse < 3) {
|
| - checkUnnamed1833(o.browsers);
|
| + checkUnnamed1413(o.browsers);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterBrowsersListResponse--;
|
| }
|
|
|
| -buildUnnamed1834() {
|
| +buildUnnamed1414() {
|
| var o = new core.List<api.CreativeOptimizationConfiguration>();
|
| o.add(buildCreativeOptimizationConfiguration());
|
| o.add(buildCreativeOptimizationConfiguration());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1834(core.List<api.CreativeOptimizationConfiguration> o) {
|
| +checkUnnamed1414(core.List<api.CreativeOptimizationConfiguration> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeOptimizationConfiguration(o[0]);
|
| checkCreativeOptimizationConfiguration(o[1]);
|
| }
|
|
|
| -buildUnnamed1835() {
|
| +buildUnnamed1415() {
|
| var o = new core.List<api.AudienceSegmentGroup>();
|
| o.add(buildAudienceSegmentGroup());
|
| o.add(buildAudienceSegmentGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1835(core.List<api.AudienceSegmentGroup> o) {
|
| +checkUnnamed1415(core.List<api.AudienceSegmentGroup> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAudienceSegmentGroup(o[0]);
|
| checkAudienceSegmentGroup(o[1]);
|
| }
|
|
|
| -buildUnnamed1836() {
|
| +buildUnnamed1416() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1836(core.List<core.String> o) {
|
| +checkUnnamed1416(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'));
|
| }
|
|
|
| -buildUnnamed1837() {
|
| +buildUnnamed1417() {
|
| var o = new core.List<api.EventTagOverride>();
|
| o.add(buildEventTagOverride());
|
| o.add(buildEventTagOverride());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1837(core.List<api.EventTagOverride> o) {
|
| +checkUnnamed1417(core.List<api.EventTagOverride> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEventTagOverride(o[0]);
|
| checkEventTagOverride(o[1]);
|
| }
|
|
|
| -buildUnnamed1838() {
|
| +buildUnnamed1418() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1838(core.List<core.String> o) {
|
| +checkUnnamed1418(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'));
|
| @@ -998,22 +998,22 @@ buildCampaign() {
|
| buildCounterCampaign++;
|
| if (buildCounterCampaign < 3) {
|
| o.accountId = "foo";
|
| - o.additionalCreativeOptimizationConfigurations = buildUnnamed1834();
|
| + o.additionalCreativeOptimizationConfigurations = buildUnnamed1414();
|
| o.advertiserGroupId = "foo";
|
| o.advertiserId = "foo";
|
| o.advertiserIdDimensionValue = buildDimensionValue();
|
| o.archived = true;
|
| - o.audienceSegmentGroups = buildUnnamed1835();
|
| + o.audienceSegmentGroups = buildUnnamed1415();
|
| o.billingInvoiceCode = "foo";
|
| o.clickThroughUrlSuffixProperties = buildClickThroughUrlSuffixProperties();
|
| o.comment = "foo";
|
| o.comscoreVceEnabled = true;
|
| o.createInfo = buildLastModifiedInfo();
|
| - o.creativeGroupIds = buildUnnamed1836();
|
| + o.creativeGroupIds = buildUnnamed1416();
|
| o.creativeOptimizationConfiguration = buildCreativeOptimizationConfiguration();
|
| o.defaultClickThroughEventTagProperties = buildDefaultClickThroughEventTagProperties();
|
| o.endDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| - o.eventTagOverrides = buildUnnamed1837();
|
| + o.eventTagOverrides = buildUnnamed1417();
|
| o.externalId = "foo";
|
| o.id = "foo";
|
| o.idDimensionValue = buildDimensionValue();
|
| @@ -1024,7 +1024,7 @@ buildCampaign() {
|
| o.nielsenOcrEnabled = true;
|
| o.startDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| o.subaccountId = "foo";
|
| - o.traffickerEmails = buildUnnamed1838();
|
| + o.traffickerEmails = buildUnnamed1418();
|
| }
|
| buildCounterCampaign--;
|
| return o;
|
| @@ -1034,22 +1034,22 @@ checkCampaign(api.Campaign o) {
|
| buildCounterCampaign++;
|
| if (buildCounterCampaign < 3) {
|
| unittest.expect(o.accountId, unittest.equals('foo'));
|
| - checkUnnamed1834(o.additionalCreativeOptimizationConfigurations);
|
| + checkUnnamed1414(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);
|
| - checkUnnamed1835(o.audienceSegmentGroups);
|
| + checkUnnamed1415(o.audienceSegmentGroups);
|
| unittest.expect(o.billingInvoiceCode, unittest.equals('foo'));
|
| checkClickThroughUrlSuffixProperties(o.clickThroughUrlSuffixProperties);
|
| unittest.expect(o.comment, unittest.equals('foo'));
|
| unittest.expect(o.comscoreVceEnabled, unittest.isTrue);
|
| checkLastModifiedInfo(o.createInfo);
|
| - checkUnnamed1836(o.creativeGroupIds);
|
| + checkUnnamed1416(o.creativeGroupIds);
|
| checkCreativeOptimizationConfiguration(o.creativeOptimizationConfiguration);
|
| checkDefaultClickThroughEventTagProperties(o.defaultClickThroughEventTagProperties);
|
| unittest.expect(o.endDate, unittest.equals(core.DateTime.parse("2002-02-27T00:00:00")));
|
| - checkUnnamed1837(o.eventTagOverrides);
|
| + checkUnnamed1417(o.eventTagOverrides);
|
| unittest.expect(o.externalId, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| checkDimensionValue(o.idDimensionValue);
|
| @@ -1060,7 +1060,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'));
|
| - checkUnnamed1838(o.traffickerEmails);
|
| + checkUnnamed1418(o.traffickerEmails);
|
| }
|
| buildCounterCampaign--;
|
| }
|
| @@ -1086,14 +1086,14 @@ checkCampaignCreativeAssociation(api.CampaignCreativeAssociation o) {
|
| buildCounterCampaignCreativeAssociation--;
|
| }
|
|
|
| -buildUnnamed1839() {
|
| +buildUnnamed1419() {
|
| var o = new core.List<api.CampaignCreativeAssociation>();
|
| o.add(buildCampaignCreativeAssociation());
|
| o.add(buildCampaignCreativeAssociation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1839(core.List<api.CampaignCreativeAssociation> o) {
|
| +checkUnnamed1419(core.List<api.CampaignCreativeAssociation> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCampaignCreativeAssociation(o[0]);
|
| checkCampaignCreativeAssociation(o[1]);
|
| @@ -1104,7 +1104,7 @@ buildCampaignCreativeAssociationsListResponse() {
|
| var o = new api.CampaignCreativeAssociationsListResponse();
|
| buildCounterCampaignCreativeAssociationsListResponse++;
|
| if (buildCounterCampaignCreativeAssociationsListResponse < 3) {
|
| - o.campaignCreativeAssociations = buildUnnamed1839();
|
| + o.campaignCreativeAssociations = buildUnnamed1419();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -1115,21 +1115,21 @@ buildCampaignCreativeAssociationsListResponse() {
|
| checkCampaignCreativeAssociationsListResponse(api.CampaignCreativeAssociationsListResponse o) {
|
| buildCounterCampaignCreativeAssociationsListResponse++;
|
| if (buildCounterCampaignCreativeAssociationsListResponse < 3) {
|
| - checkUnnamed1839(o.campaignCreativeAssociations);
|
| + checkUnnamed1419(o.campaignCreativeAssociations);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterCampaignCreativeAssociationsListResponse--;
|
| }
|
|
|
| -buildUnnamed1840() {
|
| +buildUnnamed1420() {
|
| var o = new core.List<api.Campaign>();
|
| o.add(buildCampaign());
|
| o.add(buildCampaign());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1840(core.List<api.Campaign> o) {
|
| +checkUnnamed1420(core.List<api.Campaign> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCampaign(o[0]);
|
| checkCampaign(o[1]);
|
| @@ -1140,7 +1140,7 @@ buildCampaignsListResponse() {
|
| var o = new api.CampaignsListResponse();
|
| buildCounterCampaignsListResponse++;
|
| if (buildCounterCampaignsListResponse < 3) {
|
| - o.campaigns = buildUnnamed1840();
|
| + o.campaigns = buildUnnamed1420();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -1151,7 +1151,7 @@ buildCampaignsListResponse() {
|
| checkCampaignsListResponse(api.CampaignsListResponse o) {
|
| buildCounterCampaignsListResponse++;
|
| if (buildCounterCampaignsListResponse < 3) {
|
| - checkUnnamed1840(o.campaigns);
|
| + checkUnnamed1420(o.campaigns);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -1203,14 +1203,14 @@ checkChangeLog(api.ChangeLog o) {
|
| buildCounterChangeLog--;
|
| }
|
|
|
| -buildUnnamed1841() {
|
| +buildUnnamed1421() {
|
| var o = new core.List<api.ChangeLog>();
|
| o.add(buildChangeLog());
|
| o.add(buildChangeLog());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1841(core.List<api.ChangeLog> o) {
|
| +checkUnnamed1421(core.List<api.ChangeLog> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkChangeLog(o[0]);
|
| checkChangeLog(o[1]);
|
| @@ -1221,7 +1221,7 @@ buildChangeLogsListResponse() {
|
| var o = new api.ChangeLogsListResponse();
|
| buildCounterChangeLogsListResponse++;
|
| if (buildCounterChangeLogsListResponse < 3) {
|
| - o.changeLogs = buildUnnamed1841();
|
| + o.changeLogs = buildUnnamed1421();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -1232,21 +1232,21 @@ buildChangeLogsListResponse() {
|
| checkChangeLogsListResponse(api.ChangeLogsListResponse o) {
|
| buildCounterChangeLogsListResponse++;
|
| if (buildCounterChangeLogsListResponse < 3) {
|
| - checkUnnamed1841(o.changeLogs);
|
| + checkUnnamed1421(o.changeLogs);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterChangeLogsListResponse--;
|
| }
|
|
|
| -buildUnnamed1842() {
|
| +buildUnnamed1422() {
|
| var o = new core.List<api.City>();
|
| o.add(buildCity());
|
| o.add(buildCity());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1842(core.List<api.City> o) {
|
| +checkUnnamed1422(core.List<api.City> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCity(o[0]);
|
| checkCity(o[1]);
|
| @@ -1257,7 +1257,7 @@ buildCitiesListResponse() {
|
| var o = new api.CitiesListResponse();
|
| buildCounterCitiesListResponse++;
|
| if (buildCounterCitiesListResponse < 3) {
|
| - o.cities = buildUnnamed1842();
|
| + o.cities = buildUnnamed1422();
|
| o.kind = "foo";
|
| }
|
| buildCounterCitiesListResponse--;
|
| @@ -1267,7 +1267,7 @@ buildCitiesListResponse() {
|
| checkCitiesListResponse(api.CitiesListResponse o) {
|
| buildCounterCitiesListResponse++;
|
| if (buildCounterCitiesListResponse < 3) {
|
| - checkUnnamed1842(o.cities);
|
| + checkUnnamed1422(o.cities);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterCitiesListResponse--;
|
| @@ -1450,14 +1450,14 @@ checkConnectionType(api.ConnectionType o) {
|
| buildCounterConnectionType--;
|
| }
|
|
|
| -buildUnnamed1843() {
|
| +buildUnnamed1423() {
|
| var o = new core.List<api.ConnectionType>();
|
| o.add(buildConnectionType());
|
| o.add(buildConnectionType());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1843(core.List<api.ConnectionType> o) {
|
| +checkUnnamed1423(core.List<api.ConnectionType> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkConnectionType(o[0]);
|
| checkConnectionType(o[1]);
|
| @@ -1468,7 +1468,7 @@ buildConnectionTypesListResponse() {
|
| var o = new api.ConnectionTypesListResponse();
|
| buildCounterConnectionTypesListResponse++;
|
| if (buildCounterConnectionTypesListResponse < 3) {
|
| - o.connectionTypes = buildUnnamed1843();
|
| + o.connectionTypes = buildUnnamed1423();
|
| o.kind = "foo";
|
| }
|
| buildCounterConnectionTypesListResponse--;
|
| @@ -1478,20 +1478,20 @@ buildConnectionTypesListResponse() {
|
| checkConnectionTypesListResponse(api.ConnectionTypesListResponse o) {
|
| buildCounterConnectionTypesListResponse++;
|
| if (buildCounterConnectionTypesListResponse < 3) {
|
| - checkUnnamed1843(o.connectionTypes);
|
| + checkUnnamed1423(o.connectionTypes);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterConnectionTypesListResponse--;
|
| }
|
|
|
| -buildUnnamed1844() {
|
| +buildUnnamed1424() {
|
| var o = new core.List<api.ContentCategory>();
|
| o.add(buildContentCategory());
|
| o.add(buildContentCategory());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1844(core.List<api.ContentCategory> o) {
|
| +checkUnnamed1424(core.List<api.ContentCategory> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkContentCategory(o[0]);
|
| checkContentCategory(o[1]);
|
| @@ -1502,7 +1502,7 @@ buildContentCategoriesListResponse() {
|
| var o = new api.ContentCategoriesListResponse();
|
| buildCounterContentCategoriesListResponse++;
|
| if (buildCounterContentCategoriesListResponse < 3) {
|
| - o.contentCategories = buildUnnamed1844();
|
| + o.contentCategories = buildUnnamed1424();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -1513,7 +1513,7 @@ buildContentCategoriesListResponse() {
|
| checkContentCategoriesListResponse(api.ContentCategoriesListResponse o) {
|
| buildCounterContentCategoriesListResponse++;
|
| if (buildCounterContentCategoriesListResponse < 3) {
|
| - checkUnnamed1844(o.contentCategories);
|
| + checkUnnamed1424(o.contentCategories);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -1545,14 +1545,14 @@ checkContentCategory(api.ContentCategory o) {
|
| buildCounterContentCategory--;
|
| }
|
|
|
| -buildUnnamed1845() {
|
| +buildUnnamed1425() {
|
| var o = new core.List<api.CustomFloodlightVariable>();
|
| o.add(buildCustomFloodlightVariable());
|
| o.add(buildCustomFloodlightVariable());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1845(core.List<api.CustomFloodlightVariable> o) {
|
| +checkUnnamed1425(core.List<api.CustomFloodlightVariable> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCustomFloodlightVariable(o[0]);
|
| checkCustomFloodlightVariable(o[1]);
|
| @@ -1564,7 +1564,7 @@ buildConversion() {
|
| buildCounterConversion++;
|
| if (buildCounterConversion < 3) {
|
| o.childDirectedTreatment = true;
|
| - o.customVariables = buildUnnamed1845();
|
| + o.customVariables = buildUnnamed1425();
|
| o.encryptedUserId = "foo";
|
| o.floodlightActivityId = "foo";
|
| o.floodlightConfigurationId = "foo";
|
| @@ -1584,7 +1584,7 @@ checkConversion(api.Conversion o) {
|
| buildCounterConversion++;
|
| if (buildCounterConversion < 3) {
|
| unittest.expect(o.childDirectedTreatment, unittest.isTrue);
|
| - checkUnnamed1845(o.customVariables);
|
| + checkUnnamed1425(o.customVariables);
|
| unittest.expect(o.encryptedUserId, unittest.equals('foo'));
|
| unittest.expect(o.floodlightActivityId, unittest.equals('foo'));
|
| unittest.expect(o.floodlightConfigurationId, unittest.equals('foo'));
|
| @@ -1622,14 +1622,14 @@ checkConversionError(api.ConversionError o) {
|
| buildCounterConversionError--;
|
| }
|
|
|
| -buildUnnamed1846() {
|
| +buildUnnamed1426() {
|
| var o = new core.List<api.ConversionError>();
|
| o.add(buildConversionError());
|
| o.add(buildConversionError());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1846(core.List<api.ConversionError> o) {
|
| +checkUnnamed1426(core.List<api.ConversionError> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkConversionError(o[0]);
|
| checkConversionError(o[1]);
|
| @@ -1641,7 +1641,7 @@ buildConversionStatus() {
|
| buildCounterConversionStatus++;
|
| if (buildCounterConversionStatus < 3) {
|
| o.conversion = buildConversion();
|
| - o.errors = buildUnnamed1846();
|
| + o.errors = buildUnnamed1426();
|
| o.kind = "foo";
|
| }
|
| buildCounterConversionStatus--;
|
| @@ -1652,20 +1652,20 @@ checkConversionStatus(api.ConversionStatus o) {
|
| buildCounterConversionStatus++;
|
| if (buildCounterConversionStatus < 3) {
|
| checkConversion(o.conversion);
|
| - checkUnnamed1846(o.errors);
|
| + checkUnnamed1426(o.errors);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterConversionStatus--;
|
| }
|
|
|
| -buildUnnamed1847() {
|
| +buildUnnamed1427() {
|
| var o = new core.List<api.Conversion>();
|
| o.add(buildConversion());
|
| o.add(buildConversion());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1847(core.List<api.Conversion> o) {
|
| +checkUnnamed1427(core.List<api.Conversion> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkConversion(o[0]);
|
| checkConversion(o[1]);
|
| @@ -1676,7 +1676,7 @@ buildConversionsBatchInsertRequest() {
|
| var o = new api.ConversionsBatchInsertRequest();
|
| buildCounterConversionsBatchInsertRequest++;
|
| if (buildCounterConversionsBatchInsertRequest < 3) {
|
| - o.conversions = buildUnnamed1847();
|
| + o.conversions = buildUnnamed1427();
|
| o.encryptionInfo = buildEncryptionInfo();
|
| o.kind = "foo";
|
| }
|
| @@ -1687,21 +1687,21 @@ buildConversionsBatchInsertRequest() {
|
| checkConversionsBatchInsertRequest(api.ConversionsBatchInsertRequest o) {
|
| buildCounterConversionsBatchInsertRequest++;
|
| if (buildCounterConversionsBatchInsertRequest < 3) {
|
| - checkUnnamed1847(o.conversions);
|
| + checkUnnamed1427(o.conversions);
|
| checkEncryptionInfo(o.encryptionInfo);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterConversionsBatchInsertRequest--;
|
| }
|
|
|
| -buildUnnamed1848() {
|
| +buildUnnamed1428() {
|
| var o = new core.List<api.ConversionStatus>();
|
| o.add(buildConversionStatus());
|
| o.add(buildConversionStatus());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1848(core.List<api.ConversionStatus> o) {
|
| +checkUnnamed1428(core.List<api.ConversionStatus> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkConversionStatus(o[0]);
|
| checkConversionStatus(o[1]);
|
| @@ -1714,7 +1714,7 @@ buildConversionsBatchInsertResponse() {
|
| if (buildCounterConversionsBatchInsertResponse < 3) {
|
| o.hasFailures = true;
|
| o.kind = "foo";
|
| - o.status = buildUnnamed1848();
|
| + o.status = buildUnnamed1428();
|
| }
|
| buildCounterConversionsBatchInsertResponse--;
|
| return o;
|
| @@ -1725,19 +1725,19 @@ checkConversionsBatchInsertResponse(api.ConversionsBatchInsertResponse o) {
|
| if (buildCounterConversionsBatchInsertResponse < 3) {
|
| unittest.expect(o.hasFailures, unittest.isTrue);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1848(o.status);
|
| + checkUnnamed1428(o.status);
|
| }
|
| buildCounterConversionsBatchInsertResponse--;
|
| }
|
|
|
| -buildUnnamed1849() {
|
| +buildUnnamed1429() {
|
| var o = new core.List<api.Country>();
|
| o.add(buildCountry());
|
| o.add(buildCountry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1849(core.List<api.Country> o) {
|
| +checkUnnamed1429(core.List<api.Country> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCountry(o[0]);
|
| checkCountry(o[1]);
|
| @@ -1748,7 +1748,7 @@ buildCountriesListResponse() {
|
| var o = new api.CountriesListResponse();
|
| buildCounterCountriesListResponse++;
|
| if (buildCounterCountriesListResponse < 3) {
|
| - o.countries = buildUnnamed1849();
|
| + o.countries = buildUnnamed1429();
|
| o.kind = "foo";
|
| }
|
| buildCounterCountriesListResponse--;
|
| @@ -1758,7 +1758,7 @@ buildCountriesListResponse() {
|
| checkCountriesListResponse(api.CountriesListResponse o) {
|
| buildCounterCountriesListResponse++;
|
| if (buildCounterCountriesListResponse < 3) {
|
| - checkUnnamed1849(o.countries);
|
| + checkUnnamed1429(o.countries);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterCountriesListResponse--;
|
| @@ -1791,157 +1791,157 @@ checkCountry(api.Country o) {
|
| buildCounterCountry--;
|
| }
|
|
|
| -buildUnnamed1850() {
|
| +buildUnnamed1430() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1850(core.List<core.String> o) {
|
| +checkUnnamed1430(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'));
|
| }
|
|
|
| -buildUnnamed1851() {
|
| +buildUnnamed1431() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1851(core.List<core.String> o) {
|
| +checkUnnamed1431(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'));
|
| }
|
|
|
| -buildUnnamed1852() {
|
| +buildUnnamed1432() {
|
| var o = new core.List<api.ClickTag>();
|
| o.add(buildClickTag());
|
| o.add(buildClickTag());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1852(core.List<api.ClickTag> o) {
|
| +checkUnnamed1432(core.List<api.ClickTag> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkClickTag(o[0]);
|
| checkClickTag(o[1]);
|
| }
|
|
|
| -buildUnnamed1853() {
|
| +buildUnnamed1433() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1853(core.List<core.String> o) {
|
| +checkUnnamed1433(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'));
|
| }
|
|
|
| -buildUnnamed1854() {
|
| +buildUnnamed1434() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1854(core.List<core.String> o) {
|
| +checkUnnamed1434(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'));
|
| }
|
|
|
| -buildUnnamed1855() {
|
| +buildUnnamed1435() {
|
| var o = new core.List<api.CreativeCustomEvent>();
|
| o.add(buildCreativeCustomEvent());
|
| o.add(buildCreativeCustomEvent());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1855(core.List<api.CreativeCustomEvent> o) {
|
| +checkUnnamed1435(core.List<api.CreativeCustomEvent> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeCustomEvent(o[0]);
|
| checkCreativeCustomEvent(o[1]);
|
| }
|
|
|
| -buildUnnamed1856() {
|
| +buildUnnamed1436() {
|
| var o = new core.List<api.CreativeAsset>();
|
| o.add(buildCreativeAsset());
|
| o.add(buildCreativeAsset());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1856(core.List<api.CreativeAsset> o) {
|
| +checkUnnamed1436(core.List<api.CreativeAsset> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeAsset(o[0]);
|
| checkCreativeAsset(o[1]);
|
| }
|
|
|
| -buildUnnamed1857() {
|
| +buildUnnamed1437() {
|
| var o = new core.List<api.CreativeFieldAssignment>();
|
| o.add(buildCreativeFieldAssignment());
|
| o.add(buildCreativeFieldAssignment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1857(core.List<api.CreativeFieldAssignment> o) {
|
| +checkUnnamed1437(core.List<api.CreativeFieldAssignment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeFieldAssignment(o[0]);
|
| checkCreativeFieldAssignment(o[1]);
|
| }
|
|
|
| -buildUnnamed1858() {
|
| +buildUnnamed1438() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1858(core.List<core.String> o) {
|
| +checkUnnamed1438(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'));
|
| }
|
|
|
| -buildUnnamed1859() {
|
| +buildUnnamed1439() {
|
| var o = new core.List<api.CreativeCustomEvent>();
|
| o.add(buildCreativeCustomEvent());
|
| o.add(buildCreativeCustomEvent());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1859(core.List<api.CreativeCustomEvent> o) {
|
| +checkUnnamed1439(core.List<api.CreativeCustomEvent> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeCustomEvent(o[0]);
|
| checkCreativeCustomEvent(o[1]);
|
| }
|
|
|
| -buildUnnamed1860() {
|
| +buildUnnamed1440() {
|
| var o = new core.List<api.ThirdPartyTrackingUrl>();
|
| o.add(buildThirdPartyTrackingUrl());
|
| o.add(buildThirdPartyTrackingUrl());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1860(core.List<api.ThirdPartyTrackingUrl> o) {
|
| +checkUnnamed1440(core.List<api.ThirdPartyTrackingUrl> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkThirdPartyTrackingUrl(o[0]);
|
| checkThirdPartyTrackingUrl(o[1]);
|
| }
|
|
|
| -buildUnnamed1861() {
|
| +buildUnnamed1441() {
|
| var o = new core.List<api.CreativeCustomEvent>();
|
| o.add(buildCreativeCustomEvent());
|
| o.add(buildCreativeCustomEvent());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1861(core.List<api.CreativeCustomEvent> o) {
|
| +checkUnnamed1441(core.List<api.CreativeCustomEvent> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeCustomEvent(o[0]);
|
| checkCreativeCustomEvent(o[1]);
|
| @@ -1955,7 +1955,7 @@ buildCreative() {
|
| o.accountId = "foo";
|
| o.active = true;
|
| o.adParameters = "foo";
|
| - o.adTagKeys = buildUnnamed1850();
|
| + o.adTagKeys = buildUnnamed1430();
|
| o.advertiserId = "foo";
|
| o.allowScriptAccess = true;
|
| o.archived = true;
|
| @@ -1965,19 +1965,19 @@ buildCreative() {
|
| o.autoAdvanceImages = true;
|
| o.backgroundColor = "foo";
|
| o.backupImageClickThroughUrl = "foo";
|
| - o.backupImageFeatures = buildUnnamed1851();
|
| + o.backupImageFeatures = buildUnnamed1431();
|
| o.backupImageReportingLabel = "foo";
|
| o.backupImageTargetWindow = buildTargetWindow();
|
| - o.clickTags = buildUnnamed1852();
|
| + o.clickTags = buildUnnamed1432();
|
| o.commercialId = "foo";
|
| - o.companionCreatives = buildUnnamed1853();
|
| - o.compatibility = buildUnnamed1854();
|
| + o.companionCreatives = buildUnnamed1433();
|
| + o.compatibility = buildUnnamed1434();
|
| o.convertFlashToHtml5 = true;
|
| - o.counterCustomEvents = buildUnnamed1855();
|
| - o.creativeAssets = buildUnnamed1856();
|
| - o.creativeFieldAssignments = buildUnnamed1857();
|
| - o.customKeyValues = buildUnnamed1858();
|
| - o.exitCustomEvents = buildUnnamed1859();
|
| + o.counterCustomEvents = buildUnnamed1435();
|
| + o.creativeAssets = buildUnnamed1436();
|
| + o.creativeFieldAssignments = buildUnnamed1437();
|
| + o.customKeyValues = buildUnnamed1438();
|
| + o.exitCustomEvents = buildUnnamed1439();
|
| o.fsCommand = buildFsCommand();
|
| o.htmlCode = "foo";
|
| o.htmlCodeLocked = true;
|
| @@ -2003,8 +2003,8 @@ buildCreative() {
|
| o.subaccountId = "foo";
|
| o.thirdPartyBackupImageImpressionsUrl = "foo";
|
| o.thirdPartyRichMediaImpressionsUrl = "foo";
|
| - o.thirdPartyUrls = buildUnnamed1860();
|
| - o.timerCustomEvents = buildUnnamed1861();
|
| + o.thirdPartyUrls = buildUnnamed1440();
|
| + o.timerCustomEvents = buildUnnamed1441();
|
| o.totalFileSize = "foo";
|
| o.type = "foo";
|
| o.version = 42;
|
| @@ -2021,7 +2021,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'));
|
| - checkUnnamed1850(o.adTagKeys);
|
| + checkUnnamed1430(o.adTagKeys);
|
| unittest.expect(o.advertiserId, unittest.equals('foo'));
|
| unittest.expect(o.allowScriptAccess, unittest.isTrue);
|
| unittest.expect(o.archived, unittest.isTrue);
|
| @@ -2031,19 +2031,19 @@ checkCreative(api.Creative o) {
|
| unittest.expect(o.autoAdvanceImages, unittest.isTrue);
|
| unittest.expect(o.backgroundColor, unittest.equals('foo'));
|
| unittest.expect(o.backupImageClickThroughUrl, unittest.equals('foo'));
|
| - checkUnnamed1851(o.backupImageFeatures);
|
| + checkUnnamed1431(o.backupImageFeatures);
|
| unittest.expect(o.backupImageReportingLabel, unittest.equals('foo'));
|
| checkTargetWindow(o.backupImageTargetWindow);
|
| - checkUnnamed1852(o.clickTags);
|
| + checkUnnamed1432(o.clickTags);
|
| unittest.expect(o.commercialId, unittest.equals('foo'));
|
| - checkUnnamed1853(o.companionCreatives);
|
| - checkUnnamed1854(o.compatibility);
|
| + checkUnnamed1433(o.companionCreatives);
|
| + checkUnnamed1434(o.compatibility);
|
| unittest.expect(o.convertFlashToHtml5, unittest.isTrue);
|
| - checkUnnamed1855(o.counterCustomEvents);
|
| - checkUnnamed1856(o.creativeAssets);
|
| - checkUnnamed1857(o.creativeFieldAssignments);
|
| - checkUnnamed1858(o.customKeyValues);
|
| - checkUnnamed1859(o.exitCustomEvents);
|
| + checkUnnamed1435(o.counterCustomEvents);
|
| + checkUnnamed1436(o.creativeAssets);
|
| + checkUnnamed1437(o.creativeFieldAssignments);
|
| + checkUnnamed1438(o.customKeyValues);
|
| + checkUnnamed1439(o.exitCustomEvents);
|
| checkFsCommand(o.fsCommand);
|
| unittest.expect(o.htmlCode, unittest.equals('foo'));
|
| unittest.expect(o.htmlCodeLocked, unittest.isTrue);
|
| @@ -2069,8 +2069,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'));
|
| - checkUnnamed1860(o.thirdPartyUrls);
|
| - checkUnnamed1861(o.timerCustomEvents);
|
| + checkUnnamed1440(o.thirdPartyUrls);
|
| + checkUnnamed1441(o.timerCustomEvents);
|
| unittest.expect(o.totalFileSize, unittest.equals('foo'));
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| unittest.expect(o.version, unittest.equals(42));
|
| @@ -2080,14 +2080,14 @@ checkCreative(api.Creative o) {
|
| buildCounterCreative--;
|
| }
|
|
|
| -buildUnnamed1862() {
|
| +buildUnnamed1442() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1862(core.List<core.String> o) {
|
| +checkUnnamed1442(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'));
|
| @@ -2108,7 +2108,7 @@ buildCreativeAsset() {
|
| o.childAssetType = "foo";
|
| o.collapsedSize = buildSize();
|
| o.customStartTimeValue = 42;
|
| - o.detectedFeatures = buildUnnamed1862();
|
| + o.detectedFeatures = buildUnnamed1442();
|
| o.displayType = "foo";
|
| o.duration = 42;
|
| o.durationType = "foo";
|
| @@ -2158,7 +2158,7 @@ checkCreativeAsset(api.CreativeAsset o) {
|
| unittest.expect(o.childAssetType, unittest.equals('foo'));
|
| checkSize(o.collapsedSize);
|
| unittest.expect(o.customStartTimeValue, unittest.equals(42));
|
| - checkUnnamed1862(o.detectedFeatures);
|
| + checkUnnamed1442(o.detectedFeatures);
|
| unittest.expect(o.displayType, unittest.equals('foo'));
|
| unittest.expect(o.duration, unittest.equals(42));
|
| unittest.expect(o.durationType, unittest.equals('foo'));
|
| @@ -2215,40 +2215,40 @@ checkCreativeAssetId(api.CreativeAssetId o) {
|
| buildCounterCreativeAssetId--;
|
| }
|
|
|
| -buildUnnamed1863() {
|
| +buildUnnamed1443() {
|
| var o = new core.List<api.ClickTag>();
|
| o.add(buildClickTag());
|
| o.add(buildClickTag());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1863(core.List<api.ClickTag> o) {
|
| +checkUnnamed1443(core.List<api.ClickTag> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkClickTag(o[0]);
|
| checkClickTag(o[1]);
|
| }
|
|
|
| -buildUnnamed1864() {
|
| +buildUnnamed1444() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1864(core.List<core.String> o) {
|
| +checkUnnamed1444(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'));
|
| }
|
|
|
| -buildUnnamed1865() {
|
| +buildUnnamed1445() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1865(core.List<core.String> o) {
|
| +checkUnnamed1445(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'));
|
| @@ -2260,10 +2260,10 @@ buildCreativeAssetMetadata() {
|
| buildCounterCreativeAssetMetadata++;
|
| if (buildCounterCreativeAssetMetadata < 3) {
|
| o.assetIdentifier = buildCreativeAssetId();
|
| - o.clickTags = buildUnnamed1863();
|
| - o.detectedFeatures = buildUnnamed1864();
|
| + o.clickTags = buildUnnamed1443();
|
| + o.detectedFeatures = buildUnnamed1444();
|
| o.kind = "foo";
|
| - o.warnedValidationRules = buildUnnamed1865();
|
| + o.warnedValidationRules = buildUnnamed1445();
|
| }
|
| buildCounterCreativeAssetMetadata--;
|
| return o;
|
| @@ -2273,48 +2273,48 @@ checkCreativeAssetMetadata(api.CreativeAssetMetadata o) {
|
| buildCounterCreativeAssetMetadata++;
|
| if (buildCounterCreativeAssetMetadata < 3) {
|
| checkCreativeAssetId(o.assetIdentifier);
|
| - checkUnnamed1863(o.clickTags);
|
| - checkUnnamed1864(o.detectedFeatures);
|
| + checkUnnamed1443(o.clickTags);
|
| + checkUnnamed1444(o.detectedFeatures);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1865(o.warnedValidationRules);
|
| + checkUnnamed1445(o.warnedValidationRules);
|
| }
|
| buildCounterCreativeAssetMetadata--;
|
| }
|
|
|
| -buildUnnamed1866() {
|
| +buildUnnamed1446() {
|
| var o = new core.List<api.CompanionClickThroughOverride>();
|
| o.add(buildCompanionClickThroughOverride());
|
| o.add(buildCompanionClickThroughOverride());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1866(core.List<api.CompanionClickThroughOverride> o) {
|
| +checkUnnamed1446(core.List<api.CompanionClickThroughOverride> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCompanionClickThroughOverride(o[0]);
|
| checkCompanionClickThroughOverride(o[1]);
|
| }
|
|
|
| -buildUnnamed1867() {
|
| +buildUnnamed1447() {
|
| var o = new core.List<api.CreativeGroupAssignment>();
|
| o.add(buildCreativeGroupAssignment());
|
| o.add(buildCreativeGroupAssignment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1867(core.List<api.CreativeGroupAssignment> o) {
|
| +checkUnnamed1447(core.List<api.CreativeGroupAssignment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeGroupAssignment(o[0]);
|
| checkCreativeGroupAssignment(o[1]);
|
| }
|
|
|
| -buildUnnamed1868() {
|
| +buildUnnamed1448() {
|
| var o = new core.List<api.RichMediaExitOverride>();
|
| o.add(buildRichMediaExitOverride());
|
| o.add(buildRichMediaExitOverride());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1868(core.List<api.RichMediaExitOverride> o) {
|
| +checkUnnamed1448(core.List<api.RichMediaExitOverride> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRichMediaExitOverride(o[0]);
|
| checkRichMediaExitOverride(o[1]);
|
| @@ -2328,12 +2328,12 @@ buildCreativeAssignment() {
|
| o.active = true;
|
| o.applyEventTags = true;
|
| o.clickThroughUrl = buildClickThroughUrl();
|
| - o.companionCreativeOverrides = buildUnnamed1866();
|
| - o.creativeGroupAssignments = buildUnnamed1867();
|
| + o.companionCreativeOverrides = buildUnnamed1446();
|
| + o.creativeGroupAssignments = buildUnnamed1447();
|
| o.creativeId = "foo";
|
| o.creativeIdDimensionValue = buildDimensionValue();
|
| o.endTime = core.DateTime.parse("2002-02-27T14:01:02");
|
| - o.richMediaExitOverrides = buildUnnamed1868();
|
| + o.richMediaExitOverrides = buildUnnamed1448();
|
| o.sequence = 42;
|
| o.sslCompliant = true;
|
| o.startTime = core.DateTime.parse("2002-02-27T14:01:02");
|
| @@ -2349,12 +2349,12 @@ checkCreativeAssignment(api.CreativeAssignment o) {
|
| unittest.expect(o.active, unittest.isTrue);
|
| unittest.expect(o.applyEventTags, unittest.isTrue);
|
| checkClickThroughUrl(o.clickThroughUrl);
|
| - checkUnnamed1866(o.companionCreativeOverrides);
|
| - checkUnnamed1867(o.creativeGroupAssignments);
|
| + checkUnnamed1446(o.companionCreativeOverrides);
|
| + checkUnnamed1447(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")));
|
| - checkUnnamed1868(o.richMediaExitOverrides);
|
| + checkUnnamed1448(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")));
|
| @@ -2475,14 +2475,14 @@ checkCreativeFieldValue(api.CreativeFieldValue o) {
|
| buildCounterCreativeFieldValue--;
|
| }
|
|
|
| -buildUnnamed1869() {
|
| +buildUnnamed1449() {
|
| var o = new core.List<api.CreativeFieldValue>();
|
| o.add(buildCreativeFieldValue());
|
| o.add(buildCreativeFieldValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1869(core.List<api.CreativeFieldValue> o) {
|
| +checkUnnamed1449(core.List<api.CreativeFieldValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeFieldValue(o[0]);
|
| checkCreativeFieldValue(o[1]);
|
| @@ -2493,7 +2493,7 @@ buildCreativeFieldValuesListResponse() {
|
| var o = new api.CreativeFieldValuesListResponse();
|
| buildCounterCreativeFieldValuesListResponse++;
|
| if (buildCounterCreativeFieldValuesListResponse < 3) {
|
| - o.creativeFieldValues = buildUnnamed1869();
|
| + o.creativeFieldValues = buildUnnamed1449();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -2504,21 +2504,21 @@ buildCreativeFieldValuesListResponse() {
|
| checkCreativeFieldValuesListResponse(api.CreativeFieldValuesListResponse o) {
|
| buildCounterCreativeFieldValuesListResponse++;
|
| if (buildCounterCreativeFieldValuesListResponse < 3) {
|
| - checkUnnamed1869(o.creativeFieldValues);
|
| + checkUnnamed1449(o.creativeFieldValues);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterCreativeFieldValuesListResponse--;
|
| }
|
|
|
| -buildUnnamed1870() {
|
| +buildUnnamed1450() {
|
| var o = new core.List<api.CreativeField>();
|
| o.add(buildCreativeField());
|
| o.add(buildCreativeField());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1870(core.List<api.CreativeField> o) {
|
| +checkUnnamed1450(core.List<api.CreativeField> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeField(o[0]);
|
| checkCreativeField(o[1]);
|
| @@ -2529,7 +2529,7 @@ buildCreativeFieldsListResponse() {
|
| var o = new api.CreativeFieldsListResponse();
|
| buildCounterCreativeFieldsListResponse++;
|
| if (buildCounterCreativeFieldsListResponse < 3) {
|
| - o.creativeFields = buildUnnamed1870();
|
| + o.creativeFields = buildUnnamed1450();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -2540,7 +2540,7 @@ buildCreativeFieldsListResponse() {
|
| checkCreativeFieldsListResponse(api.CreativeFieldsListResponse o) {
|
| buildCounterCreativeFieldsListResponse++;
|
| if (buildCounterCreativeFieldsListResponse < 3) {
|
| - checkUnnamed1870(o.creativeFields);
|
| + checkUnnamed1450(o.creativeFields);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -2601,14 +2601,14 @@ checkCreativeGroupAssignment(api.CreativeGroupAssignment o) {
|
| buildCounterCreativeGroupAssignment--;
|
| }
|
|
|
| -buildUnnamed1871() {
|
| +buildUnnamed1451() {
|
| var o = new core.List<api.CreativeGroup>();
|
| o.add(buildCreativeGroup());
|
| o.add(buildCreativeGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1871(core.List<api.CreativeGroup> o) {
|
| +checkUnnamed1451(core.List<api.CreativeGroup> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeGroup(o[0]);
|
| checkCreativeGroup(o[1]);
|
| @@ -2619,7 +2619,7 @@ buildCreativeGroupsListResponse() {
|
| var o = new api.CreativeGroupsListResponse();
|
| buildCounterCreativeGroupsListResponse++;
|
| if (buildCounterCreativeGroupsListResponse < 3) {
|
| - o.creativeGroups = buildUnnamed1871();
|
| + o.creativeGroups = buildUnnamed1451();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -2630,21 +2630,21 @@ buildCreativeGroupsListResponse() {
|
| checkCreativeGroupsListResponse(api.CreativeGroupsListResponse o) {
|
| buildCounterCreativeGroupsListResponse++;
|
| if (buildCounterCreativeGroupsListResponse < 3) {
|
| - checkUnnamed1871(o.creativeGroups);
|
| + checkUnnamed1451(o.creativeGroups);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterCreativeGroupsListResponse--;
|
| }
|
|
|
| -buildUnnamed1872() {
|
| +buildUnnamed1452() {
|
| var o = new core.List<api.OptimizationActivity>();
|
| o.add(buildOptimizationActivity());
|
| o.add(buildOptimizationActivity());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1872(core.List<api.OptimizationActivity> o) {
|
| +checkUnnamed1452(core.List<api.OptimizationActivity> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOptimizationActivity(o[0]);
|
| checkOptimizationActivity(o[1]);
|
| @@ -2657,7 +2657,7 @@ buildCreativeOptimizationConfiguration() {
|
| if (buildCounterCreativeOptimizationConfiguration < 3) {
|
| o.id = "foo";
|
| o.name = "foo";
|
| - o.optimizationActivitys = buildUnnamed1872();
|
| + o.optimizationActivitys = buildUnnamed1452();
|
| o.optimizationModel = "foo";
|
| }
|
| buildCounterCreativeOptimizationConfiguration--;
|
| @@ -2669,20 +2669,20 @@ checkCreativeOptimizationConfiguration(api.CreativeOptimizationConfiguration o)
|
| if (buildCounterCreativeOptimizationConfiguration < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| - checkUnnamed1872(o.optimizationActivitys);
|
| + checkUnnamed1452(o.optimizationActivitys);
|
| unittest.expect(o.optimizationModel, unittest.equals('foo'));
|
| }
|
| buildCounterCreativeOptimizationConfiguration--;
|
| }
|
|
|
| -buildUnnamed1873() {
|
| +buildUnnamed1453() {
|
| var o = new core.List<api.CreativeAssignment>();
|
| o.add(buildCreativeAssignment());
|
| o.add(buildCreativeAssignment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1873(core.List<api.CreativeAssignment> o) {
|
| +checkUnnamed1453(core.List<api.CreativeAssignment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeAssignment(o[0]);
|
| checkCreativeAssignment(o[1]);
|
| @@ -2693,7 +2693,7 @@ buildCreativeRotation() {
|
| var o = new api.CreativeRotation();
|
| buildCounterCreativeRotation++;
|
| if (buildCounterCreativeRotation < 3) {
|
| - o.creativeAssignments = buildUnnamed1873();
|
| + o.creativeAssignments = buildUnnamed1453();
|
| o.creativeOptimizationConfigurationId = "foo";
|
| o.type = "foo";
|
| o.weightCalculationStrategy = "foo";
|
| @@ -2705,7 +2705,7 @@ buildCreativeRotation() {
|
| checkCreativeRotation(api.CreativeRotation o) {
|
| buildCounterCreativeRotation++;
|
| if (buildCounterCreativeRotation < 3) {
|
| - checkUnnamed1873(o.creativeAssignments);
|
| + checkUnnamed1453(o.creativeAssignments);
|
| unittest.expect(o.creativeOptimizationConfigurationId, unittest.equals('foo'));
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| unittest.expect(o.weightCalculationStrategy, unittest.equals('foo'));
|
| @@ -2734,14 +2734,14 @@ checkCreativeSettings(api.CreativeSettings o) {
|
| buildCounterCreativeSettings--;
|
| }
|
|
|
| -buildUnnamed1874() {
|
| +buildUnnamed1454() {
|
| var o = new core.List<api.Creative>();
|
| o.add(buildCreative());
|
| o.add(buildCreative());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1874(core.List<api.Creative> o) {
|
| +checkUnnamed1454(core.List<api.Creative> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreative(o[0]);
|
| checkCreative(o[1]);
|
| @@ -2752,7 +2752,7 @@ buildCreativesListResponse() {
|
| var o = new api.CreativesListResponse();
|
| buildCounterCreativesListResponse++;
|
| if (buildCounterCreativesListResponse < 3) {
|
| - o.creatives = buildUnnamed1874();
|
| + o.creatives = buildUnnamed1454();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -2763,60 +2763,60 @@ buildCreativesListResponse() {
|
| checkCreativesListResponse(api.CreativesListResponse o) {
|
| buildCounterCreativesListResponse++;
|
| if (buildCounterCreativesListResponse < 3) {
|
| - checkUnnamed1874(o.creatives);
|
| + checkUnnamed1454(o.creatives);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterCreativesListResponse--;
|
| }
|
|
|
| -buildUnnamed1875() {
|
| +buildUnnamed1455() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1875(core.List<api.Dimension> o) {
|
| +checkUnnamed1455(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed1876() {
|
| +buildUnnamed1456() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1876(core.List<api.Dimension> o) {
|
| +checkUnnamed1456(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed1877() {
|
| +buildUnnamed1457() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1877(core.List<api.Metric> o) {
|
| +checkUnnamed1457(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| }
|
|
|
| -buildUnnamed1878() {
|
| +buildUnnamed1458() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1878(core.List<api.Metric> o) {
|
| +checkUnnamed1458(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| @@ -2827,11 +2827,11 @@ buildCrossDimensionReachReportCompatibleFields() {
|
| var o = new api.CrossDimensionReachReportCompatibleFields();
|
| buildCounterCrossDimensionReachReportCompatibleFields++;
|
| if (buildCounterCrossDimensionReachReportCompatibleFields < 3) {
|
| - o.breakdown = buildUnnamed1875();
|
| - o.dimensionFilters = buildUnnamed1876();
|
| + o.breakdown = buildUnnamed1455();
|
| + o.dimensionFilters = buildUnnamed1456();
|
| o.kind = "foo";
|
| - o.metrics = buildUnnamed1877();
|
| - o.overlapMetrics = buildUnnamed1878();
|
| + o.metrics = buildUnnamed1457();
|
| + o.overlapMetrics = buildUnnamed1458();
|
| }
|
| buildCounterCrossDimensionReachReportCompatibleFields--;
|
| return o;
|
| @@ -2840,11 +2840,11 @@ buildCrossDimensionReachReportCompatibleFields() {
|
| checkCrossDimensionReachReportCompatibleFields(api.CrossDimensionReachReportCompatibleFields o) {
|
| buildCounterCrossDimensionReachReportCompatibleFields++;
|
| if (buildCounterCrossDimensionReachReportCompatibleFields < 3) {
|
| - checkUnnamed1875(o.breakdown);
|
| - checkUnnamed1876(o.dimensionFilters);
|
| + checkUnnamed1455(o.breakdown);
|
| + checkUnnamed1456(o.dimensionFilters);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1877(o.metrics);
|
| - checkUnnamed1878(o.overlapMetrics);
|
| + checkUnnamed1457(o.metrics);
|
| + checkUnnamed1458(o.overlapMetrics);
|
| }
|
| buildCounterCrossDimensionReachReportCompatibleFields--;
|
| }
|
| @@ -2872,14 +2872,14 @@ checkCustomFloodlightVariable(api.CustomFloodlightVariable o) {
|
| buildCounterCustomFloodlightVariable--;
|
| }
|
|
|
| -buildUnnamed1879() {
|
| +buildUnnamed1459() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1879(core.List<api.DimensionValue> o) {
|
| +checkUnnamed1459(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| @@ -2890,7 +2890,7 @@ buildCustomRichMediaEvents() {
|
| var o = new api.CustomRichMediaEvents();
|
| buildCounterCustomRichMediaEvents++;
|
| if (buildCounterCustomRichMediaEvents < 3) {
|
| - o.filteredEventIds = buildUnnamed1879();
|
| + o.filteredEventIds = buildUnnamed1459();
|
| o.kind = "foo";
|
| }
|
| buildCounterCustomRichMediaEvents--;
|
| @@ -2900,7 +2900,7 @@ buildCustomRichMediaEvents() {
|
| checkCustomRichMediaEvents(api.CustomRichMediaEvents o) {
|
| buildCounterCustomRichMediaEvents++;
|
| if (buildCounterCustomRichMediaEvents < 3) {
|
| - checkUnnamed1879(o.filteredEventIds);
|
| + checkUnnamed1459(o.filteredEventIds);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterCustomRichMediaEvents--;
|
| @@ -2931,27 +2931,27 @@ checkDateRange(api.DateRange o) {
|
| buildCounterDateRange--;
|
| }
|
|
|
| -buildUnnamed1880() {
|
| +buildUnnamed1460() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1880(core.List<core.String> o) {
|
| +checkUnnamed1460(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'));
|
| }
|
|
|
| -buildUnnamed1881() {
|
| +buildUnnamed1461() {
|
| var o = new core.List<core.int>();
|
| o.add(42);
|
| o.add(42);
|
| return o;
|
| }
|
|
|
| -checkUnnamed1881(core.List<core.int> o) {
|
| +checkUnnamed1461(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));
|
| @@ -2962,8 +2962,8 @@ buildDayPartTargeting() {
|
| var o = new api.DayPartTargeting();
|
| buildCounterDayPartTargeting++;
|
| if (buildCounterDayPartTargeting < 3) {
|
| - o.daysOfWeek = buildUnnamed1880();
|
| - o.hoursOfDay = buildUnnamed1881();
|
| + o.daysOfWeek = buildUnnamed1460();
|
| + o.hoursOfDay = buildUnnamed1461();
|
| o.userLocalTime = true;
|
| }
|
| buildCounterDayPartTargeting--;
|
| @@ -2973,8 +2973,8 @@ buildDayPartTargeting() {
|
| checkDayPartTargeting(api.DayPartTargeting o) {
|
| buildCounterDayPartTargeting++;
|
| if (buildCounterDayPartTargeting < 3) {
|
| - checkUnnamed1880(o.daysOfWeek);
|
| - checkUnnamed1881(o.hoursOfDay);
|
| + checkUnnamed1460(o.daysOfWeek);
|
| + checkUnnamed1461(o.hoursOfDay);
|
| unittest.expect(o.userLocalTime, unittest.isTrue);
|
| }
|
| buildCounterDayPartTargeting--;
|
| @@ -3126,14 +3126,14 @@ checkDimensionValue(api.DimensionValue o) {
|
| buildCounterDimensionValue--;
|
| }
|
|
|
| -buildUnnamed1882() {
|
| +buildUnnamed1462() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1882(core.List<api.DimensionValue> o) {
|
| +checkUnnamed1462(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| @@ -3145,7 +3145,7 @@ buildDimensionValueList() {
|
| buildCounterDimensionValueList++;
|
| if (buildCounterDimensionValueList < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed1882();
|
| + o.items = buildUnnamed1462();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -3157,21 +3157,21 @@ checkDimensionValueList(api.DimensionValueList o) {
|
| buildCounterDimensionValueList++;
|
| if (buildCounterDimensionValueList < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed1882(o.items);
|
| + checkUnnamed1462(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterDimensionValueList--;
|
| }
|
|
|
| -buildUnnamed1883() {
|
| +buildUnnamed1463() {
|
| var o = new core.List<api.DimensionFilter>();
|
| o.add(buildDimensionFilter());
|
| o.add(buildDimensionFilter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1883(core.List<api.DimensionFilter> o) {
|
| +checkUnnamed1463(core.List<api.DimensionFilter> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionFilter(o[0]);
|
| checkDimensionFilter(o[1]);
|
| @@ -3184,7 +3184,7 @@ buildDimensionValueRequest() {
|
| if (buildCounterDimensionValueRequest < 3) {
|
| o.dimensionName = "foo";
|
| o.endDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| - o.filters = buildUnnamed1883();
|
| + o.filters = buildUnnamed1463();
|
| o.kind = "foo";
|
| o.startDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| }
|
| @@ -3197,47 +3197,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")));
|
| - checkUnnamed1883(o.filters);
|
| + checkUnnamed1463(o.filters);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.startDate, unittest.equals(core.DateTime.parse("2002-02-27T00:00:00")));
|
| }
|
| buildCounterDimensionValueRequest--;
|
| }
|
|
|
| -buildUnnamed1884() {
|
| +buildUnnamed1464() {
|
| var o = new core.List<api.DirectorySiteContactAssignment>();
|
| o.add(buildDirectorySiteContactAssignment());
|
| o.add(buildDirectorySiteContactAssignment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1884(core.List<api.DirectorySiteContactAssignment> o) {
|
| +checkUnnamed1464(core.List<api.DirectorySiteContactAssignment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDirectorySiteContactAssignment(o[0]);
|
| checkDirectorySiteContactAssignment(o[1]);
|
| }
|
|
|
| -buildUnnamed1885() {
|
| +buildUnnamed1465() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1885(core.List<core.String> o) {
|
| +checkUnnamed1465(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'));
|
| }
|
|
|
| -buildUnnamed1886() {
|
| +buildUnnamed1466() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1886(core.List<core.String> o) {
|
| +checkUnnamed1466(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'));
|
| @@ -3249,14 +3249,14 @@ buildDirectorySite() {
|
| buildCounterDirectorySite++;
|
| if (buildCounterDirectorySite < 3) {
|
| o.active = true;
|
| - o.contactAssignments = buildUnnamed1884();
|
| + o.contactAssignments = buildUnnamed1464();
|
| o.countryId = "foo";
|
| o.currencyId = "foo";
|
| o.description = "foo";
|
| o.id = "foo";
|
| o.idDimensionValue = buildDimensionValue();
|
| - o.inpageTagFormats = buildUnnamed1885();
|
| - o.interstitialTagFormats = buildUnnamed1886();
|
| + o.inpageTagFormats = buildUnnamed1465();
|
| + o.interstitialTagFormats = buildUnnamed1466();
|
| o.kind = "foo";
|
| o.name = "foo";
|
| o.parentId = "foo";
|
| @@ -3271,14 +3271,14 @@ checkDirectorySite(api.DirectorySite o) {
|
| buildCounterDirectorySite++;
|
| if (buildCounterDirectorySite < 3) {
|
| unittest.expect(o.active, unittest.isTrue);
|
| - checkUnnamed1884(o.contactAssignments);
|
| + checkUnnamed1464(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);
|
| - checkUnnamed1885(o.inpageTagFormats);
|
| - checkUnnamed1886(o.interstitialTagFormats);
|
| + checkUnnamed1465(o.inpageTagFormats);
|
| + checkUnnamed1466(o.interstitialTagFormats);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.parentId, unittest.equals('foo'));
|
| @@ -3346,14 +3346,14 @@ checkDirectorySiteContactAssignment(api.DirectorySiteContactAssignment o) {
|
| buildCounterDirectorySiteContactAssignment--;
|
| }
|
|
|
| -buildUnnamed1887() {
|
| +buildUnnamed1467() {
|
| var o = new core.List<api.DirectorySiteContact>();
|
| o.add(buildDirectorySiteContact());
|
| o.add(buildDirectorySiteContact());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1887(core.List<api.DirectorySiteContact> o) {
|
| +checkUnnamed1467(core.List<api.DirectorySiteContact> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDirectorySiteContact(o[0]);
|
| checkDirectorySiteContact(o[1]);
|
| @@ -3364,7 +3364,7 @@ buildDirectorySiteContactsListResponse() {
|
| var o = new api.DirectorySiteContactsListResponse();
|
| buildCounterDirectorySiteContactsListResponse++;
|
| if (buildCounterDirectorySiteContactsListResponse < 3) {
|
| - o.directorySiteContacts = buildUnnamed1887();
|
| + o.directorySiteContacts = buildUnnamed1467();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -3375,7 +3375,7 @@ buildDirectorySiteContactsListResponse() {
|
| checkDirectorySiteContactsListResponse(api.DirectorySiteContactsListResponse o) {
|
| buildCounterDirectorySiteContactsListResponse++;
|
| if (buildCounterDirectorySiteContactsListResponse < 3) {
|
| - checkUnnamed1887(o.directorySiteContacts);
|
| + checkUnnamed1467(o.directorySiteContacts);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -3413,14 +3413,14 @@ checkDirectorySiteSettings(api.DirectorySiteSettings o) {
|
| buildCounterDirectorySiteSettings--;
|
| }
|
|
|
| -buildUnnamed1888() {
|
| +buildUnnamed1468() {
|
| var o = new core.List<api.DirectorySite>();
|
| o.add(buildDirectorySite());
|
| o.add(buildDirectorySite());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1888(core.List<api.DirectorySite> o) {
|
| +checkUnnamed1468(core.List<api.DirectorySite> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDirectorySite(o[0]);
|
| checkDirectorySite(o[1]);
|
| @@ -3431,7 +3431,7 @@ buildDirectorySitesListResponse() {
|
| var o = new api.DirectorySitesListResponse();
|
| buildCounterDirectorySitesListResponse++;
|
| if (buildCounterDirectorySitesListResponse < 3) {
|
| - o.directorySites = buildUnnamed1888();
|
| + o.directorySites = buildUnnamed1468();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -3442,7 +3442,7 @@ buildDirectorySitesListResponse() {
|
| checkDirectorySitesListResponse(api.DirectorySitesListResponse o) {
|
| buildCounterDirectorySitesListResponse++;
|
| if (buildCounterDirectorySitesListResponse < 3) {
|
| - checkUnnamed1888(o.directorySites);
|
| + checkUnnamed1468(o.directorySites);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -3474,14 +3474,14 @@ checkDynamicTargetingKey(api.DynamicTargetingKey o) {
|
| buildCounterDynamicTargetingKey--;
|
| }
|
|
|
| -buildUnnamed1889() {
|
| +buildUnnamed1469() {
|
| var o = new core.List<api.DynamicTargetingKey>();
|
| o.add(buildDynamicTargetingKey());
|
| o.add(buildDynamicTargetingKey());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1889(core.List<api.DynamicTargetingKey> o) {
|
| +checkUnnamed1469(core.List<api.DynamicTargetingKey> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDynamicTargetingKey(o[0]);
|
| checkDynamicTargetingKey(o[1]);
|
| @@ -3492,7 +3492,7 @@ buildDynamicTargetingKeysListResponse() {
|
| var o = new api.DynamicTargetingKeysListResponse();
|
| buildCounterDynamicTargetingKeysListResponse++;
|
| if (buildCounterDynamicTargetingKeysListResponse < 3) {
|
| - o.dynamicTargetingKeys = buildUnnamed1889();
|
| + o.dynamicTargetingKeys = buildUnnamed1469();
|
| o.kind = "foo";
|
| }
|
| buildCounterDynamicTargetingKeysListResponse--;
|
| @@ -3502,7 +3502,7 @@ buildDynamicTargetingKeysListResponse() {
|
| checkDynamicTargetingKeysListResponse(api.DynamicTargetingKeysListResponse o) {
|
| buildCounterDynamicTargetingKeysListResponse++;
|
| if (buildCounterDynamicTargetingKeysListResponse < 3) {
|
| - checkUnnamed1889(o.dynamicTargetingKeys);
|
| + checkUnnamed1469(o.dynamicTargetingKeys);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterDynamicTargetingKeysListResponse--;
|
| @@ -3533,14 +3533,14 @@ checkEncryptionInfo(api.EncryptionInfo o) {
|
| buildCounterEncryptionInfo--;
|
| }
|
|
|
| -buildUnnamed1890() {
|
| +buildUnnamed1470() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1890(core.List<core.String> o) {
|
| +checkUnnamed1470(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'));
|
| @@ -3562,7 +3562,7 @@ buildEventTag() {
|
| o.kind = "foo";
|
| o.name = "foo";
|
| o.siteFilterType = "foo";
|
| - o.siteIds = buildUnnamed1890();
|
| + o.siteIds = buildUnnamed1470();
|
| o.sslCompliant = true;
|
| o.status = "foo";
|
| o.subaccountId = "foo";
|
| @@ -3588,7 +3588,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'));
|
| - checkUnnamed1890(o.siteIds);
|
| + checkUnnamed1470(o.siteIds);
|
| unittest.expect(o.sslCompliant, unittest.isTrue);
|
| unittest.expect(o.status, unittest.equals('foo'));
|
| unittest.expect(o.subaccountId, unittest.equals('foo'));
|
| @@ -3620,14 +3620,14 @@ checkEventTagOverride(api.EventTagOverride o) {
|
| buildCounterEventTagOverride--;
|
| }
|
|
|
| -buildUnnamed1891() {
|
| +buildUnnamed1471() {
|
| var o = new core.List<api.EventTag>();
|
| o.add(buildEventTag());
|
| o.add(buildEventTag());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1891(core.List<api.EventTag> o) {
|
| +checkUnnamed1471(core.List<api.EventTag> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEventTag(o[0]);
|
| checkEventTag(o[1]);
|
| @@ -3638,7 +3638,7 @@ buildEventTagsListResponse() {
|
| var o = new api.EventTagsListResponse();
|
| buildCounterEventTagsListResponse++;
|
| if (buildCounterEventTagsListResponse < 3) {
|
| - o.eventTags = buildUnnamed1891();
|
| + o.eventTags = buildUnnamed1471();
|
| o.kind = "foo";
|
| }
|
| buildCounterEventTagsListResponse--;
|
| @@ -3648,7 +3648,7 @@ buildEventTagsListResponse() {
|
| checkEventTagsListResponse(api.EventTagsListResponse o) {
|
| buildCounterEventTagsListResponse++;
|
| if (buildCounterEventTagsListResponse < 3) {
|
| - checkUnnamed1891(o.eventTags);
|
| + checkUnnamed1471(o.eventTags);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterEventTagsListResponse--;
|
| @@ -3712,14 +3712,14 @@ checkFile(api.File o) {
|
| buildCounterFile--;
|
| }
|
|
|
| -buildUnnamed1892() {
|
| +buildUnnamed1472() {
|
| var o = new core.List<api.File>();
|
| o.add(buildFile());
|
| o.add(buildFile());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1892(core.List<api.File> o) {
|
| +checkUnnamed1472(core.List<api.File> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFile(o[0]);
|
| checkFile(o[1]);
|
| @@ -3731,7 +3731,7 @@ buildFileList() {
|
| buildCounterFileList++;
|
| if (buildCounterFileList < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed1892();
|
| + o.items = buildUnnamed1472();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -3743,7 +3743,7 @@ checkFileList(api.FileList o) {
|
| buildCounterFileList++;
|
| if (buildCounterFileList < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed1892(o.items);
|
| + checkUnnamed1472(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -3796,14 +3796,14 @@ checkFloodlightActivitiesGenerateTagResponse(api.FloodlightActivitiesGenerateTag
|
| buildCounterFloodlightActivitiesGenerateTagResponse--;
|
| }
|
|
|
| -buildUnnamed1893() {
|
| +buildUnnamed1473() {
|
| var o = new core.List<api.FloodlightActivity>();
|
| o.add(buildFloodlightActivity());
|
| o.add(buildFloodlightActivity());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1893(core.List<api.FloodlightActivity> o) {
|
| +checkUnnamed1473(core.List<api.FloodlightActivity> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFloodlightActivity(o[0]);
|
| checkFloodlightActivity(o[1]);
|
| @@ -3814,7 +3814,7 @@ buildFloodlightActivitiesListResponse() {
|
| var o = new api.FloodlightActivitiesListResponse();
|
| buildCounterFloodlightActivitiesListResponse++;
|
| if (buildCounterFloodlightActivitiesListResponse < 3) {
|
| - o.floodlightActivities = buildUnnamed1893();
|
| + o.floodlightActivities = buildUnnamed1473();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -3825,47 +3825,47 @@ buildFloodlightActivitiesListResponse() {
|
| checkFloodlightActivitiesListResponse(api.FloodlightActivitiesListResponse o) {
|
| buildCounterFloodlightActivitiesListResponse++;
|
| if (buildCounterFloodlightActivitiesListResponse < 3) {
|
| - checkUnnamed1893(o.floodlightActivities);
|
| + checkUnnamed1473(o.floodlightActivities);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterFloodlightActivitiesListResponse--;
|
| }
|
|
|
| -buildUnnamed1894() {
|
| +buildUnnamed1474() {
|
| var o = new core.List<api.FloodlightActivityDynamicTag>();
|
| o.add(buildFloodlightActivityDynamicTag());
|
| o.add(buildFloodlightActivityDynamicTag());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1894(core.List<api.FloodlightActivityDynamicTag> o) {
|
| +checkUnnamed1474(core.List<api.FloodlightActivityDynamicTag> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFloodlightActivityDynamicTag(o[0]);
|
| checkFloodlightActivityDynamicTag(o[1]);
|
| }
|
|
|
| -buildUnnamed1895() {
|
| +buildUnnamed1475() {
|
| var o = new core.List<api.FloodlightActivityPublisherDynamicTag>();
|
| o.add(buildFloodlightActivityPublisherDynamicTag());
|
| o.add(buildFloodlightActivityPublisherDynamicTag());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1895(core.List<api.FloodlightActivityPublisherDynamicTag> o) {
|
| +checkUnnamed1475(core.List<api.FloodlightActivityPublisherDynamicTag> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFloodlightActivityPublisherDynamicTag(o[0]);
|
| checkFloodlightActivityPublisherDynamicTag(o[1]);
|
| }
|
|
|
| -buildUnnamed1896() {
|
| +buildUnnamed1476() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1896(core.List<core.String> o) {
|
| +checkUnnamed1476(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'));
|
| @@ -3881,7 +3881,7 @@ buildFloodlightActivity() {
|
| o.advertiserIdDimensionValue = buildDimensionValue();
|
| o.cacheBustingType = "foo";
|
| o.countingMethod = "foo";
|
| - o.defaultTags = buildUnnamed1894();
|
| + o.defaultTags = buildUnnamed1474();
|
| o.expectedUrl = "foo";
|
| o.floodlightActivityGroupId = "foo";
|
| o.floodlightActivityGroupName = "foo";
|
| @@ -3896,14 +3896,14 @@ buildFloodlightActivity() {
|
| o.kind = "foo";
|
| o.name = "foo";
|
| o.notes = "foo";
|
| - o.publisherTags = buildUnnamed1895();
|
| + o.publisherTags = buildUnnamed1475();
|
| o.secure = true;
|
| o.sslCompliant = true;
|
| o.sslRequired = true;
|
| o.subaccountId = "foo";
|
| o.tagFormat = "foo";
|
| o.tagString = "foo";
|
| - o.userDefinedVariableTypes = buildUnnamed1896();
|
| + o.userDefinedVariableTypes = buildUnnamed1476();
|
| }
|
| buildCounterFloodlightActivity--;
|
| return o;
|
| @@ -3917,7 +3917,7 @@ checkFloodlightActivity(api.FloodlightActivity o) {
|
| checkDimensionValue(o.advertiserIdDimensionValue);
|
| unittest.expect(o.cacheBustingType, unittest.equals('foo'));
|
| unittest.expect(o.countingMethod, unittest.equals('foo'));
|
| - checkUnnamed1894(o.defaultTags);
|
| + checkUnnamed1474(o.defaultTags);
|
| unittest.expect(o.expectedUrl, unittest.equals('foo'));
|
| unittest.expect(o.floodlightActivityGroupId, unittest.equals('foo'));
|
| unittest.expect(o.floodlightActivityGroupName, unittest.equals('foo'));
|
| @@ -3932,14 +3932,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'));
|
| - checkUnnamed1895(o.publisherTags);
|
| + checkUnnamed1475(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'));
|
| - checkUnnamed1896(o.userDefinedVariableTypes);
|
| + checkUnnamed1476(o.userDefinedVariableTypes);
|
| }
|
| buildCounterFloodlightActivity--;
|
| }
|
| @@ -4008,14 +4008,14 @@ checkFloodlightActivityGroup(api.FloodlightActivityGroup o) {
|
| buildCounterFloodlightActivityGroup--;
|
| }
|
|
|
| -buildUnnamed1897() {
|
| +buildUnnamed1477() {
|
| var o = new core.List<api.FloodlightActivityGroup>();
|
| o.add(buildFloodlightActivityGroup());
|
| o.add(buildFloodlightActivityGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1897(core.List<api.FloodlightActivityGroup> o) {
|
| +checkUnnamed1477(core.List<api.FloodlightActivityGroup> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFloodlightActivityGroup(o[0]);
|
| checkFloodlightActivityGroup(o[1]);
|
| @@ -4026,7 +4026,7 @@ buildFloodlightActivityGroupsListResponse() {
|
| var o = new api.FloodlightActivityGroupsListResponse();
|
| buildCounterFloodlightActivityGroupsListResponse++;
|
| if (buildCounterFloodlightActivityGroupsListResponse < 3) {
|
| - o.floodlightActivityGroups = buildUnnamed1897();
|
| + o.floodlightActivityGroups = buildUnnamed1477();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -4037,7 +4037,7 @@ buildFloodlightActivityGroupsListResponse() {
|
| checkFloodlightActivityGroupsListResponse(api.FloodlightActivityGroupsListResponse o) {
|
| buildCounterFloodlightActivityGroupsListResponse++;
|
| if (buildCounterFloodlightActivityGroupsListResponse < 3) {
|
| - checkUnnamed1897(o.floodlightActivityGroups);
|
| + checkUnnamed1477(o.floodlightActivityGroups);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -4073,40 +4073,40 @@ checkFloodlightActivityPublisherDynamicTag(api.FloodlightActivityPublisherDynami
|
| buildCounterFloodlightActivityPublisherDynamicTag--;
|
| }
|
|
|
| -buildUnnamed1898() {
|
| +buildUnnamed1478() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1898(core.List<core.String> o) {
|
| +checkUnnamed1478(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'));
|
| }
|
|
|
| -buildUnnamed1899() {
|
| +buildUnnamed1479() {
|
| var o = new core.List<api.ThirdPartyAuthenticationToken>();
|
| o.add(buildThirdPartyAuthenticationToken());
|
| o.add(buildThirdPartyAuthenticationToken());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1899(core.List<api.ThirdPartyAuthenticationToken> o) {
|
| +checkUnnamed1479(core.List<api.ThirdPartyAuthenticationToken> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkThirdPartyAuthenticationToken(o[0]);
|
| checkThirdPartyAuthenticationToken(o[1]);
|
| }
|
|
|
| -buildUnnamed1900() {
|
| +buildUnnamed1480() {
|
| var o = new core.List<api.UserDefinedVariableConfiguration>();
|
| o.add(buildUserDefinedVariableConfiguration());
|
| o.add(buildUserDefinedVariableConfiguration());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1900(core.List<api.UserDefinedVariableConfiguration> o) {
|
| +checkUnnamed1480(core.List<api.UserDefinedVariableConfiguration> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUserDefinedVariableConfiguration(o[0]);
|
| checkUserDefinedVariableConfiguration(o[1]);
|
| @@ -4130,11 +4130,11 @@ buildFloodlightConfiguration() {
|
| o.lookbackConfiguration = buildLookbackConfiguration();
|
| o.naturalSearchConversionAttributionOption = "foo";
|
| o.omnitureSettings = buildOmnitureSettings();
|
| - o.standardVariableTypes = buildUnnamed1898();
|
| + o.standardVariableTypes = buildUnnamed1478();
|
| o.subaccountId = "foo";
|
| o.tagSettings = buildTagSettings();
|
| - o.thirdPartyAuthenticationTokens = buildUnnamed1899();
|
| - o.userDefinedVariableConfigurations = buildUnnamed1900();
|
| + o.thirdPartyAuthenticationTokens = buildUnnamed1479();
|
| + o.userDefinedVariableConfigurations = buildUnnamed1480();
|
| }
|
| buildCounterFloodlightConfiguration--;
|
| return o;
|
| @@ -4156,23 +4156,23 @@ checkFloodlightConfiguration(api.FloodlightConfiguration o) {
|
| checkLookbackConfiguration(o.lookbackConfiguration);
|
| unittest.expect(o.naturalSearchConversionAttributionOption, unittest.equals('foo'));
|
| checkOmnitureSettings(o.omnitureSettings);
|
| - checkUnnamed1898(o.standardVariableTypes);
|
| + checkUnnamed1478(o.standardVariableTypes);
|
| unittest.expect(o.subaccountId, unittest.equals('foo'));
|
| checkTagSettings(o.tagSettings);
|
| - checkUnnamed1899(o.thirdPartyAuthenticationTokens);
|
| - checkUnnamed1900(o.userDefinedVariableConfigurations);
|
| + checkUnnamed1479(o.thirdPartyAuthenticationTokens);
|
| + checkUnnamed1480(o.userDefinedVariableConfigurations);
|
| }
|
| buildCounterFloodlightConfiguration--;
|
| }
|
|
|
| -buildUnnamed1901() {
|
| +buildUnnamed1481() {
|
| var o = new core.List<api.FloodlightConfiguration>();
|
| o.add(buildFloodlightConfiguration());
|
| o.add(buildFloodlightConfiguration());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1901(core.List<api.FloodlightConfiguration> o) {
|
| +checkUnnamed1481(core.List<api.FloodlightConfiguration> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFloodlightConfiguration(o[0]);
|
| checkFloodlightConfiguration(o[1]);
|
| @@ -4183,7 +4183,7 @@ buildFloodlightConfigurationsListResponse() {
|
| var o = new api.FloodlightConfigurationsListResponse();
|
| buildCounterFloodlightConfigurationsListResponse++;
|
| if (buildCounterFloodlightConfigurationsListResponse < 3) {
|
| - o.floodlightConfigurations = buildUnnamed1901();
|
| + o.floodlightConfigurations = buildUnnamed1481();
|
| o.kind = "foo";
|
| }
|
| buildCounterFloodlightConfigurationsListResponse--;
|
| @@ -4193,46 +4193,46 @@ buildFloodlightConfigurationsListResponse() {
|
| checkFloodlightConfigurationsListResponse(api.FloodlightConfigurationsListResponse o) {
|
| buildCounterFloodlightConfigurationsListResponse++;
|
| if (buildCounterFloodlightConfigurationsListResponse < 3) {
|
| - checkUnnamed1901(o.floodlightConfigurations);
|
| + checkUnnamed1481(o.floodlightConfigurations);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterFloodlightConfigurationsListResponse--;
|
| }
|
|
|
| -buildUnnamed1902() {
|
| +buildUnnamed1482() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1902(core.List<api.Dimension> o) {
|
| +checkUnnamed1482(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed1903() {
|
| +buildUnnamed1483() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1903(core.List<api.Dimension> o) {
|
| +checkUnnamed1483(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed1904() {
|
| +buildUnnamed1484() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1904(core.List<api.Metric> o) {
|
| +checkUnnamed1484(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| @@ -4243,10 +4243,10 @@ buildFloodlightReportCompatibleFields() {
|
| var o = new api.FloodlightReportCompatibleFields();
|
| buildCounterFloodlightReportCompatibleFields++;
|
| if (buildCounterFloodlightReportCompatibleFields < 3) {
|
| - o.dimensionFilters = buildUnnamed1902();
|
| - o.dimensions = buildUnnamed1903();
|
| + o.dimensionFilters = buildUnnamed1482();
|
| + o.dimensions = buildUnnamed1483();
|
| o.kind = "foo";
|
| - o.metrics = buildUnnamed1904();
|
| + o.metrics = buildUnnamed1484();
|
| }
|
| buildCounterFloodlightReportCompatibleFields--;
|
| return o;
|
| @@ -4255,10 +4255,10 @@ buildFloodlightReportCompatibleFields() {
|
| checkFloodlightReportCompatibleFields(api.FloodlightReportCompatibleFields o) {
|
| buildCounterFloodlightReportCompatibleFields++;
|
| if (buildCounterFloodlightReportCompatibleFields < 3) {
|
| - checkUnnamed1902(o.dimensionFilters);
|
| - checkUnnamed1903(o.dimensions);
|
| + checkUnnamed1482(o.dimensionFilters);
|
| + checkUnnamed1483(o.dimensions);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1904(o.metrics);
|
| + checkUnnamed1484(o.metrics);
|
| }
|
| buildCounterFloodlightReportCompatibleFields--;
|
| }
|
| @@ -4311,66 +4311,66 @@ checkFsCommand(api.FsCommand o) {
|
| buildCounterFsCommand--;
|
| }
|
|
|
| -buildUnnamed1905() {
|
| +buildUnnamed1485() {
|
| var o = new core.List<api.City>();
|
| o.add(buildCity());
|
| o.add(buildCity());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1905(core.List<api.City> o) {
|
| +checkUnnamed1485(core.List<api.City> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCity(o[0]);
|
| checkCity(o[1]);
|
| }
|
|
|
| -buildUnnamed1906() {
|
| +buildUnnamed1486() {
|
| var o = new core.List<api.Country>();
|
| o.add(buildCountry());
|
| o.add(buildCountry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1906(core.List<api.Country> o) {
|
| +checkUnnamed1486(core.List<api.Country> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCountry(o[0]);
|
| checkCountry(o[1]);
|
| }
|
|
|
| -buildUnnamed1907() {
|
| +buildUnnamed1487() {
|
| var o = new core.List<api.Metro>();
|
| o.add(buildMetro());
|
| o.add(buildMetro());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1907(core.List<api.Metro> o) {
|
| +checkUnnamed1487(core.List<api.Metro> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetro(o[0]);
|
| checkMetro(o[1]);
|
| }
|
|
|
| -buildUnnamed1908() {
|
| +buildUnnamed1488() {
|
| var o = new core.List<api.PostalCode>();
|
| o.add(buildPostalCode());
|
| o.add(buildPostalCode());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1908(core.List<api.PostalCode> o) {
|
| +checkUnnamed1488(core.List<api.PostalCode> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPostalCode(o[0]);
|
| checkPostalCode(o[1]);
|
| }
|
|
|
| -buildUnnamed1909() {
|
| +buildUnnamed1489() {
|
| var o = new core.List<api.Region>();
|
| o.add(buildRegion());
|
| o.add(buildRegion());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1909(core.List<api.Region> o) {
|
| +checkUnnamed1489(core.List<api.Region> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRegion(o[0]);
|
| checkRegion(o[1]);
|
| @@ -4381,12 +4381,12 @@ buildGeoTargeting() {
|
| var o = new api.GeoTargeting();
|
| buildCounterGeoTargeting++;
|
| if (buildCounterGeoTargeting < 3) {
|
| - o.cities = buildUnnamed1905();
|
| - o.countries = buildUnnamed1906();
|
| + o.cities = buildUnnamed1485();
|
| + o.countries = buildUnnamed1486();
|
| o.excludeCountries = true;
|
| - o.metros = buildUnnamed1907();
|
| - o.postalCodes = buildUnnamed1908();
|
| - o.regions = buildUnnamed1909();
|
| + o.metros = buildUnnamed1487();
|
| + o.postalCodes = buildUnnamed1488();
|
| + o.regions = buildUnnamed1489();
|
| }
|
| buildCounterGeoTargeting--;
|
| return o;
|
| @@ -4395,24 +4395,24 @@ buildGeoTargeting() {
|
| checkGeoTargeting(api.GeoTargeting o) {
|
| buildCounterGeoTargeting++;
|
| if (buildCounterGeoTargeting < 3) {
|
| - checkUnnamed1905(o.cities);
|
| - checkUnnamed1906(o.countries);
|
| + checkUnnamed1485(o.cities);
|
| + checkUnnamed1486(o.countries);
|
| unittest.expect(o.excludeCountries, unittest.isTrue);
|
| - checkUnnamed1907(o.metros);
|
| - checkUnnamed1908(o.postalCodes);
|
| - checkUnnamed1909(o.regions);
|
| + checkUnnamed1487(o.metros);
|
| + checkUnnamed1488(o.postalCodes);
|
| + checkUnnamed1489(o.regions);
|
| }
|
| buildCounterGeoTargeting--;
|
| }
|
|
|
| -buildUnnamed1910() {
|
| +buildUnnamed1490() {
|
| var o = new core.List<api.AdSlot>();
|
| o.add(buildAdSlot());
|
| o.add(buildAdSlot());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1910(core.List<api.AdSlot> o) {
|
| +checkUnnamed1490(core.List<api.AdSlot> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAdSlot(o[0]);
|
| checkAdSlot(o[1]);
|
| @@ -4424,7 +4424,7 @@ buildInventoryItem() {
|
| buildCounterInventoryItem++;
|
| if (buildCounterInventoryItem < 3) {
|
| o.accountId = "foo";
|
| - o.adSlots = buildUnnamed1910();
|
| + o.adSlots = buildUnnamed1490();
|
| o.advertiserId = "foo";
|
| o.contentCategoryId = "foo";
|
| o.estimatedClickThroughRate = "foo";
|
| @@ -4452,7 +4452,7 @@ checkInventoryItem(api.InventoryItem o) {
|
| buildCounterInventoryItem++;
|
| if (buildCounterInventoryItem < 3) {
|
| unittest.expect(o.accountId, unittest.equals('foo'));
|
| - checkUnnamed1910(o.adSlots);
|
| + checkUnnamed1490(o.adSlots);
|
| unittest.expect(o.advertiserId, unittest.equals('foo'));
|
| unittest.expect(o.contentCategoryId, unittest.equals('foo'));
|
| unittest.expect(o.estimatedClickThroughRate, unittest.equals('foo'));
|
| @@ -4475,14 +4475,14 @@ checkInventoryItem(api.InventoryItem o) {
|
| buildCounterInventoryItem--;
|
| }
|
|
|
| -buildUnnamed1911() {
|
| +buildUnnamed1491() {
|
| var o = new core.List<api.InventoryItem>();
|
| o.add(buildInventoryItem());
|
| o.add(buildInventoryItem());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1911(core.List<api.InventoryItem> o) {
|
| +checkUnnamed1491(core.List<api.InventoryItem> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInventoryItem(o[0]);
|
| checkInventoryItem(o[1]);
|
| @@ -4493,7 +4493,7 @@ buildInventoryItemsListResponse() {
|
| var o = new api.InventoryItemsListResponse();
|
| buildCounterInventoryItemsListResponse++;
|
| if (buildCounterInventoryItemsListResponse < 3) {
|
| - o.inventoryItems = buildUnnamed1911();
|
| + o.inventoryItems = buildUnnamed1491();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -4504,7 +4504,7 @@ buildInventoryItemsListResponse() {
|
| checkInventoryItemsListResponse(api.InventoryItemsListResponse o) {
|
| buildCounterInventoryItemsListResponse++;
|
| if (buildCounterInventoryItemsListResponse < 3) {
|
| - checkUnnamed1911(o.inventoryItems);
|
| + checkUnnamed1491(o.inventoryItems);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -4557,14 +4557,14 @@ checkLandingPage(api.LandingPage o) {
|
| buildCounterLandingPage--;
|
| }
|
|
|
| -buildUnnamed1912() {
|
| +buildUnnamed1492() {
|
| var o = new core.List<api.LandingPage>();
|
| o.add(buildLandingPage());
|
| o.add(buildLandingPage());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1912(core.List<api.LandingPage> o) {
|
| +checkUnnamed1492(core.List<api.LandingPage> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkLandingPage(o[0]);
|
| checkLandingPage(o[1]);
|
| @@ -4576,7 +4576,7 @@ buildLandingPagesListResponse() {
|
| buildCounterLandingPagesListResponse++;
|
| if (buildCounterLandingPagesListResponse < 3) {
|
| o.kind = "foo";
|
| - o.landingPages = buildUnnamed1912();
|
| + o.landingPages = buildUnnamed1492();
|
| }
|
| buildCounterLandingPagesListResponse--;
|
| return o;
|
| @@ -4586,7 +4586,7 @@ checkLandingPagesListResponse(api.LandingPagesListResponse o) {
|
| buildCounterLandingPagesListResponse++;
|
| if (buildCounterLandingPagesListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1912(o.landingPages);
|
| + checkUnnamed1492(o.landingPages);
|
| }
|
| buildCounterLandingPagesListResponse--;
|
| }
|
| @@ -4610,14 +4610,14 @@ checkLastModifiedInfo(api.LastModifiedInfo o) {
|
| buildCounterLastModifiedInfo--;
|
| }
|
|
|
| -buildUnnamed1913() {
|
| +buildUnnamed1493() {
|
| var o = new core.List<api.ListPopulationTerm>();
|
| o.add(buildListPopulationTerm());
|
| o.add(buildListPopulationTerm());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1913(core.List<api.ListPopulationTerm> o) {
|
| +checkUnnamed1493(core.List<api.ListPopulationTerm> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkListPopulationTerm(o[0]);
|
| checkListPopulationTerm(o[1]);
|
| @@ -4628,7 +4628,7 @@ buildListPopulationClause() {
|
| var o = new api.ListPopulationClause();
|
| buildCounterListPopulationClause++;
|
| if (buildCounterListPopulationClause < 3) {
|
| - o.terms = buildUnnamed1913();
|
| + o.terms = buildUnnamed1493();
|
| }
|
| buildCounterListPopulationClause--;
|
| return o;
|
| @@ -4637,19 +4637,19 @@ buildListPopulationClause() {
|
| checkListPopulationClause(api.ListPopulationClause o) {
|
| buildCounterListPopulationClause++;
|
| if (buildCounterListPopulationClause < 3) {
|
| - checkUnnamed1913(o.terms);
|
| + checkUnnamed1493(o.terms);
|
| }
|
| buildCounterListPopulationClause--;
|
| }
|
|
|
| -buildUnnamed1914() {
|
| +buildUnnamed1494() {
|
| var o = new core.List<api.ListPopulationClause>();
|
| o.add(buildListPopulationClause());
|
| o.add(buildListPopulationClause());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1914(core.List<api.ListPopulationClause> o) {
|
| +checkUnnamed1494(core.List<api.ListPopulationClause> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkListPopulationClause(o[0]);
|
| checkListPopulationClause(o[1]);
|
| @@ -4662,7 +4662,7 @@ buildListPopulationRule() {
|
| if (buildCounterListPopulationRule < 3) {
|
| o.floodlightActivityId = "foo";
|
| o.floodlightActivityName = "foo";
|
| - o.listPopulationClauses = buildUnnamed1914();
|
| + o.listPopulationClauses = buildUnnamed1494();
|
| }
|
| buildCounterListPopulationRule--;
|
| return o;
|
| @@ -4673,7 +4673,7 @@ checkListPopulationRule(api.ListPopulationRule o) {
|
| if (buildCounterListPopulationRule < 3) {
|
| unittest.expect(o.floodlightActivityId, unittest.equals('foo'));
|
| unittest.expect(o.floodlightActivityName, unittest.equals('foo'));
|
| - checkUnnamed1914(o.listPopulationClauses);
|
| + checkUnnamed1494(o.listPopulationClauses);
|
| }
|
| buildCounterListPopulationRule--;
|
| }
|
| @@ -4803,14 +4803,14 @@ checkMetro(api.Metro o) {
|
| buildCounterMetro--;
|
| }
|
|
|
| -buildUnnamed1915() {
|
| +buildUnnamed1495() {
|
| var o = new core.List<api.Metro>();
|
| o.add(buildMetro());
|
| o.add(buildMetro());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1915(core.List<api.Metro> o) {
|
| +checkUnnamed1495(core.List<api.Metro> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetro(o[0]);
|
| checkMetro(o[1]);
|
| @@ -4822,7 +4822,7 @@ buildMetrosListResponse() {
|
| buildCounterMetrosListResponse++;
|
| if (buildCounterMetrosListResponse < 3) {
|
| o.kind = "foo";
|
| - o.metros = buildUnnamed1915();
|
| + o.metros = buildUnnamed1495();
|
| }
|
| buildCounterMetrosListResponse--;
|
| return o;
|
| @@ -4832,7 +4832,7 @@ checkMetrosListResponse(api.MetrosListResponse o) {
|
| buildCounterMetrosListResponse++;
|
| if (buildCounterMetrosListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1915(o.metros);
|
| + checkUnnamed1495(o.metros);
|
| }
|
| buildCounterMetrosListResponse--;
|
| }
|
| @@ -4864,14 +4864,14 @@ checkMobileCarrier(api.MobileCarrier o) {
|
| buildCounterMobileCarrier--;
|
| }
|
|
|
| -buildUnnamed1916() {
|
| +buildUnnamed1496() {
|
| var o = new core.List<api.MobileCarrier>();
|
| o.add(buildMobileCarrier());
|
| o.add(buildMobileCarrier());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1916(core.List<api.MobileCarrier> o) {
|
| +checkUnnamed1496(core.List<api.MobileCarrier> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMobileCarrier(o[0]);
|
| checkMobileCarrier(o[1]);
|
| @@ -4883,7 +4883,7 @@ buildMobileCarriersListResponse() {
|
| buildCounterMobileCarriersListResponse++;
|
| if (buildCounterMobileCarriersListResponse < 3) {
|
| o.kind = "foo";
|
| - o.mobileCarriers = buildUnnamed1916();
|
| + o.mobileCarriers = buildUnnamed1496();
|
| }
|
| buildCounterMobileCarriersListResponse--;
|
| return o;
|
| @@ -4893,19 +4893,19 @@ checkMobileCarriersListResponse(api.MobileCarriersListResponse o) {
|
| buildCounterMobileCarriersListResponse++;
|
| if (buildCounterMobileCarriersListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1916(o.mobileCarriers);
|
| + checkUnnamed1496(o.mobileCarriers);
|
| }
|
| buildCounterMobileCarriersListResponse--;
|
| }
|
|
|
| -buildUnnamed1917() {
|
| +buildUnnamed1497() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1917(core.List<core.String> o) {
|
| +checkUnnamed1497(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'));
|
| @@ -4917,7 +4917,7 @@ buildObjectFilter() {
|
| buildCounterObjectFilter++;
|
| if (buildCounterObjectFilter < 3) {
|
| o.kind = "foo";
|
| - o.objectIds = buildUnnamed1917();
|
| + o.objectIds = buildUnnamed1497();
|
| o.status = "foo";
|
| }
|
| buildCounterObjectFilter--;
|
| @@ -4928,7 +4928,7 @@ checkObjectFilter(api.ObjectFilter o) {
|
| buildCounterObjectFilter++;
|
| if (buildCounterObjectFilter < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1917(o.objectIds);
|
| + checkUnnamed1497(o.objectIds);
|
| unittest.expect(o.status, unittest.equals('foo'));
|
| }
|
| buildCounterObjectFilter--;
|
| @@ -5032,14 +5032,14 @@ checkOperatingSystemVersion(api.OperatingSystemVersion o) {
|
| buildCounterOperatingSystemVersion--;
|
| }
|
|
|
| -buildUnnamed1918() {
|
| +buildUnnamed1498() {
|
| var o = new core.List<api.OperatingSystemVersion>();
|
| o.add(buildOperatingSystemVersion());
|
| o.add(buildOperatingSystemVersion());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1918(core.List<api.OperatingSystemVersion> o) {
|
| +checkUnnamed1498(core.List<api.OperatingSystemVersion> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOperatingSystemVersion(o[0]);
|
| checkOperatingSystemVersion(o[1]);
|
| @@ -5051,7 +5051,7 @@ buildOperatingSystemVersionsListResponse() {
|
| buildCounterOperatingSystemVersionsListResponse++;
|
| if (buildCounterOperatingSystemVersionsListResponse < 3) {
|
| o.kind = "foo";
|
| - o.operatingSystemVersions = buildUnnamed1918();
|
| + o.operatingSystemVersions = buildUnnamed1498();
|
| }
|
| buildCounterOperatingSystemVersionsListResponse--;
|
| return o;
|
| @@ -5061,19 +5061,19 @@ checkOperatingSystemVersionsListResponse(api.OperatingSystemVersionsListResponse
|
| buildCounterOperatingSystemVersionsListResponse++;
|
| if (buildCounterOperatingSystemVersionsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1918(o.operatingSystemVersions);
|
| + checkUnnamed1498(o.operatingSystemVersions);
|
| }
|
| buildCounterOperatingSystemVersionsListResponse--;
|
| }
|
|
|
| -buildUnnamed1919() {
|
| +buildUnnamed1499() {
|
| var o = new core.List<api.OperatingSystem>();
|
| o.add(buildOperatingSystem());
|
| o.add(buildOperatingSystem());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1919(core.List<api.OperatingSystem> o) {
|
| +checkUnnamed1499(core.List<api.OperatingSystem> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOperatingSystem(o[0]);
|
| checkOperatingSystem(o[1]);
|
| @@ -5085,7 +5085,7 @@ buildOperatingSystemsListResponse() {
|
| buildCounterOperatingSystemsListResponse++;
|
| if (buildCounterOperatingSystemsListResponse < 3) {
|
| o.kind = "foo";
|
| - o.operatingSystems = buildUnnamed1919();
|
| + o.operatingSystems = buildUnnamed1499();
|
| }
|
| buildCounterOperatingSystemsListResponse--;
|
| return o;
|
| @@ -5095,7 +5095,7 @@ checkOperatingSystemsListResponse(api.OperatingSystemsListResponse o) {
|
| buildCounterOperatingSystemsListResponse++;
|
| if (buildCounterOperatingSystemsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1919(o.operatingSystems);
|
| + checkUnnamed1499(o.operatingSystems);
|
| }
|
| buildCounterOperatingSystemsListResponse--;
|
| }
|
| @@ -5123,53 +5123,53 @@ checkOptimizationActivity(api.OptimizationActivity o) {
|
| buildCounterOptimizationActivity--;
|
| }
|
|
|
| -buildUnnamed1920() {
|
| +buildUnnamed1500() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1920(core.List<core.String> o) {
|
| +checkUnnamed1500(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'));
|
| }
|
|
|
| -buildUnnamed1921() {
|
| +buildUnnamed1501() {
|
| var o = new core.List<api.OrderContact>();
|
| o.add(buildOrderContact());
|
| o.add(buildOrderContact());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1921(core.List<api.OrderContact> o) {
|
| +checkUnnamed1501(core.List<api.OrderContact> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOrderContact(o[0]);
|
| checkOrderContact(o[1]);
|
| }
|
|
|
| -buildUnnamed1922() {
|
| +buildUnnamed1502() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1922(core.List<core.String> o) {
|
| +checkUnnamed1502(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'));
|
| }
|
|
|
| -buildUnnamed1923() {
|
| +buildUnnamed1503() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1923(core.List<core.String> o) {
|
| +checkUnnamed1503(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'));
|
| @@ -5182,11 +5182,11 @@ buildOrder() {
|
| if (buildCounterOrder < 3) {
|
| o.accountId = "foo";
|
| o.advertiserId = "foo";
|
| - o.approverUserProfileIds = buildUnnamed1920();
|
| + o.approverUserProfileIds = buildUnnamed1500();
|
| o.buyerInvoiceId = "foo";
|
| o.buyerOrganizationName = "foo";
|
| o.comments = "foo";
|
| - o.contacts = buildUnnamed1921();
|
| + o.contacts = buildUnnamed1501();
|
| o.id = "foo";
|
| o.kind = "foo";
|
| o.lastModifiedInfo = buildLastModifiedInfo();
|
| @@ -5196,8 +5196,8 @@ buildOrder() {
|
| o.projectId = "foo";
|
| o.sellerOrderId = "foo";
|
| o.sellerOrganizationName = "foo";
|
| - o.siteId = buildUnnamed1922();
|
| - o.siteNames = buildUnnamed1923();
|
| + o.siteId = buildUnnamed1502();
|
| + o.siteNames = buildUnnamed1503();
|
| o.subaccountId = "foo";
|
| o.termsAndConditions = "foo";
|
| }
|
| @@ -5210,11 +5210,11 @@ checkOrder(api.Order o) {
|
| if (buildCounterOrder < 3) {
|
| unittest.expect(o.accountId, unittest.equals('foo'));
|
| unittest.expect(o.advertiserId, unittest.equals('foo'));
|
| - checkUnnamed1920(o.approverUserProfileIds);
|
| + checkUnnamed1500(o.approverUserProfileIds);
|
| unittest.expect(o.buyerInvoiceId, unittest.equals('foo'));
|
| unittest.expect(o.buyerOrganizationName, unittest.equals('foo'));
|
| unittest.expect(o.comments, unittest.equals('foo'));
|
| - checkUnnamed1921(o.contacts);
|
| + checkUnnamed1501(o.contacts);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| checkLastModifiedInfo(o.lastModifiedInfo);
|
| @@ -5224,8 +5224,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'));
|
| - checkUnnamed1922(o.siteId);
|
| - checkUnnamed1923(o.siteNames);
|
| + checkUnnamed1502(o.siteId);
|
| + checkUnnamed1503(o.siteNames);
|
| unittest.expect(o.subaccountId, unittest.equals('foo'));
|
| unittest.expect(o.termsAndConditions, unittest.equals('foo'));
|
| }
|
| @@ -5259,27 +5259,27 @@ checkOrderContact(api.OrderContact o) {
|
| buildCounterOrderContact--;
|
| }
|
|
|
| -buildUnnamed1924() {
|
| +buildUnnamed1504() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1924(core.List<core.String> o) {
|
| +checkUnnamed1504(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'));
|
| }
|
|
|
| -buildUnnamed1925() {
|
| +buildUnnamed1505() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1925(core.List<core.String> o) {
|
| +checkUnnamed1505(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'));
|
| @@ -5293,13 +5293,13 @@ buildOrderDocument() {
|
| o.accountId = "foo";
|
| o.advertiserId = "foo";
|
| o.amendedOrderDocumentId = "foo";
|
| - o.approvedByUserProfileIds = buildUnnamed1924();
|
| + o.approvedByUserProfileIds = buildUnnamed1504();
|
| o.cancelled = true;
|
| o.createdInfo = buildLastModifiedInfo();
|
| o.effectiveDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| o.id = "foo";
|
| o.kind = "foo";
|
| - o.lastSentRecipients = buildUnnamed1925();
|
| + o.lastSentRecipients = buildUnnamed1505();
|
| o.lastSentTime = core.DateTime.parse("2002-02-27T14:01:02");
|
| o.orderId = "foo";
|
| o.projectId = "foo";
|
| @@ -5318,13 +5318,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'));
|
| - checkUnnamed1924(o.approvedByUserProfileIds);
|
| + checkUnnamed1504(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'));
|
| - checkUnnamed1925(o.lastSentRecipients);
|
| + checkUnnamed1505(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'));
|
| @@ -5336,14 +5336,14 @@ checkOrderDocument(api.OrderDocument o) {
|
| buildCounterOrderDocument--;
|
| }
|
|
|
| -buildUnnamed1926() {
|
| +buildUnnamed1506() {
|
| var o = new core.List<api.OrderDocument>();
|
| o.add(buildOrderDocument());
|
| o.add(buildOrderDocument());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1926(core.List<api.OrderDocument> o) {
|
| +checkUnnamed1506(core.List<api.OrderDocument> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOrderDocument(o[0]);
|
| checkOrderDocument(o[1]);
|
| @@ -5356,7 +5356,7 @@ buildOrderDocumentsListResponse() {
|
| if (buildCounterOrderDocumentsListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.orderDocuments = buildUnnamed1926();
|
| + o.orderDocuments = buildUnnamed1506();
|
| }
|
| buildCounterOrderDocumentsListResponse--;
|
| return o;
|
| @@ -5367,19 +5367,19 @@ checkOrderDocumentsListResponse(api.OrderDocumentsListResponse o) {
|
| if (buildCounterOrderDocumentsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1926(o.orderDocuments);
|
| + checkUnnamed1506(o.orderDocuments);
|
| }
|
| buildCounterOrderDocumentsListResponse--;
|
| }
|
|
|
| -buildUnnamed1927() {
|
| +buildUnnamed1507() {
|
| var o = new core.List<api.Order>();
|
| o.add(buildOrder());
|
| o.add(buildOrder());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1927(core.List<api.Order> o) {
|
| +checkUnnamed1507(core.List<api.Order> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOrder(o[0]);
|
| checkOrder(o[1]);
|
| @@ -5392,7 +5392,7 @@ buildOrdersListResponse() {
|
| if (buildCounterOrdersListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.orders = buildUnnamed1927();
|
| + o.orders = buildUnnamed1507();
|
| }
|
| buildCounterOrdersListResponse--;
|
| return o;
|
| @@ -5403,58 +5403,58 @@ checkOrdersListResponse(api.OrdersListResponse o) {
|
| if (buildCounterOrdersListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1927(o.orders);
|
| + checkUnnamed1507(o.orders);
|
| }
|
| buildCounterOrdersListResponse--;
|
| }
|
|
|
| -buildUnnamed1928() {
|
| +buildUnnamed1508() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1928(core.List<api.Dimension> o) {
|
| +checkUnnamed1508(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed1929() {
|
| +buildUnnamed1509() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1929(core.List<api.Dimension> o) {
|
| +checkUnnamed1509(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed1930() {
|
| +buildUnnamed1510() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1930(core.List<api.Metric> o) {
|
| +checkUnnamed1510(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| }
|
|
|
| -buildUnnamed1931() {
|
| +buildUnnamed1511() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1931(core.List<api.Dimension> o) {
|
| +checkUnnamed1511(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| @@ -5465,11 +5465,11 @@ buildPathToConversionReportCompatibleFields() {
|
| var o = new api.PathToConversionReportCompatibleFields();
|
| buildCounterPathToConversionReportCompatibleFields++;
|
| if (buildCounterPathToConversionReportCompatibleFields < 3) {
|
| - o.conversionDimensions = buildUnnamed1928();
|
| - o.customFloodlightVariables = buildUnnamed1929();
|
| + o.conversionDimensions = buildUnnamed1508();
|
| + o.customFloodlightVariables = buildUnnamed1509();
|
| o.kind = "foo";
|
| - o.metrics = buildUnnamed1930();
|
| - o.perInteractionDimensions = buildUnnamed1931();
|
| + o.metrics = buildUnnamed1510();
|
| + o.perInteractionDimensions = buildUnnamed1511();
|
| }
|
| buildCounterPathToConversionReportCompatibleFields--;
|
| return o;
|
| @@ -5478,23 +5478,23 @@ buildPathToConversionReportCompatibleFields() {
|
| checkPathToConversionReportCompatibleFields(api.PathToConversionReportCompatibleFields o) {
|
| buildCounterPathToConversionReportCompatibleFields++;
|
| if (buildCounterPathToConversionReportCompatibleFields < 3) {
|
| - checkUnnamed1928(o.conversionDimensions);
|
| - checkUnnamed1929(o.customFloodlightVariables);
|
| + checkUnnamed1508(o.conversionDimensions);
|
| + checkUnnamed1509(o.customFloodlightVariables);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1930(o.metrics);
|
| - checkUnnamed1931(o.perInteractionDimensions);
|
| + checkUnnamed1510(o.metrics);
|
| + checkUnnamed1511(o.perInteractionDimensions);
|
| }
|
| buildCounterPathToConversionReportCompatibleFields--;
|
| }
|
|
|
| -buildUnnamed1932() {
|
| +buildUnnamed1512() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1932(core.List<core.String> o) {
|
| +checkUnnamed1512(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'));
|
| @@ -5539,7 +5539,7 @@ buildPlacement() {
|
| o.sslRequired = true;
|
| o.status = "foo";
|
| o.subaccountId = "foo";
|
| - o.tagFormats = buildUnnamed1932();
|
| + o.tagFormats = buildUnnamed1512();
|
| o.tagSetting = buildTagSetting();
|
| }
|
| buildCounterPlacement--;
|
| @@ -5583,7 +5583,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'));
|
| - checkUnnamed1932(o.tagFormats);
|
| + checkUnnamed1512(o.tagFormats);
|
| checkTagSetting(o.tagSetting);
|
| }
|
| buildCounterPlacement--;
|
| @@ -5614,14 +5614,14 @@ checkPlacementAssignment(api.PlacementAssignment o) {
|
| buildCounterPlacementAssignment--;
|
| }
|
|
|
| -buildUnnamed1933() {
|
| +buildUnnamed1513() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1933(core.List<core.String> o) {
|
| +checkUnnamed1513(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'));
|
| @@ -5638,7 +5638,7 @@ buildPlacementGroup() {
|
| o.archived = true;
|
| o.campaignId = "foo";
|
| o.campaignIdDimensionValue = buildDimensionValue();
|
| - o.childPlacementIds = buildUnnamed1933();
|
| + o.childPlacementIds = buildUnnamed1513();
|
| o.comment = "foo";
|
| o.contentCategoryId = "foo";
|
| o.createInfo = buildLastModifiedInfo();
|
| @@ -5672,7 +5672,7 @@ checkPlacementGroup(api.PlacementGroup o) {
|
| unittest.expect(o.archived, unittest.isTrue);
|
| unittest.expect(o.campaignId, unittest.equals('foo'));
|
| checkDimensionValue(o.campaignIdDimensionValue);
|
| - checkUnnamed1933(o.childPlacementIds);
|
| + checkUnnamed1513(o.childPlacementIds);
|
| unittest.expect(o.comment, unittest.equals('foo'));
|
| unittest.expect(o.contentCategoryId, unittest.equals('foo'));
|
| checkLastModifiedInfo(o.createInfo);
|
| @@ -5696,14 +5696,14 @@ checkPlacementGroup(api.PlacementGroup o) {
|
| buildCounterPlacementGroup--;
|
| }
|
|
|
| -buildUnnamed1934() {
|
| +buildUnnamed1514() {
|
| var o = new core.List<api.PlacementGroup>();
|
| o.add(buildPlacementGroup());
|
| o.add(buildPlacementGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1934(core.List<api.PlacementGroup> o) {
|
| +checkUnnamed1514(core.List<api.PlacementGroup> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPlacementGroup(o[0]);
|
| checkPlacementGroup(o[1]);
|
| @@ -5716,7 +5716,7 @@ buildPlacementGroupsListResponse() {
|
| if (buildCounterPlacementGroupsListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.placementGroups = buildUnnamed1934();
|
| + o.placementGroups = buildUnnamed1514();
|
| }
|
| buildCounterPlacementGroupsListResponse--;
|
| return o;
|
| @@ -5727,19 +5727,19 @@ checkPlacementGroupsListResponse(api.PlacementGroupsListResponse o) {
|
| if (buildCounterPlacementGroupsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1934(o.placementGroups);
|
| + checkUnnamed1514(o.placementGroups);
|
| }
|
| buildCounterPlacementGroupsListResponse--;
|
| }
|
|
|
| -buildUnnamed1935() {
|
| +buildUnnamed1515() {
|
| var o = new core.List<api.PlacementStrategy>();
|
| o.add(buildPlacementStrategy());
|
| o.add(buildPlacementStrategy());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1935(core.List<api.PlacementStrategy> o) {
|
| +checkUnnamed1515(core.List<api.PlacementStrategy> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPlacementStrategy(o[0]);
|
| checkPlacementStrategy(o[1]);
|
| @@ -5752,7 +5752,7 @@ buildPlacementStrategiesListResponse() {
|
| if (buildCounterPlacementStrategiesListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.placementStrategies = buildUnnamed1935();
|
| + o.placementStrategies = buildUnnamed1515();
|
| }
|
| buildCounterPlacementStrategiesListResponse--;
|
| return o;
|
| @@ -5763,7 +5763,7 @@ checkPlacementStrategiesListResponse(api.PlacementStrategiesListResponse o) {
|
| if (buildCounterPlacementStrategiesListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1935(o.placementStrategies);
|
| + checkUnnamed1515(o.placementStrategies);
|
| }
|
| buildCounterPlacementStrategiesListResponse--;
|
| }
|
| @@ -5793,14 +5793,14 @@ checkPlacementStrategy(api.PlacementStrategy o) {
|
| buildCounterPlacementStrategy--;
|
| }
|
|
|
| -buildUnnamed1936() {
|
| +buildUnnamed1516() {
|
| var o = new core.List<api.TagData>();
|
| o.add(buildTagData());
|
| o.add(buildTagData());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1936(core.List<api.TagData> o) {
|
| +checkUnnamed1516(core.List<api.TagData> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTagData(o[0]);
|
| checkTagData(o[1]);
|
| @@ -5812,7 +5812,7 @@ buildPlacementTag() {
|
| buildCounterPlacementTag++;
|
| if (buildCounterPlacementTag < 3) {
|
| o.placementId = "foo";
|
| - o.tagDatas = buildUnnamed1936();
|
| + o.tagDatas = buildUnnamed1516();
|
| }
|
| buildCounterPlacementTag--;
|
| return o;
|
| @@ -5822,19 +5822,19 @@ checkPlacementTag(api.PlacementTag o) {
|
| buildCounterPlacementTag++;
|
| if (buildCounterPlacementTag < 3) {
|
| unittest.expect(o.placementId, unittest.equals('foo'));
|
| - checkUnnamed1936(o.tagDatas);
|
| + checkUnnamed1516(o.tagDatas);
|
| }
|
| buildCounterPlacementTag--;
|
| }
|
|
|
| -buildUnnamed1937() {
|
| +buildUnnamed1517() {
|
| var o = new core.List<api.PlacementTag>();
|
| o.add(buildPlacementTag());
|
| o.add(buildPlacementTag());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1937(core.List<api.PlacementTag> o) {
|
| +checkUnnamed1517(core.List<api.PlacementTag> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPlacementTag(o[0]);
|
| checkPlacementTag(o[1]);
|
| @@ -5846,7 +5846,7 @@ buildPlacementsGenerateTagsResponse() {
|
| buildCounterPlacementsGenerateTagsResponse++;
|
| if (buildCounterPlacementsGenerateTagsResponse < 3) {
|
| o.kind = "foo";
|
| - o.placementTags = buildUnnamed1937();
|
| + o.placementTags = buildUnnamed1517();
|
| }
|
| buildCounterPlacementsGenerateTagsResponse--;
|
| return o;
|
| @@ -5856,19 +5856,19 @@ checkPlacementsGenerateTagsResponse(api.PlacementsGenerateTagsResponse o) {
|
| buildCounterPlacementsGenerateTagsResponse++;
|
| if (buildCounterPlacementsGenerateTagsResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1937(o.placementTags);
|
| + checkUnnamed1517(o.placementTags);
|
| }
|
| buildCounterPlacementsGenerateTagsResponse--;
|
| }
|
|
|
| -buildUnnamed1938() {
|
| +buildUnnamed1518() {
|
| var o = new core.List<api.Placement>();
|
| o.add(buildPlacement());
|
| o.add(buildPlacement());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1938(core.List<api.Placement> o) {
|
| +checkUnnamed1518(core.List<api.Placement> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPlacement(o[0]);
|
| checkPlacement(o[1]);
|
| @@ -5881,7 +5881,7 @@ buildPlacementsListResponse() {
|
| if (buildCounterPlacementsListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.placements = buildUnnamed1938();
|
| + o.placements = buildUnnamed1518();
|
| }
|
| buildCounterPlacementsListResponse--;
|
| return o;
|
| @@ -5892,7 +5892,7 @@ checkPlacementsListResponse(api.PlacementsListResponse o) {
|
| if (buildCounterPlacementsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1938(o.placements);
|
| + checkUnnamed1518(o.placements);
|
| }
|
| buildCounterPlacementsListResponse--;
|
| }
|
| @@ -5920,14 +5920,14 @@ checkPlatformType(api.PlatformType o) {
|
| buildCounterPlatformType--;
|
| }
|
|
|
| -buildUnnamed1939() {
|
| +buildUnnamed1519() {
|
| var o = new core.List<api.PlatformType>();
|
| o.add(buildPlatformType());
|
| o.add(buildPlatformType());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1939(core.List<api.PlatformType> o) {
|
| +checkUnnamed1519(core.List<api.PlatformType> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPlatformType(o[0]);
|
| checkPlatformType(o[1]);
|
| @@ -5939,7 +5939,7 @@ buildPlatformTypesListResponse() {
|
| buildCounterPlatformTypesListResponse++;
|
| if (buildCounterPlatformTypesListResponse < 3) {
|
| o.kind = "foo";
|
| - o.platformTypes = buildUnnamed1939();
|
| + o.platformTypes = buildUnnamed1519();
|
| }
|
| buildCounterPlatformTypesListResponse--;
|
| return o;
|
| @@ -5949,7 +5949,7 @@ checkPlatformTypesListResponse(api.PlatformTypesListResponse o) {
|
| buildCounterPlatformTypesListResponse++;
|
| if (buildCounterPlatformTypesListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1939(o.platformTypes);
|
| + checkUnnamed1519(o.platformTypes);
|
| }
|
| buildCounterPlatformTypesListResponse--;
|
| }
|
| @@ -6016,14 +6016,14 @@ checkPostalCode(api.PostalCode o) {
|
| buildCounterPostalCode--;
|
| }
|
|
|
| -buildUnnamed1940() {
|
| +buildUnnamed1520() {
|
| var o = new core.List<api.PostalCode>();
|
| o.add(buildPostalCode());
|
| o.add(buildPostalCode());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1940(core.List<api.PostalCode> o) {
|
| +checkUnnamed1520(core.List<api.PostalCode> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPostalCode(o[0]);
|
| checkPostalCode(o[1]);
|
| @@ -6035,7 +6035,7 @@ buildPostalCodesListResponse() {
|
| buildCounterPostalCodesListResponse++;
|
| if (buildCounterPostalCodesListResponse < 3) {
|
| o.kind = "foo";
|
| - o.postalCodes = buildUnnamed1940();
|
| + o.postalCodes = buildUnnamed1520();
|
| }
|
| buildCounterPostalCodesListResponse--;
|
| return o;
|
| @@ -6045,19 +6045,19 @@ checkPostalCodesListResponse(api.PostalCodesListResponse o) {
|
| buildCounterPostalCodesListResponse++;
|
| if (buildCounterPostalCodesListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1940(o.postalCodes);
|
| + checkUnnamed1520(o.postalCodes);
|
| }
|
| buildCounterPostalCodesListResponse--;
|
| }
|
|
|
| -buildUnnamed1941() {
|
| +buildUnnamed1521() {
|
| var o = new core.List<api.Flight>();
|
| o.add(buildFlight());
|
| o.add(buildFlight());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1941(core.List<api.Flight> o) {
|
| +checkUnnamed1521(core.List<api.Flight> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFlight(o[0]);
|
| checkFlight(o[1]);
|
| @@ -6070,7 +6070,7 @@ buildPricing() {
|
| if (buildCounterPricing < 3) {
|
| o.capCostType = "foo";
|
| o.endDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| - o.flights = buildUnnamed1941();
|
| + o.flights = buildUnnamed1521();
|
| o.groupType = "foo";
|
| o.pricingType = "foo";
|
| o.startDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| @@ -6084,7 +6084,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")));
|
| - checkUnnamed1941(o.flights);
|
| + checkUnnamed1521(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")));
|
| @@ -6092,14 +6092,14 @@ checkPricing(api.Pricing o) {
|
| buildCounterPricing--;
|
| }
|
|
|
| -buildUnnamed1942() {
|
| +buildUnnamed1522() {
|
| var o = new core.List<api.PricingSchedulePricingPeriod>();
|
| o.add(buildPricingSchedulePricingPeriod());
|
| o.add(buildPricingSchedulePricingPeriod());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1942(core.List<api.PricingSchedulePricingPeriod> o) {
|
| +checkUnnamed1522(core.List<api.PricingSchedulePricingPeriod> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPricingSchedulePricingPeriod(o[0]);
|
| checkPricingSchedulePricingPeriod(o[1]);
|
| @@ -6115,7 +6115,7 @@ buildPricingSchedule() {
|
| o.endDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| o.flighted = true;
|
| o.floodlightActivityId = "foo";
|
| - o.pricingPeriods = buildUnnamed1942();
|
| + o.pricingPeriods = buildUnnamed1522();
|
| o.pricingType = "foo";
|
| o.startDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| o.testingStartDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| @@ -6132,7 +6132,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'));
|
| - checkUnnamed1942(o.pricingPeriods);
|
| + checkUnnamed1522(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")));
|
| @@ -6226,14 +6226,14 @@ checkProject(api.Project o) {
|
| buildCounterProject--;
|
| }
|
|
|
| -buildUnnamed1943() {
|
| +buildUnnamed1523() {
|
| var o = new core.List<api.Project>();
|
| o.add(buildProject());
|
| o.add(buildProject());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1943(core.List<api.Project> o) {
|
| +checkUnnamed1523(core.List<api.Project> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProject(o[0]);
|
| checkProject(o[1]);
|
| @@ -6246,7 +6246,7 @@ buildProjectsListResponse() {
|
| if (buildCounterProjectsListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.projects = buildUnnamed1943();
|
| + o.projects = buildUnnamed1523();
|
| }
|
| buildCounterProjectsListResponse--;
|
| return o;
|
| @@ -6257,71 +6257,71 @@ checkProjectsListResponse(api.ProjectsListResponse o) {
|
| if (buildCounterProjectsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1943(o.projects);
|
| + checkUnnamed1523(o.projects);
|
| }
|
| buildCounterProjectsListResponse--;
|
| }
|
|
|
| -buildUnnamed1944() {
|
| +buildUnnamed1524() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1944(core.List<api.Dimension> o) {
|
| +checkUnnamed1524(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed1945() {
|
| +buildUnnamed1525() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1945(core.List<api.Dimension> o) {
|
| +checkUnnamed1525(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed1946() {
|
| +buildUnnamed1526() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1946(core.List<api.Metric> o) {
|
| +checkUnnamed1526(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| }
|
|
|
| -buildUnnamed1947() {
|
| +buildUnnamed1527() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1947(core.List<api.Metric> o) {
|
| +checkUnnamed1527(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| }
|
|
|
| -buildUnnamed1948() {
|
| +buildUnnamed1528() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1948(core.List<api.Metric> o) {
|
| +checkUnnamed1528(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| @@ -6332,12 +6332,12 @@ buildReachReportCompatibleFields() {
|
| var o = new api.ReachReportCompatibleFields();
|
| buildCounterReachReportCompatibleFields++;
|
| if (buildCounterReachReportCompatibleFields < 3) {
|
| - o.dimensionFilters = buildUnnamed1944();
|
| - o.dimensions = buildUnnamed1945();
|
| + o.dimensionFilters = buildUnnamed1524();
|
| + o.dimensions = buildUnnamed1525();
|
| o.kind = "foo";
|
| - o.metrics = buildUnnamed1946();
|
| - o.pivotedActivityMetrics = buildUnnamed1947();
|
| - o.reachByFrequencyMetrics = buildUnnamed1948();
|
| + o.metrics = buildUnnamed1526();
|
| + o.pivotedActivityMetrics = buildUnnamed1527();
|
| + o.reachByFrequencyMetrics = buildUnnamed1528();
|
| }
|
| buildCounterReachReportCompatibleFields--;
|
| return o;
|
| @@ -6346,12 +6346,12 @@ buildReachReportCompatibleFields() {
|
| checkReachReportCompatibleFields(api.ReachReportCompatibleFields o) {
|
| buildCounterReachReportCompatibleFields++;
|
| if (buildCounterReachReportCompatibleFields < 3) {
|
| - checkUnnamed1944(o.dimensionFilters);
|
| - checkUnnamed1945(o.dimensions);
|
| + checkUnnamed1524(o.dimensionFilters);
|
| + checkUnnamed1525(o.dimensions);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1946(o.metrics);
|
| - checkUnnamed1947(o.pivotedActivityMetrics);
|
| - checkUnnamed1948(o.reachByFrequencyMetrics);
|
| + checkUnnamed1526(o.metrics);
|
| + checkUnnamed1527(o.pivotedActivityMetrics);
|
| + checkUnnamed1528(o.reachByFrequencyMetrics);
|
| }
|
| buildCounterReachReportCompatibleFields--;
|
| }
|
| @@ -6408,14 +6408,14 @@ checkRegion(api.Region o) {
|
| buildCounterRegion--;
|
| }
|
|
|
| -buildUnnamed1949() {
|
| +buildUnnamed1529() {
|
| var o = new core.List<api.Region>();
|
| o.add(buildRegion());
|
| o.add(buildRegion());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1949(core.List<api.Region> o) {
|
| +checkUnnamed1529(core.List<api.Region> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRegion(o[0]);
|
| checkRegion(o[1]);
|
| @@ -6427,7 +6427,7 @@ buildRegionsListResponse() {
|
| buildCounterRegionsListResponse++;
|
| if (buildCounterRegionsListResponse < 3) {
|
| o.kind = "foo";
|
| - o.regions = buildUnnamed1949();
|
| + o.regions = buildUnnamed1529();
|
| }
|
| buildCounterRegionsListResponse--;
|
| return o;
|
| @@ -6437,7 +6437,7 @@ checkRegionsListResponse(api.RegionsListResponse o) {
|
| buildCounterRegionsListResponse++;
|
| if (buildCounterRegionsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1949(o.regions);
|
| + checkUnnamed1529(o.regions);
|
| }
|
| buildCounterRegionsListResponse--;
|
| }
|
| @@ -6485,27 +6485,27 @@ checkRemarketingList(api.RemarketingList o) {
|
| buildCounterRemarketingList--;
|
| }
|
|
|
| -buildUnnamed1950() {
|
| +buildUnnamed1530() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1950(core.List<core.String> o) {
|
| +checkUnnamed1530(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'));
|
| }
|
|
|
| -buildUnnamed1951() {
|
| +buildUnnamed1531() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1951(core.List<core.String> o) {
|
| +checkUnnamed1531(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'));
|
| @@ -6518,8 +6518,8 @@ buildRemarketingListShare() {
|
| if (buildCounterRemarketingListShare < 3) {
|
| o.kind = "foo";
|
| o.remarketingListId = "foo";
|
| - o.sharedAccountIds = buildUnnamed1950();
|
| - o.sharedAdvertiserIds = buildUnnamed1951();
|
| + o.sharedAccountIds = buildUnnamed1530();
|
| + o.sharedAdvertiserIds = buildUnnamed1531();
|
| }
|
| buildCounterRemarketingListShare--;
|
| return o;
|
| @@ -6530,20 +6530,20 @@ checkRemarketingListShare(api.RemarketingListShare o) {
|
| if (buildCounterRemarketingListShare < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.remarketingListId, unittest.equals('foo'));
|
| - checkUnnamed1950(o.sharedAccountIds);
|
| - checkUnnamed1951(o.sharedAdvertiserIds);
|
| + checkUnnamed1530(o.sharedAccountIds);
|
| + checkUnnamed1531(o.sharedAdvertiserIds);
|
| }
|
| buildCounterRemarketingListShare--;
|
| }
|
|
|
| -buildUnnamed1952() {
|
| +buildUnnamed1532() {
|
| var o = new core.List<api.RemarketingList>();
|
| o.add(buildRemarketingList());
|
| o.add(buildRemarketingList());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1952(core.List<api.RemarketingList> o) {
|
| +checkUnnamed1532(core.List<api.RemarketingList> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRemarketingList(o[0]);
|
| checkRemarketingList(o[1]);
|
| @@ -6556,7 +6556,7 @@ buildRemarketingListsListResponse() {
|
| if (buildCounterRemarketingListsListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.remarketingLists = buildUnnamed1952();
|
| + o.remarketingLists = buildUnnamed1532();
|
| }
|
| buildCounterRemarketingListsListResponse--;
|
| return o;
|
| @@ -6567,45 +6567,45 @@ checkRemarketingListsListResponse(api.RemarketingListsListResponse o) {
|
| if (buildCounterRemarketingListsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1952(o.remarketingLists);
|
| + checkUnnamed1532(o.remarketingLists);
|
| }
|
| buildCounterRemarketingListsListResponse--;
|
| }
|
|
|
| -buildUnnamed1953() {
|
| +buildUnnamed1533() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1953(core.List<api.DimensionValue> o) {
|
| +checkUnnamed1533(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed1954() {
|
| +buildUnnamed1534() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1954(core.List<api.SortedDimension> o) {
|
| +checkUnnamed1534(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed1955() {
|
| +buildUnnamed1535() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1955(core.List<core.String> o) {
|
| +checkUnnamed1535(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'));
|
| @@ -6619,9 +6619,9 @@ buildReportCriteria() {
|
| o.activities = buildActivities();
|
| o.customRichMediaEvents = buildCustomRichMediaEvents();
|
| o.dateRange = buildDateRange();
|
| - o.dimensionFilters = buildUnnamed1953();
|
| - o.dimensions = buildUnnamed1954();
|
| - o.metricNames = buildUnnamed1955();
|
| + o.dimensionFilters = buildUnnamed1533();
|
| + o.dimensions = buildUnnamed1534();
|
| + o.metricNames = buildUnnamed1535();
|
| }
|
| buildCounterReportCriteria--;
|
| return o;
|
| @@ -6633,60 +6633,60 @@ checkReportCriteria(api.ReportCriteria o) {
|
| checkActivities(o.activities);
|
| checkCustomRichMediaEvents(o.customRichMediaEvents);
|
| checkDateRange(o.dateRange);
|
| - checkUnnamed1953(o.dimensionFilters);
|
| - checkUnnamed1954(o.dimensions);
|
| - checkUnnamed1955(o.metricNames);
|
| + checkUnnamed1533(o.dimensionFilters);
|
| + checkUnnamed1534(o.dimensions);
|
| + checkUnnamed1535(o.metricNames);
|
| }
|
| buildCounterReportCriteria--;
|
| }
|
|
|
| -buildUnnamed1956() {
|
| +buildUnnamed1536() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1956(core.List<api.SortedDimension> o) {
|
| +checkUnnamed1536(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed1957() {
|
| +buildUnnamed1537() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1957(core.List<api.DimensionValue> o) {
|
| +checkUnnamed1537(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed1958() {
|
| +buildUnnamed1538() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1958(core.List<core.String> o) {
|
| +checkUnnamed1538(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'));
|
| }
|
|
|
| -buildUnnamed1959() {
|
| +buildUnnamed1539() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1959(core.List<core.String> o) {
|
| +checkUnnamed1539(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'));
|
| @@ -6697,12 +6697,12 @@ buildReportCrossDimensionReachCriteria() {
|
| var o = new api.ReportCrossDimensionReachCriteria();
|
| buildCounterReportCrossDimensionReachCriteria++;
|
| if (buildCounterReportCrossDimensionReachCriteria < 3) {
|
| - o.breakdown = buildUnnamed1956();
|
| + o.breakdown = buildUnnamed1536();
|
| o.dateRange = buildDateRange();
|
| o.dimension = "foo";
|
| - o.dimensionFilters = buildUnnamed1957();
|
| - o.metricNames = buildUnnamed1958();
|
| - o.overlapMetricNames = buildUnnamed1959();
|
| + o.dimensionFilters = buildUnnamed1537();
|
| + o.metricNames = buildUnnamed1538();
|
| + o.overlapMetricNames = buildUnnamed1539();
|
| o.pivoted = true;
|
| }
|
| buildCounterReportCrossDimensionReachCriteria--;
|
| @@ -6712,25 +6712,25 @@ buildReportCrossDimensionReachCriteria() {
|
| checkReportCrossDimensionReachCriteria(api.ReportCrossDimensionReachCriteria o) {
|
| buildCounterReportCrossDimensionReachCriteria++;
|
| if (buildCounterReportCrossDimensionReachCriteria < 3) {
|
| - checkUnnamed1956(o.breakdown);
|
| + checkUnnamed1536(o.breakdown);
|
| checkDateRange(o.dateRange);
|
| unittest.expect(o.dimension, unittest.equals('foo'));
|
| - checkUnnamed1957(o.dimensionFilters);
|
| - checkUnnamed1958(o.metricNames);
|
| - checkUnnamed1959(o.overlapMetricNames);
|
| + checkUnnamed1537(o.dimensionFilters);
|
| + checkUnnamed1538(o.metricNames);
|
| + checkUnnamed1539(o.overlapMetricNames);
|
| unittest.expect(o.pivoted, unittest.isTrue);
|
| }
|
| buildCounterReportCrossDimensionReachCriteria--;
|
| }
|
|
|
| -buildUnnamed1960() {
|
| +buildUnnamed1540() {
|
| var o = new core.List<api.Recipient>();
|
| o.add(buildRecipient());
|
| o.add(buildRecipient());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1960(core.List<api.Recipient> o) {
|
| +checkUnnamed1540(core.List<api.Recipient> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRecipient(o[0]);
|
| checkRecipient(o[1]);
|
| @@ -6744,7 +6744,7 @@ buildReportDelivery() {
|
| o.emailOwner = true;
|
| o.emailOwnerDeliveryType = "foo";
|
| o.message = "foo";
|
| - o.recipients = buildUnnamed1960();
|
| + o.recipients = buildUnnamed1540();
|
| }
|
| buildCounterReportDelivery--;
|
| return o;
|
| @@ -6756,58 +6756,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'));
|
| - checkUnnamed1960(o.recipients);
|
| + checkUnnamed1540(o.recipients);
|
| }
|
| buildCounterReportDelivery--;
|
| }
|
|
|
| -buildUnnamed1961() {
|
| +buildUnnamed1541() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1961(core.List<api.DimensionValue> o) {
|
| +checkUnnamed1541(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed1962() {
|
| +buildUnnamed1542() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1962(core.List<api.DimensionValue> o) {
|
| +checkUnnamed1542(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed1963() {
|
| +buildUnnamed1543() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1963(core.List<api.SortedDimension> o) {
|
| +checkUnnamed1543(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed1964() {
|
| +buildUnnamed1544() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1964(core.List<core.String> o) {
|
| +checkUnnamed1544(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'));
|
| @@ -6841,12 +6841,12 @@ buildReportFloodlightCriteria() {
|
| var o = new api.ReportFloodlightCriteria();
|
| buildCounterReportFloodlightCriteria++;
|
| if (buildCounterReportFloodlightCriteria < 3) {
|
| - o.customRichMediaEvents = buildUnnamed1961();
|
| + o.customRichMediaEvents = buildUnnamed1541();
|
| o.dateRange = buildDateRange();
|
| - o.dimensionFilters = buildUnnamed1962();
|
| - o.dimensions = buildUnnamed1963();
|
| + o.dimensionFilters = buildUnnamed1542();
|
| + o.dimensions = buildUnnamed1543();
|
| o.floodlightConfigId = buildDimensionValue();
|
| - o.metricNames = buildUnnamed1964();
|
| + o.metricNames = buildUnnamed1544();
|
| o.reportProperties = buildReportFloodlightCriteriaReportProperties();
|
| }
|
| buildCounterReportFloodlightCriteria--;
|
| @@ -6856,90 +6856,90 @@ buildReportFloodlightCriteria() {
|
| checkReportFloodlightCriteria(api.ReportFloodlightCriteria o) {
|
| buildCounterReportFloodlightCriteria++;
|
| if (buildCounterReportFloodlightCriteria < 3) {
|
| - checkUnnamed1961(o.customRichMediaEvents);
|
| + checkUnnamed1541(o.customRichMediaEvents);
|
| checkDateRange(o.dateRange);
|
| - checkUnnamed1962(o.dimensionFilters);
|
| - checkUnnamed1963(o.dimensions);
|
| + checkUnnamed1542(o.dimensionFilters);
|
| + checkUnnamed1543(o.dimensions);
|
| checkDimensionValue(o.floodlightConfigId);
|
| - checkUnnamed1964(o.metricNames);
|
| + checkUnnamed1544(o.metricNames);
|
| checkReportFloodlightCriteriaReportProperties(o.reportProperties);
|
| }
|
| buildCounterReportFloodlightCriteria--;
|
| }
|
|
|
| -buildUnnamed1965() {
|
| +buildUnnamed1545() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1965(core.List<api.DimensionValue> o) {
|
| +checkUnnamed1545(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed1966() {
|
| +buildUnnamed1546() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1966(core.List<api.SortedDimension> o) {
|
| +checkUnnamed1546(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed1967() {
|
| +buildUnnamed1547() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1967(core.List<api.SortedDimension> o) {
|
| +checkUnnamed1547(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed1968() {
|
| +buildUnnamed1548() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1968(core.List<api.DimensionValue> o) {
|
| +checkUnnamed1548(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed1969() {
|
| +buildUnnamed1549() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1969(core.List<core.String> o) {
|
| +checkUnnamed1549(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'));
|
| }
|
|
|
| -buildUnnamed1970() {
|
| +buildUnnamed1550() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1970(core.List<api.SortedDimension> o) {
|
| +checkUnnamed1550(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| @@ -6985,14 +6985,14 @@ buildReportPathToConversionCriteria() {
|
| var o = new api.ReportPathToConversionCriteria();
|
| buildCounterReportPathToConversionCriteria++;
|
| if (buildCounterReportPathToConversionCriteria < 3) {
|
| - o.activityFilters = buildUnnamed1965();
|
| - o.conversionDimensions = buildUnnamed1966();
|
| - o.customFloodlightVariables = buildUnnamed1967();
|
| - o.customRichMediaEvents = buildUnnamed1968();
|
| + o.activityFilters = buildUnnamed1545();
|
| + o.conversionDimensions = buildUnnamed1546();
|
| + o.customFloodlightVariables = buildUnnamed1547();
|
| + o.customRichMediaEvents = buildUnnamed1548();
|
| o.dateRange = buildDateRange();
|
| o.floodlightConfigId = buildDimensionValue();
|
| - o.metricNames = buildUnnamed1969();
|
| - o.perInteractionDimensions = buildUnnamed1970();
|
| + o.metricNames = buildUnnamed1549();
|
| + o.perInteractionDimensions = buildUnnamed1550();
|
| o.reportProperties = buildReportPathToConversionCriteriaReportProperties();
|
| }
|
| buildCounterReportPathToConversionCriteria--;
|
| @@ -7002,66 +7002,66 @@ buildReportPathToConversionCriteria() {
|
| checkReportPathToConversionCriteria(api.ReportPathToConversionCriteria o) {
|
| buildCounterReportPathToConversionCriteria++;
|
| if (buildCounterReportPathToConversionCriteria < 3) {
|
| - checkUnnamed1965(o.activityFilters);
|
| - checkUnnamed1966(o.conversionDimensions);
|
| - checkUnnamed1967(o.customFloodlightVariables);
|
| - checkUnnamed1968(o.customRichMediaEvents);
|
| + checkUnnamed1545(o.activityFilters);
|
| + checkUnnamed1546(o.conversionDimensions);
|
| + checkUnnamed1547(o.customFloodlightVariables);
|
| + checkUnnamed1548(o.customRichMediaEvents);
|
| checkDateRange(o.dateRange);
|
| checkDimensionValue(o.floodlightConfigId);
|
| - checkUnnamed1969(o.metricNames);
|
| - checkUnnamed1970(o.perInteractionDimensions);
|
| + checkUnnamed1549(o.metricNames);
|
| + checkUnnamed1550(o.perInteractionDimensions);
|
| checkReportPathToConversionCriteriaReportProperties(o.reportProperties);
|
| }
|
| buildCounterReportPathToConversionCriteria--;
|
| }
|
|
|
| -buildUnnamed1971() {
|
| +buildUnnamed1551() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1971(core.List<api.DimensionValue> o) {
|
| +checkUnnamed1551(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed1972() {
|
| +buildUnnamed1552() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1972(core.List<api.SortedDimension> o) {
|
| +checkUnnamed1552(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed1973() {
|
| +buildUnnamed1553() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1973(core.List<core.String> o) {
|
| +checkUnnamed1553(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'));
|
| }
|
|
|
| -buildUnnamed1974() {
|
| +buildUnnamed1554() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1974(core.List<core.String> o) {
|
| +checkUnnamed1554(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'));
|
| @@ -7075,11 +7075,11 @@ buildReportReachCriteria() {
|
| o.activities = buildActivities();
|
| o.customRichMediaEvents = buildCustomRichMediaEvents();
|
| o.dateRange = buildDateRange();
|
| - o.dimensionFilters = buildUnnamed1971();
|
| - o.dimensions = buildUnnamed1972();
|
| + o.dimensionFilters = buildUnnamed1551();
|
| + o.dimensions = buildUnnamed1552();
|
| o.enableAllDimensionCombinations = true;
|
| - o.metricNames = buildUnnamed1973();
|
| - o.reachByFrequencyMetricNames = buildUnnamed1974();
|
| + o.metricNames = buildUnnamed1553();
|
| + o.reachByFrequencyMetricNames = buildUnnamed1554();
|
| }
|
| buildCounterReportReachCriteria--;
|
| return o;
|
| @@ -7091,23 +7091,23 @@ checkReportReachCriteria(api.ReportReachCriteria o) {
|
| checkActivities(o.activities);
|
| checkCustomRichMediaEvents(o.customRichMediaEvents);
|
| checkDateRange(o.dateRange);
|
| - checkUnnamed1971(o.dimensionFilters);
|
| - checkUnnamed1972(o.dimensions);
|
| + checkUnnamed1551(o.dimensionFilters);
|
| + checkUnnamed1552(o.dimensions);
|
| unittest.expect(o.enableAllDimensionCombinations, unittest.isTrue);
|
| - checkUnnamed1973(o.metricNames);
|
| - checkUnnamed1974(o.reachByFrequencyMetricNames);
|
| + checkUnnamed1553(o.metricNames);
|
| + checkUnnamed1554(o.reachByFrequencyMetricNames);
|
| }
|
| buildCounterReportReachCriteria--;
|
| }
|
|
|
| -buildUnnamed1975() {
|
| +buildUnnamed1555() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1975(core.List<core.String> o) {
|
| +checkUnnamed1555(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'));
|
| @@ -7122,7 +7122,7 @@ buildReportSchedule() {
|
| o.every = 42;
|
| o.expirationDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| o.repeats = "foo";
|
| - o.repeatsOnWeekDays = buildUnnamed1975();
|
| + o.repeatsOnWeekDays = buildUnnamed1555();
|
| o.runsOnDayOfMonth = "foo";
|
| o.startDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| }
|
| @@ -7137,7 +7137,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'));
|
| - checkUnnamed1975(o.repeatsOnWeekDays);
|
| + checkUnnamed1555(o.repeatsOnWeekDays);
|
| unittest.expect(o.runsOnDayOfMonth, unittest.equals('foo'));
|
| unittest.expect(o.startDate, unittest.equals(core.DateTime.parse("2002-02-27T00:00:00")));
|
| }
|
| @@ -7197,53 +7197,53 @@ checkReport(api.Report o) {
|
| buildCounterReport--;
|
| }
|
|
|
| -buildUnnamed1976() {
|
| +buildUnnamed1556() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1976(core.List<api.Dimension> o) {
|
| +checkUnnamed1556(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed1977() {
|
| +buildUnnamed1557() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1977(core.List<api.Dimension> o) {
|
| +checkUnnamed1557(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed1978() {
|
| +buildUnnamed1558() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1978(core.List<api.Metric> o) {
|
| +checkUnnamed1558(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| }
|
|
|
| -buildUnnamed1979() {
|
| +buildUnnamed1559() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1979(core.List<api.Metric> o) {
|
| +checkUnnamed1559(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| @@ -7254,11 +7254,11 @@ buildReportCompatibleFields() {
|
| var o = new api.ReportCompatibleFields();
|
| buildCounterReportCompatibleFields++;
|
| if (buildCounterReportCompatibleFields < 3) {
|
| - o.dimensionFilters = buildUnnamed1976();
|
| - o.dimensions = buildUnnamed1977();
|
| + o.dimensionFilters = buildUnnamed1556();
|
| + o.dimensions = buildUnnamed1557();
|
| o.kind = "foo";
|
| - o.metrics = buildUnnamed1978();
|
| - o.pivotedActivityMetrics = buildUnnamed1979();
|
| + o.metrics = buildUnnamed1558();
|
| + o.pivotedActivityMetrics = buildUnnamed1559();
|
| }
|
| buildCounterReportCompatibleFields--;
|
| return o;
|
| @@ -7267,23 +7267,23 @@ buildReportCompatibleFields() {
|
| checkReportCompatibleFields(api.ReportCompatibleFields o) {
|
| buildCounterReportCompatibleFields++;
|
| if (buildCounterReportCompatibleFields < 3) {
|
| - checkUnnamed1976(o.dimensionFilters);
|
| - checkUnnamed1977(o.dimensions);
|
| + checkUnnamed1556(o.dimensionFilters);
|
| + checkUnnamed1557(o.dimensions);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1978(o.metrics);
|
| - checkUnnamed1979(o.pivotedActivityMetrics);
|
| + checkUnnamed1558(o.metrics);
|
| + checkUnnamed1559(o.pivotedActivityMetrics);
|
| }
|
| buildCounterReportCompatibleFields--;
|
| }
|
|
|
| -buildUnnamed1980() {
|
| +buildUnnamed1560() {
|
| var o = new core.List<api.Report>();
|
| o.add(buildReport());
|
| o.add(buildReport());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1980(core.List<api.Report> o) {
|
| +checkUnnamed1560(core.List<api.Report> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkReport(o[0]);
|
| checkReport(o[1]);
|
| @@ -7295,7 +7295,7 @@ buildReportList() {
|
| buildCounterReportList++;
|
| if (buildCounterReportList < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed1980();
|
| + o.items = buildUnnamed1560();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -7307,7 +7307,7 @@ checkReportList(api.ReportList o) {
|
| buildCounterReportList++;
|
| if (buildCounterReportList < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed1980(o.items);
|
| + checkUnnamed1560(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -7360,14 +7360,14 @@ checkRichMediaExitOverride(api.RichMediaExitOverride o) {
|
| buildCounterRichMediaExitOverride--;
|
| }
|
|
|
| -buildUnnamed1981() {
|
| +buildUnnamed1561() {
|
| var o = new core.List<api.SiteContact>();
|
| o.add(buildSiteContact());
|
| o.add(buildSiteContact());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1981(core.List<api.SiteContact> o) {
|
| +checkUnnamed1561(core.List<api.SiteContact> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSiteContact(o[0]);
|
| checkSiteContact(o[1]);
|
| @@ -7387,7 +7387,7 @@ buildSite() {
|
| o.keyName = "foo";
|
| o.kind = "foo";
|
| o.name = "foo";
|
| - o.siteContacts = buildUnnamed1981();
|
| + o.siteContacts = buildUnnamed1561();
|
| o.siteSettings = buildSiteSettings();
|
| o.subaccountId = "foo";
|
| }
|
| @@ -7407,7 +7407,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'));
|
| - checkUnnamed1981(o.siteContacts);
|
| + checkUnnamed1561(o.siteContacts);
|
| checkSiteSettings(o.siteSettings);
|
| unittest.expect(o.subaccountId, unittest.equals('foo'));
|
| }
|
| @@ -7478,14 +7478,14 @@ checkSiteSettings(api.SiteSettings o) {
|
| buildCounterSiteSettings--;
|
| }
|
|
|
| -buildUnnamed1982() {
|
| +buildUnnamed1562() {
|
| var o = new core.List<api.Site>();
|
| o.add(buildSite());
|
| o.add(buildSite());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1982(core.List<api.Site> o) {
|
| +checkUnnamed1562(core.List<api.Site> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSite(o[0]);
|
| checkSite(o[1]);
|
| @@ -7498,7 +7498,7 @@ buildSitesListResponse() {
|
| if (buildCounterSitesListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.sites = buildUnnamed1982();
|
| + o.sites = buildUnnamed1562();
|
| }
|
| buildCounterSitesListResponse--;
|
| return o;
|
| @@ -7509,7 +7509,7 @@ checkSitesListResponse(api.SitesListResponse o) {
|
| if (buildCounterSitesListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1982(o.sites);
|
| + checkUnnamed1562(o.sites);
|
| }
|
| buildCounterSitesListResponse--;
|
| }
|
| @@ -7541,14 +7541,14 @@ checkSize(api.Size o) {
|
| buildCounterSize--;
|
| }
|
|
|
| -buildUnnamed1983() {
|
| +buildUnnamed1563() {
|
| var o = new core.List<api.Size>();
|
| o.add(buildSize());
|
| o.add(buildSize());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1983(core.List<api.Size> o) {
|
| +checkUnnamed1563(core.List<api.Size> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSize(o[0]);
|
| checkSize(o[1]);
|
| @@ -7560,7 +7560,7 @@ buildSizesListResponse() {
|
| buildCounterSizesListResponse++;
|
| if (buildCounterSizesListResponse < 3) {
|
| o.kind = "foo";
|
| - o.sizes = buildUnnamed1983();
|
| + o.sizes = buildUnnamed1563();
|
| }
|
| buildCounterSizesListResponse--;
|
| return o;
|
| @@ -7570,7 +7570,7 @@ checkSizesListResponse(api.SizesListResponse o) {
|
| buildCounterSizesListResponse++;
|
| if (buildCounterSizesListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1983(o.sizes);
|
| + checkUnnamed1563(o.sizes);
|
| }
|
| buildCounterSizesListResponse--;
|
| }
|
| @@ -7598,14 +7598,14 @@ checkSortedDimension(api.SortedDimension o) {
|
| buildCounterSortedDimension--;
|
| }
|
|
|
| -buildUnnamed1984() {
|
| +buildUnnamed1564() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1984(core.List<core.String> o) {
|
| +checkUnnamed1564(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'));
|
| @@ -7617,7 +7617,7 @@ buildSubaccount() {
|
| buildCounterSubaccount++;
|
| if (buildCounterSubaccount < 3) {
|
| o.accountId = "foo";
|
| - o.availablePermissionIds = buildUnnamed1984();
|
| + o.availablePermissionIds = buildUnnamed1564();
|
| o.id = "foo";
|
| o.kind = "foo";
|
| o.name = "foo";
|
| @@ -7630,7 +7630,7 @@ checkSubaccount(api.Subaccount o) {
|
| buildCounterSubaccount++;
|
| if (buildCounterSubaccount < 3) {
|
| unittest.expect(o.accountId, unittest.equals('foo'));
|
| - checkUnnamed1984(o.availablePermissionIds);
|
| + checkUnnamed1564(o.availablePermissionIds);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| @@ -7638,14 +7638,14 @@ checkSubaccount(api.Subaccount o) {
|
| buildCounterSubaccount--;
|
| }
|
|
|
| -buildUnnamed1985() {
|
| +buildUnnamed1565() {
|
| var o = new core.List<api.Subaccount>();
|
| o.add(buildSubaccount());
|
| o.add(buildSubaccount());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1985(core.List<api.Subaccount> o) {
|
| +checkUnnamed1565(core.List<api.Subaccount> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSubaccount(o[0]);
|
| checkSubaccount(o[1]);
|
| @@ -7658,7 +7658,7 @@ buildSubaccountsListResponse() {
|
| if (buildCounterSubaccountsListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.subaccounts = buildUnnamed1985();
|
| + o.subaccounts = buildUnnamed1565();
|
| }
|
| buildCounterSubaccountsListResponse--;
|
| return o;
|
| @@ -7669,7 +7669,7 @@ checkSubaccountsListResponse(api.SubaccountsListResponse o) {
|
| if (buildCounterSubaccountsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1985(o.subaccounts);
|
| + checkUnnamed1565(o.subaccounts);
|
| }
|
| buildCounterSubaccountsListResponse--;
|
| }
|
| @@ -7809,14 +7809,14 @@ checkTargetableRemarketingList(api.TargetableRemarketingList o) {
|
| buildCounterTargetableRemarketingList--;
|
| }
|
|
|
| -buildUnnamed1986() {
|
| +buildUnnamed1566() {
|
| var o = new core.List<api.TargetableRemarketingList>();
|
| o.add(buildTargetableRemarketingList());
|
| o.add(buildTargetableRemarketingList());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1986(core.List<api.TargetableRemarketingList> o) {
|
| +checkUnnamed1566(core.List<api.TargetableRemarketingList> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTargetableRemarketingList(o[0]);
|
| checkTargetableRemarketingList(o[1]);
|
| @@ -7829,7 +7829,7 @@ buildTargetableRemarketingListsListResponse() {
|
| if (buildCounterTargetableRemarketingListsListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.targetableRemarketingLists = buildUnnamed1986();
|
| + o.targetableRemarketingLists = buildUnnamed1566();
|
| }
|
| buildCounterTargetableRemarketingListsListResponse--;
|
| return o;
|
| @@ -7840,84 +7840,84 @@ checkTargetableRemarketingListsListResponse(api.TargetableRemarketingListsListRe
|
| if (buildCounterTargetableRemarketingListsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1986(o.targetableRemarketingLists);
|
| + checkUnnamed1566(o.targetableRemarketingLists);
|
| }
|
| buildCounterTargetableRemarketingListsListResponse--;
|
| }
|
|
|
| -buildUnnamed1987() {
|
| +buildUnnamed1567() {
|
| var o = new core.List<api.Browser>();
|
| o.add(buildBrowser());
|
| o.add(buildBrowser());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1987(core.List<api.Browser> o) {
|
| +checkUnnamed1567(core.List<api.Browser> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkBrowser(o[0]);
|
| checkBrowser(o[1]);
|
| }
|
|
|
| -buildUnnamed1988() {
|
| +buildUnnamed1568() {
|
| var o = new core.List<api.ConnectionType>();
|
| o.add(buildConnectionType());
|
| o.add(buildConnectionType());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1988(core.List<api.ConnectionType> o) {
|
| +checkUnnamed1568(core.List<api.ConnectionType> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkConnectionType(o[0]);
|
| checkConnectionType(o[1]);
|
| }
|
|
|
| -buildUnnamed1989() {
|
| +buildUnnamed1569() {
|
| var o = new core.List<api.MobileCarrier>();
|
| o.add(buildMobileCarrier());
|
| o.add(buildMobileCarrier());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1989(core.List<api.MobileCarrier> o) {
|
| +checkUnnamed1569(core.List<api.MobileCarrier> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMobileCarrier(o[0]);
|
| checkMobileCarrier(o[1]);
|
| }
|
|
|
| -buildUnnamed1990() {
|
| +buildUnnamed1570() {
|
| var o = new core.List<api.OperatingSystemVersion>();
|
| o.add(buildOperatingSystemVersion());
|
| o.add(buildOperatingSystemVersion());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1990(core.List<api.OperatingSystemVersion> o) {
|
| +checkUnnamed1570(core.List<api.OperatingSystemVersion> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOperatingSystemVersion(o[0]);
|
| checkOperatingSystemVersion(o[1]);
|
| }
|
|
|
| -buildUnnamed1991() {
|
| +buildUnnamed1571() {
|
| var o = new core.List<api.OperatingSystem>();
|
| o.add(buildOperatingSystem());
|
| o.add(buildOperatingSystem());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1991(core.List<api.OperatingSystem> o) {
|
| +checkUnnamed1571(core.List<api.OperatingSystem> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOperatingSystem(o[0]);
|
| checkOperatingSystem(o[1]);
|
| }
|
|
|
| -buildUnnamed1992() {
|
| +buildUnnamed1572() {
|
| var o = new core.List<api.PlatformType>();
|
| o.add(buildPlatformType());
|
| o.add(buildPlatformType());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1992(core.List<api.PlatformType> o) {
|
| +checkUnnamed1572(core.List<api.PlatformType> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPlatformType(o[0]);
|
| checkPlatformType(o[1]);
|
| @@ -7928,12 +7928,12 @@ buildTechnologyTargeting() {
|
| var o = new api.TechnologyTargeting();
|
| buildCounterTechnologyTargeting++;
|
| if (buildCounterTechnologyTargeting < 3) {
|
| - o.browsers = buildUnnamed1987();
|
| - o.connectionTypes = buildUnnamed1988();
|
| - o.mobileCarriers = buildUnnamed1989();
|
| - o.operatingSystemVersions = buildUnnamed1990();
|
| - o.operatingSystems = buildUnnamed1991();
|
| - o.platformTypes = buildUnnamed1992();
|
| + o.browsers = buildUnnamed1567();
|
| + o.connectionTypes = buildUnnamed1568();
|
| + o.mobileCarriers = buildUnnamed1569();
|
| + o.operatingSystemVersions = buildUnnamed1570();
|
| + o.operatingSystems = buildUnnamed1571();
|
| + o.platformTypes = buildUnnamed1572();
|
| }
|
| buildCounterTechnologyTargeting--;
|
| return o;
|
| @@ -7942,12 +7942,12 @@ buildTechnologyTargeting() {
|
| checkTechnologyTargeting(api.TechnologyTargeting o) {
|
| buildCounterTechnologyTargeting++;
|
| if (buildCounterTechnologyTargeting < 3) {
|
| - checkUnnamed1987(o.browsers);
|
| - checkUnnamed1988(o.connectionTypes);
|
| - checkUnnamed1989(o.mobileCarriers);
|
| - checkUnnamed1990(o.operatingSystemVersions);
|
| - checkUnnamed1991(o.operatingSystems);
|
| - checkUnnamed1992(o.platformTypes);
|
| + checkUnnamed1567(o.browsers);
|
| + checkUnnamed1568(o.connectionTypes);
|
| + checkUnnamed1569(o.mobileCarriers);
|
| + checkUnnamed1570(o.operatingSystemVersions);
|
| + checkUnnamed1571(o.operatingSystems);
|
| + checkUnnamed1572(o.platformTypes);
|
| }
|
| buildCounterTechnologyTargeting--;
|
| }
|
| @@ -8050,14 +8050,14 @@ checkUserProfile(api.UserProfile o) {
|
| buildCounterUserProfile--;
|
| }
|
|
|
| -buildUnnamed1993() {
|
| +buildUnnamed1573() {
|
| var o = new core.List<api.UserProfile>();
|
| o.add(buildUserProfile());
|
| o.add(buildUserProfile());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1993(core.List<api.UserProfile> o) {
|
| +checkUnnamed1573(core.List<api.UserProfile> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUserProfile(o[0]);
|
| checkUserProfile(o[1]);
|
| @@ -8069,7 +8069,7 @@ buildUserProfileList() {
|
| buildCounterUserProfileList++;
|
| if (buildCounterUserProfileList < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed1993();
|
| + o.items = buildUnnamed1573();
|
| o.kind = "foo";
|
| }
|
| buildCounterUserProfileList--;
|
| @@ -8080,20 +8080,20 @@ checkUserProfileList(api.UserProfileList o) {
|
| buildCounterUserProfileList++;
|
| if (buildCounterUserProfileList < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed1993(o.items);
|
| + checkUnnamed1573(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterUserProfileList--;
|
| }
|
|
|
| -buildUnnamed1994() {
|
| +buildUnnamed1574() {
|
| var o = new core.List<api.UserRolePermission>();
|
| o.add(buildUserRolePermission());
|
| o.add(buildUserRolePermission());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1994(core.List<api.UserRolePermission> o) {
|
| +checkUnnamed1574(core.List<api.UserRolePermission> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUserRolePermission(o[0]);
|
| checkUserRolePermission(o[1]);
|
| @@ -8110,7 +8110,7 @@ buildUserRole() {
|
| o.kind = "foo";
|
| o.name = "foo";
|
| o.parentUserRoleId = "foo";
|
| - o.permissions = buildUnnamed1994();
|
| + o.permissions = buildUnnamed1574();
|
| o.subaccountId = "foo";
|
| }
|
| buildCounterUserRole--;
|
| @@ -8126,7 +8126,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'));
|
| - checkUnnamed1994(o.permissions);
|
| + checkUnnamed1574(o.permissions);
|
| unittest.expect(o.subaccountId, unittest.equals('foo'));
|
| }
|
| buildCounterUserRole--;
|
| @@ -8182,14 +8182,14 @@ checkUserRolePermissionGroup(api.UserRolePermissionGroup o) {
|
| buildCounterUserRolePermissionGroup--;
|
| }
|
|
|
| -buildUnnamed1995() {
|
| +buildUnnamed1575() {
|
| var o = new core.List<api.UserRolePermissionGroup>();
|
| o.add(buildUserRolePermissionGroup());
|
| o.add(buildUserRolePermissionGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1995(core.List<api.UserRolePermissionGroup> o) {
|
| +checkUnnamed1575(core.List<api.UserRolePermissionGroup> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUserRolePermissionGroup(o[0]);
|
| checkUserRolePermissionGroup(o[1]);
|
| @@ -8201,7 +8201,7 @@ buildUserRolePermissionGroupsListResponse() {
|
| buildCounterUserRolePermissionGroupsListResponse++;
|
| if (buildCounterUserRolePermissionGroupsListResponse < 3) {
|
| o.kind = "foo";
|
| - o.userRolePermissionGroups = buildUnnamed1995();
|
| + o.userRolePermissionGroups = buildUnnamed1575();
|
| }
|
| buildCounterUserRolePermissionGroupsListResponse--;
|
| return o;
|
| @@ -8211,19 +8211,19 @@ checkUserRolePermissionGroupsListResponse(api.UserRolePermissionGroupsListRespon
|
| buildCounterUserRolePermissionGroupsListResponse++;
|
| if (buildCounterUserRolePermissionGroupsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1995(o.userRolePermissionGroups);
|
| + checkUnnamed1575(o.userRolePermissionGroups);
|
| }
|
| buildCounterUserRolePermissionGroupsListResponse--;
|
| }
|
|
|
| -buildUnnamed1996() {
|
| +buildUnnamed1576() {
|
| var o = new core.List<api.UserRolePermission>();
|
| o.add(buildUserRolePermission());
|
| o.add(buildUserRolePermission());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1996(core.List<api.UserRolePermission> o) {
|
| +checkUnnamed1576(core.List<api.UserRolePermission> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUserRolePermission(o[0]);
|
| checkUserRolePermission(o[1]);
|
| @@ -8235,7 +8235,7 @@ buildUserRolePermissionsListResponse() {
|
| buildCounterUserRolePermissionsListResponse++;
|
| if (buildCounterUserRolePermissionsListResponse < 3) {
|
| o.kind = "foo";
|
| - o.userRolePermissions = buildUnnamed1996();
|
| + o.userRolePermissions = buildUnnamed1576();
|
| }
|
| buildCounterUserRolePermissionsListResponse--;
|
| return o;
|
| @@ -8245,19 +8245,19 @@ checkUserRolePermissionsListResponse(api.UserRolePermissionsListResponse o) {
|
| buildCounterUserRolePermissionsListResponse++;
|
| if (buildCounterUserRolePermissionsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1996(o.userRolePermissions);
|
| + checkUnnamed1576(o.userRolePermissions);
|
| }
|
| buildCounterUserRolePermissionsListResponse--;
|
| }
|
|
|
| -buildUnnamed1997() {
|
| +buildUnnamed1577() {
|
| var o = new core.List<api.UserRole>();
|
| o.add(buildUserRole());
|
| o.add(buildUserRole());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1997(core.List<api.UserRole> o) {
|
| +checkUnnamed1577(core.List<api.UserRole> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUserRole(o[0]);
|
| checkUserRole(o[1]);
|
| @@ -8270,7 +8270,7 @@ buildUserRolesListResponse() {
|
| if (buildCounterUserRolesListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.userRoles = buildUnnamed1997();
|
| + o.userRoles = buildUnnamed1577();
|
| }
|
| buildCounterUserRolesListResponse--;
|
| return o;
|
| @@ -8281,1137 +8281,1137 @@ checkUserRolesListResponse(api.UserRolesListResponse o) {
|
| if (buildCounterUserRolesListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1997(o.userRoles);
|
| + checkUnnamed1577(o.userRoles);
|
| }
|
| buildCounterUserRolesListResponse--;
|
| }
|
|
|
| -buildUnnamed1998() {
|
| +buildUnnamed1578() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1998(core.List<core.String> o) {
|
| +checkUnnamed1578(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'));
|
| }
|
|
|
| -buildUnnamed1999() {
|
| +buildUnnamed1579() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1999(core.List<core.String> o) {
|
| +checkUnnamed1579(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'));
|
| }
|
|
|
| -buildUnnamed2000() {
|
| +buildUnnamed1580() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2000(core.List<core.String> o) {
|
| +checkUnnamed1580(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'));
|
| }
|
|
|
| -buildUnnamed2001() {
|
| +buildUnnamed1581() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2001(core.List<core.String> o) {
|
| +checkUnnamed1581(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'));
|
| }
|
|
|
| -buildUnnamed2002() {
|
| +buildUnnamed1582() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2002(core.List<core.String> o) {
|
| +checkUnnamed1582(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'));
|
| }
|
|
|
| -buildUnnamed2003() {
|
| +buildUnnamed1583() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2003(core.List<core.String> o) {
|
| +checkUnnamed1583(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'));
|
| }
|
|
|
| -buildUnnamed2004() {
|
| +buildUnnamed1584() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2004(core.List<core.String> o) {
|
| +checkUnnamed1584(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'));
|
| }
|
|
|
| -buildUnnamed2005() {
|
| +buildUnnamed1585() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2005(core.List<core.String> o) {
|
| +checkUnnamed1585(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'));
|
| }
|
|
|
| -buildUnnamed2006() {
|
| +buildUnnamed1586() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2006(core.List<core.String> o) {
|
| +checkUnnamed1586(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'));
|
| }
|
|
|
| -buildUnnamed2007() {
|
| +buildUnnamed1587() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2007(core.List<core.String> o) {
|
| +checkUnnamed1587(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'));
|
| }
|
|
|
| -buildUnnamed2008() {
|
| +buildUnnamed1588() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2008(core.List<core.String> o) {
|
| +checkUnnamed1588(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'));
|
| }
|
|
|
| -buildUnnamed2009() {
|
| +buildUnnamed1589() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2009(core.List<core.String> o) {
|
| +checkUnnamed1589(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'));
|
| }
|
|
|
| -buildUnnamed2010() {
|
| +buildUnnamed1590() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2010(core.List<core.String> o) {
|
| +checkUnnamed1590(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'));
|
| }
|
|
|
| -buildUnnamed2011() {
|
| +buildUnnamed1591() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2011(core.List<core.String> o) {
|
| +checkUnnamed1591(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'));
|
| }
|
|
|
| -buildUnnamed2012() {
|
| +buildUnnamed1592() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2012(core.List<core.String> o) {
|
| +checkUnnamed1592(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'));
|
| }
|
|
|
| -buildUnnamed2013() {
|
| +buildUnnamed1593() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2013(core.List<core.String> o) {
|
| +checkUnnamed1593(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'));
|
| }
|
|
|
| -buildUnnamed2014() {
|
| +buildUnnamed1594() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2014(core.List<core.String> o) {
|
| +checkUnnamed1594(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'));
|
| }
|
|
|
| -buildUnnamed2015() {
|
| +buildUnnamed1595() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2015(core.List<core.String> o) {
|
| +checkUnnamed1595(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'));
|
| }
|
|
|
| -buildUnnamed2016() {
|
| +buildUnnamed1596() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2016(core.List<core.String> o) {
|
| +checkUnnamed1596(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'));
|
| }
|
|
|
| -buildUnnamed2017() {
|
| +buildUnnamed1597() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2017(core.List<core.String> o) {
|
| +checkUnnamed1597(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'));
|
| }
|
|
|
| -buildUnnamed2018() {
|
| +buildUnnamed1598() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2018(core.List<core.String> o) {
|
| +checkUnnamed1598(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'));
|
| }
|
|
|
| -buildUnnamed2019() {
|
| +buildUnnamed1599() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2019(core.List<core.String> o) {
|
| +checkUnnamed1599(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'));
|
| }
|
|
|
| -buildUnnamed2020() {
|
| +buildUnnamed1600() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2020(core.List<core.String> o) {
|
| +checkUnnamed1600(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'));
|
| }
|
|
|
| -buildUnnamed2021() {
|
| +buildUnnamed1601() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2021(core.List<core.String> o) {
|
| +checkUnnamed1601(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'));
|
| }
|
|
|
| -buildUnnamed2022() {
|
| +buildUnnamed1602() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2022(core.List<core.String> o) {
|
| +checkUnnamed1602(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'));
|
| }
|
|
|
| -buildUnnamed2023() {
|
| +buildUnnamed1603() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2023(core.List<core.String> o) {
|
| +checkUnnamed1603(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'));
|
| }
|
|
|
| -buildUnnamed2024() {
|
| +buildUnnamed1604() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2024(core.List<core.String> o) {
|
| +checkUnnamed1604(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'));
|
| }
|
|
|
| -buildUnnamed2025() {
|
| +buildUnnamed1605() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2025(core.List<core.String> o) {
|
| +checkUnnamed1605(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'));
|
| }
|
|
|
| -buildUnnamed2026() {
|
| +buildUnnamed1606() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2026(core.List<core.String> o) {
|
| +checkUnnamed1606(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'));
|
| }
|
|
|
| -buildUnnamed2027() {
|
| +buildUnnamed1607() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2027(core.List<core.String> o) {
|
| +checkUnnamed1607(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'));
|
| }
|
|
|
| -buildUnnamed2028() {
|
| +buildUnnamed1608() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2028(core.List<core.String> o) {
|
| +checkUnnamed1608(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'));
|
| }
|
|
|
| -buildUnnamed2029() {
|
| +buildUnnamed1609() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2029(core.List<core.String> o) {
|
| +checkUnnamed1609(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'));
|
| }
|
|
|
| -buildUnnamed2030() {
|
| +buildUnnamed1610() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2030(core.List<core.String> o) {
|
| +checkUnnamed1610(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'));
|
| }
|
|
|
| -buildUnnamed2031() {
|
| +buildUnnamed1611() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2031(core.List<core.String> o) {
|
| +checkUnnamed1611(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'));
|
| }
|
|
|
| -buildUnnamed2032() {
|
| +buildUnnamed1612() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2032(core.List<core.String> o) {
|
| +checkUnnamed1612(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'));
|
| }
|
|
|
| -buildUnnamed2033() {
|
| +buildUnnamed1613() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2033(core.List<core.String> o) {
|
| +checkUnnamed1613(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'));
|
| }
|
|
|
| -buildUnnamed2034() {
|
| +buildUnnamed1614() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2034(core.List<core.String> o) {
|
| +checkUnnamed1614(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'));
|
| }
|
|
|
| -buildUnnamed2035() {
|
| +buildUnnamed1615() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2035(core.List<core.String> o) {
|
| +checkUnnamed1615(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'));
|
| }
|
|
|
| -buildUnnamed2036() {
|
| +buildUnnamed1616() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2036(core.List<core.String> o) {
|
| +checkUnnamed1616(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'));
|
| }
|
|
|
| -buildUnnamed2037() {
|
| +buildUnnamed1617() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2037(core.List<core.String> o) {
|
| +checkUnnamed1617(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'));
|
| }
|
|
|
| -buildUnnamed2038() {
|
| +buildUnnamed1618() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2038(core.List<core.String> o) {
|
| +checkUnnamed1618(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'));
|
| }
|
|
|
| -buildUnnamed2039() {
|
| +buildUnnamed1619() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2039(core.List<core.String> o) {
|
| +checkUnnamed1619(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'));
|
| }
|
|
|
| -buildUnnamed2040() {
|
| +buildUnnamed1620() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2040(core.List<core.String> o) {
|
| +checkUnnamed1620(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'));
|
| }
|
|
|
| -buildUnnamed2041() {
|
| +buildUnnamed1621() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2041(core.List<core.String> o) {
|
| +checkUnnamed1621(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'));
|
| }
|
|
|
| -buildUnnamed2042() {
|
| +buildUnnamed1622() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2042(core.List<core.String> o) {
|
| +checkUnnamed1622(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'));
|
| }
|
|
|
| -buildUnnamed2043() {
|
| +buildUnnamed1623() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2043(core.List<core.String> o) {
|
| +checkUnnamed1623(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'));
|
| }
|
|
|
| -buildUnnamed2044() {
|
| +buildUnnamed1624() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2044(core.List<core.String> o) {
|
| +checkUnnamed1624(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'));
|
| }
|
|
|
| -buildUnnamed2045() {
|
| +buildUnnamed1625() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2045(core.List<core.String> o) {
|
| +checkUnnamed1625(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'));
|
| }
|
|
|
| -buildUnnamed2046() {
|
| +buildUnnamed1626() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2046(core.List<core.String> o) {
|
| +checkUnnamed1626(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'));
|
| }
|
|
|
| -buildUnnamed2047() {
|
| +buildUnnamed1627() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2047(core.List<core.String> o) {
|
| +checkUnnamed1627(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'));
|
| }
|
|
|
| -buildUnnamed2048() {
|
| +buildUnnamed1628() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2048(core.List<core.String> o) {
|
| +checkUnnamed1628(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'));
|
| }
|
|
|
| -buildUnnamed2049() {
|
| +buildUnnamed1629() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2049(core.List<core.String> o) {
|
| +checkUnnamed1629(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'));
|
| }
|
|
|
| -buildUnnamed2050() {
|
| +buildUnnamed1630() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2050(core.List<core.String> o) {
|
| +checkUnnamed1630(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'));
|
| }
|
|
|
| -buildUnnamed2051() {
|
| +buildUnnamed1631() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2051(core.List<core.String> o) {
|
| +checkUnnamed1631(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'));
|
| }
|
|
|
| -buildUnnamed2052() {
|
| +buildUnnamed1632() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2052(core.List<core.String> o) {
|
| +checkUnnamed1632(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'));
|
| }
|
|
|
| -buildUnnamed2053() {
|
| +buildUnnamed1633() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2053(core.List<core.String> o) {
|
| +checkUnnamed1633(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'));
|
| }
|
|
|
| -buildUnnamed2054() {
|
| +buildUnnamed1634() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2054(core.List<core.String> o) {
|
| +checkUnnamed1634(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'));
|
| }
|
|
|
| -buildUnnamed2055() {
|
| +buildUnnamed1635() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2055(core.List<core.String> o) {
|
| +checkUnnamed1635(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'));
|
| }
|
|
|
| -buildUnnamed2056() {
|
| +buildUnnamed1636() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2056(core.List<core.String> o) {
|
| +checkUnnamed1636(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'));
|
| }
|
|
|
| -buildUnnamed2057() {
|
| +buildUnnamed1637() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2057(core.List<core.String> o) {
|
| +checkUnnamed1637(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'));
|
| }
|
|
|
| -buildUnnamed2058() {
|
| +buildUnnamed1638() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2058(core.List<core.String> o) {
|
| +checkUnnamed1638(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'));
|
| }
|
|
|
| -buildUnnamed2059() {
|
| +buildUnnamed1639() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2059(core.List<core.String> o) {
|
| +checkUnnamed1639(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'));
|
| }
|
|
|
| -buildUnnamed2060() {
|
| +buildUnnamed1640() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2060(core.List<core.String> o) {
|
| +checkUnnamed1640(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'));
|
| }
|
|
|
| -buildUnnamed2061() {
|
| +buildUnnamed1641() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2061(core.List<core.String> o) {
|
| +checkUnnamed1641(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'));
|
| }
|
|
|
| -buildUnnamed2062() {
|
| +buildUnnamed1642() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2062(core.List<core.String> o) {
|
| +checkUnnamed1642(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'));
|
| }
|
|
|
| -buildUnnamed2063() {
|
| +buildUnnamed1643() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2063(core.List<core.String> o) {
|
| +checkUnnamed1643(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'));
|
| }
|
|
|
| -buildUnnamed2064() {
|
| +buildUnnamed1644() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2064(core.List<core.String> o) {
|
| +checkUnnamed1644(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'));
|
| }
|
|
|
| -buildUnnamed2065() {
|
| +buildUnnamed1645() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2065(core.List<core.String> o) {
|
| +checkUnnamed1645(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'));
|
| }
|
|
|
| -buildUnnamed2066() {
|
| +buildUnnamed1646() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2066(core.List<core.String> o) {
|
| +checkUnnamed1646(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'));
|
| }
|
|
|
| -buildUnnamed2067() {
|
| +buildUnnamed1647() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2067(core.List<core.String> o) {
|
| +checkUnnamed1647(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'));
|
| }
|
|
|
| -buildUnnamed2068() {
|
| +buildUnnamed1648() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2068(core.List<core.String> o) {
|
| +checkUnnamed1648(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'));
|
| }
|
|
|
| -buildUnnamed2069() {
|
| +buildUnnamed1649() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2069(core.List<core.String> o) {
|
| +checkUnnamed1649(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'));
|
| }
|
|
|
| -buildUnnamed2070() {
|
| +buildUnnamed1650() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2070(core.List<core.String> o) {
|
| +checkUnnamed1650(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'));
|
| }
|
|
|
| -buildUnnamed2071() {
|
| +buildUnnamed1651() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2071(core.List<core.String> o) {
|
| +checkUnnamed1651(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'));
|
| }
|
|
|
| -buildUnnamed2072() {
|
| +buildUnnamed1652() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2072(core.List<core.String> o) {
|
| +checkUnnamed1652(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'));
|
| }
|
|
|
| -buildUnnamed2073() {
|
| +buildUnnamed1653() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2073(core.List<core.String> o) {
|
| +checkUnnamed1653(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'));
|
| }
|
|
|
| -buildUnnamed2074() {
|
| +buildUnnamed1654() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2074(core.List<core.String> o) {
|
| +checkUnnamed1654(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'));
|
| }
|
|
|
| -buildUnnamed2075() {
|
| +buildUnnamed1655() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2075(core.List<core.String> o) {
|
| +checkUnnamed1655(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'));
|
| }
|
|
|
| -buildUnnamed2076() {
|
| +buildUnnamed1656() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2076(core.List<core.String> o) {
|
| +checkUnnamed1656(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'));
|
| }
|
|
|
| -buildUnnamed2077() {
|
| +buildUnnamed1657() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2077(core.List<core.String> o) {
|
| +checkUnnamed1657(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'));
|
| }
|
|
|
| -buildUnnamed2078() {
|
| +buildUnnamed1658() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2078(core.List<core.String> o) {
|
| +checkUnnamed1658(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'));
|
| }
|
|
|
| -buildUnnamed2079() {
|
| +buildUnnamed1659() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2079(core.List<core.String> o) {
|
| +checkUnnamed1659(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'));
|
| }
|
|
|
| -buildUnnamed2080() {
|
| +buildUnnamed1660() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2080(core.List<core.String> o) {
|
| +checkUnnamed1660(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'));
|
| }
|
|
|
| -buildUnnamed2081() {
|
| +buildUnnamed1661() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2081(core.List<core.String> o) {
|
| +checkUnnamed1661(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'));
|
| }
|
|
|
| -buildUnnamed2082() {
|
| +buildUnnamed1662() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2082(core.List<core.String> o) {
|
| +checkUnnamed1662(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'));
|
| }
|
|
|
| -buildUnnamed2083() {
|
| +buildUnnamed1663() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2083(core.List<core.String> o) {
|
| +checkUnnamed1663(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'));
|
| }
|
|
|
| -buildUnnamed2084() {
|
| +buildUnnamed1664() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2084(core.List<core.String> o) {
|
| +checkUnnamed1664(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'));
|
| @@ -11647,7 +11647,7 @@ main() {
|
| api.AccountUserProfilesResourceApi res = new api.DfareportingApi(mock).accountUserProfiles;
|
| var arg_profileId = "foo";
|
| var arg_active = true;
|
| - var arg_ids = buildUnnamed1998();
|
| + var arg_ids = buildUnnamed1578();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -11895,7 +11895,7 @@ main() {
|
| api.AccountsResourceApi res = new api.DfareportingApi(mock).accounts;
|
| var arg_profileId = "foo";
|
| var arg_active = true;
|
| - var arg_ids = buildUnnamed1999();
|
| + var arg_ids = buildUnnamed1579();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -12198,27 +12198,27 @@ main() {
|
| var arg_active = true;
|
| var arg_advertiserId = "foo";
|
| var arg_archived = true;
|
| - var arg_audienceSegmentIds = buildUnnamed2000();
|
| - var arg_campaignIds = buildUnnamed2001();
|
| + var arg_audienceSegmentIds = buildUnnamed1580();
|
| + var arg_campaignIds = buildUnnamed1581();
|
| var arg_compatibility = "foo";
|
| - var arg_creativeIds = buildUnnamed2002();
|
| - var arg_creativeOptimizationConfigurationIds = buildUnnamed2003();
|
| + var arg_creativeIds = buildUnnamed1582();
|
| + var arg_creativeOptimizationConfigurationIds = buildUnnamed1583();
|
| var arg_creativeType = "foo";
|
| var arg_dynamicClickTracker = true;
|
| - var arg_ids = buildUnnamed2004();
|
| - var arg_landingPageIds = buildUnnamed2005();
|
| + var arg_ids = buildUnnamed1584();
|
| + var arg_landingPageIds = buildUnnamed1585();
|
| var arg_maxResults = 42;
|
| var arg_overriddenEventTagId = "foo";
|
| var arg_pageToken = "foo";
|
| - var arg_placementIds = buildUnnamed2006();
|
| - var arg_remarketingListIds = buildUnnamed2007();
|
| + var arg_placementIds = buildUnnamed1586();
|
| + var arg_remarketingListIds = buildUnnamed1587();
|
| var arg_searchString = "foo";
|
| - var arg_sizeIds = buildUnnamed2008();
|
| + var arg_sizeIds = buildUnnamed1588();
|
| var arg_sortField = "foo";
|
| var arg_sortOrder = "foo";
|
| var arg_sslCompliant = true;
|
| var arg_sslRequired = true;
|
| - var arg_type = buildUnnamed2009();
|
| + var arg_type = buildUnnamed1589();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -12585,7 +12585,7 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.AdvertiserGroupsResourceApi res = new api.DfareportingApi(mock).advertiserGroups;
|
| var arg_profileId = "foo";
|
| - var arg_ids = buildUnnamed2010();
|
| + var arg_ids = buildUnnamed1590();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -12884,9 +12884,9 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.AdvertisersResourceApi res = new api.DfareportingApi(mock).advertisers;
|
| var arg_profileId = "foo";
|
| - var arg_advertiserGroupIds = buildUnnamed2011();
|
| - var arg_floodlightConfigurationIds = buildUnnamed2012();
|
| - var arg_ids = buildUnnamed2013();
|
| + var arg_advertiserGroupIds = buildUnnamed1591();
|
| + var arg_floodlightConfigurationIds = buildUnnamed1592();
|
| + var arg_ids = buildUnnamed1593();
|
| var arg_includeAdvertisersWithoutGroupsOnly = true;
|
| var arg_maxResults = 42;
|
| var arg_onlyParent = true;
|
| @@ -13392,12 +13392,12 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.CampaignsResourceApi res = new api.DfareportingApi(mock).campaigns;
|
| var arg_profileId = "foo";
|
| - var arg_advertiserGroupIds = buildUnnamed2014();
|
| - var arg_advertiserIds = buildUnnamed2015();
|
| + var arg_advertiserGroupIds = buildUnnamed1594();
|
| + var arg_advertiserIds = buildUnnamed1595();
|
| var arg_archived = true;
|
| var arg_atLeastOneOptimizationActivity = true;
|
| - var arg_excludedIds = buildUnnamed2016();
|
| - var arg_ids = buildUnnamed2017();
|
| + var arg_excludedIds = buildUnnamed1596();
|
| + var arg_ids = buildUnnamed1597();
|
| var arg_maxResults = 42;
|
| var arg_overriddenEventTagId = "foo";
|
| var arg_pageToken = "foo";
|
| @@ -13649,15 +13649,15 @@ main() {
|
| api.ChangeLogsResourceApi res = new api.DfareportingApi(mock).changeLogs;
|
| var arg_profileId = "foo";
|
| var arg_action = "foo";
|
| - var arg_ids = buildUnnamed2018();
|
| + var arg_ids = buildUnnamed1598();
|
| var arg_maxChangeTime = "foo";
|
| var arg_maxResults = 42;
|
| var arg_minChangeTime = "foo";
|
| - var arg_objectIds = buildUnnamed2019();
|
| + var arg_objectIds = buildUnnamed1599();
|
| var arg_objectType = "foo";
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| - var arg_userProfileIds = buildUnnamed2020();
|
| + var arg_userProfileIds = buildUnnamed1600();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -13725,10 +13725,10 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.CitiesResourceApi res = new api.DfareportingApi(mock).cities;
|
| var arg_profileId = "foo";
|
| - var arg_countryDartIds = buildUnnamed2021();
|
| - var arg_dartIds = buildUnnamed2022();
|
| + var arg_countryDartIds = buildUnnamed1601();
|
| + var arg_dartIds = buildUnnamed1602();
|
| var arg_namePrefix = "foo";
|
| - var arg_regionDartIds = buildUnnamed2023();
|
| + var arg_regionDartIds = buildUnnamed1603();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -14073,7 +14073,7 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.ContentCategoriesResourceApi res = new api.DfareportingApi(mock).contentCategories;
|
| var arg_profileId = "foo";
|
| - var arg_ids = buildUnnamed2024();
|
| + var arg_ids = buildUnnamed1604();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -14698,7 +14698,7 @@ main() {
|
| api.CreativeFieldValuesResourceApi res = new api.DfareportingApi(mock).creativeFieldValues;
|
| var arg_profileId = "foo";
|
| var arg_creativeFieldId = "foo";
|
| - var arg_ids = buildUnnamed2025();
|
| + var arg_ids = buildUnnamed1605();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -15075,8 +15075,8 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.CreativeFieldsResourceApi res = new api.DfareportingApi(mock).creativeFields;
|
| var arg_profileId = "foo";
|
| - var arg_advertiserIds = buildUnnamed2026();
|
| - var arg_ids = buildUnnamed2027();
|
| + var arg_advertiserIds = buildUnnamed1606();
|
| + var arg_ids = buildUnnamed1607();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -15376,9 +15376,9 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.CreativeGroupsResourceApi res = new api.DfareportingApi(mock).creativeGroups;
|
| var arg_profileId = "foo";
|
| - var arg_advertiserIds = buildUnnamed2028();
|
| + var arg_advertiserIds = buildUnnamed1608();
|
| var arg_groupNumber = 42;
|
| - var arg_ids = buildUnnamed2029();
|
| + var arg_ids = buildUnnamed1609();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -15683,18 +15683,18 @@ main() {
|
| var arg_advertiserId = "foo";
|
| var arg_archived = true;
|
| var arg_campaignId = "foo";
|
| - var arg_companionCreativeIds = buildUnnamed2030();
|
| - var arg_creativeFieldIds = buildUnnamed2031();
|
| - var arg_ids = buildUnnamed2032();
|
| + var arg_companionCreativeIds = buildUnnamed1610();
|
| + var arg_creativeFieldIds = buildUnnamed1611();
|
| + var arg_ids = buildUnnamed1612();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| - var arg_renderingIds = buildUnnamed2033();
|
| + var arg_renderingIds = buildUnnamed1613();
|
| var arg_searchString = "foo";
|
| - var arg_sizeIds = buildUnnamed2034();
|
| + var arg_sizeIds = buildUnnamed1614();
|
| var arg_sortField = "foo";
|
| var arg_sortOrder = "foo";
|
| var arg_studioCreativeId = "foo";
|
| - var arg_types = buildUnnamed2035();
|
| + var arg_types = buildUnnamed1615();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -16006,8 +16006,8 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.DirectorySiteContactsResourceApi res = new api.DfareportingApi(mock).directorySiteContacts;
|
| var arg_profileId = "foo";
|
| - var arg_directorySiteIds = buildUnnamed2036();
|
| - var arg_ids = buildUnnamed2037();
|
| + var arg_directorySiteIds = buildUnnamed1616();
|
| + var arg_ids = buildUnnamed1617();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -16197,7 +16197,7 @@ main() {
|
| var arg_active = true;
|
| var arg_countryId = "foo";
|
| var arg_dfpNetworkCode = "foo";
|
| - var arg_ids = buildUnnamed2038();
|
| + var arg_ids = buildUnnamed1618();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_parentId = "foo";
|
| @@ -16391,7 +16391,7 @@ main() {
|
| api.DynamicTargetingKeysResourceApi res = new api.DfareportingApi(mock).dynamicTargetingKeys;
|
| var arg_profileId = "foo";
|
| var arg_advertiserId = "foo";
|
| - var arg_names = buildUnnamed2039();
|
| + var arg_names = buildUnnamed1619();
|
| var arg_objectId = "foo";
|
| var arg_objectType = "foo";
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| @@ -16629,8 +16629,8 @@ main() {
|
| var arg_campaignId = "foo";
|
| var arg_definitionsOnly = true;
|
| var arg_enabled = true;
|
| - var arg_eventTagTypes = buildUnnamed2040();
|
| - var arg_ids = buildUnnamed2041();
|
| + var arg_eventTagTypes = buildUnnamed1620();
|
| + var arg_ids = buildUnnamed1621();
|
| var arg_searchString = "foo";
|
| var arg_sortField = "foo";
|
| var arg_sortOrder = "foo";
|
| @@ -17168,12 +17168,12 @@ main() {
|
| api.FloodlightActivitiesResourceApi res = new api.DfareportingApi(mock).floodlightActivities;
|
| var arg_profileId = "foo";
|
| var arg_advertiserId = "foo";
|
| - var arg_floodlightActivityGroupIds = buildUnnamed2042();
|
| + var arg_floodlightActivityGroupIds = buildUnnamed1622();
|
| var arg_floodlightActivityGroupName = "foo";
|
| var arg_floodlightActivityGroupTagString = "foo";
|
| var arg_floodlightActivityGroupType = "foo";
|
| var arg_floodlightConfigurationId = "foo";
|
| - var arg_ids = buildUnnamed2043();
|
| + var arg_ids = buildUnnamed1623();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -17482,7 +17482,7 @@ main() {
|
| var arg_profileId = "foo";
|
| var arg_advertiserId = "foo";
|
| var arg_floodlightConfigurationId = "foo";
|
| - var arg_ids = buildUnnamed2044();
|
| + var arg_ids = buildUnnamed1624();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -17728,7 +17728,7 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.FloodlightConfigurationsResourceApi res = new api.DfareportingApi(mock).floodlightConfigurations;
|
| var arg_profileId = "foo";
|
| - var arg_ids = buildUnnamed2045();
|
| + var arg_ids = buildUnnamed1625();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -17969,12 +17969,12 @@ main() {
|
| api.InventoryItemsResourceApi res = new api.DfareportingApi(mock).inventoryItems;
|
| var arg_profileId = "foo";
|
| var arg_projectId = "foo";
|
| - var arg_ids = buildUnnamed2046();
|
| + var arg_ids = buildUnnamed1626();
|
| var arg_inPlan = true;
|
| var arg_maxResults = 42;
|
| - var arg_orderId = buildUnnamed2047();
|
| + var arg_orderId = buildUnnamed1627();
|
| var arg_pageToken = "foo";
|
| - var arg_siteId = buildUnnamed2048();
|
| + var arg_siteId = buildUnnamed1628();
|
| var arg_sortField = "foo";
|
| var arg_sortOrder = "foo";
|
| var arg_type = "foo";
|
| @@ -18907,12 +18907,12 @@ main() {
|
| var arg_profileId = "foo";
|
| var arg_projectId = "foo";
|
| var arg_approved = true;
|
| - var arg_ids = buildUnnamed2049();
|
| + var arg_ids = buildUnnamed1629();
|
| var arg_maxResults = 42;
|
| - var arg_orderId = buildUnnamed2050();
|
| + var arg_orderId = buildUnnamed1630();
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| - var arg_siteId = buildUnnamed2051();
|
| + var arg_siteId = buildUnnamed1631();
|
| var arg_sortField = "foo";
|
| var arg_sortOrder = "foo";
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| @@ -19054,11 +19054,11 @@ main() {
|
| api.OrdersResourceApi res = new api.DfareportingApi(mock).orders;
|
| var arg_profileId = "foo";
|
| var arg_projectId = "foo";
|
| - var arg_ids = buildUnnamed2052();
|
| + var arg_ids = buildUnnamed1632();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| - var arg_siteId = buildUnnamed2053();
|
| + var arg_siteId = buildUnnamed1633();
|
| var arg_sortField = "foo";
|
| var arg_sortOrder = "foo";
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| @@ -19246,12 +19246,12 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.PlacementGroupsResourceApi res = new api.DfareportingApi(mock).placementGroups;
|
| var arg_profileId = "foo";
|
| - var arg_advertiserIds = buildUnnamed2054();
|
| + var arg_advertiserIds = buildUnnamed1634();
|
| var arg_archived = true;
|
| - var arg_campaignIds = buildUnnamed2055();
|
| - var arg_contentCategoryIds = buildUnnamed2056();
|
| - var arg_directorySiteIds = buildUnnamed2057();
|
| - var arg_ids = buildUnnamed2058();
|
| + var arg_campaignIds = buildUnnamed1635();
|
| + var arg_contentCategoryIds = buildUnnamed1636();
|
| + var arg_directorySiteIds = buildUnnamed1637();
|
| + var arg_ids = buildUnnamed1638();
|
| var arg_maxEndDate = "foo";
|
| var arg_maxResults = 42;
|
| var arg_maxStartDate = "foo";
|
| @@ -19259,10 +19259,10 @@ main() {
|
| var arg_minStartDate = "foo";
|
| var arg_pageToken = "foo";
|
| var arg_placementGroupType = "foo";
|
| - var arg_placementStrategyIds = buildUnnamed2059();
|
| - var arg_pricingTypes = buildUnnamed2060();
|
| + var arg_placementStrategyIds = buildUnnamed1639();
|
| + var arg_pricingTypes = buildUnnamed1640();
|
| var arg_searchString = "foo";
|
| - var arg_siteIds = buildUnnamed2061();
|
| + var arg_siteIds = buildUnnamed1641();
|
| var arg_sortField = "foo";
|
| var arg_sortOrder = "foo";
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| @@ -19626,7 +19626,7 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.PlacementStrategiesResourceApi res = new api.DfareportingApi(mock).placementStrategies;
|
| var arg_profileId = "foo";
|
| - var arg_ids = buildUnnamed2062();
|
| + var arg_ids = buildUnnamed1642();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -19812,8 +19812,8 @@ main() {
|
| api.PlacementsResourceApi res = new api.DfareportingApi(mock).placements;
|
| var arg_profileId = "foo";
|
| var arg_campaignId = "foo";
|
| - var arg_placementIds = buildUnnamed2063();
|
| - var arg_tagFormats = buildUnnamed2064();
|
| + var arg_placementIds = buildUnnamed1643();
|
| + var arg_tagFormats = buildUnnamed1644();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -19984,14 +19984,14 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.PlacementsResourceApi res = new api.DfareportingApi(mock).placements;
|
| var arg_profileId = "foo";
|
| - var arg_advertiserIds = buildUnnamed2065();
|
| + var arg_advertiserIds = buildUnnamed1645();
|
| var arg_archived = true;
|
| - var arg_campaignIds = buildUnnamed2066();
|
| - var arg_compatibilities = buildUnnamed2067();
|
| - var arg_contentCategoryIds = buildUnnamed2068();
|
| - var arg_directorySiteIds = buildUnnamed2069();
|
| - var arg_groupIds = buildUnnamed2070();
|
| - var arg_ids = buildUnnamed2071();
|
| + var arg_campaignIds = buildUnnamed1646();
|
| + var arg_compatibilities = buildUnnamed1647();
|
| + var arg_contentCategoryIds = buildUnnamed1648();
|
| + var arg_directorySiteIds = buildUnnamed1649();
|
| + var arg_groupIds = buildUnnamed1650();
|
| + var arg_ids = buildUnnamed1651();
|
| var arg_maxEndDate = "foo";
|
| var arg_maxResults = 42;
|
| var arg_maxStartDate = "foo";
|
| @@ -19999,11 +19999,11 @@ main() {
|
| var arg_minStartDate = "foo";
|
| var arg_pageToken = "foo";
|
| var arg_paymentSource = "foo";
|
| - var arg_placementStrategyIds = buildUnnamed2072();
|
| - var arg_pricingTypes = buildUnnamed2073();
|
| + var arg_placementStrategyIds = buildUnnamed1652();
|
| + var arg_pricingTypes = buildUnnamed1653();
|
| var arg_searchString = "foo";
|
| - var arg_siteIds = buildUnnamed2074();
|
| - var arg_sizeIds = buildUnnamed2075();
|
| + var arg_siteIds = buildUnnamed1654();
|
| + var arg_sizeIds = buildUnnamed1655();
|
| var arg_sortField = "foo";
|
| var arg_sortOrder = "foo";
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| @@ -20486,8 +20486,8 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.ProjectsResourceApi res = new api.DfareportingApi(mock).projects;
|
| var arg_profileId = "foo";
|
| - var arg_advertiserIds = buildUnnamed2076();
|
| - var arg_ids = buildUnnamed2077();
|
| + var arg_advertiserIds = buildUnnamed1656();
|
| + var arg_ids = buildUnnamed1657();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -21835,9 +21835,9 @@ main() {
|
| var arg_acceptsPublisherPaidPlacements = true;
|
| var arg_adWordsSite = true;
|
| var arg_approved = true;
|
| - var arg_campaignIds = buildUnnamed2078();
|
| - var arg_directorySiteIds = buildUnnamed2079();
|
| - var arg_ids = buildUnnamed2080();
|
| + var arg_campaignIds = buildUnnamed1658();
|
| + var arg_directorySiteIds = buildUnnamed1659();
|
| + var arg_ids = buildUnnamed1660();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -22149,7 +22149,7 @@ main() {
|
| var arg_profileId = "foo";
|
| var arg_height = 42;
|
| var arg_iabStandard = true;
|
| - var arg_ids = buildUnnamed2081();
|
| + var arg_ids = buildUnnamed1661();
|
| var arg_width = 42;
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| @@ -22326,7 +22326,7 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.SubaccountsResourceApi res = new api.DfareportingApi(mock).subaccounts;
|
| var arg_profileId = "foo";
|
| - var arg_ids = buildUnnamed2082();
|
| + var arg_ids = buildUnnamed1662();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -22908,7 +22908,7 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.UserRolePermissionsResourceApi res = new api.DfareportingApi(mock).userRolePermissions;
|
| var arg_profileId = "foo";
|
| - var arg_ids = buildUnnamed2083();
|
| + var arg_ids = buildUnnamed1663();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -23137,7 +23137,7 @@ main() {
|
| api.UserRolesResourceApi res = new api.DfareportingApi(mock).userRoles;
|
| var arg_profileId = "foo";
|
| var arg_accountUserRoleOnly = true;
|
| - var arg_ids = buildUnnamed2084();
|
| + var arg_ids = buildUnnamed1664();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
|
|