| Index: generated/googleapis/test/dfareporting/v2_2_test.dart
|
| diff --git a/generated/googleapis/test/dfareporting/v2_2_test.dart b/generated/googleapis/test/dfareporting/v2_2_test.dart
|
| index 166f22e52893972d26509a839dc88b43fd167990..cb09f713640a0668794397848235622710dd44fb 100644
|
| --- a/generated/googleapis/test/dfareporting/v2_2_test.dart
|
| +++ b/generated/googleapis/test/dfareporting/v2_2_test.dart
|
| @@ -51,27 +51,27 @@ http.StreamedResponse stringResponse(
|
| return new http.StreamedResponse(stream, status, headers: headers);
|
| }
|
|
|
| -buildUnnamed1031() {
|
| +buildUnnamed2589() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1031(core.List<core.String> o) {
|
| +checkUnnamed2589(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1032() {
|
| +buildUnnamed2590() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1032(core.List<core.String> o) {
|
| +checkUnnamed2590(core.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 = buildUnnamed1031();
|
| + o.accountPermissionIds = buildUnnamed2589();
|
| o.accountProfile = "foo";
|
| o.active = true;
|
| o.activeAdsLimitTier = "foo";
|
| o.activeViewOptOut = true;
|
| - o.availablePermissionIds = buildUnnamed1032();
|
| + o.availablePermissionIds = buildUnnamed2590();
|
| o.comscoreVceEnabled = true;
|
| o.countryId = "foo";
|
| o.currencyId = "foo";
|
| @@ -109,12 +109,12 @@ buildAccount() {
|
| checkAccount(api.Account o) {
|
| buildCounterAccount++;
|
| if (buildCounterAccount < 3) {
|
| - checkUnnamed1031(o.accountPermissionIds);
|
| + checkUnnamed2589(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);
|
| - checkUnnamed1032(o.availablePermissionIds);
|
| + checkUnnamed2590(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--;
|
| }
|
|
|
| -buildUnnamed1033() {
|
| +buildUnnamed2591() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1033(core.List<core.String> o) {
|
| +checkUnnamed2591(core.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 = buildUnnamed1033();
|
| + o.accountProfiles = buildUnnamed2591();
|
| o.id = "foo";
|
| o.kind = "foo";
|
| o.level = "foo";
|
| @@ -191,7 +191,7 @@ buildAccountPermission() {
|
| checkAccountPermission(api.AccountPermission o) {
|
| buildCounterAccountPermission++;
|
| if (buildCounterAccountPermission < 3) {
|
| - checkUnnamed1033(o.accountProfiles);
|
| + checkUnnamed2591(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--;
|
| }
|
|
|
| -buildUnnamed1034() {
|
| +buildUnnamed2592() {
|
| var o = new core.List<api.AccountPermissionGroup>();
|
| o.add(buildAccountPermissionGroup());
|
| o.add(buildAccountPermissionGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1034(core.List<api.AccountPermissionGroup> o) {
|
| +checkUnnamed2592(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 = buildUnnamed1034();
|
| + o.accountPermissionGroups = buildUnnamed2592();
|
| o.kind = "foo";
|
| }
|
| buildCounterAccountPermissionGroupsListResponse--;
|
| @@ -252,20 +252,20 @@ buildAccountPermissionGroupsListResponse() {
|
| checkAccountPermissionGroupsListResponse(api.AccountPermissionGroupsListResponse o) {
|
| buildCounterAccountPermissionGroupsListResponse++;
|
| if (buildCounterAccountPermissionGroupsListResponse < 3) {
|
| - checkUnnamed1034(o.accountPermissionGroups);
|
| + checkUnnamed2592(o.accountPermissionGroups);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterAccountPermissionGroupsListResponse--;
|
| }
|
|
|
| -buildUnnamed1035() {
|
| +buildUnnamed2593() {
|
| var o = new core.List<api.AccountPermission>();
|
| o.add(buildAccountPermission());
|
| o.add(buildAccountPermission());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1035(core.List<api.AccountPermission> o) {
|
| +checkUnnamed2593(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 = buildUnnamed1035();
|
| + o.accountPermissions = buildUnnamed2593();
|
| o.kind = "foo";
|
| }
|
| buildCounterAccountPermissionsListResponse--;
|
| @@ -286,7 +286,7 @@ buildAccountPermissionsListResponse() {
|
| checkAccountPermissionsListResponse(api.AccountPermissionsListResponse o) {
|
| buildCounterAccountPermissionsListResponse++;
|
| if (buildCounterAccountPermissionsListResponse < 3) {
|
| - checkUnnamed1035(o.accountPermissions);
|
| + checkUnnamed2593(o.accountPermissions);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterAccountPermissionsListResponse--;
|
| @@ -341,14 +341,14 @@ checkAccountUserProfile(api.AccountUserProfile o) {
|
| buildCounterAccountUserProfile--;
|
| }
|
|
|
| -buildUnnamed1036() {
|
| +buildUnnamed2594() {
|
| var o = new core.List<api.AccountUserProfile>();
|
| o.add(buildAccountUserProfile());
|
| o.add(buildAccountUserProfile());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1036(core.List<api.AccountUserProfile> o) {
|
| +checkUnnamed2594(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 = buildUnnamed1036();
|
| + o.accountUserProfiles = buildUnnamed2594();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -370,21 +370,21 @@ buildAccountUserProfilesListResponse() {
|
| checkAccountUserProfilesListResponse(api.AccountUserProfilesListResponse o) {
|
| buildCounterAccountUserProfilesListResponse++;
|
| if (buildCounterAccountUserProfilesListResponse < 3) {
|
| - checkUnnamed1036(o.accountUserProfiles);
|
| + checkUnnamed2594(o.accountUserProfiles);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterAccountUserProfilesListResponse--;
|
| }
|
|
|
| -buildUnnamed1037() {
|
| +buildUnnamed2595() {
|
| var o = new core.List<api.Account>();
|
| o.add(buildAccount());
|
| o.add(buildAccount());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1037(core.List<api.Account> o) {
|
| +checkUnnamed2595(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 = buildUnnamed1037();
|
| + o.accounts = buildUnnamed2595();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -406,34 +406,34 @@ buildAccountsListResponse() {
|
| checkAccountsListResponse(api.AccountsListResponse o) {
|
| buildCounterAccountsListResponse++;
|
| if (buildCounterAccountsListResponse < 3) {
|
| - checkUnnamed1037(o.accounts);
|
| + checkUnnamed2595(o.accounts);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterAccountsListResponse--;
|
| }
|
|
|
| -buildUnnamed1038() {
|
| +buildUnnamed2596() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1038(core.List<api.DimensionValue> o) {
|
| +checkUnnamed2596(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed1039() {
|
| +buildUnnamed2597() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1039(core.List<core.String> o) {
|
| +checkUnnamed2597(core.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 = buildUnnamed1038();
|
| + o.filters = buildUnnamed2596();
|
| o.kind = "foo";
|
| - o.metricNames = buildUnnamed1039();
|
| + o.metricNames = buildUnnamed2597();
|
| }
|
| buildCounterActivities--;
|
| return o;
|
| @@ -455,47 +455,47 @@ buildActivities() {
|
| checkActivities(api.Activities o) {
|
| buildCounterActivities++;
|
| if (buildCounterActivities < 3) {
|
| - checkUnnamed1038(o.filters);
|
| + checkUnnamed2596(o.filters);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1039(o.metricNames);
|
| + checkUnnamed2597(o.metricNames);
|
| }
|
| buildCounterActivities--;
|
| }
|
|
|
| -buildUnnamed1040() {
|
| +buildUnnamed2598() {
|
| var o = new core.List<api.CreativeGroupAssignment>();
|
| o.add(buildCreativeGroupAssignment());
|
| o.add(buildCreativeGroupAssignment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1040(core.List<api.CreativeGroupAssignment> o) {
|
| +checkUnnamed2598(core.List<api.CreativeGroupAssignment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeGroupAssignment(o[0]);
|
| checkCreativeGroupAssignment(o[1]);
|
| }
|
|
|
| -buildUnnamed1041() {
|
| +buildUnnamed2599() {
|
| var o = new core.List<api.EventTagOverride>();
|
| o.add(buildEventTagOverride());
|
| o.add(buildEventTagOverride());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1041(core.List<api.EventTagOverride> o) {
|
| +checkUnnamed2599(core.List<api.EventTagOverride> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEventTagOverride(o[0]);
|
| checkEventTagOverride(o[1]);
|
| }
|
|
|
| -buildUnnamed1042() {
|
| +buildUnnamed2600() {
|
| var o = new core.List<api.PlacementAssignment>();
|
| o.add(buildPlacementAssignment());
|
| o.add(buildPlacementAssignment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1042(core.List<api.PlacementAssignment> o) {
|
| +checkUnnamed2600(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 = buildUnnamed1040();
|
| + o.creativeGroupAssignments = buildUnnamed2598();
|
| 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 = buildUnnamed1041();
|
| + o.eventTagOverrides = buildUnnamed2599();
|
| 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 = buildUnnamed1042();
|
| + o.placementAssignments = buildUnnamed2600();
|
| 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);
|
| - checkUnnamed1040(o.creativeGroupAssignments);
|
| + checkUnnamed2598(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")));
|
| - checkUnnamed1041(o.eventTagOverrides);
|
| + checkUnnamed2599(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'));
|
| - checkUnnamed1042(o.placementAssignments);
|
| + checkUnnamed2600(o.placementAssignments);
|
| checkListTargetingExpression(o.remarketingListExpression);
|
| checkSize(o.size);
|
| unittest.expect(o.sslCompliant, unittest.isTrue);
|
| @@ -625,14 +625,14 @@ checkAdSlot(api.AdSlot o) {
|
| buildCounterAdSlot--;
|
| }
|
|
|
| -buildUnnamed1043() {
|
| +buildUnnamed2601() {
|
| var o = new core.List<api.Ad>();
|
| o.add(buildAd());
|
| o.add(buildAd());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1043(core.List<api.Ad> o) {
|
| +checkUnnamed2601(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 = buildUnnamed1043();
|
| + o.ads = buildUnnamed2601();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -654,7 +654,7 @@ buildAdsListResponse() {
|
| checkAdsListResponse(api.AdsListResponse o) {
|
| buildCounterAdsListResponse++;
|
| if (buildCounterAdsListResponse < 3) {
|
| - checkUnnamed1043(o.ads);
|
| + checkUnnamed2601(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--;
|
| }
|
|
|
| -buildUnnamed1044() {
|
| +buildUnnamed2602() {
|
| var o = new core.List<api.AdvertiserGroup>();
|
| o.add(buildAdvertiserGroup());
|
| o.add(buildAdvertiserGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1044(core.List<api.AdvertiserGroup> o) {
|
| +checkUnnamed2602(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 = buildUnnamed1044();
|
| + o.advertiserGroups = buildUnnamed2602();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -762,21 +762,21 @@ buildAdvertiserGroupsListResponse() {
|
| checkAdvertiserGroupsListResponse(api.AdvertiserGroupsListResponse o) {
|
| buildCounterAdvertiserGroupsListResponse++;
|
| if (buildCounterAdvertiserGroupsListResponse < 3) {
|
| - checkUnnamed1044(o.advertiserGroups);
|
| + checkUnnamed2602(o.advertiserGroups);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterAdvertiserGroupsListResponse--;
|
| }
|
|
|
| -buildUnnamed1045() {
|
| +buildUnnamed2603() {
|
| var o = new core.List<api.Advertiser>();
|
| o.add(buildAdvertiser());
|
| o.add(buildAdvertiser());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1045(core.List<api.Advertiser> o) {
|
| +checkUnnamed2603(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 = buildUnnamed1045();
|
| + o.advertisers = buildUnnamed2603();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -798,7 +798,7 @@ buildAdvertisersListResponse() {
|
| checkAdvertisersListResponse(api.AdvertisersListResponse o) {
|
| buildCounterAdvertisersListResponse++;
|
| if (buildCounterAdvertisersListResponse < 3) {
|
| - checkUnnamed1045(o.advertisers);
|
| + checkUnnamed2603(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--;
|
| }
|
|
|
| -buildUnnamed1046() {
|
| +buildUnnamed2604() {
|
| var o = new core.List<api.AudienceSegment>();
|
| o.add(buildAudienceSegment());
|
| o.add(buildAudienceSegment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1046(core.List<api.AudienceSegment> o) {
|
| +checkUnnamed2604(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 = buildUnnamed1046();
|
| + o.audienceSegments = buildUnnamed2604();
|
| o.id = "foo";
|
| o.name = "foo";
|
| }
|
| @@ -857,7 +857,7 @@ buildAudienceSegmentGroup() {
|
| checkAudienceSegmentGroup(api.AudienceSegmentGroup o) {
|
| buildCounterAudienceSegmentGroup++;
|
| if (buildCounterAudienceSegmentGroup < 3) {
|
| - checkUnnamed1046(o.audienceSegments);
|
| + checkUnnamed2604(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--;
|
| }
|
|
|
| -buildUnnamed1047() {
|
| +buildUnnamed2605() {
|
| var o = new core.List<api.Browser>();
|
| o.add(buildBrowser());
|
| o.add(buildBrowser());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1047(core.List<api.Browser> o) {
|
| +checkUnnamed2605(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 = buildUnnamed1047();
|
| + o.browsers = buildUnnamed2605();
|
| o.kind = "foo";
|
| }
|
| buildCounterBrowsersListResponse--;
|
| @@ -921,72 +921,72 @@ buildBrowsersListResponse() {
|
| checkBrowsersListResponse(api.BrowsersListResponse o) {
|
| buildCounterBrowsersListResponse++;
|
| if (buildCounterBrowsersListResponse < 3) {
|
| - checkUnnamed1047(o.browsers);
|
| + checkUnnamed2605(o.browsers);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterBrowsersListResponse--;
|
| }
|
|
|
| -buildUnnamed1048() {
|
| +buildUnnamed2606() {
|
| var o = new core.List<api.CreativeOptimizationConfiguration>();
|
| o.add(buildCreativeOptimizationConfiguration());
|
| o.add(buildCreativeOptimizationConfiguration());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1048(core.List<api.CreativeOptimizationConfiguration> o) {
|
| +checkUnnamed2606(core.List<api.CreativeOptimizationConfiguration> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeOptimizationConfiguration(o[0]);
|
| checkCreativeOptimizationConfiguration(o[1]);
|
| }
|
|
|
| -buildUnnamed1049() {
|
| +buildUnnamed2607() {
|
| var o = new core.List<api.AudienceSegmentGroup>();
|
| o.add(buildAudienceSegmentGroup());
|
| o.add(buildAudienceSegmentGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1049(core.List<api.AudienceSegmentGroup> o) {
|
| +checkUnnamed2607(core.List<api.AudienceSegmentGroup> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAudienceSegmentGroup(o[0]);
|
| checkAudienceSegmentGroup(o[1]);
|
| }
|
|
|
| -buildUnnamed1050() {
|
| +buildUnnamed2608() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1050(core.List<core.String> o) {
|
| +checkUnnamed2608(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1051() {
|
| +buildUnnamed2609() {
|
| var o = new core.List<api.EventTagOverride>();
|
| o.add(buildEventTagOverride());
|
| o.add(buildEventTagOverride());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1051(core.List<api.EventTagOverride> o) {
|
| +checkUnnamed2609(core.List<api.EventTagOverride> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEventTagOverride(o[0]);
|
| checkEventTagOverride(o[1]);
|
| }
|
|
|
| -buildUnnamed1052() {
|
| +buildUnnamed2610() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1052(core.List<core.String> o) {
|
| +checkUnnamed2610(core.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 = buildUnnamed1048();
|
| + o.additionalCreativeOptimizationConfigurations = buildUnnamed2606();
|
| o.advertiserGroupId = "foo";
|
| o.advertiserId = "foo";
|
| o.advertiserIdDimensionValue = buildDimensionValue();
|
| o.archived = true;
|
| - o.audienceSegmentGroups = buildUnnamed1049();
|
| + o.audienceSegmentGroups = buildUnnamed2607();
|
| o.billingInvoiceCode = "foo";
|
| o.clickThroughUrlSuffixProperties = buildClickThroughUrlSuffixProperties();
|
| o.comment = "foo";
|
| o.comscoreVceEnabled = true;
|
| o.createInfo = buildLastModifiedInfo();
|
| - o.creativeGroupIds = buildUnnamed1050();
|
| + o.creativeGroupIds = buildUnnamed2608();
|
| o.creativeOptimizationConfiguration = buildCreativeOptimizationConfiguration();
|
| o.defaultClickThroughEventTagProperties = buildDefaultClickThroughEventTagProperties();
|
| o.endDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| - o.eventTagOverrides = buildUnnamed1051();
|
| + o.eventTagOverrides = buildUnnamed2609();
|
| 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 = buildUnnamed1052();
|
| + o.traffickerEmails = buildUnnamed2610();
|
| }
|
| buildCounterCampaign--;
|
| return o;
|
| @@ -1034,22 +1034,22 @@ checkCampaign(api.Campaign o) {
|
| buildCounterCampaign++;
|
| if (buildCounterCampaign < 3) {
|
| unittest.expect(o.accountId, unittest.equals('foo'));
|
| - checkUnnamed1048(o.additionalCreativeOptimizationConfigurations);
|
| + checkUnnamed2606(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);
|
| - checkUnnamed1049(o.audienceSegmentGroups);
|
| + checkUnnamed2607(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);
|
| - checkUnnamed1050(o.creativeGroupIds);
|
| + checkUnnamed2608(o.creativeGroupIds);
|
| checkCreativeOptimizationConfiguration(o.creativeOptimizationConfiguration);
|
| checkDefaultClickThroughEventTagProperties(o.defaultClickThroughEventTagProperties);
|
| unittest.expect(o.endDate, unittest.equals(core.DateTime.parse("2002-02-27T00:00:00")));
|
| - checkUnnamed1051(o.eventTagOverrides);
|
| + checkUnnamed2609(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'));
|
| - checkUnnamed1052(o.traffickerEmails);
|
| + checkUnnamed2610(o.traffickerEmails);
|
| }
|
| buildCounterCampaign--;
|
| }
|
| @@ -1086,14 +1086,14 @@ checkCampaignCreativeAssociation(api.CampaignCreativeAssociation o) {
|
| buildCounterCampaignCreativeAssociation--;
|
| }
|
|
|
| -buildUnnamed1053() {
|
| +buildUnnamed2611() {
|
| var o = new core.List<api.CampaignCreativeAssociation>();
|
| o.add(buildCampaignCreativeAssociation());
|
| o.add(buildCampaignCreativeAssociation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1053(core.List<api.CampaignCreativeAssociation> o) {
|
| +checkUnnamed2611(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 = buildUnnamed1053();
|
| + o.campaignCreativeAssociations = buildUnnamed2611();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -1115,21 +1115,21 @@ buildCampaignCreativeAssociationsListResponse() {
|
| checkCampaignCreativeAssociationsListResponse(api.CampaignCreativeAssociationsListResponse o) {
|
| buildCounterCampaignCreativeAssociationsListResponse++;
|
| if (buildCounterCampaignCreativeAssociationsListResponse < 3) {
|
| - checkUnnamed1053(o.campaignCreativeAssociations);
|
| + checkUnnamed2611(o.campaignCreativeAssociations);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterCampaignCreativeAssociationsListResponse--;
|
| }
|
|
|
| -buildUnnamed1054() {
|
| +buildUnnamed2612() {
|
| var o = new core.List<api.Campaign>();
|
| o.add(buildCampaign());
|
| o.add(buildCampaign());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1054(core.List<api.Campaign> o) {
|
| +checkUnnamed2612(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 = buildUnnamed1054();
|
| + o.campaigns = buildUnnamed2612();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -1151,7 +1151,7 @@ buildCampaignsListResponse() {
|
| checkCampaignsListResponse(api.CampaignsListResponse o) {
|
| buildCounterCampaignsListResponse++;
|
| if (buildCounterCampaignsListResponse < 3) {
|
| - checkUnnamed1054(o.campaigns);
|
| + checkUnnamed2612(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--;
|
| }
|
|
|
| -buildUnnamed1055() {
|
| +buildUnnamed2613() {
|
| var o = new core.List<api.ChangeLog>();
|
| o.add(buildChangeLog());
|
| o.add(buildChangeLog());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1055(core.List<api.ChangeLog> o) {
|
| +checkUnnamed2613(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 = buildUnnamed1055();
|
| + o.changeLogs = buildUnnamed2613();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -1232,21 +1232,21 @@ buildChangeLogsListResponse() {
|
| checkChangeLogsListResponse(api.ChangeLogsListResponse o) {
|
| buildCounterChangeLogsListResponse++;
|
| if (buildCounterChangeLogsListResponse < 3) {
|
| - checkUnnamed1055(o.changeLogs);
|
| + checkUnnamed2613(o.changeLogs);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterChangeLogsListResponse--;
|
| }
|
|
|
| -buildUnnamed1056() {
|
| +buildUnnamed2614() {
|
| var o = new core.List<api.City>();
|
| o.add(buildCity());
|
| o.add(buildCity());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1056(core.List<api.City> o) {
|
| +checkUnnamed2614(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 = buildUnnamed1056();
|
| + o.cities = buildUnnamed2614();
|
| o.kind = "foo";
|
| }
|
| buildCounterCitiesListResponse--;
|
| @@ -1267,7 +1267,7 @@ buildCitiesListResponse() {
|
| checkCitiesListResponse(api.CitiesListResponse o) {
|
| buildCounterCitiesListResponse++;
|
| if (buildCounterCitiesListResponse < 3) {
|
| - checkUnnamed1056(o.cities);
|
| + checkUnnamed2614(o.cities);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterCitiesListResponse--;
|
| @@ -1450,14 +1450,14 @@ checkConnectionType(api.ConnectionType o) {
|
| buildCounterConnectionType--;
|
| }
|
|
|
| -buildUnnamed1057() {
|
| +buildUnnamed2615() {
|
| var o = new core.List<api.ConnectionType>();
|
| o.add(buildConnectionType());
|
| o.add(buildConnectionType());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1057(core.List<api.ConnectionType> o) {
|
| +checkUnnamed2615(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 = buildUnnamed1057();
|
| + o.connectionTypes = buildUnnamed2615();
|
| o.kind = "foo";
|
| }
|
| buildCounterConnectionTypesListResponse--;
|
| @@ -1478,20 +1478,20 @@ buildConnectionTypesListResponse() {
|
| checkConnectionTypesListResponse(api.ConnectionTypesListResponse o) {
|
| buildCounterConnectionTypesListResponse++;
|
| if (buildCounterConnectionTypesListResponse < 3) {
|
| - checkUnnamed1057(o.connectionTypes);
|
| + checkUnnamed2615(o.connectionTypes);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterConnectionTypesListResponse--;
|
| }
|
|
|
| -buildUnnamed1058() {
|
| +buildUnnamed2616() {
|
| var o = new core.List<api.ContentCategory>();
|
| o.add(buildContentCategory());
|
| o.add(buildContentCategory());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1058(core.List<api.ContentCategory> o) {
|
| +checkUnnamed2616(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 = buildUnnamed1058();
|
| + o.contentCategories = buildUnnamed2616();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -1513,7 +1513,7 @@ buildContentCategoriesListResponse() {
|
| checkContentCategoriesListResponse(api.ContentCategoriesListResponse o) {
|
| buildCounterContentCategoriesListResponse++;
|
| if (buildCounterContentCategoriesListResponse < 3) {
|
| - checkUnnamed1058(o.contentCategories);
|
| + checkUnnamed2616(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--;
|
| }
|
|
|
| -buildUnnamed1059() {
|
| +buildUnnamed2617() {
|
| var o = new core.List<api.Country>();
|
| o.add(buildCountry());
|
| o.add(buildCountry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1059(core.List<api.Country> o) {
|
| +checkUnnamed2617(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 = buildUnnamed1059();
|
| + o.countries = buildUnnamed2617();
|
| o.kind = "foo";
|
| }
|
| buildCounterCountriesListResponse--;
|
| @@ -1573,7 +1573,7 @@ buildCountriesListResponse() {
|
| checkCountriesListResponse(api.CountriesListResponse o) {
|
| buildCounterCountriesListResponse++;
|
| if (buildCounterCountriesListResponse < 3) {
|
| - checkUnnamed1059(o.countries);
|
| + checkUnnamed2617(o.countries);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterCountriesListResponse--;
|
| @@ -1606,157 +1606,157 @@ checkCountry(api.Country o) {
|
| buildCounterCountry--;
|
| }
|
|
|
| -buildUnnamed1060() {
|
| +buildUnnamed2618() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1060(core.List<core.String> o) {
|
| +checkUnnamed2618(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1061() {
|
| +buildUnnamed2619() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1061(core.List<core.String> o) {
|
| +checkUnnamed2619(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1062() {
|
| +buildUnnamed2620() {
|
| var o = new core.List<api.ClickTag>();
|
| o.add(buildClickTag());
|
| o.add(buildClickTag());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1062(core.List<api.ClickTag> o) {
|
| +checkUnnamed2620(core.List<api.ClickTag> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkClickTag(o[0]);
|
| checkClickTag(o[1]);
|
| }
|
|
|
| -buildUnnamed1063() {
|
| +buildUnnamed2621() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1063(core.List<core.String> o) {
|
| +checkUnnamed2621(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1064() {
|
| +buildUnnamed2622() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1064(core.List<core.String> o) {
|
| +checkUnnamed2622(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1065() {
|
| +buildUnnamed2623() {
|
| var o = new core.List<api.CreativeCustomEvent>();
|
| o.add(buildCreativeCustomEvent());
|
| o.add(buildCreativeCustomEvent());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1065(core.List<api.CreativeCustomEvent> o) {
|
| +checkUnnamed2623(core.List<api.CreativeCustomEvent> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeCustomEvent(o[0]);
|
| checkCreativeCustomEvent(o[1]);
|
| }
|
|
|
| -buildUnnamed1066() {
|
| +buildUnnamed2624() {
|
| var o = new core.List<api.CreativeAsset>();
|
| o.add(buildCreativeAsset());
|
| o.add(buildCreativeAsset());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1066(core.List<api.CreativeAsset> o) {
|
| +checkUnnamed2624(core.List<api.CreativeAsset> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeAsset(o[0]);
|
| checkCreativeAsset(o[1]);
|
| }
|
|
|
| -buildUnnamed1067() {
|
| +buildUnnamed2625() {
|
| var o = new core.List<api.CreativeFieldAssignment>();
|
| o.add(buildCreativeFieldAssignment());
|
| o.add(buildCreativeFieldAssignment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1067(core.List<api.CreativeFieldAssignment> o) {
|
| +checkUnnamed2625(core.List<api.CreativeFieldAssignment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeFieldAssignment(o[0]);
|
| checkCreativeFieldAssignment(o[1]);
|
| }
|
|
|
| -buildUnnamed1068() {
|
| +buildUnnamed2626() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1068(core.List<core.String> o) {
|
| +checkUnnamed2626(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1069() {
|
| +buildUnnamed2627() {
|
| var o = new core.List<api.CreativeCustomEvent>();
|
| o.add(buildCreativeCustomEvent());
|
| o.add(buildCreativeCustomEvent());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1069(core.List<api.CreativeCustomEvent> o) {
|
| +checkUnnamed2627(core.List<api.CreativeCustomEvent> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeCustomEvent(o[0]);
|
| checkCreativeCustomEvent(o[1]);
|
| }
|
|
|
| -buildUnnamed1070() {
|
| +buildUnnamed2628() {
|
| var o = new core.List<api.ThirdPartyTrackingUrl>();
|
| o.add(buildThirdPartyTrackingUrl());
|
| o.add(buildThirdPartyTrackingUrl());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1070(core.List<api.ThirdPartyTrackingUrl> o) {
|
| +checkUnnamed2628(core.List<api.ThirdPartyTrackingUrl> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkThirdPartyTrackingUrl(o[0]);
|
| checkThirdPartyTrackingUrl(o[1]);
|
| }
|
|
|
| -buildUnnamed1071() {
|
| +buildUnnamed2629() {
|
| var o = new core.List<api.CreativeCustomEvent>();
|
| o.add(buildCreativeCustomEvent());
|
| o.add(buildCreativeCustomEvent());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1071(core.List<api.CreativeCustomEvent> o) {
|
| +checkUnnamed2629(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 = buildUnnamed1060();
|
| + o.adTagKeys = buildUnnamed2618();
|
| o.advertiserId = "foo";
|
| o.allowScriptAccess = true;
|
| o.archived = true;
|
| @@ -1779,19 +1779,19 @@ buildCreative() {
|
| o.autoAdvanceImages = true;
|
| o.backgroundColor = "foo";
|
| o.backupImageClickThroughUrl = "foo";
|
| - o.backupImageFeatures = buildUnnamed1061();
|
| + o.backupImageFeatures = buildUnnamed2619();
|
| o.backupImageReportingLabel = "foo";
|
| o.backupImageTargetWindow = buildTargetWindow();
|
| - o.clickTags = buildUnnamed1062();
|
| + o.clickTags = buildUnnamed2620();
|
| o.commercialId = "foo";
|
| - o.companionCreatives = buildUnnamed1063();
|
| - o.compatibility = buildUnnamed1064();
|
| + o.companionCreatives = buildUnnamed2621();
|
| + o.compatibility = buildUnnamed2622();
|
| o.convertFlashToHtml5 = true;
|
| - o.counterCustomEvents = buildUnnamed1065();
|
| - o.creativeAssets = buildUnnamed1066();
|
| - o.creativeFieldAssignments = buildUnnamed1067();
|
| - o.customKeyValues = buildUnnamed1068();
|
| - o.exitCustomEvents = buildUnnamed1069();
|
| + o.counterCustomEvents = buildUnnamed2623();
|
| + o.creativeAssets = buildUnnamed2624();
|
| + o.creativeFieldAssignments = buildUnnamed2625();
|
| + o.customKeyValues = buildUnnamed2626();
|
| + o.exitCustomEvents = buildUnnamed2627();
|
| o.fsCommand = buildFsCommand();
|
| o.htmlCode = "foo";
|
| o.htmlCodeLocked = true;
|
| @@ -1817,8 +1817,8 @@ buildCreative() {
|
| o.subaccountId = "foo";
|
| o.thirdPartyBackupImageImpressionsUrl = "foo";
|
| o.thirdPartyRichMediaImpressionsUrl = "foo";
|
| - o.thirdPartyUrls = buildUnnamed1070();
|
| - o.timerCustomEvents = buildUnnamed1071();
|
| + o.thirdPartyUrls = buildUnnamed2628();
|
| + o.timerCustomEvents = buildUnnamed2629();
|
| o.totalFileSize = "foo";
|
| o.type = "foo";
|
| o.version = 42;
|
| @@ -1835,7 +1835,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'));
|
| - checkUnnamed1060(o.adTagKeys);
|
| + checkUnnamed2618(o.adTagKeys);
|
| unittest.expect(o.advertiserId, unittest.equals('foo'));
|
| unittest.expect(o.allowScriptAccess, unittest.isTrue);
|
| unittest.expect(o.archived, unittest.isTrue);
|
| @@ -1844,19 +1844,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'));
|
| - checkUnnamed1061(o.backupImageFeatures);
|
| + checkUnnamed2619(o.backupImageFeatures);
|
| unittest.expect(o.backupImageReportingLabel, unittest.equals('foo'));
|
| checkTargetWindow(o.backupImageTargetWindow);
|
| - checkUnnamed1062(o.clickTags);
|
| + checkUnnamed2620(o.clickTags);
|
| unittest.expect(o.commercialId, unittest.equals('foo'));
|
| - checkUnnamed1063(o.companionCreatives);
|
| - checkUnnamed1064(o.compatibility);
|
| + checkUnnamed2621(o.companionCreatives);
|
| + checkUnnamed2622(o.compatibility);
|
| unittest.expect(o.convertFlashToHtml5, unittest.isTrue);
|
| - checkUnnamed1065(o.counterCustomEvents);
|
| - checkUnnamed1066(o.creativeAssets);
|
| - checkUnnamed1067(o.creativeFieldAssignments);
|
| - checkUnnamed1068(o.customKeyValues);
|
| - checkUnnamed1069(o.exitCustomEvents);
|
| + checkUnnamed2623(o.counterCustomEvents);
|
| + checkUnnamed2624(o.creativeAssets);
|
| + checkUnnamed2625(o.creativeFieldAssignments);
|
| + checkUnnamed2626(o.customKeyValues);
|
| + checkUnnamed2627(o.exitCustomEvents);
|
| checkFsCommand(o.fsCommand);
|
| unittest.expect(o.htmlCode, unittest.equals('foo'));
|
| unittest.expect(o.htmlCodeLocked, unittest.isTrue);
|
| @@ -1882,8 +1882,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'));
|
| - checkUnnamed1070(o.thirdPartyUrls);
|
| - checkUnnamed1071(o.timerCustomEvents);
|
| + checkUnnamed2628(o.thirdPartyUrls);
|
| + checkUnnamed2629(o.timerCustomEvents);
|
| unittest.expect(o.totalFileSize, unittest.equals('foo'));
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| unittest.expect(o.version, unittest.equals(42));
|
| @@ -1893,14 +1893,14 @@ checkCreative(api.Creative o) {
|
| buildCounterCreative--;
|
| }
|
|
|
| -buildUnnamed1072() {
|
| +buildUnnamed2630() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1072(core.List<core.String> o) {
|
| +checkUnnamed2630(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -1921,7 +1921,7 @@ buildCreativeAsset() {
|
| o.childAssetType = "foo";
|
| o.collapsedSize = buildSize();
|
| o.customStartTimeValue = 42;
|
| - o.detectedFeatures = buildUnnamed1072();
|
| + o.detectedFeatures = buildUnnamed2630();
|
| o.displayType = "foo";
|
| o.duration = 42;
|
| o.durationType = "foo";
|
| @@ -1971,7 +1971,7 @@ checkCreativeAsset(api.CreativeAsset o) {
|
| unittest.expect(o.childAssetType, unittest.equals('foo'));
|
| checkSize(o.collapsedSize);
|
| unittest.expect(o.customStartTimeValue, unittest.equals(42));
|
| - checkUnnamed1072(o.detectedFeatures);
|
| + checkUnnamed2630(o.detectedFeatures);
|
| unittest.expect(o.displayType, unittest.equals('foo'));
|
| unittest.expect(o.duration, unittest.equals(42));
|
| unittest.expect(o.durationType, unittest.equals('foo'));
|
| @@ -2028,40 +2028,40 @@ checkCreativeAssetId(api.CreativeAssetId o) {
|
| buildCounterCreativeAssetId--;
|
| }
|
|
|
| -buildUnnamed1073() {
|
| +buildUnnamed2631() {
|
| var o = new core.List<api.ClickTag>();
|
| o.add(buildClickTag());
|
| o.add(buildClickTag());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1073(core.List<api.ClickTag> o) {
|
| +checkUnnamed2631(core.List<api.ClickTag> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkClickTag(o[0]);
|
| checkClickTag(o[1]);
|
| }
|
|
|
| -buildUnnamed1074() {
|
| +buildUnnamed2632() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1074(core.List<core.String> o) {
|
| +checkUnnamed2632(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1075() {
|
| +buildUnnamed2633() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1075(core.List<core.String> o) {
|
| +checkUnnamed2633(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -2073,10 +2073,10 @@ buildCreativeAssetMetadata() {
|
| buildCounterCreativeAssetMetadata++;
|
| if (buildCounterCreativeAssetMetadata < 3) {
|
| o.assetIdentifier = buildCreativeAssetId();
|
| - o.clickTags = buildUnnamed1073();
|
| - o.detectedFeatures = buildUnnamed1074();
|
| + o.clickTags = buildUnnamed2631();
|
| + o.detectedFeatures = buildUnnamed2632();
|
| o.kind = "foo";
|
| - o.warnedValidationRules = buildUnnamed1075();
|
| + o.warnedValidationRules = buildUnnamed2633();
|
| }
|
| buildCounterCreativeAssetMetadata--;
|
| return o;
|
| @@ -2086,48 +2086,48 @@ checkCreativeAssetMetadata(api.CreativeAssetMetadata o) {
|
| buildCounterCreativeAssetMetadata++;
|
| if (buildCounterCreativeAssetMetadata < 3) {
|
| checkCreativeAssetId(o.assetIdentifier);
|
| - checkUnnamed1073(o.clickTags);
|
| - checkUnnamed1074(o.detectedFeatures);
|
| + checkUnnamed2631(o.clickTags);
|
| + checkUnnamed2632(o.detectedFeatures);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1075(o.warnedValidationRules);
|
| + checkUnnamed2633(o.warnedValidationRules);
|
| }
|
| buildCounterCreativeAssetMetadata--;
|
| }
|
|
|
| -buildUnnamed1076() {
|
| +buildUnnamed2634() {
|
| var o = new core.List<api.CompanionClickThroughOverride>();
|
| o.add(buildCompanionClickThroughOverride());
|
| o.add(buildCompanionClickThroughOverride());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1076(core.List<api.CompanionClickThroughOverride> o) {
|
| +checkUnnamed2634(core.List<api.CompanionClickThroughOverride> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCompanionClickThroughOverride(o[0]);
|
| checkCompanionClickThroughOverride(o[1]);
|
| }
|
|
|
| -buildUnnamed1077() {
|
| +buildUnnamed2635() {
|
| var o = new core.List<api.CreativeGroupAssignment>();
|
| o.add(buildCreativeGroupAssignment());
|
| o.add(buildCreativeGroupAssignment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1077(core.List<api.CreativeGroupAssignment> o) {
|
| +checkUnnamed2635(core.List<api.CreativeGroupAssignment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeGroupAssignment(o[0]);
|
| checkCreativeGroupAssignment(o[1]);
|
| }
|
|
|
| -buildUnnamed1078() {
|
| +buildUnnamed2636() {
|
| var o = new core.List<api.RichMediaExitOverride>();
|
| o.add(buildRichMediaExitOverride());
|
| o.add(buildRichMediaExitOverride());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1078(core.List<api.RichMediaExitOverride> o) {
|
| +checkUnnamed2636(core.List<api.RichMediaExitOverride> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRichMediaExitOverride(o[0]);
|
| checkRichMediaExitOverride(o[1]);
|
| @@ -2141,12 +2141,12 @@ buildCreativeAssignment() {
|
| o.active = true;
|
| o.applyEventTags = true;
|
| o.clickThroughUrl = buildClickThroughUrl();
|
| - o.companionCreativeOverrides = buildUnnamed1076();
|
| - o.creativeGroupAssignments = buildUnnamed1077();
|
| + o.companionCreativeOverrides = buildUnnamed2634();
|
| + o.creativeGroupAssignments = buildUnnamed2635();
|
| o.creativeId = "foo";
|
| o.creativeIdDimensionValue = buildDimensionValue();
|
| o.endTime = core.DateTime.parse("2002-02-27T14:01:02");
|
| - o.richMediaExitOverrides = buildUnnamed1078();
|
| + o.richMediaExitOverrides = buildUnnamed2636();
|
| o.sequence = 42;
|
| o.sslCompliant = true;
|
| o.startTime = core.DateTime.parse("2002-02-27T14:01:02");
|
| @@ -2162,12 +2162,12 @@ checkCreativeAssignment(api.CreativeAssignment o) {
|
| unittest.expect(o.active, unittest.isTrue);
|
| unittest.expect(o.applyEventTags, unittest.isTrue);
|
| checkClickThroughUrl(o.clickThroughUrl);
|
| - checkUnnamed1076(o.companionCreativeOverrides);
|
| - checkUnnamed1077(o.creativeGroupAssignments);
|
| + checkUnnamed2634(o.companionCreativeOverrides);
|
| + checkUnnamed2635(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")));
|
| - checkUnnamed1078(o.richMediaExitOverrides);
|
| + checkUnnamed2636(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")));
|
| @@ -2286,14 +2286,14 @@ checkCreativeFieldValue(api.CreativeFieldValue o) {
|
| buildCounterCreativeFieldValue--;
|
| }
|
|
|
| -buildUnnamed1079() {
|
| +buildUnnamed2637() {
|
| var o = new core.List<api.CreativeFieldValue>();
|
| o.add(buildCreativeFieldValue());
|
| o.add(buildCreativeFieldValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1079(core.List<api.CreativeFieldValue> o) {
|
| +checkUnnamed2637(core.List<api.CreativeFieldValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeFieldValue(o[0]);
|
| checkCreativeFieldValue(o[1]);
|
| @@ -2304,7 +2304,7 @@ buildCreativeFieldValuesListResponse() {
|
| var o = new api.CreativeFieldValuesListResponse();
|
| buildCounterCreativeFieldValuesListResponse++;
|
| if (buildCounterCreativeFieldValuesListResponse < 3) {
|
| - o.creativeFieldValues = buildUnnamed1079();
|
| + o.creativeFieldValues = buildUnnamed2637();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -2315,21 +2315,21 @@ buildCreativeFieldValuesListResponse() {
|
| checkCreativeFieldValuesListResponse(api.CreativeFieldValuesListResponse o) {
|
| buildCounterCreativeFieldValuesListResponse++;
|
| if (buildCounterCreativeFieldValuesListResponse < 3) {
|
| - checkUnnamed1079(o.creativeFieldValues);
|
| + checkUnnamed2637(o.creativeFieldValues);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterCreativeFieldValuesListResponse--;
|
| }
|
|
|
| -buildUnnamed1080() {
|
| +buildUnnamed2638() {
|
| var o = new core.List<api.CreativeField>();
|
| o.add(buildCreativeField());
|
| o.add(buildCreativeField());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1080(core.List<api.CreativeField> o) {
|
| +checkUnnamed2638(core.List<api.CreativeField> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeField(o[0]);
|
| checkCreativeField(o[1]);
|
| @@ -2340,7 +2340,7 @@ buildCreativeFieldsListResponse() {
|
| var o = new api.CreativeFieldsListResponse();
|
| buildCounterCreativeFieldsListResponse++;
|
| if (buildCounterCreativeFieldsListResponse < 3) {
|
| - o.creativeFields = buildUnnamed1080();
|
| + o.creativeFields = buildUnnamed2638();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -2351,7 +2351,7 @@ buildCreativeFieldsListResponse() {
|
| checkCreativeFieldsListResponse(api.CreativeFieldsListResponse o) {
|
| buildCounterCreativeFieldsListResponse++;
|
| if (buildCounterCreativeFieldsListResponse < 3) {
|
| - checkUnnamed1080(o.creativeFields);
|
| + checkUnnamed2638(o.creativeFields);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -2412,14 +2412,14 @@ checkCreativeGroupAssignment(api.CreativeGroupAssignment o) {
|
| buildCounterCreativeGroupAssignment--;
|
| }
|
|
|
| -buildUnnamed1081() {
|
| +buildUnnamed2639() {
|
| var o = new core.List<api.CreativeGroup>();
|
| o.add(buildCreativeGroup());
|
| o.add(buildCreativeGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1081(core.List<api.CreativeGroup> o) {
|
| +checkUnnamed2639(core.List<api.CreativeGroup> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeGroup(o[0]);
|
| checkCreativeGroup(o[1]);
|
| @@ -2430,7 +2430,7 @@ buildCreativeGroupsListResponse() {
|
| var o = new api.CreativeGroupsListResponse();
|
| buildCounterCreativeGroupsListResponse++;
|
| if (buildCounterCreativeGroupsListResponse < 3) {
|
| - o.creativeGroups = buildUnnamed1081();
|
| + o.creativeGroups = buildUnnamed2639();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -2441,21 +2441,21 @@ buildCreativeGroupsListResponse() {
|
| checkCreativeGroupsListResponse(api.CreativeGroupsListResponse o) {
|
| buildCounterCreativeGroupsListResponse++;
|
| if (buildCounterCreativeGroupsListResponse < 3) {
|
| - checkUnnamed1081(o.creativeGroups);
|
| + checkUnnamed2639(o.creativeGroups);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterCreativeGroupsListResponse--;
|
| }
|
|
|
| -buildUnnamed1082() {
|
| +buildUnnamed2640() {
|
| var o = new core.List<api.OptimizationActivity>();
|
| o.add(buildOptimizationActivity());
|
| o.add(buildOptimizationActivity());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1082(core.List<api.OptimizationActivity> o) {
|
| +checkUnnamed2640(core.List<api.OptimizationActivity> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOptimizationActivity(o[0]);
|
| checkOptimizationActivity(o[1]);
|
| @@ -2468,7 +2468,7 @@ buildCreativeOptimizationConfiguration() {
|
| if (buildCounterCreativeOptimizationConfiguration < 3) {
|
| o.id = "foo";
|
| o.name = "foo";
|
| - o.optimizationActivitys = buildUnnamed1082();
|
| + o.optimizationActivitys = buildUnnamed2640();
|
| o.optimizationModel = "foo";
|
| }
|
| buildCounterCreativeOptimizationConfiguration--;
|
| @@ -2480,20 +2480,20 @@ checkCreativeOptimizationConfiguration(api.CreativeOptimizationConfiguration o)
|
| if (buildCounterCreativeOptimizationConfiguration < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| - checkUnnamed1082(o.optimizationActivitys);
|
| + checkUnnamed2640(o.optimizationActivitys);
|
| unittest.expect(o.optimizationModel, unittest.equals('foo'));
|
| }
|
| buildCounterCreativeOptimizationConfiguration--;
|
| }
|
|
|
| -buildUnnamed1083() {
|
| +buildUnnamed2641() {
|
| var o = new core.List<api.CreativeAssignment>();
|
| o.add(buildCreativeAssignment());
|
| o.add(buildCreativeAssignment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1083(core.List<api.CreativeAssignment> o) {
|
| +checkUnnamed2641(core.List<api.CreativeAssignment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeAssignment(o[0]);
|
| checkCreativeAssignment(o[1]);
|
| @@ -2504,7 +2504,7 @@ buildCreativeRotation() {
|
| var o = new api.CreativeRotation();
|
| buildCounterCreativeRotation++;
|
| if (buildCounterCreativeRotation < 3) {
|
| - o.creativeAssignments = buildUnnamed1083();
|
| + o.creativeAssignments = buildUnnamed2641();
|
| o.creativeOptimizationConfigurationId = "foo";
|
| o.type = "foo";
|
| o.weightCalculationStrategy = "foo";
|
| @@ -2516,7 +2516,7 @@ buildCreativeRotation() {
|
| checkCreativeRotation(api.CreativeRotation o) {
|
| buildCounterCreativeRotation++;
|
| if (buildCounterCreativeRotation < 3) {
|
| - checkUnnamed1083(o.creativeAssignments);
|
| + checkUnnamed2641(o.creativeAssignments);
|
| unittest.expect(o.creativeOptimizationConfigurationId, unittest.equals('foo'));
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| unittest.expect(o.weightCalculationStrategy, unittest.equals('foo'));
|
| @@ -2545,14 +2545,14 @@ checkCreativeSettings(api.CreativeSettings o) {
|
| buildCounterCreativeSettings--;
|
| }
|
|
|
| -buildUnnamed1084() {
|
| +buildUnnamed2642() {
|
| var o = new core.List<api.Creative>();
|
| o.add(buildCreative());
|
| o.add(buildCreative());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1084(core.List<api.Creative> o) {
|
| +checkUnnamed2642(core.List<api.Creative> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreative(o[0]);
|
| checkCreative(o[1]);
|
| @@ -2563,7 +2563,7 @@ buildCreativesListResponse() {
|
| var o = new api.CreativesListResponse();
|
| buildCounterCreativesListResponse++;
|
| if (buildCounterCreativesListResponse < 3) {
|
| - o.creatives = buildUnnamed1084();
|
| + o.creatives = buildUnnamed2642();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -2574,60 +2574,60 @@ buildCreativesListResponse() {
|
| checkCreativesListResponse(api.CreativesListResponse o) {
|
| buildCounterCreativesListResponse++;
|
| if (buildCounterCreativesListResponse < 3) {
|
| - checkUnnamed1084(o.creatives);
|
| + checkUnnamed2642(o.creatives);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterCreativesListResponse--;
|
| }
|
|
|
| -buildUnnamed1085() {
|
| +buildUnnamed2643() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1085(core.List<api.Dimension> o) {
|
| +checkUnnamed2643(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed1086() {
|
| +buildUnnamed2644() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1086(core.List<api.Dimension> o) {
|
| +checkUnnamed2644(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed1087() {
|
| +buildUnnamed2645() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1087(core.List<api.Metric> o) {
|
| +checkUnnamed2645(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| }
|
|
|
| -buildUnnamed1088() {
|
| +buildUnnamed2646() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1088(core.List<api.Metric> o) {
|
| +checkUnnamed2646(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| @@ -2638,11 +2638,11 @@ buildCrossDimensionReachReportCompatibleFields() {
|
| var o = new api.CrossDimensionReachReportCompatibleFields();
|
| buildCounterCrossDimensionReachReportCompatibleFields++;
|
| if (buildCounterCrossDimensionReachReportCompatibleFields < 3) {
|
| - o.breakdown = buildUnnamed1085();
|
| - o.dimensionFilters = buildUnnamed1086();
|
| + o.breakdown = buildUnnamed2643();
|
| + o.dimensionFilters = buildUnnamed2644();
|
| o.kind = "foo";
|
| - o.metrics = buildUnnamed1087();
|
| - o.overlapMetrics = buildUnnamed1088();
|
| + o.metrics = buildUnnamed2645();
|
| + o.overlapMetrics = buildUnnamed2646();
|
| }
|
| buildCounterCrossDimensionReachReportCompatibleFields--;
|
| return o;
|
| @@ -2651,23 +2651,23 @@ buildCrossDimensionReachReportCompatibleFields() {
|
| checkCrossDimensionReachReportCompatibleFields(api.CrossDimensionReachReportCompatibleFields o) {
|
| buildCounterCrossDimensionReachReportCompatibleFields++;
|
| if (buildCounterCrossDimensionReachReportCompatibleFields < 3) {
|
| - checkUnnamed1085(o.breakdown);
|
| - checkUnnamed1086(o.dimensionFilters);
|
| + checkUnnamed2643(o.breakdown);
|
| + checkUnnamed2644(o.dimensionFilters);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1087(o.metrics);
|
| - checkUnnamed1088(o.overlapMetrics);
|
| + checkUnnamed2645(o.metrics);
|
| + checkUnnamed2646(o.overlapMetrics);
|
| }
|
| buildCounterCrossDimensionReachReportCompatibleFields--;
|
| }
|
|
|
| -buildUnnamed1089() {
|
| +buildUnnamed2647() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1089(core.List<api.DimensionValue> o) {
|
| +checkUnnamed2647(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| @@ -2678,7 +2678,7 @@ buildCustomRichMediaEvents() {
|
| var o = new api.CustomRichMediaEvents();
|
| buildCounterCustomRichMediaEvents++;
|
| if (buildCounterCustomRichMediaEvents < 3) {
|
| - o.filteredEventIds = buildUnnamed1089();
|
| + o.filteredEventIds = buildUnnamed2647();
|
| o.kind = "foo";
|
| }
|
| buildCounterCustomRichMediaEvents--;
|
| @@ -2688,7 +2688,7 @@ buildCustomRichMediaEvents() {
|
| checkCustomRichMediaEvents(api.CustomRichMediaEvents o) {
|
| buildCounterCustomRichMediaEvents++;
|
| if (buildCounterCustomRichMediaEvents < 3) {
|
| - checkUnnamed1089(o.filteredEventIds);
|
| + checkUnnamed2647(o.filteredEventIds);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterCustomRichMediaEvents--;
|
| @@ -2719,27 +2719,27 @@ checkDateRange(api.DateRange o) {
|
| buildCounterDateRange--;
|
| }
|
|
|
| -buildUnnamed1090() {
|
| +buildUnnamed2648() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1090(core.List<core.String> o) {
|
| +checkUnnamed2648(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1091() {
|
| +buildUnnamed2649() {
|
| var o = new core.List<core.int>();
|
| o.add(42);
|
| o.add(42);
|
| return o;
|
| }
|
|
|
| -checkUnnamed1091(core.List<core.int> o) {
|
| +checkUnnamed2649(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));
|
| @@ -2750,8 +2750,8 @@ buildDayPartTargeting() {
|
| var o = new api.DayPartTargeting();
|
| buildCounterDayPartTargeting++;
|
| if (buildCounterDayPartTargeting < 3) {
|
| - o.daysOfWeek = buildUnnamed1090();
|
| - o.hoursOfDay = buildUnnamed1091();
|
| + o.daysOfWeek = buildUnnamed2648();
|
| + o.hoursOfDay = buildUnnamed2649();
|
| o.userLocalTime = true;
|
| }
|
| buildCounterDayPartTargeting--;
|
| @@ -2761,8 +2761,8 @@ buildDayPartTargeting() {
|
| checkDayPartTargeting(api.DayPartTargeting o) {
|
| buildCounterDayPartTargeting++;
|
| if (buildCounterDayPartTargeting < 3) {
|
| - checkUnnamed1090(o.daysOfWeek);
|
| - checkUnnamed1091(o.hoursOfDay);
|
| + checkUnnamed2648(o.daysOfWeek);
|
| + checkUnnamed2649(o.hoursOfDay);
|
| unittest.expect(o.userLocalTime, unittest.isTrue);
|
| }
|
| buildCounterDayPartTargeting--;
|
| @@ -2914,14 +2914,14 @@ checkDimensionValue(api.DimensionValue o) {
|
| buildCounterDimensionValue--;
|
| }
|
|
|
| -buildUnnamed1092() {
|
| +buildUnnamed2650() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1092(core.List<api.DimensionValue> o) {
|
| +checkUnnamed2650(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| @@ -2933,7 +2933,7 @@ buildDimensionValueList() {
|
| buildCounterDimensionValueList++;
|
| if (buildCounterDimensionValueList < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed1092();
|
| + o.items = buildUnnamed2650();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -2945,21 +2945,21 @@ checkDimensionValueList(api.DimensionValueList o) {
|
| buildCounterDimensionValueList++;
|
| if (buildCounterDimensionValueList < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed1092(o.items);
|
| + checkUnnamed2650(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterDimensionValueList--;
|
| }
|
|
|
| -buildUnnamed1093() {
|
| +buildUnnamed2651() {
|
| var o = new core.List<api.DimensionFilter>();
|
| o.add(buildDimensionFilter());
|
| o.add(buildDimensionFilter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1093(core.List<api.DimensionFilter> o) {
|
| +checkUnnamed2651(core.List<api.DimensionFilter> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionFilter(o[0]);
|
| checkDimensionFilter(o[1]);
|
| @@ -2972,7 +2972,7 @@ buildDimensionValueRequest() {
|
| if (buildCounterDimensionValueRequest < 3) {
|
| o.dimensionName = "foo";
|
| o.endDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| - o.filters = buildUnnamed1093();
|
| + o.filters = buildUnnamed2651();
|
| o.kind = "foo";
|
| o.startDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| }
|
| @@ -2985,47 +2985,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")));
|
| - checkUnnamed1093(o.filters);
|
| + checkUnnamed2651(o.filters);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.startDate, unittest.equals(core.DateTime.parse("2002-02-27T00:00:00")));
|
| }
|
| buildCounterDimensionValueRequest--;
|
| }
|
|
|
| -buildUnnamed1094() {
|
| +buildUnnamed2652() {
|
| var o = new core.List<api.DirectorySiteContactAssignment>();
|
| o.add(buildDirectorySiteContactAssignment());
|
| o.add(buildDirectorySiteContactAssignment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1094(core.List<api.DirectorySiteContactAssignment> o) {
|
| +checkUnnamed2652(core.List<api.DirectorySiteContactAssignment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDirectorySiteContactAssignment(o[0]);
|
| checkDirectorySiteContactAssignment(o[1]);
|
| }
|
|
|
| -buildUnnamed1095() {
|
| +buildUnnamed2653() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1095(core.List<core.String> o) {
|
| +checkUnnamed2653(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1096() {
|
| +buildUnnamed2654() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1096(core.List<core.String> o) {
|
| +checkUnnamed2654(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -3037,14 +3037,14 @@ buildDirectorySite() {
|
| buildCounterDirectorySite++;
|
| if (buildCounterDirectorySite < 3) {
|
| o.active = true;
|
| - o.contactAssignments = buildUnnamed1094();
|
| + o.contactAssignments = buildUnnamed2652();
|
| o.countryId = "foo";
|
| o.currencyId = "foo";
|
| o.description = "foo";
|
| o.id = "foo";
|
| o.idDimensionValue = buildDimensionValue();
|
| - o.inpageTagFormats = buildUnnamed1095();
|
| - o.interstitialTagFormats = buildUnnamed1096();
|
| + o.inpageTagFormats = buildUnnamed2653();
|
| + o.interstitialTagFormats = buildUnnamed2654();
|
| o.kind = "foo";
|
| o.name = "foo";
|
| o.parentId = "foo";
|
| @@ -3059,14 +3059,14 @@ checkDirectorySite(api.DirectorySite o) {
|
| buildCounterDirectorySite++;
|
| if (buildCounterDirectorySite < 3) {
|
| unittest.expect(o.active, unittest.isTrue);
|
| - checkUnnamed1094(o.contactAssignments);
|
| + checkUnnamed2652(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);
|
| - checkUnnamed1095(o.inpageTagFormats);
|
| - checkUnnamed1096(o.interstitialTagFormats);
|
| + checkUnnamed2653(o.inpageTagFormats);
|
| + checkUnnamed2654(o.interstitialTagFormats);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.parentId, unittest.equals('foo'));
|
| @@ -3134,14 +3134,14 @@ checkDirectorySiteContactAssignment(api.DirectorySiteContactAssignment o) {
|
| buildCounterDirectorySiteContactAssignment--;
|
| }
|
|
|
| -buildUnnamed1097() {
|
| +buildUnnamed2655() {
|
| var o = new core.List<api.DirectorySiteContact>();
|
| o.add(buildDirectorySiteContact());
|
| o.add(buildDirectorySiteContact());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1097(core.List<api.DirectorySiteContact> o) {
|
| +checkUnnamed2655(core.List<api.DirectorySiteContact> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDirectorySiteContact(o[0]);
|
| checkDirectorySiteContact(o[1]);
|
| @@ -3152,7 +3152,7 @@ buildDirectorySiteContactsListResponse() {
|
| var o = new api.DirectorySiteContactsListResponse();
|
| buildCounterDirectorySiteContactsListResponse++;
|
| if (buildCounterDirectorySiteContactsListResponse < 3) {
|
| - o.directorySiteContacts = buildUnnamed1097();
|
| + o.directorySiteContacts = buildUnnamed2655();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -3163,7 +3163,7 @@ buildDirectorySiteContactsListResponse() {
|
| checkDirectorySiteContactsListResponse(api.DirectorySiteContactsListResponse o) {
|
| buildCounterDirectorySiteContactsListResponse++;
|
| if (buildCounterDirectorySiteContactsListResponse < 3) {
|
| - checkUnnamed1097(o.directorySiteContacts);
|
| + checkUnnamed2655(o.directorySiteContacts);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -3201,14 +3201,14 @@ checkDirectorySiteSettings(api.DirectorySiteSettings o) {
|
| buildCounterDirectorySiteSettings--;
|
| }
|
|
|
| -buildUnnamed1098() {
|
| +buildUnnamed2656() {
|
| var o = new core.List<api.DirectorySite>();
|
| o.add(buildDirectorySite());
|
| o.add(buildDirectorySite());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1098(core.List<api.DirectorySite> o) {
|
| +checkUnnamed2656(core.List<api.DirectorySite> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDirectorySite(o[0]);
|
| checkDirectorySite(o[1]);
|
| @@ -3219,7 +3219,7 @@ buildDirectorySitesListResponse() {
|
| var o = new api.DirectorySitesListResponse();
|
| buildCounterDirectorySitesListResponse++;
|
| if (buildCounterDirectorySitesListResponse < 3) {
|
| - o.directorySites = buildUnnamed1098();
|
| + o.directorySites = buildUnnamed2656();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -3230,21 +3230,21 @@ buildDirectorySitesListResponse() {
|
| checkDirectorySitesListResponse(api.DirectorySitesListResponse o) {
|
| buildCounterDirectorySitesListResponse++;
|
| if (buildCounterDirectorySitesListResponse < 3) {
|
| - checkUnnamed1098(o.directorySites);
|
| + checkUnnamed2656(o.directorySites);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterDirectorySitesListResponse--;
|
| }
|
|
|
| -buildUnnamed1099() {
|
| +buildUnnamed2657() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1099(core.List<core.String> o) {
|
| +checkUnnamed2657(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -3266,7 +3266,7 @@ buildEventTag() {
|
| o.kind = "foo";
|
| o.name = "foo";
|
| o.siteFilterType = "foo";
|
| - o.siteIds = buildUnnamed1099();
|
| + o.siteIds = buildUnnamed2657();
|
| o.sslCompliant = true;
|
| o.status = "foo";
|
| o.subaccountId = "foo";
|
| @@ -3292,7 +3292,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'));
|
| - checkUnnamed1099(o.siteIds);
|
| + checkUnnamed2657(o.siteIds);
|
| unittest.expect(o.sslCompliant, unittest.isTrue);
|
| unittest.expect(o.status, unittest.equals('foo'));
|
| unittest.expect(o.subaccountId, unittest.equals('foo'));
|
| @@ -3324,14 +3324,14 @@ checkEventTagOverride(api.EventTagOverride o) {
|
| buildCounterEventTagOverride--;
|
| }
|
|
|
| -buildUnnamed1100() {
|
| +buildUnnamed2658() {
|
| var o = new core.List<api.EventTag>();
|
| o.add(buildEventTag());
|
| o.add(buildEventTag());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1100(core.List<api.EventTag> o) {
|
| +checkUnnamed2658(core.List<api.EventTag> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEventTag(o[0]);
|
| checkEventTag(o[1]);
|
| @@ -3342,7 +3342,7 @@ buildEventTagsListResponse() {
|
| var o = new api.EventTagsListResponse();
|
| buildCounterEventTagsListResponse++;
|
| if (buildCounterEventTagsListResponse < 3) {
|
| - o.eventTags = buildUnnamed1100();
|
| + o.eventTags = buildUnnamed2658();
|
| o.kind = "foo";
|
| }
|
| buildCounterEventTagsListResponse--;
|
| @@ -3352,7 +3352,7 @@ buildEventTagsListResponse() {
|
| checkEventTagsListResponse(api.EventTagsListResponse o) {
|
| buildCounterEventTagsListResponse++;
|
| if (buildCounterEventTagsListResponse < 3) {
|
| - checkUnnamed1100(o.eventTags);
|
| + checkUnnamed2658(o.eventTags);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterEventTagsListResponse--;
|
| @@ -3416,14 +3416,14 @@ checkFile(api.File o) {
|
| buildCounterFile--;
|
| }
|
|
|
| -buildUnnamed1101() {
|
| +buildUnnamed2659() {
|
| var o = new core.List<api.File>();
|
| o.add(buildFile());
|
| o.add(buildFile());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1101(core.List<api.File> o) {
|
| +checkUnnamed2659(core.List<api.File> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFile(o[0]);
|
| checkFile(o[1]);
|
| @@ -3435,7 +3435,7 @@ buildFileList() {
|
| buildCounterFileList++;
|
| if (buildCounterFileList < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed1101();
|
| + o.items = buildUnnamed2659();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -3447,7 +3447,7 @@ checkFileList(api.FileList o) {
|
| buildCounterFileList++;
|
| if (buildCounterFileList < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed1101(o.items);
|
| + checkUnnamed2659(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -3500,14 +3500,14 @@ checkFloodlightActivitiesGenerateTagResponse(api.FloodlightActivitiesGenerateTag
|
| buildCounterFloodlightActivitiesGenerateTagResponse--;
|
| }
|
|
|
| -buildUnnamed1102() {
|
| +buildUnnamed2660() {
|
| var o = new core.List<api.FloodlightActivity>();
|
| o.add(buildFloodlightActivity());
|
| o.add(buildFloodlightActivity());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1102(core.List<api.FloodlightActivity> o) {
|
| +checkUnnamed2660(core.List<api.FloodlightActivity> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFloodlightActivity(o[0]);
|
| checkFloodlightActivity(o[1]);
|
| @@ -3518,7 +3518,7 @@ buildFloodlightActivitiesListResponse() {
|
| var o = new api.FloodlightActivitiesListResponse();
|
| buildCounterFloodlightActivitiesListResponse++;
|
| if (buildCounterFloodlightActivitiesListResponse < 3) {
|
| - o.floodlightActivities = buildUnnamed1102();
|
| + o.floodlightActivities = buildUnnamed2660();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -3529,47 +3529,47 @@ buildFloodlightActivitiesListResponse() {
|
| checkFloodlightActivitiesListResponse(api.FloodlightActivitiesListResponse o) {
|
| buildCounterFloodlightActivitiesListResponse++;
|
| if (buildCounterFloodlightActivitiesListResponse < 3) {
|
| - checkUnnamed1102(o.floodlightActivities);
|
| + checkUnnamed2660(o.floodlightActivities);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterFloodlightActivitiesListResponse--;
|
| }
|
|
|
| -buildUnnamed1103() {
|
| +buildUnnamed2661() {
|
| var o = new core.List<api.FloodlightActivityDynamicTag>();
|
| o.add(buildFloodlightActivityDynamicTag());
|
| o.add(buildFloodlightActivityDynamicTag());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1103(core.List<api.FloodlightActivityDynamicTag> o) {
|
| +checkUnnamed2661(core.List<api.FloodlightActivityDynamicTag> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFloodlightActivityDynamicTag(o[0]);
|
| checkFloodlightActivityDynamicTag(o[1]);
|
| }
|
|
|
| -buildUnnamed1104() {
|
| +buildUnnamed2662() {
|
| var o = new core.List<api.FloodlightActivityPublisherDynamicTag>();
|
| o.add(buildFloodlightActivityPublisherDynamicTag());
|
| o.add(buildFloodlightActivityPublisherDynamicTag());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1104(core.List<api.FloodlightActivityPublisherDynamicTag> o) {
|
| +checkUnnamed2662(core.List<api.FloodlightActivityPublisherDynamicTag> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFloodlightActivityPublisherDynamicTag(o[0]);
|
| checkFloodlightActivityPublisherDynamicTag(o[1]);
|
| }
|
|
|
| -buildUnnamed1105() {
|
| +buildUnnamed2663() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1105(core.List<core.String> o) {
|
| +checkUnnamed2663(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -3585,7 +3585,7 @@ buildFloodlightActivity() {
|
| o.advertiserIdDimensionValue = buildDimensionValue();
|
| o.cacheBustingType = "foo";
|
| o.countingMethod = "foo";
|
| - o.defaultTags = buildUnnamed1103();
|
| + o.defaultTags = buildUnnamed2661();
|
| o.expectedUrl = "foo";
|
| o.floodlightActivityGroupId = "foo";
|
| o.floodlightActivityGroupName = "foo";
|
| @@ -3600,14 +3600,14 @@ buildFloodlightActivity() {
|
| o.kind = "foo";
|
| o.name = "foo";
|
| o.notes = "foo";
|
| - o.publisherTags = buildUnnamed1104();
|
| + o.publisherTags = buildUnnamed2662();
|
| o.secure = true;
|
| o.sslCompliant = true;
|
| o.sslRequired = true;
|
| o.subaccountId = "foo";
|
| o.tagFormat = "foo";
|
| o.tagString = "foo";
|
| - o.userDefinedVariableTypes = buildUnnamed1105();
|
| + o.userDefinedVariableTypes = buildUnnamed2663();
|
| }
|
| buildCounterFloodlightActivity--;
|
| return o;
|
| @@ -3621,7 +3621,7 @@ checkFloodlightActivity(api.FloodlightActivity o) {
|
| checkDimensionValue(o.advertiserIdDimensionValue);
|
| unittest.expect(o.cacheBustingType, unittest.equals('foo'));
|
| unittest.expect(o.countingMethod, unittest.equals('foo'));
|
| - checkUnnamed1103(o.defaultTags);
|
| + checkUnnamed2661(o.defaultTags);
|
| unittest.expect(o.expectedUrl, unittest.equals('foo'));
|
| unittest.expect(o.floodlightActivityGroupId, unittest.equals('foo'));
|
| unittest.expect(o.floodlightActivityGroupName, unittest.equals('foo'));
|
| @@ -3636,14 +3636,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'));
|
| - checkUnnamed1104(o.publisherTags);
|
| + checkUnnamed2662(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'));
|
| - checkUnnamed1105(o.userDefinedVariableTypes);
|
| + checkUnnamed2663(o.userDefinedVariableTypes);
|
| }
|
| buildCounterFloodlightActivity--;
|
| }
|
| @@ -3712,14 +3712,14 @@ checkFloodlightActivityGroup(api.FloodlightActivityGroup o) {
|
| buildCounterFloodlightActivityGroup--;
|
| }
|
|
|
| -buildUnnamed1106() {
|
| +buildUnnamed2664() {
|
| var o = new core.List<api.FloodlightActivityGroup>();
|
| o.add(buildFloodlightActivityGroup());
|
| o.add(buildFloodlightActivityGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1106(core.List<api.FloodlightActivityGroup> o) {
|
| +checkUnnamed2664(core.List<api.FloodlightActivityGroup> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFloodlightActivityGroup(o[0]);
|
| checkFloodlightActivityGroup(o[1]);
|
| @@ -3730,7 +3730,7 @@ buildFloodlightActivityGroupsListResponse() {
|
| var o = new api.FloodlightActivityGroupsListResponse();
|
| buildCounterFloodlightActivityGroupsListResponse++;
|
| if (buildCounterFloodlightActivityGroupsListResponse < 3) {
|
| - o.floodlightActivityGroups = buildUnnamed1106();
|
| + o.floodlightActivityGroups = buildUnnamed2664();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -3741,7 +3741,7 @@ buildFloodlightActivityGroupsListResponse() {
|
| checkFloodlightActivityGroupsListResponse(api.FloodlightActivityGroupsListResponse o) {
|
| buildCounterFloodlightActivityGroupsListResponse++;
|
| if (buildCounterFloodlightActivityGroupsListResponse < 3) {
|
| - checkUnnamed1106(o.floodlightActivityGroups);
|
| + checkUnnamed2664(o.floodlightActivityGroups);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -3777,40 +3777,40 @@ checkFloodlightActivityPublisherDynamicTag(api.FloodlightActivityPublisherDynami
|
| buildCounterFloodlightActivityPublisherDynamicTag--;
|
| }
|
|
|
| -buildUnnamed1107() {
|
| +buildUnnamed2665() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1107(core.List<core.String> o) {
|
| +checkUnnamed2665(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1108() {
|
| +buildUnnamed2666() {
|
| var o = new core.List<api.ThirdPartyAuthenticationToken>();
|
| o.add(buildThirdPartyAuthenticationToken());
|
| o.add(buildThirdPartyAuthenticationToken());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1108(core.List<api.ThirdPartyAuthenticationToken> o) {
|
| +checkUnnamed2666(core.List<api.ThirdPartyAuthenticationToken> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkThirdPartyAuthenticationToken(o[0]);
|
| checkThirdPartyAuthenticationToken(o[1]);
|
| }
|
|
|
| -buildUnnamed1109() {
|
| +buildUnnamed2667() {
|
| var o = new core.List<api.UserDefinedVariableConfiguration>();
|
| o.add(buildUserDefinedVariableConfiguration());
|
| o.add(buildUserDefinedVariableConfiguration());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1109(core.List<api.UserDefinedVariableConfiguration> o) {
|
| +checkUnnamed2667(core.List<api.UserDefinedVariableConfiguration> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUserDefinedVariableConfiguration(o[0]);
|
| checkUserDefinedVariableConfiguration(o[1]);
|
| @@ -3835,11 +3835,11 @@ buildFloodlightConfiguration() {
|
| o.naturalSearchConversionAttributionOption = "foo";
|
| o.omnitureSettings = buildOmnitureSettings();
|
| o.sslRequired = true;
|
| - o.standardVariableTypes = buildUnnamed1107();
|
| + o.standardVariableTypes = buildUnnamed2665();
|
| o.subaccountId = "foo";
|
| o.tagSettings = buildTagSettings();
|
| - o.thirdPartyAuthenticationTokens = buildUnnamed1108();
|
| - o.userDefinedVariableConfigurations = buildUnnamed1109();
|
| + o.thirdPartyAuthenticationTokens = buildUnnamed2666();
|
| + o.userDefinedVariableConfigurations = buildUnnamed2667();
|
| }
|
| buildCounterFloodlightConfiguration--;
|
| return o;
|
| @@ -3862,23 +3862,23 @@ checkFloodlightConfiguration(api.FloodlightConfiguration o) {
|
| unittest.expect(o.naturalSearchConversionAttributionOption, unittest.equals('foo'));
|
| checkOmnitureSettings(o.omnitureSettings);
|
| unittest.expect(o.sslRequired, unittest.isTrue);
|
| - checkUnnamed1107(o.standardVariableTypes);
|
| + checkUnnamed2665(o.standardVariableTypes);
|
| unittest.expect(o.subaccountId, unittest.equals('foo'));
|
| checkTagSettings(o.tagSettings);
|
| - checkUnnamed1108(o.thirdPartyAuthenticationTokens);
|
| - checkUnnamed1109(o.userDefinedVariableConfigurations);
|
| + checkUnnamed2666(o.thirdPartyAuthenticationTokens);
|
| + checkUnnamed2667(o.userDefinedVariableConfigurations);
|
| }
|
| buildCounterFloodlightConfiguration--;
|
| }
|
|
|
| -buildUnnamed1110() {
|
| +buildUnnamed2668() {
|
| var o = new core.List<api.FloodlightConfiguration>();
|
| o.add(buildFloodlightConfiguration());
|
| o.add(buildFloodlightConfiguration());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1110(core.List<api.FloodlightConfiguration> o) {
|
| +checkUnnamed2668(core.List<api.FloodlightConfiguration> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFloodlightConfiguration(o[0]);
|
| checkFloodlightConfiguration(o[1]);
|
| @@ -3889,7 +3889,7 @@ buildFloodlightConfigurationsListResponse() {
|
| var o = new api.FloodlightConfigurationsListResponse();
|
| buildCounterFloodlightConfigurationsListResponse++;
|
| if (buildCounterFloodlightConfigurationsListResponse < 3) {
|
| - o.floodlightConfigurations = buildUnnamed1110();
|
| + o.floodlightConfigurations = buildUnnamed2668();
|
| o.kind = "foo";
|
| }
|
| buildCounterFloodlightConfigurationsListResponse--;
|
| @@ -3899,46 +3899,46 @@ buildFloodlightConfigurationsListResponse() {
|
| checkFloodlightConfigurationsListResponse(api.FloodlightConfigurationsListResponse o) {
|
| buildCounterFloodlightConfigurationsListResponse++;
|
| if (buildCounterFloodlightConfigurationsListResponse < 3) {
|
| - checkUnnamed1110(o.floodlightConfigurations);
|
| + checkUnnamed2668(o.floodlightConfigurations);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterFloodlightConfigurationsListResponse--;
|
| }
|
|
|
| -buildUnnamed1111() {
|
| +buildUnnamed2669() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1111(core.List<api.Dimension> o) {
|
| +checkUnnamed2669(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed1112() {
|
| +buildUnnamed2670() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1112(core.List<api.Dimension> o) {
|
| +checkUnnamed2670(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed1113() {
|
| +buildUnnamed2671() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1113(core.List<api.Metric> o) {
|
| +checkUnnamed2671(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| @@ -3949,10 +3949,10 @@ buildFloodlightReportCompatibleFields() {
|
| var o = new api.FloodlightReportCompatibleFields();
|
| buildCounterFloodlightReportCompatibleFields++;
|
| if (buildCounterFloodlightReportCompatibleFields < 3) {
|
| - o.dimensionFilters = buildUnnamed1111();
|
| - o.dimensions = buildUnnamed1112();
|
| + o.dimensionFilters = buildUnnamed2669();
|
| + o.dimensions = buildUnnamed2670();
|
| o.kind = "foo";
|
| - o.metrics = buildUnnamed1113();
|
| + o.metrics = buildUnnamed2671();
|
| }
|
| buildCounterFloodlightReportCompatibleFields--;
|
| return o;
|
| @@ -3961,10 +3961,10 @@ buildFloodlightReportCompatibleFields() {
|
| checkFloodlightReportCompatibleFields(api.FloodlightReportCompatibleFields o) {
|
| buildCounterFloodlightReportCompatibleFields++;
|
| if (buildCounterFloodlightReportCompatibleFields < 3) {
|
| - checkUnnamed1111(o.dimensionFilters);
|
| - checkUnnamed1112(o.dimensions);
|
| + checkUnnamed2669(o.dimensionFilters);
|
| + checkUnnamed2670(o.dimensions);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1113(o.metrics);
|
| + checkUnnamed2671(o.metrics);
|
| }
|
| buildCounterFloodlightReportCompatibleFields--;
|
| }
|
| @@ -4017,66 +4017,66 @@ checkFsCommand(api.FsCommand o) {
|
| buildCounterFsCommand--;
|
| }
|
|
|
| -buildUnnamed1114() {
|
| +buildUnnamed2672() {
|
| var o = new core.List<api.City>();
|
| o.add(buildCity());
|
| o.add(buildCity());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1114(core.List<api.City> o) {
|
| +checkUnnamed2672(core.List<api.City> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCity(o[0]);
|
| checkCity(o[1]);
|
| }
|
|
|
| -buildUnnamed1115() {
|
| +buildUnnamed2673() {
|
| var o = new core.List<api.Country>();
|
| o.add(buildCountry());
|
| o.add(buildCountry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1115(core.List<api.Country> o) {
|
| +checkUnnamed2673(core.List<api.Country> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCountry(o[0]);
|
| checkCountry(o[1]);
|
| }
|
|
|
| -buildUnnamed1116() {
|
| +buildUnnamed2674() {
|
| var o = new core.List<api.Metro>();
|
| o.add(buildMetro());
|
| o.add(buildMetro());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1116(core.List<api.Metro> o) {
|
| +checkUnnamed2674(core.List<api.Metro> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetro(o[0]);
|
| checkMetro(o[1]);
|
| }
|
|
|
| -buildUnnamed1117() {
|
| +buildUnnamed2675() {
|
| var o = new core.List<api.PostalCode>();
|
| o.add(buildPostalCode());
|
| o.add(buildPostalCode());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1117(core.List<api.PostalCode> o) {
|
| +checkUnnamed2675(core.List<api.PostalCode> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPostalCode(o[0]);
|
| checkPostalCode(o[1]);
|
| }
|
|
|
| -buildUnnamed1118() {
|
| +buildUnnamed2676() {
|
| var o = new core.List<api.Region>();
|
| o.add(buildRegion());
|
| o.add(buildRegion());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1118(core.List<api.Region> o) {
|
| +checkUnnamed2676(core.List<api.Region> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRegion(o[0]);
|
| checkRegion(o[1]);
|
| @@ -4087,12 +4087,12 @@ buildGeoTargeting() {
|
| var o = new api.GeoTargeting();
|
| buildCounterGeoTargeting++;
|
| if (buildCounterGeoTargeting < 3) {
|
| - o.cities = buildUnnamed1114();
|
| - o.countries = buildUnnamed1115();
|
| + o.cities = buildUnnamed2672();
|
| + o.countries = buildUnnamed2673();
|
| o.excludeCountries = true;
|
| - o.metros = buildUnnamed1116();
|
| - o.postalCodes = buildUnnamed1117();
|
| - o.regions = buildUnnamed1118();
|
| + o.metros = buildUnnamed2674();
|
| + o.postalCodes = buildUnnamed2675();
|
| + o.regions = buildUnnamed2676();
|
| }
|
| buildCounterGeoTargeting--;
|
| return o;
|
| @@ -4101,24 +4101,24 @@ buildGeoTargeting() {
|
| checkGeoTargeting(api.GeoTargeting o) {
|
| buildCounterGeoTargeting++;
|
| if (buildCounterGeoTargeting < 3) {
|
| - checkUnnamed1114(o.cities);
|
| - checkUnnamed1115(o.countries);
|
| + checkUnnamed2672(o.cities);
|
| + checkUnnamed2673(o.countries);
|
| unittest.expect(o.excludeCountries, unittest.isTrue);
|
| - checkUnnamed1116(o.metros);
|
| - checkUnnamed1117(o.postalCodes);
|
| - checkUnnamed1118(o.regions);
|
| + checkUnnamed2674(o.metros);
|
| + checkUnnamed2675(o.postalCodes);
|
| + checkUnnamed2676(o.regions);
|
| }
|
| buildCounterGeoTargeting--;
|
| }
|
|
|
| -buildUnnamed1119() {
|
| +buildUnnamed2677() {
|
| var o = new core.List<api.AdSlot>();
|
| o.add(buildAdSlot());
|
| o.add(buildAdSlot());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1119(core.List<api.AdSlot> o) {
|
| +checkUnnamed2677(core.List<api.AdSlot> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAdSlot(o[0]);
|
| checkAdSlot(o[1]);
|
| @@ -4130,7 +4130,7 @@ buildInventoryItem() {
|
| buildCounterInventoryItem++;
|
| if (buildCounterInventoryItem < 3) {
|
| o.accountId = "foo";
|
| - o.adSlots = buildUnnamed1119();
|
| + o.adSlots = buildUnnamed2677();
|
| o.advertiserId = "foo";
|
| o.contentCategoryId = "foo";
|
| o.estimatedClickThroughRate = "foo";
|
| @@ -4157,7 +4157,7 @@ checkInventoryItem(api.InventoryItem o) {
|
| buildCounterInventoryItem++;
|
| if (buildCounterInventoryItem < 3) {
|
| unittest.expect(o.accountId, unittest.equals('foo'));
|
| - checkUnnamed1119(o.adSlots);
|
| + checkUnnamed2677(o.adSlots);
|
| unittest.expect(o.advertiserId, unittest.equals('foo'));
|
| unittest.expect(o.contentCategoryId, unittest.equals('foo'));
|
| unittest.expect(o.estimatedClickThroughRate, unittest.equals('foo'));
|
| @@ -4179,14 +4179,14 @@ checkInventoryItem(api.InventoryItem o) {
|
| buildCounterInventoryItem--;
|
| }
|
|
|
| -buildUnnamed1120() {
|
| +buildUnnamed2678() {
|
| var o = new core.List<api.InventoryItem>();
|
| o.add(buildInventoryItem());
|
| o.add(buildInventoryItem());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1120(core.List<api.InventoryItem> o) {
|
| +checkUnnamed2678(core.List<api.InventoryItem> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInventoryItem(o[0]);
|
| checkInventoryItem(o[1]);
|
| @@ -4197,7 +4197,7 @@ buildInventoryItemsListResponse() {
|
| var o = new api.InventoryItemsListResponse();
|
| buildCounterInventoryItemsListResponse++;
|
| if (buildCounterInventoryItemsListResponse < 3) {
|
| - o.inventoryItems = buildUnnamed1120();
|
| + o.inventoryItems = buildUnnamed2678();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -4208,7 +4208,7 @@ buildInventoryItemsListResponse() {
|
| checkInventoryItemsListResponse(api.InventoryItemsListResponse o) {
|
| buildCounterInventoryItemsListResponse++;
|
| if (buildCounterInventoryItemsListResponse < 3) {
|
| - checkUnnamed1120(o.inventoryItems);
|
| + checkUnnamed2678(o.inventoryItems);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -4261,14 +4261,14 @@ checkLandingPage(api.LandingPage o) {
|
| buildCounterLandingPage--;
|
| }
|
|
|
| -buildUnnamed1121() {
|
| +buildUnnamed2679() {
|
| var o = new core.List<api.LandingPage>();
|
| o.add(buildLandingPage());
|
| o.add(buildLandingPage());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1121(core.List<api.LandingPage> o) {
|
| +checkUnnamed2679(core.List<api.LandingPage> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkLandingPage(o[0]);
|
| checkLandingPage(o[1]);
|
| @@ -4280,7 +4280,7 @@ buildLandingPagesListResponse() {
|
| buildCounterLandingPagesListResponse++;
|
| if (buildCounterLandingPagesListResponse < 3) {
|
| o.kind = "foo";
|
| - o.landingPages = buildUnnamed1121();
|
| + o.landingPages = buildUnnamed2679();
|
| }
|
| buildCounterLandingPagesListResponse--;
|
| return o;
|
| @@ -4290,7 +4290,7 @@ checkLandingPagesListResponse(api.LandingPagesListResponse o) {
|
| buildCounterLandingPagesListResponse++;
|
| if (buildCounterLandingPagesListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1121(o.landingPages);
|
| + checkUnnamed2679(o.landingPages);
|
| }
|
| buildCounterLandingPagesListResponse--;
|
| }
|
| @@ -4314,14 +4314,14 @@ checkLastModifiedInfo(api.LastModifiedInfo o) {
|
| buildCounterLastModifiedInfo--;
|
| }
|
|
|
| -buildUnnamed1122() {
|
| +buildUnnamed2680() {
|
| var o = new core.List<api.ListPopulationTerm>();
|
| o.add(buildListPopulationTerm());
|
| o.add(buildListPopulationTerm());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1122(core.List<api.ListPopulationTerm> o) {
|
| +checkUnnamed2680(core.List<api.ListPopulationTerm> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkListPopulationTerm(o[0]);
|
| checkListPopulationTerm(o[1]);
|
| @@ -4332,7 +4332,7 @@ buildListPopulationClause() {
|
| var o = new api.ListPopulationClause();
|
| buildCounterListPopulationClause++;
|
| if (buildCounterListPopulationClause < 3) {
|
| - o.terms = buildUnnamed1122();
|
| + o.terms = buildUnnamed2680();
|
| }
|
| buildCounterListPopulationClause--;
|
| return o;
|
| @@ -4341,19 +4341,19 @@ buildListPopulationClause() {
|
| checkListPopulationClause(api.ListPopulationClause o) {
|
| buildCounterListPopulationClause++;
|
| if (buildCounterListPopulationClause < 3) {
|
| - checkUnnamed1122(o.terms);
|
| + checkUnnamed2680(o.terms);
|
| }
|
| buildCounterListPopulationClause--;
|
| }
|
|
|
| -buildUnnamed1123() {
|
| +buildUnnamed2681() {
|
| var o = new core.List<api.ListPopulationClause>();
|
| o.add(buildListPopulationClause());
|
| o.add(buildListPopulationClause());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1123(core.List<api.ListPopulationClause> o) {
|
| +checkUnnamed2681(core.List<api.ListPopulationClause> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkListPopulationClause(o[0]);
|
| checkListPopulationClause(o[1]);
|
| @@ -4366,7 +4366,7 @@ buildListPopulationRule() {
|
| if (buildCounterListPopulationRule < 3) {
|
| o.floodlightActivityId = "foo";
|
| o.floodlightActivityName = "foo";
|
| - o.listPopulationClauses = buildUnnamed1123();
|
| + o.listPopulationClauses = buildUnnamed2681();
|
| }
|
| buildCounterListPopulationRule--;
|
| return o;
|
| @@ -4377,7 +4377,7 @@ checkListPopulationRule(api.ListPopulationRule o) {
|
| if (buildCounterListPopulationRule < 3) {
|
| unittest.expect(o.floodlightActivityId, unittest.equals('foo'));
|
| unittest.expect(o.floodlightActivityName, unittest.equals('foo'));
|
| - checkUnnamed1123(o.listPopulationClauses);
|
| + checkUnnamed2681(o.listPopulationClauses);
|
| }
|
| buildCounterListPopulationRule--;
|
| }
|
| @@ -4507,14 +4507,14 @@ checkMetro(api.Metro o) {
|
| buildCounterMetro--;
|
| }
|
|
|
| -buildUnnamed1124() {
|
| +buildUnnamed2682() {
|
| var o = new core.List<api.Metro>();
|
| o.add(buildMetro());
|
| o.add(buildMetro());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1124(core.List<api.Metro> o) {
|
| +checkUnnamed2682(core.List<api.Metro> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetro(o[0]);
|
| checkMetro(o[1]);
|
| @@ -4526,7 +4526,7 @@ buildMetrosListResponse() {
|
| buildCounterMetrosListResponse++;
|
| if (buildCounterMetrosListResponse < 3) {
|
| o.kind = "foo";
|
| - o.metros = buildUnnamed1124();
|
| + o.metros = buildUnnamed2682();
|
| }
|
| buildCounterMetrosListResponse--;
|
| return o;
|
| @@ -4536,7 +4536,7 @@ checkMetrosListResponse(api.MetrosListResponse o) {
|
| buildCounterMetrosListResponse++;
|
| if (buildCounterMetrosListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1124(o.metros);
|
| + checkUnnamed2682(o.metros);
|
| }
|
| buildCounterMetrosListResponse--;
|
| }
|
| @@ -4568,14 +4568,14 @@ checkMobileCarrier(api.MobileCarrier o) {
|
| buildCounterMobileCarrier--;
|
| }
|
|
|
| -buildUnnamed1125() {
|
| +buildUnnamed2683() {
|
| var o = new core.List<api.MobileCarrier>();
|
| o.add(buildMobileCarrier());
|
| o.add(buildMobileCarrier());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1125(core.List<api.MobileCarrier> o) {
|
| +checkUnnamed2683(core.List<api.MobileCarrier> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMobileCarrier(o[0]);
|
| checkMobileCarrier(o[1]);
|
| @@ -4587,7 +4587,7 @@ buildMobileCarriersListResponse() {
|
| buildCounterMobileCarriersListResponse++;
|
| if (buildCounterMobileCarriersListResponse < 3) {
|
| o.kind = "foo";
|
| - o.mobileCarriers = buildUnnamed1125();
|
| + o.mobileCarriers = buildUnnamed2683();
|
| }
|
| buildCounterMobileCarriersListResponse--;
|
| return o;
|
| @@ -4597,19 +4597,19 @@ checkMobileCarriersListResponse(api.MobileCarriersListResponse o) {
|
| buildCounterMobileCarriersListResponse++;
|
| if (buildCounterMobileCarriersListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1125(o.mobileCarriers);
|
| + checkUnnamed2683(o.mobileCarriers);
|
| }
|
| buildCounterMobileCarriersListResponse--;
|
| }
|
|
|
| -buildUnnamed1126() {
|
| +buildUnnamed2684() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1126(core.List<core.String> o) {
|
| +checkUnnamed2684(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -4621,7 +4621,7 @@ buildObjectFilter() {
|
| buildCounterObjectFilter++;
|
| if (buildCounterObjectFilter < 3) {
|
| o.kind = "foo";
|
| - o.objectIds = buildUnnamed1126();
|
| + o.objectIds = buildUnnamed2684();
|
| o.status = "foo";
|
| }
|
| buildCounterObjectFilter--;
|
| @@ -4632,7 +4632,7 @@ checkObjectFilter(api.ObjectFilter o) {
|
| buildCounterObjectFilter++;
|
| if (buildCounterObjectFilter < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1126(o.objectIds);
|
| + checkUnnamed2684(o.objectIds);
|
| unittest.expect(o.status, unittest.equals('foo'));
|
| }
|
| buildCounterObjectFilter--;
|
| @@ -4736,14 +4736,14 @@ checkOperatingSystemVersion(api.OperatingSystemVersion o) {
|
| buildCounterOperatingSystemVersion--;
|
| }
|
|
|
| -buildUnnamed1127() {
|
| +buildUnnamed2685() {
|
| var o = new core.List<api.OperatingSystemVersion>();
|
| o.add(buildOperatingSystemVersion());
|
| o.add(buildOperatingSystemVersion());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1127(core.List<api.OperatingSystemVersion> o) {
|
| +checkUnnamed2685(core.List<api.OperatingSystemVersion> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOperatingSystemVersion(o[0]);
|
| checkOperatingSystemVersion(o[1]);
|
| @@ -4755,7 +4755,7 @@ buildOperatingSystemVersionsListResponse() {
|
| buildCounterOperatingSystemVersionsListResponse++;
|
| if (buildCounterOperatingSystemVersionsListResponse < 3) {
|
| o.kind = "foo";
|
| - o.operatingSystemVersions = buildUnnamed1127();
|
| + o.operatingSystemVersions = buildUnnamed2685();
|
| }
|
| buildCounterOperatingSystemVersionsListResponse--;
|
| return o;
|
| @@ -4765,19 +4765,19 @@ checkOperatingSystemVersionsListResponse(api.OperatingSystemVersionsListResponse
|
| buildCounterOperatingSystemVersionsListResponse++;
|
| if (buildCounterOperatingSystemVersionsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1127(o.operatingSystemVersions);
|
| + checkUnnamed2685(o.operatingSystemVersions);
|
| }
|
| buildCounterOperatingSystemVersionsListResponse--;
|
| }
|
|
|
| -buildUnnamed1128() {
|
| +buildUnnamed2686() {
|
| var o = new core.List<api.OperatingSystem>();
|
| o.add(buildOperatingSystem());
|
| o.add(buildOperatingSystem());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1128(core.List<api.OperatingSystem> o) {
|
| +checkUnnamed2686(core.List<api.OperatingSystem> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOperatingSystem(o[0]);
|
| checkOperatingSystem(o[1]);
|
| @@ -4789,7 +4789,7 @@ buildOperatingSystemsListResponse() {
|
| buildCounterOperatingSystemsListResponse++;
|
| if (buildCounterOperatingSystemsListResponse < 3) {
|
| o.kind = "foo";
|
| - o.operatingSystems = buildUnnamed1128();
|
| + o.operatingSystems = buildUnnamed2686();
|
| }
|
| buildCounterOperatingSystemsListResponse--;
|
| return o;
|
| @@ -4799,7 +4799,7 @@ checkOperatingSystemsListResponse(api.OperatingSystemsListResponse o) {
|
| buildCounterOperatingSystemsListResponse++;
|
| if (buildCounterOperatingSystemsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1128(o.operatingSystems);
|
| + checkUnnamed2686(o.operatingSystems);
|
| }
|
| buildCounterOperatingSystemsListResponse--;
|
| }
|
| @@ -4827,53 +4827,53 @@ checkOptimizationActivity(api.OptimizationActivity o) {
|
| buildCounterOptimizationActivity--;
|
| }
|
|
|
| -buildUnnamed1129() {
|
| +buildUnnamed2687() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1129(core.List<core.String> o) {
|
| +checkUnnamed2687(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1130() {
|
| +buildUnnamed2688() {
|
| var o = new core.List<api.OrderContact>();
|
| o.add(buildOrderContact());
|
| o.add(buildOrderContact());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1130(core.List<api.OrderContact> o) {
|
| +checkUnnamed2688(core.List<api.OrderContact> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOrderContact(o[0]);
|
| checkOrderContact(o[1]);
|
| }
|
|
|
| -buildUnnamed1131() {
|
| +buildUnnamed2689() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1131(core.List<core.String> o) {
|
| +checkUnnamed2689(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1132() {
|
| +buildUnnamed2690() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1132(core.List<core.String> o) {
|
| +checkUnnamed2690(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -4886,11 +4886,11 @@ buildOrder() {
|
| if (buildCounterOrder < 3) {
|
| o.accountId = "foo";
|
| o.advertiserId = "foo";
|
| - o.approverUserProfileIds = buildUnnamed1129();
|
| + o.approverUserProfileIds = buildUnnamed2687();
|
| o.buyerInvoiceId = "foo";
|
| o.buyerOrganizationName = "foo";
|
| o.comments = "foo";
|
| - o.contacts = buildUnnamed1130();
|
| + o.contacts = buildUnnamed2688();
|
| o.id = "foo";
|
| o.kind = "foo";
|
| o.lastModifiedInfo = buildLastModifiedInfo();
|
| @@ -4900,8 +4900,8 @@ buildOrder() {
|
| o.projectId = "foo";
|
| o.sellerOrderId = "foo";
|
| o.sellerOrganizationName = "foo";
|
| - o.siteId = buildUnnamed1131();
|
| - o.siteNames = buildUnnamed1132();
|
| + o.siteId = buildUnnamed2689();
|
| + o.siteNames = buildUnnamed2690();
|
| o.subaccountId = "foo";
|
| o.termsAndConditions = "foo";
|
| }
|
| @@ -4914,11 +4914,11 @@ checkOrder(api.Order o) {
|
| if (buildCounterOrder < 3) {
|
| unittest.expect(o.accountId, unittest.equals('foo'));
|
| unittest.expect(o.advertiserId, unittest.equals('foo'));
|
| - checkUnnamed1129(o.approverUserProfileIds);
|
| + checkUnnamed2687(o.approverUserProfileIds);
|
| unittest.expect(o.buyerInvoiceId, unittest.equals('foo'));
|
| unittest.expect(o.buyerOrganizationName, unittest.equals('foo'));
|
| unittest.expect(o.comments, unittest.equals('foo'));
|
| - checkUnnamed1130(o.contacts);
|
| + checkUnnamed2688(o.contacts);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| checkLastModifiedInfo(o.lastModifiedInfo);
|
| @@ -4928,8 +4928,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'));
|
| - checkUnnamed1131(o.siteId);
|
| - checkUnnamed1132(o.siteNames);
|
| + checkUnnamed2689(o.siteId);
|
| + checkUnnamed2690(o.siteNames);
|
| unittest.expect(o.subaccountId, unittest.equals('foo'));
|
| unittest.expect(o.termsAndConditions, unittest.equals('foo'));
|
| }
|
| @@ -4963,27 +4963,27 @@ checkOrderContact(api.OrderContact o) {
|
| buildCounterOrderContact--;
|
| }
|
|
|
| -buildUnnamed1133() {
|
| +buildUnnamed2691() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1133(core.List<core.String> o) {
|
| +checkUnnamed2691(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1134() {
|
| +buildUnnamed2692() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1134(core.List<core.String> o) {
|
| +checkUnnamed2692(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -4997,13 +4997,13 @@ buildOrderDocument() {
|
| o.accountId = "foo";
|
| o.advertiserId = "foo";
|
| o.amendedOrderDocumentId = "foo";
|
| - o.approvedByUserProfileIds = buildUnnamed1133();
|
| + o.approvedByUserProfileIds = buildUnnamed2691();
|
| o.cancelled = true;
|
| o.createdInfo = buildLastModifiedInfo();
|
| o.effectiveDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| o.id = "foo";
|
| o.kind = "foo";
|
| - o.lastSentRecipients = buildUnnamed1134();
|
| + o.lastSentRecipients = buildUnnamed2692();
|
| o.lastSentTime = core.DateTime.parse("2002-02-27T14:01:02");
|
| o.orderId = "foo";
|
| o.projectId = "foo";
|
| @@ -5022,13 +5022,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'));
|
| - checkUnnamed1133(o.approvedByUserProfileIds);
|
| + checkUnnamed2691(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'));
|
| - checkUnnamed1134(o.lastSentRecipients);
|
| + checkUnnamed2692(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'));
|
| @@ -5040,14 +5040,14 @@ checkOrderDocument(api.OrderDocument o) {
|
| buildCounterOrderDocument--;
|
| }
|
|
|
| -buildUnnamed1135() {
|
| +buildUnnamed2693() {
|
| var o = new core.List<api.OrderDocument>();
|
| o.add(buildOrderDocument());
|
| o.add(buildOrderDocument());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1135(core.List<api.OrderDocument> o) {
|
| +checkUnnamed2693(core.List<api.OrderDocument> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOrderDocument(o[0]);
|
| checkOrderDocument(o[1]);
|
| @@ -5060,7 +5060,7 @@ buildOrderDocumentsListResponse() {
|
| if (buildCounterOrderDocumentsListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.orderDocuments = buildUnnamed1135();
|
| + o.orderDocuments = buildUnnamed2693();
|
| }
|
| buildCounterOrderDocumentsListResponse--;
|
| return o;
|
| @@ -5071,19 +5071,19 @@ checkOrderDocumentsListResponse(api.OrderDocumentsListResponse o) {
|
| if (buildCounterOrderDocumentsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1135(o.orderDocuments);
|
| + checkUnnamed2693(o.orderDocuments);
|
| }
|
| buildCounterOrderDocumentsListResponse--;
|
| }
|
|
|
| -buildUnnamed1136() {
|
| +buildUnnamed2694() {
|
| var o = new core.List<api.Order>();
|
| o.add(buildOrder());
|
| o.add(buildOrder());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1136(core.List<api.Order> o) {
|
| +checkUnnamed2694(core.List<api.Order> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOrder(o[0]);
|
| checkOrder(o[1]);
|
| @@ -5096,7 +5096,7 @@ buildOrdersListResponse() {
|
| if (buildCounterOrdersListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.orders = buildUnnamed1136();
|
| + o.orders = buildUnnamed2694();
|
| }
|
| buildCounterOrdersListResponse--;
|
| return o;
|
| @@ -5107,58 +5107,58 @@ checkOrdersListResponse(api.OrdersListResponse o) {
|
| if (buildCounterOrdersListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1136(o.orders);
|
| + checkUnnamed2694(o.orders);
|
| }
|
| buildCounterOrdersListResponse--;
|
| }
|
|
|
| -buildUnnamed1137() {
|
| +buildUnnamed2695() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1137(core.List<api.Dimension> o) {
|
| +checkUnnamed2695(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed1138() {
|
| +buildUnnamed2696() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1138(core.List<api.Dimension> o) {
|
| +checkUnnamed2696(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed1139() {
|
| +buildUnnamed2697() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1139(core.List<api.Metric> o) {
|
| +checkUnnamed2697(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| }
|
|
|
| -buildUnnamed1140() {
|
| +buildUnnamed2698() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1140(core.List<api.Dimension> o) {
|
| +checkUnnamed2698(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| @@ -5169,11 +5169,11 @@ buildPathToConversionReportCompatibleFields() {
|
| var o = new api.PathToConversionReportCompatibleFields();
|
| buildCounterPathToConversionReportCompatibleFields++;
|
| if (buildCounterPathToConversionReportCompatibleFields < 3) {
|
| - o.conversionDimensions = buildUnnamed1137();
|
| - o.customFloodlightVariables = buildUnnamed1138();
|
| + o.conversionDimensions = buildUnnamed2695();
|
| + o.customFloodlightVariables = buildUnnamed2696();
|
| o.kind = "foo";
|
| - o.metrics = buildUnnamed1139();
|
| - o.perInteractionDimensions = buildUnnamed1140();
|
| + o.metrics = buildUnnamed2697();
|
| + o.perInteractionDimensions = buildUnnamed2698();
|
| }
|
| buildCounterPathToConversionReportCompatibleFields--;
|
| return o;
|
| @@ -5182,23 +5182,23 @@ buildPathToConversionReportCompatibleFields() {
|
| checkPathToConversionReportCompatibleFields(api.PathToConversionReportCompatibleFields o) {
|
| buildCounterPathToConversionReportCompatibleFields++;
|
| if (buildCounterPathToConversionReportCompatibleFields < 3) {
|
| - checkUnnamed1137(o.conversionDimensions);
|
| - checkUnnamed1138(o.customFloodlightVariables);
|
| + checkUnnamed2695(o.conversionDimensions);
|
| + checkUnnamed2696(o.customFloodlightVariables);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1139(o.metrics);
|
| - checkUnnamed1140(o.perInteractionDimensions);
|
| + checkUnnamed2697(o.metrics);
|
| + checkUnnamed2698(o.perInteractionDimensions);
|
| }
|
| buildCounterPathToConversionReportCompatibleFields--;
|
| }
|
|
|
| -buildUnnamed1141() {
|
| +buildUnnamed2699() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1141(core.List<core.String> o) {
|
| +checkUnnamed2699(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -5243,7 +5243,7 @@ buildPlacement() {
|
| o.sslRequired = true;
|
| o.status = "foo";
|
| o.subaccountId = "foo";
|
| - o.tagFormats = buildUnnamed1141();
|
| + o.tagFormats = buildUnnamed2699();
|
| o.tagSetting = buildTagSetting();
|
| }
|
| buildCounterPlacement--;
|
| @@ -5287,7 +5287,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'));
|
| - checkUnnamed1141(o.tagFormats);
|
| + checkUnnamed2699(o.tagFormats);
|
| checkTagSetting(o.tagSetting);
|
| }
|
| buildCounterPlacement--;
|
| @@ -5318,14 +5318,14 @@ checkPlacementAssignment(api.PlacementAssignment o) {
|
| buildCounterPlacementAssignment--;
|
| }
|
|
|
| -buildUnnamed1142() {
|
| +buildUnnamed2700() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1142(core.List<core.String> o) {
|
| +checkUnnamed2700(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -5342,7 +5342,7 @@ buildPlacementGroup() {
|
| o.archived = true;
|
| o.campaignId = "foo";
|
| o.campaignIdDimensionValue = buildDimensionValue();
|
| - o.childPlacementIds = buildUnnamed1142();
|
| + o.childPlacementIds = buildUnnamed2700();
|
| o.comment = "foo";
|
| o.contentCategoryId = "foo";
|
| o.createInfo = buildLastModifiedInfo();
|
| @@ -5376,7 +5376,7 @@ checkPlacementGroup(api.PlacementGroup o) {
|
| unittest.expect(o.archived, unittest.isTrue);
|
| unittest.expect(o.campaignId, unittest.equals('foo'));
|
| checkDimensionValue(o.campaignIdDimensionValue);
|
| - checkUnnamed1142(o.childPlacementIds);
|
| + checkUnnamed2700(o.childPlacementIds);
|
| unittest.expect(o.comment, unittest.equals('foo'));
|
| unittest.expect(o.contentCategoryId, unittest.equals('foo'));
|
| checkLastModifiedInfo(o.createInfo);
|
| @@ -5400,14 +5400,14 @@ checkPlacementGroup(api.PlacementGroup o) {
|
| buildCounterPlacementGroup--;
|
| }
|
|
|
| -buildUnnamed1143() {
|
| +buildUnnamed2701() {
|
| var o = new core.List<api.PlacementGroup>();
|
| o.add(buildPlacementGroup());
|
| o.add(buildPlacementGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1143(core.List<api.PlacementGroup> o) {
|
| +checkUnnamed2701(core.List<api.PlacementGroup> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPlacementGroup(o[0]);
|
| checkPlacementGroup(o[1]);
|
| @@ -5420,7 +5420,7 @@ buildPlacementGroupsListResponse() {
|
| if (buildCounterPlacementGroupsListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.placementGroups = buildUnnamed1143();
|
| + o.placementGroups = buildUnnamed2701();
|
| }
|
| buildCounterPlacementGroupsListResponse--;
|
| return o;
|
| @@ -5431,19 +5431,19 @@ checkPlacementGroupsListResponse(api.PlacementGroupsListResponse o) {
|
| if (buildCounterPlacementGroupsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1143(o.placementGroups);
|
| + checkUnnamed2701(o.placementGroups);
|
| }
|
| buildCounterPlacementGroupsListResponse--;
|
| }
|
|
|
| -buildUnnamed1144() {
|
| +buildUnnamed2702() {
|
| var o = new core.List<api.PlacementStrategy>();
|
| o.add(buildPlacementStrategy());
|
| o.add(buildPlacementStrategy());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1144(core.List<api.PlacementStrategy> o) {
|
| +checkUnnamed2702(core.List<api.PlacementStrategy> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPlacementStrategy(o[0]);
|
| checkPlacementStrategy(o[1]);
|
| @@ -5456,7 +5456,7 @@ buildPlacementStrategiesListResponse() {
|
| if (buildCounterPlacementStrategiesListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.placementStrategies = buildUnnamed1144();
|
| + o.placementStrategies = buildUnnamed2702();
|
| }
|
| buildCounterPlacementStrategiesListResponse--;
|
| return o;
|
| @@ -5467,7 +5467,7 @@ checkPlacementStrategiesListResponse(api.PlacementStrategiesListResponse o) {
|
| if (buildCounterPlacementStrategiesListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1144(o.placementStrategies);
|
| + checkUnnamed2702(o.placementStrategies);
|
| }
|
| buildCounterPlacementStrategiesListResponse--;
|
| }
|
| @@ -5497,14 +5497,14 @@ checkPlacementStrategy(api.PlacementStrategy o) {
|
| buildCounterPlacementStrategy--;
|
| }
|
|
|
| -buildUnnamed1145() {
|
| +buildUnnamed2703() {
|
| var o = new core.List<api.TagData>();
|
| o.add(buildTagData());
|
| o.add(buildTagData());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1145(core.List<api.TagData> o) {
|
| +checkUnnamed2703(core.List<api.TagData> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTagData(o[0]);
|
| checkTagData(o[1]);
|
| @@ -5516,7 +5516,7 @@ buildPlacementTag() {
|
| buildCounterPlacementTag++;
|
| if (buildCounterPlacementTag < 3) {
|
| o.placementId = "foo";
|
| - o.tagDatas = buildUnnamed1145();
|
| + o.tagDatas = buildUnnamed2703();
|
| }
|
| buildCounterPlacementTag--;
|
| return o;
|
| @@ -5526,19 +5526,19 @@ checkPlacementTag(api.PlacementTag o) {
|
| buildCounterPlacementTag++;
|
| if (buildCounterPlacementTag < 3) {
|
| unittest.expect(o.placementId, unittest.equals('foo'));
|
| - checkUnnamed1145(o.tagDatas);
|
| + checkUnnamed2703(o.tagDatas);
|
| }
|
| buildCounterPlacementTag--;
|
| }
|
|
|
| -buildUnnamed1146() {
|
| +buildUnnamed2704() {
|
| var o = new core.List<api.PlacementTag>();
|
| o.add(buildPlacementTag());
|
| o.add(buildPlacementTag());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1146(core.List<api.PlacementTag> o) {
|
| +checkUnnamed2704(core.List<api.PlacementTag> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPlacementTag(o[0]);
|
| checkPlacementTag(o[1]);
|
| @@ -5550,7 +5550,7 @@ buildPlacementsGenerateTagsResponse() {
|
| buildCounterPlacementsGenerateTagsResponse++;
|
| if (buildCounterPlacementsGenerateTagsResponse < 3) {
|
| o.kind = "foo";
|
| - o.placementTags = buildUnnamed1146();
|
| + o.placementTags = buildUnnamed2704();
|
| }
|
| buildCounterPlacementsGenerateTagsResponse--;
|
| return o;
|
| @@ -5560,19 +5560,19 @@ checkPlacementsGenerateTagsResponse(api.PlacementsGenerateTagsResponse o) {
|
| buildCounterPlacementsGenerateTagsResponse++;
|
| if (buildCounterPlacementsGenerateTagsResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1146(o.placementTags);
|
| + checkUnnamed2704(o.placementTags);
|
| }
|
| buildCounterPlacementsGenerateTagsResponse--;
|
| }
|
|
|
| -buildUnnamed1147() {
|
| +buildUnnamed2705() {
|
| var o = new core.List<api.Placement>();
|
| o.add(buildPlacement());
|
| o.add(buildPlacement());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1147(core.List<api.Placement> o) {
|
| +checkUnnamed2705(core.List<api.Placement> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPlacement(o[0]);
|
| checkPlacement(o[1]);
|
| @@ -5585,7 +5585,7 @@ buildPlacementsListResponse() {
|
| if (buildCounterPlacementsListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.placements = buildUnnamed1147();
|
| + o.placements = buildUnnamed2705();
|
| }
|
| buildCounterPlacementsListResponse--;
|
| return o;
|
| @@ -5596,7 +5596,7 @@ checkPlacementsListResponse(api.PlacementsListResponse o) {
|
| if (buildCounterPlacementsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1147(o.placements);
|
| + checkUnnamed2705(o.placements);
|
| }
|
| buildCounterPlacementsListResponse--;
|
| }
|
| @@ -5624,14 +5624,14 @@ checkPlatformType(api.PlatformType o) {
|
| buildCounterPlatformType--;
|
| }
|
|
|
| -buildUnnamed1148() {
|
| +buildUnnamed2706() {
|
| var o = new core.List<api.PlatformType>();
|
| o.add(buildPlatformType());
|
| o.add(buildPlatformType());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1148(core.List<api.PlatformType> o) {
|
| +checkUnnamed2706(core.List<api.PlatformType> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPlatformType(o[0]);
|
| checkPlatformType(o[1]);
|
| @@ -5643,7 +5643,7 @@ buildPlatformTypesListResponse() {
|
| buildCounterPlatformTypesListResponse++;
|
| if (buildCounterPlatformTypesListResponse < 3) {
|
| o.kind = "foo";
|
| - o.platformTypes = buildUnnamed1148();
|
| + o.platformTypes = buildUnnamed2706();
|
| }
|
| buildCounterPlatformTypesListResponse--;
|
| return o;
|
| @@ -5653,7 +5653,7 @@ checkPlatformTypesListResponse(api.PlatformTypesListResponse o) {
|
| buildCounterPlatformTypesListResponse++;
|
| if (buildCounterPlatformTypesListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1148(o.platformTypes);
|
| + checkUnnamed2706(o.platformTypes);
|
| }
|
| buildCounterPlatformTypesListResponse--;
|
| }
|
| @@ -5720,14 +5720,14 @@ checkPostalCode(api.PostalCode o) {
|
| buildCounterPostalCode--;
|
| }
|
|
|
| -buildUnnamed1149() {
|
| +buildUnnamed2707() {
|
| var o = new core.List<api.PostalCode>();
|
| o.add(buildPostalCode());
|
| o.add(buildPostalCode());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1149(core.List<api.PostalCode> o) {
|
| +checkUnnamed2707(core.List<api.PostalCode> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPostalCode(o[0]);
|
| checkPostalCode(o[1]);
|
| @@ -5739,7 +5739,7 @@ buildPostalCodesListResponse() {
|
| buildCounterPostalCodesListResponse++;
|
| if (buildCounterPostalCodesListResponse < 3) {
|
| o.kind = "foo";
|
| - o.postalCodes = buildUnnamed1149();
|
| + o.postalCodes = buildUnnamed2707();
|
| }
|
| buildCounterPostalCodesListResponse--;
|
| return o;
|
| @@ -5749,19 +5749,19 @@ checkPostalCodesListResponse(api.PostalCodesListResponse o) {
|
| buildCounterPostalCodesListResponse++;
|
| if (buildCounterPostalCodesListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1149(o.postalCodes);
|
| + checkUnnamed2707(o.postalCodes);
|
| }
|
| buildCounterPostalCodesListResponse--;
|
| }
|
|
|
| -buildUnnamed1150() {
|
| +buildUnnamed2708() {
|
| var o = new core.List<api.Flight>();
|
| o.add(buildFlight());
|
| o.add(buildFlight());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1150(core.List<api.Flight> o) {
|
| +checkUnnamed2708(core.List<api.Flight> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFlight(o[0]);
|
| checkFlight(o[1]);
|
| @@ -5774,7 +5774,7 @@ buildPricing() {
|
| if (buildCounterPricing < 3) {
|
| o.capCostType = "foo";
|
| o.endDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| - o.flights = buildUnnamed1150();
|
| + o.flights = buildUnnamed2708();
|
| o.groupType = "foo";
|
| o.pricingType = "foo";
|
| o.startDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| @@ -5788,7 +5788,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")));
|
| - checkUnnamed1150(o.flights);
|
| + checkUnnamed2708(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")));
|
| @@ -5796,14 +5796,14 @@ checkPricing(api.Pricing o) {
|
| buildCounterPricing--;
|
| }
|
|
|
| -buildUnnamed1151() {
|
| +buildUnnamed2709() {
|
| var o = new core.List<api.PricingSchedulePricingPeriod>();
|
| o.add(buildPricingSchedulePricingPeriod());
|
| o.add(buildPricingSchedulePricingPeriod());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1151(core.List<api.PricingSchedulePricingPeriod> o) {
|
| +checkUnnamed2709(core.List<api.PricingSchedulePricingPeriod> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPricingSchedulePricingPeriod(o[0]);
|
| checkPricingSchedulePricingPeriod(o[1]);
|
| @@ -5819,7 +5819,7 @@ buildPricingSchedule() {
|
| o.endDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| o.flighted = true;
|
| o.floodlightActivityId = "foo";
|
| - o.pricingPeriods = buildUnnamed1151();
|
| + o.pricingPeriods = buildUnnamed2709();
|
| o.pricingType = "foo";
|
| o.startDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| o.testingStartDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| @@ -5836,7 +5836,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'));
|
| - checkUnnamed1151(o.pricingPeriods);
|
| + checkUnnamed2709(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")));
|
| @@ -5930,14 +5930,14 @@ checkProject(api.Project o) {
|
| buildCounterProject--;
|
| }
|
|
|
| -buildUnnamed1152() {
|
| +buildUnnamed2710() {
|
| var o = new core.List<api.Project>();
|
| o.add(buildProject());
|
| o.add(buildProject());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1152(core.List<api.Project> o) {
|
| +checkUnnamed2710(core.List<api.Project> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProject(o[0]);
|
| checkProject(o[1]);
|
| @@ -5950,7 +5950,7 @@ buildProjectsListResponse() {
|
| if (buildCounterProjectsListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.projects = buildUnnamed1152();
|
| + o.projects = buildUnnamed2710();
|
| }
|
| buildCounterProjectsListResponse--;
|
| return o;
|
| @@ -5961,71 +5961,71 @@ checkProjectsListResponse(api.ProjectsListResponse o) {
|
| if (buildCounterProjectsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1152(o.projects);
|
| + checkUnnamed2710(o.projects);
|
| }
|
| buildCounterProjectsListResponse--;
|
| }
|
|
|
| -buildUnnamed1153() {
|
| +buildUnnamed2711() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1153(core.List<api.Dimension> o) {
|
| +checkUnnamed2711(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed1154() {
|
| +buildUnnamed2712() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1154(core.List<api.Dimension> o) {
|
| +checkUnnamed2712(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed1155() {
|
| +buildUnnamed2713() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1155(core.List<api.Metric> o) {
|
| +checkUnnamed2713(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| }
|
|
|
| -buildUnnamed1156() {
|
| +buildUnnamed2714() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1156(core.List<api.Metric> o) {
|
| +checkUnnamed2714(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| }
|
|
|
| -buildUnnamed1157() {
|
| +buildUnnamed2715() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1157(core.List<api.Metric> o) {
|
| +checkUnnamed2715(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| @@ -6036,12 +6036,12 @@ buildReachReportCompatibleFields() {
|
| var o = new api.ReachReportCompatibleFields();
|
| buildCounterReachReportCompatibleFields++;
|
| if (buildCounterReachReportCompatibleFields < 3) {
|
| - o.dimensionFilters = buildUnnamed1153();
|
| - o.dimensions = buildUnnamed1154();
|
| + o.dimensionFilters = buildUnnamed2711();
|
| + o.dimensions = buildUnnamed2712();
|
| o.kind = "foo";
|
| - o.metrics = buildUnnamed1155();
|
| - o.pivotedActivityMetrics = buildUnnamed1156();
|
| - o.reachByFrequencyMetrics = buildUnnamed1157();
|
| + o.metrics = buildUnnamed2713();
|
| + o.pivotedActivityMetrics = buildUnnamed2714();
|
| + o.reachByFrequencyMetrics = buildUnnamed2715();
|
| }
|
| buildCounterReachReportCompatibleFields--;
|
| return o;
|
| @@ -6050,12 +6050,12 @@ buildReachReportCompatibleFields() {
|
| checkReachReportCompatibleFields(api.ReachReportCompatibleFields o) {
|
| buildCounterReachReportCompatibleFields++;
|
| if (buildCounterReachReportCompatibleFields < 3) {
|
| - checkUnnamed1153(o.dimensionFilters);
|
| - checkUnnamed1154(o.dimensions);
|
| + checkUnnamed2711(o.dimensionFilters);
|
| + checkUnnamed2712(o.dimensions);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1155(o.metrics);
|
| - checkUnnamed1156(o.pivotedActivityMetrics);
|
| - checkUnnamed1157(o.reachByFrequencyMetrics);
|
| + checkUnnamed2713(o.metrics);
|
| + checkUnnamed2714(o.pivotedActivityMetrics);
|
| + checkUnnamed2715(o.reachByFrequencyMetrics);
|
| }
|
| buildCounterReachReportCompatibleFields--;
|
| }
|
| @@ -6112,14 +6112,14 @@ checkRegion(api.Region o) {
|
| buildCounterRegion--;
|
| }
|
|
|
| -buildUnnamed1158() {
|
| +buildUnnamed2716() {
|
| var o = new core.List<api.Region>();
|
| o.add(buildRegion());
|
| o.add(buildRegion());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1158(core.List<api.Region> o) {
|
| +checkUnnamed2716(core.List<api.Region> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRegion(o[0]);
|
| checkRegion(o[1]);
|
| @@ -6131,7 +6131,7 @@ buildRegionsListResponse() {
|
| buildCounterRegionsListResponse++;
|
| if (buildCounterRegionsListResponse < 3) {
|
| o.kind = "foo";
|
| - o.regions = buildUnnamed1158();
|
| + o.regions = buildUnnamed2716();
|
| }
|
| buildCounterRegionsListResponse--;
|
| return o;
|
| @@ -6141,7 +6141,7 @@ checkRegionsListResponse(api.RegionsListResponse o) {
|
| buildCounterRegionsListResponse++;
|
| if (buildCounterRegionsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1158(o.regions);
|
| + checkUnnamed2716(o.regions);
|
| }
|
| buildCounterRegionsListResponse--;
|
| }
|
| @@ -6189,27 +6189,27 @@ checkRemarketingList(api.RemarketingList o) {
|
| buildCounterRemarketingList--;
|
| }
|
|
|
| -buildUnnamed1159() {
|
| +buildUnnamed2717() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1159(core.List<core.String> o) {
|
| +checkUnnamed2717(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1160() {
|
| +buildUnnamed2718() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1160(core.List<core.String> o) {
|
| +checkUnnamed2718(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -6222,8 +6222,8 @@ buildRemarketingListShare() {
|
| if (buildCounterRemarketingListShare < 3) {
|
| o.kind = "foo";
|
| o.remarketingListId = "foo";
|
| - o.sharedAccountIds = buildUnnamed1159();
|
| - o.sharedAdvertiserIds = buildUnnamed1160();
|
| + o.sharedAccountIds = buildUnnamed2717();
|
| + o.sharedAdvertiserIds = buildUnnamed2718();
|
| }
|
| buildCounterRemarketingListShare--;
|
| return o;
|
| @@ -6234,20 +6234,20 @@ checkRemarketingListShare(api.RemarketingListShare o) {
|
| if (buildCounterRemarketingListShare < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.remarketingListId, unittest.equals('foo'));
|
| - checkUnnamed1159(o.sharedAccountIds);
|
| - checkUnnamed1160(o.sharedAdvertiserIds);
|
| + checkUnnamed2717(o.sharedAccountIds);
|
| + checkUnnamed2718(o.sharedAdvertiserIds);
|
| }
|
| buildCounterRemarketingListShare--;
|
| }
|
|
|
| -buildUnnamed1161() {
|
| +buildUnnamed2719() {
|
| var o = new core.List<api.RemarketingList>();
|
| o.add(buildRemarketingList());
|
| o.add(buildRemarketingList());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1161(core.List<api.RemarketingList> o) {
|
| +checkUnnamed2719(core.List<api.RemarketingList> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRemarketingList(o[0]);
|
| checkRemarketingList(o[1]);
|
| @@ -6260,7 +6260,7 @@ buildRemarketingListsListResponse() {
|
| if (buildCounterRemarketingListsListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.remarketingLists = buildUnnamed1161();
|
| + o.remarketingLists = buildUnnamed2719();
|
| }
|
| buildCounterRemarketingListsListResponse--;
|
| return o;
|
| @@ -6271,45 +6271,45 @@ checkRemarketingListsListResponse(api.RemarketingListsListResponse o) {
|
| if (buildCounterRemarketingListsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1161(o.remarketingLists);
|
| + checkUnnamed2719(o.remarketingLists);
|
| }
|
| buildCounterRemarketingListsListResponse--;
|
| }
|
|
|
| -buildUnnamed1162() {
|
| +buildUnnamed2720() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1162(core.List<api.DimensionValue> o) {
|
| +checkUnnamed2720(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed1163() {
|
| +buildUnnamed2721() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1163(core.List<api.SortedDimension> o) {
|
| +checkUnnamed2721(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed1164() {
|
| +buildUnnamed2722() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1164(core.List<core.String> o) {
|
| +checkUnnamed2722(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -6323,9 +6323,9 @@ buildReportCriteria() {
|
| o.activities = buildActivities();
|
| o.customRichMediaEvents = buildCustomRichMediaEvents();
|
| o.dateRange = buildDateRange();
|
| - o.dimensionFilters = buildUnnamed1162();
|
| - o.dimensions = buildUnnamed1163();
|
| - o.metricNames = buildUnnamed1164();
|
| + o.dimensionFilters = buildUnnamed2720();
|
| + o.dimensions = buildUnnamed2721();
|
| + o.metricNames = buildUnnamed2722();
|
| }
|
| buildCounterReportCriteria--;
|
| return o;
|
| @@ -6337,60 +6337,60 @@ checkReportCriteria(api.ReportCriteria o) {
|
| checkActivities(o.activities);
|
| checkCustomRichMediaEvents(o.customRichMediaEvents);
|
| checkDateRange(o.dateRange);
|
| - checkUnnamed1162(o.dimensionFilters);
|
| - checkUnnamed1163(o.dimensions);
|
| - checkUnnamed1164(o.metricNames);
|
| + checkUnnamed2720(o.dimensionFilters);
|
| + checkUnnamed2721(o.dimensions);
|
| + checkUnnamed2722(o.metricNames);
|
| }
|
| buildCounterReportCriteria--;
|
| }
|
|
|
| -buildUnnamed1165() {
|
| +buildUnnamed2723() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1165(core.List<api.SortedDimension> o) {
|
| +checkUnnamed2723(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed1166() {
|
| +buildUnnamed2724() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1166(core.List<api.DimensionValue> o) {
|
| +checkUnnamed2724(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed1167() {
|
| +buildUnnamed2725() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1167(core.List<core.String> o) {
|
| +checkUnnamed2725(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1168() {
|
| +buildUnnamed2726() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1168(core.List<core.String> o) {
|
| +checkUnnamed2726(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -6401,12 +6401,12 @@ buildReportCrossDimensionReachCriteria() {
|
| var o = new api.ReportCrossDimensionReachCriteria();
|
| buildCounterReportCrossDimensionReachCriteria++;
|
| if (buildCounterReportCrossDimensionReachCriteria < 3) {
|
| - o.breakdown = buildUnnamed1165();
|
| + o.breakdown = buildUnnamed2723();
|
| o.dateRange = buildDateRange();
|
| o.dimension = "foo";
|
| - o.dimensionFilters = buildUnnamed1166();
|
| - o.metricNames = buildUnnamed1167();
|
| - o.overlapMetricNames = buildUnnamed1168();
|
| + o.dimensionFilters = buildUnnamed2724();
|
| + o.metricNames = buildUnnamed2725();
|
| + o.overlapMetricNames = buildUnnamed2726();
|
| o.pivoted = true;
|
| }
|
| buildCounterReportCrossDimensionReachCriteria--;
|
| @@ -6416,25 +6416,25 @@ buildReportCrossDimensionReachCriteria() {
|
| checkReportCrossDimensionReachCriteria(api.ReportCrossDimensionReachCriteria o) {
|
| buildCounterReportCrossDimensionReachCriteria++;
|
| if (buildCounterReportCrossDimensionReachCriteria < 3) {
|
| - checkUnnamed1165(o.breakdown);
|
| + checkUnnamed2723(o.breakdown);
|
| checkDateRange(o.dateRange);
|
| unittest.expect(o.dimension, unittest.equals('foo'));
|
| - checkUnnamed1166(o.dimensionFilters);
|
| - checkUnnamed1167(o.metricNames);
|
| - checkUnnamed1168(o.overlapMetricNames);
|
| + checkUnnamed2724(o.dimensionFilters);
|
| + checkUnnamed2725(o.metricNames);
|
| + checkUnnamed2726(o.overlapMetricNames);
|
| unittest.expect(o.pivoted, unittest.isTrue);
|
| }
|
| buildCounterReportCrossDimensionReachCriteria--;
|
| }
|
|
|
| -buildUnnamed1169() {
|
| +buildUnnamed2727() {
|
| var o = new core.List<api.Recipient>();
|
| o.add(buildRecipient());
|
| o.add(buildRecipient());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1169(core.List<api.Recipient> o) {
|
| +checkUnnamed2727(core.List<api.Recipient> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRecipient(o[0]);
|
| checkRecipient(o[1]);
|
| @@ -6448,7 +6448,7 @@ buildReportDelivery() {
|
| o.emailOwner = true;
|
| o.emailOwnerDeliveryType = "foo";
|
| o.message = "foo";
|
| - o.recipients = buildUnnamed1169();
|
| + o.recipients = buildUnnamed2727();
|
| }
|
| buildCounterReportDelivery--;
|
| return o;
|
| @@ -6460,58 +6460,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'));
|
| - checkUnnamed1169(o.recipients);
|
| + checkUnnamed2727(o.recipients);
|
| }
|
| buildCounterReportDelivery--;
|
| }
|
|
|
| -buildUnnamed1170() {
|
| +buildUnnamed2728() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1170(core.List<api.DimensionValue> o) {
|
| +checkUnnamed2728(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed1171() {
|
| +buildUnnamed2729() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1171(core.List<api.DimensionValue> o) {
|
| +checkUnnamed2729(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed1172() {
|
| +buildUnnamed2730() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1172(core.List<api.SortedDimension> o) {
|
| +checkUnnamed2730(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed1173() {
|
| +buildUnnamed2731() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1173(core.List<core.String> o) {
|
| +checkUnnamed2731(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -6545,12 +6545,12 @@ buildReportFloodlightCriteria() {
|
| var o = new api.ReportFloodlightCriteria();
|
| buildCounterReportFloodlightCriteria++;
|
| if (buildCounterReportFloodlightCriteria < 3) {
|
| - o.customRichMediaEvents = buildUnnamed1170();
|
| + o.customRichMediaEvents = buildUnnamed2728();
|
| o.dateRange = buildDateRange();
|
| - o.dimensionFilters = buildUnnamed1171();
|
| - o.dimensions = buildUnnamed1172();
|
| + o.dimensionFilters = buildUnnamed2729();
|
| + o.dimensions = buildUnnamed2730();
|
| o.floodlightConfigId = buildDimensionValue();
|
| - o.metricNames = buildUnnamed1173();
|
| + o.metricNames = buildUnnamed2731();
|
| o.reportProperties = buildReportFloodlightCriteriaReportProperties();
|
| }
|
| buildCounterReportFloodlightCriteria--;
|
| @@ -6560,90 +6560,90 @@ buildReportFloodlightCriteria() {
|
| checkReportFloodlightCriteria(api.ReportFloodlightCriteria o) {
|
| buildCounterReportFloodlightCriteria++;
|
| if (buildCounterReportFloodlightCriteria < 3) {
|
| - checkUnnamed1170(o.customRichMediaEvents);
|
| + checkUnnamed2728(o.customRichMediaEvents);
|
| checkDateRange(o.dateRange);
|
| - checkUnnamed1171(o.dimensionFilters);
|
| - checkUnnamed1172(o.dimensions);
|
| + checkUnnamed2729(o.dimensionFilters);
|
| + checkUnnamed2730(o.dimensions);
|
| checkDimensionValue(o.floodlightConfigId);
|
| - checkUnnamed1173(o.metricNames);
|
| + checkUnnamed2731(o.metricNames);
|
| checkReportFloodlightCriteriaReportProperties(o.reportProperties);
|
| }
|
| buildCounterReportFloodlightCriteria--;
|
| }
|
|
|
| -buildUnnamed1174() {
|
| +buildUnnamed2732() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1174(core.List<api.DimensionValue> o) {
|
| +checkUnnamed2732(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed1175() {
|
| +buildUnnamed2733() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1175(core.List<api.SortedDimension> o) {
|
| +checkUnnamed2733(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed1176() {
|
| +buildUnnamed2734() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1176(core.List<api.SortedDimension> o) {
|
| +checkUnnamed2734(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed1177() {
|
| +buildUnnamed2735() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1177(core.List<api.DimensionValue> o) {
|
| +checkUnnamed2735(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed1178() {
|
| +buildUnnamed2736() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1178(core.List<core.String> o) {
|
| +checkUnnamed2736(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1179() {
|
| +buildUnnamed2737() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1179(core.List<api.SortedDimension> o) {
|
| +checkUnnamed2737(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| @@ -6689,14 +6689,14 @@ buildReportPathToConversionCriteria() {
|
| var o = new api.ReportPathToConversionCriteria();
|
| buildCounterReportPathToConversionCriteria++;
|
| if (buildCounterReportPathToConversionCriteria < 3) {
|
| - o.activityFilters = buildUnnamed1174();
|
| - o.conversionDimensions = buildUnnamed1175();
|
| - o.customFloodlightVariables = buildUnnamed1176();
|
| - o.customRichMediaEvents = buildUnnamed1177();
|
| + o.activityFilters = buildUnnamed2732();
|
| + o.conversionDimensions = buildUnnamed2733();
|
| + o.customFloodlightVariables = buildUnnamed2734();
|
| + o.customRichMediaEvents = buildUnnamed2735();
|
| o.dateRange = buildDateRange();
|
| o.floodlightConfigId = buildDimensionValue();
|
| - o.metricNames = buildUnnamed1178();
|
| - o.perInteractionDimensions = buildUnnamed1179();
|
| + o.metricNames = buildUnnamed2736();
|
| + o.perInteractionDimensions = buildUnnamed2737();
|
| o.reportProperties = buildReportPathToConversionCriteriaReportProperties();
|
| }
|
| buildCounterReportPathToConversionCriteria--;
|
| @@ -6706,66 +6706,66 @@ buildReportPathToConversionCriteria() {
|
| checkReportPathToConversionCriteria(api.ReportPathToConversionCriteria o) {
|
| buildCounterReportPathToConversionCriteria++;
|
| if (buildCounterReportPathToConversionCriteria < 3) {
|
| - checkUnnamed1174(o.activityFilters);
|
| - checkUnnamed1175(o.conversionDimensions);
|
| - checkUnnamed1176(o.customFloodlightVariables);
|
| - checkUnnamed1177(o.customRichMediaEvents);
|
| + checkUnnamed2732(o.activityFilters);
|
| + checkUnnamed2733(o.conversionDimensions);
|
| + checkUnnamed2734(o.customFloodlightVariables);
|
| + checkUnnamed2735(o.customRichMediaEvents);
|
| checkDateRange(o.dateRange);
|
| checkDimensionValue(o.floodlightConfigId);
|
| - checkUnnamed1178(o.metricNames);
|
| - checkUnnamed1179(o.perInteractionDimensions);
|
| + checkUnnamed2736(o.metricNames);
|
| + checkUnnamed2737(o.perInteractionDimensions);
|
| checkReportPathToConversionCriteriaReportProperties(o.reportProperties);
|
| }
|
| buildCounterReportPathToConversionCriteria--;
|
| }
|
|
|
| -buildUnnamed1180() {
|
| +buildUnnamed2738() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1180(core.List<api.DimensionValue> o) {
|
| +checkUnnamed2738(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed1181() {
|
| +buildUnnamed2739() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1181(core.List<api.SortedDimension> o) {
|
| +checkUnnamed2739(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed1182() {
|
| +buildUnnamed2740() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1182(core.List<core.String> o) {
|
| +checkUnnamed2740(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1183() {
|
| +buildUnnamed2741() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1183(core.List<core.String> o) {
|
| +checkUnnamed2741(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -6779,11 +6779,11 @@ buildReportReachCriteria() {
|
| o.activities = buildActivities();
|
| o.customRichMediaEvents = buildCustomRichMediaEvents();
|
| o.dateRange = buildDateRange();
|
| - o.dimensionFilters = buildUnnamed1180();
|
| - o.dimensions = buildUnnamed1181();
|
| + o.dimensionFilters = buildUnnamed2738();
|
| + o.dimensions = buildUnnamed2739();
|
| o.enableAllDimensionCombinations = true;
|
| - o.metricNames = buildUnnamed1182();
|
| - o.reachByFrequencyMetricNames = buildUnnamed1183();
|
| + o.metricNames = buildUnnamed2740();
|
| + o.reachByFrequencyMetricNames = buildUnnamed2741();
|
| }
|
| buildCounterReportReachCriteria--;
|
| return o;
|
| @@ -6795,23 +6795,23 @@ checkReportReachCriteria(api.ReportReachCriteria o) {
|
| checkActivities(o.activities);
|
| checkCustomRichMediaEvents(o.customRichMediaEvents);
|
| checkDateRange(o.dateRange);
|
| - checkUnnamed1180(o.dimensionFilters);
|
| - checkUnnamed1181(o.dimensions);
|
| + checkUnnamed2738(o.dimensionFilters);
|
| + checkUnnamed2739(o.dimensions);
|
| unittest.expect(o.enableAllDimensionCombinations, unittest.isTrue);
|
| - checkUnnamed1182(o.metricNames);
|
| - checkUnnamed1183(o.reachByFrequencyMetricNames);
|
| + checkUnnamed2740(o.metricNames);
|
| + checkUnnamed2741(o.reachByFrequencyMetricNames);
|
| }
|
| buildCounterReportReachCriteria--;
|
| }
|
|
|
| -buildUnnamed1184() {
|
| +buildUnnamed2742() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1184(core.List<core.String> o) {
|
| +checkUnnamed2742(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -6826,7 +6826,7 @@ buildReportSchedule() {
|
| o.every = 42;
|
| o.expirationDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| o.repeats = "foo";
|
| - o.repeatsOnWeekDays = buildUnnamed1184();
|
| + o.repeatsOnWeekDays = buildUnnamed2742();
|
| o.runsOnDayOfMonth = "foo";
|
| o.startDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| }
|
| @@ -6841,7 +6841,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'));
|
| - checkUnnamed1184(o.repeatsOnWeekDays);
|
| + checkUnnamed2742(o.repeatsOnWeekDays);
|
| unittest.expect(o.runsOnDayOfMonth, unittest.equals('foo'));
|
| unittest.expect(o.startDate, unittest.equals(core.DateTime.parse("2002-02-27T00:00:00")));
|
| }
|
| @@ -6901,53 +6901,53 @@ checkReport(api.Report o) {
|
| buildCounterReport--;
|
| }
|
|
|
| -buildUnnamed1185() {
|
| +buildUnnamed2743() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1185(core.List<api.Dimension> o) {
|
| +checkUnnamed2743(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed1186() {
|
| +buildUnnamed2744() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1186(core.List<api.Dimension> o) {
|
| +checkUnnamed2744(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed1187() {
|
| +buildUnnamed2745() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1187(core.List<api.Metric> o) {
|
| +checkUnnamed2745(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| }
|
|
|
| -buildUnnamed1188() {
|
| +buildUnnamed2746() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1188(core.List<api.Metric> o) {
|
| +checkUnnamed2746(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| @@ -6958,11 +6958,11 @@ buildReportCompatibleFields() {
|
| var o = new api.ReportCompatibleFields();
|
| buildCounterReportCompatibleFields++;
|
| if (buildCounterReportCompatibleFields < 3) {
|
| - o.dimensionFilters = buildUnnamed1185();
|
| - o.dimensions = buildUnnamed1186();
|
| + o.dimensionFilters = buildUnnamed2743();
|
| + o.dimensions = buildUnnamed2744();
|
| o.kind = "foo";
|
| - o.metrics = buildUnnamed1187();
|
| - o.pivotedActivityMetrics = buildUnnamed1188();
|
| + o.metrics = buildUnnamed2745();
|
| + o.pivotedActivityMetrics = buildUnnamed2746();
|
| }
|
| buildCounterReportCompatibleFields--;
|
| return o;
|
| @@ -6971,23 +6971,23 @@ buildReportCompatibleFields() {
|
| checkReportCompatibleFields(api.ReportCompatibleFields o) {
|
| buildCounterReportCompatibleFields++;
|
| if (buildCounterReportCompatibleFields < 3) {
|
| - checkUnnamed1185(o.dimensionFilters);
|
| - checkUnnamed1186(o.dimensions);
|
| + checkUnnamed2743(o.dimensionFilters);
|
| + checkUnnamed2744(o.dimensions);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1187(o.metrics);
|
| - checkUnnamed1188(o.pivotedActivityMetrics);
|
| + checkUnnamed2745(o.metrics);
|
| + checkUnnamed2746(o.pivotedActivityMetrics);
|
| }
|
| buildCounterReportCompatibleFields--;
|
| }
|
|
|
| -buildUnnamed1189() {
|
| +buildUnnamed2747() {
|
| var o = new core.List<api.Report>();
|
| o.add(buildReport());
|
| o.add(buildReport());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1189(core.List<api.Report> o) {
|
| +checkUnnamed2747(core.List<api.Report> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkReport(o[0]);
|
| checkReport(o[1]);
|
| @@ -6999,7 +6999,7 @@ buildReportList() {
|
| buildCounterReportList++;
|
| if (buildCounterReportList < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed1189();
|
| + o.items = buildUnnamed2747();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -7011,7 +7011,7 @@ checkReportList(api.ReportList o) {
|
| buildCounterReportList++;
|
| if (buildCounterReportList < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed1189(o.items);
|
| + checkUnnamed2747(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -7064,14 +7064,14 @@ checkRichMediaExitOverride(api.RichMediaExitOverride o) {
|
| buildCounterRichMediaExitOverride--;
|
| }
|
|
|
| -buildUnnamed1190() {
|
| +buildUnnamed2748() {
|
| var o = new core.List<api.SiteContact>();
|
| o.add(buildSiteContact());
|
| o.add(buildSiteContact());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1190(core.List<api.SiteContact> o) {
|
| +checkUnnamed2748(core.List<api.SiteContact> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSiteContact(o[0]);
|
| checkSiteContact(o[1]);
|
| @@ -7091,7 +7091,7 @@ buildSite() {
|
| o.keyName = "foo";
|
| o.kind = "foo";
|
| o.name = "foo";
|
| - o.siteContacts = buildUnnamed1190();
|
| + o.siteContacts = buildUnnamed2748();
|
| o.siteSettings = buildSiteSettings();
|
| o.subaccountId = "foo";
|
| }
|
| @@ -7111,7 +7111,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'));
|
| - checkUnnamed1190(o.siteContacts);
|
| + checkUnnamed2748(o.siteContacts);
|
| checkSiteSettings(o.siteSettings);
|
| unittest.expect(o.subaccountId, unittest.equals('foo'));
|
| }
|
| @@ -7180,14 +7180,14 @@ checkSiteSettings(api.SiteSettings o) {
|
| buildCounterSiteSettings--;
|
| }
|
|
|
| -buildUnnamed1191() {
|
| +buildUnnamed2749() {
|
| var o = new core.List<api.Site>();
|
| o.add(buildSite());
|
| o.add(buildSite());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1191(core.List<api.Site> o) {
|
| +checkUnnamed2749(core.List<api.Site> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSite(o[0]);
|
| checkSite(o[1]);
|
| @@ -7200,7 +7200,7 @@ buildSitesListResponse() {
|
| if (buildCounterSitesListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.sites = buildUnnamed1191();
|
| + o.sites = buildUnnamed2749();
|
| }
|
| buildCounterSitesListResponse--;
|
| return o;
|
| @@ -7211,7 +7211,7 @@ checkSitesListResponse(api.SitesListResponse o) {
|
| if (buildCounterSitesListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1191(o.sites);
|
| + checkUnnamed2749(o.sites);
|
| }
|
| buildCounterSitesListResponse--;
|
| }
|
| @@ -7243,14 +7243,14 @@ checkSize(api.Size o) {
|
| buildCounterSize--;
|
| }
|
|
|
| -buildUnnamed1192() {
|
| +buildUnnamed2750() {
|
| var o = new core.List<api.Size>();
|
| o.add(buildSize());
|
| o.add(buildSize());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1192(core.List<api.Size> o) {
|
| +checkUnnamed2750(core.List<api.Size> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSize(o[0]);
|
| checkSize(o[1]);
|
| @@ -7262,7 +7262,7 @@ buildSizesListResponse() {
|
| buildCounterSizesListResponse++;
|
| if (buildCounterSizesListResponse < 3) {
|
| o.kind = "foo";
|
| - o.sizes = buildUnnamed1192();
|
| + o.sizes = buildUnnamed2750();
|
| }
|
| buildCounterSizesListResponse--;
|
| return o;
|
| @@ -7272,7 +7272,7 @@ checkSizesListResponse(api.SizesListResponse o) {
|
| buildCounterSizesListResponse++;
|
| if (buildCounterSizesListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1192(o.sizes);
|
| + checkUnnamed2750(o.sizes);
|
| }
|
| buildCounterSizesListResponse--;
|
| }
|
| @@ -7300,14 +7300,14 @@ checkSortedDimension(api.SortedDimension o) {
|
| buildCounterSortedDimension--;
|
| }
|
|
|
| -buildUnnamed1193() {
|
| +buildUnnamed2751() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1193(core.List<core.String> o) {
|
| +checkUnnamed2751(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -7319,7 +7319,7 @@ buildSubaccount() {
|
| buildCounterSubaccount++;
|
| if (buildCounterSubaccount < 3) {
|
| o.accountId = "foo";
|
| - o.availablePermissionIds = buildUnnamed1193();
|
| + o.availablePermissionIds = buildUnnamed2751();
|
| o.id = "foo";
|
| o.kind = "foo";
|
| o.name = "foo";
|
| @@ -7332,7 +7332,7 @@ checkSubaccount(api.Subaccount o) {
|
| buildCounterSubaccount++;
|
| if (buildCounterSubaccount < 3) {
|
| unittest.expect(o.accountId, unittest.equals('foo'));
|
| - checkUnnamed1193(o.availablePermissionIds);
|
| + checkUnnamed2751(o.availablePermissionIds);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| @@ -7340,14 +7340,14 @@ checkSubaccount(api.Subaccount o) {
|
| buildCounterSubaccount--;
|
| }
|
|
|
| -buildUnnamed1194() {
|
| +buildUnnamed2752() {
|
| var o = new core.List<api.Subaccount>();
|
| o.add(buildSubaccount());
|
| o.add(buildSubaccount());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1194(core.List<api.Subaccount> o) {
|
| +checkUnnamed2752(core.List<api.Subaccount> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSubaccount(o[0]);
|
| checkSubaccount(o[1]);
|
| @@ -7360,7 +7360,7 @@ buildSubaccountsListResponse() {
|
| if (buildCounterSubaccountsListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.subaccounts = buildUnnamed1194();
|
| + o.subaccounts = buildUnnamed2752();
|
| }
|
| buildCounterSubaccountsListResponse--;
|
| return o;
|
| @@ -7371,7 +7371,7 @@ checkSubaccountsListResponse(api.SubaccountsListResponse o) {
|
| if (buildCounterSubaccountsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1194(o.subaccounts);
|
| + checkUnnamed2752(o.subaccounts);
|
| }
|
| buildCounterSubaccountsListResponse--;
|
| }
|
| @@ -7511,14 +7511,14 @@ checkTargetableRemarketingList(api.TargetableRemarketingList o) {
|
| buildCounterTargetableRemarketingList--;
|
| }
|
|
|
| -buildUnnamed1195() {
|
| +buildUnnamed2753() {
|
| var o = new core.List<api.TargetableRemarketingList>();
|
| o.add(buildTargetableRemarketingList());
|
| o.add(buildTargetableRemarketingList());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1195(core.List<api.TargetableRemarketingList> o) {
|
| +checkUnnamed2753(core.List<api.TargetableRemarketingList> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTargetableRemarketingList(o[0]);
|
| checkTargetableRemarketingList(o[1]);
|
| @@ -7531,7 +7531,7 @@ buildTargetableRemarketingListsListResponse() {
|
| if (buildCounterTargetableRemarketingListsListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.targetableRemarketingLists = buildUnnamed1195();
|
| + o.targetableRemarketingLists = buildUnnamed2753();
|
| }
|
| buildCounterTargetableRemarketingListsListResponse--;
|
| return o;
|
| @@ -7542,84 +7542,84 @@ checkTargetableRemarketingListsListResponse(api.TargetableRemarketingListsListRe
|
| if (buildCounterTargetableRemarketingListsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1195(o.targetableRemarketingLists);
|
| + checkUnnamed2753(o.targetableRemarketingLists);
|
| }
|
| buildCounterTargetableRemarketingListsListResponse--;
|
| }
|
|
|
| -buildUnnamed1196() {
|
| +buildUnnamed2754() {
|
| var o = new core.List<api.Browser>();
|
| o.add(buildBrowser());
|
| o.add(buildBrowser());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1196(core.List<api.Browser> o) {
|
| +checkUnnamed2754(core.List<api.Browser> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkBrowser(o[0]);
|
| checkBrowser(o[1]);
|
| }
|
|
|
| -buildUnnamed1197() {
|
| +buildUnnamed2755() {
|
| var o = new core.List<api.ConnectionType>();
|
| o.add(buildConnectionType());
|
| o.add(buildConnectionType());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1197(core.List<api.ConnectionType> o) {
|
| +checkUnnamed2755(core.List<api.ConnectionType> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkConnectionType(o[0]);
|
| checkConnectionType(o[1]);
|
| }
|
|
|
| -buildUnnamed1198() {
|
| +buildUnnamed2756() {
|
| var o = new core.List<api.MobileCarrier>();
|
| o.add(buildMobileCarrier());
|
| o.add(buildMobileCarrier());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1198(core.List<api.MobileCarrier> o) {
|
| +checkUnnamed2756(core.List<api.MobileCarrier> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMobileCarrier(o[0]);
|
| checkMobileCarrier(o[1]);
|
| }
|
|
|
| -buildUnnamed1199() {
|
| +buildUnnamed2757() {
|
| var o = new core.List<api.OperatingSystemVersion>();
|
| o.add(buildOperatingSystemVersion());
|
| o.add(buildOperatingSystemVersion());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1199(core.List<api.OperatingSystemVersion> o) {
|
| +checkUnnamed2757(core.List<api.OperatingSystemVersion> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOperatingSystemVersion(o[0]);
|
| checkOperatingSystemVersion(o[1]);
|
| }
|
|
|
| -buildUnnamed1200() {
|
| +buildUnnamed2758() {
|
| var o = new core.List<api.OperatingSystem>();
|
| o.add(buildOperatingSystem());
|
| o.add(buildOperatingSystem());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1200(core.List<api.OperatingSystem> o) {
|
| +checkUnnamed2758(core.List<api.OperatingSystem> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOperatingSystem(o[0]);
|
| checkOperatingSystem(o[1]);
|
| }
|
|
|
| -buildUnnamed1201() {
|
| +buildUnnamed2759() {
|
| var o = new core.List<api.PlatformType>();
|
| o.add(buildPlatformType());
|
| o.add(buildPlatformType());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1201(core.List<api.PlatformType> o) {
|
| +checkUnnamed2759(core.List<api.PlatformType> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPlatformType(o[0]);
|
| checkPlatformType(o[1]);
|
| @@ -7630,12 +7630,12 @@ buildTechnologyTargeting() {
|
| var o = new api.TechnologyTargeting();
|
| buildCounterTechnologyTargeting++;
|
| if (buildCounterTechnologyTargeting < 3) {
|
| - o.browsers = buildUnnamed1196();
|
| - o.connectionTypes = buildUnnamed1197();
|
| - o.mobileCarriers = buildUnnamed1198();
|
| - o.operatingSystemVersions = buildUnnamed1199();
|
| - o.operatingSystems = buildUnnamed1200();
|
| - o.platformTypes = buildUnnamed1201();
|
| + o.browsers = buildUnnamed2754();
|
| + o.connectionTypes = buildUnnamed2755();
|
| + o.mobileCarriers = buildUnnamed2756();
|
| + o.operatingSystemVersions = buildUnnamed2757();
|
| + o.operatingSystems = buildUnnamed2758();
|
| + o.platformTypes = buildUnnamed2759();
|
| }
|
| buildCounterTechnologyTargeting--;
|
| return o;
|
| @@ -7644,12 +7644,12 @@ buildTechnologyTargeting() {
|
| checkTechnologyTargeting(api.TechnologyTargeting o) {
|
| buildCounterTechnologyTargeting++;
|
| if (buildCounterTechnologyTargeting < 3) {
|
| - checkUnnamed1196(o.browsers);
|
| - checkUnnamed1197(o.connectionTypes);
|
| - checkUnnamed1198(o.mobileCarriers);
|
| - checkUnnamed1199(o.operatingSystemVersions);
|
| - checkUnnamed1200(o.operatingSystems);
|
| - checkUnnamed1201(o.platformTypes);
|
| + checkUnnamed2754(o.browsers);
|
| + checkUnnamed2755(o.connectionTypes);
|
| + checkUnnamed2756(o.mobileCarriers);
|
| + checkUnnamed2757(o.operatingSystemVersions);
|
| + checkUnnamed2758(o.operatingSystems);
|
| + checkUnnamed2759(o.platformTypes);
|
| }
|
| buildCounterTechnologyTargeting--;
|
| }
|
| @@ -7752,14 +7752,14 @@ checkUserProfile(api.UserProfile o) {
|
| buildCounterUserProfile--;
|
| }
|
|
|
| -buildUnnamed1202() {
|
| +buildUnnamed2760() {
|
| var o = new core.List<api.UserProfile>();
|
| o.add(buildUserProfile());
|
| o.add(buildUserProfile());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1202(core.List<api.UserProfile> o) {
|
| +checkUnnamed2760(core.List<api.UserProfile> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUserProfile(o[0]);
|
| checkUserProfile(o[1]);
|
| @@ -7771,7 +7771,7 @@ buildUserProfileList() {
|
| buildCounterUserProfileList++;
|
| if (buildCounterUserProfileList < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed1202();
|
| + o.items = buildUnnamed2760();
|
| o.kind = "foo";
|
| }
|
| buildCounterUserProfileList--;
|
| @@ -7782,20 +7782,20 @@ checkUserProfileList(api.UserProfileList o) {
|
| buildCounterUserProfileList++;
|
| if (buildCounterUserProfileList < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed1202(o.items);
|
| + checkUnnamed2760(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterUserProfileList--;
|
| }
|
|
|
| -buildUnnamed1203() {
|
| +buildUnnamed2761() {
|
| var o = new core.List<api.UserRolePermission>();
|
| o.add(buildUserRolePermission());
|
| o.add(buildUserRolePermission());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1203(core.List<api.UserRolePermission> o) {
|
| +checkUnnamed2761(core.List<api.UserRolePermission> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUserRolePermission(o[0]);
|
| checkUserRolePermission(o[1]);
|
| @@ -7812,7 +7812,7 @@ buildUserRole() {
|
| o.kind = "foo";
|
| o.name = "foo";
|
| o.parentUserRoleId = "foo";
|
| - o.permissions = buildUnnamed1203();
|
| + o.permissions = buildUnnamed2761();
|
| o.subaccountId = "foo";
|
| }
|
| buildCounterUserRole--;
|
| @@ -7828,7 +7828,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'));
|
| - checkUnnamed1203(o.permissions);
|
| + checkUnnamed2761(o.permissions);
|
| unittest.expect(o.subaccountId, unittest.equals('foo'));
|
| }
|
| buildCounterUserRole--;
|
| @@ -7884,14 +7884,14 @@ checkUserRolePermissionGroup(api.UserRolePermissionGroup o) {
|
| buildCounterUserRolePermissionGroup--;
|
| }
|
|
|
| -buildUnnamed1204() {
|
| +buildUnnamed2762() {
|
| var o = new core.List<api.UserRolePermissionGroup>();
|
| o.add(buildUserRolePermissionGroup());
|
| o.add(buildUserRolePermissionGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1204(core.List<api.UserRolePermissionGroup> o) {
|
| +checkUnnamed2762(core.List<api.UserRolePermissionGroup> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUserRolePermissionGroup(o[0]);
|
| checkUserRolePermissionGroup(o[1]);
|
| @@ -7903,7 +7903,7 @@ buildUserRolePermissionGroupsListResponse() {
|
| buildCounterUserRolePermissionGroupsListResponse++;
|
| if (buildCounterUserRolePermissionGroupsListResponse < 3) {
|
| o.kind = "foo";
|
| - o.userRolePermissionGroups = buildUnnamed1204();
|
| + o.userRolePermissionGroups = buildUnnamed2762();
|
| }
|
| buildCounterUserRolePermissionGroupsListResponse--;
|
| return o;
|
| @@ -7913,19 +7913,19 @@ checkUserRolePermissionGroupsListResponse(api.UserRolePermissionGroupsListRespon
|
| buildCounterUserRolePermissionGroupsListResponse++;
|
| if (buildCounterUserRolePermissionGroupsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1204(o.userRolePermissionGroups);
|
| + checkUnnamed2762(o.userRolePermissionGroups);
|
| }
|
| buildCounterUserRolePermissionGroupsListResponse--;
|
| }
|
|
|
| -buildUnnamed1205() {
|
| +buildUnnamed2763() {
|
| var o = new core.List<api.UserRolePermission>();
|
| o.add(buildUserRolePermission());
|
| o.add(buildUserRolePermission());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1205(core.List<api.UserRolePermission> o) {
|
| +checkUnnamed2763(core.List<api.UserRolePermission> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUserRolePermission(o[0]);
|
| checkUserRolePermission(o[1]);
|
| @@ -7937,7 +7937,7 @@ buildUserRolePermissionsListResponse() {
|
| buildCounterUserRolePermissionsListResponse++;
|
| if (buildCounterUserRolePermissionsListResponse < 3) {
|
| o.kind = "foo";
|
| - o.userRolePermissions = buildUnnamed1205();
|
| + o.userRolePermissions = buildUnnamed2763();
|
| }
|
| buildCounterUserRolePermissionsListResponse--;
|
| return o;
|
| @@ -7947,19 +7947,19 @@ checkUserRolePermissionsListResponse(api.UserRolePermissionsListResponse o) {
|
| buildCounterUserRolePermissionsListResponse++;
|
| if (buildCounterUserRolePermissionsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1205(o.userRolePermissions);
|
| + checkUnnamed2763(o.userRolePermissions);
|
| }
|
| buildCounterUserRolePermissionsListResponse--;
|
| }
|
|
|
| -buildUnnamed1206() {
|
| +buildUnnamed2764() {
|
| var o = new core.List<api.UserRole>();
|
| o.add(buildUserRole());
|
| o.add(buildUserRole());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1206(core.List<api.UserRole> o) {
|
| +checkUnnamed2764(core.List<api.UserRole> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUserRole(o[0]);
|
| checkUserRole(o[1]);
|
| @@ -7972,7 +7972,7 @@ buildUserRolesListResponse() {
|
| if (buildCounterUserRolesListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.userRoles = buildUnnamed1206();
|
| + o.userRoles = buildUnnamed2764();
|
| }
|
| buildCounterUserRolesListResponse--;
|
| return o;
|
| @@ -7983,1124 +7983,1124 @@ checkUserRolesListResponse(api.UserRolesListResponse o) {
|
| if (buildCounterUserRolesListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1206(o.userRoles);
|
| + checkUnnamed2764(o.userRoles);
|
| }
|
| buildCounterUserRolesListResponse--;
|
| }
|
|
|
| -buildUnnamed1207() {
|
| +buildUnnamed2765() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1207(core.List<core.String> o) {
|
| +checkUnnamed2765(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1208() {
|
| +buildUnnamed2766() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1208(core.List<core.String> o) {
|
| +checkUnnamed2766(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1209() {
|
| +buildUnnamed2767() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1209(core.List<core.String> o) {
|
| +checkUnnamed2767(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1210() {
|
| +buildUnnamed2768() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1210(core.List<core.String> o) {
|
| +checkUnnamed2768(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1211() {
|
| +buildUnnamed2769() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1211(core.List<core.String> o) {
|
| +checkUnnamed2769(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1212() {
|
| +buildUnnamed2770() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1212(core.List<core.String> o) {
|
| +checkUnnamed2770(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1213() {
|
| +buildUnnamed2771() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1213(core.List<core.String> o) {
|
| +checkUnnamed2771(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1214() {
|
| +buildUnnamed2772() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1214(core.List<core.String> o) {
|
| +checkUnnamed2772(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1215() {
|
| +buildUnnamed2773() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1215(core.List<core.String> o) {
|
| +checkUnnamed2773(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1216() {
|
| +buildUnnamed2774() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1216(core.List<core.String> o) {
|
| +checkUnnamed2774(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1217() {
|
| +buildUnnamed2775() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1217(core.List<core.String> o) {
|
| +checkUnnamed2775(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1218() {
|
| +buildUnnamed2776() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1218(core.List<core.String> o) {
|
| +checkUnnamed2776(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1219() {
|
| +buildUnnamed2777() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1219(core.List<core.String> o) {
|
| +checkUnnamed2777(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1220() {
|
| +buildUnnamed2778() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1220(core.List<core.String> o) {
|
| +checkUnnamed2778(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1221() {
|
| +buildUnnamed2779() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1221(core.List<core.String> o) {
|
| +checkUnnamed2779(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1222() {
|
| +buildUnnamed2780() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1222(core.List<core.String> o) {
|
| +checkUnnamed2780(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1223() {
|
| +buildUnnamed2781() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1223(core.List<core.String> o) {
|
| +checkUnnamed2781(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1224() {
|
| +buildUnnamed2782() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1224(core.List<core.String> o) {
|
| +checkUnnamed2782(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1225() {
|
| +buildUnnamed2783() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1225(core.List<core.String> o) {
|
| +checkUnnamed2783(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1226() {
|
| +buildUnnamed2784() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1226(core.List<core.String> o) {
|
| +checkUnnamed2784(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1227() {
|
| +buildUnnamed2785() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1227(core.List<core.String> o) {
|
| +checkUnnamed2785(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1228() {
|
| +buildUnnamed2786() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1228(core.List<core.String> o) {
|
| +checkUnnamed2786(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1229() {
|
| +buildUnnamed2787() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1229(core.List<core.String> o) {
|
| +checkUnnamed2787(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1230() {
|
| +buildUnnamed2788() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1230(core.List<core.String> o) {
|
| +checkUnnamed2788(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1231() {
|
| +buildUnnamed2789() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1231(core.List<core.String> o) {
|
| +checkUnnamed2789(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1232() {
|
| +buildUnnamed2790() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1232(core.List<core.String> o) {
|
| +checkUnnamed2790(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1233() {
|
| +buildUnnamed2791() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1233(core.List<core.String> o) {
|
| +checkUnnamed2791(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1234() {
|
| +buildUnnamed2792() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1234(core.List<core.String> o) {
|
| +checkUnnamed2792(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1235() {
|
| +buildUnnamed2793() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1235(core.List<core.String> o) {
|
| +checkUnnamed2793(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1236() {
|
| +buildUnnamed2794() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1236(core.List<core.String> o) {
|
| +checkUnnamed2794(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1237() {
|
| +buildUnnamed2795() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1237(core.List<core.String> o) {
|
| +checkUnnamed2795(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1238() {
|
| +buildUnnamed2796() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1238(core.List<core.String> o) {
|
| +checkUnnamed2796(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1239() {
|
| +buildUnnamed2797() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1239(core.List<core.String> o) {
|
| +checkUnnamed2797(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1240() {
|
| +buildUnnamed2798() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1240(core.List<core.String> o) {
|
| +checkUnnamed2798(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1241() {
|
| +buildUnnamed2799() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1241(core.List<core.String> o) {
|
| +checkUnnamed2799(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1242() {
|
| +buildUnnamed2800() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1242(core.List<core.String> o) {
|
| +checkUnnamed2800(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1243() {
|
| +buildUnnamed2801() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1243(core.List<core.String> o) {
|
| +checkUnnamed2801(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1244() {
|
| +buildUnnamed2802() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1244(core.List<core.String> o) {
|
| +checkUnnamed2802(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1245() {
|
| +buildUnnamed2803() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1245(core.List<core.String> o) {
|
| +checkUnnamed2803(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1246() {
|
| +buildUnnamed2804() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1246(core.List<core.String> o) {
|
| +checkUnnamed2804(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1247() {
|
| +buildUnnamed2805() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1247(core.List<core.String> o) {
|
| +checkUnnamed2805(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1248() {
|
| +buildUnnamed2806() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1248(core.List<core.String> o) {
|
| +checkUnnamed2806(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1249() {
|
| +buildUnnamed2807() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1249(core.List<core.String> o) {
|
| +checkUnnamed2807(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1250() {
|
| +buildUnnamed2808() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1250(core.List<core.String> o) {
|
| +checkUnnamed2808(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1251() {
|
| +buildUnnamed2809() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1251(core.List<core.String> o) {
|
| +checkUnnamed2809(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1252() {
|
| +buildUnnamed2810() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1252(core.List<core.String> o) {
|
| +checkUnnamed2810(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1253() {
|
| +buildUnnamed2811() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1253(core.List<core.String> o) {
|
| +checkUnnamed2811(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1254() {
|
| +buildUnnamed2812() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1254(core.List<core.String> o) {
|
| +checkUnnamed2812(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1255() {
|
| +buildUnnamed2813() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1255(core.List<core.String> o) {
|
| +checkUnnamed2813(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1256() {
|
| +buildUnnamed2814() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1256(core.List<core.String> o) {
|
| +checkUnnamed2814(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1257() {
|
| +buildUnnamed2815() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1257(core.List<core.String> o) {
|
| +checkUnnamed2815(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1258() {
|
| +buildUnnamed2816() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1258(core.List<core.String> o) {
|
| +checkUnnamed2816(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1259() {
|
| +buildUnnamed2817() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1259(core.List<core.String> o) {
|
| +checkUnnamed2817(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1260() {
|
| +buildUnnamed2818() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1260(core.List<core.String> o) {
|
| +checkUnnamed2818(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1261() {
|
| +buildUnnamed2819() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1261(core.List<core.String> o) {
|
| +checkUnnamed2819(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1262() {
|
| +buildUnnamed2820() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1262(core.List<core.String> o) {
|
| +checkUnnamed2820(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1263() {
|
| +buildUnnamed2821() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1263(core.List<core.String> o) {
|
| +checkUnnamed2821(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1264() {
|
| +buildUnnamed2822() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1264(core.List<core.String> o) {
|
| +checkUnnamed2822(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1265() {
|
| +buildUnnamed2823() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1265(core.List<core.String> o) {
|
| +checkUnnamed2823(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1266() {
|
| +buildUnnamed2824() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1266(core.List<core.String> o) {
|
| +checkUnnamed2824(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1267() {
|
| +buildUnnamed2825() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1267(core.List<core.String> o) {
|
| +checkUnnamed2825(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1268() {
|
| +buildUnnamed2826() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1268(core.List<core.String> o) {
|
| +checkUnnamed2826(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1269() {
|
| +buildUnnamed2827() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1269(core.List<core.String> o) {
|
| +checkUnnamed2827(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1270() {
|
| +buildUnnamed2828() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1270(core.List<core.String> o) {
|
| +checkUnnamed2828(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1271() {
|
| +buildUnnamed2829() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1271(core.List<core.String> o) {
|
| +checkUnnamed2829(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1272() {
|
| +buildUnnamed2830() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1272(core.List<core.String> o) {
|
| +checkUnnamed2830(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1273() {
|
| +buildUnnamed2831() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1273(core.List<core.String> o) {
|
| +checkUnnamed2831(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1274() {
|
| +buildUnnamed2832() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1274(core.List<core.String> o) {
|
| +checkUnnamed2832(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1275() {
|
| +buildUnnamed2833() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1275(core.List<core.String> o) {
|
| +checkUnnamed2833(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1276() {
|
| +buildUnnamed2834() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1276(core.List<core.String> o) {
|
| +checkUnnamed2834(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1277() {
|
| +buildUnnamed2835() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1277(core.List<core.String> o) {
|
| +checkUnnamed2835(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1278() {
|
| +buildUnnamed2836() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1278(core.List<core.String> o) {
|
| +checkUnnamed2836(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1279() {
|
| +buildUnnamed2837() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1279(core.List<core.String> o) {
|
| +checkUnnamed2837(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1280() {
|
| +buildUnnamed2838() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1280(core.List<core.String> o) {
|
| +checkUnnamed2838(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1281() {
|
| +buildUnnamed2839() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1281(core.List<core.String> o) {
|
| +checkUnnamed2839(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1282() {
|
| +buildUnnamed2840() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1282(core.List<core.String> o) {
|
| +checkUnnamed2840(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1283() {
|
| +buildUnnamed2841() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1283(core.List<core.String> o) {
|
| +checkUnnamed2841(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1284() {
|
| +buildUnnamed2842() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1284(core.List<core.String> o) {
|
| +checkUnnamed2842(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1285() {
|
| +buildUnnamed2843() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1285(core.List<core.String> o) {
|
| +checkUnnamed2843(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1286() {
|
| +buildUnnamed2844() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1286(core.List<core.String> o) {
|
| +checkUnnamed2844(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1287() {
|
| +buildUnnamed2845() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1287(core.List<core.String> o) {
|
| +checkUnnamed2845(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1288() {
|
| +buildUnnamed2846() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1288(core.List<core.String> o) {
|
| +checkUnnamed2846(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1289() {
|
| +buildUnnamed2847() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1289(core.List<core.String> o) {
|
| +checkUnnamed2847(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1290() {
|
| +buildUnnamed2848() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1290(core.List<core.String> o) {
|
| +checkUnnamed2848(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1291() {
|
| +buildUnnamed2849() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1291(core.List<core.String> o) {
|
| +checkUnnamed2849(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1292() {
|
| +buildUnnamed2850() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1292(core.List<core.String> o) {
|
| +checkUnnamed2850(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -11255,7 +11255,7 @@ main() {
|
| api.AccountUserProfilesResourceApi res = new api.DfareportingApi(mock).accountUserProfiles;
|
| var arg_profileId = "foo";
|
| var arg_active = true;
|
| - var arg_ids = buildUnnamed1207();
|
| + var arg_ids = buildUnnamed2765();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -11503,7 +11503,7 @@ main() {
|
| api.AccountsResourceApi res = new api.DfareportingApi(mock).accounts;
|
| var arg_profileId = "foo";
|
| var arg_active = true;
|
| - var arg_ids = buildUnnamed1208();
|
| + var arg_ids = buildUnnamed2766();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -11806,27 +11806,27 @@ main() {
|
| var arg_active = true;
|
| var arg_advertiserId = "foo";
|
| var arg_archived = true;
|
| - var arg_audienceSegmentIds = buildUnnamed1209();
|
| - var arg_campaignIds = buildUnnamed1210();
|
| + var arg_audienceSegmentIds = buildUnnamed2767();
|
| + var arg_campaignIds = buildUnnamed2768();
|
| var arg_compatibility = "foo";
|
| - var arg_creativeIds = buildUnnamed1211();
|
| - var arg_creativeOptimizationConfigurationIds = buildUnnamed1212();
|
| + var arg_creativeIds = buildUnnamed2769();
|
| + var arg_creativeOptimizationConfigurationIds = buildUnnamed2770();
|
| var arg_creativeType = "foo";
|
| var arg_dynamicClickTracker = true;
|
| - var arg_ids = buildUnnamed1213();
|
| - var arg_landingPageIds = buildUnnamed1214();
|
| + var arg_ids = buildUnnamed2771();
|
| + var arg_landingPageIds = buildUnnamed2772();
|
| var arg_maxResults = 42;
|
| var arg_overriddenEventTagId = "foo";
|
| var arg_pageToken = "foo";
|
| - var arg_placementIds = buildUnnamed1215();
|
| - var arg_remarketingListIds = buildUnnamed1216();
|
| + var arg_placementIds = buildUnnamed2773();
|
| + var arg_remarketingListIds = buildUnnamed2774();
|
| var arg_searchString = "foo";
|
| - var arg_sizeIds = buildUnnamed1217();
|
| + var arg_sizeIds = buildUnnamed2775();
|
| var arg_sortField = "foo";
|
| var arg_sortOrder = "foo";
|
| var arg_sslCompliant = true;
|
| var arg_sslRequired = true;
|
| - var arg_type = buildUnnamed1218();
|
| + var arg_type = buildUnnamed2776();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -12193,7 +12193,7 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.AdvertiserGroupsResourceApi res = new api.DfareportingApi(mock).advertiserGroups;
|
| var arg_profileId = "foo";
|
| - var arg_ids = buildUnnamed1219();
|
| + var arg_ids = buildUnnamed2777();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -12492,9 +12492,9 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.AdvertisersResourceApi res = new api.DfareportingApi(mock).advertisers;
|
| var arg_profileId = "foo";
|
| - var arg_advertiserGroupIds = buildUnnamed1220();
|
| - var arg_floodlightConfigurationIds = buildUnnamed1221();
|
| - var arg_ids = buildUnnamed1222();
|
| + var arg_advertiserGroupIds = buildUnnamed2778();
|
| + var arg_floodlightConfigurationIds = buildUnnamed2779();
|
| + var arg_ids = buildUnnamed2780();
|
| var arg_includeAdvertisersWithoutGroupsOnly = true;
|
| var arg_maxResults = 42;
|
| var arg_onlyParent = true;
|
| @@ -13000,12 +13000,12 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.CampaignsResourceApi res = new api.DfareportingApi(mock).campaigns;
|
| var arg_profileId = "foo";
|
| - var arg_advertiserGroupIds = buildUnnamed1223();
|
| - var arg_advertiserIds = buildUnnamed1224();
|
| + var arg_advertiserGroupIds = buildUnnamed2781();
|
| + var arg_advertiserIds = buildUnnamed2782();
|
| var arg_archived = true;
|
| var arg_atLeastOneOptimizationActivity = true;
|
| - var arg_excludedIds = buildUnnamed1225();
|
| - var arg_ids = buildUnnamed1226();
|
| + var arg_excludedIds = buildUnnamed2783();
|
| + var arg_ids = buildUnnamed2784();
|
| var arg_maxResults = 42;
|
| var arg_overriddenEventTagId = "foo";
|
| var arg_pageToken = "foo";
|
| @@ -13257,15 +13257,15 @@ main() {
|
| api.ChangeLogsResourceApi res = new api.DfareportingApi(mock).changeLogs;
|
| var arg_profileId = "foo";
|
| var arg_action = "foo";
|
| - var arg_ids = buildUnnamed1227();
|
| + var arg_ids = buildUnnamed2785();
|
| var arg_maxChangeTime = "foo";
|
| var arg_maxResults = 42;
|
| var arg_minChangeTime = "foo";
|
| - var arg_objectIds = buildUnnamed1228();
|
| + var arg_objectIds = buildUnnamed2786();
|
| var arg_objectType = "foo";
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| - var arg_userProfileIds = buildUnnamed1229();
|
| + var arg_userProfileIds = buildUnnamed2787();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -13333,10 +13333,10 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.CitiesResourceApi res = new api.DfareportingApi(mock).cities;
|
| var arg_profileId = "foo";
|
| - var arg_countryDartIds = buildUnnamed1230();
|
| - var arg_dartIds = buildUnnamed1231();
|
| + var arg_countryDartIds = buildUnnamed2788();
|
| + var arg_dartIds = buildUnnamed2789();
|
| var arg_namePrefix = "foo";
|
| - var arg_regionDartIds = buildUnnamed1232();
|
| + var arg_regionDartIds = buildUnnamed2790();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -13681,7 +13681,7 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.ContentCategoriesResourceApi res = new api.DfareportingApi(mock).contentCategories;
|
| var arg_profileId = "foo";
|
| - var arg_ids = buildUnnamed1233();
|
| + var arg_ids = buildUnnamed2791();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -14245,7 +14245,7 @@ main() {
|
| api.CreativeFieldValuesResourceApi res = new api.DfareportingApi(mock).creativeFieldValues;
|
| var arg_profileId = "foo";
|
| var arg_creativeFieldId = "foo";
|
| - var arg_ids = buildUnnamed1234();
|
| + var arg_ids = buildUnnamed2792();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -14622,8 +14622,8 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.CreativeFieldsResourceApi res = new api.DfareportingApi(mock).creativeFields;
|
| var arg_profileId = "foo";
|
| - var arg_advertiserIds = buildUnnamed1235();
|
| - var arg_ids = buildUnnamed1236();
|
| + var arg_advertiserIds = buildUnnamed2793();
|
| + var arg_ids = buildUnnamed2794();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -14923,9 +14923,9 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.CreativeGroupsResourceApi res = new api.DfareportingApi(mock).creativeGroups;
|
| var arg_profileId = "foo";
|
| - var arg_advertiserIds = buildUnnamed1237();
|
| + var arg_advertiserIds = buildUnnamed2795();
|
| var arg_groupNumber = 42;
|
| - var arg_ids = buildUnnamed1238();
|
| + var arg_ids = buildUnnamed2796();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -15230,18 +15230,18 @@ main() {
|
| var arg_advertiserId = "foo";
|
| var arg_archived = true;
|
| var arg_campaignId = "foo";
|
| - var arg_companionCreativeIds = buildUnnamed1239();
|
| - var arg_creativeFieldIds = buildUnnamed1240();
|
| - var arg_ids = buildUnnamed1241();
|
| + var arg_companionCreativeIds = buildUnnamed2797();
|
| + var arg_creativeFieldIds = buildUnnamed2798();
|
| + var arg_ids = buildUnnamed2799();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| - var arg_renderingIds = buildUnnamed1242();
|
| + var arg_renderingIds = buildUnnamed2800();
|
| var arg_searchString = "foo";
|
| - var arg_sizeIds = buildUnnamed1243();
|
| + var arg_sizeIds = buildUnnamed2801();
|
| var arg_sortField = "foo";
|
| var arg_sortOrder = "foo";
|
| var arg_studioCreativeId = "foo";
|
| - var arg_types = buildUnnamed1244();
|
| + var arg_types = buildUnnamed2802();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -15553,8 +15553,8 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.DirectorySiteContactsResourceApi res = new api.DfareportingApi(mock).directorySiteContacts;
|
| var arg_profileId = "foo";
|
| - var arg_directorySiteIds = buildUnnamed1245();
|
| - var arg_ids = buildUnnamed1246();
|
| + var arg_directorySiteIds = buildUnnamed2803();
|
| + var arg_ids = buildUnnamed2804();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -15744,7 +15744,7 @@ main() {
|
| var arg_active = true;
|
| var arg_countryId = "foo";
|
| var arg_dfpNetworkCode = "foo";
|
| - var arg_ids = buildUnnamed1247();
|
| + var arg_ids = buildUnnamed2805();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_parentId = "foo";
|
| @@ -15995,8 +15995,8 @@ main() {
|
| var arg_campaignId = "foo";
|
| var arg_definitionsOnly = true;
|
| var arg_enabled = true;
|
| - var arg_eventTagTypes = buildUnnamed1248();
|
| - var arg_ids = buildUnnamed1249();
|
| + var arg_eventTagTypes = buildUnnamed2806();
|
| + var arg_ids = buildUnnamed2807();
|
| var arg_searchString = "foo";
|
| var arg_sortField = "foo";
|
| var arg_sortOrder = "foo";
|
| @@ -16534,12 +16534,12 @@ main() {
|
| api.FloodlightActivitiesResourceApi res = new api.DfareportingApi(mock).floodlightActivities;
|
| var arg_profileId = "foo";
|
| var arg_advertiserId = "foo";
|
| - var arg_floodlightActivityGroupIds = buildUnnamed1250();
|
| + var arg_floodlightActivityGroupIds = buildUnnamed2808();
|
| var arg_floodlightActivityGroupName = "foo";
|
| var arg_floodlightActivityGroupTagString = "foo";
|
| var arg_floodlightActivityGroupType = "foo";
|
| var arg_floodlightConfigurationId = "foo";
|
| - var arg_ids = buildUnnamed1251();
|
| + var arg_ids = buildUnnamed2809();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -16903,7 +16903,7 @@ main() {
|
| var arg_profileId = "foo";
|
| var arg_advertiserId = "foo";
|
| var arg_floodlightConfigurationId = "foo";
|
| - var arg_ids = buildUnnamed1252();
|
| + var arg_ids = buildUnnamed2810();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -17149,7 +17149,7 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.FloodlightConfigurationsResourceApi res = new api.DfareportingApi(mock).floodlightConfigurations;
|
| var arg_profileId = "foo";
|
| - var arg_ids = buildUnnamed1253();
|
| + var arg_ids = buildUnnamed2811();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -17390,12 +17390,12 @@ main() {
|
| api.InventoryItemsResourceApi res = new api.DfareportingApi(mock).inventoryItems;
|
| var arg_profileId = "foo";
|
| var arg_projectId = "foo";
|
| - var arg_ids = buildUnnamed1254();
|
| + var arg_ids = buildUnnamed2812();
|
| var arg_inPlan = true;
|
| var arg_maxResults = 42;
|
| - var arg_orderId = buildUnnamed1255();
|
| + var arg_orderId = buildUnnamed2813();
|
| var arg_pageToken = "foo";
|
| - var arg_siteId = buildUnnamed1256();
|
| + var arg_siteId = buildUnnamed2814();
|
| var arg_sortField = "foo";
|
| var arg_sortOrder = "foo";
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| @@ -18326,12 +18326,12 @@ main() {
|
| var arg_profileId = "foo";
|
| var arg_projectId = "foo";
|
| var arg_approved = true;
|
| - var arg_ids = buildUnnamed1257();
|
| + var arg_ids = buildUnnamed2815();
|
| var arg_maxResults = 42;
|
| - var arg_orderId = buildUnnamed1258();
|
| + var arg_orderId = buildUnnamed2816();
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| - var arg_siteId = buildUnnamed1259();
|
| + var arg_siteId = buildUnnamed2817();
|
| var arg_sortField = "foo";
|
| var arg_sortOrder = "foo";
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| @@ -18473,11 +18473,11 @@ main() {
|
| api.OrdersResourceApi res = new api.DfareportingApi(mock).orders;
|
| var arg_profileId = "foo";
|
| var arg_projectId = "foo";
|
| - var arg_ids = buildUnnamed1260();
|
| + var arg_ids = buildUnnamed2818();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| - var arg_siteId = buildUnnamed1261();
|
| + var arg_siteId = buildUnnamed2819();
|
| var arg_sortField = "foo";
|
| var arg_sortOrder = "foo";
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| @@ -18665,12 +18665,12 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.PlacementGroupsResourceApi res = new api.DfareportingApi(mock).placementGroups;
|
| var arg_profileId = "foo";
|
| - var arg_advertiserIds = buildUnnamed1262();
|
| + var arg_advertiserIds = buildUnnamed2820();
|
| var arg_archived = true;
|
| - var arg_campaignIds = buildUnnamed1263();
|
| - var arg_contentCategoryIds = buildUnnamed1264();
|
| - var arg_directorySiteIds = buildUnnamed1265();
|
| - var arg_ids = buildUnnamed1266();
|
| + var arg_campaignIds = buildUnnamed2821();
|
| + var arg_contentCategoryIds = buildUnnamed2822();
|
| + var arg_directorySiteIds = buildUnnamed2823();
|
| + var arg_ids = buildUnnamed2824();
|
| var arg_maxEndDate = "foo";
|
| var arg_maxResults = 42;
|
| var arg_maxStartDate = "foo";
|
| @@ -18678,10 +18678,10 @@ main() {
|
| var arg_minStartDate = "foo";
|
| var arg_pageToken = "foo";
|
| var arg_placementGroupType = "foo";
|
| - var arg_placementStrategyIds = buildUnnamed1267();
|
| - var arg_pricingTypes = buildUnnamed1268();
|
| + var arg_placementStrategyIds = buildUnnamed2825();
|
| + var arg_pricingTypes = buildUnnamed2826();
|
| var arg_searchString = "foo";
|
| - var arg_siteIds = buildUnnamed1269();
|
| + var arg_siteIds = buildUnnamed2827();
|
| var arg_sortField = "foo";
|
| var arg_sortOrder = "foo";
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| @@ -19045,7 +19045,7 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.PlacementStrategiesResourceApi res = new api.DfareportingApi(mock).placementStrategies;
|
| var arg_profileId = "foo";
|
| - var arg_ids = buildUnnamed1270();
|
| + var arg_ids = buildUnnamed2828();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -19231,8 +19231,8 @@ main() {
|
| api.PlacementsResourceApi res = new api.DfareportingApi(mock).placements;
|
| var arg_profileId = "foo";
|
| var arg_campaignId = "foo";
|
| - var arg_placementIds = buildUnnamed1271();
|
| - var arg_tagFormats = buildUnnamed1272();
|
| + var arg_placementIds = buildUnnamed2829();
|
| + var arg_tagFormats = buildUnnamed2830();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -19403,14 +19403,14 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.PlacementsResourceApi res = new api.DfareportingApi(mock).placements;
|
| var arg_profileId = "foo";
|
| - var arg_advertiserIds = buildUnnamed1273();
|
| + var arg_advertiserIds = buildUnnamed2831();
|
| var arg_archived = true;
|
| - var arg_campaignIds = buildUnnamed1274();
|
| - var arg_compatibilities = buildUnnamed1275();
|
| - var arg_contentCategoryIds = buildUnnamed1276();
|
| - var arg_directorySiteIds = buildUnnamed1277();
|
| - var arg_groupIds = buildUnnamed1278();
|
| - var arg_ids = buildUnnamed1279();
|
| + var arg_campaignIds = buildUnnamed2832();
|
| + var arg_compatibilities = buildUnnamed2833();
|
| + var arg_contentCategoryIds = buildUnnamed2834();
|
| + var arg_directorySiteIds = buildUnnamed2835();
|
| + var arg_groupIds = buildUnnamed2836();
|
| + var arg_ids = buildUnnamed2837();
|
| var arg_maxEndDate = "foo";
|
| var arg_maxResults = 42;
|
| var arg_maxStartDate = "foo";
|
| @@ -19418,11 +19418,11 @@ main() {
|
| var arg_minStartDate = "foo";
|
| var arg_pageToken = "foo";
|
| var arg_paymentSource = "foo";
|
| - var arg_placementStrategyIds = buildUnnamed1280();
|
| - var arg_pricingTypes = buildUnnamed1281();
|
| + var arg_placementStrategyIds = buildUnnamed2838();
|
| + var arg_pricingTypes = buildUnnamed2839();
|
| var arg_searchString = "foo";
|
| - var arg_siteIds = buildUnnamed1282();
|
| - var arg_sizeIds = buildUnnamed1283();
|
| + var arg_siteIds = buildUnnamed2840();
|
| + var arg_sizeIds = buildUnnamed2841();
|
| var arg_sortField = "foo";
|
| var arg_sortOrder = "foo";
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| @@ -19905,8 +19905,8 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.ProjectsResourceApi res = new api.DfareportingApi(mock).projects;
|
| var arg_profileId = "foo";
|
| - var arg_advertiserIds = buildUnnamed1284();
|
| - var arg_ids = buildUnnamed1285();
|
| + var arg_advertiserIds = buildUnnamed2842();
|
| + var arg_ids = buildUnnamed2843();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -21254,9 +21254,9 @@ main() {
|
| var arg_acceptsPublisherPaidPlacements = true;
|
| var arg_adWordsSite = true;
|
| var arg_approved = true;
|
| - var arg_campaignIds = buildUnnamed1286();
|
| - var arg_directorySiteIds = buildUnnamed1287();
|
| - var arg_ids = buildUnnamed1288();
|
| + var arg_campaignIds = buildUnnamed2844();
|
| + var arg_directorySiteIds = buildUnnamed2845();
|
| + var arg_ids = buildUnnamed2846();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -21568,7 +21568,7 @@ main() {
|
| var arg_profileId = "foo";
|
| var arg_height = 42;
|
| var arg_iabStandard = true;
|
| - var arg_ids = buildUnnamed1289();
|
| + var arg_ids = buildUnnamed2847();
|
| var arg_width = 42;
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| @@ -21745,7 +21745,7 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.SubaccountsResourceApi res = new api.DfareportingApi(mock).subaccounts;
|
| var arg_profileId = "foo";
|
| - var arg_ids = buildUnnamed1290();
|
| + var arg_ids = buildUnnamed2848();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -22327,7 +22327,7 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.UserRolePermissionsResourceApi res = new api.DfareportingApi(mock).userRolePermissions;
|
| var arg_profileId = "foo";
|
| - var arg_ids = buildUnnamed1291();
|
| + var arg_ids = buildUnnamed2849();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -22556,7 +22556,7 @@ main() {
|
| api.UserRolesResourceApi res = new api.DfareportingApi(mock).userRoles;
|
| var arg_profileId = "foo";
|
| var arg_accountUserRoleOnly = true;
|
| - var arg_ids = buildUnnamed1292();
|
| + var arg_ids = buildUnnamed2850();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
|
|