| Index: generated/googleapis/test/dfareporting/v2_3_test.dart
|
| diff --git a/generated/googleapis/test/dfareporting/v2_3_test.dart b/generated/googleapis/test/dfareporting/v2_3_test.dart
|
| index 4da00d794a76ff6158d700c4641ad4cab3bb9521..bd76b4b7d310bc8e1ba59c7bb5e7b45d7ca0935a 100644
|
| --- a/generated/googleapis/test/dfareporting/v2_3_test.dart
|
| +++ b/generated/googleapis/test/dfareporting/v2_3_test.dart
|
| @@ -51,27 +51,27 @@ http.StreamedResponse stringResponse(
|
| return new http.StreamedResponse(stream, status, headers: headers);
|
| }
|
|
|
| -buildUnnamed1293() {
|
| +buildUnnamed1738() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1293(core.List<core.String> o) {
|
| +checkUnnamed1738(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1294() {
|
| +buildUnnamed1739() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1294(core.List<core.String> o) {
|
| +checkUnnamed1739(core.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 = buildUnnamed1293();
|
| + o.accountPermissionIds = buildUnnamed1738();
|
| o.accountProfile = "foo";
|
| o.active = true;
|
| o.activeAdsLimitTier = "foo";
|
| o.activeViewOptOut = true;
|
| - o.availablePermissionIds = buildUnnamed1294();
|
| + o.availablePermissionIds = buildUnnamed1739();
|
| o.comscoreVceEnabled = true;
|
| o.countryId = "foo";
|
| o.currencyId = "foo";
|
| @@ -109,12 +109,12 @@ buildAccount() {
|
| checkAccount(api.Account o) {
|
| buildCounterAccount++;
|
| if (buildCounterAccount < 3) {
|
| - checkUnnamed1293(o.accountPermissionIds);
|
| + checkUnnamed1738(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);
|
| - checkUnnamed1294(o.availablePermissionIds);
|
| + checkUnnamed1739(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--;
|
| }
|
|
|
| -buildUnnamed1295() {
|
| +buildUnnamed1740() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1295(core.List<core.String> o) {
|
| +checkUnnamed1740(core.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 = buildUnnamed1295();
|
| + o.accountProfiles = buildUnnamed1740();
|
| o.id = "foo";
|
| o.kind = "foo";
|
| o.level = "foo";
|
| @@ -191,7 +191,7 @@ buildAccountPermission() {
|
| checkAccountPermission(api.AccountPermission o) {
|
| buildCounterAccountPermission++;
|
| if (buildCounterAccountPermission < 3) {
|
| - checkUnnamed1295(o.accountProfiles);
|
| + checkUnnamed1740(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--;
|
| }
|
|
|
| -buildUnnamed1296() {
|
| +buildUnnamed1741() {
|
| var o = new core.List<api.AccountPermissionGroup>();
|
| o.add(buildAccountPermissionGroup());
|
| o.add(buildAccountPermissionGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1296(core.List<api.AccountPermissionGroup> o) {
|
| +checkUnnamed1741(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 = buildUnnamed1296();
|
| + o.accountPermissionGroups = buildUnnamed1741();
|
| o.kind = "foo";
|
| }
|
| buildCounterAccountPermissionGroupsListResponse--;
|
| @@ -252,20 +252,20 @@ buildAccountPermissionGroupsListResponse() {
|
| checkAccountPermissionGroupsListResponse(api.AccountPermissionGroupsListResponse o) {
|
| buildCounterAccountPermissionGroupsListResponse++;
|
| if (buildCounterAccountPermissionGroupsListResponse < 3) {
|
| - checkUnnamed1296(o.accountPermissionGroups);
|
| + checkUnnamed1741(o.accountPermissionGroups);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterAccountPermissionGroupsListResponse--;
|
| }
|
|
|
| -buildUnnamed1297() {
|
| +buildUnnamed1742() {
|
| var o = new core.List<api.AccountPermission>();
|
| o.add(buildAccountPermission());
|
| o.add(buildAccountPermission());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1297(core.List<api.AccountPermission> o) {
|
| +checkUnnamed1742(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 = buildUnnamed1297();
|
| + o.accountPermissions = buildUnnamed1742();
|
| o.kind = "foo";
|
| }
|
| buildCounterAccountPermissionsListResponse--;
|
| @@ -286,7 +286,7 @@ buildAccountPermissionsListResponse() {
|
| checkAccountPermissionsListResponse(api.AccountPermissionsListResponse o) {
|
| buildCounterAccountPermissionsListResponse++;
|
| if (buildCounterAccountPermissionsListResponse < 3) {
|
| - checkUnnamed1297(o.accountPermissions);
|
| + checkUnnamed1742(o.accountPermissions);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterAccountPermissionsListResponse--;
|
| @@ -341,14 +341,14 @@ checkAccountUserProfile(api.AccountUserProfile o) {
|
| buildCounterAccountUserProfile--;
|
| }
|
|
|
| -buildUnnamed1298() {
|
| +buildUnnamed1743() {
|
| var o = new core.List<api.AccountUserProfile>();
|
| o.add(buildAccountUserProfile());
|
| o.add(buildAccountUserProfile());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1298(core.List<api.AccountUserProfile> o) {
|
| +checkUnnamed1743(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 = buildUnnamed1298();
|
| + o.accountUserProfiles = buildUnnamed1743();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -370,21 +370,21 @@ buildAccountUserProfilesListResponse() {
|
| checkAccountUserProfilesListResponse(api.AccountUserProfilesListResponse o) {
|
| buildCounterAccountUserProfilesListResponse++;
|
| if (buildCounterAccountUserProfilesListResponse < 3) {
|
| - checkUnnamed1298(o.accountUserProfiles);
|
| + checkUnnamed1743(o.accountUserProfiles);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterAccountUserProfilesListResponse--;
|
| }
|
|
|
| -buildUnnamed1299() {
|
| +buildUnnamed1744() {
|
| var o = new core.List<api.Account>();
|
| o.add(buildAccount());
|
| o.add(buildAccount());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1299(core.List<api.Account> o) {
|
| +checkUnnamed1744(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 = buildUnnamed1299();
|
| + o.accounts = buildUnnamed1744();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -406,34 +406,34 @@ buildAccountsListResponse() {
|
| checkAccountsListResponse(api.AccountsListResponse o) {
|
| buildCounterAccountsListResponse++;
|
| if (buildCounterAccountsListResponse < 3) {
|
| - checkUnnamed1299(o.accounts);
|
| + checkUnnamed1744(o.accounts);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterAccountsListResponse--;
|
| }
|
|
|
| -buildUnnamed1300() {
|
| +buildUnnamed1745() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1300(core.List<api.DimensionValue> o) {
|
| +checkUnnamed1745(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed1301() {
|
| +buildUnnamed1746() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1301(core.List<core.String> o) {
|
| +checkUnnamed1746(core.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 = buildUnnamed1300();
|
| + o.filters = buildUnnamed1745();
|
| o.kind = "foo";
|
| - o.metricNames = buildUnnamed1301();
|
| + o.metricNames = buildUnnamed1746();
|
| }
|
| buildCounterActivities--;
|
| return o;
|
| @@ -455,47 +455,47 @@ buildActivities() {
|
| checkActivities(api.Activities o) {
|
| buildCounterActivities++;
|
| if (buildCounterActivities < 3) {
|
| - checkUnnamed1300(o.filters);
|
| + checkUnnamed1745(o.filters);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1301(o.metricNames);
|
| + checkUnnamed1746(o.metricNames);
|
| }
|
| buildCounterActivities--;
|
| }
|
|
|
| -buildUnnamed1302() {
|
| +buildUnnamed1747() {
|
| var o = new core.List<api.CreativeGroupAssignment>();
|
| o.add(buildCreativeGroupAssignment());
|
| o.add(buildCreativeGroupAssignment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1302(core.List<api.CreativeGroupAssignment> o) {
|
| +checkUnnamed1747(core.List<api.CreativeGroupAssignment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeGroupAssignment(o[0]);
|
| checkCreativeGroupAssignment(o[1]);
|
| }
|
|
|
| -buildUnnamed1303() {
|
| +buildUnnamed1748() {
|
| var o = new core.List<api.EventTagOverride>();
|
| o.add(buildEventTagOverride());
|
| o.add(buildEventTagOverride());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1303(core.List<api.EventTagOverride> o) {
|
| +checkUnnamed1748(core.List<api.EventTagOverride> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEventTagOverride(o[0]);
|
| checkEventTagOverride(o[1]);
|
| }
|
|
|
| -buildUnnamed1304() {
|
| +buildUnnamed1749() {
|
| var o = new core.List<api.PlacementAssignment>();
|
| o.add(buildPlacementAssignment());
|
| o.add(buildPlacementAssignment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1304(core.List<api.PlacementAssignment> o) {
|
| +checkUnnamed1749(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 = buildUnnamed1302();
|
| + o.creativeGroupAssignments = buildUnnamed1747();
|
| 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 = buildUnnamed1303();
|
| + o.eventTagOverrides = buildUnnamed1748();
|
| 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 = buildUnnamed1304();
|
| + o.placementAssignments = buildUnnamed1749();
|
| 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);
|
| - checkUnnamed1302(o.creativeGroupAssignments);
|
| + checkUnnamed1747(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")));
|
| - checkUnnamed1303(o.eventTagOverrides);
|
| + checkUnnamed1748(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'));
|
| - checkUnnamed1304(o.placementAssignments);
|
| + checkUnnamed1749(o.placementAssignments);
|
| checkListTargetingExpression(o.remarketingListExpression);
|
| checkSize(o.size);
|
| unittest.expect(o.sslCompliant, unittest.isTrue);
|
| @@ -625,14 +625,14 @@ checkAdSlot(api.AdSlot o) {
|
| buildCounterAdSlot--;
|
| }
|
|
|
| -buildUnnamed1305() {
|
| +buildUnnamed1750() {
|
| var o = new core.List<api.Ad>();
|
| o.add(buildAd());
|
| o.add(buildAd());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1305(core.List<api.Ad> o) {
|
| +checkUnnamed1750(core.List<api.Ad> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAd(o[0]);
|
| checkAd(o[1]);
|
| @@ -643,7 +643,7 @@ buildAdsListResponse() {
|
| var o = new api.AdsListResponse();
|
| buildCounterAdsListResponse++;
|
| if (buildCounterAdsListResponse < 3) {
|
| - o.ads = buildUnnamed1305();
|
| + o.ads = buildUnnamed1750();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -654,7 +654,7 @@ buildAdsListResponse() {
|
| checkAdsListResponse(api.AdsListResponse o) {
|
| buildCounterAdsListResponse++;
|
| if (buildCounterAdsListResponse < 3) {
|
| - checkUnnamed1305(o.ads);
|
| + checkUnnamed1750(o.ads);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -733,14 +733,14 @@ checkAdvertiserGroup(api.AdvertiserGroup o) {
|
| buildCounterAdvertiserGroup--;
|
| }
|
|
|
| -buildUnnamed1306() {
|
| +buildUnnamed1751() {
|
| var o = new core.List<api.AdvertiserGroup>();
|
| o.add(buildAdvertiserGroup());
|
| o.add(buildAdvertiserGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1306(core.List<api.AdvertiserGroup> o) {
|
| +checkUnnamed1751(core.List<api.AdvertiserGroup> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAdvertiserGroup(o[0]);
|
| checkAdvertiserGroup(o[1]);
|
| @@ -751,7 +751,7 @@ buildAdvertiserGroupsListResponse() {
|
| var o = new api.AdvertiserGroupsListResponse();
|
| buildCounterAdvertiserGroupsListResponse++;
|
| if (buildCounterAdvertiserGroupsListResponse < 3) {
|
| - o.advertiserGroups = buildUnnamed1306();
|
| + o.advertiserGroups = buildUnnamed1751();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -762,21 +762,21 @@ buildAdvertiserGroupsListResponse() {
|
| checkAdvertiserGroupsListResponse(api.AdvertiserGroupsListResponse o) {
|
| buildCounterAdvertiserGroupsListResponse++;
|
| if (buildCounterAdvertiserGroupsListResponse < 3) {
|
| - checkUnnamed1306(o.advertiserGroups);
|
| + checkUnnamed1751(o.advertiserGroups);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterAdvertiserGroupsListResponse--;
|
| }
|
|
|
| -buildUnnamed1307() {
|
| +buildUnnamed1752() {
|
| var o = new core.List<api.Advertiser>();
|
| o.add(buildAdvertiser());
|
| o.add(buildAdvertiser());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1307(core.List<api.Advertiser> o) {
|
| +checkUnnamed1752(core.List<api.Advertiser> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAdvertiser(o[0]);
|
| checkAdvertiser(o[1]);
|
| @@ -787,7 +787,7 @@ buildAdvertisersListResponse() {
|
| var o = new api.AdvertisersListResponse();
|
| buildCounterAdvertisersListResponse++;
|
| if (buildCounterAdvertisersListResponse < 3) {
|
| - o.advertisers = buildUnnamed1307();
|
| + o.advertisers = buildUnnamed1752();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -798,7 +798,7 @@ buildAdvertisersListResponse() {
|
| checkAdvertisersListResponse(api.AdvertisersListResponse o) {
|
| buildCounterAdvertisersListResponse++;
|
| if (buildCounterAdvertisersListResponse < 3) {
|
| - checkUnnamed1307(o.advertisers);
|
| + checkUnnamed1752(o.advertisers);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -828,14 +828,14 @@ checkAudienceSegment(api.AudienceSegment o) {
|
| buildCounterAudienceSegment--;
|
| }
|
|
|
| -buildUnnamed1308() {
|
| +buildUnnamed1753() {
|
| var o = new core.List<api.AudienceSegment>();
|
| o.add(buildAudienceSegment());
|
| o.add(buildAudienceSegment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1308(core.List<api.AudienceSegment> o) {
|
| +checkUnnamed1753(core.List<api.AudienceSegment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAudienceSegment(o[0]);
|
| checkAudienceSegment(o[1]);
|
| @@ -846,7 +846,7 @@ buildAudienceSegmentGroup() {
|
| var o = new api.AudienceSegmentGroup();
|
| buildCounterAudienceSegmentGroup++;
|
| if (buildCounterAudienceSegmentGroup < 3) {
|
| - o.audienceSegments = buildUnnamed1308();
|
| + o.audienceSegments = buildUnnamed1753();
|
| o.id = "foo";
|
| o.name = "foo";
|
| }
|
| @@ -857,7 +857,7 @@ buildAudienceSegmentGroup() {
|
| checkAudienceSegmentGroup(api.AudienceSegmentGroup o) {
|
| buildCounterAudienceSegmentGroup++;
|
| if (buildCounterAudienceSegmentGroup < 3) {
|
| - checkUnnamed1308(o.audienceSegments);
|
| + checkUnnamed1753(o.audienceSegments);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| }
|
| @@ -893,14 +893,14 @@ checkBrowser(api.Browser o) {
|
| buildCounterBrowser--;
|
| }
|
|
|
| -buildUnnamed1309() {
|
| +buildUnnamed1754() {
|
| var o = new core.List<api.Browser>();
|
| o.add(buildBrowser());
|
| o.add(buildBrowser());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1309(core.List<api.Browser> o) {
|
| +checkUnnamed1754(core.List<api.Browser> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkBrowser(o[0]);
|
| checkBrowser(o[1]);
|
| @@ -911,7 +911,7 @@ buildBrowsersListResponse() {
|
| var o = new api.BrowsersListResponse();
|
| buildCounterBrowsersListResponse++;
|
| if (buildCounterBrowsersListResponse < 3) {
|
| - o.browsers = buildUnnamed1309();
|
| + o.browsers = buildUnnamed1754();
|
| o.kind = "foo";
|
| }
|
| buildCounterBrowsersListResponse--;
|
| @@ -921,72 +921,72 @@ buildBrowsersListResponse() {
|
| checkBrowsersListResponse(api.BrowsersListResponse o) {
|
| buildCounterBrowsersListResponse++;
|
| if (buildCounterBrowsersListResponse < 3) {
|
| - checkUnnamed1309(o.browsers);
|
| + checkUnnamed1754(o.browsers);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterBrowsersListResponse--;
|
| }
|
|
|
| -buildUnnamed1310() {
|
| +buildUnnamed1755() {
|
| var o = new core.List<api.CreativeOptimizationConfiguration>();
|
| o.add(buildCreativeOptimizationConfiguration());
|
| o.add(buildCreativeOptimizationConfiguration());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1310(core.List<api.CreativeOptimizationConfiguration> o) {
|
| +checkUnnamed1755(core.List<api.CreativeOptimizationConfiguration> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeOptimizationConfiguration(o[0]);
|
| checkCreativeOptimizationConfiguration(o[1]);
|
| }
|
|
|
| -buildUnnamed1311() {
|
| +buildUnnamed1756() {
|
| var o = new core.List<api.AudienceSegmentGroup>();
|
| o.add(buildAudienceSegmentGroup());
|
| o.add(buildAudienceSegmentGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1311(core.List<api.AudienceSegmentGroup> o) {
|
| +checkUnnamed1756(core.List<api.AudienceSegmentGroup> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAudienceSegmentGroup(o[0]);
|
| checkAudienceSegmentGroup(o[1]);
|
| }
|
|
|
| -buildUnnamed1312() {
|
| +buildUnnamed1757() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1312(core.List<core.String> o) {
|
| +checkUnnamed1757(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1313() {
|
| +buildUnnamed1758() {
|
| var o = new core.List<api.EventTagOverride>();
|
| o.add(buildEventTagOverride());
|
| o.add(buildEventTagOverride());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1313(core.List<api.EventTagOverride> o) {
|
| +checkUnnamed1758(core.List<api.EventTagOverride> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEventTagOverride(o[0]);
|
| checkEventTagOverride(o[1]);
|
| }
|
|
|
| -buildUnnamed1314() {
|
| +buildUnnamed1759() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1314(core.List<core.String> o) {
|
| +checkUnnamed1759(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -998,22 +998,22 @@ buildCampaign() {
|
| buildCounterCampaign++;
|
| if (buildCounterCampaign < 3) {
|
| o.accountId = "foo";
|
| - o.additionalCreativeOptimizationConfigurations = buildUnnamed1310();
|
| + o.additionalCreativeOptimizationConfigurations = buildUnnamed1755();
|
| o.advertiserGroupId = "foo";
|
| o.advertiserId = "foo";
|
| o.advertiserIdDimensionValue = buildDimensionValue();
|
| o.archived = true;
|
| - o.audienceSegmentGroups = buildUnnamed1311();
|
| + o.audienceSegmentGroups = buildUnnamed1756();
|
| o.billingInvoiceCode = "foo";
|
| o.clickThroughUrlSuffixProperties = buildClickThroughUrlSuffixProperties();
|
| o.comment = "foo";
|
| o.comscoreVceEnabled = true;
|
| o.createInfo = buildLastModifiedInfo();
|
| - o.creativeGroupIds = buildUnnamed1312();
|
| + o.creativeGroupIds = buildUnnamed1757();
|
| o.creativeOptimizationConfiguration = buildCreativeOptimizationConfiguration();
|
| o.defaultClickThroughEventTagProperties = buildDefaultClickThroughEventTagProperties();
|
| o.endDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| - o.eventTagOverrides = buildUnnamed1313();
|
| + o.eventTagOverrides = buildUnnamed1758();
|
| o.externalId = "foo";
|
| o.id = "foo";
|
| o.idDimensionValue = buildDimensionValue();
|
| @@ -1024,7 +1024,7 @@ buildCampaign() {
|
| o.nielsenOcrEnabled = true;
|
| o.startDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| o.subaccountId = "foo";
|
| - o.traffickerEmails = buildUnnamed1314();
|
| + o.traffickerEmails = buildUnnamed1759();
|
| }
|
| buildCounterCampaign--;
|
| return o;
|
| @@ -1034,22 +1034,22 @@ checkCampaign(api.Campaign o) {
|
| buildCounterCampaign++;
|
| if (buildCounterCampaign < 3) {
|
| unittest.expect(o.accountId, unittest.equals('foo'));
|
| - checkUnnamed1310(o.additionalCreativeOptimizationConfigurations);
|
| + checkUnnamed1755(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);
|
| - checkUnnamed1311(o.audienceSegmentGroups);
|
| + checkUnnamed1756(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);
|
| - checkUnnamed1312(o.creativeGroupIds);
|
| + checkUnnamed1757(o.creativeGroupIds);
|
| checkCreativeOptimizationConfiguration(o.creativeOptimizationConfiguration);
|
| checkDefaultClickThroughEventTagProperties(o.defaultClickThroughEventTagProperties);
|
| unittest.expect(o.endDate, unittest.equals(core.DateTime.parse("2002-02-27T00:00:00")));
|
| - checkUnnamed1313(o.eventTagOverrides);
|
| + checkUnnamed1758(o.eventTagOverrides);
|
| unittest.expect(o.externalId, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| checkDimensionValue(o.idDimensionValue);
|
| @@ -1060,7 +1060,7 @@ checkCampaign(api.Campaign o) {
|
| unittest.expect(o.nielsenOcrEnabled, unittest.isTrue);
|
| unittest.expect(o.startDate, unittest.equals(core.DateTime.parse("2002-02-27T00:00:00")));
|
| unittest.expect(o.subaccountId, unittest.equals('foo'));
|
| - checkUnnamed1314(o.traffickerEmails);
|
| + checkUnnamed1759(o.traffickerEmails);
|
| }
|
| buildCounterCampaign--;
|
| }
|
| @@ -1086,14 +1086,14 @@ checkCampaignCreativeAssociation(api.CampaignCreativeAssociation o) {
|
| buildCounterCampaignCreativeAssociation--;
|
| }
|
|
|
| -buildUnnamed1315() {
|
| +buildUnnamed1760() {
|
| var o = new core.List<api.CampaignCreativeAssociation>();
|
| o.add(buildCampaignCreativeAssociation());
|
| o.add(buildCampaignCreativeAssociation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1315(core.List<api.CampaignCreativeAssociation> o) {
|
| +checkUnnamed1760(core.List<api.CampaignCreativeAssociation> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCampaignCreativeAssociation(o[0]);
|
| checkCampaignCreativeAssociation(o[1]);
|
| @@ -1104,7 +1104,7 @@ buildCampaignCreativeAssociationsListResponse() {
|
| var o = new api.CampaignCreativeAssociationsListResponse();
|
| buildCounterCampaignCreativeAssociationsListResponse++;
|
| if (buildCounterCampaignCreativeAssociationsListResponse < 3) {
|
| - o.campaignCreativeAssociations = buildUnnamed1315();
|
| + o.campaignCreativeAssociations = buildUnnamed1760();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -1115,21 +1115,21 @@ buildCampaignCreativeAssociationsListResponse() {
|
| checkCampaignCreativeAssociationsListResponse(api.CampaignCreativeAssociationsListResponse o) {
|
| buildCounterCampaignCreativeAssociationsListResponse++;
|
| if (buildCounterCampaignCreativeAssociationsListResponse < 3) {
|
| - checkUnnamed1315(o.campaignCreativeAssociations);
|
| + checkUnnamed1760(o.campaignCreativeAssociations);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterCampaignCreativeAssociationsListResponse--;
|
| }
|
|
|
| -buildUnnamed1316() {
|
| +buildUnnamed1761() {
|
| var o = new core.List<api.Campaign>();
|
| o.add(buildCampaign());
|
| o.add(buildCampaign());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1316(core.List<api.Campaign> o) {
|
| +checkUnnamed1761(core.List<api.Campaign> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCampaign(o[0]);
|
| checkCampaign(o[1]);
|
| @@ -1140,7 +1140,7 @@ buildCampaignsListResponse() {
|
| var o = new api.CampaignsListResponse();
|
| buildCounterCampaignsListResponse++;
|
| if (buildCounterCampaignsListResponse < 3) {
|
| - o.campaigns = buildUnnamed1316();
|
| + o.campaigns = buildUnnamed1761();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -1151,7 +1151,7 @@ buildCampaignsListResponse() {
|
| checkCampaignsListResponse(api.CampaignsListResponse o) {
|
| buildCounterCampaignsListResponse++;
|
| if (buildCounterCampaignsListResponse < 3) {
|
| - checkUnnamed1316(o.campaigns);
|
| + checkUnnamed1761(o.campaigns);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -1203,14 +1203,14 @@ checkChangeLog(api.ChangeLog o) {
|
| buildCounterChangeLog--;
|
| }
|
|
|
| -buildUnnamed1317() {
|
| +buildUnnamed1762() {
|
| var o = new core.List<api.ChangeLog>();
|
| o.add(buildChangeLog());
|
| o.add(buildChangeLog());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1317(core.List<api.ChangeLog> o) {
|
| +checkUnnamed1762(core.List<api.ChangeLog> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkChangeLog(o[0]);
|
| checkChangeLog(o[1]);
|
| @@ -1221,7 +1221,7 @@ buildChangeLogsListResponse() {
|
| var o = new api.ChangeLogsListResponse();
|
| buildCounterChangeLogsListResponse++;
|
| if (buildCounterChangeLogsListResponse < 3) {
|
| - o.changeLogs = buildUnnamed1317();
|
| + o.changeLogs = buildUnnamed1762();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -1232,21 +1232,21 @@ buildChangeLogsListResponse() {
|
| checkChangeLogsListResponse(api.ChangeLogsListResponse o) {
|
| buildCounterChangeLogsListResponse++;
|
| if (buildCounterChangeLogsListResponse < 3) {
|
| - checkUnnamed1317(o.changeLogs);
|
| + checkUnnamed1762(o.changeLogs);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterChangeLogsListResponse--;
|
| }
|
|
|
| -buildUnnamed1318() {
|
| +buildUnnamed1763() {
|
| var o = new core.List<api.City>();
|
| o.add(buildCity());
|
| o.add(buildCity());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1318(core.List<api.City> o) {
|
| +checkUnnamed1763(core.List<api.City> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCity(o[0]);
|
| checkCity(o[1]);
|
| @@ -1257,7 +1257,7 @@ buildCitiesListResponse() {
|
| var o = new api.CitiesListResponse();
|
| buildCounterCitiesListResponse++;
|
| if (buildCounterCitiesListResponse < 3) {
|
| - o.cities = buildUnnamed1318();
|
| + o.cities = buildUnnamed1763();
|
| o.kind = "foo";
|
| }
|
| buildCounterCitiesListResponse--;
|
| @@ -1267,7 +1267,7 @@ buildCitiesListResponse() {
|
| checkCitiesListResponse(api.CitiesListResponse o) {
|
| buildCounterCitiesListResponse++;
|
| if (buildCounterCitiesListResponse < 3) {
|
| - checkUnnamed1318(o.cities);
|
| + checkUnnamed1763(o.cities);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterCitiesListResponse--;
|
| @@ -1450,14 +1450,14 @@ checkConnectionType(api.ConnectionType o) {
|
| buildCounterConnectionType--;
|
| }
|
|
|
| -buildUnnamed1319() {
|
| +buildUnnamed1764() {
|
| var o = new core.List<api.ConnectionType>();
|
| o.add(buildConnectionType());
|
| o.add(buildConnectionType());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1319(core.List<api.ConnectionType> o) {
|
| +checkUnnamed1764(core.List<api.ConnectionType> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkConnectionType(o[0]);
|
| checkConnectionType(o[1]);
|
| @@ -1468,7 +1468,7 @@ buildConnectionTypesListResponse() {
|
| var o = new api.ConnectionTypesListResponse();
|
| buildCounterConnectionTypesListResponse++;
|
| if (buildCounterConnectionTypesListResponse < 3) {
|
| - o.connectionTypes = buildUnnamed1319();
|
| + o.connectionTypes = buildUnnamed1764();
|
| o.kind = "foo";
|
| }
|
| buildCounterConnectionTypesListResponse--;
|
| @@ -1478,20 +1478,20 @@ buildConnectionTypesListResponse() {
|
| checkConnectionTypesListResponse(api.ConnectionTypesListResponse o) {
|
| buildCounterConnectionTypesListResponse++;
|
| if (buildCounterConnectionTypesListResponse < 3) {
|
| - checkUnnamed1319(o.connectionTypes);
|
| + checkUnnamed1764(o.connectionTypes);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterConnectionTypesListResponse--;
|
| }
|
|
|
| -buildUnnamed1320() {
|
| +buildUnnamed1765() {
|
| var o = new core.List<api.ContentCategory>();
|
| o.add(buildContentCategory());
|
| o.add(buildContentCategory());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1320(core.List<api.ContentCategory> o) {
|
| +checkUnnamed1765(core.List<api.ContentCategory> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkContentCategory(o[0]);
|
| checkContentCategory(o[1]);
|
| @@ -1502,7 +1502,7 @@ buildContentCategoriesListResponse() {
|
| var o = new api.ContentCategoriesListResponse();
|
| buildCounterContentCategoriesListResponse++;
|
| if (buildCounterContentCategoriesListResponse < 3) {
|
| - o.contentCategories = buildUnnamed1320();
|
| + o.contentCategories = buildUnnamed1765();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -1513,7 +1513,7 @@ buildContentCategoriesListResponse() {
|
| checkContentCategoriesListResponse(api.ContentCategoriesListResponse o) {
|
| buildCounterContentCategoriesListResponse++;
|
| if (buildCounterContentCategoriesListResponse < 3) {
|
| - checkUnnamed1320(o.contentCategories);
|
| + checkUnnamed1765(o.contentCategories);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -1545,14 +1545,14 @@ checkContentCategory(api.ContentCategory o) {
|
| buildCounterContentCategory--;
|
| }
|
|
|
| -buildUnnamed1321() {
|
| +buildUnnamed1766() {
|
| var o = new core.List<api.Country>();
|
| o.add(buildCountry());
|
| o.add(buildCountry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1321(core.List<api.Country> o) {
|
| +checkUnnamed1766(core.List<api.Country> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCountry(o[0]);
|
| checkCountry(o[1]);
|
| @@ -1563,7 +1563,7 @@ buildCountriesListResponse() {
|
| var o = new api.CountriesListResponse();
|
| buildCounterCountriesListResponse++;
|
| if (buildCounterCountriesListResponse < 3) {
|
| - o.countries = buildUnnamed1321();
|
| + o.countries = buildUnnamed1766();
|
| o.kind = "foo";
|
| }
|
| buildCounterCountriesListResponse--;
|
| @@ -1573,7 +1573,7 @@ buildCountriesListResponse() {
|
| checkCountriesListResponse(api.CountriesListResponse o) {
|
| buildCounterCountriesListResponse++;
|
| if (buildCounterCountriesListResponse < 3) {
|
| - checkUnnamed1321(o.countries);
|
| + checkUnnamed1766(o.countries);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterCountriesListResponse--;
|
| @@ -1606,157 +1606,157 @@ checkCountry(api.Country o) {
|
| buildCounterCountry--;
|
| }
|
|
|
| -buildUnnamed1322() {
|
| +buildUnnamed1767() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1322(core.List<core.String> o) {
|
| +checkUnnamed1767(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1323() {
|
| +buildUnnamed1768() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1323(core.List<core.String> o) {
|
| +checkUnnamed1768(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1324() {
|
| +buildUnnamed1769() {
|
| var o = new core.List<api.ClickTag>();
|
| o.add(buildClickTag());
|
| o.add(buildClickTag());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1324(core.List<api.ClickTag> o) {
|
| +checkUnnamed1769(core.List<api.ClickTag> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkClickTag(o[0]);
|
| checkClickTag(o[1]);
|
| }
|
|
|
| -buildUnnamed1325() {
|
| +buildUnnamed1770() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1325(core.List<core.String> o) {
|
| +checkUnnamed1770(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1326() {
|
| +buildUnnamed1771() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1326(core.List<core.String> o) {
|
| +checkUnnamed1771(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1327() {
|
| +buildUnnamed1772() {
|
| var o = new core.List<api.CreativeCustomEvent>();
|
| o.add(buildCreativeCustomEvent());
|
| o.add(buildCreativeCustomEvent());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1327(core.List<api.CreativeCustomEvent> o) {
|
| +checkUnnamed1772(core.List<api.CreativeCustomEvent> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeCustomEvent(o[0]);
|
| checkCreativeCustomEvent(o[1]);
|
| }
|
|
|
| -buildUnnamed1328() {
|
| +buildUnnamed1773() {
|
| var o = new core.List<api.CreativeAsset>();
|
| o.add(buildCreativeAsset());
|
| o.add(buildCreativeAsset());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1328(core.List<api.CreativeAsset> o) {
|
| +checkUnnamed1773(core.List<api.CreativeAsset> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeAsset(o[0]);
|
| checkCreativeAsset(o[1]);
|
| }
|
|
|
| -buildUnnamed1329() {
|
| +buildUnnamed1774() {
|
| var o = new core.List<api.CreativeFieldAssignment>();
|
| o.add(buildCreativeFieldAssignment());
|
| o.add(buildCreativeFieldAssignment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1329(core.List<api.CreativeFieldAssignment> o) {
|
| +checkUnnamed1774(core.List<api.CreativeFieldAssignment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeFieldAssignment(o[0]);
|
| checkCreativeFieldAssignment(o[1]);
|
| }
|
|
|
| -buildUnnamed1330() {
|
| +buildUnnamed1775() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1330(core.List<core.String> o) {
|
| +checkUnnamed1775(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1331() {
|
| +buildUnnamed1776() {
|
| var o = new core.List<api.CreativeCustomEvent>();
|
| o.add(buildCreativeCustomEvent());
|
| o.add(buildCreativeCustomEvent());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1331(core.List<api.CreativeCustomEvent> o) {
|
| +checkUnnamed1776(core.List<api.CreativeCustomEvent> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeCustomEvent(o[0]);
|
| checkCreativeCustomEvent(o[1]);
|
| }
|
|
|
| -buildUnnamed1332() {
|
| +buildUnnamed1777() {
|
| var o = new core.List<api.ThirdPartyTrackingUrl>();
|
| o.add(buildThirdPartyTrackingUrl());
|
| o.add(buildThirdPartyTrackingUrl());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1332(core.List<api.ThirdPartyTrackingUrl> o) {
|
| +checkUnnamed1777(core.List<api.ThirdPartyTrackingUrl> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkThirdPartyTrackingUrl(o[0]);
|
| checkThirdPartyTrackingUrl(o[1]);
|
| }
|
|
|
| -buildUnnamed1333() {
|
| +buildUnnamed1778() {
|
| var o = new core.List<api.CreativeCustomEvent>();
|
| o.add(buildCreativeCustomEvent());
|
| o.add(buildCreativeCustomEvent());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1333(core.List<api.CreativeCustomEvent> o) {
|
| +checkUnnamed1778(core.List<api.CreativeCustomEvent> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeCustomEvent(o[0]);
|
| checkCreativeCustomEvent(o[1]);
|
| @@ -1770,7 +1770,7 @@ buildCreative() {
|
| o.accountId = "foo";
|
| o.active = true;
|
| o.adParameters = "foo";
|
| - o.adTagKeys = buildUnnamed1322();
|
| + o.adTagKeys = buildUnnamed1767();
|
| o.advertiserId = "foo";
|
| o.allowScriptAccess = true;
|
| o.archived = true;
|
| @@ -1780,19 +1780,19 @@ buildCreative() {
|
| o.autoAdvanceImages = true;
|
| o.backgroundColor = "foo";
|
| o.backupImageClickThroughUrl = "foo";
|
| - o.backupImageFeatures = buildUnnamed1323();
|
| + o.backupImageFeatures = buildUnnamed1768();
|
| o.backupImageReportingLabel = "foo";
|
| o.backupImageTargetWindow = buildTargetWindow();
|
| - o.clickTags = buildUnnamed1324();
|
| + o.clickTags = buildUnnamed1769();
|
| o.commercialId = "foo";
|
| - o.companionCreatives = buildUnnamed1325();
|
| - o.compatibility = buildUnnamed1326();
|
| + o.companionCreatives = buildUnnamed1770();
|
| + o.compatibility = buildUnnamed1771();
|
| o.convertFlashToHtml5 = true;
|
| - o.counterCustomEvents = buildUnnamed1327();
|
| - o.creativeAssets = buildUnnamed1328();
|
| - o.creativeFieldAssignments = buildUnnamed1329();
|
| - o.customKeyValues = buildUnnamed1330();
|
| - o.exitCustomEvents = buildUnnamed1331();
|
| + o.counterCustomEvents = buildUnnamed1772();
|
| + o.creativeAssets = buildUnnamed1773();
|
| + o.creativeFieldAssignments = buildUnnamed1774();
|
| + o.customKeyValues = buildUnnamed1775();
|
| + o.exitCustomEvents = buildUnnamed1776();
|
| o.fsCommand = buildFsCommand();
|
| o.htmlCode = "foo";
|
| o.htmlCodeLocked = true;
|
| @@ -1818,8 +1818,8 @@ buildCreative() {
|
| o.subaccountId = "foo";
|
| o.thirdPartyBackupImageImpressionsUrl = "foo";
|
| o.thirdPartyRichMediaImpressionsUrl = "foo";
|
| - o.thirdPartyUrls = buildUnnamed1332();
|
| - o.timerCustomEvents = buildUnnamed1333();
|
| + o.thirdPartyUrls = buildUnnamed1777();
|
| + o.timerCustomEvents = buildUnnamed1778();
|
| o.totalFileSize = "foo";
|
| o.type = "foo";
|
| o.version = 42;
|
| @@ -1836,7 +1836,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'));
|
| - checkUnnamed1322(o.adTagKeys);
|
| + checkUnnamed1767(o.adTagKeys);
|
| unittest.expect(o.advertiserId, unittest.equals('foo'));
|
| unittest.expect(o.allowScriptAccess, unittest.isTrue);
|
| unittest.expect(o.archived, unittest.isTrue);
|
| @@ -1846,19 +1846,19 @@ checkCreative(api.Creative o) {
|
| unittest.expect(o.autoAdvanceImages, unittest.isTrue);
|
| unittest.expect(o.backgroundColor, unittest.equals('foo'));
|
| unittest.expect(o.backupImageClickThroughUrl, unittest.equals('foo'));
|
| - checkUnnamed1323(o.backupImageFeatures);
|
| + checkUnnamed1768(o.backupImageFeatures);
|
| unittest.expect(o.backupImageReportingLabel, unittest.equals('foo'));
|
| checkTargetWindow(o.backupImageTargetWindow);
|
| - checkUnnamed1324(o.clickTags);
|
| + checkUnnamed1769(o.clickTags);
|
| unittest.expect(o.commercialId, unittest.equals('foo'));
|
| - checkUnnamed1325(o.companionCreatives);
|
| - checkUnnamed1326(o.compatibility);
|
| + checkUnnamed1770(o.companionCreatives);
|
| + checkUnnamed1771(o.compatibility);
|
| unittest.expect(o.convertFlashToHtml5, unittest.isTrue);
|
| - checkUnnamed1327(o.counterCustomEvents);
|
| - checkUnnamed1328(o.creativeAssets);
|
| - checkUnnamed1329(o.creativeFieldAssignments);
|
| - checkUnnamed1330(o.customKeyValues);
|
| - checkUnnamed1331(o.exitCustomEvents);
|
| + checkUnnamed1772(o.counterCustomEvents);
|
| + checkUnnamed1773(o.creativeAssets);
|
| + checkUnnamed1774(o.creativeFieldAssignments);
|
| + checkUnnamed1775(o.customKeyValues);
|
| + checkUnnamed1776(o.exitCustomEvents);
|
| checkFsCommand(o.fsCommand);
|
| unittest.expect(o.htmlCode, unittest.equals('foo'));
|
| unittest.expect(o.htmlCodeLocked, unittest.isTrue);
|
| @@ -1884,8 +1884,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'));
|
| - checkUnnamed1332(o.thirdPartyUrls);
|
| - checkUnnamed1333(o.timerCustomEvents);
|
| + checkUnnamed1777(o.thirdPartyUrls);
|
| + checkUnnamed1778(o.timerCustomEvents);
|
| unittest.expect(o.totalFileSize, unittest.equals('foo'));
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| unittest.expect(o.version, unittest.equals(42));
|
| @@ -1895,14 +1895,14 @@ checkCreative(api.Creative o) {
|
| buildCounterCreative--;
|
| }
|
|
|
| -buildUnnamed1334() {
|
| +buildUnnamed1779() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1334(core.List<core.String> o) {
|
| +checkUnnamed1779(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -1923,7 +1923,7 @@ buildCreativeAsset() {
|
| o.childAssetType = "foo";
|
| o.collapsedSize = buildSize();
|
| o.customStartTimeValue = 42;
|
| - o.detectedFeatures = buildUnnamed1334();
|
| + o.detectedFeatures = buildUnnamed1779();
|
| o.displayType = "foo";
|
| o.duration = 42;
|
| o.durationType = "foo";
|
| @@ -1973,7 +1973,7 @@ checkCreativeAsset(api.CreativeAsset o) {
|
| unittest.expect(o.childAssetType, unittest.equals('foo'));
|
| checkSize(o.collapsedSize);
|
| unittest.expect(o.customStartTimeValue, unittest.equals(42));
|
| - checkUnnamed1334(o.detectedFeatures);
|
| + checkUnnamed1779(o.detectedFeatures);
|
| unittest.expect(o.displayType, unittest.equals('foo'));
|
| unittest.expect(o.duration, unittest.equals(42));
|
| unittest.expect(o.durationType, unittest.equals('foo'));
|
| @@ -2030,40 +2030,40 @@ checkCreativeAssetId(api.CreativeAssetId o) {
|
| buildCounterCreativeAssetId--;
|
| }
|
|
|
| -buildUnnamed1335() {
|
| +buildUnnamed1780() {
|
| var o = new core.List<api.ClickTag>();
|
| o.add(buildClickTag());
|
| o.add(buildClickTag());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1335(core.List<api.ClickTag> o) {
|
| +checkUnnamed1780(core.List<api.ClickTag> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkClickTag(o[0]);
|
| checkClickTag(o[1]);
|
| }
|
|
|
| -buildUnnamed1336() {
|
| +buildUnnamed1781() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1336(core.List<core.String> o) {
|
| +checkUnnamed1781(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1337() {
|
| +buildUnnamed1782() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1337(core.List<core.String> o) {
|
| +checkUnnamed1782(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -2075,10 +2075,10 @@ buildCreativeAssetMetadata() {
|
| buildCounterCreativeAssetMetadata++;
|
| if (buildCounterCreativeAssetMetadata < 3) {
|
| o.assetIdentifier = buildCreativeAssetId();
|
| - o.clickTags = buildUnnamed1335();
|
| - o.detectedFeatures = buildUnnamed1336();
|
| + o.clickTags = buildUnnamed1780();
|
| + o.detectedFeatures = buildUnnamed1781();
|
| o.kind = "foo";
|
| - o.warnedValidationRules = buildUnnamed1337();
|
| + o.warnedValidationRules = buildUnnamed1782();
|
| }
|
| buildCounterCreativeAssetMetadata--;
|
| return o;
|
| @@ -2088,48 +2088,48 @@ checkCreativeAssetMetadata(api.CreativeAssetMetadata o) {
|
| buildCounterCreativeAssetMetadata++;
|
| if (buildCounterCreativeAssetMetadata < 3) {
|
| checkCreativeAssetId(o.assetIdentifier);
|
| - checkUnnamed1335(o.clickTags);
|
| - checkUnnamed1336(o.detectedFeatures);
|
| + checkUnnamed1780(o.clickTags);
|
| + checkUnnamed1781(o.detectedFeatures);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1337(o.warnedValidationRules);
|
| + checkUnnamed1782(o.warnedValidationRules);
|
| }
|
| buildCounterCreativeAssetMetadata--;
|
| }
|
|
|
| -buildUnnamed1338() {
|
| +buildUnnamed1783() {
|
| var o = new core.List<api.CompanionClickThroughOverride>();
|
| o.add(buildCompanionClickThroughOverride());
|
| o.add(buildCompanionClickThroughOverride());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1338(core.List<api.CompanionClickThroughOverride> o) {
|
| +checkUnnamed1783(core.List<api.CompanionClickThroughOverride> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCompanionClickThroughOverride(o[0]);
|
| checkCompanionClickThroughOverride(o[1]);
|
| }
|
|
|
| -buildUnnamed1339() {
|
| +buildUnnamed1784() {
|
| var o = new core.List<api.CreativeGroupAssignment>();
|
| o.add(buildCreativeGroupAssignment());
|
| o.add(buildCreativeGroupAssignment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1339(core.List<api.CreativeGroupAssignment> o) {
|
| +checkUnnamed1784(core.List<api.CreativeGroupAssignment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeGroupAssignment(o[0]);
|
| checkCreativeGroupAssignment(o[1]);
|
| }
|
|
|
| -buildUnnamed1340() {
|
| +buildUnnamed1785() {
|
| var o = new core.List<api.RichMediaExitOverride>();
|
| o.add(buildRichMediaExitOverride());
|
| o.add(buildRichMediaExitOverride());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1340(core.List<api.RichMediaExitOverride> o) {
|
| +checkUnnamed1785(core.List<api.RichMediaExitOverride> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRichMediaExitOverride(o[0]);
|
| checkRichMediaExitOverride(o[1]);
|
| @@ -2143,12 +2143,12 @@ buildCreativeAssignment() {
|
| o.active = true;
|
| o.applyEventTags = true;
|
| o.clickThroughUrl = buildClickThroughUrl();
|
| - o.companionCreativeOverrides = buildUnnamed1338();
|
| - o.creativeGroupAssignments = buildUnnamed1339();
|
| + o.companionCreativeOverrides = buildUnnamed1783();
|
| + o.creativeGroupAssignments = buildUnnamed1784();
|
| o.creativeId = "foo";
|
| o.creativeIdDimensionValue = buildDimensionValue();
|
| o.endTime = core.DateTime.parse("2002-02-27T14:01:02");
|
| - o.richMediaExitOverrides = buildUnnamed1340();
|
| + o.richMediaExitOverrides = buildUnnamed1785();
|
| o.sequence = 42;
|
| o.sslCompliant = true;
|
| o.startTime = core.DateTime.parse("2002-02-27T14:01:02");
|
| @@ -2164,12 +2164,12 @@ checkCreativeAssignment(api.CreativeAssignment o) {
|
| unittest.expect(o.active, unittest.isTrue);
|
| unittest.expect(o.applyEventTags, unittest.isTrue);
|
| checkClickThroughUrl(o.clickThroughUrl);
|
| - checkUnnamed1338(o.companionCreativeOverrides);
|
| - checkUnnamed1339(o.creativeGroupAssignments);
|
| + checkUnnamed1783(o.companionCreativeOverrides);
|
| + checkUnnamed1784(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")));
|
| - checkUnnamed1340(o.richMediaExitOverrides);
|
| + checkUnnamed1785(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")));
|
| @@ -2290,14 +2290,14 @@ checkCreativeFieldValue(api.CreativeFieldValue o) {
|
| buildCounterCreativeFieldValue--;
|
| }
|
|
|
| -buildUnnamed1341() {
|
| +buildUnnamed1786() {
|
| var o = new core.List<api.CreativeFieldValue>();
|
| o.add(buildCreativeFieldValue());
|
| o.add(buildCreativeFieldValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1341(core.List<api.CreativeFieldValue> o) {
|
| +checkUnnamed1786(core.List<api.CreativeFieldValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeFieldValue(o[0]);
|
| checkCreativeFieldValue(o[1]);
|
| @@ -2308,7 +2308,7 @@ buildCreativeFieldValuesListResponse() {
|
| var o = new api.CreativeFieldValuesListResponse();
|
| buildCounterCreativeFieldValuesListResponse++;
|
| if (buildCounterCreativeFieldValuesListResponse < 3) {
|
| - o.creativeFieldValues = buildUnnamed1341();
|
| + o.creativeFieldValues = buildUnnamed1786();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -2319,21 +2319,21 @@ buildCreativeFieldValuesListResponse() {
|
| checkCreativeFieldValuesListResponse(api.CreativeFieldValuesListResponse o) {
|
| buildCounterCreativeFieldValuesListResponse++;
|
| if (buildCounterCreativeFieldValuesListResponse < 3) {
|
| - checkUnnamed1341(o.creativeFieldValues);
|
| + checkUnnamed1786(o.creativeFieldValues);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterCreativeFieldValuesListResponse--;
|
| }
|
|
|
| -buildUnnamed1342() {
|
| +buildUnnamed1787() {
|
| var o = new core.List<api.CreativeField>();
|
| o.add(buildCreativeField());
|
| o.add(buildCreativeField());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1342(core.List<api.CreativeField> o) {
|
| +checkUnnamed1787(core.List<api.CreativeField> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeField(o[0]);
|
| checkCreativeField(o[1]);
|
| @@ -2344,7 +2344,7 @@ buildCreativeFieldsListResponse() {
|
| var o = new api.CreativeFieldsListResponse();
|
| buildCounterCreativeFieldsListResponse++;
|
| if (buildCounterCreativeFieldsListResponse < 3) {
|
| - o.creativeFields = buildUnnamed1342();
|
| + o.creativeFields = buildUnnamed1787();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -2355,7 +2355,7 @@ buildCreativeFieldsListResponse() {
|
| checkCreativeFieldsListResponse(api.CreativeFieldsListResponse o) {
|
| buildCounterCreativeFieldsListResponse++;
|
| if (buildCounterCreativeFieldsListResponse < 3) {
|
| - checkUnnamed1342(o.creativeFields);
|
| + checkUnnamed1787(o.creativeFields);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -2416,14 +2416,14 @@ checkCreativeGroupAssignment(api.CreativeGroupAssignment o) {
|
| buildCounterCreativeGroupAssignment--;
|
| }
|
|
|
| -buildUnnamed1343() {
|
| +buildUnnamed1788() {
|
| var o = new core.List<api.CreativeGroup>();
|
| o.add(buildCreativeGroup());
|
| o.add(buildCreativeGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1343(core.List<api.CreativeGroup> o) {
|
| +checkUnnamed1788(core.List<api.CreativeGroup> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeGroup(o[0]);
|
| checkCreativeGroup(o[1]);
|
| @@ -2434,7 +2434,7 @@ buildCreativeGroupsListResponse() {
|
| var o = new api.CreativeGroupsListResponse();
|
| buildCounterCreativeGroupsListResponse++;
|
| if (buildCounterCreativeGroupsListResponse < 3) {
|
| - o.creativeGroups = buildUnnamed1343();
|
| + o.creativeGroups = buildUnnamed1788();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -2445,21 +2445,21 @@ buildCreativeGroupsListResponse() {
|
| checkCreativeGroupsListResponse(api.CreativeGroupsListResponse o) {
|
| buildCounterCreativeGroupsListResponse++;
|
| if (buildCounterCreativeGroupsListResponse < 3) {
|
| - checkUnnamed1343(o.creativeGroups);
|
| + checkUnnamed1788(o.creativeGroups);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterCreativeGroupsListResponse--;
|
| }
|
|
|
| -buildUnnamed1344() {
|
| +buildUnnamed1789() {
|
| var o = new core.List<api.OptimizationActivity>();
|
| o.add(buildOptimizationActivity());
|
| o.add(buildOptimizationActivity());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1344(core.List<api.OptimizationActivity> o) {
|
| +checkUnnamed1789(core.List<api.OptimizationActivity> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOptimizationActivity(o[0]);
|
| checkOptimizationActivity(o[1]);
|
| @@ -2472,7 +2472,7 @@ buildCreativeOptimizationConfiguration() {
|
| if (buildCounterCreativeOptimizationConfiguration < 3) {
|
| o.id = "foo";
|
| o.name = "foo";
|
| - o.optimizationActivitys = buildUnnamed1344();
|
| + o.optimizationActivitys = buildUnnamed1789();
|
| o.optimizationModel = "foo";
|
| }
|
| buildCounterCreativeOptimizationConfiguration--;
|
| @@ -2484,20 +2484,20 @@ checkCreativeOptimizationConfiguration(api.CreativeOptimizationConfiguration o)
|
| if (buildCounterCreativeOptimizationConfiguration < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| - checkUnnamed1344(o.optimizationActivitys);
|
| + checkUnnamed1789(o.optimizationActivitys);
|
| unittest.expect(o.optimizationModel, unittest.equals('foo'));
|
| }
|
| buildCounterCreativeOptimizationConfiguration--;
|
| }
|
|
|
| -buildUnnamed1345() {
|
| +buildUnnamed1790() {
|
| var o = new core.List<api.CreativeAssignment>();
|
| o.add(buildCreativeAssignment());
|
| o.add(buildCreativeAssignment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1345(core.List<api.CreativeAssignment> o) {
|
| +checkUnnamed1790(core.List<api.CreativeAssignment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeAssignment(o[0]);
|
| checkCreativeAssignment(o[1]);
|
| @@ -2508,7 +2508,7 @@ buildCreativeRotation() {
|
| var o = new api.CreativeRotation();
|
| buildCounterCreativeRotation++;
|
| if (buildCounterCreativeRotation < 3) {
|
| - o.creativeAssignments = buildUnnamed1345();
|
| + o.creativeAssignments = buildUnnamed1790();
|
| o.creativeOptimizationConfigurationId = "foo";
|
| o.type = "foo";
|
| o.weightCalculationStrategy = "foo";
|
| @@ -2520,7 +2520,7 @@ buildCreativeRotation() {
|
| checkCreativeRotation(api.CreativeRotation o) {
|
| buildCounterCreativeRotation++;
|
| if (buildCounterCreativeRotation < 3) {
|
| - checkUnnamed1345(o.creativeAssignments);
|
| + checkUnnamed1790(o.creativeAssignments);
|
| unittest.expect(o.creativeOptimizationConfigurationId, unittest.equals('foo'));
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| unittest.expect(o.weightCalculationStrategy, unittest.equals('foo'));
|
| @@ -2549,14 +2549,14 @@ checkCreativeSettings(api.CreativeSettings o) {
|
| buildCounterCreativeSettings--;
|
| }
|
|
|
| -buildUnnamed1346() {
|
| +buildUnnamed1791() {
|
| var o = new core.List<api.Creative>();
|
| o.add(buildCreative());
|
| o.add(buildCreative());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1346(core.List<api.Creative> o) {
|
| +checkUnnamed1791(core.List<api.Creative> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreative(o[0]);
|
| checkCreative(o[1]);
|
| @@ -2567,7 +2567,7 @@ buildCreativesListResponse() {
|
| var o = new api.CreativesListResponse();
|
| buildCounterCreativesListResponse++;
|
| if (buildCounterCreativesListResponse < 3) {
|
| - o.creatives = buildUnnamed1346();
|
| + o.creatives = buildUnnamed1791();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -2578,60 +2578,60 @@ buildCreativesListResponse() {
|
| checkCreativesListResponse(api.CreativesListResponse o) {
|
| buildCounterCreativesListResponse++;
|
| if (buildCounterCreativesListResponse < 3) {
|
| - checkUnnamed1346(o.creatives);
|
| + checkUnnamed1791(o.creatives);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterCreativesListResponse--;
|
| }
|
|
|
| -buildUnnamed1347() {
|
| +buildUnnamed1792() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1347(core.List<api.Dimension> o) {
|
| +checkUnnamed1792(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed1348() {
|
| +buildUnnamed1793() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1348(core.List<api.Dimension> o) {
|
| +checkUnnamed1793(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed1349() {
|
| +buildUnnamed1794() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1349(core.List<api.Metric> o) {
|
| +checkUnnamed1794(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| }
|
|
|
| -buildUnnamed1350() {
|
| +buildUnnamed1795() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1350(core.List<api.Metric> o) {
|
| +checkUnnamed1795(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| @@ -2642,11 +2642,11 @@ buildCrossDimensionReachReportCompatibleFields() {
|
| var o = new api.CrossDimensionReachReportCompatibleFields();
|
| buildCounterCrossDimensionReachReportCompatibleFields++;
|
| if (buildCounterCrossDimensionReachReportCompatibleFields < 3) {
|
| - o.breakdown = buildUnnamed1347();
|
| - o.dimensionFilters = buildUnnamed1348();
|
| + o.breakdown = buildUnnamed1792();
|
| + o.dimensionFilters = buildUnnamed1793();
|
| o.kind = "foo";
|
| - o.metrics = buildUnnamed1349();
|
| - o.overlapMetrics = buildUnnamed1350();
|
| + o.metrics = buildUnnamed1794();
|
| + o.overlapMetrics = buildUnnamed1795();
|
| }
|
| buildCounterCrossDimensionReachReportCompatibleFields--;
|
| return o;
|
| @@ -2655,23 +2655,23 @@ buildCrossDimensionReachReportCompatibleFields() {
|
| checkCrossDimensionReachReportCompatibleFields(api.CrossDimensionReachReportCompatibleFields o) {
|
| buildCounterCrossDimensionReachReportCompatibleFields++;
|
| if (buildCounterCrossDimensionReachReportCompatibleFields < 3) {
|
| - checkUnnamed1347(o.breakdown);
|
| - checkUnnamed1348(o.dimensionFilters);
|
| + checkUnnamed1792(o.breakdown);
|
| + checkUnnamed1793(o.dimensionFilters);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1349(o.metrics);
|
| - checkUnnamed1350(o.overlapMetrics);
|
| + checkUnnamed1794(o.metrics);
|
| + checkUnnamed1795(o.overlapMetrics);
|
| }
|
| buildCounterCrossDimensionReachReportCompatibleFields--;
|
| }
|
|
|
| -buildUnnamed1351() {
|
| +buildUnnamed1796() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1351(core.List<api.DimensionValue> o) {
|
| +checkUnnamed1796(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| @@ -2682,7 +2682,7 @@ buildCustomRichMediaEvents() {
|
| var o = new api.CustomRichMediaEvents();
|
| buildCounterCustomRichMediaEvents++;
|
| if (buildCounterCustomRichMediaEvents < 3) {
|
| - o.filteredEventIds = buildUnnamed1351();
|
| + o.filteredEventIds = buildUnnamed1796();
|
| o.kind = "foo";
|
| }
|
| buildCounterCustomRichMediaEvents--;
|
| @@ -2692,7 +2692,7 @@ buildCustomRichMediaEvents() {
|
| checkCustomRichMediaEvents(api.CustomRichMediaEvents o) {
|
| buildCounterCustomRichMediaEvents++;
|
| if (buildCounterCustomRichMediaEvents < 3) {
|
| - checkUnnamed1351(o.filteredEventIds);
|
| + checkUnnamed1796(o.filteredEventIds);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterCustomRichMediaEvents--;
|
| @@ -2723,27 +2723,27 @@ checkDateRange(api.DateRange o) {
|
| buildCounterDateRange--;
|
| }
|
|
|
| -buildUnnamed1352() {
|
| +buildUnnamed1797() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1352(core.List<core.String> o) {
|
| +checkUnnamed1797(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1353() {
|
| +buildUnnamed1798() {
|
| var o = new core.List<core.int>();
|
| o.add(42);
|
| o.add(42);
|
| return o;
|
| }
|
|
|
| -checkUnnamed1353(core.List<core.int> o) {
|
| +checkUnnamed1798(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));
|
| @@ -2754,8 +2754,8 @@ buildDayPartTargeting() {
|
| var o = new api.DayPartTargeting();
|
| buildCounterDayPartTargeting++;
|
| if (buildCounterDayPartTargeting < 3) {
|
| - o.daysOfWeek = buildUnnamed1352();
|
| - o.hoursOfDay = buildUnnamed1353();
|
| + o.daysOfWeek = buildUnnamed1797();
|
| + o.hoursOfDay = buildUnnamed1798();
|
| o.userLocalTime = true;
|
| }
|
| buildCounterDayPartTargeting--;
|
| @@ -2765,8 +2765,8 @@ buildDayPartTargeting() {
|
| checkDayPartTargeting(api.DayPartTargeting o) {
|
| buildCounterDayPartTargeting++;
|
| if (buildCounterDayPartTargeting < 3) {
|
| - checkUnnamed1352(o.daysOfWeek);
|
| - checkUnnamed1353(o.hoursOfDay);
|
| + checkUnnamed1797(o.daysOfWeek);
|
| + checkUnnamed1798(o.hoursOfDay);
|
| unittest.expect(o.userLocalTime, unittest.isTrue);
|
| }
|
| buildCounterDayPartTargeting--;
|
| @@ -2918,14 +2918,14 @@ checkDimensionValue(api.DimensionValue o) {
|
| buildCounterDimensionValue--;
|
| }
|
|
|
| -buildUnnamed1354() {
|
| +buildUnnamed1799() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1354(core.List<api.DimensionValue> o) {
|
| +checkUnnamed1799(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| @@ -2937,7 +2937,7 @@ buildDimensionValueList() {
|
| buildCounterDimensionValueList++;
|
| if (buildCounterDimensionValueList < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed1354();
|
| + o.items = buildUnnamed1799();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -2949,21 +2949,21 @@ checkDimensionValueList(api.DimensionValueList o) {
|
| buildCounterDimensionValueList++;
|
| if (buildCounterDimensionValueList < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed1354(o.items);
|
| + checkUnnamed1799(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterDimensionValueList--;
|
| }
|
|
|
| -buildUnnamed1355() {
|
| +buildUnnamed1800() {
|
| var o = new core.List<api.DimensionFilter>();
|
| o.add(buildDimensionFilter());
|
| o.add(buildDimensionFilter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1355(core.List<api.DimensionFilter> o) {
|
| +checkUnnamed1800(core.List<api.DimensionFilter> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionFilter(o[0]);
|
| checkDimensionFilter(o[1]);
|
| @@ -2976,7 +2976,7 @@ buildDimensionValueRequest() {
|
| if (buildCounterDimensionValueRequest < 3) {
|
| o.dimensionName = "foo";
|
| o.endDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| - o.filters = buildUnnamed1355();
|
| + o.filters = buildUnnamed1800();
|
| o.kind = "foo";
|
| o.startDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| }
|
| @@ -2989,47 +2989,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")));
|
| - checkUnnamed1355(o.filters);
|
| + checkUnnamed1800(o.filters);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.startDate, unittest.equals(core.DateTime.parse("2002-02-27T00:00:00")));
|
| }
|
| buildCounterDimensionValueRequest--;
|
| }
|
|
|
| -buildUnnamed1356() {
|
| +buildUnnamed1801() {
|
| var o = new core.List<api.DirectorySiteContactAssignment>();
|
| o.add(buildDirectorySiteContactAssignment());
|
| o.add(buildDirectorySiteContactAssignment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1356(core.List<api.DirectorySiteContactAssignment> o) {
|
| +checkUnnamed1801(core.List<api.DirectorySiteContactAssignment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDirectorySiteContactAssignment(o[0]);
|
| checkDirectorySiteContactAssignment(o[1]);
|
| }
|
|
|
| -buildUnnamed1357() {
|
| +buildUnnamed1802() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1357(core.List<core.String> o) {
|
| +checkUnnamed1802(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1358() {
|
| +buildUnnamed1803() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1358(core.List<core.String> o) {
|
| +checkUnnamed1803(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -3041,14 +3041,14 @@ buildDirectorySite() {
|
| buildCounterDirectorySite++;
|
| if (buildCounterDirectorySite < 3) {
|
| o.active = true;
|
| - o.contactAssignments = buildUnnamed1356();
|
| + o.contactAssignments = buildUnnamed1801();
|
| o.countryId = "foo";
|
| o.currencyId = "foo";
|
| o.description = "foo";
|
| o.id = "foo";
|
| o.idDimensionValue = buildDimensionValue();
|
| - o.inpageTagFormats = buildUnnamed1357();
|
| - o.interstitialTagFormats = buildUnnamed1358();
|
| + o.inpageTagFormats = buildUnnamed1802();
|
| + o.interstitialTagFormats = buildUnnamed1803();
|
| o.kind = "foo";
|
| o.name = "foo";
|
| o.parentId = "foo";
|
| @@ -3063,14 +3063,14 @@ checkDirectorySite(api.DirectorySite o) {
|
| buildCounterDirectorySite++;
|
| if (buildCounterDirectorySite < 3) {
|
| unittest.expect(o.active, unittest.isTrue);
|
| - checkUnnamed1356(o.contactAssignments);
|
| + checkUnnamed1801(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);
|
| - checkUnnamed1357(o.inpageTagFormats);
|
| - checkUnnamed1358(o.interstitialTagFormats);
|
| + checkUnnamed1802(o.inpageTagFormats);
|
| + checkUnnamed1803(o.interstitialTagFormats);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.parentId, unittest.equals('foo'));
|
| @@ -3138,14 +3138,14 @@ checkDirectorySiteContactAssignment(api.DirectorySiteContactAssignment o) {
|
| buildCounterDirectorySiteContactAssignment--;
|
| }
|
|
|
| -buildUnnamed1359() {
|
| +buildUnnamed1804() {
|
| var o = new core.List<api.DirectorySiteContact>();
|
| o.add(buildDirectorySiteContact());
|
| o.add(buildDirectorySiteContact());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1359(core.List<api.DirectorySiteContact> o) {
|
| +checkUnnamed1804(core.List<api.DirectorySiteContact> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDirectorySiteContact(o[0]);
|
| checkDirectorySiteContact(o[1]);
|
| @@ -3156,7 +3156,7 @@ buildDirectorySiteContactsListResponse() {
|
| var o = new api.DirectorySiteContactsListResponse();
|
| buildCounterDirectorySiteContactsListResponse++;
|
| if (buildCounterDirectorySiteContactsListResponse < 3) {
|
| - o.directorySiteContacts = buildUnnamed1359();
|
| + o.directorySiteContacts = buildUnnamed1804();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -3167,7 +3167,7 @@ buildDirectorySiteContactsListResponse() {
|
| checkDirectorySiteContactsListResponse(api.DirectorySiteContactsListResponse o) {
|
| buildCounterDirectorySiteContactsListResponse++;
|
| if (buildCounterDirectorySiteContactsListResponse < 3) {
|
| - checkUnnamed1359(o.directorySiteContacts);
|
| + checkUnnamed1804(o.directorySiteContacts);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -3205,14 +3205,14 @@ checkDirectorySiteSettings(api.DirectorySiteSettings o) {
|
| buildCounterDirectorySiteSettings--;
|
| }
|
|
|
| -buildUnnamed1360() {
|
| +buildUnnamed1805() {
|
| var o = new core.List<api.DirectorySite>();
|
| o.add(buildDirectorySite());
|
| o.add(buildDirectorySite());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1360(core.List<api.DirectorySite> o) {
|
| +checkUnnamed1805(core.List<api.DirectorySite> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDirectorySite(o[0]);
|
| checkDirectorySite(o[1]);
|
| @@ -3223,7 +3223,7 @@ buildDirectorySitesListResponse() {
|
| var o = new api.DirectorySitesListResponse();
|
| buildCounterDirectorySitesListResponse++;
|
| if (buildCounterDirectorySitesListResponse < 3) {
|
| - o.directorySites = buildUnnamed1360();
|
| + o.directorySites = buildUnnamed1805();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -3234,21 +3234,21 @@ buildDirectorySitesListResponse() {
|
| checkDirectorySitesListResponse(api.DirectorySitesListResponse o) {
|
| buildCounterDirectorySitesListResponse++;
|
| if (buildCounterDirectorySitesListResponse < 3) {
|
| - checkUnnamed1360(o.directorySites);
|
| + checkUnnamed1805(o.directorySites);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterDirectorySitesListResponse--;
|
| }
|
|
|
| -buildUnnamed1361() {
|
| +buildUnnamed1806() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1361(core.List<core.String> o) {
|
| +checkUnnamed1806(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -3270,7 +3270,7 @@ buildEventTag() {
|
| o.kind = "foo";
|
| o.name = "foo";
|
| o.siteFilterType = "foo";
|
| - o.siteIds = buildUnnamed1361();
|
| + o.siteIds = buildUnnamed1806();
|
| o.sslCompliant = true;
|
| o.status = "foo";
|
| o.subaccountId = "foo";
|
| @@ -3296,7 +3296,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'));
|
| - checkUnnamed1361(o.siteIds);
|
| + checkUnnamed1806(o.siteIds);
|
| unittest.expect(o.sslCompliant, unittest.isTrue);
|
| unittest.expect(o.status, unittest.equals('foo'));
|
| unittest.expect(o.subaccountId, unittest.equals('foo'));
|
| @@ -3328,14 +3328,14 @@ checkEventTagOverride(api.EventTagOverride o) {
|
| buildCounterEventTagOverride--;
|
| }
|
|
|
| -buildUnnamed1362() {
|
| +buildUnnamed1807() {
|
| var o = new core.List<api.EventTag>();
|
| o.add(buildEventTag());
|
| o.add(buildEventTag());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1362(core.List<api.EventTag> o) {
|
| +checkUnnamed1807(core.List<api.EventTag> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEventTag(o[0]);
|
| checkEventTag(o[1]);
|
| @@ -3346,7 +3346,7 @@ buildEventTagsListResponse() {
|
| var o = new api.EventTagsListResponse();
|
| buildCounterEventTagsListResponse++;
|
| if (buildCounterEventTagsListResponse < 3) {
|
| - o.eventTags = buildUnnamed1362();
|
| + o.eventTags = buildUnnamed1807();
|
| o.kind = "foo";
|
| }
|
| buildCounterEventTagsListResponse--;
|
| @@ -3356,7 +3356,7 @@ buildEventTagsListResponse() {
|
| checkEventTagsListResponse(api.EventTagsListResponse o) {
|
| buildCounterEventTagsListResponse++;
|
| if (buildCounterEventTagsListResponse < 3) {
|
| - checkUnnamed1362(o.eventTags);
|
| + checkUnnamed1807(o.eventTags);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterEventTagsListResponse--;
|
| @@ -3420,14 +3420,14 @@ checkFile(api.File o) {
|
| buildCounterFile--;
|
| }
|
|
|
| -buildUnnamed1363() {
|
| +buildUnnamed1808() {
|
| var o = new core.List<api.File>();
|
| o.add(buildFile());
|
| o.add(buildFile());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1363(core.List<api.File> o) {
|
| +checkUnnamed1808(core.List<api.File> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFile(o[0]);
|
| checkFile(o[1]);
|
| @@ -3439,7 +3439,7 @@ buildFileList() {
|
| buildCounterFileList++;
|
| if (buildCounterFileList < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed1363();
|
| + o.items = buildUnnamed1808();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -3451,7 +3451,7 @@ checkFileList(api.FileList o) {
|
| buildCounterFileList++;
|
| if (buildCounterFileList < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed1363(o.items);
|
| + checkUnnamed1808(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -3504,14 +3504,14 @@ checkFloodlightActivitiesGenerateTagResponse(api.FloodlightActivitiesGenerateTag
|
| buildCounterFloodlightActivitiesGenerateTagResponse--;
|
| }
|
|
|
| -buildUnnamed1364() {
|
| +buildUnnamed1809() {
|
| var o = new core.List<api.FloodlightActivity>();
|
| o.add(buildFloodlightActivity());
|
| o.add(buildFloodlightActivity());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1364(core.List<api.FloodlightActivity> o) {
|
| +checkUnnamed1809(core.List<api.FloodlightActivity> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFloodlightActivity(o[0]);
|
| checkFloodlightActivity(o[1]);
|
| @@ -3522,7 +3522,7 @@ buildFloodlightActivitiesListResponse() {
|
| var o = new api.FloodlightActivitiesListResponse();
|
| buildCounterFloodlightActivitiesListResponse++;
|
| if (buildCounterFloodlightActivitiesListResponse < 3) {
|
| - o.floodlightActivities = buildUnnamed1364();
|
| + o.floodlightActivities = buildUnnamed1809();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -3533,47 +3533,47 @@ buildFloodlightActivitiesListResponse() {
|
| checkFloodlightActivitiesListResponse(api.FloodlightActivitiesListResponse o) {
|
| buildCounterFloodlightActivitiesListResponse++;
|
| if (buildCounterFloodlightActivitiesListResponse < 3) {
|
| - checkUnnamed1364(o.floodlightActivities);
|
| + checkUnnamed1809(o.floodlightActivities);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterFloodlightActivitiesListResponse--;
|
| }
|
|
|
| -buildUnnamed1365() {
|
| +buildUnnamed1810() {
|
| var o = new core.List<api.FloodlightActivityDynamicTag>();
|
| o.add(buildFloodlightActivityDynamicTag());
|
| o.add(buildFloodlightActivityDynamicTag());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1365(core.List<api.FloodlightActivityDynamicTag> o) {
|
| +checkUnnamed1810(core.List<api.FloodlightActivityDynamicTag> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFloodlightActivityDynamicTag(o[0]);
|
| checkFloodlightActivityDynamicTag(o[1]);
|
| }
|
|
|
| -buildUnnamed1366() {
|
| +buildUnnamed1811() {
|
| var o = new core.List<api.FloodlightActivityPublisherDynamicTag>();
|
| o.add(buildFloodlightActivityPublisherDynamicTag());
|
| o.add(buildFloodlightActivityPublisherDynamicTag());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1366(core.List<api.FloodlightActivityPublisherDynamicTag> o) {
|
| +checkUnnamed1811(core.List<api.FloodlightActivityPublisherDynamicTag> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFloodlightActivityPublisherDynamicTag(o[0]);
|
| checkFloodlightActivityPublisherDynamicTag(o[1]);
|
| }
|
|
|
| -buildUnnamed1367() {
|
| +buildUnnamed1812() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1367(core.List<core.String> o) {
|
| +checkUnnamed1812(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -3589,7 +3589,7 @@ buildFloodlightActivity() {
|
| o.advertiserIdDimensionValue = buildDimensionValue();
|
| o.cacheBustingType = "foo";
|
| o.countingMethod = "foo";
|
| - o.defaultTags = buildUnnamed1365();
|
| + o.defaultTags = buildUnnamed1810();
|
| o.expectedUrl = "foo";
|
| o.floodlightActivityGroupId = "foo";
|
| o.floodlightActivityGroupName = "foo";
|
| @@ -3604,14 +3604,14 @@ buildFloodlightActivity() {
|
| o.kind = "foo";
|
| o.name = "foo";
|
| o.notes = "foo";
|
| - o.publisherTags = buildUnnamed1366();
|
| + o.publisherTags = buildUnnamed1811();
|
| o.secure = true;
|
| o.sslCompliant = true;
|
| o.sslRequired = true;
|
| o.subaccountId = "foo";
|
| o.tagFormat = "foo";
|
| o.tagString = "foo";
|
| - o.userDefinedVariableTypes = buildUnnamed1367();
|
| + o.userDefinedVariableTypes = buildUnnamed1812();
|
| }
|
| buildCounterFloodlightActivity--;
|
| return o;
|
| @@ -3625,7 +3625,7 @@ checkFloodlightActivity(api.FloodlightActivity o) {
|
| checkDimensionValue(o.advertiserIdDimensionValue);
|
| unittest.expect(o.cacheBustingType, unittest.equals('foo'));
|
| unittest.expect(o.countingMethod, unittest.equals('foo'));
|
| - checkUnnamed1365(o.defaultTags);
|
| + checkUnnamed1810(o.defaultTags);
|
| unittest.expect(o.expectedUrl, unittest.equals('foo'));
|
| unittest.expect(o.floodlightActivityGroupId, unittest.equals('foo'));
|
| unittest.expect(o.floodlightActivityGroupName, unittest.equals('foo'));
|
| @@ -3640,14 +3640,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'));
|
| - checkUnnamed1366(o.publisherTags);
|
| + checkUnnamed1811(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'));
|
| - checkUnnamed1367(o.userDefinedVariableTypes);
|
| + checkUnnamed1812(o.userDefinedVariableTypes);
|
| }
|
| buildCounterFloodlightActivity--;
|
| }
|
| @@ -3716,14 +3716,14 @@ checkFloodlightActivityGroup(api.FloodlightActivityGroup o) {
|
| buildCounterFloodlightActivityGroup--;
|
| }
|
|
|
| -buildUnnamed1368() {
|
| +buildUnnamed1813() {
|
| var o = new core.List<api.FloodlightActivityGroup>();
|
| o.add(buildFloodlightActivityGroup());
|
| o.add(buildFloodlightActivityGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1368(core.List<api.FloodlightActivityGroup> o) {
|
| +checkUnnamed1813(core.List<api.FloodlightActivityGroup> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFloodlightActivityGroup(o[0]);
|
| checkFloodlightActivityGroup(o[1]);
|
| @@ -3734,7 +3734,7 @@ buildFloodlightActivityGroupsListResponse() {
|
| var o = new api.FloodlightActivityGroupsListResponse();
|
| buildCounterFloodlightActivityGroupsListResponse++;
|
| if (buildCounterFloodlightActivityGroupsListResponse < 3) {
|
| - o.floodlightActivityGroups = buildUnnamed1368();
|
| + o.floodlightActivityGroups = buildUnnamed1813();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -3745,7 +3745,7 @@ buildFloodlightActivityGroupsListResponse() {
|
| checkFloodlightActivityGroupsListResponse(api.FloodlightActivityGroupsListResponse o) {
|
| buildCounterFloodlightActivityGroupsListResponse++;
|
| if (buildCounterFloodlightActivityGroupsListResponse < 3) {
|
| - checkUnnamed1368(o.floodlightActivityGroups);
|
| + checkUnnamed1813(o.floodlightActivityGroups);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -3781,40 +3781,40 @@ checkFloodlightActivityPublisherDynamicTag(api.FloodlightActivityPublisherDynami
|
| buildCounterFloodlightActivityPublisherDynamicTag--;
|
| }
|
|
|
| -buildUnnamed1369() {
|
| +buildUnnamed1814() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1369(core.List<core.String> o) {
|
| +checkUnnamed1814(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1370() {
|
| +buildUnnamed1815() {
|
| var o = new core.List<api.ThirdPartyAuthenticationToken>();
|
| o.add(buildThirdPartyAuthenticationToken());
|
| o.add(buildThirdPartyAuthenticationToken());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1370(core.List<api.ThirdPartyAuthenticationToken> o) {
|
| +checkUnnamed1815(core.List<api.ThirdPartyAuthenticationToken> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkThirdPartyAuthenticationToken(o[0]);
|
| checkThirdPartyAuthenticationToken(o[1]);
|
| }
|
|
|
| -buildUnnamed1371() {
|
| +buildUnnamed1816() {
|
| var o = new core.List<api.UserDefinedVariableConfiguration>();
|
| o.add(buildUserDefinedVariableConfiguration());
|
| o.add(buildUserDefinedVariableConfiguration());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1371(core.List<api.UserDefinedVariableConfiguration> o) {
|
| +checkUnnamed1816(core.List<api.UserDefinedVariableConfiguration> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUserDefinedVariableConfiguration(o[0]);
|
| checkUserDefinedVariableConfiguration(o[1]);
|
| @@ -3838,11 +3838,11 @@ buildFloodlightConfiguration() {
|
| o.lookbackConfiguration = buildLookbackConfiguration();
|
| o.naturalSearchConversionAttributionOption = "foo";
|
| o.omnitureSettings = buildOmnitureSettings();
|
| - o.standardVariableTypes = buildUnnamed1369();
|
| + o.standardVariableTypes = buildUnnamed1814();
|
| o.subaccountId = "foo";
|
| o.tagSettings = buildTagSettings();
|
| - o.thirdPartyAuthenticationTokens = buildUnnamed1370();
|
| - o.userDefinedVariableConfigurations = buildUnnamed1371();
|
| + o.thirdPartyAuthenticationTokens = buildUnnamed1815();
|
| + o.userDefinedVariableConfigurations = buildUnnamed1816();
|
| }
|
| buildCounterFloodlightConfiguration--;
|
| return o;
|
| @@ -3864,23 +3864,23 @@ checkFloodlightConfiguration(api.FloodlightConfiguration o) {
|
| checkLookbackConfiguration(o.lookbackConfiguration);
|
| unittest.expect(o.naturalSearchConversionAttributionOption, unittest.equals('foo'));
|
| checkOmnitureSettings(o.omnitureSettings);
|
| - checkUnnamed1369(o.standardVariableTypes);
|
| + checkUnnamed1814(o.standardVariableTypes);
|
| unittest.expect(o.subaccountId, unittest.equals('foo'));
|
| checkTagSettings(o.tagSettings);
|
| - checkUnnamed1370(o.thirdPartyAuthenticationTokens);
|
| - checkUnnamed1371(o.userDefinedVariableConfigurations);
|
| + checkUnnamed1815(o.thirdPartyAuthenticationTokens);
|
| + checkUnnamed1816(o.userDefinedVariableConfigurations);
|
| }
|
| buildCounterFloodlightConfiguration--;
|
| }
|
|
|
| -buildUnnamed1372() {
|
| +buildUnnamed1817() {
|
| var o = new core.List<api.FloodlightConfiguration>();
|
| o.add(buildFloodlightConfiguration());
|
| o.add(buildFloodlightConfiguration());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1372(core.List<api.FloodlightConfiguration> o) {
|
| +checkUnnamed1817(core.List<api.FloodlightConfiguration> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFloodlightConfiguration(o[0]);
|
| checkFloodlightConfiguration(o[1]);
|
| @@ -3891,7 +3891,7 @@ buildFloodlightConfigurationsListResponse() {
|
| var o = new api.FloodlightConfigurationsListResponse();
|
| buildCounterFloodlightConfigurationsListResponse++;
|
| if (buildCounterFloodlightConfigurationsListResponse < 3) {
|
| - o.floodlightConfigurations = buildUnnamed1372();
|
| + o.floodlightConfigurations = buildUnnamed1817();
|
| o.kind = "foo";
|
| }
|
| buildCounterFloodlightConfigurationsListResponse--;
|
| @@ -3901,46 +3901,46 @@ buildFloodlightConfigurationsListResponse() {
|
| checkFloodlightConfigurationsListResponse(api.FloodlightConfigurationsListResponse o) {
|
| buildCounterFloodlightConfigurationsListResponse++;
|
| if (buildCounterFloodlightConfigurationsListResponse < 3) {
|
| - checkUnnamed1372(o.floodlightConfigurations);
|
| + checkUnnamed1817(o.floodlightConfigurations);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterFloodlightConfigurationsListResponse--;
|
| }
|
|
|
| -buildUnnamed1373() {
|
| +buildUnnamed1818() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1373(core.List<api.Dimension> o) {
|
| +checkUnnamed1818(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed1374() {
|
| +buildUnnamed1819() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1374(core.List<api.Dimension> o) {
|
| +checkUnnamed1819(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed1375() {
|
| +buildUnnamed1820() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1375(core.List<api.Metric> o) {
|
| +checkUnnamed1820(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| @@ -3951,10 +3951,10 @@ buildFloodlightReportCompatibleFields() {
|
| var o = new api.FloodlightReportCompatibleFields();
|
| buildCounterFloodlightReportCompatibleFields++;
|
| if (buildCounterFloodlightReportCompatibleFields < 3) {
|
| - o.dimensionFilters = buildUnnamed1373();
|
| - o.dimensions = buildUnnamed1374();
|
| + o.dimensionFilters = buildUnnamed1818();
|
| + o.dimensions = buildUnnamed1819();
|
| o.kind = "foo";
|
| - o.metrics = buildUnnamed1375();
|
| + o.metrics = buildUnnamed1820();
|
| }
|
| buildCounterFloodlightReportCompatibleFields--;
|
| return o;
|
| @@ -3963,10 +3963,10 @@ buildFloodlightReportCompatibleFields() {
|
| checkFloodlightReportCompatibleFields(api.FloodlightReportCompatibleFields o) {
|
| buildCounterFloodlightReportCompatibleFields++;
|
| if (buildCounterFloodlightReportCompatibleFields < 3) {
|
| - checkUnnamed1373(o.dimensionFilters);
|
| - checkUnnamed1374(o.dimensions);
|
| + checkUnnamed1818(o.dimensionFilters);
|
| + checkUnnamed1819(o.dimensions);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1375(o.metrics);
|
| + checkUnnamed1820(o.metrics);
|
| }
|
| buildCounterFloodlightReportCompatibleFields--;
|
| }
|
| @@ -4019,66 +4019,66 @@ checkFsCommand(api.FsCommand o) {
|
| buildCounterFsCommand--;
|
| }
|
|
|
| -buildUnnamed1376() {
|
| +buildUnnamed1821() {
|
| var o = new core.List<api.City>();
|
| o.add(buildCity());
|
| o.add(buildCity());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1376(core.List<api.City> o) {
|
| +checkUnnamed1821(core.List<api.City> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCity(o[0]);
|
| checkCity(o[1]);
|
| }
|
|
|
| -buildUnnamed1377() {
|
| +buildUnnamed1822() {
|
| var o = new core.List<api.Country>();
|
| o.add(buildCountry());
|
| o.add(buildCountry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1377(core.List<api.Country> o) {
|
| +checkUnnamed1822(core.List<api.Country> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCountry(o[0]);
|
| checkCountry(o[1]);
|
| }
|
|
|
| -buildUnnamed1378() {
|
| +buildUnnamed1823() {
|
| var o = new core.List<api.Metro>();
|
| o.add(buildMetro());
|
| o.add(buildMetro());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1378(core.List<api.Metro> o) {
|
| +checkUnnamed1823(core.List<api.Metro> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetro(o[0]);
|
| checkMetro(o[1]);
|
| }
|
|
|
| -buildUnnamed1379() {
|
| +buildUnnamed1824() {
|
| var o = new core.List<api.PostalCode>();
|
| o.add(buildPostalCode());
|
| o.add(buildPostalCode());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1379(core.List<api.PostalCode> o) {
|
| +checkUnnamed1824(core.List<api.PostalCode> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPostalCode(o[0]);
|
| checkPostalCode(o[1]);
|
| }
|
|
|
| -buildUnnamed1380() {
|
| +buildUnnamed1825() {
|
| var o = new core.List<api.Region>();
|
| o.add(buildRegion());
|
| o.add(buildRegion());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1380(core.List<api.Region> o) {
|
| +checkUnnamed1825(core.List<api.Region> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRegion(o[0]);
|
| checkRegion(o[1]);
|
| @@ -4089,12 +4089,12 @@ buildGeoTargeting() {
|
| var o = new api.GeoTargeting();
|
| buildCounterGeoTargeting++;
|
| if (buildCounterGeoTargeting < 3) {
|
| - o.cities = buildUnnamed1376();
|
| - o.countries = buildUnnamed1377();
|
| + o.cities = buildUnnamed1821();
|
| + o.countries = buildUnnamed1822();
|
| o.excludeCountries = true;
|
| - o.metros = buildUnnamed1378();
|
| - o.postalCodes = buildUnnamed1379();
|
| - o.regions = buildUnnamed1380();
|
| + o.metros = buildUnnamed1823();
|
| + o.postalCodes = buildUnnamed1824();
|
| + o.regions = buildUnnamed1825();
|
| }
|
| buildCounterGeoTargeting--;
|
| return o;
|
| @@ -4103,24 +4103,24 @@ buildGeoTargeting() {
|
| checkGeoTargeting(api.GeoTargeting o) {
|
| buildCounterGeoTargeting++;
|
| if (buildCounterGeoTargeting < 3) {
|
| - checkUnnamed1376(o.cities);
|
| - checkUnnamed1377(o.countries);
|
| + checkUnnamed1821(o.cities);
|
| + checkUnnamed1822(o.countries);
|
| unittest.expect(o.excludeCountries, unittest.isTrue);
|
| - checkUnnamed1378(o.metros);
|
| - checkUnnamed1379(o.postalCodes);
|
| - checkUnnamed1380(o.regions);
|
| + checkUnnamed1823(o.metros);
|
| + checkUnnamed1824(o.postalCodes);
|
| + checkUnnamed1825(o.regions);
|
| }
|
| buildCounterGeoTargeting--;
|
| }
|
|
|
| -buildUnnamed1381() {
|
| +buildUnnamed1826() {
|
| var o = new core.List<api.AdSlot>();
|
| o.add(buildAdSlot());
|
| o.add(buildAdSlot());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1381(core.List<api.AdSlot> o) {
|
| +checkUnnamed1826(core.List<api.AdSlot> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAdSlot(o[0]);
|
| checkAdSlot(o[1]);
|
| @@ -4132,7 +4132,7 @@ buildInventoryItem() {
|
| buildCounterInventoryItem++;
|
| if (buildCounterInventoryItem < 3) {
|
| o.accountId = "foo";
|
| - o.adSlots = buildUnnamed1381();
|
| + o.adSlots = buildUnnamed1826();
|
| o.advertiserId = "foo";
|
| o.contentCategoryId = "foo";
|
| o.estimatedClickThroughRate = "foo";
|
| @@ -4159,7 +4159,7 @@ checkInventoryItem(api.InventoryItem o) {
|
| buildCounterInventoryItem++;
|
| if (buildCounterInventoryItem < 3) {
|
| unittest.expect(o.accountId, unittest.equals('foo'));
|
| - checkUnnamed1381(o.adSlots);
|
| + checkUnnamed1826(o.adSlots);
|
| unittest.expect(o.advertiserId, unittest.equals('foo'));
|
| unittest.expect(o.contentCategoryId, unittest.equals('foo'));
|
| unittest.expect(o.estimatedClickThroughRate, unittest.equals('foo'));
|
| @@ -4181,14 +4181,14 @@ checkInventoryItem(api.InventoryItem o) {
|
| buildCounterInventoryItem--;
|
| }
|
|
|
| -buildUnnamed1382() {
|
| +buildUnnamed1827() {
|
| var o = new core.List<api.InventoryItem>();
|
| o.add(buildInventoryItem());
|
| o.add(buildInventoryItem());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1382(core.List<api.InventoryItem> o) {
|
| +checkUnnamed1827(core.List<api.InventoryItem> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInventoryItem(o[0]);
|
| checkInventoryItem(o[1]);
|
| @@ -4199,7 +4199,7 @@ buildInventoryItemsListResponse() {
|
| var o = new api.InventoryItemsListResponse();
|
| buildCounterInventoryItemsListResponse++;
|
| if (buildCounterInventoryItemsListResponse < 3) {
|
| - o.inventoryItems = buildUnnamed1382();
|
| + o.inventoryItems = buildUnnamed1827();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -4210,7 +4210,7 @@ buildInventoryItemsListResponse() {
|
| checkInventoryItemsListResponse(api.InventoryItemsListResponse o) {
|
| buildCounterInventoryItemsListResponse++;
|
| if (buildCounterInventoryItemsListResponse < 3) {
|
| - checkUnnamed1382(o.inventoryItems);
|
| + checkUnnamed1827(o.inventoryItems);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -4263,14 +4263,14 @@ checkLandingPage(api.LandingPage o) {
|
| buildCounterLandingPage--;
|
| }
|
|
|
| -buildUnnamed1383() {
|
| +buildUnnamed1828() {
|
| var o = new core.List<api.LandingPage>();
|
| o.add(buildLandingPage());
|
| o.add(buildLandingPage());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1383(core.List<api.LandingPage> o) {
|
| +checkUnnamed1828(core.List<api.LandingPage> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkLandingPage(o[0]);
|
| checkLandingPage(o[1]);
|
| @@ -4282,7 +4282,7 @@ buildLandingPagesListResponse() {
|
| buildCounterLandingPagesListResponse++;
|
| if (buildCounterLandingPagesListResponse < 3) {
|
| o.kind = "foo";
|
| - o.landingPages = buildUnnamed1383();
|
| + o.landingPages = buildUnnamed1828();
|
| }
|
| buildCounterLandingPagesListResponse--;
|
| return o;
|
| @@ -4292,7 +4292,7 @@ checkLandingPagesListResponse(api.LandingPagesListResponse o) {
|
| buildCounterLandingPagesListResponse++;
|
| if (buildCounterLandingPagesListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1383(o.landingPages);
|
| + checkUnnamed1828(o.landingPages);
|
| }
|
| buildCounterLandingPagesListResponse--;
|
| }
|
| @@ -4316,14 +4316,14 @@ checkLastModifiedInfo(api.LastModifiedInfo o) {
|
| buildCounterLastModifiedInfo--;
|
| }
|
|
|
| -buildUnnamed1384() {
|
| +buildUnnamed1829() {
|
| var o = new core.List<api.ListPopulationTerm>();
|
| o.add(buildListPopulationTerm());
|
| o.add(buildListPopulationTerm());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1384(core.List<api.ListPopulationTerm> o) {
|
| +checkUnnamed1829(core.List<api.ListPopulationTerm> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkListPopulationTerm(o[0]);
|
| checkListPopulationTerm(o[1]);
|
| @@ -4334,7 +4334,7 @@ buildListPopulationClause() {
|
| var o = new api.ListPopulationClause();
|
| buildCounterListPopulationClause++;
|
| if (buildCounterListPopulationClause < 3) {
|
| - o.terms = buildUnnamed1384();
|
| + o.terms = buildUnnamed1829();
|
| }
|
| buildCounterListPopulationClause--;
|
| return o;
|
| @@ -4343,19 +4343,19 @@ buildListPopulationClause() {
|
| checkListPopulationClause(api.ListPopulationClause o) {
|
| buildCounterListPopulationClause++;
|
| if (buildCounterListPopulationClause < 3) {
|
| - checkUnnamed1384(o.terms);
|
| + checkUnnamed1829(o.terms);
|
| }
|
| buildCounterListPopulationClause--;
|
| }
|
|
|
| -buildUnnamed1385() {
|
| +buildUnnamed1830() {
|
| var o = new core.List<api.ListPopulationClause>();
|
| o.add(buildListPopulationClause());
|
| o.add(buildListPopulationClause());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1385(core.List<api.ListPopulationClause> o) {
|
| +checkUnnamed1830(core.List<api.ListPopulationClause> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkListPopulationClause(o[0]);
|
| checkListPopulationClause(o[1]);
|
| @@ -4368,7 +4368,7 @@ buildListPopulationRule() {
|
| if (buildCounterListPopulationRule < 3) {
|
| o.floodlightActivityId = "foo";
|
| o.floodlightActivityName = "foo";
|
| - o.listPopulationClauses = buildUnnamed1385();
|
| + o.listPopulationClauses = buildUnnamed1830();
|
| }
|
| buildCounterListPopulationRule--;
|
| return o;
|
| @@ -4379,7 +4379,7 @@ checkListPopulationRule(api.ListPopulationRule o) {
|
| if (buildCounterListPopulationRule < 3) {
|
| unittest.expect(o.floodlightActivityId, unittest.equals('foo'));
|
| unittest.expect(o.floodlightActivityName, unittest.equals('foo'));
|
| - checkUnnamed1385(o.listPopulationClauses);
|
| + checkUnnamed1830(o.listPopulationClauses);
|
| }
|
| buildCounterListPopulationRule--;
|
| }
|
| @@ -4509,14 +4509,14 @@ checkMetro(api.Metro o) {
|
| buildCounterMetro--;
|
| }
|
|
|
| -buildUnnamed1386() {
|
| +buildUnnamed1831() {
|
| var o = new core.List<api.Metro>();
|
| o.add(buildMetro());
|
| o.add(buildMetro());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1386(core.List<api.Metro> o) {
|
| +checkUnnamed1831(core.List<api.Metro> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetro(o[0]);
|
| checkMetro(o[1]);
|
| @@ -4528,7 +4528,7 @@ buildMetrosListResponse() {
|
| buildCounterMetrosListResponse++;
|
| if (buildCounterMetrosListResponse < 3) {
|
| o.kind = "foo";
|
| - o.metros = buildUnnamed1386();
|
| + o.metros = buildUnnamed1831();
|
| }
|
| buildCounterMetrosListResponse--;
|
| return o;
|
| @@ -4538,7 +4538,7 @@ checkMetrosListResponse(api.MetrosListResponse o) {
|
| buildCounterMetrosListResponse++;
|
| if (buildCounterMetrosListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1386(o.metros);
|
| + checkUnnamed1831(o.metros);
|
| }
|
| buildCounterMetrosListResponse--;
|
| }
|
| @@ -4570,14 +4570,14 @@ checkMobileCarrier(api.MobileCarrier o) {
|
| buildCounterMobileCarrier--;
|
| }
|
|
|
| -buildUnnamed1387() {
|
| +buildUnnamed1832() {
|
| var o = new core.List<api.MobileCarrier>();
|
| o.add(buildMobileCarrier());
|
| o.add(buildMobileCarrier());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1387(core.List<api.MobileCarrier> o) {
|
| +checkUnnamed1832(core.List<api.MobileCarrier> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMobileCarrier(o[0]);
|
| checkMobileCarrier(o[1]);
|
| @@ -4589,7 +4589,7 @@ buildMobileCarriersListResponse() {
|
| buildCounterMobileCarriersListResponse++;
|
| if (buildCounterMobileCarriersListResponse < 3) {
|
| o.kind = "foo";
|
| - o.mobileCarriers = buildUnnamed1387();
|
| + o.mobileCarriers = buildUnnamed1832();
|
| }
|
| buildCounterMobileCarriersListResponse--;
|
| return o;
|
| @@ -4599,19 +4599,19 @@ checkMobileCarriersListResponse(api.MobileCarriersListResponse o) {
|
| buildCounterMobileCarriersListResponse++;
|
| if (buildCounterMobileCarriersListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1387(o.mobileCarriers);
|
| + checkUnnamed1832(o.mobileCarriers);
|
| }
|
| buildCounterMobileCarriersListResponse--;
|
| }
|
|
|
| -buildUnnamed1388() {
|
| +buildUnnamed1833() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1388(core.List<core.String> o) {
|
| +checkUnnamed1833(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -4623,7 +4623,7 @@ buildObjectFilter() {
|
| buildCounterObjectFilter++;
|
| if (buildCounterObjectFilter < 3) {
|
| o.kind = "foo";
|
| - o.objectIds = buildUnnamed1388();
|
| + o.objectIds = buildUnnamed1833();
|
| o.status = "foo";
|
| }
|
| buildCounterObjectFilter--;
|
| @@ -4634,7 +4634,7 @@ checkObjectFilter(api.ObjectFilter o) {
|
| buildCounterObjectFilter++;
|
| if (buildCounterObjectFilter < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1388(o.objectIds);
|
| + checkUnnamed1833(o.objectIds);
|
| unittest.expect(o.status, unittest.equals('foo'));
|
| }
|
| buildCounterObjectFilter--;
|
| @@ -4738,14 +4738,14 @@ checkOperatingSystemVersion(api.OperatingSystemVersion o) {
|
| buildCounterOperatingSystemVersion--;
|
| }
|
|
|
| -buildUnnamed1389() {
|
| +buildUnnamed1834() {
|
| var o = new core.List<api.OperatingSystemVersion>();
|
| o.add(buildOperatingSystemVersion());
|
| o.add(buildOperatingSystemVersion());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1389(core.List<api.OperatingSystemVersion> o) {
|
| +checkUnnamed1834(core.List<api.OperatingSystemVersion> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOperatingSystemVersion(o[0]);
|
| checkOperatingSystemVersion(o[1]);
|
| @@ -4757,7 +4757,7 @@ buildOperatingSystemVersionsListResponse() {
|
| buildCounterOperatingSystemVersionsListResponse++;
|
| if (buildCounterOperatingSystemVersionsListResponse < 3) {
|
| o.kind = "foo";
|
| - o.operatingSystemVersions = buildUnnamed1389();
|
| + o.operatingSystemVersions = buildUnnamed1834();
|
| }
|
| buildCounterOperatingSystemVersionsListResponse--;
|
| return o;
|
| @@ -4767,19 +4767,19 @@ checkOperatingSystemVersionsListResponse(api.OperatingSystemVersionsListResponse
|
| buildCounterOperatingSystemVersionsListResponse++;
|
| if (buildCounterOperatingSystemVersionsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1389(o.operatingSystemVersions);
|
| + checkUnnamed1834(o.operatingSystemVersions);
|
| }
|
| buildCounterOperatingSystemVersionsListResponse--;
|
| }
|
|
|
| -buildUnnamed1390() {
|
| +buildUnnamed1835() {
|
| var o = new core.List<api.OperatingSystem>();
|
| o.add(buildOperatingSystem());
|
| o.add(buildOperatingSystem());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1390(core.List<api.OperatingSystem> o) {
|
| +checkUnnamed1835(core.List<api.OperatingSystem> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOperatingSystem(o[0]);
|
| checkOperatingSystem(o[1]);
|
| @@ -4791,7 +4791,7 @@ buildOperatingSystemsListResponse() {
|
| buildCounterOperatingSystemsListResponse++;
|
| if (buildCounterOperatingSystemsListResponse < 3) {
|
| o.kind = "foo";
|
| - o.operatingSystems = buildUnnamed1390();
|
| + o.operatingSystems = buildUnnamed1835();
|
| }
|
| buildCounterOperatingSystemsListResponse--;
|
| return o;
|
| @@ -4801,7 +4801,7 @@ checkOperatingSystemsListResponse(api.OperatingSystemsListResponse o) {
|
| buildCounterOperatingSystemsListResponse++;
|
| if (buildCounterOperatingSystemsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1390(o.operatingSystems);
|
| + checkUnnamed1835(o.operatingSystems);
|
| }
|
| buildCounterOperatingSystemsListResponse--;
|
| }
|
| @@ -4829,53 +4829,53 @@ checkOptimizationActivity(api.OptimizationActivity o) {
|
| buildCounterOptimizationActivity--;
|
| }
|
|
|
| -buildUnnamed1391() {
|
| +buildUnnamed1836() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1391(core.List<core.String> o) {
|
| +checkUnnamed1836(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1392() {
|
| +buildUnnamed1837() {
|
| var o = new core.List<api.OrderContact>();
|
| o.add(buildOrderContact());
|
| o.add(buildOrderContact());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1392(core.List<api.OrderContact> o) {
|
| +checkUnnamed1837(core.List<api.OrderContact> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOrderContact(o[0]);
|
| checkOrderContact(o[1]);
|
| }
|
|
|
| -buildUnnamed1393() {
|
| +buildUnnamed1838() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1393(core.List<core.String> o) {
|
| +checkUnnamed1838(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1394() {
|
| +buildUnnamed1839() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1394(core.List<core.String> o) {
|
| +checkUnnamed1839(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -4888,11 +4888,11 @@ buildOrder() {
|
| if (buildCounterOrder < 3) {
|
| o.accountId = "foo";
|
| o.advertiserId = "foo";
|
| - o.approverUserProfileIds = buildUnnamed1391();
|
| + o.approverUserProfileIds = buildUnnamed1836();
|
| o.buyerInvoiceId = "foo";
|
| o.buyerOrganizationName = "foo";
|
| o.comments = "foo";
|
| - o.contacts = buildUnnamed1392();
|
| + o.contacts = buildUnnamed1837();
|
| o.id = "foo";
|
| o.kind = "foo";
|
| o.lastModifiedInfo = buildLastModifiedInfo();
|
| @@ -4902,8 +4902,8 @@ buildOrder() {
|
| o.projectId = "foo";
|
| o.sellerOrderId = "foo";
|
| o.sellerOrganizationName = "foo";
|
| - o.siteId = buildUnnamed1393();
|
| - o.siteNames = buildUnnamed1394();
|
| + o.siteId = buildUnnamed1838();
|
| + o.siteNames = buildUnnamed1839();
|
| o.subaccountId = "foo";
|
| o.termsAndConditions = "foo";
|
| }
|
| @@ -4916,11 +4916,11 @@ checkOrder(api.Order o) {
|
| if (buildCounterOrder < 3) {
|
| unittest.expect(o.accountId, unittest.equals('foo'));
|
| unittest.expect(o.advertiserId, unittest.equals('foo'));
|
| - checkUnnamed1391(o.approverUserProfileIds);
|
| + checkUnnamed1836(o.approverUserProfileIds);
|
| unittest.expect(o.buyerInvoiceId, unittest.equals('foo'));
|
| unittest.expect(o.buyerOrganizationName, unittest.equals('foo'));
|
| unittest.expect(o.comments, unittest.equals('foo'));
|
| - checkUnnamed1392(o.contacts);
|
| + checkUnnamed1837(o.contacts);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| checkLastModifiedInfo(o.lastModifiedInfo);
|
| @@ -4930,8 +4930,8 @@ checkOrder(api.Order o) {
|
| unittest.expect(o.projectId, unittest.equals('foo'));
|
| unittest.expect(o.sellerOrderId, unittest.equals('foo'));
|
| unittest.expect(o.sellerOrganizationName, unittest.equals('foo'));
|
| - checkUnnamed1393(o.siteId);
|
| - checkUnnamed1394(o.siteNames);
|
| + checkUnnamed1838(o.siteId);
|
| + checkUnnamed1839(o.siteNames);
|
| unittest.expect(o.subaccountId, unittest.equals('foo'));
|
| unittest.expect(o.termsAndConditions, unittest.equals('foo'));
|
| }
|
| @@ -4965,27 +4965,27 @@ checkOrderContact(api.OrderContact o) {
|
| buildCounterOrderContact--;
|
| }
|
|
|
| -buildUnnamed1395() {
|
| +buildUnnamed1840() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1395(core.List<core.String> o) {
|
| +checkUnnamed1840(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1396() {
|
| +buildUnnamed1841() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1396(core.List<core.String> o) {
|
| +checkUnnamed1841(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -4999,13 +4999,13 @@ buildOrderDocument() {
|
| o.accountId = "foo";
|
| o.advertiserId = "foo";
|
| o.amendedOrderDocumentId = "foo";
|
| - o.approvedByUserProfileIds = buildUnnamed1395();
|
| + o.approvedByUserProfileIds = buildUnnamed1840();
|
| o.cancelled = true;
|
| o.createdInfo = buildLastModifiedInfo();
|
| o.effectiveDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| o.id = "foo";
|
| o.kind = "foo";
|
| - o.lastSentRecipients = buildUnnamed1396();
|
| + o.lastSentRecipients = buildUnnamed1841();
|
| o.lastSentTime = core.DateTime.parse("2002-02-27T14:01:02");
|
| o.orderId = "foo";
|
| o.projectId = "foo";
|
| @@ -5024,13 +5024,13 @@ checkOrderDocument(api.OrderDocument o) {
|
| unittest.expect(o.accountId, unittest.equals('foo'));
|
| unittest.expect(o.advertiserId, unittest.equals('foo'));
|
| unittest.expect(o.amendedOrderDocumentId, unittest.equals('foo'));
|
| - checkUnnamed1395(o.approvedByUserProfileIds);
|
| + checkUnnamed1840(o.approvedByUserProfileIds);
|
| unittest.expect(o.cancelled, unittest.isTrue);
|
| checkLastModifiedInfo(o.createdInfo);
|
| unittest.expect(o.effectiveDate, unittest.equals(core.DateTime.parse("2002-02-27T00:00:00")));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1396(o.lastSentRecipients);
|
| + checkUnnamed1841(o.lastSentRecipients);
|
| unittest.expect(o.lastSentTime, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
|
| unittest.expect(o.orderId, unittest.equals('foo'));
|
| unittest.expect(o.projectId, unittest.equals('foo'));
|
| @@ -5042,14 +5042,14 @@ checkOrderDocument(api.OrderDocument o) {
|
| buildCounterOrderDocument--;
|
| }
|
|
|
| -buildUnnamed1397() {
|
| +buildUnnamed1842() {
|
| var o = new core.List<api.OrderDocument>();
|
| o.add(buildOrderDocument());
|
| o.add(buildOrderDocument());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1397(core.List<api.OrderDocument> o) {
|
| +checkUnnamed1842(core.List<api.OrderDocument> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOrderDocument(o[0]);
|
| checkOrderDocument(o[1]);
|
| @@ -5062,7 +5062,7 @@ buildOrderDocumentsListResponse() {
|
| if (buildCounterOrderDocumentsListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.orderDocuments = buildUnnamed1397();
|
| + o.orderDocuments = buildUnnamed1842();
|
| }
|
| buildCounterOrderDocumentsListResponse--;
|
| return o;
|
| @@ -5073,19 +5073,19 @@ checkOrderDocumentsListResponse(api.OrderDocumentsListResponse o) {
|
| if (buildCounterOrderDocumentsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1397(o.orderDocuments);
|
| + checkUnnamed1842(o.orderDocuments);
|
| }
|
| buildCounterOrderDocumentsListResponse--;
|
| }
|
|
|
| -buildUnnamed1398() {
|
| +buildUnnamed1843() {
|
| var o = new core.List<api.Order>();
|
| o.add(buildOrder());
|
| o.add(buildOrder());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1398(core.List<api.Order> o) {
|
| +checkUnnamed1843(core.List<api.Order> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOrder(o[0]);
|
| checkOrder(o[1]);
|
| @@ -5098,7 +5098,7 @@ buildOrdersListResponse() {
|
| if (buildCounterOrdersListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.orders = buildUnnamed1398();
|
| + o.orders = buildUnnamed1843();
|
| }
|
| buildCounterOrdersListResponse--;
|
| return o;
|
| @@ -5109,58 +5109,58 @@ checkOrdersListResponse(api.OrdersListResponse o) {
|
| if (buildCounterOrdersListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1398(o.orders);
|
| + checkUnnamed1843(o.orders);
|
| }
|
| buildCounterOrdersListResponse--;
|
| }
|
|
|
| -buildUnnamed1399() {
|
| +buildUnnamed1844() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1399(core.List<api.Dimension> o) {
|
| +checkUnnamed1844(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed1400() {
|
| +buildUnnamed1845() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1400(core.List<api.Dimension> o) {
|
| +checkUnnamed1845(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed1401() {
|
| +buildUnnamed1846() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1401(core.List<api.Metric> o) {
|
| +checkUnnamed1846(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| }
|
|
|
| -buildUnnamed1402() {
|
| +buildUnnamed1847() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1402(core.List<api.Dimension> o) {
|
| +checkUnnamed1847(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| @@ -5171,11 +5171,11 @@ buildPathToConversionReportCompatibleFields() {
|
| var o = new api.PathToConversionReportCompatibleFields();
|
| buildCounterPathToConversionReportCompatibleFields++;
|
| if (buildCounterPathToConversionReportCompatibleFields < 3) {
|
| - o.conversionDimensions = buildUnnamed1399();
|
| - o.customFloodlightVariables = buildUnnamed1400();
|
| + o.conversionDimensions = buildUnnamed1844();
|
| + o.customFloodlightVariables = buildUnnamed1845();
|
| o.kind = "foo";
|
| - o.metrics = buildUnnamed1401();
|
| - o.perInteractionDimensions = buildUnnamed1402();
|
| + o.metrics = buildUnnamed1846();
|
| + o.perInteractionDimensions = buildUnnamed1847();
|
| }
|
| buildCounterPathToConversionReportCompatibleFields--;
|
| return o;
|
| @@ -5184,23 +5184,23 @@ buildPathToConversionReportCompatibleFields() {
|
| checkPathToConversionReportCompatibleFields(api.PathToConversionReportCompatibleFields o) {
|
| buildCounterPathToConversionReportCompatibleFields++;
|
| if (buildCounterPathToConversionReportCompatibleFields < 3) {
|
| - checkUnnamed1399(o.conversionDimensions);
|
| - checkUnnamed1400(o.customFloodlightVariables);
|
| + checkUnnamed1844(o.conversionDimensions);
|
| + checkUnnamed1845(o.customFloodlightVariables);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1401(o.metrics);
|
| - checkUnnamed1402(o.perInteractionDimensions);
|
| + checkUnnamed1846(o.metrics);
|
| + checkUnnamed1847(o.perInteractionDimensions);
|
| }
|
| buildCounterPathToConversionReportCompatibleFields--;
|
| }
|
|
|
| -buildUnnamed1403() {
|
| +buildUnnamed1848() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1403(core.List<core.String> o) {
|
| +checkUnnamed1848(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -5245,7 +5245,7 @@ buildPlacement() {
|
| o.sslRequired = true;
|
| o.status = "foo";
|
| o.subaccountId = "foo";
|
| - o.tagFormats = buildUnnamed1403();
|
| + o.tagFormats = buildUnnamed1848();
|
| o.tagSetting = buildTagSetting();
|
| }
|
| buildCounterPlacement--;
|
| @@ -5289,7 +5289,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'));
|
| - checkUnnamed1403(o.tagFormats);
|
| + checkUnnamed1848(o.tagFormats);
|
| checkTagSetting(o.tagSetting);
|
| }
|
| buildCounterPlacement--;
|
| @@ -5320,14 +5320,14 @@ checkPlacementAssignment(api.PlacementAssignment o) {
|
| buildCounterPlacementAssignment--;
|
| }
|
|
|
| -buildUnnamed1404() {
|
| +buildUnnamed1849() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1404(core.List<core.String> o) {
|
| +checkUnnamed1849(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -5344,7 +5344,7 @@ buildPlacementGroup() {
|
| o.archived = true;
|
| o.campaignId = "foo";
|
| o.campaignIdDimensionValue = buildDimensionValue();
|
| - o.childPlacementIds = buildUnnamed1404();
|
| + o.childPlacementIds = buildUnnamed1849();
|
| o.comment = "foo";
|
| o.contentCategoryId = "foo";
|
| o.createInfo = buildLastModifiedInfo();
|
| @@ -5378,7 +5378,7 @@ checkPlacementGroup(api.PlacementGroup o) {
|
| unittest.expect(o.archived, unittest.isTrue);
|
| unittest.expect(o.campaignId, unittest.equals('foo'));
|
| checkDimensionValue(o.campaignIdDimensionValue);
|
| - checkUnnamed1404(o.childPlacementIds);
|
| + checkUnnamed1849(o.childPlacementIds);
|
| unittest.expect(o.comment, unittest.equals('foo'));
|
| unittest.expect(o.contentCategoryId, unittest.equals('foo'));
|
| checkLastModifiedInfo(o.createInfo);
|
| @@ -5402,14 +5402,14 @@ checkPlacementGroup(api.PlacementGroup o) {
|
| buildCounterPlacementGroup--;
|
| }
|
|
|
| -buildUnnamed1405() {
|
| +buildUnnamed1850() {
|
| var o = new core.List<api.PlacementGroup>();
|
| o.add(buildPlacementGroup());
|
| o.add(buildPlacementGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1405(core.List<api.PlacementGroup> o) {
|
| +checkUnnamed1850(core.List<api.PlacementGroup> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPlacementGroup(o[0]);
|
| checkPlacementGroup(o[1]);
|
| @@ -5422,7 +5422,7 @@ buildPlacementGroupsListResponse() {
|
| if (buildCounterPlacementGroupsListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.placementGroups = buildUnnamed1405();
|
| + o.placementGroups = buildUnnamed1850();
|
| }
|
| buildCounterPlacementGroupsListResponse--;
|
| return o;
|
| @@ -5433,19 +5433,19 @@ checkPlacementGroupsListResponse(api.PlacementGroupsListResponse o) {
|
| if (buildCounterPlacementGroupsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1405(o.placementGroups);
|
| + checkUnnamed1850(o.placementGroups);
|
| }
|
| buildCounterPlacementGroupsListResponse--;
|
| }
|
|
|
| -buildUnnamed1406() {
|
| +buildUnnamed1851() {
|
| var o = new core.List<api.PlacementStrategy>();
|
| o.add(buildPlacementStrategy());
|
| o.add(buildPlacementStrategy());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1406(core.List<api.PlacementStrategy> o) {
|
| +checkUnnamed1851(core.List<api.PlacementStrategy> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPlacementStrategy(o[0]);
|
| checkPlacementStrategy(o[1]);
|
| @@ -5458,7 +5458,7 @@ buildPlacementStrategiesListResponse() {
|
| if (buildCounterPlacementStrategiesListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.placementStrategies = buildUnnamed1406();
|
| + o.placementStrategies = buildUnnamed1851();
|
| }
|
| buildCounterPlacementStrategiesListResponse--;
|
| return o;
|
| @@ -5469,7 +5469,7 @@ checkPlacementStrategiesListResponse(api.PlacementStrategiesListResponse o) {
|
| if (buildCounterPlacementStrategiesListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1406(o.placementStrategies);
|
| + checkUnnamed1851(o.placementStrategies);
|
| }
|
| buildCounterPlacementStrategiesListResponse--;
|
| }
|
| @@ -5499,14 +5499,14 @@ checkPlacementStrategy(api.PlacementStrategy o) {
|
| buildCounterPlacementStrategy--;
|
| }
|
|
|
| -buildUnnamed1407() {
|
| +buildUnnamed1852() {
|
| var o = new core.List<api.TagData>();
|
| o.add(buildTagData());
|
| o.add(buildTagData());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1407(core.List<api.TagData> o) {
|
| +checkUnnamed1852(core.List<api.TagData> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTagData(o[0]);
|
| checkTagData(o[1]);
|
| @@ -5518,7 +5518,7 @@ buildPlacementTag() {
|
| buildCounterPlacementTag++;
|
| if (buildCounterPlacementTag < 3) {
|
| o.placementId = "foo";
|
| - o.tagDatas = buildUnnamed1407();
|
| + o.tagDatas = buildUnnamed1852();
|
| }
|
| buildCounterPlacementTag--;
|
| return o;
|
| @@ -5528,19 +5528,19 @@ checkPlacementTag(api.PlacementTag o) {
|
| buildCounterPlacementTag++;
|
| if (buildCounterPlacementTag < 3) {
|
| unittest.expect(o.placementId, unittest.equals('foo'));
|
| - checkUnnamed1407(o.tagDatas);
|
| + checkUnnamed1852(o.tagDatas);
|
| }
|
| buildCounterPlacementTag--;
|
| }
|
|
|
| -buildUnnamed1408() {
|
| +buildUnnamed1853() {
|
| var o = new core.List<api.PlacementTag>();
|
| o.add(buildPlacementTag());
|
| o.add(buildPlacementTag());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1408(core.List<api.PlacementTag> o) {
|
| +checkUnnamed1853(core.List<api.PlacementTag> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPlacementTag(o[0]);
|
| checkPlacementTag(o[1]);
|
| @@ -5552,7 +5552,7 @@ buildPlacementsGenerateTagsResponse() {
|
| buildCounterPlacementsGenerateTagsResponse++;
|
| if (buildCounterPlacementsGenerateTagsResponse < 3) {
|
| o.kind = "foo";
|
| - o.placementTags = buildUnnamed1408();
|
| + o.placementTags = buildUnnamed1853();
|
| }
|
| buildCounterPlacementsGenerateTagsResponse--;
|
| return o;
|
| @@ -5562,19 +5562,19 @@ checkPlacementsGenerateTagsResponse(api.PlacementsGenerateTagsResponse o) {
|
| buildCounterPlacementsGenerateTagsResponse++;
|
| if (buildCounterPlacementsGenerateTagsResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1408(o.placementTags);
|
| + checkUnnamed1853(o.placementTags);
|
| }
|
| buildCounterPlacementsGenerateTagsResponse--;
|
| }
|
|
|
| -buildUnnamed1409() {
|
| +buildUnnamed1854() {
|
| var o = new core.List<api.Placement>();
|
| o.add(buildPlacement());
|
| o.add(buildPlacement());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1409(core.List<api.Placement> o) {
|
| +checkUnnamed1854(core.List<api.Placement> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPlacement(o[0]);
|
| checkPlacement(o[1]);
|
| @@ -5587,7 +5587,7 @@ buildPlacementsListResponse() {
|
| if (buildCounterPlacementsListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.placements = buildUnnamed1409();
|
| + o.placements = buildUnnamed1854();
|
| }
|
| buildCounterPlacementsListResponse--;
|
| return o;
|
| @@ -5598,7 +5598,7 @@ checkPlacementsListResponse(api.PlacementsListResponse o) {
|
| if (buildCounterPlacementsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1409(o.placements);
|
| + checkUnnamed1854(o.placements);
|
| }
|
| buildCounterPlacementsListResponse--;
|
| }
|
| @@ -5626,14 +5626,14 @@ checkPlatformType(api.PlatformType o) {
|
| buildCounterPlatformType--;
|
| }
|
|
|
| -buildUnnamed1410() {
|
| +buildUnnamed1855() {
|
| var o = new core.List<api.PlatformType>();
|
| o.add(buildPlatformType());
|
| o.add(buildPlatformType());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1410(core.List<api.PlatformType> o) {
|
| +checkUnnamed1855(core.List<api.PlatformType> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPlatformType(o[0]);
|
| checkPlatformType(o[1]);
|
| @@ -5645,7 +5645,7 @@ buildPlatformTypesListResponse() {
|
| buildCounterPlatformTypesListResponse++;
|
| if (buildCounterPlatformTypesListResponse < 3) {
|
| o.kind = "foo";
|
| - o.platformTypes = buildUnnamed1410();
|
| + o.platformTypes = buildUnnamed1855();
|
| }
|
| buildCounterPlatformTypesListResponse--;
|
| return o;
|
| @@ -5655,7 +5655,7 @@ checkPlatformTypesListResponse(api.PlatformTypesListResponse o) {
|
| buildCounterPlatformTypesListResponse++;
|
| if (buildCounterPlatformTypesListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1410(o.platformTypes);
|
| + checkUnnamed1855(o.platformTypes);
|
| }
|
| buildCounterPlatformTypesListResponse--;
|
| }
|
| @@ -5722,14 +5722,14 @@ checkPostalCode(api.PostalCode o) {
|
| buildCounterPostalCode--;
|
| }
|
|
|
| -buildUnnamed1411() {
|
| +buildUnnamed1856() {
|
| var o = new core.List<api.PostalCode>();
|
| o.add(buildPostalCode());
|
| o.add(buildPostalCode());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1411(core.List<api.PostalCode> o) {
|
| +checkUnnamed1856(core.List<api.PostalCode> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPostalCode(o[0]);
|
| checkPostalCode(o[1]);
|
| @@ -5741,7 +5741,7 @@ buildPostalCodesListResponse() {
|
| buildCounterPostalCodesListResponse++;
|
| if (buildCounterPostalCodesListResponse < 3) {
|
| o.kind = "foo";
|
| - o.postalCodes = buildUnnamed1411();
|
| + o.postalCodes = buildUnnamed1856();
|
| }
|
| buildCounterPostalCodesListResponse--;
|
| return o;
|
| @@ -5751,19 +5751,19 @@ checkPostalCodesListResponse(api.PostalCodesListResponse o) {
|
| buildCounterPostalCodesListResponse++;
|
| if (buildCounterPostalCodesListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1411(o.postalCodes);
|
| + checkUnnamed1856(o.postalCodes);
|
| }
|
| buildCounterPostalCodesListResponse--;
|
| }
|
|
|
| -buildUnnamed1412() {
|
| +buildUnnamed1857() {
|
| var o = new core.List<api.Flight>();
|
| o.add(buildFlight());
|
| o.add(buildFlight());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1412(core.List<api.Flight> o) {
|
| +checkUnnamed1857(core.List<api.Flight> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFlight(o[0]);
|
| checkFlight(o[1]);
|
| @@ -5776,7 +5776,7 @@ buildPricing() {
|
| if (buildCounterPricing < 3) {
|
| o.capCostType = "foo";
|
| o.endDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| - o.flights = buildUnnamed1412();
|
| + o.flights = buildUnnamed1857();
|
| o.groupType = "foo";
|
| o.pricingType = "foo";
|
| o.startDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| @@ -5790,7 +5790,7 @@ checkPricing(api.Pricing o) {
|
| if (buildCounterPricing < 3) {
|
| unittest.expect(o.capCostType, unittest.equals('foo'));
|
| unittest.expect(o.endDate, unittest.equals(core.DateTime.parse("2002-02-27T00:00:00")));
|
| - checkUnnamed1412(o.flights);
|
| + checkUnnamed1857(o.flights);
|
| unittest.expect(o.groupType, unittest.equals('foo'));
|
| unittest.expect(o.pricingType, unittest.equals('foo'));
|
| unittest.expect(o.startDate, unittest.equals(core.DateTime.parse("2002-02-27T00:00:00")));
|
| @@ -5798,14 +5798,14 @@ checkPricing(api.Pricing o) {
|
| buildCounterPricing--;
|
| }
|
|
|
| -buildUnnamed1413() {
|
| +buildUnnamed1858() {
|
| var o = new core.List<api.PricingSchedulePricingPeriod>();
|
| o.add(buildPricingSchedulePricingPeriod());
|
| o.add(buildPricingSchedulePricingPeriod());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1413(core.List<api.PricingSchedulePricingPeriod> o) {
|
| +checkUnnamed1858(core.List<api.PricingSchedulePricingPeriod> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPricingSchedulePricingPeriod(o[0]);
|
| checkPricingSchedulePricingPeriod(o[1]);
|
| @@ -5821,7 +5821,7 @@ buildPricingSchedule() {
|
| o.endDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| o.flighted = true;
|
| o.floodlightActivityId = "foo";
|
| - o.pricingPeriods = buildUnnamed1413();
|
| + o.pricingPeriods = buildUnnamed1858();
|
| o.pricingType = "foo";
|
| o.startDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| o.testingStartDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| @@ -5838,7 +5838,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'));
|
| - checkUnnamed1413(o.pricingPeriods);
|
| + checkUnnamed1858(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")));
|
| @@ -5932,14 +5932,14 @@ checkProject(api.Project o) {
|
| buildCounterProject--;
|
| }
|
|
|
| -buildUnnamed1414() {
|
| +buildUnnamed1859() {
|
| var o = new core.List<api.Project>();
|
| o.add(buildProject());
|
| o.add(buildProject());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1414(core.List<api.Project> o) {
|
| +checkUnnamed1859(core.List<api.Project> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProject(o[0]);
|
| checkProject(o[1]);
|
| @@ -5952,7 +5952,7 @@ buildProjectsListResponse() {
|
| if (buildCounterProjectsListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.projects = buildUnnamed1414();
|
| + o.projects = buildUnnamed1859();
|
| }
|
| buildCounterProjectsListResponse--;
|
| return o;
|
| @@ -5963,71 +5963,71 @@ checkProjectsListResponse(api.ProjectsListResponse o) {
|
| if (buildCounterProjectsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1414(o.projects);
|
| + checkUnnamed1859(o.projects);
|
| }
|
| buildCounterProjectsListResponse--;
|
| }
|
|
|
| -buildUnnamed1415() {
|
| +buildUnnamed1860() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1415(core.List<api.Dimension> o) {
|
| +checkUnnamed1860(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed1416() {
|
| +buildUnnamed1861() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1416(core.List<api.Dimension> o) {
|
| +checkUnnamed1861(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed1417() {
|
| +buildUnnamed1862() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1417(core.List<api.Metric> o) {
|
| +checkUnnamed1862(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| }
|
|
|
| -buildUnnamed1418() {
|
| +buildUnnamed1863() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1418(core.List<api.Metric> o) {
|
| +checkUnnamed1863(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| }
|
|
|
| -buildUnnamed1419() {
|
| +buildUnnamed1864() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1419(core.List<api.Metric> o) {
|
| +checkUnnamed1864(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| @@ -6038,12 +6038,12 @@ buildReachReportCompatibleFields() {
|
| var o = new api.ReachReportCompatibleFields();
|
| buildCounterReachReportCompatibleFields++;
|
| if (buildCounterReachReportCompatibleFields < 3) {
|
| - o.dimensionFilters = buildUnnamed1415();
|
| - o.dimensions = buildUnnamed1416();
|
| + o.dimensionFilters = buildUnnamed1860();
|
| + o.dimensions = buildUnnamed1861();
|
| o.kind = "foo";
|
| - o.metrics = buildUnnamed1417();
|
| - o.pivotedActivityMetrics = buildUnnamed1418();
|
| - o.reachByFrequencyMetrics = buildUnnamed1419();
|
| + o.metrics = buildUnnamed1862();
|
| + o.pivotedActivityMetrics = buildUnnamed1863();
|
| + o.reachByFrequencyMetrics = buildUnnamed1864();
|
| }
|
| buildCounterReachReportCompatibleFields--;
|
| return o;
|
| @@ -6052,12 +6052,12 @@ buildReachReportCompatibleFields() {
|
| checkReachReportCompatibleFields(api.ReachReportCompatibleFields o) {
|
| buildCounterReachReportCompatibleFields++;
|
| if (buildCounterReachReportCompatibleFields < 3) {
|
| - checkUnnamed1415(o.dimensionFilters);
|
| - checkUnnamed1416(o.dimensions);
|
| + checkUnnamed1860(o.dimensionFilters);
|
| + checkUnnamed1861(o.dimensions);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1417(o.metrics);
|
| - checkUnnamed1418(o.pivotedActivityMetrics);
|
| - checkUnnamed1419(o.reachByFrequencyMetrics);
|
| + checkUnnamed1862(o.metrics);
|
| + checkUnnamed1863(o.pivotedActivityMetrics);
|
| + checkUnnamed1864(o.reachByFrequencyMetrics);
|
| }
|
| buildCounterReachReportCompatibleFields--;
|
| }
|
| @@ -6114,14 +6114,14 @@ checkRegion(api.Region o) {
|
| buildCounterRegion--;
|
| }
|
|
|
| -buildUnnamed1420() {
|
| +buildUnnamed1865() {
|
| var o = new core.List<api.Region>();
|
| o.add(buildRegion());
|
| o.add(buildRegion());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1420(core.List<api.Region> o) {
|
| +checkUnnamed1865(core.List<api.Region> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRegion(o[0]);
|
| checkRegion(o[1]);
|
| @@ -6133,7 +6133,7 @@ buildRegionsListResponse() {
|
| buildCounterRegionsListResponse++;
|
| if (buildCounterRegionsListResponse < 3) {
|
| o.kind = "foo";
|
| - o.regions = buildUnnamed1420();
|
| + o.regions = buildUnnamed1865();
|
| }
|
| buildCounterRegionsListResponse--;
|
| return o;
|
| @@ -6143,7 +6143,7 @@ checkRegionsListResponse(api.RegionsListResponse o) {
|
| buildCounterRegionsListResponse++;
|
| if (buildCounterRegionsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1420(o.regions);
|
| + checkUnnamed1865(o.regions);
|
| }
|
| buildCounterRegionsListResponse--;
|
| }
|
| @@ -6191,27 +6191,27 @@ checkRemarketingList(api.RemarketingList o) {
|
| buildCounterRemarketingList--;
|
| }
|
|
|
| -buildUnnamed1421() {
|
| +buildUnnamed1866() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1421(core.List<core.String> o) {
|
| +checkUnnamed1866(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1422() {
|
| +buildUnnamed1867() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1422(core.List<core.String> o) {
|
| +checkUnnamed1867(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -6224,8 +6224,8 @@ buildRemarketingListShare() {
|
| if (buildCounterRemarketingListShare < 3) {
|
| o.kind = "foo";
|
| o.remarketingListId = "foo";
|
| - o.sharedAccountIds = buildUnnamed1421();
|
| - o.sharedAdvertiserIds = buildUnnamed1422();
|
| + o.sharedAccountIds = buildUnnamed1866();
|
| + o.sharedAdvertiserIds = buildUnnamed1867();
|
| }
|
| buildCounterRemarketingListShare--;
|
| return o;
|
| @@ -6236,20 +6236,20 @@ checkRemarketingListShare(api.RemarketingListShare o) {
|
| if (buildCounterRemarketingListShare < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.remarketingListId, unittest.equals('foo'));
|
| - checkUnnamed1421(o.sharedAccountIds);
|
| - checkUnnamed1422(o.sharedAdvertiserIds);
|
| + checkUnnamed1866(o.sharedAccountIds);
|
| + checkUnnamed1867(o.sharedAdvertiserIds);
|
| }
|
| buildCounterRemarketingListShare--;
|
| }
|
|
|
| -buildUnnamed1423() {
|
| +buildUnnamed1868() {
|
| var o = new core.List<api.RemarketingList>();
|
| o.add(buildRemarketingList());
|
| o.add(buildRemarketingList());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1423(core.List<api.RemarketingList> o) {
|
| +checkUnnamed1868(core.List<api.RemarketingList> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRemarketingList(o[0]);
|
| checkRemarketingList(o[1]);
|
| @@ -6262,7 +6262,7 @@ buildRemarketingListsListResponse() {
|
| if (buildCounterRemarketingListsListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.remarketingLists = buildUnnamed1423();
|
| + o.remarketingLists = buildUnnamed1868();
|
| }
|
| buildCounterRemarketingListsListResponse--;
|
| return o;
|
| @@ -6273,45 +6273,45 @@ checkRemarketingListsListResponse(api.RemarketingListsListResponse o) {
|
| if (buildCounterRemarketingListsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1423(o.remarketingLists);
|
| + checkUnnamed1868(o.remarketingLists);
|
| }
|
| buildCounterRemarketingListsListResponse--;
|
| }
|
|
|
| -buildUnnamed1424() {
|
| +buildUnnamed1869() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1424(core.List<api.DimensionValue> o) {
|
| +checkUnnamed1869(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed1425() {
|
| +buildUnnamed1870() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1425(core.List<api.SortedDimension> o) {
|
| +checkUnnamed1870(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed1426() {
|
| +buildUnnamed1871() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1426(core.List<core.String> o) {
|
| +checkUnnamed1871(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -6325,9 +6325,9 @@ buildReportCriteria() {
|
| o.activities = buildActivities();
|
| o.customRichMediaEvents = buildCustomRichMediaEvents();
|
| o.dateRange = buildDateRange();
|
| - o.dimensionFilters = buildUnnamed1424();
|
| - o.dimensions = buildUnnamed1425();
|
| - o.metricNames = buildUnnamed1426();
|
| + o.dimensionFilters = buildUnnamed1869();
|
| + o.dimensions = buildUnnamed1870();
|
| + o.metricNames = buildUnnamed1871();
|
| }
|
| buildCounterReportCriteria--;
|
| return o;
|
| @@ -6339,60 +6339,60 @@ checkReportCriteria(api.ReportCriteria o) {
|
| checkActivities(o.activities);
|
| checkCustomRichMediaEvents(o.customRichMediaEvents);
|
| checkDateRange(o.dateRange);
|
| - checkUnnamed1424(o.dimensionFilters);
|
| - checkUnnamed1425(o.dimensions);
|
| - checkUnnamed1426(o.metricNames);
|
| + checkUnnamed1869(o.dimensionFilters);
|
| + checkUnnamed1870(o.dimensions);
|
| + checkUnnamed1871(o.metricNames);
|
| }
|
| buildCounterReportCriteria--;
|
| }
|
|
|
| -buildUnnamed1427() {
|
| +buildUnnamed1872() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1427(core.List<api.SortedDimension> o) {
|
| +checkUnnamed1872(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed1428() {
|
| +buildUnnamed1873() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1428(core.List<api.DimensionValue> o) {
|
| +checkUnnamed1873(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed1429() {
|
| +buildUnnamed1874() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1429(core.List<core.String> o) {
|
| +checkUnnamed1874(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1430() {
|
| +buildUnnamed1875() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1430(core.List<core.String> o) {
|
| +checkUnnamed1875(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -6403,12 +6403,12 @@ buildReportCrossDimensionReachCriteria() {
|
| var o = new api.ReportCrossDimensionReachCriteria();
|
| buildCounterReportCrossDimensionReachCriteria++;
|
| if (buildCounterReportCrossDimensionReachCriteria < 3) {
|
| - o.breakdown = buildUnnamed1427();
|
| + o.breakdown = buildUnnamed1872();
|
| o.dateRange = buildDateRange();
|
| o.dimension = "foo";
|
| - o.dimensionFilters = buildUnnamed1428();
|
| - o.metricNames = buildUnnamed1429();
|
| - o.overlapMetricNames = buildUnnamed1430();
|
| + o.dimensionFilters = buildUnnamed1873();
|
| + o.metricNames = buildUnnamed1874();
|
| + o.overlapMetricNames = buildUnnamed1875();
|
| o.pivoted = true;
|
| }
|
| buildCounterReportCrossDimensionReachCriteria--;
|
| @@ -6418,25 +6418,25 @@ buildReportCrossDimensionReachCriteria() {
|
| checkReportCrossDimensionReachCriteria(api.ReportCrossDimensionReachCriteria o) {
|
| buildCounterReportCrossDimensionReachCriteria++;
|
| if (buildCounterReportCrossDimensionReachCriteria < 3) {
|
| - checkUnnamed1427(o.breakdown);
|
| + checkUnnamed1872(o.breakdown);
|
| checkDateRange(o.dateRange);
|
| unittest.expect(o.dimension, unittest.equals('foo'));
|
| - checkUnnamed1428(o.dimensionFilters);
|
| - checkUnnamed1429(o.metricNames);
|
| - checkUnnamed1430(o.overlapMetricNames);
|
| + checkUnnamed1873(o.dimensionFilters);
|
| + checkUnnamed1874(o.metricNames);
|
| + checkUnnamed1875(o.overlapMetricNames);
|
| unittest.expect(o.pivoted, unittest.isTrue);
|
| }
|
| buildCounterReportCrossDimensionReachCriteria--;
|
| }
|
|
|
| -buildUnnamed1431() {
|
| +buildUnnamed1876() {
|
| var o = new core.List<api.Recipient>();
|
| o.add(buildRecipient());
|
| o.add(buildRecipient());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1431(core.List<api.Recipient> o) {
|
| +checkUnnamed1876(core.List<api.Recipient> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRecipient(o[0]);
|
| checkRecipient(o[1]);
|
| @@ -6450,7 +6450,7 @@ buildReportDelivery() {
|
| o.emailOwner = true;
|
| o.emailOwnerDeliveryType = "foo";
|
| o.message = "foo";
|
| - o.recipients = buildUnnamed1431();
|
| + o.recipients = buildUnnamed1876();
|
| }
|
| buildCounterReportDelivery--;
|
| return o;
|
| @@ -6462,58 +6462,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'));
|
| - checkUnnamed1431(o.recipients);
|
| + checkUnnamed1876(o.recipients);
|
| }
|
| buildCounterReportDelivery--;
|
| }
|
|
|
| -buildUnnamed1432() {
|
| +buildUnnamed1877() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1432(core.List<api.DimensionValue> o) {
|
| +checkUnnamed1877(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed1433() {
|
| +buildUnnamed1878() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1433(core.List<api.DimensionValue> o) {
|
| +checkUnnamed1878(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed1434() {
|
| +buildUnnamed1879() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1434(core.List<api.SortedDimension> o) {
|
| +checkUnnamed1879(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed1435() {
|
| +buildUnnamed1880() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1435(core.List<core.String> o) {
|
| +checkUnnamed1880(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -6547,12 +6547,12 @@ buildReportFloodlightCriteria() {
|
| var o = new api.ReportFloodlightCriteria();
|
| buildCounterReportFloodlightCriteria++;
|
| if (buildCounterReportFloodlightCriteria < 3) {
|
| - o.customRichMediaEvents = buildUnnamed1432();
|
| + o.customRichMediaEvents = buildUnnamed1877();
|
| o.dateRange = buildDateRange();
|
| - o.dimensionFilters = buildUnnamed1433();
|
| - o.dimensions = buildUnnamed1434();
|
| + o.dimensionFilters = buildUnnamed1878();
|
| + o.dimensions = buildUnnamed1879();
|
| o.floodlightConfigId = buildDimensionValue();
|
| - o.metricNames = buildUnnamed1435();
|
| + o.metricNames = buildUnnamed1880();
|
| o.reportProperties = buildReportFloodlightCriteriaReportProperties();
|
| }
|
| buildCounterReportFloodlightCriteria--;
|
| @@ -6562,90 +6562,90 @@ buildReportFloodlightCriteria() {
|
| checkReportFloodlightCriteria(api.ReportFloodlightCriteria o) {
|
| buildCounterReportFloodlightCriteria++;
|
| if (buildCounterReportFloodlightCriteria < 3) {
|
| - checkUnnamed1432(o.customRichMediaEvents);
|
| + checkUnnamed1877(o.customRichMediaEvents);
|
| checkDateRange(o.dateRange);
|
| - checkUnnamed1433(o.dimensionFilters);
|
| - checkUnnamed1434(o.dimensions);
|
| + checkUnnamed1878(o.dimensionFilters);
|
| + checkUnnamed1879(o.dimensions);
|
| checkDimensionValue(o.floodlightConfigId);
|
| - checkUnnamed1435(o.metricNames);
|
| + checkUnnamed1880(o.metricNames);
|
| checkReportFloodlightCriteriaReportProperties(o.reportProperties);
|
| }
|
| buildCounterReportFloodlightCriteria--;
|
| }
|
|
|
| -buildUnnamed1436() {
|
| +buildUnnamed1881() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1436(core.List<api.DimensionValue> o) {
|
| +checkUnnamed1881(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed1437() {
|
| +buildUnnamed1882() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1437(core.List<api.SortedDimension> o) {
|
| +checkUnnamed1882(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed1438() {
|
| +buildUnnamed1883() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1438(core.List<api.SortedDimension> o) {
|
| +checkUnnamed1883(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed1439() {
|
| +buildUnnamed1884() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1439(core.List<api.DimensionValue> o) {
|
| +checkUnnamed1884(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed1440() {
|
| +buildUnnamed1885() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1440(core.List<core.String> o) {
|
| +checkUnnamed1885(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1441() {
|
| +buildUnnamed1886() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1441(core.List<api.SortedDimension> o) {
|
| +checkUnnamed1886(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| @@ -6691,14 +6691,14 @@ buildReportPathToConversionCriteria() {
|
| var o = new api.ReportPathToConversionCriteria();
|
| buildCounterReportPathToConversionCriteria++;
|
| if (buildCounterReportPathToConversionCriteria < 3) {
|
| - o.activityFilters = buildUnnamed1436();
|
| - o.conversionDimensions = buildUnnamed1437();
|
| - o.customFloodlightVariables = buildUnnamed1438();
|
| - o.customRichMediaEvents = buildUnnamed1439();
|
| + o.activityFilters = buildUnnamed1881();
|
| + o.conversionDimensions = buildUnnamed1882();
|
| + o.customFloodlightVariables = buildUnnamed1883();
|
| + o.customRichMediaEvents = buildUnnamed1884();
|
| o.dateRange = buildDateRange();
|
| o.floodlightConfigId = buildDimensionValue();
|
| - o.metricNames = buildUnnamed1440();
|
| - o.perInteractionDimensions = buildUnnamed1441();
|
| + o.metricNames = buildUnnamed1885();
|
| + o.perInteractionDimensions = buildUnnamed1886();
|
| o.reportProperties = buildReportPathToConversionCriteriaReportProperties();
|
| }
|
| buildCounterReportPathToConversionCriteria--;
|
| @@ -6708,66 +6708,66 @@ buildReportPathToConversionCriteria() {
|
| checkReportPathToConversionCriteria(api.ReportPathToConversionCriteria o) {
|
| buildCounterReportPathToConversionCriteria++;
|
| if (buildCounterReportPathToConversionCriteria < 3) {
|
| - checkUnnamed1436(o.activityFilters);
|
| - checkUnnamed1437(o.conversionDimensions);
|
| - checkUnnamed1438(o.customFloodlightVariables);
|
| - checkUnnamed1439(o.customRichMediaEvents);
|
| + checkUnnamed1881(o.activityFilters);
|
| + checkUnnamed1882(o.conversionDimensions);
|
| + checkUnnamed1883(o.customFloodlightVariables);
|
| + checkUnnamed1884(o.customRichMediaEvents);
|
| checkDateRange(o.dateRange);
|
| checkDimensionValue(o.floodlightConfigId);
|
| - checkUnnamed1440(o.metricNames);
|
| - checkUnnamed1441(o.perInteractionDimensions);
|
| + checkUnnamed1885(o.metricNames);
|
| + checkUnnamed1886(o.perInteractionDimensions);
|
| checkReportPathToConversionCriteriaReportProperties(o.reportProperties);
|
| }
|
| buildCounterReportPathToConversionCriteria--;
|
| }
|
|
|
| -buildUnnamed1442() {
|
| +buildUnnamed1887() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1442(core.List<api.DimensionValue> o) {
|
| +checkUnnamed1887(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed1443() {
|
| +buildUnnamed1888() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1443(core.List<api.SortedDimension> o) {
|
| +checkUnnamed1888(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed1444() {
|
| +buildUnnamed1889() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1444(core.List<core.String> o) {
|
| +checkUnnamed1889(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1445() {
|
| +buildUnnamed1890() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1445(core.List<core.String> o) {
|
| +checkUnnamed1890(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -6781,11 +6781,11 @@ buildReportReachCriteria() {
|
| o.activities = buildActivities();
|
| o.customRichMediaEvents = buildCustomRichMediaEvents();
|
| o.dateRange = buildDateRange();
|
| - o.dimensionFilters = buildUnnamed1442();
|
| - o.dimensions = buildUnnamed1443();
|
| + o.dimensionFilters = buildUnnamed1887();
|
| + o.dimensions = buildUnnamed1888();
|
| o.enableAllDimensionCombinations = true;
|
| - o.metricNames = buildUnnamed1444();
|
| - o.reachByFrequencyMetricNames = buildUnnamed1445();
|
| + o.metricNames = buildUnnamed1889();
|
| + o.reachByFrequencyMetricNames = buildUnnamed1890();
|
| }
|
| buildCounterReportReachCriteria--;
|
| return o;
|
| @@ -6797,23 +6797,23 @@ checkReportReachCriteria(api.ReportReachCriteria o) {
|
| checkActivities(o.activities);
|
| checkCustomRichMediaEvents(o.customRichMediaEvents);
|
| checkDateRange(o.dateRange);
|
| - checkUnnamed1442(o.dimensionFilters);
|
| - checkUnnamed1443(o.dimensions);
|
| + checkUnnamed1887(o.dimensionFilters);
|
| + checkUnnamed1888(o.dimensions);
|
| unittest.expect(o.enableAllDimensionCombinations, unittest.isTrue);
|
| - checkUnnamed1444(o.metricNames);
|
| - checkUnnamed1445(o.reachByFrequencyMetricNames);
|
| + checkUnnamed1889(o.metricNames);
|
| + checkUnnamed1890(o.reachByFrequencyMetricNames);
|
| }
|
| buildCounterReportReachCriteria--;
|
| }
|
|
|
| -buildUnnamed1446() {
|
| +buildUnnamed1891() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1446(core.List<core.String> o) {
|
| +checkUnnamed1891(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -6828,7 +6828,7 @@ buildReportSchedule() {
|
| o.every = 42;
|
| o.expirationDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| o.repeats = "foo";
|
| - o.repeatsOnWeekDays = buildUnnamed1446();
|
| + o.repeatsOnWeekDays = buildUnnamed1891();
|
| o.runsOnDayOfMonth = "foo";
|
| o.startDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| }
|
| @@ -6843,7 +6843,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'));
|
| - checkUnnamed1446(o.repeatsOnWeekDays);
|
| + checkUnnamed1891(o.repeatsOnWeekDays);
|
| unittest.expect(o.runsOnDayOfMonth, unittest.equals('foo'));
|
| unittest.expect(o.startDate, unittest.equals(core.DateTime.parse("2002-02-27T00:00:00")));
|
| }
|
| @@ -6903,53 +6903,53 @@ checkReport(api.Report o) {
|
| buildCounterReport--;
|
| }
|
|
|
| -buildUnnamed1447() {
|
| +buildUnnamed1892() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1447(core.List<api.Dimension> o) {
|
| +checkUnnamed1892(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed1448() {
|
| +buildUnnamed1893() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1448(core.List<api.Dimension> o) {
|
| +checkUnnamed1893(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed1449() {
|
| +buildUnnamed1894() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1449(core.List<api.Metric> o) {
|
| +checkUnnamed1894(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| }
|
|
|
| -buildUnnamed1450() {
|
| +buildUnnamed1895() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1450(core.List<api.Metric> o) {
|
| +checkUnnamed1895(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| @@ -6960,11 +6960,11 @@ buildReportCompatibleFields() {
|
| var o = new api.ReportCompatibleFields();
|
| buildCounterReportCompatibleFields++;
|
| if (buildCounterReportCompatibleFields < 3) {
|
| - o.dimensionFilters = buildUnnamed1447();
|
| - o.dimensions = buildUnnamed1448();
|
| + o.dimensionFilters = buildUnnamed1892();
|
| + o.dimensions = buildUnnamed1893();
|
| o.kind = "foo";
|
| - o.metrics = buildUnnamed1449();
|
| - o.pivotedActivityMetrics = buildUnnamed1450();
|
| + o.metrics = buildUnnamed1894();
|
| + o.pivotedActivityMetrics = buildUnnamed1895();
|
| }
|
| buildCounterReportCompatibleFields--;
|
| return o;
|
| @@ -6973,23 +6973,23 @@ buildReportCompatibleFields() {
|
| checkReportCompatibleFields(api.ReportCompatibleFields o) {
|
| buildCounterReportCompatibleFields++;
|
| if (buildCounterReportCompatibleFields < 3) {
|
| - checkUnnamed1447(o.dimensionFilters);
|
| - checkUnnamed1448(o.dimensions);
|
| + checkUnnamed1892(o.dimensionFilters);
|
| + checkUnnamed1893(o.dimensions);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1449(o.metrics);
|
| - checkUnnamed1450(o.pivotedActivityMetrics);
|
| + checkUnnamed1894(o.metrics);
|
| + checkUnnamed1895(o.pivotedActivityMetrics);
|
| }
|
| buildCounterReportCompatibleFields--;
|
| }
|
|
|
| -buildUnnamed1451() {
|
| +buildUnnamed1896() {
|
| var o = new core.List<api.Report>();
|
| o.add(buildReport());
|
| o.add(buildReport());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1451(core.List<api.Report> o) {
|
| +checkUnnamed1896(core.List<api.Report> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkReport(o[0]);
|
| checkReport(o[1]);
|
| @@ -7001,7 +7001,7 @@ buildReportList() {
|
| buildCounterReportList++;
|
| if (buildCounterReportList < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed1451();
|
| + o.items = buildUnnamed1896();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -7013,7 +7013,7 @@ checkReportList(api.ReportList o) {
|
| buildCounterReportList++;
|
| if (buildCounterReportList < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed1451(o.items);
|
| + checkUnnamed1896(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -7066,14 +7066,14 @@ checkRichMediaExitOverride(api.RichMediaExitOverride o) {
|
| buildCounterRichMediaExitOverride--;
|
| }
|
|
|
| -buildUnnamed1452() {
|
| +buildUnnamed1897() {
|
| var o = new core.List<api.SiteContact>();
|
| o.add(buildSiteContact());
|
| o.add(buildSiteContact());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1452(core.List<api.SiteContact> o) {
|
| +checkUnnamed1897(core.List<api.SiteContact> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSiteContact(o[0]);
|
| checkSiteContact(o[1]);
|
| @@ -7093,7 +7093,7 @@ buildSite() {
|
| o.keyName = "foo";
|
| o.kind = "foo";
|
| o.name = "foo";
|
| - o.siteContacts = buildUnnamed1452();
|
| + o.siteContacts = buildUnnamed1897();
|
| o.siteSettings = buildSiteSettings();
|
| o.subaccountId = "foo";
|
| }
|
| @@ -7113,7 +7113,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'));
|
| - checkUnnamed1452(o.siteContacts);
|
| + checkUnnamed1897(o.siteContacts);
|
| checkSiteSettings(o.siteSettings);
|
| unittest.expect(o.subaccountId, unittest.equals('foo'));
|
| }
|
| @@ -7184,14 +7184,14 @@ checkSiteSettings(api.SiteSettings o) {
|
| buildCounterSiteSettings--;
|
| }
|
|
|
| -buildUnnamed1453() {
|
| +buildUnnamed1898() {
|
| var o = new core.List<api.Site>();
|
| o.add(buildSite());
|
| o.add(buildSite());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1453(core.List<api.Site> o) {
|
| +checkUnnamed1898(core.List<api.Site> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSite(o[0]);
|
| checkSite(o[1]);
|
| @@ -7204,7 +7204,7 @@ buildSitesListResponse() {
|
| if (buildCounterSitesListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.sites = buildUnnamed1453();
|
| + o.sites = buildUnnamed1898();
|
| }
|
| buildCounterSitesListResponse--;
|
| return o;
|
| @@ -7215,7 +7215,7 @@ checkSitesListResponse(api.SitesListResponse o) {
|
| if (buildCounterSitesListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1453(o.sites);
|
| + checkUnnamed1898(o.sites);
|
| }
|
| buildCounterSitesListResponse--;
|
| }
|
| @@ -7247,14 +7247,14 @@ checkSize(api.Size o) {
|
| buildCounterSize--;
|
| }
|
|
|
| -buildUnnamed1454() {
|
| +buildUnnamed1899() {
|
| var o = new core.List<api.Size>();
|
| o.add(buildSize());
|
| o.add(buildSize());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1454(core.List<api.Size> o) {
|
| +checkUnnamed1899(core.List<api.Size> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSize(o[0]);
|
| checkSize(o[1]);
|
| @@ -7266,7 +7266,7 @@ buildSizesListResponse() {
|
| buildCounterSizesListResponse++;
|
| if (buildCounterSizesListResponse < 3) {
|
| o.kind = "foo";
|
| - o.sizes = buildUnnamed1454();
|
| + o.sizes = buildUnnamed1899();
|
| }
|
| buildCounterSizesListResponse--;
|
| return o;
|
| @@ -7276,7 +7276,7 @@ checkSizesListResponse(api.SizesListResponse o) {
|
| buildCounterSizesListResponse++;
|
| if (buildCounterSizesListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1454(o.sizes);
|
| + checkUnnamed1899(o.sizes);
|
| }
|
| buildCounterSizesListResponse--;
|
| }
|
| @@ -7304,14 +7304,14 @@ checkSortedDimension(api.SortedDimension o) {
|
| buildCounterSortedDimension--;
|
| }
|
|
|
| -buildUnnamed1455() {
|
| +buildUnnamed1900() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1455(core.List<core.String> o) {
|
| +checkUnnamed1900(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -7323,7 +7323,7 @@ buildSubaccount() {
|
| buildCounterSubaccount++;
|
| if (buildCounterSubaccount < 3) {
|
| o.accountId = "foo";
|
| - o.availablePermissionIds = buildUnnamed1455();
|
| + o.availablePermissionIds = buildUnnamed1900();
|
| o.id = "foo";
|
| o.kind = "foo";
|
| o.name = "foo";
|
| @@ -7336,7 +7336,7 @@ checkSubaccount(api.Subaccount o) {
|
| buildCounterSubaccount++;
|
| if (buildCounterSubaccount < 3) {
|
| unittest.expect(o.accountId, unittest.equals('foo'));
|
| - checkUnnamed1455(o.availablePermissionIds);
|
| + checkUnnamed1900(o.availablePermissionIds);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| @@ -7344,14 +7344,14 @@ checkSubaccount(api.Subaccount o) {
|
| buildCounterSubaccount--;
|
| }
|
|
|
| -buildUnnamed1456() {
|
| +buildUnnamed1901() {
|
| var o = new core.List<api.Subaccount>();
|
| o.add(buildSubaccount());
|
| o.add(buildSubaccount());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1456(core.List<api.Subaccount> o) {
|
| +checkUnnamed1901(core.List<api.Subaccount> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSubaccount(o[0]);
|
| checkSubaccount(o[1]);
|
| @@ -7364,7 +7364,7 @@ buildSubaccountsListResponse() {
|
| if (buildCounterSubaccountsListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.subaccounts = buildUnnamed1456();
|
| + o.subaccounts = buildUnnamed1901();
|
| }
|
| buildCounterSubaccountsListResponse--;
|
| return o;
|
| @@ -7375,7 +7375,7 @@ checkSubaccountsListResponse(api.SubaccountsListResponse o) {
|
| if (buildCounterSubaccountsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1456(o.subaccounts);
|
| + checkUnnamed1901(o.subaccounts);
|
| }
|
| buildCounterSubaccountsListResponse--;
|
| }
|
| @@ -7515,14 +7515,14 @@ checkTargetableRemarketingList(api.TargetableRemarketingList o) {
|
| buildCounterTargetableRemarketingList--;
|
| }
|
|
|
| -buildUnnamed1457() {
|
| +buildUnnamed1902() {
|
| var o = new core.List<api.TargetableRemarketingList>();
|
| o.add(buildTargetableRemarketingList());
|
| o.add(buildTargetableRemarketingList());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1457(core.List<api.TargetableRemarketingList> o) {
|
| +checkUnnamed1902(core.List<api.TargetableRemarketingList> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTargetableRemarketingList(o[0]);
|
| checkTargetableRemarketingList(o[1]);
|
| @@ -7535,7 +7535,7 @@ buildTargetableRemarketingListsListResponse() {
|
| if (buildCounterTargetableRemarketingListsListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.targetableRemarketingLists = buildUnnamed1457();
|
| + o.targetableRemarketingLists = buildUnnamed1902();
|
| }
|
| buildCounterTargetableRemarketingListsListResponse--;
|
| return o;
|
| @@ -7546,84 +7546,84 @@ checkTargetableRemarketingListsListResponse(api.TargetableRemarketingListsListRe
|
| if (buildCounterTargetableRemarketingListsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1457(o.targetableRemarketingLists);
|
| + checkUnnamed1902(o.targetableRemarketingLists);
|
| }
|
| buildCounterTargetableRemarketingListsListResponse--;
|
| }
|
|
|
| -buildUnnamed1458() {
|
| +buildUnnamed1903() {
|
| var o = new core.List<api.Browser>();
|
| o.add(buildBrowser());
|
| o.add(buildBrowser());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1458(core.List<api.Browser> o) {
|
| +checkUnnamed1903(core.List<api.Browser> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkBrowser(o[0]);
|
| checkBrowser(o[1]);
|
| }
|
|
|
| -buildUnnamed1459() {
|
| +buildUnnamed1904() {
|
| var o = new core.List<api.ConnectionType>();
|
| o.add(buildConnectionType());
|
| o.add(buildConnectionType());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1459(core.List<api.ConnectionType> o) {
|
| +checkUnnamed1904(core.List<api.ConnectionType> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkConnectionType(o[0]);
|
| checkConnectionType(o[1]);
|
| }
|
|
|
| -buildUnnamed1460() {
|
| +buildUnnamed1905() {
|
| var o = new core.List<api.MobileCarrier>();
|
| o.add(buildMobileCarrier());
|
| o.add(buildMobileCarrier());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1460(core.List<api.MobileCarrier> o) {
|
| +checkUnnamed1905(core.List<api.MobileCarrier> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMobileCarrier(o[0]);
|
| checkMobileCarrier(o[1]);
|
| }
|
|
|
| -buildUnnamed1461() {
|
| +buildUnnamed1906() {
|
| var o = new core.List<api.OperatingSystemVersion>();
|
| o.add(buildOperatingSystemVersion());
|
| o.add(buildOperatingSystemVersion());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1461(core.List<api.OperatingSystemVersion> o) {
|
| +checkUnnamed1906(core.List<api.OperatingSystemVersion> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOperatingSystemVersion(o[0]);
|
| checkOperatingSystemVersion(o[1]);
|
| }
|
|
|
| -buildUnnamed1462() {
|
| +buildUnnamed1907() {
|
| var o = new core.List<api.OperatingSystem>();
|
| o.add(buildOperatingSystem());
|
| o.add(buildOperatingSystem());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1462(core.List<api.OperatingSystem> o) {
|
| +checkUnnamed1907(core.List<api.OperatingSystem> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOperatingSystem(o[0]);
|
| checkOperatingSystem(o[1]);
|
| }
|
|
|
| -buildUnnamed1463() {
|
| +buildUnnamed1908() {
|
| var o = new core.List<api.PlatformType>();
|
| o.add(buildPlatformType());
|
| o.add(buildPlatformType());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1463(core.List<api.PlatformType> o) {
|
| +checkUnnamed1908(core.List<api.PlatformType> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPlatformType(o[0]);
|
| checkPlatformType(o[1]);
|
| @@ -7634,12 +7634,12 @@ buildTechnologyTargeting() {
|
| var o = new api.TechnologyTargeting();
|
| buildCounterTechnologyTargeting++;
|
| if (buildCounterTechnologyTargeting < 3) {
|
| - o.browsers = buildUnnamed1458();
|
| - o.connectionTypes = buildUnnamed1459();
|
| - o.mobileCarriers = buildUnnamed1460();
|
| - o.operatingSystemVersions = buildUnnamed1461();
|
| - o.operatingSystems = buildUnnamed1462();
|
| - o.platformTypes = buildUnnamed1463();
|
| + o.browsers = buildUnnamed1903();
|
| + o.connectionTypes = buildUnnamed1904();
|
| + o.mobileCarriers = buildUnnamed1905();
|
| + o.operatingSystemVersions = buildUnnamed1906();
|
| + o.operatingSystems = buildUnnamed1907();
|
| + o.platformTypes = buildUnnamed1908();
|
| }
|
| buildCounterTechnologyTargeting--;
|
| return o;
|
| @@ -7648,12 +7648,12 @@ buildTechnologyTargeting() {
|
| checkTechnologyTargeting(api.TechnologyTargeting o) {
|
| buildCounterTechnologyTargeting++;
|
| if (buildCounterTechnologyTargeting < 3) {
|
| - checkUnnamed1458(o.browsers);
|
| - checkUnnamed1459(o.connectionTypes);
|
| - checkUnnamed1460(o.mobileCarriers);
|
| - checkUnnamed1461(o.operatingSystemVersions);
|
| - checkUnnamed1462(o.operatingSystems);
|
| - checkUnnamed1463(o.platformTypes);
|
| + checkUnnamed1903(o.browsers);
|
| + checkUnnamed1904(o.connectionTypes);
|
| + checkUnnamed1905(o.mobileCarriers);
|
| + checkUnnamed1906(o.operatingSystemVersions);
|
| + checkUnnamed1907(o.operatingSystems);
|
| + checkUnnamed1908(o.platformTypes);
|
| }
|
| buildCounterTechnologyTargeting--;
|
| }
|
| @@ -7756,14 +7756,14 @@ checkUserProfile(api.UserProfile o) {
|
| buildCounterUserProfile--;
|
| }
|
|
|
| -buildUnnamed1464() {
|
| +buildUnnamed1909() {
|
| var o = new core.List<api.UserProfile>();
|
| o.add(buildUserProfile());
|
| o.add(buildUserProfile());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1464(core.List<api.UserProfile> o) {
|
| +checkUnnamed1909(core.List<api.UserProfile> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUserProfile(o[0]);
|
| checkUserProfile(o[1]);
|
| @@ -7775,7 +7775,7 @@ buildUserProfileList() {
|
| buildCounterUserProfileList++;
|
| if (buildCounterUserProfileList < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed1464();
|
| + o.items = buildUnnamed1909();
|
| o.kind = "foo";
|
| }
|
| buildCounterUserProfileList--;
|
| @@ -7786,20 +7786,20 @@ checkUserProfileList(api.UserProfileList o) {
|
| buildCounterUserProfileList++;
|
| if (buildCounterUserProfileList < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed1464(o.items);
|
| + checkUnnamed1909(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterUserProfileList--;
|
| }
|
|
|
| -buildUnnamed1465() {
|
| +buildUnnamed1910() {
|
| var o = new core.List<api.UserRolePermission>();
|
| o.add(buildUserRolePermission());
|
| o.add(buildUserRolePermission());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1465(core.List<api.UserRolePermission> o) {
|
| +checkUnnamed1910(core.List<api.UserRolePermission> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUserRolePermission(o[0]);
|
| checkUserRolePermission(o[1]);
|
| @@ -7816,7 +7816,7 @@ buildUserRole() {
|
| o.kind = "foo";
|
| o.name = "foo";
|
| o.parentUserRoleId = "foo";
|
| - o.permissions = buildUnnamed1465();
|
| + o.permissions = buildUnnamed1910();
|
| o.subaccountId = "foo";
|
| }
|
| buildCounterUserRole--;
|
| @@ -7832,7 +7832,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'));
|
| - checkUnnamed1465(o.permissions);
|
| + checkUnnamed1910(o.permissions);
|
| unittest.expect(o.subaccountId, unittest.equals('foo'));
|
| }
|
| buildCounterUserRole--;
|
| @@ -7888,14 +7888,14 @@ checkUserRolePermissionGroup(api.UserRolePermissionGroup o) {
|
| buildCounterUserRolePermissionGroup--;
|
| }
|
|
|
| -buildUnnamed1466() {
|
| +buildUnnamed1911() {
|
| var o = new core.List<api.UserRolePermissionGroup>();
|
| o.add(buildUserRolePermissionGroup());
|
| o.add(buildUserRolePermissionGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1466(core.List<api.UserRolePermissionGroup> o) {
|
| +checkUnnamed1911(core.List<api.UserRolePermissionGroup> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUserRolePermissionGroup(o[0]);
|
| checkUserRolePermissionGroup(o[1]);
|
| @@ -7907,7 +7907,7 @@ buildUserRolePermissionGroupsListResponse() {
|
| buildCounterUserRolePermissionGroupsListResponse++;
|
| if (buildCounterUserRolePermissionGroupsListResponse < 3) {
|
| o.kind = "foo";
|
| - o.userRolePermissionGroups = buildUnnamed1466();
|
| + o.userRolePermissionGroups = buildUnnamed1911();
|
| }
|
| buildCounterUserRolePermissionGroupsListResponse--;
|
| return o;
|
| @@ -7917,19 +7917,19 @@ checkUserRolePermissionGroupsListResponse(api.UserRolePermissionGroupsListRespon
|
| buildCounterUserRolePermissionGroupsListResponse++;
|
| if (buildCounterUserRolePermissionGroupsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1466(o.userRolePermissionGroups);
|
| + checkUnnamed1911(o.userRolePermissionGroups);
|
| }
|
| buildCounterUserRolePermissionGroupsListResponse--;
|
| }
|
|
|
| -buildUnnamed1467() {
|
| +buildUnnamed1912() {
|
| var o = new core.List<api.UserRolePermission>();
|
| o.add(buildUserRolePermission());
|
| o.add(buildUserRolePermission());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1467(core.List<api.UserRolePermission> o) {
|
| +checkUnnamed1912(core.List<api.UserRolePermission> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUserRolePermission(o[0]);
|
| checkUserRolePermission(o[1]);
|
| @@ -7941,7 +7941,7 @@ buildUserRolePermissionsListResponse() {
|
| buildCounterUserRolePermissionsListResponse++;
|
| if (buildCounterUserRolePermissionsListResponse < 3) {
|
| o.kind = "foo";
|
| - o.userRolePermissions = buildUnnamed1467();
|
| + o.userRolePermissions = buildUnnamed1912();
|
| }
|
| buildCounterUserRolePermissionsListResponse--;
|
| return o;
|
| @@ -7951,19 +7951,19 @@ checkUserRolePermissionsListResponse(api.UserRolePermissionsListResponse o) {
|
| buildCounterUserRolePermissionsListResponse++;
|
| if (buildCounterUserRolePermissionsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1467(o.userRolePermissions);
|
| + checkUnnamed1912(o.userRolePermissions);
|
| }
|
| buildCounterUserRolePermissionsListResponse--;
|
| }
|
|
|
| -buildUnnamed1468() {
|
| +buildUnnamed1913() {
|
| var o = new core.List<api.UserRole>();
|
| o.add(buildUserRole());
|
| o.add(buildUserRole());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1468(core.List<api.UserRole> o) {
|
| +checkUnnamed1913(core.List<api.UserRole> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUserRole(o[0]);
|
| checkUserRole(o[1]);
|
| @@ -7976,7 +7976,7 @@ buildUserRolesListResponse() {
|
| if (buildCounterUserRolesListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.userRoles = buildUnnamed1468();
|
| + o.userRoles = buildUnnamed1913();
|
| }
|
| buildCounterUserRolesListResponse--;
|
| return o;
|
| @@ -7987,1124 +7987,1124 @@ checkUserRolesListResponse(api.UserRolesListResponse o) {
|
| if (buildCounterUserRolesListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1468(o.userRoles);
|
| + checkUnnamed1913(o.userRoles);
|
| }
|
| buildCounterUserRolesListResponse--;
|
| }
|
|
|
| -buildUnnamed1469() {
|
| +buildUnnamed1914() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1469(core.List<core.String> o) {
|
| +checkUnnamed1914(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1470() {
|
| +buildUnnamed1915() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1470(core.List<core.String> o) {
|
| +checkUnnamed1915(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1471() {
|
| +buildUnnamed1916() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1471(core.List<core.String> o) {
|
| +checkUnnamed1916(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1472() {
|
| +buildUnnamed1917() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1472(core.List<core.String> o) {
|
| +checkUnnamed1917(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1473() {
|
| +buildUnnamed1918() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1473(core.List<core.String> o) {
|
| +checkUnnamed1918(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1474() {
|
| +buildUnnamed1919() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1474(core.List<core.String> o) {
|
| +checkUnnamed1919(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1475() {
|
| +buildUnnamed1920() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1475(core.List<core.String> o) {
|
| +checkUnnamed1920(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1476() {
|
| +buildUnnamed1921() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1476(core.List<core.String> o) {
|
| +checkUnnamed1921(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1477() {
|
| +buildUnnamed1922() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1477(core.List<core.String> o) {
|
| +checkUnnamed1922(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1478() {
|
| +buildUnnamed1923() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1478(core.List<core.String> o) {
|
| +checkUnnamed1923(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1479() {
|
| +buildUnnamed1924() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1479(core.List<core.String> o) {
|
| +checkUnnamed1924(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1480() {
|
| +buildUnnamed1925() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1480(core.List<core.String> o) {
|
| +checkUnnamed1925(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1481() {
|
| +buildUnnamed1926() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1481(core.List<core.String> o) {
|
| +checkUnnamed1926(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1482() {
|
| +buildUnnamed1927() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1482(core.List<core.String> o) {
|
| +checkUnnamed1927(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1483() {
|
| +buildUnnamed1928() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1483(core.List<core.String> o) {
|
| +checkUnnamed1928(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1484() {
|
| +buildUnnamed1929() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1484(core.List<core.String> o) {
|
| +checkUnnamed1929(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1485() {
|
| +buildUnnamed1930() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1485(core.List<core.String> o) {
|
| +checkUnnamed1930(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1486() {
|
| +buildUnnamed1931() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1486(core.List<core.String> o) {
|
| +checkUnnamed1931(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1487() {
|
| +buildUnnamed1932() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1487(core.List<core.String> o) {
|
| +checkUnnamed1932(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1488() {
|
| +buildUnnamed1933() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1488(core.List<core.String> o) {
|
| +checkUnnamed1933(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1489() {
|
| +buildUnnamed1934() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1489(core.List<core.String> o) {
|
| +checkUnnamed1934(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1490() {
|
| +buildUnnamed1935() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1490(core.List<core.String> o) {
|
| +checkUnnamed1935(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1491() {
|
| +buildUnnamed1936() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1491(core.List<core.String> o) {
|
| +checkUnnamed1936(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1492() {
|
| +buildUnnamed1937() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1492(core.List<core.String> o) {
|
| +checkUnnamed1937(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1493() {
|
| +buildUnnamed1938() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1493(core.List<core.String> o) {
|
| +checkUnnamed1938(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1494() {
|
| +buildUnnamed1939() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1494(core.List<core.String> o) {
|
| +checkUnnamed1939(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1495() {
|
| +buildUnnamed1940() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1495(core.List<core.String> o) {
|
| +checkUnnamed1940(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1496() {
|
| +buildUnnamed1941() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1496(core.List<core.String> o) {
|
| +checkUnnamed1941(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1497() {
|
| +buildUnnamed1942() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1497(core.List<core.String> o) {
|
| +checkUnnamed1942(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1498() {
|
| +buildUnnamed1943() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1498(core.List<core.String> o) {
|
| +checkUnnamed1943(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1499() {
|
| +buildUnnamed1944() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1499(core.List<core.String> o) {
|
| +checkUnnamed1944(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1500() {
|
| +buildUnnamed1945() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1500(core.List<core.String> o) {
|
| +checkUnnamed1945(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1501() {
|
| +buildUnnamed1946() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1501(core.List<core.String> o) {
|
| +checkUnnamed1946(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1502() {
|
| +buildUnnamed1947() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1502(core.List<core.String> o) {
|
| +checkUnnamed1947(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1503() {
|
| +buildUnnamed1948() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1503(core.List<core.String> o) {
|
| +checkUnnamed1948(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1504() {
|
| +buildUnnamed1949() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1504(core.List<core.String> o) {
|
| +checkUnnamed1949(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1505() {
|
| +buildUnnamed1950() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1505(core.List<core.String> o) {
|
| +checkUnnamed1950(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1506() {
|
| +buildUnnamed1951() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1506(core.List<core.String> o) {
|
| +checkUnnamed1951(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1507() {
|
| +buildUnnamed1952() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1507(core.List<core.String> o) {
|
| +checkUnnamed1952(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1508() {
|
| +buildUnnamed1953() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1508(core.List<core.String> o) {
|
| +checkUnnamed1953(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1509() {
|
| +buildUnnamed1954() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1509(core.List<core.String> o) {
|
| +checkUnnamed1954(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1510() {
|
| +buildUnnamed1955() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1510(core.List<core.String> o) {
|
| +checkUnnamed1955(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1511() {
|
| +buildUnnamed1956() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1511(core.List<core.String> o) {
|
| +checkUnnamed1956(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1512() {
|
| +buildUnnamed1957() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1512(core.List<core.String> o) {
|
| +checkUnnamed1957(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1513() {
|
| +buildUnnamed1958() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1513(core.List<core.String> o) {
|
| +checkUnnamed1958(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1514() {
|
| +buildUnnamed1959() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1514(core.List<core.String> o) {
|
| +checkUnnamed1959(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1515() {
|
| +buildUnnamed1960() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1515(core.List<core.String> o) {
|
| +checkUnnamed1960(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1516() {
|
| +buildUnnamed1961() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1516(core.List<core.String> o) {
|
| +checkUnnamed1961(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1517() {
|
| +buildUnnamed1962() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1517(core.List<core.String> o) {
|
| +checkUnnamed1962(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1518() {
|
| +buildUnnamed1963() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1518(core.List<core.String> o) {
|
| +checkUnnamed1963(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1519() {
|
| +buildUnnamed1964() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1519(core.List<core.String> o) {
|
| +checkUnnamed1964(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1520() {
|
| +buildUnnamed1965() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1520(core.List<core.String> o) {
|
| +checkUnnamed1965(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1521() {
|
| +buildUnnamed1966() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1521(core.List<core.String> o) {
|
| +checkUnnamed1966(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1522() {
|
| +buildUnnamed1967() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1522(core.List<core.String> o) {
|
| +checkUnnamed1967(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1523() {
|
| +buildUnnamed1968() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1523(core.List<core.String> o) {
|
| +checkUnnamed1968(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1524() {
|
| +buildUnnamed1969() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1524(core.List<core.String> o) {
|
| +checkUnnamed1969(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1525() {
|
| +buildUnnamed1970() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1525(core.List<core.String> o) {
|
| +checkUnnamed1970(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1526() {
|
| +buildUnnamed1971() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1526(core.List<core.String> o) {
|
| +checkUnnamed1971(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1527() {
|
| +buildUnnamed1972() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1527(core.List<core.String> o) {
|
| +checkUnnamed1972(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1528() {
|
| +buildUnnamed1973() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1528(core.List<core.String> o) {
|
| +checkUnnamed1973(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1529() {
|
| +buildUnnamed1974() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1529(core.List<core.String> o) {
|
| +checkUnnamed1974(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1530() {
|
| +buildUnnamed1975() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1530(core.List<core.String> o) {
|
| +checkUnnamed1975(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1531() {
|
| +buildUnnamed1976() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1531(core.List<core.String> o) {
|
| +checkUnnamed1976(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1532() {
|
| +buildUnnamed1977() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1532(core.List<core.String> o) {
|
| +checkUnnamed1977(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1533() {
|
| +buildUnnamed1978() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1533(core.List<core.String> o) {
|
| +checkUnnamed1978(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1534() {
|
| +buildUnnamed1979() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1534(core.List<core.String> o) {
|
| +checkUnnamed1979(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1535() {
|
| +buildUnnamed1980() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1535(core.List<core.String> o) {
|
| +checkUnnamed1980(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1536() {
|
| +buildUnnamed1981() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1536(core.List<core.String> o) {
|
| +checkUnnamed1981(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1537() {
|
| +buildUnnamed1982() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1537(core.List<core.String> o) {
|
| +checkUnnamed1982(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1538() {
|
| +buildUnnamed1983() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1538(core.List<core.String> o) {
|
| +checkUnnamed1983(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1539() {
|
| +buildUnnamed1984() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1539(core.List<core.String> o) {
|
| +checkUnnamed1984(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1540() {
|
| +buildUnnamed1985() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1540(core.List<core.String> o) {
|
| +checkUnnamed1985(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1541() {
|
| +buildUnnamed1986() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1541(core.List<core.String> o) {
|
| +checkUnnamed1986(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1542() {
|
| +buildUnnamed1987() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1542(core.List<core.String> o) {
|
| +checkUnnamed1987(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1543() {
|
| +buildUnnamed1988() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1543(core.List<core.String> o) {
|
| +checkUnnamed1988(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1544() {
|
| +buildUnnamed1989() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1544(core.List<core.String> o) {
|
| +checkUnnamed1989(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1545() {
|
| +buildUnnamed1990() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1545(core.List<core.String> o) {
|
| +checkUnnamed1990(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1546() {
|
| +buildUnnamed1991() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1546(core.List<core.String> o) {
|
| +checkUnnamed1991(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1547() {
|
| +buildUnnamed1992() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1547(core.List<core.String> o) {
|
| +checkUnnamed1992(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1548() {
|
| +buildUnnamed1993() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1548(core.List<core.String> o) {
|
| +checkUnnamed1993(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1549() {
|
| +buildUnnamed1994() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1549(core.List<core.String> o) {
|
| +checkUnnamed1994(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1550() {
|
| +buildUnnamed1995() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1550(core.List<core.String> o) {
|
| +checkUnnamed1995(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1551() {
|
| +buildUnnamed1996() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1551(core.List<core.String> o) {
|
| +checkUnnamed1996(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1552() {
|
| +buildUnnamed1997() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1552(core.List<core.String> o) {
|
| +checkUnnamed1997(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1553() {
|
| +buildUnnamed1998() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1553(core.List<core.String> o) {
|
| +checkUnnamed1998(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1554() {
|
| +buildUnnamed1999() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1554(core.List<core.String> o) {
|
| +checkUnnamed1999(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -11259,7 +11259,7 @@ main() {
|
| api.AccountUserProfilesResourceApi res = new api.DfareportingApi(mock).accountUserProfiles;
|
| var arg_profileId = "foo";
|
| var arg_active = true;
|
| - var arg_ids = buildUnnamed1469();
|
| + var arg_ids = buildUnnamed1914();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -11507,7 +11507,7 @@ main() {
|
| api.AccountsResourceApi res = new api.DfareportingApi(mock).accounts;
|
| var arg_profileId = "foo";
|
| var arg_active = true;
|
| - var arg_ids = buildUnnamed1470();
|
| + var arg_ids = buildUnnamed1915();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -11810,27 +11810,27 @@ main() {
|
| var arg_active = true;
|
| var arg_advertiserId = "foo";
|
| var arg_archived = true;
|
| - var arg_audienceSegmentIds = buildUnnamed1471();
|
| - var arg_campaignIds = buildUnnamed1472();
|
| + var arg_audienceSegmentIds = buildUnnamed1916();
|
| + var arg_campaignIds = buildUnnamed1917();
|
| var arg_compatibility = "foo";
|
| - var arg_creativeIds = buildUnnamed1473();
|
| - var arg_creativeOptimizationConfigurationIds = buildUnnamed1474();
|
| + var arg_creativeIds = buildUnnamed1918();
|
| + var arg_creativeOptimizationConfigurationIds = buildUnnamed1919();
|
| var arg_creativeType = "foo";
|
| var arg_dynamicClickTracker = true;
|
| - var arg_ids = buildUnnamed1475();
|
| - var arg_landingPageIds = buildUnnamed1476();
|
| + var arg_ids = buildUnnamed1920();
|
| + var arg_landingPageIds = buildUnnamed1921();
|
| var arg_maxResults = 42;
|
| var arg_overriddenEventTagId = "foo";
|
| var arg_pageToken = "foo";
|
| - var arg_placementIds = buildUnnamed1477();
|
| - var arg_remarketingListIds = buildUnnamed1478();
|
| + var arg_placementIds = buildUnnamed1922();
|
| + var arg_remarketingListIds = buildUnnamed1923();
|
| var arg_searchString = "foo";
|
| - var arg_sizeIds = buildUnnamed1479();
|
| + var arg_sizeIds = buildUnnamed1924();
|
| var arg_sortField = "foo";
|
| var arg_sortOrder = "foo";
|
| var arg_sslCompliant = true;
|
| var arg_sslRequired = true;
|
| - var arg_type = buildUnnamed1480();
|
| + var arg_type = buildUnnamed1925();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -12197,7 +12197,7 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.AdvertiserGroupsResourceApi res = new api.DfareportingApi(mock).advertiserGroups;
|
| var arg_profileId = "foo";
|
| - var arg_ids = buildUnnamed1481();
|
| + var arg_ids = buildUnnamed1926();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -12496,9 +12496,9 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.AdvertisersResourceApi res = new api.DfareportingApi(mock).advertisers;
|
| var arg_profileId = "foo";
|
| - var arg_advertiserGroupIds = buildUnnamed1482();
|
| - var arg_floodlightConfigurationIds = buildUnnamed1483();
|
| - var arg_ids = buildUnnamed1484();
|
| + var arg_advertiserGroupIds = buildUnnamed1927();
|
| + var arg_floodlightConfigurationIds = buildUnnamed1928();
|
| + var arg_ids = buildUnnamed1929();
|
| var arg_includeAdvertisersWithoutGroupsOnly = true;
|
| var arg_maxResults = 42;
|
| var arg_onlyParent = true;
|
| @@ -13004,12 +13004,12 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.CampaignsResourceApi res = new api.DfareportingApi(mock).campaigns;
|
| var arg_profileId = "foo";
|
| - var arg_advertiserGroupIds = buildUnnamed1485();
|
| - var arg_advertiserIds = buildUnnamed1486();
|
| + var arg_advertiserGroupIds = buildUnnamed1930();
|
| + var arg_advertiserIds = buildUnnamed1931();
|
| var arg_archived = true;
|
| var arg_atLeastOneOptimizationActivity = true;
|
| - var arg_excludedIds = buildUnnamed1487();
|
| - var arg_ids = buildUnnamed1488();
|
| + var arg_excludedIds = buildUnnamed1932();
|
| + var arg_ids = buildUnnamed1933();
|
| var arg_maxResults = 42;
|
| var arg_overriddenEventTagId = "foo";
|
| var arg_pageToken = "foo";
|
| @@ -13261,15 +13261,15 @@ main() {
|
| api.ChangeLogsResourceApi res = new api.DfareportingApi(mock).changeLogs;
|
| var arg_profileId = "foo";
|
| var arg_action = "foo";
|
| - var arg_ids = buildUnnamed1489();
|
| + var arg_ids = buildUnnamed1934();
|
| var arg_maxChangeTime = "foo";
|
| var arg_maxResults = 42;
|
| var arg_minChangeTime = "foo";
|
| - var arg_objectIds = buildUnnamed1490();
|
| + var arg_objectIds = buildUnnamed1935();
|
| var arg_objectType = "foo";
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| - var arg_userProfileIds = buildUnnamed1491();
|
| + var arg_userProfileIds = buildUnnamed1936();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -13337,10 +13337,10 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.CitiesResourceApi res = new api.DfareportingApi(mock).cities;
|
| var arg_profileId = "foo";
|
| - var arg_countryDartIds = buildUnnamed1492();
|
| - var arg_dartIds = buildUnnamed1493();
|
| + var arg_countryDartIds = buildUnnamed1937();
|
| + var arg_dartIds = buildUnnamed1938();
|
| var arg_namePrefix = "foo";
|
| - var arg_regionDartIds = buildUnnamed1494();
|
| + var arg_regionDartIds = buildUnnamed1939();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -13685,7 +13685,7 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.ContentCategoriesResourceApi res = new api.DfareportingApi(mock).contentCategories;
|
| var arg_profileId = "foo";
|
| - var arg_ids = buildUnnamed1495();
|
| + var arg_ids = buildUnnamed1940();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -14249,7 +14249,7 @@ main() {
|
| api.CreativeFieldValuesResourceApi res = new api.DfareportingApi(mock).creativeFieldValues;
|
| var arg_profileId = "foo";
|
| var arg_creativeFieldId = "foo";
|
| - var arg_ids = buildUnnamed1496();
|
| + var arg_ids = buildUnnamed1941();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -14626,8 +14626,8 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.CreativeFieldsResourceApi res = new api.DfareportingApi(mock).creativeFields;
|
| var arg_profileId = "foo";
|
| - var arg_advertiserIds = buildUnnamed1497();
|
| - var arg_ids = buildUnnamed1498();
|
| + var arg_advertiserIds = buildUnnamed1942();
|
| + var arg_ids = buildUnnamed1943();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -14927,9 +14927,9 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.CreativeGroupsResourceApi res = new api.DfareportingApi(mock).creativeGroups;
|
| var arg_profileId = "foo";
|
| - var arg_advertiserIds = buildUnnamed1499();
|
| + var arg_advertiserIds = buildUnnamed1944();
|
| var arg_groupNumber = 42;
|
| - var arg_ids = buildUnnamed1500();
|
| + var arg_ids = buildUnnamed1945();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -15234,18 +15234,18 @@ main() {
|
| var arg_advertiserId = "foo";
|
| var arg_archived = true;
|
| var arg_campaignId = "foo";
|
| - var arg_companionCreativeIds = buildUnnamed1501();
|
| - var arg_creativeFieldIds = buildUnnamed1502();
|
| - var arg_ids = buildUnnamed1503();
|
| + var arg_companionCreativeIds = buildUnnamed1946();
|
| + var arg_creativeFieldIds = buildUnnamed1947();
|
| + var arg_ids = buildUnnamed1948();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| - var arg_renderingIds = buildUnnamed1504();
|
| + var arg_renderingIds = buildUnnamed1949();
|
| var arg_searchString = "foo";
|
| - var arg_sizeIds = buildUnnamed1505();
|
| + var arg_sizeIds = buildUnnamed1950();
|
| var arg_sortField = "foo";
|
| var arg_sortOrder = "foo";
|
| var arg_studioCreativeId = "foo";
|
| - var arg_types = buildUnnamed1506();
|
| + var arg_types = buildUnnamed1951();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -15557,8 +15557,8 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.DirectorySiteContactsResourceApi res = new api.DfareportingApi(mock).directorySiteContacts;
|
| var arg_profileId = "foo";
|
| - var arg_directorySiteIds = buildUnnamed1507();
|
| - var arg_ids = buildUnnamed1508();
|
| + var arg_directorySiteIds = buildUnnamed1952();
|
| + var arg_ids = buildUnnamed1953();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -15748,7 +15748,7 @@ main() {
|
| var arg_active = true;
|
| var arg_countryId = "foo";
|
| var arg_dfpNetworkCode = "foo";
|
| - var arg_ids = buildUnnamed1509();
|
| + var arg_ids = buildUnnamed1954();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_parentId = "foo";
|
| @@ -15999,8 +15999,8 @@ main() {
|
| var arg_campaignId = "foo";
|
| var arg_definitionsOnly = true;
|
| var arg_enabled = true;
|
| - var arg_eventTagTypes = buildUnnamed1510();
|
| - var arg_ids = buildUnnamed1511();
|
| + var arg_eventTagTypes = buildUnnamed1955();
|
| + var arg_ids = buildUnnamed1956();
|
| var arg_searchString = "foo";
|
| var arg_sortField = "foo";
|
| var arg_sortOrder = "foo";
|
| @@ -16538,12 +16538,12 @@ main() {
|
| api.FloodlightActivitiesResourceApi res = new api.DfareportingApi(mock).floodlightActivities;
|
| var arg_profileId = "foo";
|
| var arg_advertiserId = "foo";
|
| - var arg_floodlightActivityGroupIds = buildUnnamed1512();
|
| + var arg_floodlightActivityGroupIds = buildUnnamed1957();
|
| var arg_floodlightActivityGroupName = "foo";
|
| var arg_floodlightActivityGroupTagString = "foo";
|
| var arg_floodlightActivityGroupType = "foo";
|
| var arg_floodlightConfigurationId = "foo";
|
| - var arg_ids = buildUnnamed1513();
|
| + var arg_ids = buildUnnamed1958();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -16852,7 +16852,7 @@ main() {
|
| var arg_profileId = "foo";
|
| var arg_advertiserId = "foo";
|
| var arg_floodlightConfigurationId = "foo";
|
| - var arg_ids = buildUnnamed1514();
|
| + var arg_ids = buildUnnamed1959();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -17098,7 +17098,7 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.FloodlightConfigurationsResourceApi res = new api.DfareportingApi(mock).floodlightConfigurations;
|
| var arg_profileId = "foo";
|
| - var arg_ids = buildUnnamed1515();
|
| + var arg_ids = buildUnnamed1960();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -17339,12 +17339,12 @@ main() {
|
| api.InventoryItemsResourceApi res = new api.DfareportingApi(mock).inventoryItems;
|
| var arg_profileId = "foo";
|
| var arg_projectId = "foo";
|
| - var arg_ids = buildUnnamed1516();
|
| + var arg_ids = buildUnnamed1961();
|
| var arg_inPlan = true;
|
| var arg_maxResults = 42;
|
| - var arg_orderId = buildUnnamed1517();
|
| + var arg_orderId = buildUnnamed1962();
|
| var arg_pageToken = "foo";
|
| - var arg_siteId = buildUnnamed1518();
|
| + var arg_siteId = buildUnnamed1963();
|
| var arg_sortField = "foo";
|
| var arg_sortOrder = "foo";
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| @@ -18275,12 +18275,12 @@ main() {
|
| var arg_profileId = "foo";
|
| var arg_projectId = "foo";
|
| var arg_approved = true;
|
| - var arg_ids = buildUnnamed1519();
|
| + var arg_ids = buildUnnamed1964();
|
| var arg_maxResults = 42;
|
| - var arg_orderId = buildUnnamed1520();
|
| + var arg_orderId = buildUnnamed1965();
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| - var arg_siteId = buildUnnamed1521();
|
| + var arg_siteId = buildUnnamed1966();
|
| var arg_sortField = "foo";
|
| var arg_sortOrder = "foo";
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| @@ -18422,11 +18422,11 @@ main() {
|
| api.OrdersResourceApi res = new api.DfareportingApi(mock).orders;
|
| var arg_profileId = "foo";
|
| var arg_projectId = "foo";
|
| - var arg_ids = buildUnnamed1522();
|
| + var arg_ids = buildUnnamed1967();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| - var arg_siteId = buildUnnamed1523();
|
| + var arg_siteId = buildUnnamed1968();
|
| var arg_sortField = "foo";
|
| var arg_sortOrder = "foo";
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| @@ -18614,12 +18614,12 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.PlacementGroupsResourceApi res = new api.DfareportingApi(mock).placementGroups;
|
| var arg_profileId = "foo";
|
| - var arg_advertiserIds = buildUnnamed1524();
|
| + var arg_advertiserIds = buildUnnamed1969();
|
| var arg_archived = true;
|
| - var arg_campaignIds = buildUnnamed1525();
|
| - var arg_contentCategoryIds = buildUnnamed1526();
|
| - var arg_directorySiteIds = buildUnnamed1527();
|
| - var arg_ids = buildUnnamed1528();
|
| + var arg_campaignIds = buildUnnamed1970();
|
| + var arg_contentCategoryIds = buildUnnamed1971();
|
| + var arg_directorySiteIds = buildUnnamed1972();
|
| + var arg_ids = buildUnnamed1973();
|
| var arg_maxEndDate = "foo";
|
| var arg_maxResults = 42;
|
| var arg_maxStartDate = "foo";
|
| @@ -18627,10 +18627,10 @@ main() {
|
| var arg_minStartDate = "foo";
|
| var arg_pageToken = "foo";
|
| var arg_placementGroupType = "foo";
|
| - var arg_placementStrategyIds = buildUnnamed1529();
|
| - var arg_pricingTypes = buildUnnamed1530();
|
| + var arg_placementStrategyIds = buildUnnamed1974();
|
| + var arg_pricingTypes = buildUnnamed1975();
|
| var arg_searchString = "foo";
|
| - var arg_siteIds = buildUnnamed1531();
|
| + var arg_siteIds = buildUnnamed1976();
|
| var arg_sortField = "foo";
|
| var arg_sortOrder = "foo";
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| @@ -18994,7 +18994,7 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.PlacementStrategiesResourceApi res = new api.DfareportingApi(mock).placementStrategies;
|
| var arg_profileId = "foo";
|
| - var arg_ids = buildUnnamed1532();
|
| + var arg_ids = buildUnnamed1977();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -19180,8 +19180,8 @@ main() {
|
| api.PlacementsResourceApi res = new api.DfareportingApi(mock).placements;
|
| var arg_profileId = "foo";
|
| var arg_campaignId = "foo";
|
| - var arg_placementIds = buildUnnamed1533();
|
| - var arg_tagFormats = buildUnnamed1534();
|
| + var arg_placementIds = buildUnnamed1978();
|
| + var arg_tagFormats = buildUnnamed1979();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -19352,14 +19352,14 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.PlacementsResourceApi res = new api.DfareportingApi(mock).placements;
|
| var arg_profileId = "foo";
|
| - var arg_advertiserIds = buildUnnamed1535();
|
| + var arg_advertiserIds = buildUnnamed1980();
|
| var arg_archived = true;
|
| - var arg_campaignIds = buildUnnamed1536();
|
| - var arg_compatibilities = buildUnnamed1537();
|
| - var arg_contentCategoryIds = buildUnnamed1538();
|
| - var arg_directorySiteIds = buildUnnamed1539();
|
| - var arg_groupIds = buildUnnamed1540();
|
| - var arg_ids = buildUnnamed1541();
|
| + var arg_campaignIds = buildUnnamed1981();
|
| + var arg_compatibilities = buildUnnamed1982();
|
| + var arg_contentCategoryIds = buildUnnamed1983();
|
| + var arg_directorySiteIds = buildUnnamed1984();
|
| + var arg_groupIds = buildUnnamed1985();
|
| + var arg_ids = buildUnnamed1986();
|
| var arg_maxEndDate = "foo";
|
| var arg_maxResults = 42;
|
| var arg_maxStartDate = "foo";
|
| @@ -19367,11 +19367,11 @@ main() {
|
| var arg_minStartDate = "foo";
|
| var arg_pageToken = "foo";
|
| var arg_paymentSource = "foo";
|
| - var arg_placementStrategyIds = buildUnnamed1542();
|
| - var arg_pricingTypes = buildUnnamed1543();
|
| + var arg_placementStrategyIds = buildUnnamed1987();
|
| + var arg_pricingTypes = buildUnnamed1988();
|
| var arg_searchString = "foo";
|
| - var arg_siteIds = buildUnnamed1544();
|
| - var arg_sizeIds = buildUnnamed1545();
|
| + var arg_siteIds = buildUnnamed1989();
|
| + var arg_sizeIds = buildUnnamed1990();
|
| var arg_sortField = "foo";
|
| var arg_sortOrder = "foo";
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| @@ -19854,8 +19854,8 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.ProjectsResourceApi res = new api.DfareportingApi(mock).projects;
|
| var arg_profileId = "foo";
|
| - var arg_advertiserIds = buildUnnamed1546();
|
| - var arg_ids = buildUnnamed1547();
|
| + var arg_advertiserIds = buildUnnamed1991();
|
| + var arg_ids = buildUnnamed1992();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -21203,9 +21203,9 @@ main() {
|
| var arg_acceptsPublisherPaidPlacements = true;
|
| var arg_adWordsSite = true;
|
| var arg_approved = true;
|
| - var arg_campaignIds = buildUnnamed1548();
|
| - var arg_directorySiteIds = buildUnnamed1549();
|
| - var arg_ids = buildUnnamed1550();
|
| + var arg_campaignIds = buildUnnamed1993();
|
| + var arg_directorySiteIds = buildUnnamed1994();
|
| + var arg_ids = buildUnnamed1995();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -21517,7 +21517,7 @@ main() {
|
| var arg_profileId = "foo";
|
| var arg_height = 42;
|
| var arg_iabStandard = true;
|
| - var arg_ids = buildUnnamed1551();
|
| + var arg_ids = buildUnnamed1996();
|
| var arg_width = 42;
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| @@ -21694,7 +21694,7 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.SubaccountsResourceApi res = new api.DfareportingApi(mock).subaccounts;
|
| var arg_profileId = "foo";
|
| - var arg_ids = buildUnnamed1552();
|
| + var arg_ids = buildUnnamed1997();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -22276,7 +22276,7 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.UserRolePermissionsResourceApi res = new api.DfareportingApi(mock).userRolePermissions;
|
| var arg_profileId = "foo";
|
| - var arg_ids = buildUnnamed1553();
|
| + var arg_ids = buildUnnamed1998();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -22505,7 +22505,7 @@ main() {
|
| api.UserRolesResourceApi res = new api.DfareportingApi(mock).userRoles;
|
| var arg_profileId = "foo";
|
| var arg_accountUserRoleOnly = true;
|
| - var arg_ids = buildUnnamed1554();
|
| + var arg_ids = buildUnnamed1999();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
|
|