| Index: generated/googleapis/test/dfareporting/v2_0_test.dart
|
| diff --git a/generated/googleapis/test/dfareporting/v2_0_test.dart b/generated/googleapis/test/dfareporting/v2_0_test.dart
|
| index 340c395b92b73d31e86624f4161c7b82e9ffb957..6eb9ac180c7bba54115d7168640fa72680cf68e5 100644
|
| --- a/generated/googleapis/test/dfareporting/v2_0_test.dart
|
| +++ b/generated/googleapis/test/dfareporting/v2_0_test.dart
|
| @@ -51,27 +51,27 @@ http.StreamedResponse stringResponse(
|
| return new http.StreamedResponse(stream, status, headers: headers);
|
| }
|
|
|
| -buildUnnamed807() {
|
| +buildUnnamed260() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed807(core.List<core.String> o) {
|
| +checkUnnamed260(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed808() {
|
| +buildUnnamed261() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed808(core.List<core.String> o) {
|
| +checkUnnamed261(core.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 = buildUnnamed807();
|
| + o.accountPermissionIds = buildUnnamed260();
|
| o.accountProfile = "foo";
|
| o.active = true;
|
| o.activeAdsLimitTier = "foo";
|
| o.activeViewOptOut = true;
|
| - o.availablePermissionIds = buildUnnamed808();
|
| + o.availablePermissionIds = buildUnnamed261();
|
| o.comscoreVceEnabled = true;
|
| o.countryId = "foo";
|
| o.currencyId = "foo";
|
| @@ -109,12 +109,12 @@ buildAccount() {
|
| checkAccount(api.Account o) {
|
| buildCounterAccount++;
|
| if (buildCounterAccount < 3) {
|
| - checkUnnamed807(o.accountPermissionIds);
|
| + checkUnnamed260(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);
|
| - checkUnnamed808(o.availablePermissionIds);
|
| + checkUnnamed261(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--;
|
| }
|
|
|
| -buildUnnamed809() {
|
| +buildUnnamed262() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed809(core.List<core.String> o) {
|
| +checkUnnamed262(core.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 = buildUnnamed809();
|
| + o.accountProfiles = buildUnnamed262();
|
| o.id = "foo";
|
| o.kind = "foo";
|
| o.level = "foo";
|
| @@ -191,7 +191,7 @@ buildAccountPermission() {
|
| checkAccountPermission(api.AccountPermission o) {
|
| buildCounterAccountPermission++;
|
| if (buildCounterAccountPermission < 3) {
|
| - checkUnnamed809(o.accountProfiles);
|
| + checkUnnamed262(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--;
|
| }
|
|
|
| -buildUnnamed810() {
|
| +buildUnnamed263() {
|
| var o = new core.List<api.AccountPermissionGroup>();
|
| o.add(buildAccountPermissionGroup());
|
| o.add(buildAccountPermissionGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed810(core.List<api.AccountPermissionGroup> o) {
|
| +checkUnnamed263(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 = buildUnnamed810();
|
| + o.accountPermissionGroups = buildUnnamed263();
|
| o.kind = "foo";
|
| }
|
| buildCounterAccountPermissionGroupsListResponse--;
|
| @@ -252,20 +252,20 @@ buildAccountPermissionGroupsListResponse() {
|
| checkAccountPermissionGroupsListResponse(api.AccountPermissionGroupsListResponse o) {
|
| buildCounterAccountPermissionGroupsListResponse++;
|
| if (buildCounterAccountPermissionGroupsListResponse < 3) {
|
| - checkUnnamed810(o.accountPermissionGroups);
|
| + checkUnnamed263(o.accountPermissionGroups);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterAccountPermissionGroupsListResponse--;
|
| }
|
|
|
| -buildUnnamed811() {
|
| +buildUnnamed264() {
|
| var o = new core.List<api.AccountPermission>();
|
| o.add(buildAccountPermission());
|
| o.add(buildAccountPermission());
|
| return o;
|
| }
|
|
|
| -checkUnnamed811(core.List<api.AccountPermission> o) {
|
| +checkUnnamed264(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 = buildUnnamed811();
|
| + o.accountPermissions = buildUnnamed264();
|
| o.kind = "foo";
|
| }
|
| buildCounterAccountPermissionsListResponse--;
|
| @@ -286,7 +286,7 @@ buildAccountPermissionsListResponse() {
|
| checkAccountPermissionsListResponse(api.AccountPermissionsListResponse o) {
|
| buildCounterAccountPermissionsListResponse++;
|
| if (buildCounterAccountPermissionsListResponse < 3) {
|
| - checkUnnamed811(o.accountPermissions);
|
| + checkUnnamed264(o.accountPermissions);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterAccountPermissionsListResponse--;
|
| @@ -341,14 +341,14 @@ checkAccountUserProfile(api.AccountUserProfile o) {
|
| buildCounterAccountUserProfile--;
|
| }
|
|
|
| -buildUnnamed812() {
|
| +buildUnnamed265() {
|
| var o = new core.List<api.AccountUserProfile>();
|
| o.add(buildAccountUserProfile());
|
| o.add(buildAccountUserProfile());
|
| return o;
|
| }
|
|
|
| -checkUnnamed812(core.List<api.AccountUserProfile> o) {
|
| +checkUnnamed265(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 = buildUnnamed812();
|
| + o.accountUserProfiles = buildUnnamed265();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -370,21 +370,21 @@ buildAccountUserProfilesListResponse() {
|
| checkAccountUserProfilesListResponse(api.AccountUserProfilesListResponse o) {
|
| buildCounterAccountUserProfilesListResponse++;
|
| if (buildCounterAccountUserProfilesListResponse < 3) {
|
| - checkUnnamed812(o.accountUserProfiles);
|
| + checkUnnamed265(o.accountUserProfiles);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterAccountUserProfilesListResponse--;
|
| }
|
|
|
| -buildUnnamed813() {
|
| +buildUnnamed266() {
|
| var o = new core.List<api.Account>();
|
| o.add(buildAccount());
|
| o.add(buildAccount());
|
| return o;
|
| }
|
|
|
| -checkUnnamed813(core.List<api.Account> o) {
|
| +checkUnnamed266(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 = buildUnnamed813();
|
| + o.accounts = buildUnnamed266();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -406,34 +406,34 @@ buildAccountsListResponse() {
|
| checkAccountsListResponse(api.AccountsListResponse o) {
|
| buildCounterAccountsListResponse++;
|
| if (buildCounterAccountsListResponse < 3) {
|
| - checkUnnamed813(o.accounts);
|
| + checkUnnamed266(o.accounts);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterAccountsListResponse--;
|
| }
|
|
|
| -buildUnnamed814() {
|
| +buildUnnamed267() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed814(core.List<api.DimensionValue> o) {
|
| +checkUnnamed267(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed815() {
|
| +buildUnnamed268() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed815(core.List<core.String> o) {
|
| +checkUnnamed268(core.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 = buildUnnamed814();
|
| + o.filters = buildUnnamed267();
|
| o.kind = "foo";
|
| - o.metricNames = buildUnnamed815();
|
| + o.metricNames = buildUnnamed268();
|
| }
|
| buildCounterActivities--;
|
| return o;
|
| @@ -455,47 +455,47 @@ buildActivities() {
|
| checkActivities(api.Activities o) {
|
| buildCounterActivities++;
|
| if (buildCounterActivities < 3) {
|
| - checkUnnamed814(o.filters);
|
| + checkUnnamed267(o.filters);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed815(o.metricNames);
|
| + checkUnnamed268(o.metricNames);
|
| }
|
| buildCounterActivities--;
|
| }
|
|
|
| -buildUnnamed816() {
|
| +buildUnnamed269() {
|
| var o = new core.List<api.CreativeGroupAssignment>();
|
| o.add(buildCreativeGroupAssignment());
|
| o.add(buildCreativeGroupAssignment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed816(core.List<api.CreativeGroupAssignment> o) {
|
| +checkUnnamed269(core.List<api.CreativeGroupAssignment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeGroupAssignment(o[0]);
|
| checkCreativeGroupAssignment(o[1]);
|
| }
|
|
|
| -buildUnnamed817() {
|
| +buildUnnamed270() {
|
| var o = new core.List<api.EventTagOverride>();
|
| o.add(buildEventTagOverride());
|
| o.add(buildEventTagOverride());
|
| return o;
|
| }
|
|
|
| -checkUnnamed817(core.List<api.EventTagOverride> o) {
|
| +checkUnnamed270(core.List<api.EventTagOverride> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEventTagOverride(o[0]);
|
| checkEventTagOverride(o[1]);
|
| }
|
|
|
| -buildUnnamed818() {
|
| +buildUnnamed271() {
|
| var o = new core.List<api.PlacementAssignment>();
|
| o.add(buildPlacementAssignment());
|
| o.add(buildPlacementAssignment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed818(core.List<api.PlacementAssignment> o) {
|
| +checkUnnamed271(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 = buildUnnamed816();
|
| + o.creativeGroupAssignments = buildUnnamed269();
|
| 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 = buildUnnamed817();
|
| + o.eventTagOverrides = buildUnnamed270();
|
| 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 = buildUnnamed818();
|
| + o.placementAssignments = buildUnnamed271();
|
| 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);
|
| - checkUnnamed816(o.creativeGroupAssignments);
|
| + checkUnnamed269(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")));
|
| - checkUnnamed817(o.eventTagOverrides);
|
| + checkUnnamed270(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'));
|
| - checkUnnamed818(o.placementAssignments);
|
| + checkUnnamed271(o.placementAssignments);
|
| checkListTargetingExpression(o.remarketingListExpression);
|
| checkSize(o.size);
|
| unittest.expect(o.sslCompliant, unittest.isTrue);
|
| @@ -592,14 +592,14 @@ checkAd(api.Ad o) {
|
| buildCounterAd--;
|
| }
|
|
|
| -buildUnnamed819() {
|
| +buildUnnamed272() {
|
| var o = new core.List<api.Ad>();
|
| o.add(buildAd());
|
| o.add(buildAd());
|
| return o;
|
| }
|
|
|
| -checkUnnamed819(core.List<api.Ad> o) {
|
| +checkUnnamed272(core.List<api.Ad> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAd(o[0]);
|
| checkAd(o[1]);
|
| @@ -610,7 +610,7 @@ buildAdsListResponse() {
|
| var o = new api.AdsListResponse();
|
| buildCounterAdsListResponse++;
|
| if (buildCounterAdsListResponse < 3) {
|
| - o.ads = buildUnnamed819();
|
| + o.ads = buildUnnamed272();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -621,7 +621,7 @@ buildAdsListResponse() {
|
| checkAdsListResponse(api.AdsListResponse o) {
|
| buildCounterAdsListResponse++;
|
| if (buildCounterAdsListResponse < 3) {
|
| - checkUnnamed819(o.ads);
|
| + checkUnnamed272(o.ads);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -696,14 +696,14 @@ checkAdvertiserGroup(api.AdvertiserGroup o) {
|
| buildCounterAdvertiserGroup--;
|
| }
|
|
|
| -buildUnnamed820() {
|
| +buildUnnamed273() {
|
| var o = new core.List<api.AdvertiserGroup>();
|
| o.add(buildAdvertiserGroup());
|
| o.add(buildAdvertiserGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed820(core.List<api.AdvertiserGroup> o) {
|
| +checkUnnamed273(core.List<api.AdvertiserGroup> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAdvertiserGroup(o[0]);
|
| checkAdvertiserGroup(o[1]);
|
| @@ -714,7 +714,7 @@ buildAdvertiserGroupsListResponse() {
|
| var o = new api.AdvertiserGroupsListResponse();
|
| buildCounterAdvertiserGroupsListResponse++;
|
| if (buildCounterAdvertiserGroupsListResponse < 3) {
|
| - o.advertiserGroups = buildUnnamed820();
|
| + o.advertiserGroups = buildUnnamed273();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -725,21 +725,21 @@ buildAdvertiserGroupsListResponse() {
|
| checkAdvertiserGroupsListResponse(api.AdvertiserGroupsListResponse o) {
|
| buildCounterAdvertiserGroupsListResponse++;
|
| if (buildCounterAdvertiserGroupsListResponse < 3) {
|
| - checkUnnamed820(o.advertiserGroups);
|
| + checkUnnamed273(o.advertiserGroups);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterAdvertiserGroupsListResponse--;
|
| }
|
|
|
| -buildUnnamed821() {
|
| +buildUnnamed274() {
|
| var o = new core.List<api.Advertiser>();
|
| o.add(buildAdvertiser());
|
| o.add(buildAdvertiser());
|
| return o;
|
| }
|
|
|
| -checkUnnamed821(core.List<api.Advertiser> o) {
|
| +checkUnnamed274(core.List<api.Advertiser> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAdvertiser(o[0]);
|
| checkAdvertiser(o[1]);
|
| @@ -750,7 +750,7 @@ buildAdvertisersListResponse() {
|
| var o = new api.AdvertisersListResponse();
|
| buildCounterAdvertisersListResponse++;
|
| if (buildCounterAdvertisersListResponse < 3) {
|
| - o.advertisers = buildUnnamed821();
|
| + o.advertisers = buildUnnamed274();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -761,7 +761,7 @@ buildAdvertisersListResponse() {
|
| checkAdvertisersListResponse(api.AdvertisersListResponse o) {
|
| buildCounterAdvertisersListResponse++;
|
| if (buildCounterAdvertisersListResponse < 3) {
|
| - checkUnnamed821(o.advertisers);
|
| + checkUnnamed274(o.advertisers);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -791,14 +791,14 @@ checkAudienceSegment(api.AudienceSegment o) {
|
| buildCounterAudienceSegment--;
|
| }
|
|
|
| -buildUnnamed822() {
|
| +buildUnnamed275() {
|
| var o = new core.List<api.AudienceSegment>();
|
| o.add(buildAudienceSegment());
|
| o.add(buildAudienceSegment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed822(core.List<api.AudienceSegment> o) {
|
| +checkUnnamed275(core.List<api.AudienceSegment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAudienceSegment(o[0]);
|
| checkAudienceSegment(o[1]);
|
| @@ -809,7 +809,7 @@ buildAudienceSegmentGroup() {
|
| var o = new api.AudienceSegmentGroup();
|
| buildCounterAudienceSegmentGroup++;
|
| if (buildCounterAudienceSegmentGroup < 3) {
|
| - o.audienceSegments = buildUnnamed822();
|
| + o.audienceSegments = buildUnnamed275();
|
| o.id = "foo";
|
| o.name = "foo";
|
| }
|
| @@ -820,7 +820,7 @@ buildAudienceSegmentGroup() {
|
| checkAudienceSegmentGroup(api.AudienceSegmentGroup o) {
|
| buildCounterAudienceSegmentGroup++;
|
| if (buildCounterAudienceSegmentGroup < 3) {
|
| - checkUnnamed822(o.audienceSegments);
|
| + checkUnnamed275(o.audienceSegments);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| }
|
| @@ -856,14 +856,14 @@ checkBrowser(api.Browser o) {
|
| buildCounterBrowser--;
|
| }
|
|
|
| -buildUnnamed823() {
|
| +buildUnnamed276() {
|
| var o = new core.List<api.Browser>();
|
| o.add(buildBrowser());
|
| o.add(buildBrowser());
|
| return o;
|
| }
|
|
|
| -checkUnnamed823(core.List<api.Browser> o) {
|
| +checkUnnamed276(core.List<api.Browser> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkBrowser(o[0]);
|
| checkBrowser(o[1]);
|
| @@ -874,7 +874,7 @@ buildBrowsersListResponse() {
|
| var o = new api.BrowsersListResponse();
|
| buildCounterBrowsersListResponse++;
|
| if (buildCounterBrowsersListResponse < 3) {
|
| - o.browsers = buildUnnamed823();
|
| + o.browsers = buildUnnamed276();
|
| o.kind = "foo";
|
| }
|
| buildCounterBrowsersListResponse--;
|
| @@ -884,72 +884,72 @@ buildBrowsersListResponse() {
|
| checkBrowsersListResponse(api.BrowsersListResponse o) {
|
| buildCounterBrowsersListResponse++;
|
| if (buildCounterBrowsersListResponse < 3) {
|
| - checkUnnamed823(o.browsers);
|
| + checkUnnamed276(o.browsers);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterBrowsersListResponse--;
|
| }
|
|
|
| -buildUnnamed824() {
|
| +buildUnnamed277() {
|
| var o = new core.List<api.CreativeOptimizationConfiguration>();
|
| o.add(buildCreativeOptimizationConfiguration());
|
| o.add(buildCreativeOptimizationConfiguration());
|
| return o;
|
| }
|
|
|
| -checkUnnamed824(core.List<api.CreativeOptimizationConfiguration> o) {
|
| +checkUnnamed277(core.List<api.CreativeOptimizationConfiguration> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeOptimizationConfiguration(o[0]);
|
| checkCreativeOptimizationConfiguration(o[1]);
|
| }
|
|
|
| -buildUnnamed825() {
|
| +buildUnnamed278() {
|
| var o = new core.List<api.AudienceSegmentGroup>();
|
| o.add(buildAudienceSegmentGroup());
|
| o.add(buildAudienceSegmentGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed825(core.List<api.AudienceSegmentGroup> o) {
|
| +checkUnnamed278(core.List<api.AudienceSegmentGroup> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAudienceSegmentGroup(o[0]);
|
| checkAudienceSegmentGroup(o[1]);
|
| }
|
|
|
| -buildUnnamed826() {
|
| +buildUnnamed279() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed826(core.List<core.String> o) {
|
| +checkUnnamed279(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed827() {
|
| +buildUnnamed280() {
|
| var o = new core.List<api.EventTagOverride>();
|
| o.add(buildEventTagOverride());
|
| o.add(buildEventTagOverride());
|
| return o;
|
| }
|
|
|
| -checkUnnamed827(core.List<api.EventTagOverride> o) {
|
| +checkUnnamed280(core.List<api.EventTagOverride> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEventTagOverride(o[0]);
|
| checkEventTagOverride(o[1]);
|
| }
|
|
|
| -buildUnnamed828() {
|
| +buildUnnamed281() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed828(core.List<core.String> o) {
|
| +checkUnnamed281(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -961,22 +961,22 @@ buildCampaign() {
|
| buildCounterCampaign++;
|
| if (buildCounterCampaign < 3) {
|
| o.accountId = "foo";
|
| - o.additionalCreativeOptimizationConfigurations = buildUnnamed824();
|
| + o.additionalCreativeOptimizationConfigurations = buildUnnamed277();
|
| o.advertiserGroupId = "foo";
|
| o.advertiserId = "foo";
|
| o.advertiserIdDimensionValue = buildDimensionValue();
|
| o.archived = true;
|
| - o.audienceSegmentGroups = buildUnnamed825();
|
| + o.audienceSegmentGroups = buildUnnamed278();
|
| o.billingInvoiceCode = "foo";
|
| o.clickThroughUrlSuffixProperties = buildClickThroughUrlSuffixProperties();
|
| o.comment = "foo";
|
| o.comscoreVceEnabled = true;
|
| o.createInfo = buildLastModifiedInfo();
|
| - o.creativeGroupIds = buildUnnamed826();
|
| + o.creativeGroupIds = buildUnnamed279();
|
| o.creativeOptimizationConfiguration = buildCreativeOptimizationConfiguration();
|
| o.defaultClickThroughEventTagProperties = buildDefaultClickThroughEventTagProperties();
|
| o.endDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| - o.eventTagOverrides = buildUnnamed827();
|
| + o.eventTagOverrides = buildUnnamed280();
|
| o.externalId = "foo";
|
| o.id = "foo";
|
| o.idDimensionValue = buildDimensionValue();
|
| @@ -987,7 +987,7 @@ buildCampaign() {
|
| o.nielsenOcrEnabled = true;
|
| o.startDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| o.subaccountId = "foo";
|
| - o.traffickerEmails = buildUnnamed828();
|
| + o.traffickerEmails = buildUnnamed281();
|
| }
|
| buildCounterCampaign--;
|
| return o;
|
| @@ -997,22 +997,22 @@ checkCampaign(api.Campaign o) {
|
| buildCounterCampaign++;
|
| if (buildCounterCampaign < 3) {
|
| unittest.expect(o.accountId, unittest.equals('foo'));
|
| - checkUnnamed824(o.additionalCreativeOptimizationConfigurations);
|
| + checkUnnamed277(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);
|
| - checkUnnamed825(o.audienceSegmentGroups);
|
| + checkUnnamed278(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);
|
| - checkUnnamed826(o.creativeGroupIds);
|
| + checkUnnamed279(o.creativeGroupIds);
|
| checkCreativeOptimizationConfiguration(o.creativeOptimizationConfiguration);
|
| checkDefaultClickThroughEventTagProperties(o.defaultClickThroughEventTagProperties);
|
| unittest.expect(o.endDate, unittest.equals(core.DateTime.parse("2002-02-27T00:00:00")));
|
| - checkUnnamed827(o.eventTagOverrides);
|
| + checkUnnamed280(o.eventTagOverrides);
|
| unittest.expect(o.externalId, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| checkDimensionValue(o.idDimensionValue);
|
| @@ -1023,7 +1023,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'));
|
| - checkUnnamed828(o.traffickerEmails);
|
| + checkUnnamed281(o.traffickerEmails);
|
| }
|
| buildCounterCampaign--;
|
| }
|
| @@ -1049,14 +1049,14 @@ checkCampaignCreativeAssociation(api.CampaignCreativeAssociation o) {
|
| buildCounterCampaignCreativeAssociation--;
|
| }
|
|
|
| -buildUnnamed829() {
|
| +buildUnnamed282() {
|
| var o = new core.List<api.CampaignCreativeAssociation>();
|
| o.add(buildCampaignCreativeAssociation());
|
| o.add(buildCampaignCreativeAssociation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed829(core.List<api.CampaignCreativeAssociation> o) {
|
| +checkUnnamed282(core.List<api.CampaignCreativeAssociation> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCampaignCreativeAssociation(o[0]);
|
| checkCampaignCreativeAssociation(o[1]);
|
| @@ -1067,7 +1067,7 @@ buildCampaignCreativeAssociationsListResponse() {
|
| var o = new api.CampaignCreativeAssociationsListResponse();
|
| buildCounterCampaignCreativeAssociationsListResponse++;
|
| if (buildCounterCampaignCreativeAssociationsListResponse < 3) {
|
| - o.campaignCreativeAssociations = buildUnnamed829();
|
| + o.campaignCreativeAssociations = buildUnnamed282();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -1078,21 +1078,21 @@ buildCampaignCreativeAssociationsListResponse() {
|
| checkCampaignCreativeAssociationsListResponse(api.CampaignCreativeAssociationsListResponse o) {
|
| buildCounterCampaignCreativeAssociationsListResponse++;
|
| if (buildCounterCampaignCreativeAssociationsListResponse < 3) {
|
| - checkUnnamed829(o.campaignCreativeAssociations);
|
| + checkUnnamed282(o.campaignCreativeAssociations);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterCampaignCreativeAssociationsListResponse--;
|
| }
|
|
|
| -buildUnnamed830() {
|
| +buildUnnamed283() {
|
| var o = new core.List<api.Campaign>();
|
| o.add(buildCampaign());
|
| o.add(buildCampaign());
|
| return o;
|
| }
|
|
|
| -checkUnnamed830(core.List<api.Campaign> o) {
|
| +checkUnnamed283(core.List<api.Campaign> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCampaign(o[0]);
|
| checkCampaign(o[1]);
|
| @@ -1103,7 +1103,7 @@ buildCampaignsListResponse() {
|
| var o = new api.CampaignsListResponse();
|
| buildCounterCampaignsListResponse++;
|
| if (buildCounterCampaignsListResponse < 3) {
|
| - o.campaigns = buildUnnamed830();
|
| + o.campaigns = buildUnnamed283();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -1114,7 +1114,7 @@ buildCampaignsListResponse() {
|
| checkCampaignsListResponse(api.CampaignsListResponse o) {
|
| buildCounterCampaignsListResponse++;
|
| if (buildCounterCampaignsListResponse < 3) {
|
| - checkUnnamed830(o.campaigns);
|
| + checkUnnamed283(o.campaigns);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -1166,14 +1166,14 @@ checkChangeLog(api.ChangeLog o) {
|
| buildCounterChangeLog--;
|
| }
|
|
|
| -buildUnnamed831() {
|
| +buildUnnamed284() {
|
| var o = new core.List<api.ChangeLog>();
|
| o.add(buildChangeLog());
|
| o.add(buildChangeLog());
|
| return o;
|
| }
|
|
|
| -checkUnnamed831(core.List<api.ChangeLog> o) {
|
| +checkUnnamed284(core.List<api.ChangeLog> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkChangeLog(o[0]);
|
| checkChangeLog(o[1]);
|
| @@ -1184,7 +1184,7 @@ buildChangeLogsListResponse() {
|
| var o = new api.ChangeLogsListResponse();
|
| buildCounterChangeLogsListResponse++;
|
| if (buildCounterChangeLogsListResponse < 3) {
|
| - o.changeLogs = buildUnnamed831();
|
| + o.changeLogs = buildUnnamed284();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -1195,21 +1195,21 @@ buildChangeLogsListResponse() {
|
| checkChangeLogsListResponse(api.ChangeLogsListResponse o) {
|
| buildCounterChangeLogsListResponse++;
|
| if (buildCounterChangeLogsListResponse < 3) {
|
| - checkUnnamed831(o.changeLogs);
|
| + checkUnnamed284(o.changeLogs);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterChangeLogsListResponse--;
|
| }
|
|
|
| -buildUnnamed832() {
|
| +buildUnnamed285() {
|
| var o = new core.List<api.City>();
|
| o.add(buildCity());
|
| o.add(buildCity());
|
| return o;
|
| }
|
|
|
| -checkUnnamed832(core.List<api.City> o) {
|
| +checkUnnamed285(core.List<api.City> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCity(o[0]);
|
| checkCity(o[1]);
|
| @@ -1220,7 +1220,7 @@ buildCitiesListResponse() {
|
| var o = new api.CitiesListResponse();
|
| buildCounterCitiesListResponse++;
|
| if (buildCounterCitiesListResponse < 3) {
|
| - o.cities = buildUnnamed832();
|
| + o.cities = buildUnnamed285();
|
| o.kind = "foo";
|
| }
|
| buildCounterCitiesListResponse--;
|
| @@ -1230,7 +1230,7 @@ buildCitiesListResponse() {
|
| checkCitiesListResponse(api.CitiesListResponse o) {
|
| buildCounterCitiesListResponse++;
|
| if (buildCounterCitiesListResponse < 3) {
|
| - checkUnnamed832(o.cities);
|
| + checkUnnamed285(o.cities);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterCitiesListResponse--;
|
| @@ -1411,14 +1411,14 @@ checkConnectionType(api.ConnectionType o) {
|
| buildCounterConnectionType--;
|
| }
|
|
|
| -buildUnnamed833() {
|
| +buildUnnamed286() {
|
| var o = new core.List<api.ConnectionType>();
|
| o.add(buildConnectionType());
|
| o.add(buildConnectionType());
|
| return o;
|
| }
|
|
|
| -checkUnnamed833(core.List<api.ConnectionType> o) {
|
| +checkUnnamed286(core.List<api.ConnectionType> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkConnectionType(o[0]);
|
| checkConnectionType(o[1]);
|
| @@ -1429,7 +1429,7 @@ buildConnectionTypesListResponse() {
|
| var o = new api.ConnectionTypesListResponse();
|
| buildCounterConnectionTypesListResponse++;
|
| if (buildCounterConnectionTypesListResponse < 3) {
|
| - o.connectionTypes = buildUnnamed833();
|
| + o.connectionTypes = buildUnnamed286();
|
| o.kind = "foo";
|
| }
|
| buildCounterConnectionTypesListResponse--;
|
| @@ -1439,20 +1439,20 @@ buildConnectionTypesListResponse() {
|
| checkConnectionTypesListResponse(api.ConnectionTypesListResponse o) {
|
| buildCounterConnectionTypesListResponse++;
|
| if (buildCounterConnectionTypesListResponse < 3) {
|
| - checkUnnamed833(o.connectionTypes);
|
| + checkUnnamed286(o.connectionTypes);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterConnectionTypesListResponse--;
|
| }
|
|
|
| -buildUnnamed834() {
|
| +buildUnnamed287() {
|
| var o = new core.List<api.ContentCategory>();
|
| o.add(buildContentCategory());
|
| o.add(buildContentCategory());
|
| return o;
|
| }
|
|
|
| -checkUnnamed834(core.List<api.ContentCategory> o) {
|
| +checkUnnamed287(core.List<api.ContentCategory> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkContentCategory(o[0]);
|
| checkContentCategory(o[1]);
|
| @@ -1463,7 +1463,7 @@ buildContentCategoriesListResponse() {
|
| var o = new api.ContentCategoriesListResponse();
|
| buildCounterContentCategoriesListResponse++;
|
| if (buildCounterContentCategoriesListResponse < 3) {
|
| - o.contentCategories = buildUnnamed834();
|
| + o.contentCategories = buildUnnamed287();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -1474,7 +1474,7 @@ buildContentCategoriesListResponse() {
|
| checkContentCategoriesListResponse(api.ContentCategoriesListResponse o) {
|
| buildCounterContentCategoriesListResponse++;
|
| if (buildCounterContentCategoriesListResponse < 3) {
|
| - checkUnnamed834(o.contentCategories);
|
| + checkUnnamed287(o.contentCategories);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -1508,14 +1508,14 @@ checkContentCategory(api.ContentCategory o) {
|
| buildCounterContentCategory--;
|
| }
|
|
|
| -buildUnnamed835() {
|
| +buildUnnamed288() {
|
| var o = new core.List<api.Country>();
|
| o.add(buildCountry());
|
| o.add(buildCountry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed835(core.List<api.Country> o) {
|
| +checkUnnamed288(core.List<api.Country> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCountry(o[0]);
|
| checkCountry(o[1]);
|
| @@ -1526,7 +1526,7 @@ buildCountriesListResponse() {
|
| var o = new api.CountriesListResponse();
|
| buildCounterCountriesListResponse++;
|
| if (buildCounterCountriesListResponse < 3) {
|
| - o.countries = buildUnnamed835();
|
| + o.countries = buildUnnamed288();
|
| o.kind = "foo";
|
| }
|
| buildCounterCountriesListResponse--;
|
| @@ -1536,7 +1536,7 @@ buildCountriesListResponse() {
|
| checkCountriesListResponse(api.CountriesListResponse o) {
|
| buildCounterCountriesListResponse++;
|
| if (buildCounterCountriesListResponse < 3) {
|
| - checkUnnamed835(o.countries);
|
| + checkUnnamed288(o.countries);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterCountriesListResponse--;
|
| @@ -1569,157 +1569,157 @@ checkCountry(api.Country o) {
|
| buildCounterCountry--;
|
| }
|
|
|
| -buildUnnamed836() {
|
| +buildUnnamed289() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed836(core.List<core.String> o) {
|
| +checkUnnamed289(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed837() {
|
| +buildUnnamed290() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed837(core.List<core.String> o) {
|
| +checkUnnamed290(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed838() {
|
| +buildUnnamed291() {
|
| var o = new core.List<api.ClickTag>();
|
| o.add(buildClickTag());
|
| o.add(buildClickTag());
|
| return o;
|
| }
|
|
|
| -checkUnnamed838(core.List<api.ClickTag> o) {
|
| +checkUnnamed291(core.List<api.ClickTag> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkClickTag(o[0]);
|
| checkClickTag(o[1]);
|
| }
|
|
|
| -buildUnnamed839() {
|
| +buildUnnamed292() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed839(core.List<core.String> o) {
|
| +checkUnnamed292(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed840() {
|
| +buildUnnamed293() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed840(core.List<core.String> o) {
|
| +checkUnnamed293(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed841() {
|
| +buildUnnamed294() {
|
| var o = new core.List<api.CreativeCustomEvent>();
|
| o.add(buildCreativeCustomEvent());
|
| o.add(buildCreativeCustomEvent());
|
| return o;
|
| }
|
|
|
| -checkUnnamed841(core.List<api.CreativeCustomEvent> o) {
|
| +checkUnnamed294(core.List<api.CreativeCustomEvent> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeCustomEvent(o[0]);
|
| checkCreativeCustomEvent(o[1]);
|
| }
|
|
|
| -buildUnnamed842() {
|
| +buildUnnamed295() {
|
| var o = new core.List<api.CreativeAsset>();
|
| o.add(buildCreativeAsset());
|
| o.add(buildCreativeAsset());
|
| return o;
|
| }
|
|
|
| -checkUnnamed842(core.List<api.CreativeAsset> o) {
|
| +checkUnnamed295(core.List<api.CreativeAsset> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeAsset(o[0]);
|
| checkCreativeAsset(o[1]);
|
| }
|
|
|
| -buildUnnamed843() {
|
| +buildUnnamed296() {
|
| var o = new core.List<api.CreativeFieldAssignment>();
|
| o.add(buildCreativeFieldAssignment());
|
| o.add(buildCreativeFieldAssignment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed843(core.List<api.CreativeFieldAssignment> o) {
|
| +checkUnnamed296(core.List<api.CreativeFieldAssignment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeFieldAssignment(o[0]);
|
| checkCreativeFieldAssignment(o[1]);
|
| }
|
|
|
| -buildUnnamed844() {
|
| +buildUnnamed297() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed844(core.List<core.String> o) {
|
| +checkUnnamed297(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed845() {
|
| +buildUnnamed298() {
|
| var o = new core.List<api.CreativeCustomEvent>();
|
| o.add(buildCreativeCustomEvent());
|
| o.add(buildCreativeCustomEvent());
|
| return o;
|
| }
|
|
|
| -checkUnnamed845(core.List<api.CreativeCustomEvent> o) {
|
| +checkUnnamed298(core.List<api.CreativeCustomEvent> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeCustomEvent(o[0]);
|
| checkCreativeCustomEvent(o[1]);
|
| }
|
|
|
| -buildUnnamed846() {
|
| +buildUnnamed299() {
|
| var o = new core.List<api.ThirdPartyTrackingUrl>();
|
| o.add(buildThirdPartyTrackingUrl());
|
| o.add(buildThirdPartyTrackingUrl());
|
| return o;
|
| }
|
|
|
| -checkUnnamed846(core.List<api.ThirdPartyTrackingUrl> o) {
|
| +checkUnnamed299(core.List<api.ThirdPartyTrackingUrl> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkThirdPartyTrackingUrl(o[0]);
|
| checkThirdPartyTrackingUrl(o[1]);
|
| }
|
|
|
| -buildUnnamed847() {
|
| +buildUnnamed300() {
|
| var o = new core.List<api.CreativeCustomEvent>();
|
| o.add(buildCreativeCustomEvent());
|
| o.add(buildCreativeCustomEvent());
|
| return o;
|
| }
|
|
|
| -checkUnnamed847(core.List<api.CreativeCustomEvent> o) {
|
| +checkUnnamed300(core.List<api.CreativeCustomEvent> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeCustomEvent(o[0]);
|
| checkCreativeCustomEvent(o[1]);
|
| @@ -1733,7 +1733,7 @@ buildCreative() {
|
| o.accountId = "foo";
|
| o.active = true;
|
| o.adParameters = "foo";
|
| - o.adTagKeys = buildUnnamed836();
|
| + o.adTagKeys = buildUnnamed289();
|
| o.advertiserId = "foo";
|
| o.allowScriptAccess = true;
|
| o.archived = true;
|
| @@ -1742,18 +1742,18 @@ buildCreative() {
|
| o.autoAdvanceImages = true;
|
| o.backgroundColor = "foo";
|
| o.backupImageClickThroughUrl = "foo";
|
| - o.backupImageFeatures = buildUnnamed837();
|
| + o.backupImageFeatures = buildUnnamed290();
|
| o.backupImageReportingLabel = "foo";
|
| o.backupImageTargetWindow = buildTargetWindow();
|
| - o.clickTags = buildUnnamed838();
|
| + o.clickTags = buildUnnamed291();
|
| o.commercialId = "foo";
|
| - o.companionCreatives = buildUnnamed839();
|
| - o.compatibility = buildUnnamed840();
|
| - o.counterCustomEvents = buildUnnamed841();
|
| - o.creativeAssets = buildUnnamed842();
|
| - o.creativeFieldAssignments = buildUnnamed843();
|
| - o.customKeyValues = buildUnnamed844();
|
| - o.exitCustomEvents = buildUnnamed845();
|
| + o.companionCreatives = buildUnnamed292();
|
| + o.compatibility = buildUnnamed293();
|
| + o.counterCustomEvents = buildUnnamed294();
|
| + o.creativeAssets = buildUnnamed295();
|
| + o.creativeFieldAssignments = buildUnnamed296();
|
| + o.customKeyValues = buildUnnamed297();
|
| + o.exitCustomEvents = buildUnnamed298();
|
| o.fsCommand = buildFsCommand();
|
| o.htmlCode = "foo";
|
| o.htmlCodeLocked = true;
|
| @@ -1778,8 +1778,8 @@ buildCreative() {
|
| o.subaccountId = "foo";
|
| o.thirdPartyBackupImageImpressionsUrl = "foo";
|
| o.thirdPartyRichMediaImpressionsUrl = "foo";
|
| - o.thirdPartyUrls = buildUnnamed846();
|
| - o.timerCustomEvents = buildUnnamed847();
|
| + o.thirdPartyUrls = buildUnnamed299();
|
| + o.timerCustomEvents = buildUnnamed300();
|
| o.totalFileSize = "foo";
|
| o.type = "foo";
|
| o.version = 42;
|
| @@ -1796,7 +1796,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'));
|
| - checkUnnamed836(o.adTagKeys);
|
| + checkUnnamed289(o.adTagKeys);
|
| unittest.expect(o.advertiserId, unittest.equals('foo'));
|
| unittest.expect(o.allowScriptAccess, unittest.isTrue);
|
| unittest.expect(o.archived, unittest.isTrue);
|
| @@ -1805,18 +1805,18 @@ checkCreative(api.Creative o) {
|
| unittest.expect(o.autoAdvanceImages, unittest.isTrue);
|
| unittest.expect(o.backgroundColor, unittest.equals('foo'));
|
| unittest.expect(o.backupImageClickThroughUrl, unittest.equals('foo'));
|
| - checkUnnamed837(o.backupImageFeatures);
|
| + checkUnnamed290(o.backupImageFeatures);
|
| unittest.expect(o.backupImageReportingLabel, unittest.equals('foo'));
|
| checkTargetWindow(o.backupImageTargetWindow);
|
| - checkUnnamed838(o.clickTags);
|
| + checkUnnamed291(o.clickTags);
|
| unittest.expect(o.commercialId, unittest.equals('foo'));
|
| - checkUnnamed839(o.companionCreatives);
|
| - checkUnnamed840(o.compatibility);
|
| - checkUnnamed841(o.counterCustomEvents);
|
| - checkUnnamed842(o.creativeAssets);
|
| - checkUnnamed843(o.creativeFieldAssignments);
|
| - checkUnnamed844(o.customKeyValues);
|
| - checkUnnamed845(o.exitCustomEvents);
|
| + checkUnnamed292(o.companionCreatives);
|
| + checkUnnamed293(o.compatibility);
|
| + checkUnnamed294(o.counterCustomEvents);
|
| + checkUnnamed295(o.creativeAssets);
|
| + checkUnnamed296(o.creativeFieldAssignments);
|
| + checkUnnamed297(o.customKeyValues);
|
| + checkUnnamed298(o.exitCustomEvents);
|
| checkFsCommand(o.fsCommand);
|
| unittest.expect(o.htmlCode, unittest.equals('foo'));
|
| unittest.expect(o.htmlCodeLocked, unittest.isTrue);
|
| @@ -1841,8 +1841,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'));
|
| - checkUnnamed846(o.thirdPartyUrls);
|
| - checkUnnamed847(o.timerCustomEvents);
|
| + checkUnnamed299(o.thirdPartyUrls);
|
| + checkUnnamed300(o.timerCustomEvents);
|
| unittest.expect(o.totalFileSize, unittest.equals('foo'));
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| unittest.expect(o.version, unittest.equals(42));
|
| @@ -1852,14 +1852,14 @@ checkCreative(api.Creative o) {
|
| buildCounterCreative--;
|
| }
|
|
|
| -buildUnnamed848() {
|
| +buildUnnamed301() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed848(core.List<core.String> o) {
|
| +checkUnnamed301(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -1880,7 +1880,7 @@ buildCreativeAsset() {
|
| o.childAssetType = "foo";
|
| o.collapsedSize = buildSize();
|
| o.customStartTimeValue = 42;
|
| - o.detectedFeatures = buildUnnamed848();
|
| + o.detectedFeatures = buildUnnamed301();
|
| o.displayType = "foo";
|
| o.duration = 42;
|
| o.durationType = "foo";
|
| @@ -1930,7 +1930,7 @@ checkCreativeAsset(api.CreativeAsset o) {
|
| unittest.expect(o.childAssetType, unittest.equals('foo'));
|
| checkSize(o.collapsedSize);
|
| unittest.expect(o.customStartTimeValue, unittest.equals(42));
|
| - checkUnnamed848(o.detectedFeatures);
|
| + checkUnnamed301(o.detectedFeatures);
|
| unittest.expect(o.displayType, unittest.equals('foo'));
|
| unittest.expect(o.duration, unittest.equals(42));
|
| unittest.expect(o.durationType, unittest.equals('foo'));
|
| @@ -1987,40 +1987,40 @@ checkCreativeAssetId(api.CreativeAssetId o) {
|
| buildCounterCreativeAssetId--;
|
| }
|
|
|
| -buildUnnamed849() {
|
| +buildUnnamed302() {
|
| var o = new core.List<api.ClickTag>();
|
| o.add(buildClickTag());
|
| o.add(buildClickTag());
|
| return o;
|
| }
|
|
|
| -checkUnnamed849(core.List<api.ClickTag> o) {
|
| +checkUnnamed302(core.List<api.ClickTag> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkClickTag(o[0]);
|
| checkClickTag(o[1]);
|
| }
|
|
|
| -buildUnnamed850() {
|
| +buildUnnamed303() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed850(core.List<core.String> o) {
|
| +checkUnnamed303(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed851() {
|
| +buildUnnamed304() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed851(core.List<core.String> o) {
|
| +checkUnnamed304(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -2032,10 +2032,10 @@ buildCreativeAssetMetadata() {
|
| buildCounterCreativeAssetMetadata++;
|
| if (buildCounterCreativeAssetMetadata < 3) {
|
| o.assetIdentifier = buildCreativeAssetId();
|
| - o.clickTags = buildUnnamed849();
|
| - o.detectedFeatures = buildUnnamed850();
|
| + o.clickTags = buildUnnamed302();
|
| + o.detectedFeatures = buildUnnamed303();
|
| o.kind = "foo";
|
| - o.warnedValidationRules = buildUnnamed851();
|
| + o.warnedValidationRules = buildUnnamed304();
|
| }
|
| buildCounterCreativeAssetMetadata--;
|
| return o;
|
| @@ -2045,48 +2045,48 @@ checkCreativeAssetMetadata(api.CreativeAssetMetadata o) {
|
| buildCounterCreativeAssetMetadata++;
|
| if (buildCounterCreativeAssetMetadata < 3) {
|
| checkCreativeAssetId(o.assetIdentifier);
|
| - checkUnnamed849(o.clickTags);
|
| - checkUnnamed850(o.detectedFeatures);
|
| + checkUnnamed302(o.clickTags);
|
| + checkUnnamed303(o.detectedFeatures);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed851(o.warnedValidationRules);
|
| + checkUnnamed304(o.warnedValidationRules);
|
| }
|
| buildCounterCreativeAssetMetadata--;
|
| }
|
|
|
| -buildUnnamed852() {
|
| +buildUnnamed305() {
|
| var o = new core.List<api.CompanionClickThroughOverride>();
|
| o.add(buildCompanionClickThroughOverride());
|
| o.add(buildCompanionClickThroughOverride());
|
| return o;
|
| }
|
|
|
| -checkUnnamed852(core.List<api.CompanionClickThroughOverride> o) {
|
| +checkUnnamed305(core.List<api.CompanionClickThroughOverride> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCompanionClickThroughOverride(o[0]);
|
| checkCompanionClickThroughOverride(o[1]);
|
| }
|
|
|
| -buildUnnamed853() {
|
| +buildUnnamed306() {
|
| var o = new core.List<api.CreativeGroupAssignment>();
|
| o.add(buildCreativeGroupAssignment());
|
| o.add(buildCreativeGroupAssignment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed853(core.List<api.CreativeGroupAssignment> o) {
|
| +checkUnnamed306(core.List<api.CreativeGroupAssignment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeGroupAssignment(o[0]);
|
| checkCreativeGroupAssignment(o[1]);
|
| }
|
|
|
| -buildUnnamed854() {
|
| +buildUnnamed307() {
|
| var o = new core.List<api.RichMediaExitOverride>();
|
| o.add(buildRichMediaExitOverride());
|
| o.add(buildRichMediaExitOverride());
|
| return o;
|
| }
|
|
|
| -checkUnnamed854(core.List<api.RichMediaExitOverride> o) {
|
| +checkUnnamed307(core.List<api.RichMediaExitOverride> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRichMediaExitOverride(o[0]);
|
| checkRichMediaExitOverride(o[1]);
|
| @@ -2100,12 +2100,12 @@ buildCreativeAssignment() {
|
| o.active = true;
|
| o.applyEventTags = true;
|
| o.clickThroughUrl = buildClickThroughUrl();
|
| - o.companionCreativeOverrides = buildUnnamed852();
|
| - o.creativeGroupAssignments = buildUnnamed853();
|
| + o.companionCreativeOverrides = buildUnnamed305();
|
| + o.creativeGroupAssignments = buildUnnamed306();
|
| o.creativeId = "foo";
|
| o.creativeIdDimensionValue = buildDimensionValue();
|
| o.endTime = core.DateTime.parse("2002-02-27T14:01:02");
|
| - o.richMediaExitOverrides = buildUnnamed854();
|
| + o.richMediaExitOverrides = buildUnnamed307();
|
| o.sequence = 42;
|
| o.sslCompliant = true;
|
| o.startTime = core.DateTime.parse("2002-02-27T14:01:02");
|
| @@ -2121,12 +2121,12 @@ checkCreativeAssignment(api.CreativeAssignment o) {
|
| unittest.expect(o.active, unittest.isTrue);
|
| unittest.expect(o.applyEventTags, unittest.isTrue);
|
| checkClickThroughUrl(o.clickThroughUrl);
|
| - checkUnnamed852(o.companionCreativeOverrides);
|
| - checkUnnamed853(o.creativeGroupAssignments);
|
| + checkUnnamed305(o.companionCreativeOverrides);
|
| + checkUnnamed306(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")));
|
| - checkUnnamed854(o.richMediaExitOverrides);
|
| + checkUnnamed307(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")));
|
| @@ -2247,14 +2247,14 @@ checkCreativeFieldValue(api.CreativeFieldValue o) {
|
| buildCounterCreativeFieldValue--;
|
| }
|
|
|
| -buildUnnamed855() {
|
| +buildUnnamed308() {
|
| var o = new core.List<api.CreativeFieldValue>();
|
| o.add(buildCreativeFieldValue());
|
| o.add(buildCreativeFieldValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed855(core.List<api.CreativeFieldValue> o) {
|
| +checkUnnamed308(core.List<api.CreativeFieldValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeFieldValue(o[0]);
|
| checkCreativeFieldValue(o[1]);
|
| @@ -2265,7 +2265,7 @@ buildCreativeFieldValuesListResponse() {
|
| var o = new api.CreativeFieldValuesListResponse();
|
| buildCounterCreativeFieldValuesListResponse++;
|
| if (buildCounterCreativeFieldValuesListResponse < 3) {
|
| - o.creativeFieldValues = buildUnnamed855();
|
| + o.creativeFieldValues = buildUnnamed308();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -2276,21 +2276,21 @@ buildCreativeFieldValuesListResponse() {
|
| checkCreativeFieldValuesListResponse(api.CreativeFieldValuesListResponse o) {
|
| buildCounterCreativeFieldValuesListResponse++;
|
| if (buildCounterCreativeFieldValuesListResponse < 3) {
|
| - checkUnnamed855(o.creativeFieldValues);
|
| + checkUnnamed308(o.creativeFieldValues);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterCreativeFieldValuesListResponse--;
|
| }
|
|
|
| -buildUnnamed856() {
|
| +buildUnnamed309() {
|
| var o = new core.List<api.CreativeField>();
|
| o.add(buildCreativeField());
|
| o.add(buildCreativeField());
|
| return o;
|
| }
|
|
|
| -checkUnnamed856(core.List<api.CreativeField> o) {
|
| +checkUnnamed309(core.List<api.CreativeField> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeField(o[0]);
|
| checkCreativeField(o[1]);
|
| @@ -2301,7 +2301,7 @@ buildCreativeFieldsListResponse() {
|
| var o = new api.CreativeFieldsListResponse();
|
| buildCounterCreativeFieldsListResponse++;
|
| if (buildCounterCreativeFieldsListResponse < 3) {
|
| - o.creativeFields = buildUnnamed856();
|
| + o.creativeFields = buildUnnamed309();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -2312,7 +2312,7 @@ buildCreativeFieldsListResponse() {
|
| checkCreativeFieldsListResponse(api.CreativeFieldsListResponse o) {
|
| buildCounterCreativeFieldsListResponse++;
|
| if (buildCounterCreativeFieldsListResponse < 3) {
|
| - checkUnnamed856(o.creativeFields);
|
| + checkUnnamed309(o.creativeFields);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -2373,14 +2373,14 @@ checkCreativeGroupAssignment(api.CreativeGroupAssignment o) {
|
| buildCounterCreativeGroupAssignment--;
|
| }
|
|
|
| -buildUnnamed857() {
|
| +buildUnnamed310() {
|
| var o = new core.List<api.CreativeGroup>();
|
| o.add(buildCreativeGroup());
|
| o.add(buildCreativeGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed857(core.List<api.CreativeGroup> o) {
|
| +checkUnnamed310(core.List<api.CreativeGroup> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeGroup(o[0]);
|
| checkCreativeGroup(o[1]);
|
| @@ -2391,7 +2391,7 @@ buildCreativeGroupsListResponse() {
|
| var o = new api.CreativeGroupsListResponse();
|
| buildCounterCreativeGroupsListResponse++;
|
| if (buildCounterCreativeGroupsListResponse < 3) {
|
| - o.creativeGroups = buildUnnamed857();
|
| + o.creativeGroups = buildUnnamed310();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -2402,21 +2402,21 @@ buildCreativeGroupsListResponse() {
|
| checkCreativeGroupsListResponse(api.CreativeGroupsListResponse o) {
|
| buildCounterCreativeGroupsListResponse++;
|
| if (buildCounterCreativeGroupsListResponse < 3) {
|
| - checkUnnamed857(o.creativeGroups);
|
| + checkUnnamed310(o.creativeGroups);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterCreativeGroupsListResponse--;
|
| }
|
|
|
| -buildUnnamed858() {
|
| +buildUnnamed311() {
|
| var o = new core.List<api.OptimizationActivity>();
|
| o.add(buildOptimizationActivity());
|
| o.add(buildOptimizationActivity());
|
| return o;
|
| }
|
|
|
| -checkUnnamed858(core.List<api.OptimizationActivity> o) {
|
| +checkUnnamed311(core.List<api.OptimizationActivity> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOptimizationActivity(o[0]);
|
| checkOptimizationActivity(o[1]);
|
| @@ -2429,7 +2429,7 @@ buildCreativeOptimizationConfiguration() {
|
| if (buildCounterCreativeOptimizationConfiguration < 3) {
|
| o.id = "foo";
|
| o.name = "foo";
|
| - o.optimizationActivitys = buildUnnamed858();
|
| + o.optimizationActivitys = buildUnnamed311();
|
| o.optimizationModel = "foo";
|
| }
|
| buildCounterCreativeOptimizationConfiguration--;
|
| @@ -2441,20 +2441,20 @@ checkCreativeOptimizationConfiguration(api.CreativeOptimizationConfiguration o)
|
| if (buildCounterCreativeOptimizationConfiguration < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| - checkUnnamed858(o.optimizationActivitys);
|
| + checkUnnamed311(o.optimizationActivitys);
|
| unittest.expect(o.optimizationModel, unittest.equals('foo'));
|
| }
|
| buildCounterCreativeOptimizationConfiguration--;
|
| }
|
|
|
| -buildUnnamed859() {
|
| +buildUnnamed312() {
|
| var o = new core.List<api.CreativeAssignment>();
|
| o.add(buildCreativeAssignment());
|
| o.add(buildCreativeAssignment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed859(core.List<api.CreativeAssignment> o) {
|
| +checkUnnamed312(core.List<api.CreativeAssignment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeAssignment(o[0]);
|
| checkCreativeAssignment(o[1]);
|
| @@ -2465,7 +2465,7 @@ buildCreativeRotation() {
|
| var o = new api.CreativeRotation();
|
| buildCounterCreativeRotation++;
|
| if (buildCounterCreativeRotation < 3) {
|
| - o.creativeAssignments = buildUnnamed859();
|
| + o.creativeAssignments = buildUnnamed312();
|
| o.creativeOptimizationConfigurationId = "foo";
|
| o.type = "foo";
|
| o.weightCalculationStrategy = "foo";
|
| @@ -2477,7 +2477,7 @@ buildCreativeRotation() {
|
| checkCreativeRotation(api.CreativeRotation o) {
|
| buildCounterCreativeRotation++;
|
| if (buildCounterCreativeRotation < 3) {
|
| - checkUnnamed859(o.creativeAssignments);
|
| + checkUnnamed312(o.creativeAssignments);
|
| unittest.expect(o.creativeOptimizationConfigurationId, unittest.equals('foo'));
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| unittest.expect(o.weightCalculationStrategy, unittest.equals('foo'));
|
| @@ -2506,14 +2506,14 @@ checkCreativeSettings(api.CreativeSettings o) {
|
| buildCounterCreativeSettings--;
|
| }
|
|
|
| -buildUnnamed860() {
|
| +buildUnnamed313() {
|
| var o = new core.List<api.Creative>();
|
| o.add(buildCreative());
|
| o.add(buildCreative());
|
| return o;
|
| }
|
|
|
| -checkUnnamed860(core.List<api.Creative> o) {
|
| +checkUnnamed313(core.List<api.Creative> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreative(o[0]);
|
| checkCreative(o[1]);
|
| @@ -2524,7 +2524,7 @@ buildCreativesListResponse() {
|
| var o = new api.CreativesListResponse();
|
| buildCounterCreativesListResponse++;
|
| if (buildCounterCreativesListResponse < 3) {
|
| - o.creatives = buildUnnamed860();
|
| + o.creatives = buildUnnamed313();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -2535,60 +2535,60 @@ buildCreativesListResponse() {
|
| checkCreativesListResponse(api.CreativesListResponse o) {
|
| buildCounterCreativesListResponse++;
|
| if (buildCounterCreativesListResponse < 3) {
|
| - checkUnnamed860(o.creatives);
|
| + checkUnnamed313(o.creatives);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterCreativesListResponse--;
|
| }
|
|
|
| -buildUnnamed861() {
|
| +buildUnnamed314() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed861(core.List<api.Dimension> o) {
|
| +checkUnnamed314(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed862() {
|
| +buildUnnamed315() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed862(core.List<api.Dimension> o) {
|
| +checkUnnamed315(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed863() {
|
| +buildUnnamed316() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed863(core.List<api.Metric> o) {
|
| +checkUnnamed316(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| }
|
|
|
| -buildUnnamed864() {
|
| +buildUnnamed317() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed864(core.List<api.Metric> o) {
|
| +checkUnnamed317(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| @@ -2599,11 +2599,11 @@ buildCrossDimensionReachReportCompatibleFields() {
|
| var o = new api.CrossDimensionReachReportCompatibleFields();
|
| buildCounterCrossDimensionReachReportCompatibleFields++;
|
| if (buildCounterCrossDimensionReachReportCompatibleFields < 3) {
|
| - o.breakdown = buildUnnamed861();
|
| - o.dimensionFilters = buildUnnamed862();
|
| + o.breakdown = buildUnnamed314();
|
| + o.dimensionFilters = buildUnnamed315();
|
| o.kind = "foo";
|
| - o.metrics = buildUnnamed863();
|
| - o.overlapMetrics = buildUnnamed864();
|
| + o.metrics = buildUnnamed316();
|
| + o.overlapMetrics = buildUnnamed317();
|
| }
|
| buildCounterCrossDimensionReachReportCompatibleFields--;
|
| return o;
|
| @@ -2612,23 +2612,23 @@ buildCrossDimensionReachReportCompatibleFields() {
|
| checkCrossDimensionReachReportCompatibleFields(api.CrossDimensionReachReportCompatibleFields o) {
|
| buildCounterCrossDimensionReachReportCompatibleFields++;
|
| if (buildCounterCrossDimensionReachReportCompatibleFields < 3) {
|
| - checkUnnamed861(o.breakdown);
|
| - checkUnnamed862(o.dimensionFilters);
|
| + checkUnnamed314(o.breakdown);
|
| + checkUnnamed315(o.dimensionFilters);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed863(o.metrics);
|
| - checkUnnamed864(o.overlapMetrics);
|
| + checkUnnamed316(o.metrics);
|
| + checkUnnamed317(o.overlapMetrics);
|
| }
|
| buildCounterCrossDimensionReachReportCompatibleFields--;
|
| }
|
|
|
| -buildUnnamed865() {
|
| +buildUnnamed318() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed865(core.List<api.DimensionValue> o) {
|
| +checkUnnamed318(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| @@ -2639,7 +2639,7 @@ buildCustomRichMediaEvents() {
|
| var o = new api.CustomRichMediaEvents();
|
| buildCounterCustomRichMediaEvents++;
|
| if (buildCounterCustomRichMediaEvents < 3) {
|
| - o.filteredEventIds = buildUnnamed865();
|
| + o.filteredEventIds = buildUnnamed318();
|
| o.kind = "foo";
|
| }
|
| buildCounterCustomRichMediaEvents--;
|
| @@ -2649,7 +2649,7 @@ buildCustomRichMediaEvents() {
|
| checkCustomRichMediaEvents(api.CustomRichMediaEvents o) {
|
| buildCounterCustomRichMediaEvents++;
|
| if (buildCounterCustomRichMediaEvents < 3) {
|
| - checkUnnamed865(o.filteredEventIds);
|
| + checkUnnamed318(o.filteredEventIds);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterCustomRichMediaEvents--;
|
| @@ -2680,27 +2680,27 @@ checkDateRange(api.DateRange o) {
|
| buildCounterDateRange--;
|
| }
|
|
|
| -buildUnnamed866() {
|
| +buildUnnamed319() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed866(core.List<core.String> o) {
|
| +checkUnnamed319(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed867() {
|
| +buildUnnamed320() {
|
| var o = new core.List<core.int>();
|
| o.add(42);
|
| o.add(42);
|
| return o;
|
| }
|
|
|
| -checkUnnamed867(core.List<core.int> o) {
|
| +checkUnnamed320(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));
|
| @@ -2711,8 +2711,8 @@ buildDayPartTargeting() {
|
| var o = new api.DayPartTargeting();
|
| buildCounterDayPartTargeting++;
|
| if (buildCounterDayPartTargeting < 3) {
|
| - o.daysOfWeek = buildUnnamed866();
|
| - o.hoursOfDay = buildUnnamed867();
|
| + o.daysOfWeek = buildUnnamed319();
|
| + o.hoursOfDay = buildUnnamed320();
|
| o.userLocalTime = true;
|
| }
|
| buildCounterDayPartTargeting--;
|
| @@ -2722,8 +2722,8 @@ buildDayPartTargeting() {
|
| checkDayPartTargeting(api.DayPartTargeting o) {
|
| buildCounterDayPartTargeting++;
|
| if (buildCounterDayPartTargeting < 3) {
|
| - checkUnnamed866(o.daysOfWeek);
|
| - checkUnnamed867(o.hoursOfDay);
|
| + checkUnnamed319(o.daysOfWeek);
|
| + checkUnnamed320(o.hoursOfDay);
|
| unittest.expect(o.userLocalTime, unittest.isTrue);
|
| }
|
| buildCounterDayPartTargeting--;
|
| @@ -2875,14 +2875,14 @@ checkDimensionValue(api.DimensionValue o) {
|
| buildCounterDimensionValue--;
|
| }
|
|
|
| -buildUnnamed868() {
|
| +buildUnnamed321() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed868(core.List<api.DimensionValue> o) {
|
| +checkUnnamed321(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| @@ -2894,7 +2894,7 @@ buildDimensionValueList() {
|
| buildCounterDimensionValueList++;
|
| if (buildCounterDimensionValueList < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed868();
|
| + o.items = buildUnnamed321();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -2906,21 +2906,21 @@ checkDimensionValueList(api.DimensionValueList o) {
|
| buildCounterDimensionValueList++;
|
| if (buildCounterDimensionValueList < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed868(o.items);
|
| + checkUnnamed321(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterDimensionValueList--;
|
| }
|
|
|
| -buildUnnamed869() {
|
| +buildUnnamed322() {
|
| var o = new core.List<api.DimensionFilter>();
|
| o.add(buildDimensionFilter());
|
| o.add(buildDimensionFilter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed869(core.List<api.DimensionFilter> o) {
|
| +checkUnnamed322(core.List<api.DimensionFilter> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionFilter(o[0]);
|
| checkDimensionFilter(o[1]);
|
| @@ -2933,7 +2933,7 @@ buildDimensionValueRequest() {
|
| if (buildCounterDimensionValueRequest < 3) {
|
| o.dimensionName = "foo";
|
| o.endDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| - o.filters = buildUnnamed869();
|
| + o.filters = buildUnnamed322();
|
| o.kind = "foo";
|
| o.startDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| }
|
| @@ -2946,47 +2946,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")));
|
| - checkUnnamed869(o.filters);
|
| + checkUnnamed322(o.filters);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.startDate, unittest.equals(core.DateTime.parse("2002-02-27T00:00:00")));
|
| }
|
| buildCounterDimensionValueRequest--;
|
| }
|
|
|
| -buildUnnamed870() {
|
| +buildUnnamed323() {
|
| var o = new core.List<api.DirectorySiteContactAssignment>();
|
| o.add(buildDirectorySiteContactAssignment());
|
| o.add(buildDirectorySiteContactAssignment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed870(core.List<api.DirectorySiteContactAssignment> o) {
|
| +checkUnnamed323(core.List<api.DirectorySiteContactAssignment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDirectorySiteContactAssignment(o[0]);
|
| checkDirectorySiteContactAssignment(o[1]);
|
| }
|
|
|
| -buildUnnamed871() {
|
| +buildUnnamed324() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed871(core.List<core.String> o) {
|
| +checkUnnamed324(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed872() {
|
| +buildUnnamed325() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed872(core.List<core.String> o) {
|
| +checkUnnamed325(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -2998,14 +2998,14 @@ buildDirectorySite() {
|
| buildCounterDirectorySite++;
|
| if (buildCounterDirectorySite < 3) {
|
| o.active = true;
|
| - o.contactAssignments = buildUnnamed870();
|
| + o.contactAssignments = buildUnnamed323();
|
| o.countryId = "foo";
|
| o.currencyId = "foo";
|
| o.description = "foo";
|
| o.id = "foo";
|
| o.idDimensionValue = buildDimensionValue();
|
| - o.inpageTagFormats = buildUnnamed871();
|
| - o.interstitialTagFormats = buildUnnamed872();
|
| + o.inpageTagFormats = buildUnnamed324();
|
| + o.interstitialTagFormats = buildUnnamed325();
|
| o.kind = "foo";
|
| o.name = "foo";
|
| o.parentId = "foo";
|
| @@ -3020,14 +3020,14 @@ checkDirectorySite(api.DirectorySite o) {
|
| buildCounterDirectorySite++;
|
| if (buildCounterDirectorySite < 3) {
|
| unittest.expect(o.active, unittest.isTrue);
|
| - checkUnnamed870(o.contactAssignments);
|
| + checkUnnamed323(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);
|
| - checkUnnamed871(o.inpageTagFormats);
|
| - checkUnnamed872(o.interstitialTagFormats);
|
| + checkUnnamed324(o.inpageTagFormats);
|
| + checkUnnamed325(o.interstitialTagFormats);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.parentId, unittest.equals('foo'));
|
| @@ -3089,14 +3089,14 @@ checkDirectorySiteContactAssignment(api.DirectorySiteContactAssignment o) {
|
| buildCounterDirectorySiteContactAssignment--;
|
| }
|
|
|
| -buildUnnamed873() {
|
| +buildUnnamed326() {
|
| var o = new core.List<api.DirectorySiteContact>();
|
| o.add(buildDirectorySiteContact());
|
| o.add(buildDirectorySiteContact());
|
| return o;
|
| }
|
|
|
| -checkUnnamed873(core.List<api.DirectorySiteContact> o) {
|
| +checkUnnamed326(core.List<api.DirectorySiteContact> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDirectorySiteContact(o[0]);
|
| checkDirectorySiteContact(o[1]);
|
| @@ -3107,7 +3107,7 @@ buildDirectorySiteContactsListResponse() {
|
| var o = new api.DirectorySiteContactsListResponse();
|
| buildCounterDirectorySiteContactsListResponse++;
|
| if (buildCounterDirectorySiteContactsListResponse < 3) {
|
| - o.directorySiteContacts = buildUnnamed873();
|
| + o.directorySiteContacts = buildUnnamed326();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -3118,7 +3118,7 @@ buildDirectorySiteContactsListResponse() {
|
| checkDirectorySiteContactsListResponse(api.DirectorySiteContactsListResponse o) {
|
| buildCounterDirectorySiteContactsListResponse++;
|
| if (buildCounterDirectorySiteContactsListResponse < 3) {
|
| - checkUnnamed873(o.directorySiteContacts);
|
| + checkUnnamed326(o.directorySiteContacts);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -3156,14 +3156,14 @@ checkDirectorySiteSettings(api.DirectorySiteSettings o) {
|
| buildCounterDirectorySiteSettings--;
|
| }
|
|
|
| -buildUnnamed874() {
|
| +buildUnnamed327() {
|
| var o = new core.List<api.DirectorySite>();
|
| o.add(buildDirectorySite());
|
| o.add(buildDirectorySite());
|
| return o;
|
| }
|
|
|
| -checkUnnamed874(core.List<api.DirectorySite> o) {
|
| +checkUnnamed327(core.List<api.DirectorySite> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDirectorySite(o[0]);
|
| checkDirectorySite(o[1]);
|
| @@ -3174,7 +3174,7 @@ buildDirectorySitesListResponse() {
|
| var o = new api.DirectorySitesListResponse();
|
| buildCounterDirectorySitesListResponse++;
|
| if (buildCounterDirectorySitesListResponse < 3) {
|
| - o.directorySites = buildUnnamed874();
|
| + o.directorySites = buildUnnamed327();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -3185,21 +3185,21 @@ buildDirectorySitesListResponse() {
|
| checkDirectorySitesListResponse(api.DirectorySitesListResponse o) {
|
| buildCounterDirectorySitesListResponse++;
|
| if (buildCounterDirectorySitesListResponse < 3) {
|
| - checkUnnamed874(o.directorySites);
|
| + checkUnnamed327(o.directorySites);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterDirectorySitesListResponse--;
|
| }
|
|
|
| -buildUnnamed875() {
|
| +buildUnnamed328() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed875(core.List<core.String> o) {
|
| +checkUnnamed328(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -3220,7 +3220,7 @@ buildEventTag() {
|
| o.kind = "foo";
|
| o.name = "foo";
|
| o.siteFilterType = "foo";
|
| - o.siteIds = buildUnnamed875();
|
| + o.siteIds = buildUnnamed328();
|
| o.sslCompliant = true;
|
| o.status = "foo";
|
| o.subaccountId = "foo";
|
| @@ -3245,7 +3245,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'));
|
| - checkUnnamed875(o.siteIds);
|
| + checkUnnamed328(o.siteIds);
|
| unittest.expect(o.sslCompliant, unittest.isTrue);
|
| unittest.expect(o.status, unittest.equals('foo'));
|
| unittest.expect(o.subaccountId, unittest.equals('foo'));
|
| @@ -3277,14 +3277,14 @@ checkEventTagOverride(api.EventTagOverride o) {
|
| buildCounterEventTagOverride--;
|
| }
|
|
|
| -buildUnnamed876() {
|
| +buildUnnamed329() {
|
| var o = new core.List<api.EventTag>();
|
| o.add(buildEventTag());
|
| o.add(buildEventTag());
|
| return o;
|
| }
|
|
|
| -checkUnnamed876(core.List<api.EventTag> o) {
|
| +checkUnnamed329(core.List<api.EventTag> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEventTag(o[0]);
|
| checkEventTag(o[1]);
|
| @@ -3295,7 +3295,7 @@ buildEventTagsListResponse() {
|
| var o = new api.EventTagsListResponse();
|
| buildCounterEventTagsListResponse++;
|
| if (buildCounterEventTagsListResponse < 3) {
|
| - o.eventTags = buildUnnamed876();
|
| + o.eventTags = buildUnnamed329();
|
| o.kind = "foo";
|
| }
|
| buildCounterEventTagsListResponse--;
|
| @@ -3305,7 +3305,7 @@ buildEventTagsListResponse() {
|
| checkEventTagsListResponse(api.EventTagsListResponse o) {
|
| buildCounterEventTagsListResponse++;
|
| if (buildCounterEventTagsListResponse < 3) {
|
| - checkUnnamed876(o.eventTags);
|
| + checkUnnamed329(o.eventTags);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterEventTagsListResponse--;
|
| @@ -3369,14 +3369,14 @@ checkFile(api.File o) {
|
| buildCounterFile--;
|
| }
|
|
|
| -buildUnnamed877() {
|
| +buildUnnamed330() {
|
| var o = new core.List<api.File>();
|
| o.add(buildFile());
|
| o.add(buildFile());
|
| return o;
|
| }
|
|
|
| -checkUnnamed877(core.List<api.File> o) {
|
| +checkUnnamed330(core.List<api.File> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFile(o[0]);
|
| checkFile(o[1]);
|
| @@ -3388,7 +3388,7 @@ buildFileList() {
|
| buildCounterFileList++;
|
| if (buildCounterFileList < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed877();
|
| + o.items = buildUnnamed330();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -3400,7 +3400,7 @@ checkFileList(api.FileList o) {
|
| buildCounterFileList++;
|
| if (buildCounterFileList < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed877(o.items);
|
| + checkUnnamed330(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -3428,14 +3428,14 @@ checkFloodlightActivitiesGenerateTagResponse(api.FloodlightActivitiesGenerateTag
|
| buildCounterFloodlightActivitiesGenerateTagResponse--;
|
| }
|
|
|
| -buildUnnamed878() {
|
| +buildUnnamed331() {
|
| var o = new core.List<api.FloodlightActivity>();
|
| o.add(buildFloodlightActivity());
|
| o.add(buildFloodlightActivity());
|
| return o;
|
| }
|
|
|
| -checkUnnamed878(core.List<api.FloodlightActivity> o) {
|
| +checkUnnamed331(core.List<api.FloodlightActivity> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFloodlightActivity(o[0]);
|
| checkFloodlightActivity(o[1]);
|
| @@ -3446,7 +3446,7 @@ buildFloodlightActivitiesListResponse() {
|
| var o = new api.FloodlightActivitiesListResponse();
|
| buildCounterFloodlightActivitiesListResponse++;
|
| if (buildCounterFloodlightActivitiesListResponse < 3) {
|
| - o.floodlightActivities = buildUnnamed878();
|
| + o.floodlightActivities = buildUnnamed331();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -3457,47 +3457,47 @@ buildFloodlightActivitiesListResponse() {
|
| checkFloodlightActivitiesListResponse(api.FloodlightActivitiesListResponse o) {
|
| buildCounterFloodlightActivitiesListResponse++;
|
| if (buildCounterFloodlightActivitiesListResponse < 3) {
|
| - checkUnnamed878(o.floodlightActivities);
|
| + checkUnnamed331(o.floodlightActivities);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterFloodlightActivitiesListResponse--;
|
| }
|
|
|
| -buildUnnamed879() {
|
| +buildUnnamed332() {
|
| var o = new core.List<api.FloodlightActivityDynamicTag>();
|
| o.add(buildFloodlightActivityDynamicTag());
|
| o.add(buildFloodlightActivityDynamicTag());
|
| return o;
|
| }
|
|
|
| -checkUnnamed879(core.List<api.FloodlightActivityDynamicTag> o) {
|
| +checkUnnamed332(core.List<api.FloodlightActivityDynamicTag> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFloodlightActivityDynamicTag(o[0]);
|
| checkFloodlightActivityDynamicTag(o[1]);
|
| }
|
|
|
| -buildUnnamed880() {
|
| +buildUnnamed333() {
|
| var o = new core.List<api.FloodlightActivityPublisherDynamicTag>();
|
| o.add(buildFloodlightActivityPublisherDynamicTag());
|
| o.add(buildFloodlightActivityPublisherDynamicTag());
|
| return o;
|
| }
|
|
|
| -checkUnnamed880(core.List<api.FloodlightActivityPublisherDynamicTag> o) {
|
| +checkUnnamed333(core.List<api.FloodlightActivityPublisherDynamicTag> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFloodlightActivityPublisherDynamicTag(o[0]);
|
| checkFloodlightActivityPublisherDynamicTag(o[1]);
|
| }
|
|
|
| -buildUnnamed881() {
|
| +buildUnnamed334() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed881(core.List<core.String> o) {
|
| +checkUnnamed334(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -3513,7 +3513,7 @@ buildFloodlightActivity() {
|
| o.advertiserIdDimensionValue = buildDimensionValue();
|
| o.cacheBustingType = "foo";
|
| o.countingMethod = "foo";
|
| - o.defaultTags = buildUnnamed879();
|
| + o.defaultTags = buildUnnamed332();
|
| o.expectedUrl = "foo";
|
| o.floodlightActivityGroupId = "foo";
|
| o.floodlightActivityGroupName = "foo";
|
| @@ -3528,14 +3528,14 @@ buildFloodlightActivity() {
|
| o.kind = "foo";
|
| o.name = "foo";
|
| o.notes = "foo";
|
| - o.publisherTags = buildUnnamed880();
|
| + o.publisherTags = buildUnnamed333();
|
| o.secure = true;
|
| o.sslCompliant = true;
|
| o.sslRequired = true;
|
| o.subaccountId = "foo";
|
| o.tagFormat = "foo";
|
| o.tagString = "foo";
|
| - o.userDefinedVariableTypes = buildUnnamed881();
|
| + o.userDefinedVariableTypes = buildUnnamed334();
|
| }
|
| buildCounterFloodlightActivity--;
|
| return o;
|
| @@ -3549,7 +3549,7 @@ checkFloodlightActivity(api.FloodlightActivity o) {
|
| checkDimensionValue(o.advertiserIdDimensionValue);
|
| unittest.expect(o.cacheBustingType, unittest.equals('foo'));
|
| unittest.expect(o.countingMethod, unittest.equals('foo'));
|
| - checkUnnamed879(o.defaultTags);
|
| + checkUnnamed332(o.defaultTags);
|
| unittest.expect(o.expectedUrl, unittest.equals('foo'));
|
| unittest.expect(o.floodlightActivityGroupId, unittest.equals('foo'));
|
| unittest.expect(o.floodlightActivityGroupName, unittest.equals('foo'));
|
| @@ -3564,14 +3564,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'));
|
| - checkUnnamed880(o.publisherTags);
|
| + checkUnnamed333(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'));
|
| - checkUnnamed881(o.userDefinedVariableTypes);
|
| + checkUnnamed334(o.userDefinedVariableTypes);
|
| }
|
| buildCounterFloodlightActivity--;
|
| }
|
| @@ -3640,14 +3640,14 @@ checkFloodlightActivityGroup(api.FloodlightActivityGroup o) {
|
| buildCounterFloodlightActivityGroup--;
|
| }
|
|
|
| -buildUnnamed882() {
|
| +buildUnnamed335() {
|
| var o = new core.List<api.FloodlightActivityGroup>();
|
| o.add(buildFloodlightActivityGroup());
|
| o.add(buildFloodlightActivityGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed882(core.List<api.FloodlightActivityGroup> o) {
|
| +checkUnnamed335(core.List<api.FloodlightActivityGroup> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFloodlightActivityGroup(o[0]);
|
| checkFloodlightActivityGroup(o[1]);
|
| @@ -3658,7 +3658,7 @@ buildFloodlightActivityGroupsListResponse() {
|
| var o = new api.FloodlightActivityGroupsListResponse();
|
| buildCounterFloodlightActivityGroupsListResponse++;
|
| if (buildCounterFloodlightActivityGroupsListResponse < 3) {
|
| - o.floodlightActivityGroups = buildUnnamed882();
|
| + o.floodlightActivityGroups = buildUnnamed335();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -3669,7 +3669,7 @@ buildFloodlightActivityGroupsListResponse() {
|
| checkFloodlightActivityGroupsListResponse(api.FloodlightActivityGroupsListResponse o) {
|
| buildCounterFloodlightActivityGroupsListResponse++;
|
| if (buildCounterFloodlightActivityGroupsListResponse < 3) {
|
| - checkUnnamed882(o.floodlightActivityGroups);
|
| + checkUnnamed335(o.floodlightActivityGroups);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -3705,27 +3705,27 @@ checkFloodlightActivityPublisherDynamicTag(api.FloodlightActivityPublisherDynami
|
| buildCounterFloodlightActivityPublisherDynamicTag--;
|
| }
|
|
|
| -buildUnnamed883() {
|
| +buildUnnamed336() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed883(core.List<core.String> o) {
|
| +checkUnnamed336(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed884() {
|
| +buildUnnamed337() {
|
| var o = new core.List<api.UserDefinedVariableConfiguration>();
|
| o.add(buildUserDefinedVariableConfiguration());
|
| o.add(buildUserDefinedVariableConfiguration());
|
| return o;
|
| }
|
|
|
| -checkUnnamed884(core.List<api.UserDefinedVariableConfiguration> o) {
|
| +checkUnnamed337(core.List<api.UserDefinedVariableConfiguration> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUserDefinedVariableConfiguration(o[0]);
|
| checkUserDefinedVariableConfiguration(o[1]);
|
| @@ -3749,10 +3749,10 @@ buildFloodlightConfiguration() {
|
| o.naturalSearchConversionAttributionOption = "foo";
|
| o.omnitureSettings = buildOmnitureSettings();
|
| o.sslRequired = true;
|
| - o.standardVariableTypes = buildUnnamed883();
|
| + o.standardVariableTypes = buildUnnamed336();
|
| o.subaccountId = "foo";
|
| o.tagSettings = buildTagSettings();
|
| - o.userDefinedVariableConfigurations = buildUnnamed884();
|
| + o.userDefinedVariableConfigurations = buildUnnamed337();
|
| }
|
| buildCounterFloodlightConfiguration--;
|
| return o;
|
| @@ -3774,22 +3774,22 @@ checkFloodlightConfiguration(api.FloodlightConfiguration o) {
|
| unittest.expect(o.naturalSearchConversionAttributionOption, unittest.equals('foo'));
|
| checkOmnitureSettings(o.omnitureSettings);
|
| unittest.expect(o.sslRequired, unittest.isTrue);
|
| - checkUnnamed883(o.standardVariableTypes);
|
| + checkUnnamed336(o.standardVariableTypes);
|
| unittest.expect(o.subaccountId, unittest.equals('foo'));
|
| checkTagSettings(o.tagSettings);
|
| - checkUnnamed884(o.userDefinedVariableConfigurations);
|
| + checkUnnamed337(o.userDefinedVariableConfigurations);
|
| }
|
| buildCounterFloodlightConfiguration--;
|
| }
|
|
|
| -buildUnnamed885() {
|
| +buildUnnamed338() {
|
| var o = new core.List<api.FloodlightConfiguration>();
|
| o.add(buildFloodlightConfiguration());
|
| o.add(buildFloodlightConfiguration());
|
| return o;
|
| }
|
|
|
| -checkUnnamed885(core.List<api.FloodlightConfiguration> o) {
|
| +checkUnnamed338(core.List<api.FloodlightConfiguration> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFloodlightConfiguration(o[0]);
|
| checkFloodlightConfiguration(o[1]);
|
| @@ -3800,7 +3800,7 @@ buildFloodlightConfigurationsListResponse() {
|
| var o = new api.FloodlightConfigurationsListResponse();
|
| buildCounterFloodlightConfigurationsListResponse++;
|
| if (buildCounterFloodlightConfigurationsListResponse < 3) {
|
| - o.floodlightConfigurations = buildUnnamed885();
|
| + o.floodlightConfigurations = buildUnnamed338();
|
| o.kind = "foo";
|
| }
|
| buildCounterFloodlightConfigurationsListResponse--;
|
| @@ -3810,46 +3810,46 @@ buildFloodlightConfigurationsListResponse() {
|
| checkFloodlightConfigurationsListResponse(api.FloodlightConfigurationsListResponse o) {
|
| buildCounterFloodlightConfigurationsListResponse++;
|
| if (buildCounterFloodlightConfigurationsListResponse < 3) {
|
| - checkUnnamed885(o.floodlightConfigurations);
|
| + checkUnnamed338(o.floodlightConfigurations);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterFloodlightConfigurationsListResponse--;
|
| }
|
|
|
| -buildUnnamed886() {
|
| +buildUnnamed339() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed886(core.List<api.Dimension> o) {
|
| +checkUnnamed339(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed887() {
|
| +buildUnnamed340() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed887(core.List<api.Dimension> o) {
|
| +checkUnnamed340(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed888() {
|
| +buildUnnamed341() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed888(core.List<api.Metric> o) {
|
| +checkUnnamed341(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| @@ -3860,10 +3860,10 @@ buildFloodlightReportCompatibleFields() {
|
| var o = new api.FloodlightReportCompatibleFields();
|
| buildCounterFloodlightReportCompatibleFields++;
|
| if (buildCounterFloodlightReportCompatibleFields < 3) {
|
| - o.dimensionFilters = buildUnnamed886();
|
| - o.dimensions = buildUnnamed887();
|
| + o.dimensionFilters = buildUnnamed339();
|
| + o.dimensions = buildUnnamed340();
|
| o.kind = "foo";
|
| - o.metrics = buildUnnamed888();
|
| + o.metrics = buildUnnamed341();
|
| }
|
| buildCounterFloodlightReportCompatibleFields--;
|
| return o;
|
| @@ -3872,10 +3872,10 @@ buildFloodlightReportCompatibleFields() {
|
| checkFloodlightReportCompatibleFields(api.FloodlightReportCompatibleFields o) {
|
| buildCounterFloodlightReportCompatibleFields++;
|
| if (buildCounterFloodlightReportCompatibleFields < 3) {
|
| - checkUnnamed886(o.dimensionFilters);
|
| - checkUnnamed887(o.dimensions);
|
| + checkUnnamed339(o.dimensionFilters);
|
| + checkUnnamed340(o.dimensions);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed888(o.metrics);
|
| + checkUnnamed341(o.metrics);
|
| }
|
| buildCounterFloodlightReportCompatibleFields--;
|
| }
|
| @@ -3928,66 +3928,66 @@ checkFsCommand(api.FsCommand o) {
|
| buildCounterFsCommand--;
|
| }
|
|
|
| -buildUnnamed889() {
|
| +buildUnnamed342() {
|
| var o = new core.List<api.City>();
|
| o.add(buildCity());
|
| o.add(buildCity());
|
| return o;
|
| }
|
|
|
| -checkUnnamed889(core.List<api.City> o) {
|
| +checkUnnamed342(core.List<api.City> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCity(o[0]);
|
| checkCity(o[1]);
|
| }
|
|
|
| -buildUnnamed890() {
|
| +buildUnnamed343() {
|
| var o = new core.List<api.Country>();
|
| o.add(buildCountry());
|
| o.add(buildCountry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed890(core.List<api.Country> o) {
|
| +checkUnnamed343(core.List<api.Country> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCountry(o[0]);
|
| checkCountry(o[1]);
|
| }
|
|
|
| -buildUnnamed891() {
|
| +buildUnnamed344() {
|
| var o = new core.List<api.Metro>();
|
| o.add(buildMetro());
|
| o.add(buildMetro());
|
| return o;
|
| }
|
|
|
| -checkUnnamed891(core.List<api.Metro> o) {
|
| +checkUnnamed344(core.List<api.Metro> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetro(o[0]);
|
| checkMetro(o[1]);
|
| }
|
|
|
| -buildUnnamed892() {
|
| +buildUnnamed345() {
|
| var o = new core.List<api.PostalCode>();
|
| o.add(buildPostalCode());
|
| o.add(buildPostalCode());
|
| return o;
|
| }
|
|
|
| -checkUnnamed892(core.List<api.PostalCode> o) {
|
| +checkUnnamed345(core.List<api.PostalCode> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPostalCode(o[0]);
|
| checkPostalCode(o[1]);
|
| }
|
|
|
| -buildUnnamed893() {
|
| +buildUnnamed346() {
|
| var o = new core.List<api.Region>();
|
| o.add(buildRegion());
|
| o.add(buildRegion());
|
| return o;
|
| }
|
|
|
| -checkUnnamed893(core.List<api.Region> o) {
|
| +checkUnnamed346(core.List<api.Region> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRegion(o[0]);
|
| checkRegion(o[1]);
|
| @@ -3998,12 +3998,12 @@ buildGeoTargeting() {
|
| var o = new api.GeoTargeting();
|
| buildCounterGeoTargeting++;
|
| if (buildCounterGeoTargeting < 3) {
|
| - o.cities = buildUnnamed889();
|
| - o.countries = buildUnnamed890();
|
| + o.cities = buildUnnamed342();
|
| + o.countries = buildUnnamed343();
|
| o.excludeCountries = true;
|
| - o.metros = buildUnnamed891();
|
| - o.postalCodes = buildUnnamed892();
|
| - o.regions = buildUnnamed893();
|
| + o.metros = buildUnnamed344();
|
| + o.postalCodes = buildUnnamed345();
|
| + o.regions = buildUnnamed346();
|
| }
|
| buildCounterGeoTargeting--;
|
| return o;
|
| @@ -4012,12 +4012,12 @@ buildGeoTargeting() {
|
| checkGeoTargeting(api.GeoTargeting o) {
|
| buildCounterGeoTargeting++;
|
| if (buildCounterGeoTargeting < 3) {
|
| - checkUnnamed889(o.cities);
|
| - checkUnnamed890(o.countries);
|
| + checkUnnamed342(o.cities);
|
| + checkUnnamed343(o.countries);
|
| unittest.expect(o.excludeCountries, unittest.isTrue);
|
| - checkUnnamed891(o.metros);
|
| - checkUnnamed892(o.postalCodes);
|
| - checkUnnamed893(o.regions);
|
| + checkUnnamed344(o.metros);
|
| + checkUnnamed345(o.postalCodes);
|
| + checkUnnamed346(o.regions);
|
| }
|
| buildCounterGeoTargeting--;
|
| }
|
| @@ -4068,14 +4068,14 @@ checkLandingPage(api.LandingPage o) {
|
| buildCounterLandingPage--;
|
| }
|
|
|
| -buildUnnamed894() {
|
| +buildUnnamed347() {
|
| var o = new core.List<api.LandingPage>();
|
| o.add(buildLandingPage());
|
| o.add(buildLandingPage());
|
| return o;
|
| }
|
|
|
| -checkUnnamed894(core.List<api.LandingPage> o) {
|
| +checkUnnamed347(core.List<api.LandingPage> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkLandingPage(o[0]);
|
| checkLandingPage(o[1]);
|
| @@ -4087,7 +4087,7 @@ buildLandingPagesListResponse() {
|
| buildCounterLandingPagesListResponse++;
|
| if (buildCounterLandingPagesListResponse < 3) {
|
| o.kind = "foo";
|
| - o.landingPages = buildUnnamed894();
|
| + o.landingPages = buildUnnamed347();
|
| }
|
| buildCounterLandingPagesListResponse--;
|
| return o;
|
| @@ -4097,7 +4097,7 @@ checkLandingPagesListResponse(api.LandingPagesListResponse o) {
|
| buildCounterLandingPagesListResponse++;
|
| if (buildCounterLandingPagesListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed894(o.landingPages);
|
| + checkUnnamed347(o.landingPages);
|
| }
|
| buildCounterLandingPagesListResponse--;
|
| }
|
| @@ -4213,14 +4213,14 @@ checkMetro(api.Metro o) {
|
| buildCounterMetro--;
|
| }
|
|
|
| -buildUnnamed895() {
|
| +buildUnnamed348() {
|
| var o = new core.List<api.Metro>();
|
| o.add(buildMetro());
|
| o.add(buildMetro());
|
| return o;
|
| }
|
|
|
| -checkUnnamed895(core.List<api.Metro> o) {
|
| +checkUnnamed348(core.List<api.Metro> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetro(o[0]);
|
| checkMetro(o[1]);
|
| @@ -4232,7 +4232,7 @@ buildMetrosListResponse() {
|
| buildCounterMetrosListResponse++;
|
| if (buildCounterMetrosListResponse < 3) {
|
| o.kind = "foo";
|
| - o.metros = buildUnnamed895();
|
| + o.metros = buildUnnamed348();
|
| }
|
| buildCounterMetrosListResponse--;
|
| return o;
|
| @@ -4242,7 +4242,7 @@ checkMetrosListResponse(api.MetrosListResponse o) {
|
| buildCounterMetrosListResponse++;
|
| if (buildCounterMetrosListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed895(o.metros);
|
| + checkUnnamed348(o.metros);
|
| }
|
| buildCounterMetrosListResponse--;
|
| }
|
| @@ -4274,14 +4274,14 @@ checkMobileCarrier(api.MobileCarrier o) {
|
| buildCounterMobileCarrier--;
|
| }
|
|
|
| -buildUnnamed896() {
|
| +buildUnnamed349() {
|
| var o = new core.List<api.MobileCarrier>();
|
| o.add(buildMobileCarrier());
|
| o.add(buildMobileCarrier());
|
| return o;
|
| }
|
|
|
| -checkUnnamed896(core.List<api.MobileCarrier> o) {
|
| +checkUnnamed349(core.List<api.MobileCarrier> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMobileCarrier(o[0]);
|
| checkMobileCarrier(o[1]);
|
| @@ -4293,7 +4293,7 @@ buildMobileCarriersListResponse() {
|
| buildCounterMobileCarriersListResponse++;
|
| if (buildCounterMobileCarriersListResponse < 3) {
|
| o.kind = "foo";
|
| - o.mobileCarriers = buildUnnamed896();
|
| + o.mobileCarriers = buildUnnamed349();
|
| }
|
| buildCounterMobileCarriersListResponse--;
|
| return o;
|
| @@ -4303,19 +4303,19 @@ checkMobileCarriersListResponse(api.MobileCarriersListResponse o) {
|
| buildCounterMobileCarriersListResponse++;
|
| if (buildCounterMobileCarriersListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed896(o.mobileCarriers);
|
| + checkUnnamed349(o.mobileCarriers);
|
| }
|
| buildCounterMobileCarriersListResponse--;
|
| }
|
|
|
| -buildUnnamed897() {
|
| +buildUnnamed350() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed897(core.List<core.String> o) {
|
| +checkUnnamed350(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -4327,7 +4327,7 @@ buildObjectFilter() {
|
| buildCounterObjectFilter++;
|
| if (buildCounterObjectFilter < 3) {
|
| o.kind = "foo";
|
| - o.objectIds = buildUnnamed897();
|
| + o.objectIds = buildUnnamed350();
|
| o.status = "foo";
|
| }
|
| buildCounterObjectFilter--;
|
| @@ -4338,7 +4338,7 @@ checkObjectFilter(api.ObjectFilter o) {
|
| buildCounterObjectFilter++;
|
| if (buildCounterObjectFilter < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed897(o.objectIds);
|
| + checkUnnamed350(o.objectIds);
|
| unittest.expect(o.status, unittest.equals('foo'));
|
| }
|
| buildCounterObjectFilter--;
|
| @@ -4442,14 +4442,14 @@ checkOperatingSystemVersion(api.OperatingSystemVersion o) {
|
| buildCounterOperatingSystemVersion--;
|
| }
|
|
|
| -buildUnnamed898() {
|
| +buildUnnamed351() {
|
| var o = new core.List<api.OperatingSystemVersion>();
|
| o.add(buildOperatingSystemVersion());
|
| o.add(buildOperatingSystemVersion());
|
| return o;
|
| }
|
|
|
| -checkUnnamed898(core.List<api.OperatingSystemVersion> o) {
|
| +checkUnnamed351(core.List<api.OperatingSystemVersion> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOperatingSystemVersion(o[0]);
|
| checkOperatingSystemVersion(o[1]);
|
| @@ -4461,7 +4461,7 @@ buildOperatingSystemVersionsListResponse() {
|
| buildCounterOperatingSystemVersionsListResponse++;
|
| if (buildCounterOperatingSystemVersionsListResponse < 3) {
|
| o.kind = "foo";
|
| - o.operatingSystemVersions = buildUnnamed898();
|
| + o.operatingSystemVersions = buildUnnamed351();
|
| }
|
| buildCounterOperatingSystemVersionsListResponse--;
|
| return o;
|
| @@ -4471,19 +4471,19 @@ checkOperatingSystemVersionsListResponse(api.OperatingSystemVersionsListResponse
|
| buildCounterOperatingSystemVersionsListResponse++;
|
| if (buildCounterOperatingSystemVersionsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed898(o.operatingSystemVersions);
|
| + checkUnnamed351(o.operatingSystemVersions);
|
| }
|
| buildCounterOperatingSystemVersionsListResponse--;
|
| }
|
|
|
| -buildUnnamed899() {
|
| +buildUnnamed352() {
|
| var o = new core.List<api.OperatingSystem>();
|
| o.add(buildOperatingSystem());
|
| o.add(buildOperatingSystem());
|
| return o;
|
| }
|
|
|
| -checkUnnamed899(core.List<api.OperatingSystem> o) {
|
| +checkUnnamed352(core.List<api.OperatingSystem> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOperatingSystem(o[0]);
|
| checkOperatingSystem(o[1]);
|
| @@ -4495,7 +4495,7 @@ buildOperatingSystemsListResponse() {
|
| buildCounterOperatingSystemsListResponse++;
|
| if (buildCounterOperatingSystemsListResponse < 3) {
|
| o.kind = "foo";
|
| - o.operatingSystems = buildUnnamed899();
|
| + o.operatingSystems = buildUnnamed352();
|
| }
|
| buildCounterOperatingSystemsListResponse--;
|
| return o;
|
| @@ -4505,7 +4505,7 @@ checkOperatingSystemsListResponse(api.OperatingSystemsListResponse o) {
|
| buildCounterOperatingSystemsListResponse++;
|
| if (buildCounterOperatingSystemsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed899(o.operatingSystems);
|
| + checkUnnamed352(o.operatingSystems);
|
| }
|
| buildCounterOperatingSystemsListResponse--;
|
| }
|
| @@ -4533,53 +4533,53 @@ checkOptimizationActivity(api.OptimizationActivity o) {
|
| buildCounterOptimizationActivity--;
|
| }
|
|
|
| -buildUnnamed900() {
|
| +buildUnnamed353() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed900(core.List<api.Dimension> o) {
|
| +checkUnnamed353(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed901() {
|
| +buildUnnamed354() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed901(core.List<api.Dimension> o) {
|
| +checkUnnamed354(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed902() {
|
| +buildUnnamed355() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed902(core.List<api.Metric> o) {
|
| +checkUnnamed355(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| }
|
|
|
| -buildUnnamed903() {
|
| +buildUnnamed356() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed903(core.List<api.Dimension> o) {
|
| +checkUnnamed356(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| @@ -4590,11 +4590,11 @@ buildPathToConversionReportCompatibleFields() {
|
| var o = new api.PathToConversionReportCompatibleFields();
|
| buildCounterPathToConversionReportCompatibleFields++;
|
| if (buildCounterPathToConversionReportCompatibleFields < 3) {
|
| - o.conversionDimensions = buildUnnamed900();
|
| - o.customFloodlightVariables = buildUnnamed901();
|
| + o.conversionDimensions = buildUnnamed353();
|
| + o.customFloodlightVariables = buildUnnamed354();
|
| o.kind = "foo";
|
| - o.metrics = buildUnnamed902();
|
| - o.perInteractionDimensions = buildUnnamed903();
|
| + o.metrics = buildUnnamed355();
|
| + o.perInteractionDimensions = buildUnnamed356();
|
| }
|
| buildCounterPathToConversionReportCompatibleFields--;
|
| return o;
|
| @@ -4603,23 +4603,23 @@ buildPathToConversionReportCompatibleFields() {
|
| checkPathToConversionReportCompatibleFields(api.PathToConversionReportCompatibleFields o) {
|
| buildCounterPathToConversionReportCompatibleFields++;
|
| if (buildCounterPathToConversionReportCompatibleFields < 3) {
|
| - checkUnnamed900(o.conversionDimensions);
|
| - checkUnnamed901(o.customFloodlightVariables);
|
| + checkUnnamed353(o.conversionDimensions);
|
| + checkUnnamed354(o.customFloodlightVariables);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed902(o.metrics);
|
| - checkUnnamed903(o.perInteractionDimensions);
|
| + checkUnnamed355(o.metrics);
|
| + checkUnnamed356(o.perInteractionDimensions);
|
| }
|
| buildCounterPathToConversionReportCompatibleFields--;
|
| }
|
|
|
| -buildUnnamed904() {
|
| +buildUnnamed357() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed904(core.List<core.String> o) {
|
| +checkUnnamed357(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -4664,7 +4664,7 @@ buildPlacement() {
|
| o.sslRequired = true;
|
| o.status = "foo";
|
| o.subaccountId = "foo";
|
| - o.tagFormats = buildUnnamed904();
|
| + o.tagFormats = buildUnnamed357();
|
| o.tagSetting = buildTagSetting();
|
| }
|
| buildCounterPlacement--;
|
| @@ -4708,7 +4708,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'));
|
| - checkUnnamed904(o.tagFormats);
|
| + checkUnnamed357(o.tagFormats);
|
| checkTagSetting(o.tagSetting);
|
| }
|
| buildCounterPlacement--;
|
| @@ -4739,14 +4739,14 @@ checkPlacementAssignment(api.PlacementAssignment o) {
|
| buildCounterPlacementAssignment--;
|
| }
|
|
|
| -buildUnnamed905() {
|
| +buildUnnamed358() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed905(core.List<core.String> o) {
|
| +checkUnnamed358(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -4763,7 +4763,7 @@ buildPlacementGroup() {
|
| o.archived = true;
|
| o.campaignId = "foo";
|
| o.campaignIdDimensionValue = buildDimensionValue();
|
| - o.childPlacementIds = buildUnnamed905();
|
| + o.childPlacementIds = buildUnnamed358();
|
| o.comment = "foo";
|
| o.contentCategoryId = "foo";
|
| o.createInfo = buildLastModifiedInfo();
|
| @@ -4798,7 +4798,7 @@ checkPlacementGroup(api.PlacementGroup o) {
|
| unittest.expect(o.archived, unittest.isTrue);
|
| unittest.expect(o.campaignId, unittest.equals('foo'));
|
| checkDimensionValue(o.campaignIdDimensionValue);
|
| - checkUnnamed905(o.childPlacementIds);
|
| + checkUnnamed358(o.childPlacementIds);
|
| unittest.expect(o.comment, unittest.equals('foo'));
|
| unittest.expect(o.contentCategoryId, unittest.equals('foo'));
|
| checkLastModifiedInfo(o.createInfo);
|
| @@ -4823,14 +4823,14 @@ checkPlacementGroup(api.PlacementGroup o) {
|
| buildCounterPlacementGroup--;
|
| }
|
|
|
| -buildUnnamed906() {
|
| +buildUnnamed359() {
|
| var o = new core.List<api.PlacementGroup>();
|
| o.add(buildPlacementGroup());
|
| o.add(buildPlacementGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed906(core.List<api.PlacementGroup> o) {
|
| +checkUnnamed359(core.List<api.PlacementGroup> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPlacementGroup(o[0]);
|
| checkPlacementGroup(o[1]);
|
| @@ -4843,7 +4843,7 @@ buildPlacementGroupsListResponse() {
|
| if (buildCounterPlacementGroupsListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.placementGroups = buildUnnamed906();
|
| + o.placementGroups = buildUnnamed359();
|
| }
|
| buildCounterPlacementGroupsListResponse--;
|
| return o;
|
| @@ -4854,19 +4854,19 @@ checkPlacementGroupsListResponse(api.PlacementGroupsListResponse o) {
|
| if (buildCounterPlacementGroupsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed906(o.placementGroups);
|
| + checkUnnamed359(o.placementGroups);
|
| }
|
| buildCounterPlacementGroupsListResponse--;
|
| }
|
|
|
| -buildUnnamed907() {
|
| +buildUnnamed360() {
|
| var o = new core.List<api.PlacementStrategy>();
|
| o.add(buildPlacementStrategy());
|
| o.add(buildPlacementStrategy());
|
| return o;
|
| }
|
|
|
| -checkUnnamed907(core.List<api.PlacementStrategy> o) {
|
| +checkUnnamed360(core.List<api.PlacementStrategy> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPlacementStrategy(o[0]);
|
| checkPlacementStrategy(o[1]);
|
| @@ -4879,7 +4879,7 @@ buildPlacementStrategiesListResponse() {
|
| if (buildCounterPlacementStrategiesListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.placementStrategies = buildUnnamed907();
|
| + o.placementStrategies = buildUnnamed360();
|
| }
|
| buildCounterPlacementStrategiesListResponse--;
|
| return o;
|
| @@ -4890,7 +4890,7 @@ checkPlacementStrategiesListResponse(api.PlacementStrategiesListResponse o) {
|
| if (buildCounterPlacementStrategiesListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed907(o.placementStrategies);
|
| + checkUnnamed360(o.placementStrategies);
|
| }
|
| buildCounterPlacementStrategiesListResponse--;
|
| }
|
| @@ -4920,14 +4920,14 @@ checkPlacementStrategy(api.PlacementStrategy o) {
|
| buildCounterPlacementStrategy--;
|
| }
|
|
|
| -buildUnnamed908() {
|
| +buildUnnamed361() {
|
| var o = new core.List<api.TagData>();
|
| o.add(buildTagData());
|
| o.add(buildTagData());
|
| return o;
|
| }
|
|
|
| -checkUnnamed908(core.List<api.TagData> o) {
|
| +checkUnnamed361(core.List<api.TagData> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTagData(o[0]);
|
| checkTagData(o[1]);
|
| @@ -4939,7 +4939,7 @@ buildPlacementTag() {
|
| buildCounterPlacementTag++;
|
| if (buildCounterPlacementTag < 3) {
|
| o.placementId = "foo";
|
| - o.tagDatas = buildUnnamed908();
|
| + o.tagDatas = buildUnnamed361();
|
| }
|
| buildCounterPlacementTag--;
|
| return o;
|
| @@ -4949,19 +4949,19 @@ checkPlacementTag(api.PlacementTag o) {
|
| buildCounterPlacementTag++;
|
| if (buildCounterPlacementTag < 3) {
|
| unittest.expect(o.placementId, unittest.equals('foo'));
|
| - checkUnnamed908(o.tagDatas);
|
| + checkUnnamed361(o.tagDatas);
|
| }
|
| buildCounterPlacementTag--;
|
| }
|
|
|
| -buildUnnamed909() {
|
| +buildUnnamed362() {
|
| var o = new core.List<api.PlacementTag>();
|
| o.add(buildPlacementTag());
|
| o.add(buildPlacementTag());
|
| return o;
|
| }
|
|
|
| -checkUnnamed909(core.List<api.PlacementTag> o) {
|
| +checkUnnamed362(core.List<api.PlacementTag> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPlacementTag(o[0]);
|
| checkPlacementTag(o[1]);
|
| @@ -4973,7 +4973,7 @@ buildPlacementsGenerateTagsResponse() {
|
| buildCounterPlacementsGenerateTagsResponse++;
|
| if (buildCounterPlacementsGenerateTagsResponse < 3) {
|
| o.kind = "foo";
|
| - o.placementTags = buildUnnamed909();
|
| + o.placementTags = buildUnnamed362();
|
| }
|
| buildCounterPlacementsGenerateTagsResponse--;
|
| return o;
|
| @@ -4983,19 +4983,19 @@ checkPlacementsGenerateTagsResponse(api.PlacementsGenerateTagsResponse o) {
|
| buildCounterPlacementsGenerateTagsResponse++;
|
| if (buildCounterPlacementsGenerateTagsResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed909(o.placementTags);
|
| + checkUnnamed362(o.placementTags);
|
| }
|
| buildCounterPlacementsGenerateTagsResponse--;
|
| }
|
|
|
| -buildUnnamed910() {
|
| +buildUnnamed363() {
|
| var o = new core.List<api.Placement>();
|
| o.add(buildPlacement());
|
| o.add(buildPlacement());
|
| return o;
|
| }
|
|
|
| -checkUnnamed910(core.List<api.Placement> o) {
|
| +checkUnnamed363(core.List<api.Placement> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPlacement(o[0]);
|
| checkPlacement(o[1]);
|
| @@ -5008,7 +5008,7 @@ buildPlacementsListResponse() {
|
| if (buildCounterPlacementsListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.placements = buildUnnamed910();
|
| + o.placements = buildUnnamed363();
|
| }
|
| buildCounterPlacementsListResponse--;
|
| return o;
|
| @@ -5019,7 +5019,7 @@ checkPlacementsListResponse(api.PlacementsListResponse o) {
|
| if (buildCounterPlacementsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed910(o.placements);
|
| + checkUnnamed363(o.placements);
|
| }
|
| buildCounterPlacementsListResponse--;
|
| }
|
| @@ -5047,14 +5047,14 @@ checkPlatformType(api.PlatformType o) {
|
| buildCounterPlatformType--;
|
| }
|
|
|
| -buildUnnamed911() {
|
| +buildUnnamed364() {
|
| var o = new core.List<api.PlatformType>();
|
| o.add(buildPlatformType());
|
| o.add(buildPlatformType());
|
| return o;
|
| }
|
|
|
| -checkUnnamed911(core.List<api.PlatformType> o) {
|
| +checkUnnamed364(core.List<api.PlatformType> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPlatformType(o[0]);
|
| checkPlatformType(o[1]);
|
| @@ -5066,7 +5066,7 @@ buildPlatformTypesListResponse() {
|
| buildCounterPlatformTypesListResponse++;
|
| if (buildCounterPlatformTypesListResponse < 3) {
|
| o.kind = "foo";
|
| - o.platformTypes = buildUnnamed911();
|
| + o.platformTypes = buildUnnamed364();
|
| }
|
| buildCounterPlatformTypesListResponse--;
|
| return o;
|
| @@ -5076,7 +5076,7 @@ checkPlatformTypesListResponse(api.PlatformTypesListResponse o) {
|
| buildCounterPlatformTypesListResponse++;
|
| if (buildCounterPlatformTypesListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed911(o.platformTypes);
|
| + checkUnnamed364(o.platformTypes);
|
| }
|
| buildCounterPlatformTypesListResponse--;
|
| }
|
| @@ -5141,14 +5141,14 @@ checkPostalCode(api.PostalCode o) {
|
| buildCounterPostalCode--;
|
| }
|
|
|
| -buildUnnamed912() {
|
| +buildUnnamed365() {
|
| var o = new core.List<api.PostalCode>();
|
| o.add(buildPostalCode());
|
| o.add(buildPostalCode());
|
| return o;
|
| }
|
|
|
| -checkUnnamed912(core.List<api.PostalCode> o) {
|
| +checkUnnamed365(core.List<api.PostalCode> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPostalCode(o[0]);
|
| checkPostalCode(o[1]);
|
| @@ -5160,7 +5160,7 @@ buildPostalCodesListResponse() {
|
| buildCounterPostalCodesListResponse++;
|
| if (buildCounterPostalCodesListResponse < 3) {
|
| o.kind = "foo";
|
| - o.postalCodes = buildUnnamed912();
|
| + o.postalCodes = buildUnnamed365();
|
| }
|
| buildCounterPostalCodesListResponse--;
|
| return o;
|
| @@ -5170,19 +5170,19 @@ checkPostalCodesListResponse(api.PostalCodesListResponse o) {
|
| buildCounterPostalCodesListResponse++;
|
| if (buildCounterPostalCodesListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed912(o.postalCodes);
|
| + checkUnnamed365(o.postalCodes);
|
| }
|
| buildCounterPostalCodesListResponse--;
|
| }
|
|
|
| -buildUnnamed913() {
|
| +buildUnnamed366() {
|
| var o = new core.List<api.PricingSchedulePricingPeriod>();
|
| o.add(buildPricingSchedulePricingPeriod());
|
| o.add(buildPricingSchedulePricingPeriod());
|
| return o;
|
| }
|
|
|
| -checkUnnamed913(core.List<api.PricingSchedulePricingPeriod> o) {
|
| +checkUnnamed366(core.List<api.PricingSchedulePricingPeriod> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPricingSchedulePricingPeriod(o[0]);
|
| checkPricingSchedulePricingPeriod(o[1]);
|
| @@ -5198,7 +5198,7 @@ buildPricingSchedule() {
|
| o.endDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| o.flighted = true;
|
| o.floodlightActivityId = "foo";
|
| - o.pricingPeriods = buildUnnamed913();
|
| + o.pricingPeriods = buildUnnamed366();
|
| o.pricingType = "foo";
|
| o.startDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| o.testingStartDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| @@ -5215,7 +5215,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'));
|
| - checkUnnamed913(o.pricingPeriods);
|
| + checkUnnamed366(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")));
|
| @@ -5250,27 +5250,27 @@ checkPricingSchedulePricingPeriod(api.PricingSchedulePricingPeriod o) {
|
| buildCounterPricingSchedulePricingPeriod--;
|
| }
|
|
|
| -buildUnnamed914() {
|
| +buildUnnamed367() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed914(core.List<core.String> o) {
|
| +checkUnnamed367(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed915() {
|
| +buildUnnamed368() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed915(core.List<core.String> o) {
|
| +checkUnnamed368(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -5281,12 +5281,12 @@ buildProgrammaticSetting() {
|
| var o = new api.ProgrammaticSetting();
|
| buildCounterProgrammaticSetting++;
|
| if (buildCounterProgrammaticSetting < 3) {
|
| - o.adxDealIds = buildUnnamed914();
|
| + o.adxDealIds = buildUnnamed367();
|
| o.insertionOrderId = "foo";
|
| o.insertionOrderIdStatus = true;
|
| o.mediaCostNanos = "foo";
|
| o.programmatic = true;
|
| - o.traffickerEmails = buildUnnamed915();
|
| + o.traffickerEmails = buildUnnamed368();
|
| }
|
| buildCounterProgrammaticSetting--;
|
| return o;
|
| @@ -5295,76 +5295,76 @@ buildProgrammaticSetting() {
|
| checkProgrammaticSetting(api.ProgrammaticSetting o) {
|
| buildCounterProgrammaticSetting++;
|
| if (buildCounterProgrammaticSetting < 3) {
|
| - checkUnnamed914(o.adxDealIds);
|
| + checkUnnamed367(o.adxDealIds);
|
| unittest.expect(o.insertionOrderId, unittest.equals('foo'));
|
| unittest.expect(o.insertionOrderIdStatus, unittest.isTrue);
|
| unittest.expect(o.mediaCostNanos, unittest.equals('foo'));
|
| unittest.expect(o.programmatic, unittest.isTrue);
|
| - checkUnnamed915(o.traffickerEmails);
|
| + checkUnnamed368(o.traffickerEmails);
|
| }
|
| buildCounterProgrammaticSetting--;
|
| }
|
|
|
| -buildUnnamed916() {
|
| +buildUnnamed369() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed916(core.List<api.Dimension> o) {
|
| +checkUnnamed369(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed917() {
|
| +buildUnnamed370() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed917(core.List<api.Dimension> o) {
|
| +checkUnnamed370(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed918() {
|
| +buildUnnamed371() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed918(core.List<api.Metric> o) {
|
| +checkUnnamed371(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| }
|
|
|
| -buildUnnamed919() {
|
| +buildUnnamed372() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed919(core.List<api.Metric> o) {
|
| +checkUnnamed372(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| }
|
|
|
| -buildUnnamed920() {
|
| +buildUnnamed373() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed920(core.List<api.Metric> o) {
|
| +checkUnnamed373(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| @@ -5375,12 +5375,12 @@ buildReachReportCompatibleFields() {
|
| var o = new api.ReachReportCompatibleFields();
|
| buildCounterReachReportCompatibleFields++;
|
| if (buildCounterReachReportCompatibleFields < 3) {
|
| - o.dimensionFilters = buildUnnamed916();
|
| - o.dimensions = buildUnnamed917();
|
| + o.dimensionFilters = buildUnnamed369();
|
| + o.dimensions = buildUnnamed370();
|
| o.kind = "foo";
|
| - o.metrics = buildUnnamed918();
|
| - o.pivotedActivityMetrics = buildUnnamed919();
|
| - o.reachByFrequencyMetrics = buildUnnamed920();
|
| + o.metrics = buildUnnamed371();
|
| + o.pivotedActivityMetrics = buildUnnamed372();
|
| + o.reachByFrequencyMetrics = buildUnnamed373();
|
| }
|
| buildCounterReachReportCompatibleFields--;
|
| return o;
|
| @@ -5389,12 +5389,12 @@ buildReachReportCompatibleFields() {
|
| checkReachReportCompatibleFields(api.ReachReportCompatibleFields o) {
|
| buildCounterReachReportCompatibleFields++;
|
| if (buildCounterReachReportCompatibleFields < 3) {
|
| - checkUnnamed916(o.dimensionFilters);
|
| - checkUnnamed917(o.dimensions);
|
| + checkUnnamed369(o.dimensionFilters);
|
| + checkUnnamed370(o.dimensions);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed918(o.metrics);
|
| - checkUnnamed919(o.pivotedActivityMetrics);
|
| - checkUnnamed920(o.reachByFrequencyMetrics);
|
| + checkUnnamed371(o.metrics);
|
| + checkUnnamed372(o.pivotedActivityMetrics);
|
| + checkUnnamed373(o.reachByFrequencyMetrics);
|
| }
|
| buildCounterReachReportCompatibleFields--;
|
| }
|
| @@ -5451,14 +5451,14 @@ checkRegion(api.Region o) {
|
| buildCounterRegion--;
|
| }
|
|
|
| -buildUnnamed921() {
|
| +buildUnnamed374() {
|
| var o = new core.List<api.Region>();
|
| o.add(buildRegion());
|
| o.add(buildRegion());
|
| return o;
|
| }
|
|
|
| -checkUnnamed921(core.List<api.Region> o) {
|
| +checkUnnamed374(core.List<api.Region> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRegion(o[0]);
|
| checkRegion(o[1]);
|
| @@ -5470,7 +5470,7 @@ buildRegionsListResponse() {
|
| buildCounterRegionsListResponse++;
|
| if (buildCounterRegionsListResponse < 3) {
|
| o.kind = "foo";
|
| - o.regions = buildUnnamed921();
|
| + o.regions = buildUnnamed374();
|
| }
|
| buildCounterRegionsListResponse--;
|
| return o;
|
| @@ -5480,45 +5480,45 @@ checkRegionsListResponse(api.RegionsListResponse o) {
|
| buildCounterRegionsListResponse++;
|
| if (buildCounterRegionsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed921(o.regions);
|
| + checkUnnamed374(o.regions);
|
| }
|
| buildCounterRegionsListResponse--;
|
| }
|
|
|
| -buildUnnamed922() {
|
| +buildUnnamed375() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed922(core.List<api.DimensionValue> o) {
|
| +checkUnnamed375(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed923() {
|
| +buildUnnamed376() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed923(core.List<api.SortedDimension> o) {
|
| +checkUnnamed376(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed924() {
|
| +buildUnnamed377() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed924(core.List<core.String> o) {
|
| +checkUnnamed377(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -5532,9 +5532,9 @@ buildReportCriteria() {
|
| o.activities = buildActivities();
|
| o.customRichMediaEvents = buildCustomRichMediaEvents();
|
| o.dateRange = buildDateRange();
|
| - o.dimensionFilters = buildUnnamed922();
|
| - o.dimensions = buildUnnamed923();
|
| - o.metricNames = buildUnnamed924();
|
| + o.dimensionFilters = buildUnnamed375();
|
| + o.dimensions = buildUnnamed376();
|
| + o.metricNames = buildUnnamed377();
|
| }
|
| buildCounterReportCriteria--;
|
| return o;
|
| @@ -5546,60 +5546,60 @@ checkReportCriteria(api.ReportCriteria o) {
|
| checkActivities(o.activities);
|
| checkCustomRichMediaEvents(o.customRichMediaEvents);
|
| checkDateRange(o.dateRange);
|
| - checkUnnamed922(o.dimensionFilters);
|
| - checkUnnamed923(o.dimensions);
|
| - checkUnnamed924(o.metricNames);
|
| + checkUnnamed375(o.dimensionFilters);
|
| + checkUnnamed376(o.dimensions);
|
| + checkUnnamed377(o.metricNames);
|
| }
|
| buildCounterReportCriteria--;
|
| }
|
|
|
| -buildUnnamed925() {
|
| +buildUnnamed378() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed925(core.List<api.SortedDimension> o) {
|
| +checkUnnamed378(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed926() {
|
| +buildUnnamed379() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed926(core.List<api.DimensionValue> o) {
|
| +checkUnnamed379(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed927() {
|
| +buildUnnamed380() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed927(core.List<core.String> o) {
|
| +checkUnnamed380(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed928() {
|
| +buildUnnamed381() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed928(core.List<core.String> o) {
|
| +checkUnnamed381(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -5610,12 +5610,12 @@ buildReportCrossDimensionReachCriteria() {
|
| var o = new api.ReportCrossDimensionReachCriteria();
|
| buildCounterReportCrossDimensionReachCriteria++;
|
| if (buildCounterReportCrossDimensionReachCriteria < 3) {
|
| - o.breakdown = buildUnnamed925();
|
| + o.breakdown = buildUnnamed378();
|
| o.dateRange = buildDateRange();
|
| o.dimension = "foo";
|
| - o.dimensionFilters = buildUnnamed926();
|
| - o.metricNames = buildUnnamed927();
|
| - o.overlapMetricNames = buildUnnamed928();
|
| + o.dimensionFilters = buildUnnamed379();
|
| + o.metricNames = buildUnnamed380();
|
| + o.overlapMetricNames = buildUnnamed381();
|
| o.pivoted = true;
|
| }
|
| buildCounterReportCrossDimensionReachCriteria--;
|
| @@ -5625,25 +5625,25 @@ buildReportCrossDimensionReachCriteria() {
|
| checkReportCrossDimensionReachCriteria(api.ReportCrossDimensionReachCriteria o) {
|
| buildCounterReportCrossDimensionReachCriteria++;
|
| if (buildCounterReportCrossDimensionReachCriteria < 3) {
|
| - checkUnnamed925(o.breakdown);
|
| + checkUnnamed378(o.breakdown);
|
| checkDateRange(o.dateRange);
|
| unittest.expect(o.dimension, unittest.equals('foo'));
|
| - checkUnnamed926(o.dimensionFilters);
|
| - checkUnnamed927(o.metricNames);
|
| - checkUnnamed928(o.overlapMetricNames);
|
| + checkUnnamed379(o.dimensionFilters);
|
| + checkUnnamed380(o.metricNames);
|
| + checkUnnamed381(o.overlapMetricNames);
|
| unittest.expect(o.pivoted, unittest.isTrue);
|
| }
|
| buildCounterReportCrossDimensionReachCriteria--;
|
| }
|
|
|
| -buildUnnamed929() {
|
| +buildUnnamed382() {
|
| var o = new core.List<api.Recipient>();
|
| o.add(buildRecipient());
|
| o.add(buildRecipient());
|
| return o;
|
| }
|
|
|
| -checkUnnamed929(core.List<api.Recipient> o) {
|
| +checkUnnamed382(core.List<api.Recipient> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRecipient(o[0]);
|
| checkRecipient(o[1]);
|
| @@ -5657,7 +5657,7 @@ buildReportDelivery() {
|
| o.emailOwner = true;
|
| o.emailOwnerDeliveryType = "foo";
|
| o.message = "foo";
|
| - o.recipients = buildUnnamed929();
|
| + o.recipients = buildUnnamed382();
|
| }
|
| buildCounterReportDelivery--;
|
| return o;
|
| @@ -5669,58 +5669,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'));
|
| - checkUnnamed929(o.recipients);
|
| + checkUnnamed382(o.recipients);
|
| }
|
| buildCounterReportDelivery--;
|
| }
|
|
|
| -buildUnnamed930() {
|
| +buildUnnamed383() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed930(core.List<api.DimensionValue> o) {
|
| +checkUnnamed383(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed931() {
|
| +buildUnnamed384() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed931(core.List<api.DimensionValue> o) {
|
| +checkUnnamed384(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed932() {
|
| +buildUnnamed385() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed932(core.List<api.SortedDimension> o) {
|
| +checkUnnamed385(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed933() {
|
| +buildUnnamed386() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed933(core.List<core.String> o) {
|
| +checkUnnamed386(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -5754,12 +5754,12 @@ buildReportFloodlightCriteria() {
|
| var o = new api.ReportFloodlightCriteria();
|
| buildCounterReportFloodlightCriteria++;
|
| if (buildCounterReportFloodlightCriteria < 3) {
|
| - o.customRichMediaEvents = buildUnnamed930();
|
| + o.customRichMediaEvents = buildUnnamed383();
|
| o.dateRange = buildDateRange();
|
| - o.dimensionFilters = buildUnnamed931();
|
| - o.dimensions = buildUnnamed932();
|
| + o.dimensionFilters = buildUnnamed384();
|
| + o.dimensions = buildUnnamed385();
|
| o.floodlightConfigId = buildDimensionValue();
|
| - o.metricNames = buildUnnamed933();
|
| + o.metricNames = buildUnnamed386();
|
| o.reportProperties = buildReportFloodlightCriteriaReportProperties();
|
| }
|
| buildCounterReportFloodlightCriteria--;
|
| @@ -5769,90 +5769,90 @@ buildReportFloodlightCriteria() {
|
| checkReportFloodlightCriteria(api.ReportFloodlightCriteria o) {
|
| buildCounterReportFloodlightCriteria++;
|
| if (buildCounterReportFloodlightCriteria < 3) {
|
| - checkUnnamed930(o.customRichMediaEvents);
|
| + checkUnnamed383(o.customRichMediaEvents);
|
| checkDateRange(o.dateRange);
|
| - checkUnnamed931(o.dimensionFilters);
|
| - checkUnnamed932(o.dimensions);
|
| + checkUnnamed384(o.dimensionFilters);
|
| + checkUnnamed385(o.dimensions);
|
| checkDimensionValue(o.floodlightConfigId);
|
| - checkUnnamed933(o.metricNames);
|
| + checkUnnamed386(o.metricNames);
|
| checkReportFloodlightCriteriaReportProperties(o.reportProperties);
|
| }
|
| buildCounterReportFloodlightCriteria--;
|
| }
|
|
|
| -buildUnnamed934() {
|
| +buildUnnamed387() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed934(core.List<api.DimensionValue> o) {
|
| +checkUnnamed387(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed935() {
|
| +buildUnnamed388() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed935(core.List<api.SortedDimension> o) {
|
| +checkUnnamed388(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed936() {
|
| +buildUnnamed389() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed936(core.List<api.SortedDimension> o) {
|
| +checkUnnamed389(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed937() {
|
| +buildUnnamed390() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed937(core.List<api.DimensionValue> o) {
|
| +checkUnnamed390(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed938() {
|
| +buildUnnamed391() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed938(core.List<core.String> o) {
|
| +checkUnnamed391(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed939() {
|
| +buildUnnamed392() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed939(core.List<api.SortedDimension> o) {
|
| +checkUnnamed392(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| @@ -5898,14 +5898,14 @@ buildReportPathToConversionCriteria() {
|
| var o = new api.ReportPathToConversionCriteria();
|
| buildCounterReportPathToConversionCriteria++;
|
| if (buildCounterReportPathToConversionCriteria < 3) {
|
| - o.activityFilters = buildUnnamed934();
|
| - o.conversionDimensions = buildUnnamed935();
|
| - o.customFloodlightVariables = buildUnnamed936();
|
| - o.customRichMediaEvents = buildUnnamed937();
|
| + o.activityFilters = buildUnnamed387();
|
| + o.conversionDimensions = buildUnnamed388();
|
| + o.customFloodlightVariables = buildUnnamed389();
|
| + o.customRichMediaEvents = buildUnnamed390();
|
| o.dateRange = buildDateRange();
|
| o.floodlightConfigId = buildDimensionValue();
|
| - o.metricNames = buildUnnamed938();
|
| - o.perInteractionDimensions = buildUnnamed939();
|
| + o.metricNames = buildUnnamed391();
|
| + o.perInteractionDimensions = buildUnnamed392();
|
| o.reportProperties = buildReportPathToConversionCriteriaReportProperties();
|
| }
|
| buildCounterReportPathToConversionCriteria--;
|
| @@ -5915,66 +5915,66 @@ buildReportPathToConversionCriteria() {
|
| checkReportPathToConversionCriteria(api.ReportPathToConversionCriteria o) {
|
| buildCounterReportPathToConversionCriteria++;
|
| if (buildCounterReportPathToConversionCriteria < 3) {
|
| - checkUnnamed934(o.activityFilters);
|
| - checkUnnamed935(o.conversionDimensions);
|
| - checkUnnamed936(o.customFloodlightVariables);
|
| - checkUnnamed937(o.customRichMediaEvents);
|
| + checkUnnamed387(o.activityFilters);
|
| + checkUnnamed388(o.conversionDimensions);
|
| + checkUnnamed389(o.customFloodlightVariables);
|
| + checkUnnamed390(o.customRichMediaEvents);
|
| checkDateRange(o.dateRange);
|
| checkDimensionValue(o.floodlightConfigId);
|
| - checkUnnamed938(o.metricNames);
|
| - checkUnnamed939(o.perInteractionDimensions);
|
| + checkUnnamed391(o.metricNames);
|
| + checkUnnamed392(o.perInteractionDimensions);
|
| checkReportPathToConversionCriteriaReportProperties(o.reportProperties);
|
| }
|
| buildCounterReportPathToConversionCriteria--;
|
| }
|
|
|
| -buildUnnamed940() {
|
| +buildUnnamed393() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed940(core.List<api.DimensionValue> o) {
|
| +checkUnnamed393(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed941() {
|
| +buildUnnamed394() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed941(core.List<api.SortedDimension> o) {
|
| +checkUnnamed394(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed942() {
|
| +buildUnnamed395() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed942(core.List<core.String> o) {
|
| +checkUnnamed395(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed943() {
|
| +buildUnnamed396() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed943(core.List<core.String> o) {
|
| +checkUnnamed396(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -5988,11 +5988,11 @@ buildReportReachCriteria() {
|
| o.activities = buildActivities();
|
| o.customRichMediaEvents = buildCustomRichMediaEvents();
|
| o.dateRange = buildDateRange();
|
| - o.dimensionFilters = buildUnnamed940();
|
| - o.dimensions = buildUnnamed941();
|
| + o.dimensionFilters = buildUnnamed393();
|
| + o.dimensions = buildUnnamed394();
|
| o.enableAllDimensionCombinations = true;
|
| - o.metricNames = buildUnnamed942();
|
| - o.reachByFrequencyMetricNames = buildUnnamed943();
|
| + o.metricNames = buildUnnamed395();
|
| + o.reachByFrequencyMetricNames = buildUnnamed396();
|
| }
|
| buildCounterReportReachCriteria--;
|
| return o;
|
| @@ -6004,23 +6004,23 @@ checkReportReachCriteria(api.ReportReachCriteria o) {
|
| checkActivities(o.activities);
|
| checkCustomRichMediaEvents(o.customRichMediaEvents);
|
| checkDateRange(o.dateRange);
|
| - checkUnnamed940(o.dimensionFilters);
|
| - checkUnnamed941(o.dimensions);
|
| + checkUnnamed393(o.dimensionFilters);
|
| + checkUnnamed394(o.dimensions);
|
| unittest.expect(o.enableAllDimensionCombinations, unittest.isTrue);
|
| - checkUnnamed942(o.metricNames);
|
| - checkUnnamed943(o.reachByFrequencyMetricNames);
|
| + checkUnnamed395(o.metricNames);
|
| + checkUnnamed396(o.reachByFrequencyMetricNames);
|
| }
|
| buildCounterReportReachCriteria--;
|
| }
|
|
|
| -buildUnnamed944() {
|
| +buildUnnamed397() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed944(core.List<core.String> o) {
|
| +checkUnnamed397(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -6035,7 +6035,7 @@ buildReportSchedule() {
|
| o.every = 42;
|
| o.expirationDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| o.repeats = "foo";
|
| - o.repeatsOnWeekDays = buildUnnamed944();
|
| + o.repeatsOnWeekDays = buildUnnamed397();
|
| o.runsOnDayOfMonth = "foo";
|
| o.startDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| }
|
| @@ -6050,7 +6050,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'));
|
| - checkUnnamed944(o.repeatsOnWeekDays);
|
| + checkUnnamed397(o.repeatsOnWeekDays);
|
| unittest.expect(o.runsOnDayOfMonth, unittest.equals('foo'));
|
| unittest.expect(o.startDate, unittest.equals(core.DateTime.parse("2002-02-27T00:00:00")));
|
| }
|
| @@ -6110,53 +6110,53 @@ checkReport(api.Report o) {
|
| buildCounterReport--;
|
| }
|
|
|
| -buildUnnamed945() {
|
| +buildUnnamed398() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed945(core.List<api.Dimension> o) {
|
| +checkUnnamed398(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed946() {
|
| +buildUnnamed399() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed946(core.List<api.Dimension> o) {
|
| +checkUnnamed399(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed947() {
|
| +buildUnnamed400() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed947(core.List<api.Metric> o) {
|
| +checkUnnamed400(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| }
|
|
|
| -buildUnnamed948() {
|
| +buildUnnamed401() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed948(core.List<api.Metric> o) {
|
| +checkUnnamed401(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| @@ -6167,11 +6167,11 @@ buildReportCompatibleFields() {
|
| var o = new api.ReportCompatibleFields();
|
| buildCounterReportCompatibleFields++;
|
| if (buildCounterReportCompatibleFields < 3) {
|
| - o.dimensionFilters = buildUnnamed945();
|
| - o.dimensions = buildUnnamed946();
|
| + o.dimensionFilters = buildUnnamed398();
|
| + o.dimensions = buildUnnamed399();
|
| o.kind = "foo";
|
| - o.metrics = buildUnnamed947();
|
| - o.pivotedActivityMetrics = buildUnnamed948();
|
| + o.metrics = buildUnnamed400();
|
| + o.pivotedActivityMetrics = buildUnnamed401();
|
| }
|
| buildCounterReportCompatibleFields--;
|
| return o;
|
| @@ -6180,23 +6180,23 @@ buildReportCompatibleFields() {
|
| checkReportCompatibleFields(api.ReportCompatibleFields o) {
|
| buildCounterReportCompatibleFields++;
|
| if (buildCounterReportCompatibleFields < 3) {
|
| - checkUnnamed945(o.dimensionFilters);
|
| - checkUnnamed946(o.dimensions);
|
| + checkUnnamed398(o.dimensionFilters);
|
| + checkUnnamed399(o.dimensions);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed947(o.metrics);
|
| - checkUnnamed948(o.pivotedActivityMetrics);
|
| + checkUnnamed400(o.metrics);
|
| + checkUnnamed401(o.pivotedActivityMetrics);
|
| }
|
| buildCounterReportCompatibleFields--;
|
| }
|
|
|
| -buildUnnamed949() {
|
| +buildUnnamed402() {
|
| var o = new core.List<api.Report>();
|
| o.add(buildReport());
|
| o.add(buildReport());
|
| return o;
|
| }
|
|
|
| -checkUnnamed949(core.List<api.Report> o) {
|
| +checkUnnamed402(core.List<api.Report> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkReport(o[0]);
|
| checkReport(o[1]);
|
| @@ -6208,7 +6208,7 @@ buildReportList() {
|
| buildCounterReportList++;
|
| if (buildCounterReportList < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed949();
|
| + o.items = buildUnnamed402();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -6220,7 +6220,7 @@ checkReportList(api.ReportList o) {
|
| buildCounterReportList++;
|
| if (buildCounterReportList < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed949(o.items);
|
| + checkUnnamed402(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -6273,14 +6273,14 @@ checkRichMediaExitOverride(api.RichMediaExitOverride o) {
|
| buildCounterRichMediaExitOverride--;
|
| }
|
|
|
| -buildUnnamed950() {
|
| +buildUnnamed403() {
|
| var o = new core.List<api.SiteContact>();
|
| o.add(buildSiteContact());
|
| o.add(buildSiteContact());
|
| return o;
|
| }
|
|
|
| -checkUnnamed950(core.List<api.SiteContact> o) {
|
| +checkUnnamed403(core.List<api.SiteContact> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSiteContact(o[0]);
|
| checkSiteContact(o[1]);
|
| @@ -6300,7 +6300,7 @@ buildSite() {
|
| o.keyName = "foo";
|
| o.kind = "foo";
|
| o.name = "foo";
|
| - o.siteContacts = buildUnnamed950();
|
| + o.siteContacts = buildUnnamed403();
|
| o.siteSettings = buildSiteSettings();
|
| o.subaccountId = "foo";
|
| }
|
| @@ -6320,7 +6320,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'));
|
| - checkUnnamed950(o.siteContacts);
|
| + checkUnnamed403(o.siteContacts);
|
| checkSiteSettings(o.siteSettings);
|
| unittest.expect(o.subaccountId, unittest.equals('foo'));
|
| }
|
| @@ -6383,14 +6383,14 @@ checkSiteSettings(api.SiteSettings o) {
|
| buildCounterSiteSettings--;
|
| }
|
|
|
| -buildUnnamed951() {
|
| +buildUnnamed404() {
|
| var o = new core.List<api.Site>();
|
| o.add(buildSite());
|
| o.add(buildSite());
|
| return o;
|
| }
|
|
|
| -checkUnnamed951(core.List<api.Site> o) {
|
| +checkUnnamed404(core.List<api.Site> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSite(o[0]);
|
| checkSite(o[1]);
|
| @@ -6403,7 +6403,7 @@ buildSitesListResponse() {
|
| if (buildCounterSitesListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.sites = buildUnnamed951();
|
| + o.sites = buildUnnamed404();
|
| }
|
| buildCounterSitesListResponse--;
|
| return o;
|
| @@ -6414,7 +6414,7 @@ checkSitesListResponse(api.SitesListResponse o) {
|
| if (buildCounterSitesListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed951(o.sites);
|
| + checkUnnamed404(o.sites);
|
| }
|
| buildCounterSitesListResponse--;
|
| }
|
| @@ -6446,14 +6446,14 @@ checkSize(api.Size o) {
|
| buildCounterSize--;
|
| }
|
|
|
| -buildUnnamed952() {
|
| +buildUnnamed405() {
|
| var o = new core.List<api.Size>();
|
| o.add(buildSize());
|
| o.add(buildSize());
|
| return o;
|
| }
|
|
|
| -checkUnnamed952(core.List<api.Size> o) {
|
| +checkUnnamed405(core.List<api.Size> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSize(o[0]);
|
| checkSize(o[1]);
|
| @@ -6465,7 +6465,7 @@ buildSizesListResponse() {
|
| buildCounterSizesListResponse++;
|
| if (buildCounterSizesListResponse < 3) {
|
| o.kind = "foo";
|
| - o.sizes = buildUnnamed952();
|
| + o.sizes = buildUnnamed405();
|
| }
|
| buildCounterSizesListResponse--;
|
| return o;
|
| @@ -6475,7 +6475,7 @@ checkSizesListResponse(api.SizesListResponse o) {
|
| buildCounterSizesListResponse++;
|
| if (buildCounterSizesListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed952(o.sizes);
|
| + checkUnnamed405(o.sizes);
|
| }
|
| buildCounterSizesListResponse--;
|
| }
|
| @@ -6503,14 +6503,14 @@ checkSortedDimension(api.SortedDimension o) {
|
| buildCounterSortedDimension--;
|
| }
|
|
|
| -buildUnnamed953() {
|
| +buildUnnamed406() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed953(core.List<core.String> o) {
|
| +checkUnnamed406(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -6522,7 +6522,7 @@ buildSubaccount() {
|
| buildCounterSubaccount++;
|
| if (buildCounterSubaccount < 3) {
|
| o.accountId = "foo";
|
| - o.availablePermissionIds = buildUnnamed953();
|
| + o.availablePermissionIds = buildUnnamed406();
|
| o.id = "foo";
|
| o.kind = "foo";
|
| o.name = "foo";
|
| @@ -6535,7 +6535,7 @@ checkSubaccount(api.Subaccount o) {
|
| buildCounterSubaccount++;
|
| if (buildCounterSubaccount < 3) {
|
| unittest.expect(o.accountId, unittest.equals('foo'));
|
| - checkUnnamed953(o.availablePermissionIds);
|
| + checkUnnamed406(o.availablePermissionIds);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| @@ -6543,14 +6543,14 @@ checkSubaccount(api.Subaccount o) {
|
| buildCounterSubaccount--;
|
| }
|
|
|
| -buildUnnamed954() {
|
| +buildUnnamed407() {
|
| var o = new core.List<api.Subaccount>();
|
| o.add(buildSubaccount());
|
| o.add(buildSubaccount());
|
| return o;
|
| }
|
|
|
| -checkUnnamed954(core.List<api.Subaccount> o) {
|
| +checkUnnamed407(core.List<api.Subaccount> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSubaccount(o[0]);
|
| checkSubaccount(o[1]);
|
| @@ -6563,7 +6563,7 @@ buildSubaccountsListResponse() {
|
| if (buildCounterSubaccountsListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.subaccounts = buildUnnamed954();
|
| + o.subaccounts = buildUnnamed407();
|
| }
|
| buildCounterSubaccountsListResponse--;
|
| return o;
|
| @@ -6574,7 +6574,7 @@ checkSubaccountsListResponse(api.SubaccountsListResponse o) {
|
| if (buildCounterSubaccountsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed954(o.subaccounts);
|
| + checkUnnamed407(o.subaccounts);
|
| }
|
| buildCounterSubaccountsListResponse--;
|
| }
|
| @@ -6673,79 +6673,79 @@ checkTargetWindow(api.TargetWindow o) {
|
| buildCounterTargetWindow--;
|
| }
|
|
|
| -buildUnnamed955() {
|
| +buildUnnamed408() {
|
| var o = new core.List<api.Browser>();
|
| o.add(buildBrowser());
|
| o.add(buildBrowser());
|
| return o;
|
| }
|
|
|
| -checkUnnamed955(core.List<api.Browser> o) {
|
| +checkUnnamed408(core.List<api.Browser> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkBrowser(o[0]);
|
| checkBrowser(o[1]);
|
| }
|
|
|
| -buildUnnamed956() {
|
| +buildUnnamed409() {
|
| var o = new core.List<api.ConnectionType>();
|
| o.add(buildConnectionType());
|
| o.add(buildConnectionType());
|
| return o;
|
| }
|
|
|
| -checkUnnamed956(core.List<api.ConnectionType> o) {
|
| +checkUnnamed409(core.List<api.ConnectionType> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkConnectionType(o[0]);
|
| checkConnectionType(o[1]);
|
| }
|
|
|
| -buildUnnamed957() {
|
| +buildUnnamed410() {
|
| var o = new core.List<api.MobileCarrier>();
|
| o.add(buildMobileCarrier());
|
| o.add(buildMobileCarrier());
|
| return o;
|
| }
|
|
|
| -checkUnnamed957(core.List<api.MobileCarrier> o) {
|
| +checkUnnamed410(core.List<api.MobileCarrier> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMobileCarrier(o[0]);
|
| checkMobileCarrier(o[1]);
|
| }
|
|
|
| -buildUnnamed958() {
|
| +buildUnnamed411() {
|
| var o = new core.List<api.OperatingSystemVersion>();
|
| o.add(buildOperatingSystemVersion());
|
| o.add(buildOperatingSystemVersion());
|
| return o;
|
| }
|
|
|
| -checkUnnamed958(core.List<api.OperatingSystemVersion> o) {
|
| +checkUnnamed411(core.List<api.OperatingSystemVersion> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOperatingSystemVersion(o[0]);
|
| checkOperatingSystemVersion(o[1]);
|
| }
|
|
|
| -buildUnnamed959() {
|
| +buildUnnamed412() {
|
| var o = new core.List<api.OperatingSystem>();
|
| o.add(buildOperatingSystem());
|
| o.add(buildOperatingSystem());
|
| return o;
|
| }
|
|
|
| -checkUnnamed959(core.List<api.OperatingSystem> o) {
|
| +checkUnnamed412(core.List<api.OperatingSystem> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOperatingSystem(o[0]);
|
| checkOperatingSystem(o[1]);
|
| }
|
|
|
| -buildUnnamed960() {
|
| +buildUnnamed413() {
|
| var o = new core.List<api.PlatformType>();
|
| o.add(buildPlatformType());
|
| o.add(buildPlatformType());
|
| return o;
|
| }
|
|
|
| -checkUnnamed960(core.List<api.PlatformType> o) {
|
| +checkUnnamed413(core.List<api.PlatformType> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPlatformType(o[0]);
|
| checkPlatformType(o[1]);
|
| @@ -6756,12 +6756,12 @@ buildTechnologyTargeting() {
|
| var o = new api.TechnologyTargeting();
|
| buildCounterTechnologyTargeting++;
|
| if (buildCounterTechnologyTargeting < 3) {
|
| - o.browsers = buildUnnamed955();
|
| - o.connectionTypes = buildUnnamed956();
|
| - o.mobileCarriers = buildUnnamed957();
|
| - o.operatingSystemVersions = buildUnnamed958();
|
| - o.operatingSystems = buildUnnamed959();
|
| - o.platformTypes = buildUnnamed960();
|
| + o.browsers = buildUnnamed408();
|
| + o.connectionTypes = buildUnnamed409();
|
| + o.mobileCarriers = buildUnnamed410();
|
| + o.operatingSystemVersions = buildUnnamed411();
|
| + o.operatingSystems = buildUnnamed412();
|
| + o.platformTypes = buildUnnamed413();
|
| }
|
| buildCounterTechnologyTargeting--;
|
| return o;
|
| @@ -6770,12 +6770,12 @@ buildTechnologyTargeting() {
|
| checkTechnologyTargeting(api.TechnologyTargeting o) {
|
| buildCounterTechnologyTargeting++;
|
| if (buildCounterTechnologyTargeting < 3) {
|
| - checkUnnamed955(o.browsers);
|
| - checkUnnamed956(o.connectionTypes);
|
| - checkUnnamed957(o.mobileCarriers);
|
| - checkUnnamed958(o.operatingSystemVersions);
|
| - checkUnnamed959(o.operatingSystems);
|
| - checkUnnamed960(o.platformTypes);
|
| + checkUnnamed408(o.browsers);
|
| + checkUnnamed409(o.connectionTypes);
|
| + checkUnnamed410(o.mobileCarriers);
|
| + checkUnnamed411(o.operatingSystemVersions);
|
| + checkUnnamed412(o.operatingSystems);
|
| + checkUnnamed413(o.platformTypes);
|
| }
|
| buildCounterTechnologyTargeting--;
|
| }
|
| @@ -6857,14 +6857,14 @@ checkUserProfile(api.UserProfile o) {
|
| buildCounterUserProfile--;
|
| }
|
|
|
| -buildUnnamed961() {
|
| +buildUnnamed414() {
|
| var o = new core.List<api.UserProfile>();
|
| o.add(buildUserProfile());
|
| o.add(buildUserProfile());
|
| return o;
|
| }
|
|
|
| -checkUnnamed961(core.List<api.UserProfile> o) {
|
| +checkUnnamed414(core.List<api.UserProfile> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUserProfile(o[0]);
|
| checkUserProfile(o[1]);
|
| @@ -6876,7 +6876,7 @@ buildUserProfileList() {
|
| buildCounterUserProfileList++;
|
| if (buildCounterUserProfileList < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed961();
|
| + o.items = buildUnnamed414();
|
| o.kind = "foo";
|
| }
|
| buildCounterUserProfileList--;
|
| @@ -6887,20 +6887,20 @@ checkUserProfileList(api.UserProfileList o) {
|
| buildCounterUserProfileList++;
|
| if (buildCounterUserProfileList < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed961(o.items);
|
| + checkUnnamed414(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterUserProfileList--;
|
| }
|
|
|
| -buildUnnamed962() {
|
| +buildUnnamed415() {
|
| var o = new core.List<api.UserRolePermission>();
|
| o.add(buildUserRolePermission());
|
| o.add(buildUserRolePermission());
|
| return o;
|
| }
|
|
|
| -checkUnnamed962(core.List<api.UserRolePermission> o) {
|
| +checkUnnamed415(core.List<api.UserRolePermission> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUserRolePermission(o[0]);
|
| checkUserRolePermission(o[1]);
|
| @@ -6917,7 +6917,7 @@ buildUserRole() {
|
| o.kind = "foo";
|
| o.name = "foo";
|
| o.parentUserRoleId = "foo";
|
| - o.permissions = buildUnnamed962();
|
| + o.permissions = buildUnnamed415();
|
| o.subaccountId = "foo";
|
| }
|
| buildCounterUserRole--;
|
| @@ -6933,7 +6933,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'));
|
| - checkUnnamed962(o.permissions);
|
| + checkUnnamed415(o.permissions);
|
| unittest.expect(o.subaccountId, unittest.equals('foo'));
|
| }
|
| buildCounterUserRole--;
|
| @@ -6989,14 +6989,14 @@ checkUserRolePermissionGroup(api.UserRolePermissionGroup o) {
|
| buildCounterUserRolePermissionGroup--;
|
| }
|
|
|
| -buildUnnamed963() {
|
| +buildUnnamed416() {
|
| var o = new core.List<api.UserRolePermissionGroup>();
|
| o.add(buildUserRolePermissionGroup());
|
| o.add(buildUserRolePermissionGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed963(core.List<api.UserRolePermissionGroup> o) {
|
| +checkUnnamed416(core.List<api.UserRolePermissionGroup> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUserRolePermissionGroup(o[0]);
|
| checkUserRolePermissionGroup(o[1]);
|
| @@ -7008,7 +7008,7 @@ buildUserRolePermissionGroupsListResponse() {
|
| buildCounterUserRolePermissionGroupsListResponse++;
|
| if (buildCounterUserRolePermissionGroupsListResponse < 3) {
|
| o.kind = "foo";
|
| - o.userRolePermissionGroups = buildUnnamed963();
|
| + o.userRolePermissionGroups = buildUnnamed416();
|
| }
|
| buildCounterUserRolePermissionGroupsListResponse--;
|
| return o;
|
| @@ -7018,19 +7018,19 @@ checkUserRolePermissionGroupsListResponse(api.UserRolePermissionGroupsListRespon
|
| buildCounterUserRolePermissionGroupsListResponse++;
|
| if (buildCounterUserRolePermissionGroupsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed963(o.userRolePermissionGroups);
|
| + checkUnnamed416(o.userRolePermissionGroups);
|
| }
|
| buildCounterUserRolePermissionGroupsListResponse--;
|
| }
|
|
|
| -buildUnnamed964() {
|
| +buildUnnamed417() {
|
| var o = new core.List<api.UserRolePermission>();
|
| o.add(buildUserRolePermission());
|
| o.add(buildUserRolePermission());
|
| return o;
|
| }
|
|
|
| -checkUnnamed964(core.List<api.UserRolePermission> o) {
|
| +checkUnnamed417(core.List<api.UserRolePermission> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUserRolePermission(o[0]);
|
| checkUserRolePermission(o[1]);
|
| @@ -7042,7 +7042,7 @@ buildUserRolePermissionsListResponse() {
|
| buildCounterUserRolePermissionsListResponse++;
|
| if (buildCounterUserRolePermissionsListResponse < 3) {
|
| o.kind = "foo";
|
| - o.userRolePermissions = buildUnnamed964();
|
| + o.userRolePermissions = buildUnnamed417();
|
| }
|
| buildCounterUserRolePermissionsListResponse--;
|
| return o;
|
| @@ -7052,19 +7052,19 @@ checkUserRolePermissionsListResponse(api.UserRolePermissionsListResponse o) {
|
| buildCounterUserRolePermissionsListResponse++;
|
| if (buildCounterUserRolePermissionsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed964(o.userRolePermissions);
|
| + checkUnnamed417(o.userRolePermissions);
|
| }
|
| buildCounterUserRolePermissionsListResponse--;
|
| }
|
|
|
| -buildUnnamed965() {
|
| +buildUnnamed418() {
|
| var o = new core.List<api.UserRole>();
|
| o.add(buildUserRole());
|
| o.add(buildUserRole());
|
| return o;
|
| }
|
|
|
| -checkUnnamed965(core.List<api.UserRole> o) {
|
| +checkUnnamed418(core.List<api.UserRole> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUserRole(o[0]);
|
| checkUserRole(o[1]);
|
| @@ -7077,7 +7077,7 @@ buildUserRolesListResponse() {
|
| if (buildCounterUserRolesListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.userRoles = buildUnnamed965();
|
| + o.userRoles = buildUnnamed418();
|
| }
|
| buildCounterUserRolesListResponse--;
|
| return o;
|
| @@ -7088,994 +7088,994 @@ checkUserRolesListResponse(api.UserRolesListResponse o) {
|
| if (buildCounterUserRolesListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed965(o.userRoles);
|
| + checkUnnamed418(o.userRoles);
|
| }
|
| buildCounterUserRolesListResponse--;
|
| }
|
|
|
| -buildUnnamed966() {
|
| +buildUnnamed419() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed966(core.List<core.String> o) {
|
| +checkUnnamed419(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed967() {
|
| +buildUnnamed420() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed967(core.List<core.String> o) {
|
| +checkUnnamed420(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed968() {
|
| +buildUnnamed421() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed968(core.List<core.String> o) {
|
| +checkUnnamed421(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed969() {
|
| +buildUnnamed422() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed969(core.List<core.String> o) {
|
| +checkUnnamed422(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed970() {
|
| +buildUnnamed423() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed970(core.List<core.String> o) {
|
| +checkUnnamed423(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed971() {
|
| +buildUnnamed424() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed971(core.List<core.String> o) {
|
| +checkUnnamed424(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed972() {
|
| +buildUnnamed425() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed972(core.List<core.String> o) {
|
| +checkUnnamed425(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed973() {
|
| +buildUnnamed426() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed973(core.List<core.String> o) {
|
| +checkUnnamed426(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed974() {
|
| +buildUnnamed427() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed974(core.List<core.String> o) {
|
| +checkUnnamed427(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed975() {
|
| +buildUnnamed428() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed975(core.List<core.String> o) {
|
| +checkUnnamed428(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed976() {
|
| +buildUnnamed429() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed976(core.List<core.String> o) {
|
| +checkUnnamed429(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed977() {
|
| +buildUnnamed430() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed977(core.List<core.String> o) {
|
| +checkUnnamed430(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed978() {
|
| +buildUnnamed431() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed978(core.List<core.String> o) {
|
| +checkUnnamed431(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed979() {
|
| +buildUnnamed432() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed979(core.List<core.String> o) {
|
| +checkUnnamed432(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed980() {
|
| +buildUnnamed433() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed980(core.List<core.String> o) {
|
| +checkUnnamed433(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed981() {
|
| +buildUnnamed434() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed981(core.List<core.String> o) {
|
| +checkUnnamed434(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed982() {
|
| +buildUnnamed435() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed982(core.List<core.String> o) {
|
| +checkUnnamed435(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed983() {
|
| +buildUnnamed436() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed983(core.List<core.String> o) {
|
| +checkUnnamed436(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed984() {
|
| +buildUnnamed437() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed984(core.List<core.String> o) {
|
| +checkUnnamed437(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed985() {
|
| +buildUnnamed438() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed985(core.List<core.String> o) {
|
| +checkUnnamed438(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed986() {
|
| +buildUnnamed439() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed986(core.List<core.String> o) {
|
| +checkUnnamed439(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed987() {
|
| +buildUnnamed440() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed987(core.List<core.String> o) {
|
| +checkUnnamed440(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed988() {
|
| +buildUnnamed441() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed988(core.List<core.String> o) {
|
| +checkUnnamed441(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed989() {
|
| +buildUnnamed442() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed989(core.List<core.String> o) {
|
| +checkUnnamed442(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed990() {
|
| +buildUnnamed443() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed990(core.List<core.String> o) {
|
| +checkUnnamed443(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed991() {
|
| +buildUnnamed444() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed991(core.List<core.String> o) {
|
| +checkUnnamed444(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed992() {
|
| +buildUnnamed445() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed992(core.List<core.String> o) {
|
| +checkUnnamed445(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed993() {
|
| +buildUnnamed446() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed993(core.List<core.String> o) {
|
| +checkUnnamed446(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed994() {
|
| +buildUnnamed447() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed994(core.List<core.String> o) {
|
| +checkUnnamed447(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed995() {
|
| +buildUnnamed448() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed995(core.List<core.String> o) {
|
| +checkUnnamed448(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed996() {
|
| +buildUnnamed449() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed996(core.List<core.String> o) {
|
| +checkUnnamed449(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed997() {
|
| +buildUnnamed450() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed997(core.List<core.String> o) {
|
| +checkUnnamed450(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed998() {
|
| +buildUnnamed451() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed998(core.List<core.String> o) {
|
| +checkUnnamed451(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed999() {
|
| +buildUnnamed452() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed999(core.List<core.String> o) {
|
| +checkUnnamed452(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1000() {
|
| +buildUnnamed453() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1000(core.List<core.String> o) {
|
| +checkUnnamed453(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1001() {
|
| +buildUnnamed454() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1001(core.List<core.String> o) {
|
| +checkUnnamed454(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1002() {
|
| +buildUnnamed455() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1002(core.List<core.String> o) {
|
| +checkUnnamed455(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1003() {
|
| +buildUnnamed456() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1003(core.List<core.String> o) {
|
| +checkUnnamed456(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1004() {
|
| +buildUnnamed457() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1004(core.List<core.String> o) {
|
| +checkUnnamed457(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1005() {
|
| +buildUnnamed458() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1005(core.List<core.String> o) {
|
| +checkUnnamed458(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1006() {
|
| +buildUnnamed459() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1006(core.List<core.String> o) {
|
| +checkUnnamed459(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1007() {
|
| +buildUnnamed460() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1007(core.List<core.String> o) {
|
| +checkUnnamed460(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1008() {
|
| +buildUnnamed461() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1008(core.List<core.String> o) {
|
| +checkUnnamed461(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1009() {
|
| +buildUnnamed462() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1009(core.List<core.String> o) {
|
| +checkUnnamed462(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1010() {
|
| +buildUnnamed463() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1010(core.List<core.String> o) {
|
| +checkUnnamed463(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1011() {
|
| +buildUnnamed464() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1011(core.List<core.String> o) {
|
| +checkUnnamed464(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1012() {
|
| +buildUnnamed465() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1012(core.List<core.String> o) {
|
| +checkUnnamed465(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1013() {
|
| +buildUnnamed466() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1013(core.List<core.String> o) {
|
| +checkUnnamed466(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1014() {
|
| +buildUnnamed467() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1014(core.List<core.String> o) {
|
| +checkUnnamed467(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1015() {
|
| +buildUnnamed468() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1015(core.List<core.String> o) {
|
| +checkUnnamed468(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1016() {
|
| +buildUnnamed469() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1016(core.List<core.String> o) {
|
| +checkUnnamed469(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1017() {
|
| +buildUnnamed470() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1017(core.List<core.String> o) {
|
| +checkUnnamed470(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1018() {
|
| +buildUnnamed471() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1018(core.List<core.String> o) {
|
| +checkUnnamed471(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1019() {
|
| +buildUnnamed472() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1019(core.List<core.String> o) {
|
| +checkUnnamed472(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1020() {
|
| +buildUnnamed473() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1020(core.List<core.String> o) {
|
| +checkUnnamed473(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1021() {
|
| +buildUnnamed474() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1021(core.List<core.String> o) {
|
| +checkUnnamed474(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1022() {
|
| +buildUnnamed475() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1022(core.List<core.String> o) {
|
| +checkUnnamed475(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1023() {
|
| +buildUnnamed476() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1023(core.List<core.String> o) {
|
| +checkUnnamed476(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1024() {
|
| +buildUnnamed477() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1024(core.List<core.String> o) {
|
| +checkUnnamed477(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1025() {
|
| +buildUnnamed478() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1025(core.List<core.String> o) {
|
| +checkUnnamed478(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1026() {
|
| +buildUnnamed479() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1026(core.List<core.String> o) {
|
| +checkUnnamed479(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1027() {
|
| +buildUnnamed480() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1027(core.List<core.String> o) {
|
| +checkUnnamed480(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1028() {
|
| +buildUnnamed481() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1028(core.List<core.String> o) {
|
| +checkUnnamed481(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1029() {
|
| +buildUnnamed482() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1029(core.List<core.String> o) {
|
| +checkUnnamed482(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1030() {
|
| +buildUnnamed483() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1030(core.List<core.String> o) {
|
| +checkUnnamed483(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1031() {
|
| +buildUnnamed484() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1031(core.List<core.String> o) {
|
| +checkUnnamed484(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1032() {
|
| +buildUnnamed485() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1032(core.List<core.String> o) {
|
| +checkUnnamed485(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1033() {
|
| +buildUnnamed486() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1033(core.List<core.String> o) {
|
| +checkUnnamed486(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1034() {
|
| +buildUnnamed487() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1034(core.List<core.String> o) {
|
| +checkUnnamed487(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1035() {
|
| +buildUnnamed488() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1035(core.List<core.String> o) {
|
| +checkUnnamed488(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1036() {
|
| +buildUnnamed489() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1036(core.List<core.String> o) {
|
| +checkUnnamed489(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1037() {
|
| +buildUnnamed490() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1037(core.List<core.String> o) {
|
| +checkUnnamed490(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1038() {
|
| +buildUnnamed491() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1038(core.List<core.String> o) {
|
| +checkUnnamed491(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1039() {
|
| +buildUnnamed492() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1039(core.List<core.String> o) {
|
| +checkUnnamed492(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1040() {
|
| +buildUnnamed493() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1040(core.List<core.String> o) {
|
| +checkUnnamed493(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1041() {
|
| +buildUnnamed494() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1041(core.List<core.String> o) {
|
| +checkUnnamed494(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -9993,7 +9993,7 @@ main() {
|
| api.AccountUserProfilesResourceApi res = new api.DfareportingApi(mock).accountUserProfiles;
|
| var arg_profileId = "foo";
|
| var arg_active = true;
|
| - var arg_ids = buildUnnamed966();
|
| + var arg_ids = buildUnnamed419();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -10241,7 +10241,7 @@ main() {
|
| api.AccountsResourceApi res = new api.DfareportingApi(mock).accounts;
|
| var arg_profileId = "foo";
|
| var arg_active = true;
|
| - var arg_ids = buildUnnamed967();
|
| + var arg_ids = buildUnnamed420();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -10544,27 +10544,27 @@ main() {
|
| var arg_active = true;
|
| var arg_advertiserId = "foo";
|
| var arg_archived = true;
|
| - var arg_audienceSegmentIds = buildUnnamed968();
|
| - var arg_campaignIds = buildUnnamed969();
|
| + var arg_audienceSegmentIds = buildUnnamed421();
|
| + var arg_campaignIds = buildUnnamed422();
|
| var arg_compatibility = "foo";
|
| - var arg_creativeIds = buildUnnamed970();
|
| - var arg_creativeOptimizationConfigurationIds = buildUnnamed971();
|
| + var arg_creativeIds = buildUnnamed423();
|
| + var arg_creativeOptimizationConfigurationIds = buildUnnamed424();
|
| var arg_creativeType = "foo";
|
| var arg_dynamicClickTracker = true;
|
| - var arg_ids = buildUnnamed972();
|
| - var arg_landingPageIds = buildUnnamed973();
|
| + var arg_ids = buildUnnamed425();
|
| + var arg_landingPageIds = buildUnnamed426();
|
| var arg_maxResults = 42;
|
| var arg_overriddenEventTagId = "foo";
|
| var arg_pageToken = "foo";
|
| - var arg_placementIds = buildUnnamed974();
|
| - var arg_remarketingListIds = buildUnnamed975();
|
| + var arg_placementIds = buildUnnamed427();
|
| + var arg_remarketingListIds = buildUnnamed428();
|
| var arg_searchString = "foo";
|
| - var arg_sizeIds = buildUnnamed976();
|
| + var arg_sizeIds = buildUnnamed429();
|
| var arg_sortField = "foo";
|
| var arg_sortOrder = "foo";
|
| var arg_sslCompliant = true;
|
| var arg_sslRequired = true;
|
| - var arg_type = buildUnnamed977();
|
| + var arg_type = buildUnnamed430();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -10931,7 +10931,7 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.AdvertiserGroupsResourceApi res = new api.DfareportingApi(mock).advertiserGroups;
|
| var arg_profileId = "foo";
|
| - var arg_ids = buildUnnamed978();
|
| + var arg_ids = buildUnnamed431();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -11230,9 +11230,9 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.AdvertisersResourceApi res = new api.DfareportingApi(mock).advertisers;
|
| var arg_profileId = "foo";
|
| - var arg_advertiserGroupIds = buildUnnamed979();
|
| - var arg_floodlightConfigurationIds = buildUnnamed980();
|
| - var arg_ids = buildUnnamed981();
|
| + var arg_advertiserGroupIds = buildUnnamed432();
|
| + var arg_floodlightConfigurationIds = buildUnnamed433();
|
| + var arg_ids = buildUnnamed434();
|
| var arg_includeAdvertisersWithoutGroupsOnly = true;
|
| var arg_maxResults = 42;
|
| var arg_onlyParent = true;
|
| @@ -11738,12 +11738,12 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.CampaignsResourceApi res = new api.DfareportingApi(mock).campaigns;
|
| var arg_profileId = "foo";
|
| - var arg_advertiserGroupIds = buildUnnamed982();
|
| - var arg_advertiserIds = buildUnnamed983();
|
| + var arg_advertiserGroupIds = buildUnnamed435();
|
| + var arg_advertiserIds = buildUnnamed436();
|
| var arg_archived = true;
|
| var arg_atLeastOneOptimizationActivity = true;
|
| - var arg_excludedIds = buildUnnamed984();
|
| - var arg_ids = buildUnnamed985();
|
| + var arg_excludedIds = buildUnnamed437();
|
| + var arg_ids = buildUnnamed438();
|
| var arg_maxResults = 42;
|
| var arg_overriddenEventTagId = "foo";
|
| var arg_pageToken = "foo";
|
| @@ -11995,15 +11995,15 @@ main() {
|
| api.ChangeLogsResourceApi res = new api.DfareportingApi(mock).changeLogs;
|
| var arg_profileId = "foo";
|
| var arg_action = "foo";
|
| - var arg_ids = buildUnnamed986();
|
| + var arg_ids = buildUnnamed439();
|
| var arg_maxChangeTime = "foo";
|
| var arg_maxResults = 42;
|
| var arg_minChangeTime = "foo";
|
| - var arg_objectIds = buildUnnamed987();
|
| + var arg_objectIds = buildUnnamed440();
|
| var arg_objectType = "foo";
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| - var arg_userProfileIds = buildUnnamed988();
|
| + var arg_userProfileIds = buildUnnamed441();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -12071,10 +12071,10 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.CitiesResourceApi res = new api.DfareportingApi(mock).cities;
|
| var arg_profileId = "foo";
|
| - var arg_countryDartIds = buildUnnamed989();
|
| - var arg_dartIds = buildUnnamed990();
|
| + var arg_countryDartIds = buildUnnamed442();
|
| + var arg_dartIds = buildUnnamed443();
|
| var arg_namePrefix = "foo";
|
| - var arg_regionDartIds = buildUnnamed991();
|
| + var arg_regionDartIds = buildUnnamed444();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -12362,7 +12362,7 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.ContentCategoriesResourceApi res = new api.DfareportingApi(mock).contentCategories;
|
| var arg_profileId = "foo";
|
| - var arg_ids = buildUnnamed992();
|
| + var arg_ids = buildUnnamed445();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -12926,7 +12926,7 @@ main() {
|
| api.CreativeFieldValuesResourceApi res = new api.DfareportingApi(mock).creativeFieldValues;
|
| var arg_profileId = "foo";
|
| var arg_creativeFieldId = "foo";
|
| - var arg_ids = buildUnnamed993();
|
| + var arg_ids = buildUnnamed446();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -13303,8 +13303,8 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.CreativeFieldsResourceApi res = new api.DfareportingApi(mock).creativeFields;
|
| var arg_profileId = "foo";
|
| - var arg_advertiserIds = buildUnnamed994();
|
| - var arg_ids = buildUnnamed995();
|
| + var arg_advertiserIds = buildUnnamed447();
|
| + var arg_ids = buildUnnamed448();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -13604,9 +13604,9 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.CreativeGroupsResourceApi res = new api.DfareportingApi(mock).creativeGroups;
|
| var arg_profileId = "foo";
|
| - var arg_advertiserIds = buildUnnamed996();
|
| + var arg_advertiserIds = buildUnnamed449();
|
| var arg_groupNumber = 42;
|
| - var arg_ids = buildUnnamed997();
|
| + var arg_ids = buildUnnamed450();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -13911,18 +13911,18 @@ main() {
|
| var arg_advertiserId = "foo";
|
| var arg_archived = true;
|
| var arg_campaignId = "foo";
|
| - var arg_companionCreativeIds = buildUnnamed998();
|
| - var arg_creativeFieldIds = buildUnnamed999();
|
| - var arg_ids = buildUnnamed1000();
|
| + var arg_companionCreativeIds = buildUnnamed451();
|
| + var arg_creativeFieldIds = buildUnnamed452();
|
| + var arg_ids = buildUnnamed453();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| - var arg_renderingIds = buildUnnamed1001();
|
| + var arg_renderingIds = buildUnnamed454();
|
| var arg_searchString = "foo";
|
| - var arg_sizeIds = buildUnnamed1002();
|
| + var arg_sizeIds = buildUnnamed455();
|
| var arg_sortField = "foo";
|
| var arg_sortOrder = "foo";
|
| var arg_studioCreativeId = "foo";
|
| - var arg_types = buildUnnamed1003();
|
| + var arg_types = buildUnnamed456();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -14234,8 +14234,8 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.DirectorySiteContactsResourceApi res = new api.DfareportingApi(mock).directorySiteContacts;
|
| var arg_profileId = "foo";
|
| - var arg_directorySiteIds = buildUnnamed1004();
|
| - var arg_ids = buildUnnamed1005();
|
| + var arg_directorySiteIds = buildUnnamed457();
|
| + var arg_ids = buildUnnamed458();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -14368,7 +14368,7 @@ main() {
|
| var arg_active = true;
|
| var arg_countryId = "foo";
|
| var arg_dfpNetworkCode = "foo";
|
| - var arg_ids = buildUnnamed1006();
|
| + var arg_ids = buildUnnamed459();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_parentId = "foo";
|
| @@ -14619,8 +14619,8 @@ main() {
|
| var arg_campaignId = "foo";
|
| var arg_definitionsOnly = true;
|
| var arg_enabled = true;
|
| - var arg_eventTagTypes = buildUnnamed1007();
|
| - var arg_ids = buildUnnamed1008();
|
| + var arg_eventTagTypes = buildUnnamed460();
|
| + var arg_ids = buildUnnamed461();
|
| var arg_searchString = "foo";
|
| var arg_sortField = "foo";
|
| var arg_sortOrder = "foo";
|
| @@ -15158,12 +15158,12 @@ main() {
|
| api.FloodlightActivitiesResourceApi res = new api.DfareportingApi(mock).floodlightActivities;
|
| var arg_profileId = "foo";
|
| var arg_advertiserId = "foo";
|
| - var arg_floodlightActivityGroupIds = buildUnnamed1009();
|
| + var arg_floodlightActivityGroupIds = buildUnnamed462();
|
| var arg_floodlightActivityGroupName = "foo";
|
| var arg_floodlightActivityGroupTagString = "foo";
|
| var arg_floodlightActivityGroupType = "foo";
|
| var arg_floodlightConfigurationId = "foo";
|
| - var arg_ids = buildUnnamed1010();
|
| + var arg_ids = buildUnnamed463();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -15527,7 +15527,7 @@ main() {
|
| var arg_profileId = "foo";
|
| var arg_advertiserId = "foo";
|
| var arg_floodlightConfigurationId = "foo";
|
| - var arg_ids = buildUnnamed1011();
|
| + var arg_ids = buildUnnamed464();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -15773,7 +15773,7 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.FloodlightConfigurationsResourceApi res = new api.DfareportingApi(mock).floodlightConfigurations;
|
| var arg_profileId = "foo";
|
| - var arg_ids = buildUnnamed1012();
|
| + var arg_ids = buildUnnamed465();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -16680,19 +16680,19 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.PlacementGroupsResourceApi res = new api.DfareportingApi(mock).placementGroups;
|
| var arg_profileId = "foo";
|
| - var arg_advertiserIds = buildUnnamed1013();
|
| + var arg_advertiserIds = buildUnnamed466();
|
| var arg_archived = true;
|
| - var arg_campaignIds = buildUnnamed1014();
|
| - var arg_contentCategoryIds = buildUnnamed1015();
|
| - var arg_directorySiteIds = buildUnnamed1016();
|
| - var arg_ids = buildUnnamed1017();
|
| + var arg_campaignIds = buildUnnamed467();
|
| + var arg_contentCategoryIds = buildUnnamed468();
|
| + var arg_directorySiteIds = buildUnnamed469();
|
| + var arg_ids = buildUnnamed470();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_placementGroupType = "foo";
|
| - var arg_placementStrategyIds = buildUnnamed1018();
|
| - var arg_pricingTypes = buildUnnamed1019();
|
| + var arg_placementStrategyIds = buildUnnamed471();
|
| + var arg_pricingTypes = buildUnnamed472();
|
| var arg_searchString = "foo";
|
| - var arg_siteIds = buildUnnamed1020();
|
| + var arg_siteIds = buildUnnamed473();
|
| var arg_sortField = "foo";
|
| var arg_sortOrder = "foo";
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| @@ -17052,7 +17052,7 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.PlacementStrategiesResourceApi res = new api.DfareportingApi(mock).placementStrategies;
|
| var arg_profileId = "foo";
|
| - var arg_ids = buildUnnamed1021();
|
| + var arg_ids = buildUnnamed474();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -17238,8 +17238,8 @@ main() {
|
| api.PlacementsResourceApi res = new api.DfareportingApi(mock).placements;
|
| var arg_profileId = "foo";
|
| var arg_campaignId = "foo";
|
| - var arg_placementIds = buildUnnamed1022();
|
| - var arg_tagFormats = buildUnnamed1023();
|
| + var arg_placementIds = buildUnnamed475();
|
| + var arg_tagFormats = buildUnnamed476();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -17410,22 +17410,22 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.PlacementsResourceApi res = new api.DfareportingApi(mock).placements;
|
| var arg_profileId = "foo";
|
| - var arg_advertiserIds = buildUnnamed1024();
|
| + var arg_advertiserIds = buildUnnamed477();
|
| var arg_archived = true;
|
| - var arg_campaignIds = buildUnnamed1025();
|
| - var arg_compatibilities = buildUnnamed1026();
|
| - var arg_contentCategoryIds = buildUnnamed1027();
|
| - var arg_directorySiteIds = buildUnnamed1028();
|
| - var arg_groupIds = buildUnnamed1029();
|
| - var arg_ids = buildUnnamed1030();
|
| + var arg_campaignIds = buildUnnamed478();
|
| + var arg_compatibilities = buildUnnamed479();
|
| + var arg_contentCategoryIds = buildUnnamed480();
|
| + var arg_directorySiteIds = buildUnnamed481();
|
| + var arg_groupIds = buildUnnamed482();
|
| + var arg_ids = buildUnnamed483();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_paymentSource = "foo";
|
| - var arg_placementStrategyIds = buildUnnamed1031();
|
| - var arg_pricingTypes = buildUnnamed1032();
|
| + var arg_placementStrategyIds = buildUnnamed484();
|
| + var arg_pricingTypes = buildUnnamed485();
|
| var arg_searchString = "foo";
|
| - var arg_siteIds = buildUnnamed1033();
|
| - var arg_sizeIds = buildUnnamed1034();
|
| + var arg_siteIds = buildUnnamed486();
|
| + var arg_sizeIds = buildUnnamed487();
|
| var arg_sortField = "foo";
|
| var arg_sortOrder = "foo";
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| @@ -18531,9 +18531,9 @@ main() {
|
| var arg_acceptsPublisherPaidPlacements = true;
|
| var arg_adWordsSite = true;
|
| var arg_approved = true;
|
| - var arg_campaignIds = buildUnnamed1035();
|
| - var arg_directorySiteIds = buildUnnamed1036();
|
| - var arg_ids = buildUnnamed1037();
|
| + var arg_campaignIds = buildUnnamed488();
|
| + var arg_directorySiteIds = buildUnnamed489();
|
| + var arg_ids = buildUnnamed490();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -18845,7 +18845,7 @@ main() {
|
| var arg_profileId = "foo";
|
| var arg_height = 42;
|
| var arg_iabStandard = true;
|
| - var arg_ids = buildUnnamed1038();
|
| + var arg_ids = buildUnnamed491();
|
| var arg_width = 42;
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| @@ -19022,7 +19022,7 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.SubaccountsResourceApi res = new api.DfareportingApi(mock).subaccounts;
|
| var arg_profileId = "foo";
|
| - var arg_ids = buildUnnamed1039();
|
| + var arg_ids = buildUnnamed492();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -19476,7 +19476,7 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.UserRolePermissionsResourceApi res = new api.DfareportingApi(mock).userRolePermissions;
|
| var arg_profileId = "foo";
|
| - var arg_ids = buildUnnamed1040();
|
| + var arg_ids = buildUnnamed493();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -19705,7 +19705,7 @@ main() {
|
| api.UserRolesResourceApi res = new api.DfareportingApi(mock).userRoles;
|
| var arg_profileId = "foo";
|
| var arg_accountUserRoleOnly = true;
|
| - var arg_ids = buildUnnamed1041();
|
| + var arg_ids = buildUnnamed494();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
|
|