| Index: generated/googleapis_beta/test/dfareporting/v2_5beta1_test.dart
|
| diff --git a/generated/googleapis_beta/test/dfareporting/v2_5beta1_test.dart b/generated/googleapis_beta/test/dfareporting/v2_5beta1_test.dart
|
| index 4dc47be6b6e8f4f454ba8c46535f0b76078adebd..6b344f8972e06fadfb052e52cd4f667e9eaf334b 100644
|
| --- a/generated/googleapis_beta/test/dfareporting/v2_5beta1_test.dart
|
| +++ b/generated/googleapis_beta/test/dfareporting/v2_5beta1_test.dart
|
| @@ -51,27 +51,27 @@ http.StreamedResponse stringResponse(
|
| return new http.StreamedResponse(stream, status, headers: headers);
|
| }
|
|
|
| -buildUnnamed3588() {
|
| +buildUnnamed3299() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3588(core.List<core.String> o) {
|
| +checkUnnamed3299(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3589() {
|
| +buildUnnamed3300() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3589(core.List<core.String> o) {
|
| +checkUnnamed3300(core.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 = buildUnnamed3588();
|
| + o.accountPermissionIds = buildUnnamed3299();
|
| o.accountProfile = "foo";
|
| o.active = true;
|
| o.activeAdsLimitTier = "foo";
|
| o.activeViewOptOut = true;
|
| - o.availablePermissionIds = buildUnnamed3589();
|
| + o.availablePermissionIds = buildUnnamed3300();
|
| o.comscoreVceEnabled = true;
|
| o.countryId = "foo";
|
| o.currencyId = "foo";
|
| @@ -109,12 +109,12 @@ buildAccount() {
|
| checkAccount(api.Account o) {
|
| buildCounterAccount++;
|
| if (buildCounterAccount < 3) {
|
| - checkUnnamed3588(o.accountPermissionIds);
|
| + checkUnnamed3299(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);
|
| - checkUnnamed3589(o.availablePermissionIds);
|
| + checkUnnamed3300(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--;
|
| }
|
|
|
| -buildUnnamed3590() {
|
| +buildUnnamed3301() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3590(core.List<core.String> o) {
|
| +checkUnnamed3301(core.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 = buildUnnamed3590();
|
| + o.accountProfiles = buildUnnamed3301();
|
| o.id = "foo";
|
| o.kind = "foo";
|
| o.level = "foo";
|
| @@ -191,7 +191,7 @@ buildAccountPermission() {
|
| checkAccountPermission(api.AccountPermission o) {
|
| buildCounterAccountPermission++;
|
| if (buildCounterAccountPermission < 3) {
|
| - checkUnnamed3590(o.accountProfiles);
|
| + checkUnnamed3301(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--;
|
| }
|
|
|
| -buildUnnamed3591() {
|
| +buildUnnamed3302() {
|
| var o = new core.List<api.AccountPermissionGroup>();
|
| o.add(buildAccountPermissionGroup());
|
| o.add(buildAccountPermissionGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3591(core.List<api.AccountPermissionGroup> o) {
|
| +checkUnnamed3302(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 = buildUnnamed3591();
|
| + o.accountPermissionGroups = buildUnnamed3302();
|
| o.kind = "foo";
|
| }
|
| buildCounterAccountPermissionGroupsListResponse--;
|
| @@ -252,20 +252,20 @@ buildAccountPermissionGroupsListResponse() {
|
| checkAccountPermissionGroupsListResponse(api.AccountPermissionGroupsListResponse o) {
|
| buildCounterAccountPermissionGroupsListResponse++;
|
| if (buildCounterAccountPermissionGroupsListResponse < 3) {
|
| - checkUnnamed3591(o.accountPermissionGroups);
|
| + checkUnnamed3302(o.accountPermissionGroups);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterAccountPermissionGroupsListResponse--;
|
| }
|
|
|
| -buildUnnamed3592() {
|
| +buildUnnamed3303() {
|
| var o = new core.List<api.AccountPermission>();
|
| o.add(buildAccountPermission());
|
| o.add(buildAccountPermission());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3592(core.List<api.AccountPermission> o) {
|
| +checkUnnamed3303(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 = buildUnnamed3592();
|
| + o.accountPermissions = buildUnnamed3303();
|
| o.kind = "foo";
|
| }
|
| buildCounterAccountPermissionsListResponse--;
|
| @@ -286,7 +286,7 @@ buildAccountPermissionsListResponse() {
|
| checkAccountPermissionsListResponse(api.AccountPermissionsListResponse o) {
|
| buildCounterAccountPermissionsListResponse++;
|
| if (buildCounterAccountPermissionsListResponse < 3) {
|
| - checkUnnamed3592(o.accountPermissions);
|
| + checkUnnamed3303(o.accountPermissions);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterAccountPermissionsListResponse--;
|
| @@ -341,14 +341,14 @@ checkAccountUserProfile(api.AccountUserProfile o) {
|
| buildCounterAccountUserProfile--;
|
| }
|
|
|
| -buildUnnamed3593() {
|
| +buildUnnamed3304() {
|
| var o = new core.List<api.AccountUserProfile>();
|
| o.add(buildAccountUserProfile());
|
| o.add(buildAccountUserProfile());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3593(core.List<api.AccountUserProfile> o) {
|
| +checkUnnamed3304(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 = buildUnnamed3593();
|
| + o.accountUserProfiles = buildUnnamed3304();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -370,21 +370,21 @@ buildAccountUserProfilesListResponse() {
|
| checkAccountUserProfilesListResponse(api.AccountUserProfilesListResponse o) {
|
| buildCounterAccountUserProfilesListResponse++;
|
| if (buildCounterAccountUserProfilesListResponse < 3) {
|
| - checkUnnamed3593(o.accountUserProfiles);
|
| + checkUnnamed3304(o.accountUserProfiles);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterAccountUserProfilesListResponse--;
|
| }
|
|
|
| -buildUnnamed3594() {
|
| +buildUnnamed3305() {
|
| var o = new core.List<api.Account>();
|
| o.add(buildAccount());
|
| o.add(buildAccount());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3594(core.List<api.Account> o) {
|
| +checkUnnamed3305(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 = buildUnnamed3594();
|
| + o.accounts = buildUnnamed3305();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -406,34 +406,34 @@ buildAccountsListResponse() {
|
| checkAccountsListResponse(api.AccountsListResponse o) {
|
| buildCounterAccountsListResponse++;
|
| if (buildCounterAccountsListResponse < 3) {
|
| - checkUnnamed3594(o.accounts);
|
| + checkUnnamed3305(o.accounts);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterAccountsListResponse--;
|
| }
|
|
|
| -buildUnnamed3595() {
|
| +buildUnnamed3306() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3595(core.List<api.DimensionValue> o) {
|
| +checkUnnamed3306(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed3596() {
|
| +buildUnnamed3307() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3596(core.List<core.String> o) {
|
| +checkUnnamed3307(core.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 = buildUnnamed3595();
|
| + o.filters = buildUnnamed3306();
|
| o.kind = "foo";
|
| - o.metricNames = buildUnnamed3596();
|
| + o.metricNames = buildUnnamed3307();
|
| }
|
| buildCounterActivities--;
|
| return o;
|
| @@ -455,47 +455,47 @@ buildActivities() {
|
| checkActivities(api.Activities o) {
|
| buildCounterActivities++;
|
| if (buildCounterActivities < 3) {
|
| - checkUnnamed3595(o.filters);
|
| + checkUnnamed3306(o.filters);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed3596(o.metricNames);
|
| + checkUnnamed3307(o.metricNames);
|
| }
|
| buildCounterActivities--;
|
| }
|
|
|
| -buildUnnamed3597() {
|
| +buildUnnamed3308() {
|
| var o = new core.List<api.CreativeGroupAssignment>();
|
| o.add(buildCreativeGroupAssignment());
|
| o.add(buildCreativeGroupAssignment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3597(core.List<api.CreativeGroupAssignment> o) {
|
| +checkUnnamed3308(core.List<api.CreativeGroupAssignment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeGroupAssignment(o[0]);
|
| checkCreativeGroupAssignment(o[1]);
|
| }
|
|
|
| -buildUnnamed3598() {
|
| +buildUnnamed3309() {
|
| var o = new core.List<api.EventTagOverride>();
|
| o.add(buildEventTagOverride());
|
| o.add(buildEventTagOverride());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3598(core.List<api.EventTagOverride> o) {
|
| +checkUnnamed3309(core.List<api.EventTagOverride> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEventTagOverride(o[0]);
|
| checkEventTagOverride(o[1]);
|
| }
|
|
|
| -buildUnnamed3599() {
|
| +buildUnnamed3310() {
|
| var o = new core.List<api.PlacementAssignment>();
|
| o.add(buildPlacementAssignment());
|
| o.add(buildPlacementAssignment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3599(core.List<api.PlacementAssignment> o) {
|
| +checkUnnamed3310(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 = buildUnnamed3597();
|
| + o.creativeGroupAssignments = buildUnnamed3308();
|
| 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 = buildUnnamed3598();
|
| + o.eventTagOverrides = buildUnnamed3309();
|
| 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 = buildUnnamed3599();
|
| + o.placementAssignments = buildUnnamed3310();
|
| 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);
|
| - checkUnnamed3597(o.creativeGroupAssignments);
|
| + checkUnnamed3308(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")));
|
| - checkUnnamed3598(o.eventTagOverrides);
|
| + checkUnnamed3309(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'));
|
| - checkUnnamed3599(o.placementAssignments);
|
| + checkUnnamed3310(o.placementAssignments);
|
| checkListTargetingExpression(o.remarketingListExpression);
|
| checkSize(o.size);
|
| unittest.expect(o.sslCompliant, unittest.isTrue);
|
| @@ -625,14 +625,14 @@ checkAdSlot(api.AdSlot o) {
|
| buildCounterAdSlot--;
|
| }
|
|
|
| -buildUnnamed3600() {
|
| +buildUnnamed3311() {
|
| var o = new core.List<api.Ad>();
|
| o.add(buildAd());
|
| o.add(buildAd());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3600(core.List<api.Ad> o) {
|
| +checkUnnamed3311(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 = buildUnnamed3600();
|
| + o.ads = buildUnnamed3311();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -654,7 +654,7 @@ buildAdsListResponse() {
|
| checkAdsListResponse(api.AdsListResponse o) {
|
| buildCounterAdsListResponse++;
|
| if (buildCounterAdsListResponse < 3) {
|
| - checkUnnamed3600(o.ads);
|
| + checkUnnamed3311(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--;
|
| }
|
|
|
| -buildUnnamed3601() {
|
| +buildUnnamed3312() {
|
| var o = new core.List<api.AdvertiserGroup>();
|
| o.add(buildAdvertiserGroup());
|
| o.add(buildAdvertiserGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3601(core.List<api.AdvertiserGroup> o) {
|
| +checkUnnamed3312(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 = buildUnnamed3601();
|
| + o.advertiserGroups = buildUnnamed3312();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -762,21 +762,21 @@ buildAdvertiserGroupsListResponse() {
|
| checkAdvertiserGroupsListResponse(api.AdvertiserGroupsListResponse o) {
|
| buildCounterAdvertiserGroupsListResponse++;
|
| if (buildCounterAdvertiserGroupsListResponse < 3) {
|
| - checkUnnamed3601(o.advertiserGroups);
|
| + checkUnnamed3312(o.advertiserGroups);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterAdvertiserGroupsListResponse--;
|
| }
|
|
|
| -buildUnnamed3602() {
|
| +buildUnnamed3313() {
|
| var o = new core.List<api.Advertiser>();
|
| o.add(buildAdvertiser());
|
| o.add(buildAdvertiser());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3602(core.List<api.Advertiser> o) {
|
| +checkUnnamed3313(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 = buildUnnamed3602();
|
| + o.advertisers = buildUnnamed3313();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -798,7 +798,7 @@ buildAdvertisersListResponse() {
|
| checkAdvertisersListResponse(api.AdvertisersListResponse o) {
|
| buildCounterAdvertisersListResponse++;
|
| if (buildCounterAdvertisersListResponse < 3) {
|
| - checkUnnamed3602(o.advertisers);
|
| + checkUnnamed3313(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--;
|
| }
|
|
|
| -buildUnnamed3603() {
|
| +buildUnnamed3314() {
|
| var o = new core.List<api.AudienceSegment>();
|
| o.add(buildAudienceSegment());
|
| o.add(buildAudienceSegment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3603(core.List<api.AudienceSegment> o) {
|
| +checkUnnamed3314(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 = buildUnnamed3603();
|
| + o.audienceSegments = buildUnnamed3314();
|
| o.id = "foo";
|
| o.name = "foo";
|
| }
|
| @@ -857,7 +857,7 @@ buildAudienceSegmentGroup() {
|
| checkAudienceSegmentGroup(api.AudienceSegmentGroup o) {
|
| buildCounterAudienceSegmentGroup++;
|
| if (buildCounterAudienceSegmentGroup < 3) {
|
| - checkUnnamed3603(o.audienceSegments);
|
| + checkUnnamed3314(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--;
|
| }
|
|
|
| -buildUnnamed3604() {
|
| +buildUnnamed3315() {
|
| var o = new core.List<api.Browser>();
|
| o.add(buildBrowser());
|
| o.add(buildBrowser());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3604(core.List<api.Browser> o) {
|
| +checkUnnamed3315(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 = buildUnnamed3604();
|
| + o.browsers = buildUnnamed3315();
|
| o.kind = "foo";
|
| }
|
| buildCounterBrowsersListResponse--;
|
| @@ -921,72 +921,72 @@ buildBrowsersListResponse() {
|
| checkBrowsersListResponse(api.BrowsersListResponse o) {
|
| buildCounterBrowsersListResponse++;
|
| if (buildCounterBrowsersListResponse < 3) {
|
| - checkUnnamed3604(o.browsers);
|
| + checkUnnamed3315(o.browsers);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterBrowsersListResponse--;
|
| }
|
|
|
| -buildUnnamed3605() {
|
| +buildUnnamed3316() {
|
| var o = new core.List<api.CreativeOptimizationConfiguration>();
|
| o.add(buildCreativeOptimizationConfiguration());
|
| o.add(buildCreativeOptimizationConfiguration());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3605(core.List<api.CreativeOptimizationConfiguration> o) {
|
| +checkUnnamed3316(core.List<api.CreativeOptimizationConfiguration> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeOptimizationConfiguration(o[0]);
|
| checkCreativeOptimizationConfiguration(o[1]);
|
| }
|
|
|
| -buildUnnamed3606() {
|
| +buildUnnamed3317() {
|
| var o = new core.List<api.AudienceSegmentGroup>();
|
| o.add(buildAudienceSegmentGroup());
|
| o.add(buildAudienceSegmentGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3606(core.List<api.AudienceSegmentGroup> o) {
|
| +checkUnnamed3317(core.List<api.AudienceSegmentGroup> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAudienceSegmentGroup(o[0]);
|
| checkAudienceSegmentGroup(o[1]);
|
| }
|
|
|
| -buildUnnamed3607() {
|
| +buildUnnamed3318() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3607(core.List<core.String> o) {
|
| +checkUnnamed3318(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3608() {
|
| +buildUnnamed3319() {
|
| var o = new core.List<api.EventTagOverride>();
|
| o.add(buildEventTagOverride());
|
| o.add(buildEventTagOverride());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3608(core.List<api.EventTagOverride> o) {
|
| +checkUnnamed3319(core.List<api.EventTagOverride> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEventTagOverride(o[0]);
|
| checkEventTagOverride(o[1]);
|
| }
|
|
|
| -buildUnnamed3609() {
|
| +buildUnnamed3320() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3609(core.List<core.String> o) {
|
| +checkUnnamed3320(core.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 = buildUnnamed3605();
|
| + o.additionalCreativeOptimizationConfigurations = buildUnnamed3316();
|
| o.advertiserGroupId = "foo";
|
| o.advertiserId = "foo";
|
| o.advertiserIdDimensionValue = buildDimensionValue();
|
| o.archived = true;
|
| - o.audienceSegmentGroups = buildUnnamed3606();
|
| + o.audienceSegmentGroups = buildUnnamed3317();
|
| o.billingInvoiceCode = "foo";
|
| o.clickThroughUrlSuffixProperties = buildClickThroughUrlSuffixProperties();
|
| o.comment = "foo";
|
| o.comscoreVceEnabled = true;
|
| o.createInfo = buildLastModifiedInfo();
|
| - o.creativeGroupIds = buildUnnamed3607();
|
| + o.creativeGroupIds = buildUnnamed3318();
|
| o.creativeOptimizationConfiguration = buildCreativeOptimizationConfiguration();
|
| o.defaultClickThroughEventTagProperties = buildDefaultClickThroughEventTagProperties();
|
| o.endDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| - o.eventTagOverrides = buildUnnamed3608();
|
| + o.eventTagOverrides = buildUnnamed3319();
|
| 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 = buildUnnamed3609();
|
| + o.traffickerEmails = buildUnnamed3320();
|
| }
|
| buildCounterCampaign--;
|
| return o;
|
| @@ -1034,22 +1034,22 @@ checkCampaign(api.Campaign o) {
|
| buildCounterCampaign++;
|
| if (buildCounterCampaign < 3) {
|
| unittest.expect(o.accountId, unittest.equals('foo'));
|
| - checkUnnamed3605(o.additionalCreativeOptimizationConfigurations);
|
| + checkUnnamed3316(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);
|
| - checkUnnamed3606(o.audienceSegmentGroups);
|
| + checkUnnamed3317(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);
|
| - checkUnnamed3607(o.creativeGroupIds);
|
| + checkUnnamed3318(o.creativeGroupIds);
|
| checkCreativeOptimizationConfiguration(o.creativeOptimizationConfiguration);
|
| checkDefaultClickThroughEventTagProperties(o.defaultClickThroughEventTagProperties);
|
| unittest.expect(o.endDate, unittest.equals(core.DateTime.parse("2002-02-27T00:00:00")));
|
| - checkUnnamed3608(o.eventTagOverrides);
|
| + checkUnnamed3319(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'));
|
| - checkUnnamed3609(o.traffickerEmails);
|
| + checkUnnamed3320(o.traffickerEmails);
|
| }
|
| buildCounterCampaign--;
|
| }
|
| @@ -1086,14 +1086,14 @@ checkCampaignCreativeAssociation(api.CampaignCreativeAssociation o) {
|
| buildCounterCampaignCreativeAssociation--;
|
| }
|
|
|
| -buildUnnamed3610() {
|
| +buildUnnamed3321() {
|
| var o = new core.List<api.CampaignCreativeAssociation>();
|
| o.add(buildCampaignCreativeAssociation());
|
| o.add(buildCampaignCreativeAssociation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3610(core.List<api.CampaignCreativeAssociation> o) {
|
| +checkUnnamed3321(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 = buildUnnamed3610();
|
| + o.campaignCreativeAssociations = buildUnnamed3321();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -1115,21 +1115,21 @@ buildCampaignCreativeAssociationsListResponse() {
|
| checkCampaignCreativeAssociationsListResponse(api.CampaignCreativeAssociationsListResponse o) {
|
| buildCounterCampaignCreativeAssociationsListResponse++;
|
| if (buildCounterCampaignCreativeAssociationsListResponse < 3) {
|
| - checkUnnamed3610(o.campaignCreativeAssociations);
|
| + checkUnnamed3321(o.campaignCreativeAssociations);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterCampaignCreativeAssociationsListResponse--;
|
| }
|
|
|
| -buildUnnamed3611() {
|
| +buildUnnamed3322() {
|
| var o = new core.List<api.Campaign>();
|
| o.add(buildCampaign());
|
| o.add(buildCampaign());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3611(core.List<api.Campaign> o) {
|
| +checkUnnamed3322(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 = buildUnnamed3611();
|
| + o.campaigns = buildUnnamed3322();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -1151,7 +1151,7 @@ buildCampaignsListResponse() {
|
| checkCampaignsListResponse(api.CampaignsListResponse o) {
|
| buildCounterCampaignsListResponse++;
|
| if (buildCounterCampaignsListResponse < 3) {
|
| - checkUnnamed3611(o.campaigns);
|
| + checkUnnamed3322(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--;
|
| }
|
|
|
| -buildUnnamed3612() {
|
| +buildUnnamed3323() {
|
| var o = new core.List<api.ChangeLog>();
|
| o.add(buildChangeLog());
|
| o.add(buildChangeLog());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3612(core.List<api.ChangeLog> o) {
|
| +checkUnnamed3323(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 = buildUnnamed3612();
|
| + o.changeLogs = buildUnnamed3323();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -1232,21 +1232,21 @@ buildChangeLogsListResponse() {
|
| checkChangeLogsListResponse(api.ChangeLogsListResponse o) {
|
| buildCounterChangeLogsListResponse++;
|
| if (buildCounterChangeLogsListResponse < 3) {
|
| - checkUnnamed3612(o.changeLogs);
|
| + checkUnnamed3323(o.changeLogs);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterChangeLogsListResponse--;
|
| }
|
|
|
| -buildUnnamed3613() {
|
| +buildUnnamed3324() {
|
| var o = new core.List<api.City>();
|
| o.add(buildCity());
|
| o.add(buildCity());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3613(core.List<api.City> o) {
|
| +checkUnnamed3324(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 = buildUnnamed3613();
|
| + o.cities = buildUnnamed3324();
|
| o.kind = "foo";
|
| }
|
| buildCounterCitiesListResponse--;
|
| @@ -1267,7 +1267,7 @@ buildCitiesListResponse() {
|
| checkCitiesListResponse(api.CitiesListResponse o) {
|
| buildCounterCitiesListResponse++;
|
| if (buildCounterCitiesListResponse < 3) {
|
| - checkUnnamed3613(o.cities);
|
| + checkUnnamed3324(o.cities);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterCitiesListResponse--;
|
| @@ -1450,14 +1450,14 @@ checkConnectionType(api.ConnectionType o) {
|
| buildCounterConnectionType--;
|
| }
|
|
|
| -buildUnnamed3614() {
|
| +buildUnnamed3325() {
|
| var o = new core.List<api.ConnectionType>();
|
| o.add(buildConnectionType());
|
| o.add(buildConnectionType());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3614(core.List<api.ConnectionType> o) {
|
| +checkUnnamed3325(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 = buildUnnamed3614();
|
| + o.connectionTypes = buildUnnamed3325();
|
| o.kind = "foo";
|
| }
|
| buildCounterConnectionTypesListResponse--;
|
| @@ -1478,20 +1478,20 @@ buildConnectionTypesListResponse() {
|
| checkConnectionTypesListResponse(api.ConnectionTypesListResponse o) {
|
| buildCounterConnectionTypesListResponse++;
|
| if (buildCounterConnectionTypesListResponse < 3) {
|
| - checkUnnamed3614(o.connectionTypes);
|
| + checkUnnamed3325(o.connectionTypes);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterConnectionTypesListResponse--;
|
| }
|
|
|
| -buildUnnamed3615() {
|
| +buildUnnamed3326() {
|
| var o = new core.List<api.ContentCategory>();
|
| o.add(buildContentCategory());
|
| o.add(buildContentCategory());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3615(core.List<api.ContentCategory> o) {
|
| +checkUnnamed3326(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 = buildUnnamed3615();
|
| + o.contentCategories = buildUnnamed3326();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -1513,7 +1513,7 @@ buildContentCategoriesListResponse() {
|
| checkContentCategoriesListResponse(api.ContentCategoriesListResponse o) {
|
| buildCounterContentCategoriesListResponse++;
|
| if (buildCounterContentCategoriesListResponse < 3) {
|
| - checkUnnamed3615(o.contentCategories);
|
| + checkUnnamed3326(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--;
|
| }
|
|
|
| -buildUnnamed3616() {
|
| +buildUnnamed3327() {
|
| var o = new core.List<api.CustomFloodlightVariable>();
|
| o.add(buildCustomFloodlightVariable());
|
| o.add(buildCustomFloodlightVariable());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3616(core.List<api.CustomFloodlightVariable> o) {
|
| +checkUnnamed3327(core.List<api.CustomFloodlightVariable> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCustomFloodlightVariable(o[0]);
|
| checkCustomFloodlightVariable(o[1]);
|
| @@ -1564,7 +1564,7 @@ buildConversion() {
|
| buildCounterConversion++;
|
| if (buildCounterConversion < 3) {
|
| o.childDirectedTreatment = true;
|
| - o.customVariables = buildUnnamed3616();
|
| + o.customVariables = buildUnnamed3327();
|
| o.encryptedUserId = "foo";
|
| o.floodlightActivityId = "foo";
|
| o.floodlightConfigurationId = "foo";
|
| @@ -1584,7 +1584,7 @@ checkConversion(api.Conversion o) {
|
| buildCounterConversion++;
|
| if (buildCounterConversion < 3) {
|
| unittest.expect(o.childDirectedTreatment, unittest.isTrue);
|
| - checkUnnamed3616(o.customVariables);
|
| + checkUnnamed3327(o.customVariables);
|
| unittest.expect(o.encryptedUserId, unittest.equals('foo'));
|
| unittest.expect(o.floodlightActivityId, unittest.equals('foo'));
|
| unittest.expect(o.floodlightConfigurationId, unittest.equals('foo'));
|
| @@ -1622,14 +1622,14 @@ checkConversionError(api.ConversionError o) {
|
| buildCounterConversionError--;
|
| }
|
|
|
| -buildUnnamed3617() {
|
| +buildUnnamed3328() {
|
| var o = new core.List<api.ConversionError>();
|
| o.add(buildConversionError());
|
| o.add(buildConversionError());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3617(core.List<api.ConversionError> o) {
|
| +checkUnnamed3328(core.List<api.ConversionError> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkConversionError(o[0]);
|
| checkConversionError(o[1]);
|
| @@ -1641,7 +1641,7 @@ buildConversionStatus() {
|
| buildCounterConversionStatus++;
|
| if (buildCounterConversionStatus < 3) {
|
| o.conversion = buildConversion();
|
| - o.errors = buildUnnamed3617();
|
| + o.errors = buildUnnamed3328();
|
| o.kind = "foo";
|
| }
|
| buildCounterConversionStatus--;
|
| @@ -1652,20 +1652,20 @@ checkConversionStatus(api.ConversionStatus o) {
|
| buildCounterConversionStatus++;
|
| if (buildCounterConversionStatus < 3) {
|
| checkConversion(o.conversion);
|
| - checkUnnamed3617(o.errors);
|
| + checkUnnamed3328(o.errors);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterConversionStatus--;
|
| }
|
|
|
| -buildUnnamed3618() {
|
| +buildUnnamed3329() {
|
| var o = new core.List<api.Conversion>();
|
| o.add(buildConversion());
|
| o.add(buildConversion());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3618(core.List<api.Conversion> o) {
|
| +checkUnnamed3329(core.List<api.Conversion> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkConversion(o[0]);
|
| checkConversion(o[1]);
|
| @@ -1676,7 +1676,7 @@ buildConversionsBatchInsertRequest() {
|
| var o = new api.ConversionsBatchInsertRequest();
|
| buildCounterConversionsBatchInsertRequest++;
|
| if (buildCounterConversionsBatchInsertRequest < 3) {
|
| - o.conversions = buildUnnamed3618();
|
| + o.conversions = buildUnnamed3329();
|
| o.encryptionInfo = buildEncryptionInfo();
|
| o.kind = "foo";
|
| }
|
| @@ -1687,21 +1687,21 @@ buildConversionsBatchInsertRequest() {
|
| checkConversionsBatchInsertRequest(api.ConversionsBatchInsertRequest o) {
|
| buildCounterConversionsBatchInsertRequest++;
|
| if (buildCounterConversionsBatchInsertRequest < 3) {
|
| - checkUnnamed3618(o.conversions);
|
| + checkUnnamed3329(o.conversions);
|
| checkEncryptionInfo(o.encryptionInfo);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterConversionsBatchInsertRequest--;
|
| }
|
|
|
| -buildUnnamed3619() {
|
| +buildUnnamed3330() {
|
| var o = new core.List<api.ConversionStatus>();
|
| o.add(buildConversionStatus());
|
| o.add(buildConversionStatus());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3619(core.List<api.ConversionStatus> o) {
|
| +checkUnnamed3330(core.List<api.ConversionStatus> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkConversionStatus(o[0]);
|
| checkConversionStatus(o[1]);
|
| @@ -1714,7 +1714,7 @@ buildConversionsBatchInsertResponse() {
|
| if (buildCounterConversionsBatchInsertResponse < 3) {
|
| o.hasFailures = true;
|
| o.kind = "foo";
|
| - o.status = buildUnnamed3619();
|
| + o.status = buildUnnamed3330();
|
| }
|
| buildCounterConversionsBatchInsertResponse--;
|
| return o;
|
| @@ -1725,19 +1725,19 @@ checkConversionsBatchInsertResponse(api.ConversionsBatchInsertResponse o) {
|
| if (buildCounterConversionsBatchInsertResponse < 3) {
|
| unittest.expect(o.hasFailures, unittest.isTrue);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed3619(o.status);
|
| + checkUnnamed3330(o.status);
|
| }
|
| buildCounterConversionsBatchInsertResponse--;
|
| }
|
|
|
| -buildUnnamed3620() {
|
| +buildUnnamed3331() {
|
| var o = new core.List<api.Country>();
|
| o.add(buildCountry());
|
| o.add(buildCountry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3620(core.List<api.Country> o) {
|
| +checkUnnamed3331(core.List<api.Country> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCountry(o[0]);
|
| checkCountry(o[1]);
|
| @@ -1748,7 +1748,7 @@ buildCountriesListResponse() {
|
| var o = new api.CountriesListResponse();
|
| buildCounterCountriesListResponse++;
|
| if (buildCounterCountriesListResponse < 3) {
|
| - o.countries = buildUnnamed3620();
|
| + o.countries = buildUnnamed3331();
|
| o.kind = "foo";
|
| }
|
| buildCounterCountriesListResponse--;
|
| @@ -1758,7 +1758,7 @@ buildCountriesListResponse() {
|
| checkCountriesListResponse(api.CountriesListResponse o) {
|
| buildCounterCountriesListResponse++;
|
| if (buildCounterCountriesListResponse < 3) {
|
| - checkUnnamed3620(o.countries);
|
| + checkUnnamed3331(o.countries);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterCountriesListResponse--;
|
| @@ -1791,157 +1791,157 @@ checkCountry(api.Country o) {
|
| buildCounterCountry--;
|
| }
|
|
|
| -buildUnnamed3621() {
|
| +buildUnnamed3332() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3621(core.List<core.String> o) {
|
| +checkUnnamed3332(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3622() {
|
| +buildUnnamed3333() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3622(core.List<core.String> o) {
|
| +checkUnnamed3333(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3623() {
|
| +buildUnnamed3334() {
|
| var o = new core.List<api.ClickTag>();
|
| o.add(buildClickTag());
|
| o.add(buildClickTag());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3623(core.List<api.ClickTag> o) {
|
| +checkUnnamed3334(core.List<api.ClickTag> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkClickTag(o[0]);
|
| checkClickTag(o[1]);
|
| }
|
|
|
| -buildUnnamed3624() {
|
| +buildUnnamed3335() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3624(core.List<core.String> o) {
|
| +checkUnnamed3335(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3625() {
|
| +buildUnnamed3336() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3625(core.List<core.String> o) {
|
| +checkUnnamed3336(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3626() {
|
| +buildUnnamed3337() {
|
| var o = new core.List<api.CreativeCustomEvent>();
|
| o.add(buildCreativeCustomEvent());
|
| o.add(buildCreativeCustomEvent());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3626(core.List<api.CreativeCustomEvent> o) {
|
| +checkUnnamed3337(core.List<api.CreativeCustomEvent> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeCustomEvent(o[0]);
|
| checkCreativeCustomEvent(o[1]);
|
| }
|
|
|
| -buildUnnamed3627() {
|
| +buildUnnamed3338() {
|
| var o = new core.List<api.CreativeAsset>();
|
| o.add(buildCreativeAsset());
|
| o.add(buildCreativeAsset());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3627(core.List<api.CreativeAsset> o) {
|
| +checkUnnamed3338(core.List<api.CreativeAsset> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeAsset(o[0]);
|
| checkCreativeAsset(o[1]);
|
| }
|
|
|
| -buildUnnamed3628() {
|
| +buildUnnamed3339() {
|
| var o = new core.List<api.CreativeFieldAssignment>();
|
| o.add(buildCreativeFieldAssignment());
|
| o.add(buildCreativeFieldAssignment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3628(core.List<api.CreativeFieldAssignment> o) {
|
| +checkUnnamed3339(core.List<api.CreativeFieldAssignment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeFieldAssignment(o[0]);
|
| checkCreativeFieldAssignment(o[1]);
|
| }
|
|
|
| -buildUnnamed3629() {
|
| +buildUnnamed3340() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3629(core.List<core.String> o) {
|
| +checkUnnamed3340(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3630() {
|
| +buildUnnamed3341() {
|
| var o = new core.List<api.CreativeCustomEvent>();
|
| o.add(buildCreativeCustomEvent());
|
| o.add(buildCreativeCustomEvent());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3630(core.List<api.CreativeCustomEvent> o) {
|
| +checkUnnamed3341(core.List<api.CreativeCustomEvent> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeCustomEvent(o[0]);
|
| checkCreativeCustomEvent(o[1]);
|
| }
|
|
|
| -buildUnnamed3631() {
|
| +buildUnnamed3342() {
|
| var o = new core.List<api.ThirdPartyTrackingUrl>();
|
| o.add(buildThirdPartyTrackingUrl());
|
| o.add(buildThirdPartyTrackingUrl());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3631(core.List<api.ThirdPartyTrackingUrl> o) {
|
| +checkUnnamed3342(core.List<api.ThirdPartyTrackingUrl> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkThirdPartyTrackingUrl(o[0]);
|
| checkThirdPartyTrackingUrl(o[1]);
|
| }
|
|
|
| -buildUnnamed3632() {
|
| +buildUnnamed3343() {
|
| var o = new core.List<api.CreativeCustomEvent>();
|
| o.add(buildCreativeCustomEvent());
|
| o.add(buildCreativeCustomEvent());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3632(core.List<api.CreativeCustomEvent> o) {
|
| +checkUnnamed3343(core.List<api.CreativeCustomEvent> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeCustomEvent(o[0]);
|
| checkCreativeCustomEvent(o[1]);
|
| @@ -1955,7 +1955,7 @@ buildCreative() {
|
| o.accountId = "foo";
|
| o.active = true;
|
| o.adParameters = "foo";
|
| - o.adTagKeys = buildUnnamed3621();
|
| + o.adTagKeys = buildUnnamed3332();
|
| o.advertiserId = "foo";
|
| o.allowScriptAccess = true;
|
| o.archived = true;
|
| @@ -1965,19 +1965,19 @@ buildCreative() {
|
| o.autoAdvanceImages = true;
|
| o.backgroundColor = "foo";
|
| o.backupImageClickThroughUrl = "foo";
|
| - o.backupImageFeatures = buildUnnamed3622();
|
| + o.backupImageFeatures = buildUnnamed3333();
|
| o.backupImageReportingLabel = "foo";
|
| o.backupImageTargetWindow = buildTargetWindow();
|
| - o.clickTags = buildUnnamed3623();
|
| + o.clickTags = buildUnnamed3334();
|
| o.commercialId = "foo";
|
| - o.companionCreatives = buildUnnamed3624();
|
| - o.compatibility = buildUnnamed3625();
|
| + o.companionCreatives = buildUnnamed3335();
|
| + o.compatibility = buildUnnamed3336();
|
| o.convertFlashToHtml5 = true;
|
| - o.counterCustomEvents = buildUnnamed3626();
|
| - o.creativeAssets = buildUnnamed3627();
|
| - o.creativeFieldAssignments = buildUnnamed3628();
|
| - o.customKeyValues = buildUnnamed3629();
|
| - o.exitCustomEvents = buildUnnamed3630();
|
| + o.counterCustomEvents = buildUnnamed3337();
|
| + o.creativeAssets = buildUnnamed3338();
|
| + o.creativeFieldAssignments = buildUnnamed3339();
|
| + o.customKeyValues = buildUnnamed3340();
|
| + o.exitCustomEvents = buildUnnamed3341();
|
| o.fsCommand = buildFsCommand();
|
| o.htmlCode = "foo";
|
| o.htmlCodeLocked = true;
|
| @@ -2003,8 +2003,8 @@ buildCreative() {
|
| o.subaccountId = "foo";
|
| o.thirdPartyBackupImageImpressionsUrl = "foo";
|
| o.thirdPartyRichMediaImpressionsUrl = "foo";
|
| - o.thirdPartyUrls = buildUnnamed3631();
|
| - o.timerCustomEvents = buildUnnamed3632();
|
| + o.thirdPartyUrls = buildUnnamed3342();
|
| + o.timerCustomEvents = buildUnnamed3343();
|
| o.totalFileSize = "foo";
|
| o.type = "foo";
|
| o.version = 42;
|
| @@ -2021,7 +2021,7 @@ checkCreative(api.Creative o) {
|
| unittest.expect(o.accountId, unittest.equals('foo'));
|
| unittest.expect(o.active, unittest.isTrue);
|
| unittest.expect(o.adParameters, unittest.equals('foo'));
|
| - checkUnnamed3621(o.adTagKeys);
|
| + checkUnnamed3332(o.adTagKeys);
|
| unittest.expect(o.advertiserId, unittest.equals('foo'));
|
| unittest.expect(o.allowScriptAccess, unittest.isTrue);
|
| unittest.expect(o.archived, unittest.isTrue);
|
| @@ -2031,19 +2031,19 @@ checkCreative(api.Creative o) {
|
| unittest.expect(o.autoAdvanceImages, unittest.isTrue);
|
| unittest.expect(o.backgroundColor, unittest.equals('foo'));
|
| unittest.expect(o.backupImageClickThroughUrl, unittest.equals('foo'));
|
| - checkUnnamed3622(o.backupImageFeatures);
|
| + checkUnnamed3333(o.backupImageFeatures);
|
| unittest.expect(o.backupImageReportingLabel, unittest.equals('foo'));
|
| checkTargetWindow(o.backupImageTargetWindow);
|
| - checkUnnamed3623(o.clickTags);
|
| + checkUnnamed3334(o.clickTags);
|
| unittest.expect(o.commercialId, unittest.equals('foo'));
|
| - checkUnnamed3624(o.companionCreatives);
|
| - checkUnnamed3625(o.compatibility);
|
| + checkUnnamed3335(o.companionCreatives);
|
| + checkUnnamed3336(o.compatibility);
|
| unittest.expect(o.convertFlashToHtml5, unittest.isTrue);
|
| - checkUnnamed3626(o.counterCustomEvents);
|
| - checkUnnamed3627(o.creativeAssets);
|
| - checkUnnamed3628(o.creativeFieldAssignments);
|
| - checkUnnamed3629(o.customKeyValues);
|
| - checkUnnamed3630(o.exitCustomEvents);
|
| + checkUnnamed3337(o.counterCustomEvents);
|
| + checkUnnamed3338(o.creativeAssets);
|
| + checkUnnamed3339(o.creativeFieldAssignments);
|
| + checkUnnamed3340(o.customKeyValues);
|
| + checkUnnamed3341(o.exitCustomEvents);
|
| checkFsCommand(o.fsCommand);
|
| unittest.expect(o.htmlCode, unittest.equals('foo'));
|
| unittest.expect(o.htmlCodeLocked, unittest.isTrue);
|
| @@ -2069,8 +2069,8 @@ checkCreative(api.Creative o) {
|
| unittest.expect(o.subaccountId, unittest.equals('foo'));
|
| unittest.expect(o.thirdPartyBackupImageImpressionsUrl, unittest.equals('foo'));
|
| unittest.expect(o.thirdPartyRichMediaImpressionsUrl, unittest.equals('foo'));
|
| - checkUnnamed3631(o.thirdPartyUrls);
|
| - checkUnnamed3632(o.timerCustomEvents);
|
| + checkUnnamed3342(o.thirdPartyUrls);
|
| + checkUnnamed3343(o.timerCustomEvents);
|
| unittest.expect(o.totalFileSize, unittest.equals('foo'));
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| unittest.expect(o.version, unittest.equals(42));
|
| @@ -2080,14 +2080,14 @@ checkCreative(api.Creative o) {
|
| buildCounterCreative--;
|
| }
|
|
|
| -buildUnnamed3633() {
|
| +buildUnnamed3344() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3633(core.List<core.String> o) {
|
| +checkUnnamed3344(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -2108,7 +2108,7 @@ buildCreativeAsset() {
|
| o.childAssetType = "foo";
|
| o.collapsedSize = buildSize();
|
| o.customStartTimeValue = 42;
|
| - o.detectedFeatures = buildUnnamed3633();
|
| + o.detectedFeatures = buildUnnamed3344();
|
| o.displayType = "foo";
|
| o.duration = 42;
|
| o.durationType = "foo";
|
| @@ -2158,7 +2158,7 @@ checkCreativeAsset(api.CreativeAsset o) {
|
| unittest.expect(o.childAssetType, unittest.equals('foo'));
|
| checkSize(o.collapsedSize);
|
| unittest.expect(o.customStartTimeValue, unittest.equals(42));
|
| - checkUnnamed3633(o.detectedFeatures);
|
| + checkUnnamed3344(o.detectedFeatures);
|
| unittest.expect(o.displayType, unittest.equals('foo'));
|
| unittest.expect(o.duration, unittest.equals(42));
|
| unittest.expect(o.durationType, unittest.equals('foo'));
|
| @@ -2215,40 +2215,40 @@ checkCreativeAssetId(api.CreativeAssetId o) {
|
| buildCounterCreativeAssetId--;
|
| }
|
|
|
| -buildUnnamed3634() {
|
| +buildUnnamed3345() {
|
| var o = new core.List<api.ClickTag>();
|
| o.add(buildClickTag());
|
| o.add(buildClickTag());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3634(core.List<api.ClickTag> o) {
|
| +checkUnnamed3345(core.List<api.ClickTag> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkClickTag(o[0]);
|
| checkClickTag(o[1]);
|
| }
|
|
|
| -buildUnnamed3635() {
|
| +buildUnnamed3346() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3635(core.List<core.String> o) {
|
| +checkUnnamed3346(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3636() {
|
| +buildUnnamed3347() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3636(core.List<core.String> o) {
|
| +checkUnnamed3347(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -2260,10 +2260,10 @@ buildCreativeAssetMetadata() {
|
| buildCounterCreativeAssetMetadata++;
|
| if (buildCounterCreativeAssetMetadata < 3) {
|
| o.assetIdentifier = buildCreativeAssetId();
|
| - o.clickTags = buildUnnamed3634();
|
| - o.detectedFeatures = buildUnnamed3635();
|
| + o.clickTags = buildUnnamed3345();
|
| + o.detectedFeatures = buildUnnamed3346();
|
| o.kind = "foo";
|
| - o.warnedValidationRules = buildUnnamed3636();
|
| + o.warnedValidationRules = buildUnnamed3347();
|
| }
|
| buildCounterCreativeAssetMetadata--;
|
| return o;
|
| @@ -2273,48 +2273,48 @@ checkCreativeAssetMetadata(api.CreativeAssetMetadata o) {
|
| buildCounterCreativeAssetMetadata++;
|
| if (buildCounterCreativeAssetMetadata < 3) {
|
| checkCreativeAssetId(o.assetIdentifier);
|
| - checkUnnamed3634(o.clickTags);
|
| - checkUnnamed3635(o.detectedFeatures);
|
| + checkUnnamed3345(o.clickTags);
|
| + checkUnnamed3346(o.detectedFeatures);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed3636(o.warnedValidationRules);
|
| + checkUnnamed3347(o.warnedValidationRules);
|
| }
|
| buildCounterCreativeAssetMetadata--;
|
| }
|
|
|
| -buildUnnamed3637() {
|
| +buildUnnamed3348() {
|
| var o = new core.List<api.CompanionClickThroughOverride>();
|
| o.add(buildCompanionClickThroughOverride());
|
| o.add(buildCompanionClickThroughOverride());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3637(core.List<api.CompanionClickThroughOverride> o) {
|
| +checkUnnamed3348(core.List<api.CompanionClickThroughOverride> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCompanionClickThroughOverride(o[0]);
|
| checkCompanionClickThroughOverride(o[1]);
|
| }
|
|
|
| -buildUnnamed3638() {
|
| +buildUnnamed3349() {
|
| var o = new core.List<api.CreativeGroupAssignment>();
|
| o.add(buildCreativeGroupAssignment());
|
| o.add(buildCreativeGroupAssignment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3638(core.List<api.CreativeGroupAssignment> o) {
|
| +checkUnnamed3349(core.List<api.CreativeGroupAssignment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeGroupAssignment(o[0]);
|
| checkCreativeGroupAssignment(o[1]);
|
| }
|
|
|
| -buildUnnamed3639() {
|
| +buildUnnamed3350() {
|
| var o = new core.List<api.RichMediaExitOverride>();
|
| o.add(buildRichMediaExitOverride());
|
| o.add(buildRichMediaExitOverride());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3639(core.List<api.RichMediaExitOverride> o) {
|
| +checkUnnamed3350(core.List<api.RichMediaExitOverride> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRichMediaExitOverride(o[0]);
|
| checkRichMediaExitOverride(o[1]);
|
| @@ -2328,12 +2328,12 @@ buildCreativeAssignment() {
|
| o.active = true;
|
| o.applyEventTags = true;
|
| o.clickThroughUrl = buildClickThroughUrl();
|
| - o.companionCreativeOverrides = buildUnnamed3637();
|
| - o.creativeGroupAssignments = buildUnnamed3638();
|
| + o.companionCreativeOverrides = buildUnnamed3348();
|
| + o.creativeGroupAssignments = buildUnnamed3349();
|
| o.creativeId = "foo";
|
| o.creativeIdDimensionValue = buildDimensionValue();
|
| o.endTime = core.DateTime.parse("2002-02-27T14:01:02");
|
| - o.richMediaExitOverrides = buildUnnamed3639();
|
| + o.richMediaExitOverrides = buildUnnamed3350();
|
| o.sequence = 42;
|
| o.sslCompliant = true;
|
| o.startTime = core.DateTime.parse("2002-02-27T14:01:02");
|
| @@ -2349,12 +2349,12 @@ checkCreativeAssignment(api.CreativeAssignment o) {
|
| unittest.expect(o.active, unittest.isTrue);
|
| unittest.expect(o.applyEventTags, unittest.isTrue);
|
| checkClickThroughUrl(o.clickThroughUrl);
|
| - checkUnnamed3637(o.companionCreativeOverrides);
|
| - checkUnnamed3638(o.creativeGroupAssignments);
|
| + checkUnnamed3348(o.companionCreativeOverrides);
|
| + checkUnnamed3349(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")));
|
| - checkUnnamed3639(o.richMediaExitOverrides);
|
| + checkUnnamed3350(o.richMediaExitOverrides);
|
| unittest.expect(o.sequence, unittest.equals(42));
|
| unittest.expect(o.sslCompliant, unittest.isTrue);
|
| unittest.expect(o.startTime, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
|
| @@ -2475,14 +2475,14 @@ checkCreativeFieldValue(api.CreativeFieldValue o) {
|
| buildCounterCreativeFieldValue--;
|
| }
|
|
|
| -buildUnnamed3640() {
|
| +buildUnnamed3351() {
|
| var o = new core.List<api.CreativeFieldValue>();
|
| o.add(buildCreativeFieldValue());
|
| o.add(buildCreativeFieldValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3640(core.List<api.CreativeFieldValue> o) {
|
| +checkUnnamed3351(core.List<api.CreativeFieldValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeFieldValue(o[0]);
|
| checkCreativeFieldValue(o[1]);
|
| @@ -2493,7 +2493,7 @@ buildCreativeFieldValuesListResponse() {
|
| var o = new api.CreativeFieldValuesListResponse();
|
| buildCounterCreativeFieldValuesListResponse++;
|
| if (buildCounterCreativeFieldValuesListResponse < 3) {
|
| - o.creativeFieldValues = buildUnnamed3640();
|
| + o.creativeFieldValues = buildUnnamed3351();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -2504,21 +2504,21 @@ buildCreativeFieldValuesListResponse() {
|
| checkCreativeFieldValuesListResponse(api.CreativeFieldValuesListResponse o) {
|
| buildCounterCreativeFieldValuesListResponse++;
|
| if (buildCounterCreativeFieldValuesListResponse < 3) {
|
| - checkUnnamed3640(o.creativeFieldValues);
|
| + checkUnnamed3351(o.creativeFieldValues);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterCreativeFieldValuesListResponse--;
|
| }
|
|
|
| -buildUnnamed3641() {
|
| +buildUnnamed3352() {
|
| var o = new core.List<api.CreativeField>();
|
| o.add(buildCreativeField());
|
| o.add(buildCreativeField());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3641(core.List<api.CreativeField> o) {
|
| +checkUnnamed3352(core.List<api.CreativeField> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeField(o[0]);
|
| checkCreativeField(o[1]);
|
| @@ -2529,7 +2529,7 @@ buildCreativeFieldsListResponse() {
|
| var o = new api.CreativeFieldsListResponse();
|
| buildCounterCreativeFieldsListResponse++;
|
| if (buildCounterCreativeFieldsListResponse < 3) {
|
| - o.creativeFields = buildUnnamed3641();
|
| + o.creativeFields = buildUnnamed3352();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -2540,7 +2540,7 @@ buildCreativeFieldsListResponse() {
|
| checkCreativeFieldsListResponse(api.CreativeFieldsListResponse o) {
|
| buildCounterCreativeFieldsListResponse++;
|
| if (buildCounterCreativeFieldsListResponse < 3) {
|
| - checkUnnamed3641(o.creativeFields);
|
| + checkUnnamed3352(o.creativeFields);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -2601,14 +2601,14 @@ checkCreativeGroupAssignment(api.CreativeGroupAssignment o) {
|
| buildCounterCreativeGroupAssignment--;
|
| }
|
|
|
| -buildUnnamed3642() {
|
| +buildUnnamed3353() {
|
| var o = new core.List<api.CreativeGroup>();
|
| o.add(buildCreativeGroup());
|
| o.add(buildCreativeGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3642(core.List<api.CreativeGroup> o) {
|
| +checkUnnamed3353(core.List<api.CreativeGroup> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeGroup(o[0]);
|
| checkCreativeGroup(o[1]);
|
| @@ -2619,7 +2619,7 @@ buildCreativeGroupsListResponse() {
|
| var o = new api.CreativeGroupsListResponse();
|
| buildCounterCreativeGroupsListResponse++;
|
| if (buildCounterCreativeGroupsListResponse < 3) {
|
| - o.creativeGroups = buildUnnamed3642();
|
| + o.creativeGroups = buildUnnamed3353();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -2630,21 +2630,21 @@ buildCreativeGroupsListResponse() {
|
| checkCreativeGroupsListResponse(api.CreativeGroupsListResponse o) {
|
| buildCounterCreativeGroupsListResponse++;
|
| if (buildCounterCreativeGroupsListResponse < 3) {
|
| - checkUnnamed3642(o.creativeGroups);
|
| + checkUnnamed3353(o.creativeGroups);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterCreativeGroupsListResponse--;
|
| }
|
|
|
| -buildUnnamed3643() {
|
| +buildUnnamed3354() {
|
| var o = new core.List<api.OptimizationActivity>();
|
| o.add(buildOptimizationActivity());
|
| o.add(buildOptimizationActivity());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3643(core.List<api.OptimizationActivity> o) {
|
| +checkUnnamed3354(core.List<api.OptimizationActivity> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOptimizationActivity(o[0]);
|
| checkOptimizationActivity(o[1]);
|
| @@ -2657,7 +2657,7 @@ buildCreativeOptimizationConfiguration() {
|
| if (buildCounterCreativeOptimizationConfiguration < 3) {
|
| o.id = "foo";
|
| o.name = "foo";
|
| - o.optimizationActivitys = buildUnnamed3643();
|
| + o.optimizationActivitys = buildUnnamed3354();
|
| o.optimizationModel = "foo";
|
| }
|
| buildCounterCreativeOptimizationConfiguration--;
|
| @@ -2669,20 +2669,20 @@ checkCreativeOptimizationConfiguration(api.CreativeOptimizationConfiguration o)
|
| if (buildCounterCreativeOptimizationConfiguration < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| - checkUnnamed3643(o.optimizationActivitys);
|
| + checkUnnamed3354(o.optimizationActivitys);
|
| unittest.expect(o.optimizationModel, unittest.equals('foo'));
|
| }
|
| buildCounterCreativeOptimizationConfiguration--;
|
| }
|
|
|
| -buildUnnamed3644() {
|
| +buildUnnamed3355() {
|
| var o = new core.List<api.CreativeAssignment>();
|
| o.add(buildCreativeAssignment());
|
| o.add(buildCreativeAssignment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3644(core.List<api.CreativeAssignment> o) {
|
| +checkUnnamed3355(core.List<api.CreativeAssignment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeAssignment(o[0]);
|
| checkCreativeAssignment(o[1]);
|
| @@ -2693,7 +2693,7 @@ buildCreativeRotation() {
|
| var o = new api.CreativeRotation();
|
| buildCounterCreativeRotation++;
|
| if (buildCounterCreativeRotation < 3) {
|
| - o.creativeAssignments = buildUnnamed3644();
|
| + o.creativeAssignments = buildUnnamed3355();
|
| o.creativeOptimizationConfigurationId = "foo";
|
| o.type = "foo";
|
| o.weightCalculationStrategy = "foo";
|
| @@ -2705,7 +2705,7 @@ buildCreativeRotation() {
|
| checkCreativeRotation(api.CreativeRotation o) {
|
| buildCounterCreativeRotation++;
|
| if (buildCounterCreativeRotation < 3) {
|
| - checkUnnamed3644(o.creativeAssignments);
|
| + checkUnnamed3355(o.creativeAssignments);
|
| unittest.expect(o.creativeOptimizationConfigurationId, unittest.equals('foo'));
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| unittest.expect(o.weightCalculationStrategy, unittest.equals('foo'));
|
| @@ -2734,14 +2734,14 @@ checkCreativeSettings(api.CreativeSettings o) {
|
| buildCounterCreativeSettings--;
|
| }
|
|
|
| -buildUnnamed3645() {
|
| +buildUnnamed3356() {
|
| var o = new core.List<api.Creative>();
|
| o.add(buildCreative());
|
| o.add(buildCreative());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3645(core.List<api.Creative> o) {
|
| +checkUnnamed3356(core.List<api.Creative> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreative(o[0]);
|
| checkCreative(o[1]);
|
| @@ -2752,7 +2752,7 @@ buildCreativesListResponse() {
|
| var o = new api.CreativesListResponse();
|
| buildCounterCreativesListResponse++;
|
| if (buildCounterCreativesListResponse < 3) {
|
| - o.creatives = buildUnnamed3645();
|
| + o.creatives = buildUnnamed3356();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -2763,60 +2763,60 @@ buildCreativesListResponse() {
|
| checkCreativesListResponse(api.CreativesListResponse o) {
|
| buildCounterCreativesListResponse++;
|
| if (buildCounterCreativesListResponse < 3) {
|
| - checkUnnamed3645(o.creatives);
|
| + checkUnnamed3356(o.creatives);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterCreativesListResponse--;
|
| }
|
|
|
| -buildUnnamed3646() {
|
| +buildUnnamed3357() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3646(core.List<api.Dimension> o) {
|
| +checkUnnamed3357(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed3647() {
|
| +buildUnnamed3358() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3647(core.List<api.Dimension> o) {
|
| +checkUnnamed3358(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed3648() {
|
| +buildUnnamed3359() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3648(core.List<api.Metric> o) {
|
| +checkUnnamed3359(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| }
|
|
|
| -buildUnnamed3649() {
|
| +buildUnnamed3360() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3649(core.List<api.Metric> o) {
|
| +checkUnnamed3360(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| @@ -2827,11 +2827,11 @@ buildCrossDimensionReachReportCompatibleFields() {
|
| var o = new api.CrossDimensionReachReportCompatibleFields();
|
| buildCounterCrossDimensionReachReportCompatibleFields++;
|
| if (buildCounterCrossDimensionReachReportCompatibleFields < 3) {
|
| - o.breakdown = buildUnnamed3646();
|
| - o.dimensionFilters = buildUnnamed3647();
|
| + o.breakdown = buildUnnamed3357();
|
| + o.dimensionFilters = buildUnnamed3358();
|
| o.kind = "foo";
|
| - o.metrics = buildUnnamed3648();
|
| - o.overlapMetrics = buildUnnamed3649();
|
| + o.metrics = buildUnnamed3359();
|
| + o.overlapMetrics = buildUnnamed3360();
|
| }
|
| buildCounterCrossDimensionReachReportCompatibleFields--;
|
| return o;
|
| @@ -2840,11 +2840,11 @@ buildCrossDimensionReachReportCompatibleFields() {
|
| checkCrossDimensionReachReportCompatibleFields(api.CrossDimensionReachReportCompatibleFields o) {
|
| buildCounterCrossDimensionReachReportCompatibleFields++;
|
| if (buildCounterCrossDimensionReachReportCompatibleFields < 3) {
|
| - checkUnnamed3646(o.breakdown);
|
| - checkUnnamed3647(o.dimensionFilters);
|
| + checkUnnamed3357(o.breakdown);
|
| + checkUnnamed3358(o.dimensionFilters);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed3648(o.metrics);
|
| - checkUnnamed3649(o.overlapMetrics);
|
| + checkUnnamed3359(o.metrics);
|
| + checkUnnamed3360(o.overlapMetrics);
|
| }
|
| buildCounterCrossDimensionReachReportCompatibleFields--;
|
| }
|
| @@ -2872,14 +2872,14 @@ checkCustomFloodlightVariable(api.CustomFloodlightVariable o) {
|
| buildCounterCustomFloodlightVariable--;
|
| }
|
|
|
| -buildUnnamed3650() {
|
| +buildUnnamed3361() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3650(core.List<api.DimensionValue> o) {
|
| +checkUnnamed3361(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| @@ -2890,7 +2890,7 @@ buildCustomRichMediaEvents() {
|
| var o = new api.CustomRichMediaEvents();
|
| buildCounterCustomRichMediaEvents++;
|
| if (buildCounterCustomRichMediaEvents < 3) {
|
| - o.filteredEventIds = buildUnnamed3650();
|
| + o.filteredEventIds = buildUnnamed3361();
|
| o.kind = "foo";
|
| }
|
| buildCounterCustomRichMediaEvents--;
|
| @@ -2900,7 +2900,7 @@ buildCustomRichMediaEvents() {
|
| checkCustomRichMediaEvents(api.CustomRichMediaEvents o) {
|
| buildCounterCustomRichMediaEvents++;
|
| if (buildCounterCustomRichMediaEvents < 3) {
|
| - checkUnnamed3650(o.filteredEventIds);
|
| + checkUnnamed3361(o.filteredEventIds);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterCustomRichMediaEvents--;
|
| @@ -2931,27 +2931,27 @@ checkDateRange(api.DateRange o) {
|
| buildCounterDateRange--;
|
| }
|
|
|
| -buildUnnamed3651() {
|
| +buildUnnamed3362() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3651(core.List<core.String> o) {
|
| +checkUnnamed3362(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3652() {
|
| +buildUnnamed3363() {
|
| var o = new core.List<core.int>();
|
| o.add(42);
|
| o.add(42);
|
| return o;
|
| }
|
|
|
| -checkUnnamed3652(core.List<core.int> o) {
|
| +checkUnnamed3363(core.List<core.int> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals(42));
|
| unittest.expect(o[1], unittest.equals(42));
|
| @@ -2962,8 +2962,8 @@ buildDayPartTargeting() {
|
| var o = new api.DayPartTargeting();
|
| buildCounterDayPartTargeting++;
|
| if (buildCounterDayPartTargeting < 3) {
|
| - o.daysOfWeek = buildUnnamed3651();
|
| - o.hoursOfDay = buildUnnamed3652();
|
| + o.daysOfWeek = buildUnnamed3362();
|
| + o.hoursOfDay = buildUnnamed3363();
|
| o.userLocalTime = true;
|
| }
|
| buildCounterDayPartTargeting--;
|
| @@ -2973,8 +2973,8 @@ buildDayPartTargeting() {
|
| checkDayPartTargeting(api.DayPartTargeting o) {
|
| buildCounterDayPartTargeting++;
|
| if (buildCounterDayPartTargeting < 3) {
|
| - checkUnnamed3651(o.daysOfWeek);
|
| - checkUnnamed3652(o.hoursOfDay);
|
| + checkUnnamed3362(o.daysOfWeek);
|
| + checkUnnamed3363(o.hoursOfDay);
|
| unittest.expect(o.userLocalTime, unittest.isTrue);
|
| }
|
| buildCounterDayPartTargeting--;
|
| @@ -3126,14 +3126,14 @@ checkDimensionValue(api.DimensionValue o) {
|
| buildCounterDimensionValue--;
|
| }
|
|
|
| -buildUnnamed3653() {
|
| +buildUnnamed3364() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3653(core.List<api.DimensionValue> o) {
|
| +checkUnnamed3364(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| @@ -3145,7 +3145,7 @@ buildDimensionValueList() {
|
| buildCounterDimensionValueList++;
|
| if (buildCounterDimensionValueList < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed3653();
|
| + o.items = buildUnnamed3364();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -3157,21 +3157,21 @@ checkDimensionValueList(api.DimensionValueList o) {
|
| buildCounterDimensionValueList++;
|
| if (buildCounterDimensionValueList < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed3653(o.items);
|
| + checkUnnamed3364(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterDimensionValueList--;
|
| }
|
|
|
| -buildUnnamed3654() {
|
| +buildUnnamed3365() {
|
| var o = new core.List<api.DimensionFilter>();
|
| o.add(buildDimensionFilter());
|
| o.add(buildDimensionFilter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3654(core.List<api.DimensionFilter> o) {
|
| +checkUnnamed3365(core.List<api.DimensionFilter> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionFilter(o[0]);
|
| checkDimensionFilter(o[1]);
|
| @@ -3184,7 +3184,7 @@ buildDimensionValueRequest() {
|
| if (buildCounterDimensionValueRequest < 3) {
|
| o.dimensionName = "foo";
|
| o.endDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| - o.filters = buildUnnamed3654();
|
| + o.filters = buildUnnamed3365();
|
| o.kind = "foo";
|
| o.startDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| }
|
| @@ -3197,47 +3197,47 @@ checkDimensionValueRequest(api.DimensionValueRequest o) {
|
| if (buildCounterDimensionValueRequest < 3) {
|
| unittest.expect(o.dimensionName, unittest.equals('foo'));
|
| unittest.expect(o.endDate, unittest.equals(core.DateTime.parse("2002-02-27T00:00:00")));
|
| - checkUnnamed3654(o.filters);
|
| + checkUnnamed3365(o.filters);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.startDate, unittest.equals(core.DateTime.parse("2002-02-27T00:00:00")));
|
| }
|
| buildCounterDimensionValueRequest--;
|
| }
|
|
|
| -buildUnnamed3655() {
|
| +buildUnnamed3366() {
|
| var o = new core.List<api.DirectorySiteContactAssignment>();
|
| o.add(buildDirectorySiteContactAssignment());
|
| o.add(buildDirectorySiteContactAssignment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3655(core.List<api.DirectorySiteContactAssignment> o) {
|
| +checkUnnamed3366(core.List<api.DirectorySiteContactAssignment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDirectorySiteContactAssignment(o[0]);
|
| checkDirectorySiteContactAssignment(o[1]);
|
| }
|
|
|
| -buildUnnamed3656() {
|
| +buildUnnamed3367() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3656(core.List<core.String> o) {
|
| +checkUnnamed3367(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3657() {
|
| +buildUnnamed3368() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3657(core.List<core.String> o) {
|
| +checkUnnamed3368(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -3249,14 +3249,14 @@ buildDirectorySite() {
|
| buildCounterDirectorySite++;
|
| if (buildCounterDirectorySite < 3) {
|
| o.active = true;
|
| - o.contactAssignments = buildUnnamed3655();
|
| + o.contactAssignments = buildUnnamed3366();
|
| o.countryId = "foo";
|
| o.currencyId = "foo";
|
| o.description = "foo";
|
| o.id = "foo";
|
| o.idDimensionValue = buildDimensionValue();
|
| - o.inpageTagFormats = buildUnnamed3656();
|
| - o.interstitialTagFormats = buildUnnamed3657();
|
| + o.inpageTagFormats = buildUnnamed3367();
|
| + o.interstitialTagFormats = buildUnnamed3368();
|
| o.kind = "foo";
|
| o.name = "foo";
|
| o.parentId = "foo";
|
| @@ -3271,14 +3271,14 @@ checkDirectorySite(api.DirectorySite o) {
|
| buildCounterDirectorySite++;
|
| if (buildCounterDirectorySite < 3) {
|
| unittest.expect(o.active, unittest.isTrue);
|
| - checkUnnamed3655(o.contactAssignments);
|
| + checkUnnamed3366(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);
|
| - checkUnnamed3656(o.inpageTagFormats);
|
| - checkUnnamed3657(o.interstitialTagFormats);
|
| + checkUnnamed3367(o.inpageTagFormats);
|
| + checkUnnamed3368(o.interstitialTagFormats);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.parentId, unittest.equals('foo'));
|
| @@ -3346,14 +3346,14 @@ checkDirectorySiteContactAssignment(api.DirectorySiteContactAssignment o) {
|
| buildCounterDirectorySiteContactAssignment--;
|
| }
|
|
|
| -buildUnnamed3658() {
|
| +buildUnnamed3369() {
|
| var o = new core.List<api.DirectorySiteContact>();
|
| o.add(buildDirectorySiteContact());
|
| o.add(buildDirectorySiteContact());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3658(core.List<api.DirectorySiteContact> o) {
|
| +checkUnnamed3369(core.List<api.DirectorySiteContact> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDirectorySiteContact(o[0]);
|
| checkDirectorySiteContact(o[1]);
|
| @@ -3364,7 +3364,7 @@ buildDirectorySiteContactsListResponse() {
|
| var o = new api.DirectorySiteContactsListResponse();
|
| buildCounterDirectorySiteContactsListResponse++;
|
| if (buildCounterDirectorySiteContactsListResponse < 3) {
|
| - o.directorySiteContacts = buildUnnamed3658();
|
| + o.directorySiteContacts = buildUnnamed3369();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -3375,7 +3375,7 @@ buildDirectorySiteContactsListResponse() {
|
| checkDirectorySiteContactsListResponse(api.DirectorySiteContactsListResponse o) {
|
| buildCounterDirectorySiteContactsListResponse++;
|
| if (buildCounterDirectorySiteContactsListResponse < 3) {
|
| - checkUnnamed3658(o.directorySiteContacts);
|
| + checkUnnamed3369(o.directorySiteContacts);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -3413,14 +3413,14 @@ checkDirectorySiteSettings(api.DirectorySiteSettings o) {
|
| buildCounterDirectorySiteSettings--;
|
| }
|
|
|
| -buildUnnamed3659() {
|
| +buildUnnamed3370() {
|
| var o = new core.List<api.DirectorySite>();
|
| o.add(buildDirectorySite());
|
| o.add(buildDirectorySite());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3659(core.List<api.DirectorySite> o) {
|
| +checkUnnamed3370(core.List<api.DirectorySite> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDirectorySite(o[0]);
|
| checkDirectorySite(o[1]);
|
| @@ -3431,7 +3431,7 @@ buildDirectorySitesListResponse() {
|
| var o = new api.DirectorySitesListResponse();
|
| buildCounterDirectorySitesListResponse++;
|
| if (buildCounterDirectorySitesListResponse < 3) {
|
| - o.directorySites = buildUnnamed3659();
|
| + o.directorySites = buildUnnamed3370();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -3442,7 +3442,7 @@ buildDirectorySitesListResponse() {
|
| checkDirectorySitesListResponse(api.DirectorySitesListResponse o) {
|
| buildCounterDirectorySitesListResponse++;
|
| if (buildCounterDirectorySitesListResponse < 3) {
|
| - checkUnnamed3659(o.directorySites);
|
| + checkUnnamed3370(o.directorySites);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -3474,14 +3474,14 @@ checkDynamicTargetingKey(api.DynamicTargetingKey o) {
|
| buildCounterDynamicTargetingKey--;
|
| }
|
|
|
| -buildUnnamed3660() {
|
| +buildUnnamed3371() {
|
| var o = new core.List<api.DynamicTargetingKey>();
|
| o.add(buildDynamicTargetingKey());
|
| o.add(buildDynamicTargetingKey());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3660(core.List<api.DynamicTargetingKey> o) {
|
| +checkUnnamed3371(core.List<api.DynamicTargetingKey> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDynamicTargetingKey(o[0]);
|
| checkDynamicTargetingKey(o[1]);
|
| @@ -3492,7 +3492,7 @@ buildDynamicTargetingKeysListResponse() {
|
| var o = new api.DynamicTargetingKeysListResponse();
|
| buildCounterDynamicTargetingKeysListResponse++;
|
| if (buildCounterDynamicTargetingKeysListResponse < 3) {
|
| - o.dynamicTargetingKeys = buildUnnamed3660();
|
| + o.dynamicTargetingKeys = buildUnnamed3371();
|
| o.kind = "foo";
|
| }
|
| buildCounterDynamicTargetingKeysListResponse--;
|
| @@ -3502,7 +3502,7 @@ buildDynamicTargetingKeysListResponse() {
|
| checkDynamicTargetingKeysListResponse(api.DynamicTargetingKeysListResponse o) {
|
| buildCounterDynamicTargetingKeysListResponse++;
|
| if (buildCounterDynamicTargetingKeysListResponse < 3) {
|
| - checkUnnamed3660(o.dynamicTargetingKeys);
|
| + checkUnnamed3371(o.dynamicTargetingKeys);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterDynamicTargetingKeysListResponse--;
|
| @@ -3533,14 +3533,14 @@ checkEncryptionInfo(api.EncryptionInfo o) {
|
| buildCounterEncryptionInfo--;
|
| }
|
|
|
| -buildUnnamed3661() {
|
| +buildUnnamed3372() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3661(core.List<core.String> o) {
|
| +checkUnnamed3372(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -3562,7 +3562,7 @@ buildEventTag() {
|
| o.kind = "foo";
|
| o.name = "foo";
|
| o.siteFilterType = "foo";
|
| - o.siteIds = buildUnnamed3661();
|
| + o.siteIds = buildUnnamed3372();
|
| o.sslCompliant = true;
|
| o.status = "foo";
|
| o.subaccountId = "foo";
|
| @@ -3588,7 +3588,7 @@ checkEventTag(api.EventTag o) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.siteFilterType, unittest.equals('foo'));
|
| - checkUnnamed3661(o.siteIds);
|
| + checkUnnamed3372(o.siteIds);
|
| unittest.expect(o.sslCompliant, unittest.isTrue);
|
| unittest.expect(o.status, unittest.equals('foo'));
|
| unittest.expect(o.subaccountId, unittest.equals('foo'));
|
| @@ -3620,14 +3620,14 @@ checkEventTagOverride(api.EventTagOverride o) {
|
| buildCounterEventTagOverride--;
|
| }
|
|
|
| -buildUnnamed3662() {
|
| +buildUnnamed3373() {
|
| var o = new core.List<api.EventTag>();
|
| o.add(buildEventTag());
|
| o.add(buildEventTag());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3662(core.List<api.EventTag> o) {
|
| +checkUnnamed3373(core.List<api.EventTag> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEventTag(o[0]);
|
| checkEventTag(o[1]);
|
| @@ -3638,7 +3638,7 @@ buildEventTagsListResponse() {
|
| var o = new api.EventTagsListResponse();
|
| buildCounterEventTagsListResponse++;
|
| if (buildCounterEventTagsListResponse < 3) {
|
| - o.eventTags = buildUnnamed3662();
|
| + o.eventTags = buildUnnamed3373();
|
| o.kind = "foo";
|
| }
|
| buildCounterEventTagsListResponse--;
|
| @@ -3648,7 +3648,7 @@ buildEventTagsListResponse() {
|
| checkEventTagsListResponse(api.EventTagsListResponse o) {
|
| buildCounterEventTagsListResponse++;
|
| if (buildCounterEventTagsListResponse < 3) {
|
| - checkUnnamed3662(o.eventTags);
|
| + checkUnnamed3373(o.eventTags);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterEventTagsListResponse--;
|
| @@ -3712,14 +3712,14 @@ checkFile(api.File o) {
|
| buildCounterFile--;
|
| }
|
|
|
| -buildUnnamed3663() {
|
| +buildUnnamed3374() {
|
| var o = new core.List<api.File>();
|
| o.add(buildFile());
|
| o.add(buildFile());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3663(core.List<api.File> o) {
|
| +checkUnnamed3374(core.List<api.File> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFile(o[0]);
|
| checkFile(o[1]);
|
| @@ -3731,7 +3731,7 @@ buildFileList() {
|
| buildCounterFileList++;
|
| if (buildCounterFileList < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed3663();
|
| + o.items = buildUnnamed3374();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -3743,7 +3743,7 @@ checkFileList(api.FileList o) {
|
| buildCounterFileList++;
|
| if (buildCounterFileList < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed3663(o.items);
|
| + checkUnnamed3374(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -3796,14 +3796,14 @@ checkFloodlightActivitiesGenerateTagResponse(api.FloodlightActivitiesGenerateTag
|
| buildCounterFloodlightActivitiesGenerateTagResponse--;
|
| }
|
|
|
| -buildUnnamed3664() {
|
| +buildUnnamed3375() {
|
| var o = new core.List<api.FloodlightActivity>();
|
| o.add(buildFloodlightActivity());
|
| o.add(buildFloodlightActivity());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3664(core.List<api.FloodlightActivity> o) {
|
| +checkUnnamed3375(core.List<api.FloodlightActivity> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFloodlightActivity(o[0]);
|
| checkFloodlightActivity(o[1]);
|
| @@ -3814,7 +3814,7 @@ buildFloodlightActivitiesListResponse() {
|
| var o = new api.FloodlightActivitiesListResponse();
|
| buildCounterFloodlightActivitiesListResponse++;
|
| if (buildCounterFloodlightActivitiesListResponse < 3) {
|
| - o.floodlightActivities = buildUnnamed3664();
|
| + o.floodlightActivities = buildUnnamed3375();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -3825,47 +3825,47 @@ buildFloodlightActivitiesListResponse() {
|
| checkFloodlightActivitiesListResponse(api.FloodlightActivitiesListResponse o) {
|
| buildCounterFloodlightActivitiesListResponse++;
|
| if (buildCounterFloodlightActivitiesListResponse < 3) {
|
| - checkUnnamed3664(o.floodlightActivities);
|
| + checkUnnamed3375(o.floodlightActivities);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterFloodlightActivitiesListResponse--;
|
| }
|
|
|
| -buildUnnamed3665() {
|
| +buildUnnamed3376() {
|
| var o = new core.List<api.FloodlightActivityDynamicTag>();
|
| o.add(buildFloodlightActivityDynamicTag());
|
| o.add(buildFloodlightActivityDynamicTag());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3665(core.List<api.FloodlightActivityDynamicTag> o) {
|
| +checkUnnamed3376(core.List<api.FloodlightActivityDynamicTag> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFloodlightActivityDynamicTag(o[0]);
|
| checkFloodlightActivityDynamicTag(o[1]);
|
| }
|
|
|
| -buildUnnamed3666() {
|
| +buildUnnamed3377() {
|
| var o = new core.List<api.FloodlightActivityPublisherDynamicTag>();
|
| o.add(buildFloodlightActivityPublisherDynamicTag());
|
| o.add(buildFloodlightActivityPublisherDynamicTag());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3666(core.List<api.FloodlightActivityPublisherDynamicTag> o) {
|
| +checkUnnamed3377(core.List<api.FloodlightActivityPublisherDynamicTag> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFloodlightActivityPublisherDynamicTag(o[0]);
|
| checkFloodlightActivityPublisherDynamicTag(o[1]);
|
| }
|
|
|
| -buildUnnamed3667() {
|
| +buildUnnamed3378() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3667(core.List<core.String> o) {
|
| +checkUnnamed3378(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -3881,7 +3881,7 @@ buildFloodlightActivity() {
|
| o.advertiserIdDimensionValue = buildDimensionValue();
|
| o.cacheBustingType = "foo";
|
| o.countingMethod = "foo";
|
| - o.defaultTags = buildUnnamed3665();
|
| + o.defaultTags = buildUnnamed3376();
|
| o.expectedUrl = "foo";
|
| o.floodlightActivityGroupId = "foo";
|
| o.floodlightActivityGroupName = "foo";
|
| @@ -3896,14 +3896,14 @@ buildFloodlightActivity() {
|
| o.kind = "foo";
|
| o.name = "foo";
|
| o.notes = "foo";
|
| - o.publisherTags = buildUnnamed3666();
|
| + o.publisherTags = buildUnnamed3377();
|
| o.secure = true;
|
| o.sslCompliant = true;
|
| o.sslRequired = true;
|
| o.subaccountId = "foo";
|
| o.tagFormat = "foo";
|
| o.tagString = "foo";
|
| - o.userDefinedVariableTypes = buildUnnamed3667();
|
| + o.userDefinedVariableTypes = buildUnnamed3378();
|
| }
|
| buildCounterFloodlightActivity--;
|
| return o;
|
| @@ -3917,7 +3917,7 @@ checkFloodlightActivity(api.FloodlightActivity o) {
|
| checkDimensionValue(o.advertiserIdDimensionValue);
|
| unittest.expect(o.cacheBustingType, unittest.equals('foo'));
|
| unittest.expect(o.countingMethod, unittest.equals('foo'));
|
| - checkUnnamed3665(o.defaultTags);
|
| + checkUnnamed3376(o.defaultTags);
|
| unittest.expect(o.expectedUrl, unittest.equals('foo'));
|
| unittest.expect(o.floodlightActivityGroupId, unittest.equals('foo'));
|
| unittest.expect(o.floodlightActivityGroupName, unittest.equals('foo'));
|
| @@ -3932,14 +3932,14 @@ checkFloodlightActivity(api.FloodlightActivity o) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.notes, unittest.equals('foo'));
|
| - checkUnnamed3666(o.publisherTags);
|
| + checkUnnamed3377(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'));
|
| - checkUnnamed3667(o.userDefinedVariableTypes);
|
| + checkUnnamed3378(o.userDefinedVariableTypes);
|
| }
|
| buildCounterFloodlightActivity--;
|
| }
|
| @@ -4008,14 +4008,14 @@ checkFloodlightActivityGroup(api.FloodlightActivityGroup o) {
|
| buildCounterFloodlightActivityGroup--;
|
| }
|
|
|
| -buildUnnamed3668() {
|
| +buildUnnamed3379() {
|
| var o = new core.List<api.FloodlightActivityGroup>();
|
| o.add(buildFloodlightActivityGroup());
|
| o.add(buildFloodlightActivityGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3668(core.List<api.FloodlightActivityGroup> o) {
|
| +checkUnnamed3379(core.List<api.FloodlightActivityGroup> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFloodlightActivityGroup(o[0]);
|
| checkFloodlightActivityGroup(o[1]);
|
| @@ -4026,7 +4026,7 @@ buildFloodlightActivityGroupsListResponse() {
|
| var o = new api.FloodlightActivityGroupsListResponse();
|
| buildCounterFloodlightActivityGroupsListResponse++;
|
| if (buildCounterFloodlightActivityGroupsListResponse < 3) {
|
| - o.floodlightActivityGroups = buildUnnamed3668();
|
| + o.floodlightActivityGroups = buildUnnamed3379();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -4037,7 +4037,7 @@ buildFloodlightActivityGroupsListResponse() {
|
| checkFloodlightActivityGroupsListResponse(api.FloodlightActivityGroupsListResponse o) {
|
| buildCounterFloodlightActivityGroupsListResponse++;
|
| if (buildCounterFloodlightActivityGroupsListResponse < 3) {
|
| - checkUnnamed3668(o.floodlightActivityGroups);
|
| + checkUnnamed3379(o.floodlightActivityGroups);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -4073,40 +4073,40 @@ checkFloodlightActivityPublisherDynamicTag(api.FloodlightActivityPublisherDynami
|
| buildCounterFloodlightActivityPublisherDynamicTag--;
|
| }
|
|
|
| -buildUnnamed3669() {
|
| +buildUnnamed3380() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3669(core.List<core.String> o) {
|
| +checkUnnamed3380(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3670() {
|
| +buildUnnamed3381() {
|
| var o = new core.List<api.ThirdPartyAuthenticationToken>();
|
| o.add(buildThirdPartyAuthenticationToken());
|
| o.add(buildThirdPartyAuthenticationToken());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3670(core.List<api.ThirdPartyAuthenticationToken> o) {
|
| +checkUnnamed3381(core.List<api.ThirdPartyAuthenticationToken> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkThirdPartyAuthenticationToken(o[0]);
|
| checkThirdPartyAuthenticationToken(o[1]);
|
| }
|
|
|
| -buildUnnamed3671() {
|
| +buildUnnamed3382() {
|
| var o = new core.List<api.UserDefinedVariableConfiguration>();
|
| o.add(buildUserDefinedVariableConfiguration());
|
| o.add(buildUserDefinedVariableConfiguration());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3671(core.List<api.UserDefinedVariableConfiguration> o) {
|
| +checkUnnamed3382(core.List<api.UserDefinedVariableConfiguration> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUserDefinedVariableConfiguration(o[0]);
|
| checkUserDefinedVariableConfiguration(o[1]);
|
| @@ -4130,11 +4130,11 @@ buildFloodlightConfiguration() {
|
| o.lookbackConfiguration = buildLookbackConfiguration();
|
| o.naturalSearchConversionAttributionOption = "foo";
|
| o.omnitureSettings = buildOmnitureSettings();
|
| - o.standardVariableTypes = buildUnnamed3669();
|
| + o.standardVariableTypes = buildUnnamed3380();
|
| o.subaccountId = "foo";
|
| o.tagSettings = buildTagSettings();
|
| - o.thirdPartyAuthenticationTokens = buildUnnamed3670();
|
| - o.userDefinedVariableConfigurations = buildUnnamed3671();
|
| + o.thirdPartyAuthenticationTokens = buildUnnamed3381();
|
| + o.userDefinedVariableConfigurations = buildUnnamed3382();
|
| }
|
| buildCounterFloodlightConfiguration--;
|
| return o;
|
| @@ -4156,23 +4156,23 @@ checkFloodlightConfiguration(api.FloodlightConfiguration o) {
|
| checkLookbackConfiguration(o.lookbackConfiguration);
|
| unittest.expect(o.naturalSearchConversionAttributionOption, unittest.equals('foo'));
|
| checkOmnitureSettings(o.omnitureSettings);
|
| - checkUnnamed3669(o.standardVariableTypes);
|
| + checkUnnamed3380(o.standardVariableTypes);
|
| unittest.expect(o.subaccountId, unittest.equals('foo'));
|
| checkTagSettings(o.tagSettings);
|
| - checkUnnamed3670(o.thirdPartyAuthenticationTokens);
|
| - checkUnnamed3671(o.userDefinedVariableConfigurations);
|
| + checkUnnamed3381(o.thirdPartyAuthenticationTokens);
|
| + checkUnnamed3382(o.userDefinedVariableConfigurations);
|
| }
|
| buildCounterFloodlightConfiguration--;
|
| }
|
|
|
| -buildUnnamed3672() {
|
| +buildUnnamed3383() {
|
| var o = new core.List<api.FloodlightConfiguration>();
|
| o.add(buildFloodlightConfiguration());
|
| o.add(buildFloodlightConfiguration());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3672(core.List<api.FloodlightConfiguration> o) {
|
| +checkUnnamed3383(core.List<api.FloodlightConfiguration> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFloodlightConfiguration(o[0]);
|
| checkFloodlightConfiguration(o[1]);
|
| @@ -4183,7 +4183,7 @@ buildFloodlightConfigurationsListResponse() {
|
| var o = new api.FloodlightConfigurationsListResponse();
|
| buildCounterFloodlightConfigurationsListResponse++;
|
| if (buildCounterFloodlightConfigurationsListResponse < 3) {
|
| - o.floodlightConfigurations = buildUnnamed3672();
|
| + o.floodlightConfigurations = buildUnnamed3383();
|
| o.kind = "foo";
|
| }
|
| buildCounterFloodlightConfigurationsListResponse--;
|
| @@ -4193,46 +4193,46 @@ buildFloodlightConfigurationsListResponse() {
|
| checkFloodlightConfigurationsListResponse(api.FloodlightConfigurationsListResponse o) {
|
| buildCounterFloodlightConfigurationsListResponse++;
|
| if (buildCounterFloodlightConfigurationsListResponse < 3) {
|
| - checkUnnamed3672(o.floodlightConfigurations);
|
| + checkUnnamed3383(o.floodlightConfigurations);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterFloodlightConfigurationsListResponse--;
|
| }
|
|
|
| -buildUnnamed3673() {
|
| +buildUnnamed3384() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3673(core.List<api.Dimension> o) {
|
| +checkUnnamed3384(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed3674() {
|
| +buildUnnamed3385() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3674(core.List<api.Dimension> o) {
|
| +checkUnnamed3385(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed3675() {
|
| +buildUnnamed3386() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3675(core.List<api.Metric> o) {
|
| +checkUnnamed3386(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| @@ -4243,10 +4243,10 @@ buildFloodlightReportCompatibleFields() {
|
| var o = new api.FloodlightReportCompatibleFields();
|
| buildCounterFloodlightReportCompatibleFields++;
|
| if (buildCounterFloodlightReportCompatibleFields < 3) {
|
| - o.dimensionFilters = buildUnnamed3673();
|
| - o.dimensions = buildUnnamed3674();
|
| + o.dimensionFilters = buildUnnamed3384();
|
| + o.dimensions = buildUnnamed3385();
|
| o.kind = "foo";
|
| - o.metrics = buildUnnamed3675();
|
| + o.metrics = buildUnnamed3386();
|
| }
|
| buildCounterFloodlightReportCompatibleFields--;
|
| return o;
|
| @@ -4255,10 +4255,10 @@ buildFloodlightReportCompatibleFields() {
|
| checkFloodlightReportCompatibleFields(api.FloodlightReportCompatibleFields o) {
|
| buildCounterFloodlightReportCompatibleFields++;
|
| if (buildCounterFloodlightReportCompatibleFields < 3) {
|
| - checkUnnamed3673(o.dimensionFilters);
|
| - checkUnnamed3674(o.dimensions);
|
| + checkUnnamed3384(o.dimensionFilters);
|
| + checkUnnamed3385(o.dimensions);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed3675(o.metrics);
|
| + checkUnnamed3386(o.metrics);
|
| }
|
| buildCounterFloodlightReportCompatibleFields--;
|
| }
|
| @@ -4311,66 +4311,66 @@ checkFsCommand(api.FsCommand o) {
|
| buildCounterFsCommand--;
|
| }
|
|
|
| -buildUnnamed3676() {
|
| +buildUnnamed3387() {
|
| var o = new core.List<api.City>();
|
| o.add(buildCity());
|
| o.add(buildCity());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3676(core.List<api.City> o) {
|
| +checkUnnamed3387(core.List<api.City> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCity(o[0]);
|
| checkCity(o[1]);
|
| }
|
|
|
| -buildUnnamed3677() {
|
| +buildUnnamed3388() {
|
| var o = new core.List<api.Country>();
|
| o.add(buildCountry());
|
| o.add(buildCountry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3677(core.List<api.Country> o) {
|
| +checkUnnamed3388(core.List<api.Country> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCountry(o[0]);
|
| checkCountry(o[1]);
|
| }
|
|
|
| -buildUnnamed3678() {
|
| +buildUnnamed3389() {
|
| var o = new core.List<api.Metro>();
|
| o.add(buildMetro());
|
| o.add(buildMetro());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3678(core.List<api.Metro> o) {
|
| +checkUnnamed3389(core.List<api.Metro> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetro(o[0]);
|
| checkMetro(o[1]);
|
| }
|
|
|
| -buildUnnamed3679() {
|
| +buildUnnamed3390() {
|
| var o = new core.List<api.PostalCode>();
|
| o.add(buildPostalCode());
|
| o.add(buildPostalCode());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3679(core.List<api.PostalCode> o) {
|
| +checkUnnamed3390(core.List<api.PostalCode> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPostalCode(o[0]);
|
| checkPostalCode(o[1]);
|
| }
|
|
|
| -buildUnnamed3680() {
|
| +buildUnnamed3391() {
|
| var o = new core.List<api.Region>();
|
| o.add(buildRegion());
|
| o.add(buildRegion());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3680(core.List<api.Region> o) {
|
| +checkUnnamed3391(core.List<api.Region> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRegion(o[0]);
|
| checkRegion(o[1]);
|
| @@ -4381,12 +4381,12 @@ buildGeoTargeting() {
|
| var o = new api.GeoTargeting();
|
| buildCounterGeoTargeting++;
|
| if (buildCounterGeoTargeting < 3) {
|
| - o.cities = buildUnnamed3676();
|
| - o.countries = buildUnnamed3677();
|
| + o.cities = buildUnnamed3387();
|
| + o.countries = buildUnnamed3388();
|
| o.excludeCountries = true;
|
| - o.metros = buildUnnamed3678();
|
| - o.postalCodes = buildUnnamed3679();
|
| - o.regions = buildUnnamed3680();
|
| + o.metros = buildUnnamed3389();
|
| + o.postalCodes = buildUnnamed3390();
|
| + o.regions = buildUnnamed3391();
|
| }
|
| buildCounterGeoTargeting--;
|
| return o;
|
| @@ -4395,24 +4395,24 @@ buildGeoTargeting() {
|
| checkGeoTargeting(api.GeoTargeting o) {
|
| buildCounterGeoTargeting++;
|
| if (buildCounterGeoTargeting < 3) {
|
| - checkUnnamed3676(o.cities);
|
| - checkUnnamed3677(o.countries);
|
| + checkUnnamed3387(o.cities);
|
| + checkUnnamed3388(o.countries);
|
| unittest.expect(o.excludeCountries, unittest.isTrue);
|
| - checkUnnamed3678(o.metros);
|
| - checkUnnamed3679(o.postalCodes);
|
| - checkUnnamed3680(o.regions);
|
| + checkUnnamed3389(o.metros);
|
| + checkUnnamed3390(o.postalCodes);
|
| + checkUnnamed3391(o.regions);
|
| }
|
| buildCounterGeoTargeting--;
|
| }
|
|
|
| -buildUnnamed3681() {
|
| +buildUnnamed3392() {
|
| var o = new core.List<api.AdSlot>();
|
| o.add(buildAdSlot());
|
| o.add(buildAdSlot());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3681(core.List<api.AdSlot> o) {
|
| +checkUnnamed3392(core.List<api.AdSlot> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAdSlot(o[0]);
|
| checkAdSlot(o[1]);
|
| @@ -4424,7 +4424,7 @@ buildInventoryItem() {
|
| buildCounterInventoryItem++;
|
| if (buildCounterInventoryItem < 3) {
|
| o.accountId = "foo";
|
| - o.adSlots = buildUnnamed3681();
|
| + o.adSlots = buildUnnamed3392();
|
| o.advertiserId = "foo";
|
| o.contentCategoryId = "foo";
|
| o.estimatedClickThroughRate = "foo";
|
| @@ -4452,7 +4452,7 @@ checkInventoryItem(api.InventoryItem o) {
|
| buildCounterInventoryItem++;
|
| if (buildCounterInventoryItem < 3) {
|
| unittest.expect(o.accountId, unittest.equals('foo'));
|
| - checkUnnamed3681(o.adSlots);
|
| + checkUnnamed3392(o.adSlots);
|
| unittest.expect(o.advertiserId, unittest.equals('foo'));
|
| unittest.expect(o.contentCategoryId, unittest.equals('foo'));
|
| unittest.expect(o.estimatedClickThroughRate, unittest.equals('foo'));
|
| @@ -4475,14 +4475,14 @@ checkInventoryItem(api.InventoryItem o) {
|
| buildCounterInventoryItem--;
|
| }
|
|
|
| -buildUnnamed3682() {
|
| +buildUnnamed3393() {
|
| var o = new core.List<api.InventoryItem>();
|
| o.add(buildInventoryItem());
|
| o.add(buildInventoryItem());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3682(core.List<api.InventoryItem> o) {
|
| +checkUnnamed3393(core.List<api.InventoryItem> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInventoryItem(o[0]);
|
| checkInventoryItem(o[1]);
|
| @@ -4493,7 +4493,7 @@ buildInventoryItemsListResponse() {
|
| var o = new api.InventoryItemsListResponse();
|
| buildCounterInventoryItemsListResponse++;
|
| if (buildCounterInventoryItemsListResponse < 3) {
|
| - o.inventoryItems = buildUnnamed3682();
|
| + o.inventoryItems = buildUnnamed3393();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -4504,7 +4504,7 @@ buildInventoryItemsListResponse() {
|
| checkInventoryItemsListResponse(api.InventoryItemsListResponse o) {
|
| buildCounterInventoryItemsListResponse++;
|
| if (buildCounterInventoryItemsListResponse < 3) {
|
| - checkUnnamed3682(o.inventoryItems);
|
| + checkUnnamed3393(o.inventoryItems);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -4557,14 +4557,14 @@ checkLandingPage(api.LandingPage o) {
|
| buildCounterLandingPage--;
|
| }
|
|
|
| -buildUnnamed3683() {
|
| +buildUnnamed3394() {
|
| var o = new core.List<api.LandingPage>();
|
| o.add(buildLandingPage());
|
| o.add(buildLandingPage());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3683(core.List<api.LandingPage> o) {
|
| +checkUnnamed3394(core.List<api.LandingPage> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkLandingPage(o[0]);
|
| checkLandingPage(o[1]);
|
| @@ -4576,7 +4576,7 @@ buildLandingPagesListResponse() {
|
| buildCounterLandingPagesListResponse++;
|
| if (buildCounterLandingPagesListResponse < 3) {
|
| o.kind = "foo";
|
| - o.landingPages = buildUnnamed3683();
|
| + o.landingPages = buildUnnamed3394();
|
| }
|
| buildCounterLandingPagesListResponse--;
|
| return o;
|
| @@ -4586,7 +4586,7 @@ checkLandingPagesListResponse(api.LandingPagesListResponse o) {
|
| buildCounterLandingPagesListResponse++;
|
| if (buildCounterLandingPagesListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed3683(o.landingPages);
|
| + checkUnnamed3394(o.landingPages);
|
| }
|
| buildCounterLandingPagesListResponse--;
|
| }
|
| @@ -4610,14 +4610,14 @@ checkLastModifiedInfo(api.LastModifiedInfo o) {
|
| buildCounterLastModifiedInfo--;
|
| }
|
|
|
| -buildUnnamed3684() {
|
| +buildUnnamed3395() {
|
| var o = new core.List<api.ListPopulationTerm>();
|
| o.add(buildListPopulationTerm());
|
| o.add(buildListPopulationTerm());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3684(core.List<api.ListPopulationTerm> o) {
|
| +checkUnnamed3395(core.List<api.ListPopulationTerm> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkListPopulationTerm(o[0]);
|
| checkListPopulationTerm(o[1]);
|
| @@ -4628,7 +4628,7 @@ buildListPopulationClause() {
|
| var o = new api.ListPopulationClause();
|
| buildCounterListPopulationClause++;
|
| if (buildCounterListPopulationClause < 3) {
|
| - o.terms = buildUnnamed3684();
|
| + o.terms = buildUnnamed3395();
|
| }
|
| buildCounterListPopulationClause--;
|
| return o;
|
| @@ -4637,19 +4637,19 @@ buildListPopulationClause() {
|
| checkListPopulationClause(api.ListPopulationClause o) {
|
| buildCounterListPopulationClause++;
|
| if (buildCounterListPopulationClause < 3) {
|
| - checkUnnamed3684(o.terms);
|
| + checkUnnamed3395(o.terms);
|
| }
|
| buildCounterListPopulationClause--;
|
| }
|
|
|
| -buildUnnamed3685() {
|
| +buildUnnamed3396() {
|
| var o = new core.List<api.ListPopulationClause>();
|
| o.add(buildListPopulationClause());
|
| o.add(buildListPopulationClause());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3685(core.List<api.ListPopulationClause> o) {
|
| +checkUnnamed3396(core.List<api.ListPopulationClause> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkListPopulationClause(o[0]);
|
| checkListPopulationClause(o[1]);
|
| @@ -4662,7 +4662,7 @@ buildListPopulationRule() {
|
| if (buildCounterListPopulationRule < 3) {
|
| o.floodlightActivityId = "foo";
|
| o.floodlightActivityName = "foo";
|
| - o.listPopulationClauses = buildUnnamed3685();
|
| + o.listPopulationClauses = buildUnnamed3396();
|
| }
|
| buildCounterListPopulationRule--;
|
| return o;
|
| @@ -4673,7 +4673,7 @@ checkListPopulationRule(api.ListPopulationRule o) {
|
| if (buildCounterListPopulationRule < 3) {
|
| unittest.expect(o.floodlightActivityId, unittest.equals('foo'));
|
| unittest.expect(o.floodlightActivityName, unittest.equals('foo'));
|
| - checkUnnamed3685(o.listPopulationClauses);
|
| + checkUnnamed3396(o.listPopulationClauses);
|
| }
|
| buildCounterListPopulationRule--;
|
| }
|
| @@ -4803,14 +4803,14 @@ checkMetro(api.Metro o) {
|
| buildCounterMetro--;
|
| }
|
|
|
| -buildUnnamed3686() {
|
| +buildUnnamed3397() {
|
| var o = new core.List<api.Metro>();
|
| o.add(buildMetro());
|
| o.add(buildMetro());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3686(core.List<api.Metro> o) {
|
| +checkUnnamed3397(core.List<api.Metro> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetro(o[0]);
|
| checkMetro(o[1]);
|
| @@ -4822,7 +4822,7 @@ buildMetrosListResponse() {
|
| buildCounterMetrosListResponse++;
|
| if (buildCounterMetrosListResponse < 3) {
|
| o.kind = "foo";
|
| - o.metros = buildUnnamed3686();
|
| + o.metros = buildUnnamed3397();
|
| }
|
| buildCounterMetrosListResponse--;
|
| return o;
|
| @@ -4832,7 +4832,7 @@ checkMetrosListResponse(api.MetrosListResponse o) {
|
| buildCounterMetrosListResponse++;
|
| if (buildCounterMetrosListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed3686(o.metros);
|
| + checkUnnamed3397(o.metros);
|
| }
|
| buildCounterMetrosListResponse--;
|
| }
|
| @@ -4864,14 +4864,14 @@ checkMobileCarrier(api.MobileCarrier o) {
|
| buildCounterMobileCarrier--;
|
| }
|
|
|
| -buildUnnamed3687() {
|
| +buildUnnamed3398() {
|
| var o = new core.List<api.MobileCarrier>();
|
| o.add(buildMobileCarrier());
|
| o.add(buildMobileCarrier());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3687(core.List<api.MobileCarrier> o) {
|
| +checkUnnamed3398(core.List<api.MobileCarrier> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMobileCarrier(o[0]);
|
| checkMobileCarrier(o[1]);
|
| @@ -4883,7 +4883,7 @@ buildMobileCarriersListResponse() {
|
| buildCounterMobileCarriersListResponse++;
|
| if (buildCounterMobileCarriersListResponse < 3) {
|
| o.kind = "foo";
|
| - o.mobileCarriers = buildUnnamed3687();
|
| + o.mobileCarriers = buildUnnamed3398();
|
| }
|
| buildCounterMobileCarriersListResponse--;
|
| return o;
|
| @@ -4893,19 +4893,19 @@ checkMobileCarriersListResponse(api.MobileCarriersListResponse o) {
|
| buildCounterMobileCarriersListResponse++;
|
| if (buildCounterMobileCarriersListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed3687(o.mobileCarriers);
|
| + checkUnnamed3398(o.mobileCarriers);
|
| }
|
| buildCounterMobileCarriersListResponse--;
|
| }
|
|
|
| -buildUnnamed3688() {
|
| +buildUnnamed3399() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3688(core.List<core.String> o) {
|
| +checkUnnamed3399(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -4917,7 +4917,7 @@ buildObjectFilter() {
|
| buildCounterObjectFilter++;
|
| if (buildCounterObjectFilter < 3) {
|
| o.kind = "foo";
|
| - o.objectIds = buildUnnamed3688();
|
| + o.objectIds = buildUnnamed3399();
|
| o.status = "foo";
|
| }
|
| buildCounterObjectFilter--;
|
| @@ -4928,7 +4928,7 @@ checkObjectFilter(api.ObjectFilter o) {
|
| buildCounterObjectFilter++;
|
| if (buildCounterObjectFilter < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed3688(o.objectIds);
|
| + checkUnnamed3399(o.objectIds);
|
| unittest.expect(o.status, unittest.equals('foo'));
|
| }
|
| buildCounterObjectFilter--;
|
| @@ -5032,14 +5032,14 @@ checkOperatingSystemVersion(api.OperatingSystemVersion o) {
|
| buildCounterOperatingSystemVersion--;
|
| }
|
|
|
| -buildUnnamed3689() {
|
| +buildUnnamed3400() {
|
| var o = new core.List<api.OperatingSystemVersion>();
|
| o.add(buildOperatingSystemVersion());
|
| o.add(buildOperatingSystemVersion());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3689(core.List<api.OperatingSystemVersion> o) {
|
| +checkUnnamed3400(core.List<api.OperatingSystemVersion> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOperatingSystemVersion(o[0]);
|
| checkOperatingSystemVersion(o[1]);
|
| @@ -5051,7 +5051,7 @@ buildOperatingSystemVersionsListResponse() {
|
| buildCounterOperatingSystemVersionsListResponse++;
|
| if (buildCounterOperatingSystemVersionsListResponse < 3) {
|
| o.kind = "foo";
|
| - o.operatingSystemVersions = buildUnnamed3689();
|
| + o.operatingSystemVersions = buildUnnamed3400();
|
| }
|
| buildCounterOperatingSystemVersionsListResponse--;
|
| return o;
|
| @@ -5061,19 +5061,19 @@ checkOperatingSystemVersionsListResponse(api.OperatingSystemVersionsListResponse
|
| buildCounterOperatingSystemVersionsListResponse++;
|
| if (buildCounterOperatingSystemVersionsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed3689(o.operatingSystemVersions);
|
| + checkUnnamed3400(o.operatingSystemVersions);
|
| }
|
| buildCounterOperatingSystemVersionsListResponse--;
|
| }
|
|
|
| -buildUnnamed3690() {
|
| +buildUnnamed3401() {
|
| var o = new core.List<api.OperatingSystem>();
|
| o.add(buildOperatingSystem());
|
| o.add(buildOperatingSystem());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3690(core.List<api.OperatingSystem> o) {
|
| +checkUnnamed3401(core.List<api.OperatingSystem> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOperatingSystem(o[0]);
|
| checkOperatingSystem(o[1]);
|
| @@ -5085,7 +5085,7 @@ buildOperatingSystemsListResponse() {
|
| buildCounterOperatingSystemsListResponse++;
|
| if (buildCounterOperatingSystemsListResponse < 3) {
|
| o.kind = "foo";
|
| - o.operatingSystems = buildUnnamed3690();
|
| + o.operatingSystems = buildUnnamed3401();
|
| }
|
| buildCounterOperatingSystemsListResponse--;
|
| return o;
|
| @@ -5095,7 +5095,7 @@ checkOperatingSystemsListResponse(api.OperatingSystemsListResponse o) {
|
| buildCounterOperatingSystemsListResponse++;
|
| if (buildCounterOperatingSystemsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed3690(o.operatingSystems);
|
| + checkUnnamed3401(o.operatingSystems);
|
| }
|
| buildCounterOperatingSystemsListResponse--;
|
| }
|
| @@ -5123,53 +5123,53 @@ checkOptimizationActivity(api.OptimizationActivity o) {
|
| buildCounterOptimizationActivity--;
|
| }
|
|
|
| -buildUnnamed3691() {
|
| +buildUnnamed3402() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3691(core.List<core.String> o) {
|
| +checkUnnamed3402(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3692() {
|
| +buildUnnamed3403() {
|
| var o = new core.List<api.OrderContact>();
|
| o.add(buildOrderContact());
|
| o.add(buildOrderContact());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3692(core.List<api.OrderContact> o) {
|
| +checkUnnamed3403(core.List<api.OrderContact> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOrderContact(o[0]);
|
| checkOrderContact(o[1]);
|
| }
|
|
|
| -buildUnnamed3693() {
|
| +buildUnnamed3404() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3693(core.List<core.String> o) {
|
| +checkUnnamed3404(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3694() {
|
| +buildUnnamed3405() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3694(core.List<core.String> o) {
|
| +checkUnnamed3405(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -5182,11 +5182,11 @@ buildOrder() {
|
| if (buildCounterOrder < 3) {
|
| o.accountId = "foo";
|
| o.advertiserId = "foo";
|
| - o.approverUserProfileIds = buildUnnamed3691();
|
| + o.approverUserProfileIds = buildUnnamed3402();
|
| o.buyerInvoiceId = "foo";
|
| o.buyerOrganizationName = "foo";
|
| o.comments = "foo";
|
| - o.contacts = buildUnnamed3692();
|
| + o.contacts = buildUnnamed3403();
|
| o.id = "foo";
|
| o.kind = "foo";
|
| o.lastModifiedInfo = buildLastModifiedInfo();
|
| @@ -5196,8 +5196,8 @@ buildOrder() {
|
| o.projectId = "foo";
|
| o.sellerOrderId = "foo";
|
| o.sellerOrganizationName = "foo";
|
| - o.siteId = buildUnnamed3693();
|
| - o.siteNames = buildUnnamed3694();
|
| + o.siteId = buildUnnamed3404();
|
| + o.siteNames = buildUnnamed3405();
|
| o.subaccountId = "foo";
|
| o.termsAndConditions = "foo";
|
| }
|
| @@ -5210,11 +5210,11 @@ checkOrder(api.Order o) {
|
| if (buildCounterOrder < 3) {
|
| unittest.expect(o.accountId, unittest.equals('foo'));
|
| unittest.expect(o.advertiserId, unittest.equals('foo'));
|
| - checkUnnamed3691(o.approverUserProfileIds);
|
| + checkUnnamed3402(o.approverUserProfileIds);
|
| unittest.expect(o.buyerInvoiceId, unittest.equals('foo'));
|
| unittest.expect(o.buyerOrganizationName, unittest.equals('foo'));
|
| unittest.expect(o.comments, unittest.equals('foo'));
|
| - checkUnnamed3692(o.contacts);
|
| + checkUnnamed3403(o.contacts);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| checkLastModifiedInfo(o.lastModifiedInfo);
|
| @@ -5224,8 +5224,8 @@ checkOrder(api.Order o) {
|
| unittest.expect(o.projectId, unittest.equals('foo'));
|
| unittest.expect(o.sellerOrderId, unittest.equals('foo'));
|
| unittest.expect(o.sellerOrganizationName, unittest.equals('foo'));
|
| - checkUnnamed3693(o.siteId);
|
| - checkUnnamed3694(o.siteNames);
|
| + checkUnnamed3404(o.siteId);
|
| + checkUnnamed3405(o.siteNames);
|
| unittest.expect(o.subaccountId, unittest.equals('foo'));
|
| unittest.expect(o.termsAndConditions, unittest.equals('foo'));
|
| }
|
| @@ -5259,27 +5259,27 @@ checkOrderContact(api.OrderContact o) {
|
| buildCounterOrderContact--;
|
| }
|
|
|
| -buildUnnamed3695() {
|
| +buildUnnamed3406() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3695(core.List<core.String> o) {
|
| +checkUnnamed3406(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3696() {
|
| +buildUnnamed3407() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3696(core.List<core.String> o) {
|
| +checkUnnamed3407(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -5293,13 +5293,13 @@ buildOrderDocument() {
|
| o.accountId = "foo";
|
| o.advertiserId = "foo";
|
| o.amendedOrderDocumentId = "foo";
|
| - o.approvedByUserProfileIds = buildUnnamed3695();
|
| + o.approvedByUserProfileIds = buildUnnamed3406();
|
| o.cancelled = true;
|
| o.createdInfo = buildLastModifiedInfo();
|
| o.effectiveDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| o.id = "foo";
|
| o.kind = "foo";
|
| - o.lastSentRecipients = buildUnnamed3696();
|
| + o.lastSentRecipients = buildUnnamed3407();
|
| o.lastSentTime = core.DateTime.parse("2002-02-27T14:01:02");
|
| o.orderId = "foo";
|
| o.projectId = "foo";
|
| @@ -5318,13 +5318,13 @@ checkOrderDocument(api.OrderDocument o) {
|
| unittest.expect(o.accountId, unittest.equals('foo'));
|
| unittest.expect(o.advertiserId, unittest.equals('foo'));
|
| unittest.expect(o.amendedOrderDocumentId, unittest.equals('foo'));
|
| - checkUnnamed3695(o.approvedByUserProfileIds);
|
| + checkUnnamed3406(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'));
|
| - checkUnnamed3696(o.lastSentRecipients);
|
| + checkUnnamed3407(o.lastSentRecipients);
|
| unittest.expect(o.lastSentTime, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
|
| unittest.expect(o.orderId, unittest.equals('foo'));
|
| unittest.expect(o.projectId, unittest.equals('foo'));
|
| @@ -5336,14 +5336,14 @@ checkOrderDocument(api.OrderDocument o) {
|
| buildCounterOrderDocument--;
|
| }
|
|
|
| -buildUnnamed3697() {
|
| +buildUnnamed3408() {
|
| var o = new core.List<api.OrderDocument>();
|
| o.add(buildOrderDocument());
|
| o.add(buildOrderDocument());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3697(core.List<api.OrderDocument> o) {
|
| +checkUnnamed3408(core.List<api.OrderDocument> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOrderDocument(o[0]);
|
| checkOrderDocument(o[1]);
|
| @@ -5356,7 +5356,7 @@ buildOrderDocumentsListResponse() {
|
| if (buildCounterOrderDocumentsListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.orderDocuments = buildUnnamed3697();
|
| + o.orderDocuments = buildUnnamed3408();
|
| }
|
| buildCounterOrderDocumentsListResponse--;
|
| return o;
|
| @@ -5367,19 +5367,19 @@ checkOrderDocumentsListResponse(api.OrderDocumentsListResponse o) {
|
| if (buildCounterOrderDocumentsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed3697(o.orderDocuments);
|
| + checkUnnamed3408(o.orderDocuments);
|
| }
|
| buildCounterOrderDocumentsListResponse--;
|
| }
|
|
|
| -buildUnnamed3698() {
|
| +buildUnnamed3409() {
|
| var o = new core.List<api.Order>();
|
| o.add(buildOrder());
|
| o.add(buildOrder());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3698(core.List<api.Order> o) {
|
| +checkUnnamed3409(core.List<api.Order> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOrder(o[0]);
|
| checkOrder(o[1]);
|
| @@ -5392,7 +5392,7 @@ buildOrdersListResponse() {
|
| if (buildCounterOrdersListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.orders = buildUnnamed3698();
|
| + o.orders = buildUnnamed3409();
|
| }
|
| buildCounterOrdersListResponse--;
|
| return o;
|
| @@ -5403,58 +5403,58 @@ checkOrdersListResponse(api.OrdersListResponse o) {
|
| if (buildCounterOrdersListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed3698(o.orders);
|
| + checkUnnamed3409(o.orders);
|
| }
|
| buildCounterOrdersListResponse--;
|
| }
|
|
|
| -buildUnnamed3699() {
|
| +buildUnnamed3410() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3699(core.List<api.Dimension> o) {
|
| +checkUnnamed3410(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed3700() {
|
| +buildUnnamed3411() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3700(core.List<api.Dimension> o) {
|
| +checkUnnamed3411(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed3701() {
|
| +buildUnnamed3412() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3701(core.List<api.Metric> o) {
|
| +checkUnnamed3412(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| }
|
|
|
| -buildUnnamed3702() {
|
| +buildUnnamed3413() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3702(core.List<api.Dimension> o) {
|
| +checkUnnamed3413(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| @@ -5465,11 +5465,11 @@ buildPathToConversionReportCompatibleFields() {
|
| var o = new api.PathToConversionReportCompatibleFields();
|
| buildCounterPathToConversionReportCompatibleFields++;
|
| if (buildCounterPathToConversionReportCompatibleFields < 3) {
|
| - o.conversionDimensions = buildUnnamed3699();
|
| - o.customFloodlightVariables = buildUnnamed3700();
|
| + o.conversionDimensions = buildUnnamed3410();
|
| + o.customFloodlightVariables = buildUnnamed3411();
|
| o.kind = "foo";
|
| - o.metrics = buildUnnamed3701();
|
| - o.perInteractionDimensions = buildUnnamed3702();
|
| + o.metrics = buildUnnamed3412();
|
| + o.perInteractionDimensions = buildUnnamed3413();
|
| }
|
| buildCounterPathToConversionReportCompatibleFields--;
|
| return o;
|
| @@ -5478,23 +5478,23 @@ buildPathToConversionReportCompatibleFields() {
|
| checkPathToConversionReportCompatibleFields(api.PathToConversionReportCompatibleFields o) {
|
| buildCounterPathToConversionReportCompatibleFields++;
|
| if (buildCounterPathToConversionReportCompatibleFields < 3) {
|
| - checkUnnamed3699(o.conversionDimensions);
|
| - checkUnnamed3700(o.customFloodlightVariables);
|
| + checkUnnamed3410(o.conversionDimensions);
|
| + checkUnnamed3411(o.customFloodlightVariables);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed3701(o.metrics);
|
| - checkUnnamed3702(o.perInteractionDimensions);
|
| + checkUnnamed3412(o.metrics);
|
| + checkUnnamed3413(o.perInteractionDimensions);
|
| }
|
| buildCounterPathToConversionReportCompatibleFields--;
|
| }
|
|
|
| -buildUnnamed3703() {
|
| +buildUnnamed3414() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3703(core.List<core.String> o) {
|
| +checkUnnamed3414(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -5539,7 +5539,7 @@ buildPlacement() {
|
| o.sslRequired = true;
|
| o.status = "foo";
|
| o.subaccountId = "foo";
|
| - o.tagFormats = buildUnnamed3703();
|
| + o.tagFormats = buildUnnamed3414();
|
| o.tagSetting = buildTagSetting();
|
| }
|
| buildCounterPlacement--;
|
| @@ -5583,7 +5583,7 @@ checkPlacement(api.Placement o) {
|
| unittest.expect(o.sslRequired, unittest.isTrue);
|
| unittest.expect(o.status, unittest.equals('foo'));
|
| unittest.expect(o.subaccountId, unittest.equals('foo'));
|
| - checkUnnamed3703(o.tagFormats);
|
| + checkUnnamed3414(o.tagFormats);
|
| checkTagSetting(o.tagSetting);
|
| }
|
| buildCounterPlacement--;
|
| @@ -5614,14 +5614,14 @@ checkPlacementAssignment(api.PlacementAssignment o) {
|
| buildCounterPlacementAssignment--;
|
| }
|
|
|
| -buildUnnamed3704() {
|
| +buildUnnamed3415() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3704(core.List<core.String> o) {
|
| +checkUnnamed3415(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -5638,7 +5638,7 @@ buildPlacementGroup() {
|
| o.archived = true;
|
| o.campaignId = "foo";
|
| o.campaignIdDimensionValue = buildDimensionValue();
|
| - o.childPlacementIds = buildUnnamed3704();
|
| + o.childPlacementIds = buildUnnamed3415();
|
| o.comment = "foo";
|
| o.contentCategoryId = "foo";
|
| o.createInfo = buildLastModifiedInfo();
|
| @@ -5672,7 +5672,7 @@ checkPlacementGroup(api.PlacementGroup o) {
|
| unittest.expect(o.archived, unittest.isTrue);
|
| unittest.expect(o.campaignId, unittest.equals('foo'));
|
| checkDimensionValue(o.campaignIdDimensionValue);
|
| - checkUnnamed3704(o.childPlacementIds);
|
| + checkUnnamed3415(o.childPlacementIds);
|
| unittest.expect(o.comment, unittest.equals('foo'));
|
| unittest.expect(o.contentCategoryId, unittest.equals('foo'));
|
| checkLastModifiedInfo(o.createInfo);
|
| @@ -5696,14 +5696,14 @@ checkPlacementGroup(api.PlacementGroup o) {
|
| buildCounterPlacementGroup--;
|
| }
|
|
|
| -buildUnnamed3705() {
|
| +buildUnnamed3416() {
|
| var o = new core.List<api.PlacementGroup>();
|
| o.add(buildPlacementGroup());
|
| o.add(buildPlacementGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3705(core.List<api.PlacementGroup> o) {
|
| +checkUnnamed3416(core.List<api.PlacementGroup> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPlacementGroup(o[0]);
|
| checkPlacementGroup(o[1]);
|
| @@ -5716,7 +5716,7 @@ buildPlacementGroupsListResponse() {
|
| if (buildCounterPlacementGroupsListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.placementGroups = buildUnnamed3705();
|
| + o.placementGroups = buildUnnamed3416();
|
| }
|
| buildCounterPlacementGroupsListResponse--;
|
| return o;
|
| @@ -5727,19 +5727,19 @@ checkPlacementGroupsListResponse(api.PlacementGroupsListResponse o) {
|
| if (buildCounterPlacementGroupsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed3705(o.placementGroups);
|
| + checkUnnamed3416(o.placementGroups);
|
| }
|
| buildCounterPlacementGroupsListResponse--;
|
| }
|
|
|
| -buildUnnamed3706() {
|
| +buildUnnamed3417() {
|
| var o = new core.List<api.PlacementStrategy>();
|
| o.add(buildPlacementStrategy());
|
| o.add(buildPlacementStrategy());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3706(core.List<api.PlacementStrategy> o) {
|
| +checkUnnamed3417(core.List<api.PlacementStrategy> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPlacementStrategy(o[0]);
|
| checkPlacementStrategy(o[1]);
|
| @@ -5752,7 +5752,7 @@ buildPlacementStrategiesListResponse() {
|
| if (buildCounterPlacementStrategiesListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.placementStrategies = buildUnnamed3706();
|
| + o.placementStrategies = buildUnnamed3417();
|
| }
|
| buildCounterPlacementStrategiesListResponse--;
|
| return o;
|
| @@ -5763,7 +5763,7 @@ checkPlacementStrategiesListResponse(api.PlacementStrategiesListResponse o) {
|
| if (buildCounterPlacementStrategiesListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed3706(o.placementStrategies);
|
| + checkUnnamed3417(o.placementStrategies);
|
| }
|
| buildCounterPlacementStrategiesListResponse--;
|
| }
|
| @@ -5793,14 +5793,14 @@ checkPlacementStrategy(api.PlacementStrategy o) {
|
| buildCounterPlacementStrategy--;
|
| }
|
|
|
| -buildUnnamed3707() {
|
| +buildUnnamed3418() {
|
| var o = new core.List<api.TagData>();
|
| o.add(buildTagData());
|
| o.add(buildTagData());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3707(core.List<api.TagData> o) {
|
| +checkUnnamed3418(core.List<api.TagData> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTagData(o[0]);
|
| checkTagData(o[1]);
|
| @@ -5812,7 +5812,7 @@ buildPlacementTag() {
|
| buildCounterPlacementTag++;
|
| if (buildCounterPlacementTag < 3) {
|
| o.placementId = "foo";
|
| - o.tagDatas = buildUnnamed3707();
|
| + o.tagDatas = buildUnnamed3418();
|
| }
|
| buildCounterPlacementTag--;
|
| return o;
|
| @@ -5822,19 +5822,19 @@ checkPlacementTag(api.PlacementTag o) {
|
| buildCounterPlacementTag++;
|
| if (buildCounterPlacementTag < 3) {
|
| unittest.expect(o.placementId, unittest.equals('foo'));
|
| - checkUnnamed3707(o.tagDatas);
|
| + checkUnnamed3418(o.tagDatas);
|
| }
|
| buildCounterPlacementTag--;
|
| }
|
|
|
| -buildUnnamed3708() {
|
| +buildUnnamed3419() {
|
| var o = new core.List<api.PlacementTag>();
|
| o.add(buildPlacementTag());
|
| o.add(buildPlacementTag());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3708(core.List<api.PlacementTag> o) {
|
| +checkUnnamed3419(core.List<api.PlacementTag> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPlacementTag(o[0]);
|
| checkPlacementTag(o[1]);
|
| @@ -5846,7 +5846,7 @@ buildPlacementsGenerateTagsResponse() {
|
| buildCounterPlacementsGenerateTagsResponse++;
|
| if (buildCounterPlacementsGenerateTagsResponse < 3) {
|
| o.kind = "foo";
|
| - o.placementTags = buildUnnamed3708();
|
| + o.placementTags = buildUnnamed3419();
|
| }
|
| buildCounterPlacementsGenerateTagsResponse--;
|
| return o;
|
| @@ -5856,19 +5856,19 @@ checkPlacementsGenerateTagsResponse(api.PlacementsGenerateTagsResponse o) {
|
| buildCounterPlacementsGenerateTagsResponse++;
|
| if (buildCounterPlacementsGenerateTagsResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed3708(o.placementTags);
|
| + checkUnnamed3419(o.placementTags);
|
| }
|
| buildCounterPlacementsGenerateTagsResponse--;
|
| }
|
|
|
| -buildUnnamed3709() {
|
| +buildUnnamed3420() {
|
| var o = new core.List<api.Placement>();
|
| o.add(buildPlacement());
|
| o.add(buildPlacement());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3709(core.List<api.Placement> o) {
|
| +checkUnnamed3420(core.List<api.Placement> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPlacement(o[0]);
|
| checkPlacement(o[1]);
|
| @@ -5881,7 +5881,7 @@ buildPlacementsListResponse() {
|
| if (buildCounterPlacementsListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.placements = buildUnnamed3709();
|
| + o.placements = buildUnnamed3420();
|
| }
|
| buildCounterPlacementsListResponse--;
|
| return o;
|
| @@ -5892,7 +5892,7 @@ checkPlacementsListResponse(api.PlacementsListResponse o) {
|
| if (buildCounterPlacementsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed3709(o.placements);
|
| + checkUnnamed3420(o.placements);
|
| }
|
| buildCounterPlacementsListResponse--;
|
| }
|
| @@ -5920,14 +5920,14 @@ checkPlatformType(api.PlatformType o) {
|
| buildCounterPlatformType--;
|
| }
|
|
|
| -buildUnnamed3710() {
|
| +buildUnnamed3421() {
|
| var o = new core.List<api.PlatformType>();
|
| o.add(buildPlatformType());
|
| o.add(buildPlatformType());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3710(core.List<api.PlatformType> o) {
|
| +checkUnnamed3421(core.List<api.PlatformType> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPlatformType(o[0]);
|
| checkPlatformType(o[1]);
|
| @@ -5939,7 +5939,7 @@ buildPlatformTypesListResponse() {
|
| buildCounterPlatformTypesListResponse++;
|
| if (buildCounterPlatformTypesListResponse < 3) {
|
| o.kind = "foo";
|
| - o.platformTypes = buildUnnamed3710();
|
| + o.platformTypes = buildUnnamed3421();
|
| }
|
| buildCounterPlatformTypesListResponse--;
|
| return o;
|
| @@ -5949,7 +5949,7 @@ checkPlatformTypesListResponse(api.PlatformTypesListResponse o) {
|
| buildCounterPlatformTypesListResponse++;
|
| if (buildCounterPlatformTypesListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed3710(o.platformTypes);
|
| + checkUnnamed3421(o.platformTypes);
|
| }
|
| buildCounterPlatformTypesListResponse--;
|
| }
|
| @@ -6016,14 +6016,14 @@ checkPostalCode(api.PostalCode o) {
|
| buildCounterPostalCode--;
|
| }
|
|
|
| -buildUnnamed3711() {
|
| +buildUnnamed3422() {
|
| var o = new core.List<api.PostalCode>();
|
| o.add(buildPostalCode());
|
| o.add(buildPostalCode());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3711(core.List<api.PostalCode> o) {
|
| +checkUnnamed3422(core.List<api.PostalCode> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPostalCode(o[0]);
|
| checkPostalCode(o[1]);
|
| @@ -6035,7 +6035,7 @@ buildPostalCodesListResponse() {
|
| buildCounterPostalCodesListResponse++;
|
| if (buildCounterPostalCodesListResponse < 3) {
|
| o.kind = "foo";
|
| - o.postalCodes = buildUnnamed3711();
|
| + o.postalCodes = buildUnnamed3422();
|
| }
|
| buildCounterPostalCodesListResponse--;
|
| return o;
|
| @@ -6045,19 +6045,19 @@ checkPostalCodesListResponse(api.PostalCodesListResponse o) {
|
| buildCounterPostalCodesListResponse++;
|
| if (buildCounterPostalCodesListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed3711(o.postalCodes);
|
| + checkUnnamed3422(o.postalCodes);
|
| }
|
| buildCounterPostalCodesListResponse--;
|
| }
|
|
|
| -buildUnnamed3712() {
|
| +buildUnnamed3423() {
|
| var o = new core.List<api.Flight>();
|
| o.add(buildFlight());
|
| o.add(buildFlight());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3712(core.List<api.Flight> o) {
|
| +checkUnnamed3423(core.List<api.Flight> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFlight(o[0]);
|
| checkFlight(o[1]);
|
| @@ -6070,7 +6070,7 @@ buildPricing() {
|
| if (buildCounterPricing < 3) {
|
| o.capCostType = "foo";
|
| o.endDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| - o.flights = buildUnnamed3712();
|
| + o.flights = buildUnnamed3423();
|
| o.groupType = "foo";
|
| o.pricingType = "foo";
|
| o.startDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| @@ -6084,7 +6084,7 @@ checkPricing(api.Pricing o) {
|
| if (buildCounterPricing < 3) {
|
| unittest.expect(o.capCostType, unittest.equals('foo'));
|
| unittest.expect(o.endDate, unittest.equals(core.DateTime.parse("2002-02-27T00:00:00")));
|
| - checkUnnamed3712(o.flights);
|
| + checkUnnamed3423(o.flights);
|
| unittest.expect(o.groupType, unittest.equals('foo'));
|
| unittest.expect(o.pricingType, unittest.equals('foo'));
|
| unittest.expect(o.startDate, unittest.equals(core.DateTime.parse("2002-02-27T00:00:00")));
|
| @@ -6092,14 +6092,14 @@ checkPricing(api.Pricing o) {
|
| buildCounterPricing--;
|
| }
|
|
|
| -buildUnnamed3713() {
|
| +buildUnnamed3424() {
|
| var o = new core.List<api.PricingSchedulePricingPeriod>();
|
| o.add(buildPricingSchedulePricingPeriod());
|
| o.add(buildPricingSchedulePricingPeriod());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3713(core.List<api.PricingSchedulePricingPeriod> o) {
|
| +checkUnnamed3424(core.List<api.PricingSchedulePricingPeriod> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPricingSchedulePricingPeriod(o[0]);
|
| checkPricingSchedulePricingPeriod(o[1]);
|
| @@ -6115,7 +6115,7 @@ buildPricingSchedule() {
|
| o.endDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| o.flighted = true;
|
| o.floodlightActivityId = "foo";
|
| - o.pricingPeriods = buildUnnamed3713();
|
| + o.pricingPeriods = buildUnnamed3424();
|
| o.pricingType = "foo";
|
| o.startDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| o.testingStartDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| @@ -6132,7 +6132,7 @@ checkPricingSchedule(api.PricingSchedule o) {
|
| unittest.expect(o.endDate, unittest.equals(core.DateTime.parse("2002-02-27T00:00:00")));
|
| unittest.expect(o.flighted, unittest.isTrue);
|
| unittest.expect(o.floodlightActivityId, unittest.equals('foo'));
|
| - checkUnnamed3713(o.pricingPeriods);
|
| + checkUnnamed3424(o.pricingPeriods);
|
| unittest.expect(o.pricingType, unittest.equals('foo'));
|
| unittest.expect(o.startDate, unittest.equals(core.DateTime.parse("2002-02-27T00:00:00")));
|
| unittest.expect(o.testingStartDate, unittest.equals(core.DateTime.parse("2002-02-27T00:00:00")));
|
| @@ -6226,14 +6226,14 @@ checkProject(api.Project o) {
|
| buildCounterProject--;
|
| }
|
|
|
| -buildUnnamed3714() {
|
| +buildUnnamed3425() {
|
| var o = new core.List<api.Project>();
|
| o.add(buildProject());
|
| o.add(buildProject());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3714(core.List<api.Project> o) {
|
| +checkUnnamed3425(core.List<api.Project> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProject(o[0]);
|
| checkProject(o[1]);
|
| @@ -6246,7 +6246,7 @@ buildProjectsListResponse() {
|
| if (buildCounterProjectsListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.projects = buildUnnamed3714();
|
| + o.projects = buildUnnamed3425();
|
| }
|
| buildCounterProjectsListResponse--;
|
| return o;
|
| @@ -6257,71 +6257,71 @@ checkProjectsListResponse(api.ProjectsListResponse o) {
|
| if (buildCounterProjectsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed3714(o.projects);
|
| + checkUnnamed3425(o.projects);
|
| }
|
| buildCounterProjectsListResponse--;
|
| }
|
|
|
| -buildUnnamed3715() {
|
| +buildUnnamed3426() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3715(core.List<api.Dimension> o) {
|
| +checkUnnamed3426(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed3716() {
|
| +buildUnnamed3427() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3716(core.List<api.Dimension> o) {
|
| +checkUnnamed3427(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed3717() {
|
| +buildUnnamed3428() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3717(core.List<api.Metric> o) {
|
| +checkUnnamed3428(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| }
|
|
|
| -buildUnnamed3718() {
|
| +buildUnnamed3429() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3718(core.List<api.Metric> o) {
|
| +checkUnnamed3429(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| }
|
|
|
| -buildUnnamed3719() {
|
| +buildUnnamed3430() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3719(core.List<api.Metric> o) {
|
| +checkUnnamed3430(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| @@ -6332,12 +6332,12 @@ buildReachReportCompatibleFields() {
|
| var o = new api.ReachReportCompatibleFields();
|
| buildCounterReachReportCompatibleFields++;
|
| if (buildCounterReachReportCompatibleFields < 3) {
|
| - o.dimensionFilters = buildUnnamed3715();
|
| - o.dimensions = buildUnnamed3716();
|
| + o.dimensionFilters = buildUnnamed3426();
|
| + o.dimensions = buildUnnamed3427();
|
| o.kind = "foo";
|
| - o.metrics = buildUnnamed3717();
|
| - o.pivotedActivityMetrics = buildUnnamed3718();
|
| - o.reachByFrequencyMetrics = buildUnnamed3719();
|
| + o.metrics = buildUnnamed3428();
|
| + o.pivotedActivityMetrics = buildUnnamed3429();
|
| + o.reachByFrequencyMetrics = buildUnnamed3430();
|
| }
|
| buildCounterReachReportCompatibleFields--;
|
| return o;
|
| @@ -6346,12 +6346,12 @@ buildReachReportCompatibleFields() {
|
| checkReachReportCompatibleFields(api.ReachReportCompatibleFields o) {
|
| buildCounterReachReportCompatibleFields++;
|
| if (buildCounterReachReportCompatibleFields < 3) {
|
| - checkUnnamed3715(o.dimensionFilters);
|
| - checkUnnamed3716(o.dimensions);
|
| + checkUnnamed3426(o.dimensionFilters);
|
| + checkUnnamed3427(o.dimensions);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed3717(o.metrics);
|
| - checkUnnamed3718(o.pivotedActivityMetrics);
|
| - checkUnnamed3719(o.reachByFrequencyMetrics);
|
| + checkUnnamed3428(o.metrics);
|
| + checkUnnamed3429(o.pivotedActivityMetrics);
|
| + checkUnnamed3430(o.reachByFrequencyMetrics);
|
| }
|
| buildCounterReachReportCompatibleFields--;
|
| }
|
| @@ -6408,14 +6408,14 @@ checkRegion(api.Region o) {
|
| buildCounterRegion--;
|
| }
|
|
|
| -buildUnnamed3720() {
|
| +buildUnnamed3431() {
|
| var o = new core.List<api.Region>();
|
| o.add(buildRegion());
|
| o.add(buildRegion());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3720(core.List<api.Region> o) {
|
| +checkUnnamed3431(core.List<api.Region> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRegion(o[0]);
|
| checkRegion(o[1]);
|
| @@ -6427,7 +6427,7 @@ buildRegionsListResponse() {
|
| buildCounterRegionsListResponse++;
|
| if (buildCounterRegionsListResponse < 3) {
|
| o.kind = "foo";
|
| - o.regions = buildUnnamed3720();
|
| + o.regions = buildUnnamed3431();
|
| }
|
| buildCounterRegionsListResponse--;
|
| return o;
|
| @@ -6437,7 +6437,7 @@ checkRegionsListResponse(api.RegionsListResponse o) {
|
| buildCounterRegionsListResponse++;
|
| if (buildCounterRegionsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed3720(o.regions);
|
| + checkUnnamed3431(o.regions);
|
| }
|
| buildCounterRegionsListResponse--;
|
| }
|
| @@ -6485,27 +6485,27 @@ checkRemarketingList(api.RemarketingList o) {
|
| buildCounterRemarketingList--;
|
| }
|
|
|
| -buildUnnamed3721() {
|
| +buildUnnamed3432() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3721(core.List<core.String> o) {
|
| +checkUnnamed3432(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3722() {
|
| +buildUnnamed3433() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3722(core.List<core.String> o) {
|
| +checkUnnamed3433(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -6518,8 +6518,8 @@ buildRemarketingListShare() {
|
| if (buildCounterRemarketingListShare < 3) {
|
| o.kind = "foo";
|
| o.remarketingListId = "foo";
|
| - o.sharedAccountIds = buildUnnamed3721();
|
| - o.sharedAdvertiserIds = buildUnnamed3722();
|
| + o.sharedAccountIds = buildUnnamed3432();
|
| + o.sharedAdvertiserIds = buildUnnamed3433();
|
| }
|
| buildCounterRemarketingListShare--;
|
| return o;
|
| @@ -6530,20 +6530,20 @@ checkRemarketingListShare(api.RemarketingListShare o) {
|
| if (buildCounterRemarketingListShare < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.remarketingListId, unittest.equals('foo'));
|
| - checkUnnamed3721(o.sharedAccountIds);
|
| - checkUnnamed3722(o.sharedAdvertiserIds);
|
| + checkUnnamed3432(o.sharedAccountIds);
|
| + checkUnnamed3433(o.sharedAdvertiserIds);
|
| }
|
| buildCounterRemarketingListShare--;
|
| }
|
|
|
| -buildUnnamed3723() {
|
| +buildUnnamed3434() {
|
| var o = new core.List<api.RemarketingList>();
|
| o.add(buildRemarketingList());
|
| o.add(buildRemarketingList());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3723(core.List<api.RemarketingList> o) {
|
| +checkUnnamed3434(core.List<api.RemarketingList> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRemarketingList(o[0]);
|
| checkRemarketingList(o[1]);
|
| @@ -6556,7 +6556,7 @@ buildRemarketingListsListResponse() {
|
| if (buildCounterRemarketingListsListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.remarketingLists = buildUnnamed3723();
|
| + o.remarketingLists = buildUnnamed3434();
|
| }
|
| buildCounterRemarketingListsListResponse--;
|
| return o;
|
| @@ -6567,45 +6567,45 @@ checkRemarketingListsListResponse(api.RemarketingListsListResponse o) {
|
| if (buildCounterRemarketingListsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed3723(o.remarketingLists);
|
| + checkUnnamed3434(o.remarketingLists);
|
| }
|
| buildCounterRemarketingListsListResponse--;
|
| }
|
|
|
| -buildUnnamed3724() {
|
| +buildUnnamed3435() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3724(core.List<api.DimensionValue> o) {
|
| +checkUnnamed3435(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed3725() {
|
| +buildUnnamed3436() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3725(core.List<api.SortedDimension> o) {
|
| +checkUnnamed3436(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed3726() {
|
| +buildUnnamed3437() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3726(core.List<core.String> o) {
|
| +checkUnnamed3437(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -6619,9 +6619,9 @@ buildReportCriteria() {
|
| o.activities = buildActivities();
|
| o.customRichMediaEvents = buildCustomRichMediaEvents();
|
| o.dateRange = buildDateRange();
|
| - o.dimensionFilters = buildUnnamed3724();
|
| - o.dimensions = buildUnnamed3725();
|
| - o.metricNames = buildUnnamed3726();
|
| + o.dimensionFilters = buildUnnamed3435();
|
| + o.dimensions = buildUnnamed3436();
|
| + o.metricNames = buildUnnamed3437();
|
| }
|
| buildCounterReportCriteria--;
|
| return o;
|
| @@ -6633,60 +6633,60 @@ checkReportCriteria(api.ReportCriteria o) {
|
| checkActivities(o.activities);
|
| checkCustomRichMediaEvents(o.customRichMediaEvents);
|
| checkDateRange(o.dateRange);
|
| - checkUnnamed3724(o.dimensionFilters);
|
| - checkUnnamed3725(o.dimensions);
|
| - checkUnnamed3726(o.metricNames);
|
| + checkUnnamed3435(o.dimensionFilters);
|
| + checkUnnamed3436(o.dimensions);
|
| + checkUnnamed3437(o.metricNames);
|
| }
|
| buildCounterReportCriteria--;
|
| }
|
|
|
| -buildUnnamed3727() {
|
| +buildUnnamed3438() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3727(core.List<api.SortedDimension> o) {
|
| +checkUnnamed3438(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed3728() {
|
| +buildUnnamed3439() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3728(core.List<api.DimensionValue> o) {
|
| +checkUnnamed3439(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed3729() {
|
| +buildUnnamed3440() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3729(core.List<core.String> o) {
|
| +checkUnnamed3440(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3730() {
|
| +buildUnnamed3441() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3730(core.List<core.String> o) {
|
| +checkUnnamed3441(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -6697,12 +6697,12 @@ buildReportCrossDimensionReachCriteria() {
|
| var o = new api.ReportCrossDimensionReachCriteria();
|
| buildCounterReportCrossDimensionReachCriteria++;
|
| if (buildCounterReportCrossDimensionReachCriteria < 3) {
|
| - o.breakdown = buildUnnamed3727();
|
| + o.breakdown = buildUnnamed3438();
|
| o.dateRange = buildDateRange();
|
| o.dimension = "foo";
|
| - o.dimensionFilters = buildUnnamed3728();
|
| - o.metricNames = buildUnnamed3729();
|
| - o.overlapMetricNames = buildUnnamed3730();
|
| + o.dimensionFilters = buildUnnamed3439();
|
| + o.metricNames = buildUnnamed3440();
|
| + o.overlapMetricNames = buildUnnamed3441();
|
| o.pivoted = true;
|
| }
|
| buildCounterReportCrossDimensionReachCriteria--;
|
| @@ -6712,25 +6712,25 @@ buildReportCrossDimensionReachCriteria() {
|
| checkReportCrossDimensionReachCriteria(api.ReportCrossDimensionReachCriteria o) {
|
| buildCounterReportCrossDimensionReachCriteria++;
|
| if (buildCounterReportCrossDimensionReachCriteria < 3) {
|
| - checkUnnamed3727(o.breakdown);
|
| + checkUnnamed3438(o.breakdown);
|
| checkDateRange(o.dateRange);
|
| unittest.expect(o.dimension, unittest.equals('foo'));
|
| - checkUnnamed3728(o.dimensionFilters);
|
| - checkUnnamed3729(o.metricNames);
|
| - checkUnnamed3730(o.overlapMetricNames);
|
| + checkUnnamed3439(o.dimensionFilters);
|
| + checkUnnamed3440(o.metricNames);
|
| + checkUnnamed3441(o.overlapMetricNames);
|
| unittest.expect(o.pivoted, unittest.isTrue);
|
| }
|
| buildCounterReportCrossDimensionReachCriteria--;
|
| }
|
|
|
| -buildUnnamed3731() {
|
| +buildUnnamed3442() {
|
| var o = new core.List<api.Recipient>();
|
| o.add(buildRecipient());
|
| o.add(buildRecipient());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3731(core.List<api.Recipient> o) {
|
| +checkUnnamed3442(core.List<api.Recipient> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRecipient(o[0]);
|
| checkRecipient(o[1]);
|
| @@ -6744,7 +6744,7 @@ buildReportDelivery() {
|
| o.emailOwner = true;
|
| o.emailOwnerDeliveryType = "foo";
|
| o.message = "foo";
|
| - o.recipients = buildUnnamed3731();
|
| + o.recipients = buildUnnamed3442();
|
| }
|
| buildCounterReportDelivery--;
|
| return o;
|
| @@ -6756,58 +6756,58 @@ checkReportDelivery(api.ReportDelivery o) {
|
| unittest.expect(o.emailOwner, unittest.isTrue);
|
| unittest.expect(o.emailOwnerDeliveryType, unittest.equals('foo'));
|
| unittest.expect(o.message, unittest.equals('foo'));
|
| - checkUnnamed3731(o.recipients);
|
| + checkUnnamed3442(o.recipients);
|
| }
|
| buildCounterReportDelivery--;
|
| }
|
|
|
| -buildUnnamed3732() {
|
| +buildUnnamed3443() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3732(core.List<api.DimensionValue> o) {
|
| +checkUnnamed3443(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed3733() {
|
| +buildUnnamed3444() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3733(core.List<api.DimensionValue> o) {
|
| +checkUnnamed3444(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed3734() {
|
| +buildUnnamed3445() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3734(core.List<api.SortedDimension> o) {
|
| +checkUnnamed3445(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed3735() {
|
| +buildUnnamed3446() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3735(core.List<core.String> o) {
|
| +checkUnnamed3446(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -6841,12 +6841,12 @@ buildReportFloodlightCriteria() {
|
| var o = new api.ReportFloodlightCriteria();
|
| buildCounterReportFloodlightCriteria++;
|
| if (buildCounterReportFloodlightCriteria < 3) {
|
| - o.customRichMediaEvents = buildUnnamed3732();
|
| + o.customRichMediaEvents = buildUnnamed3443();
|
| o.dateRange = buildDateRange();
|
| - o.dimensionFilters = buildUnnamed3733();
|
| - o.dimensions = buildUnnamed3734();
|
| + o.dimensionFilters = buildUnnamed3444();
|
| + o.dimensions = buildUnnamed3445();
|
| o.floodlightConfigId = buildDimensionValue();
|
| - o.metricNames = buildUnnamed3735();
|
| + o.metricNames = buildUnnamed3446();
|
| o.reportProperties = buildReportFloodlightCriteriaReportProperties();
|
| }
|
| buildCounterReportFloodlightCriteria--;
|
| @@ -6856,90 +6856,90 @@ buildReportFloodlightCriteria() {
|
| checkReportFloodlightCriteria(api.ReportFloodlightCriteria o) {
|
| buildCounterReportFloodlightCriteria++;
|
| if (buildCounterReportFloodlightCriteria < 3) {
|
| - checkUnnamed3732(o.customRichMediaEvents);
|
| + checkUnnamed3443(o.customRichMediaEvents);
|
| checkDateRange(o.dateRange);
|
| - checkUnnamed3733(o.dimensionFilters);
|
| - checkUnnamed3734(o.dimensions);
|
| + checkUnnamed3444(o.dimensionFilters);
|
| + checkUnnamed3445(o.dimensions);
|
| checkDimensionValue(o.floodlightConfigId);
|
| - checkUnnamed3735(o.metricNames);
|
| + checkUnnamed3446(o.metricNames);
|
| checkReportFloodlightCriteriaReportProperties(o.reportProperties);
|
| }
|
| buildCounterReportFloodlightCriteria--;
|
| }
|
|
|
| -buildUnnamed3736() {
|
| +buildUnnamed3447() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3736(core.List<api.DimensionValue> o) {
|
| +checkUnnamed3447(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed3737() {
|
| +buildUnnamed3448() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3737(core.List<api.SortedDimension> o) {
|
| +checkUnnamed3448(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed3738() {
|
| +buildUnnamed3449() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3738(core.List<api.SortedDimension> o) {
|
| +checkUnnamed3449(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed3739() {
|
| +buildUnnamed3450() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3739(core.List<api.DimensionValue> o) {
|
| +checkUnnamed3450(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed3740() {
|
| +buildUnnamed3451() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3740(core.List<core.String> o) {
|
| +checkUnnamed3451(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3741() {
|
| +buildUnnamed3452() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3741(core.List<api.SortedDimension> o) {
|
| +checkUnnamed3452(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| @@ -6985,14 +6985,14 @@ buildReportPathToConversionCriteria() {
|
| var o = new api.ReportPathToConversionCriteria();
|
| buildCounterReportPathToConversionCriteria++;
|
| if (buildCounterReportPathToConversionCriteria < 3) {
|
| - o.activityFilters = buildUnnamed3736();
|
| - o.conversionDimensions = buildUnnamed3737();
|
| - o.customFloodlightVariables = buildUnnamed3738();
|
| - o.customRichMediaEvents = buildUnnamed3739();
|
| + o.activityFilters = buildUnnamed3447();
|
| + o.conversionDimensions = buildUnnamed3448();
|
| + o.customFloodlightVariables = buildUnnamed3449();
|
| + o.customRichMediaEvents = buildUnnamed3450();
|
| o.dateRange = buildDateRange();
|
| o.floodlightConfigId = buildDimensionValue();
|
| - o.metricNames = buildUnnamed3740();
|
| - o.perInteractionDimensions = buildUnnamed3741();
|
| + o.metricNames = buildUnnamed3451();
|
| + o.perInteractionDimensions = buildUnnamed3452();
|
| o.reportProperties = buildReportPathToConversionCriteriaReportProperties();
|
| }
|
| buildCounterReportPathToConversionCriteria--;
|
| @@ -7002,66 +7002,66 @@ buildReportPathToConversionCriteria() {
|
| checkReportPathToConversionCriteria(api.ReportPathToConversionCriteria o) {
|
| buildCounterReportPathToConversionCriteria++;
|
| if (buildCounterReportPathToConversionCriteria < 3) {
|
| - checkUnnamed3736(o.activityFilters);
|
| - checkUnnamed3737(o.conversionDimensions);
|
| - checkUnnamed3738(o.customFloodlightVariables);
|
| - checkUnnamed3739(o.customRichMediaEvents);
|
| + checkUnnamed3447(o.activityFilters);
|
| + checkUnnamed3448(o.conversionDimensions);
|
| + checkUnnamed3449(o.customFloodlightVariables);
|
| + checkUnnamed3450(o.customRichMediaEvents);
|
| checkDateRange(o.dateRange);
|
| checkDimensionValue(o.floodlightConfigId);
|
| - checkUnnamed3740(o.metricNames);
|
| - checkUnnamed3741(o.perInteractionDimensions);
|
| + checkUnnamed3451(o.metricNames);
|
| + checkUnnamed3452(o.perInteractionDimensions);
|
| checkReportPathToConversionCriteriaReportProperties(o.reportProperties);
|
| }
|
| buildCounterReportPathToConversionCriteria--;
|
| }
|
|
|
| -buildUnnamed3742() {
|
| +buildUnnamed3453() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3742(core.List<api.DimensionValue> o) {
|
| +checkUnnamed3453(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed3743() {
|
| +buildUnnamed3454() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3743(core.List<api.SortedDimension> o) {
|
| +checkUnnamed3454(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed3744() {
|
| +buildUnnamed3455() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3744(core.List<core.String> o) {
|
| +checkUnnamed3455(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3745() {
|
| +buildUnnamed3456() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3745(core.List<core.String> o) {
|
| +checkUnnamed3456(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -7075,11 +7075,11 @@ buildReportReachCriteria() {
|
| o.activities = buildActivities();
|
| o.customRichMediaEvents = buildCustomRichMediaEvents();
|
| o.dateRange = buildDateRange();
|
| - o.dimensionFilters = buildUnnamed3742();
|
| - o.dimensions = buildUnnamed3743();
|
| + o.dimensionFilters = buildUnnamed3453();
|
| + o.dimensions = buildUnnamed3454();
|
| o.enableAllDimensionCombinations = true;
|
| - o.metricNames = buildUnnamed3744();
|
| - o.reachByFrequencyMetricNames = buildUnnamed3745();
|
| + o.metricNames = buildUnnamed3455();
|
| + o.reachByFrequencyMetricNames = buildUnnamed3456();
|
| }
|
| buildCounterReportReachCriteria--;
|
| return o;
|
| @@ -7091,23 +7091,23 @@ checkReportReachCriteria(api.ReportReachCriteria o) {
|
| checkActivities(o.activities);
|
| checkCustomRichMediaEvents(o.customRichMediaEvents);
|
| checkDateRange(o.dateRange);
|
| - checkUnnamed3742(o.dimensionFilters);
|
| - checkUnnamed3743(o.dimensions);
|
| + checkUnnamed3453(o.dimensionFilters);
|
| + checkUnnamed3454(o.dimensions);
|
| unittest.expect(o.enableAllDimensionCombinations, unittest.isTrue);
|
| - checkUnnamed3744(o.metricNames);
|
| - checkUnnamed3745(o.reachByFrequencyMetricNames);
|
| + checkUnnamed3455(o.metricNames);
|
| + checkUnnamed3456(o.reachByFrequencyMetricNames);
|
| }
|
| buildCounterReportReachCriteria--;
|
| }
|
|
|
| -buildUnnamed3746() {
|
| +buildUnnamed3457() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3746(core.List<core.String> o) {
|
| +checkUnnamed3457(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -7122,7 +7122,7 @@ buildReportSchedule() {
|
| o.every = 42;
|
| o.expirationDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| o.repeats = "foo";
|
| - o.repeatsOnWeekDays = buildUnnamed3746();
|
| + o.repeatsOnWeekDays = buildUnnamed3457();
|
| o.runsOnDayOfMonth = "foo";
|
| o.startDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| }
|
| @@ -7137,7 +7137,7 @@ checkReportSchedule(api.ReportSchedule o) {
|
| unittest.expect(o.every, unittest.equals(42));
|
| unittest.expect(o.expirationDate, unittest.equals(core.DateTime.parse("2002-02-27T00:00:00")));
|
| unittest.expect(o.repeats, unittest.equals('foo'));
|
| - checkUnnamed3746(o.repeatsOnWeekDays);
|
| + checkUnnamed3457(o.repeatsOnWeekDays);
|
| unittest.expect(o.runsOnDayOfMonth, unittest.equals('foo'));
|
| unittest.expect(o.startDate, unittest.equals(core.DateTime.parse("2002-02-27T00:00:00")));
|
| }
|
| @@ -7197,53 +7197,53 @@ checkReport(api.Report o) {
|
| buildCounterReport--;
|
| }
|
|
|
| -buildUnnamed3747() {
|
| +buildUnnamed3458() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3747(core.List<api.Dimension> o) {
|
| +checkUnnamed3458(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed3748() {
|
| +buildUnnamed3459() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3748(core.List<api.Dimension> o) {
|
| +checkUnnamed3459(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed3749() {
|
| +buildUnnamed3460() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3749(core.List<api.Metric> o) {
|
| +checkUnnamed3460(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| }
|
|
|
| -buildUnnamed3750() {
|
| +buildUnnamed3461() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3750(core.List<api.Metric> o) {
|
| +checkUnnamed3461(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| @@ -7254,11 +7254,11 @@ buildReportCompatibleFields() {
|
| var o = new api.ReportCompatibleFields();
|
| buildCounterReportCompatibleFields++;
|
| if (buildCounterReportCompatibleFields < 3) {
|
| - o.dimensionFilters = buildUnnamed3747();
|
| - o.dimensions = buildUnnamed3748();
|
| + o.dimensionFilters = buildUnnamed3458();
|
| + o.dimensions = buildUnnamed3459();
|
| o.kind = "foo";
|
| - o.metrics = buildUnnamed3749();
|
| - o.pivotedActivityMetrics = buildUnnamed3750();
|
| + o.metrics = buildUnnamed3460();
|
| + o.pivotedActivityMetrics = buildUnnamed3461();
|
| }
|
| buildCounterReportCompatibleFields--;
|
| return o;
|
| @@ -7267,23 +7267,23 @@ buildReportCompatibleFields() {
|
| checkReportCompatibleFields(api.ReportCompatibleFields o) {
|
| buildCounterReportCompatibleFields++;
|
| if (buildCounterReportCompatibleFields < 3) {
|
| - checkUnnamed3747(o.dimensionFilters);
|
| - checkUnnamed3748(o.dimensions);
|
| + checkUnnamed3458(o.dimensionFilters);
|
| + checkUnnamed3459(o.dimensions);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed3749(o.metrics);
|
| - checkUnnamed3750(o.pivotedActivityMetrics);
|
| + checkUnnamed3460(o.metrics);
|
| + checkUnnamed3461(o.pivotedActivityMetrics);
|
| }
|
| buildCounterReportCompatibleFields--;
|
| }
|
|
|
| -buildUnnamed3751() {
|
| +buildUnnamed3462() {
|
| var o = new core.List<api.Report>();
|
| o.add(buildReport());
|
| o.add(buildReport());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3751(core.List<api.Report> o) {
|
| +checkUnnamed3462(core.List<api.Report> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkReport(o[0]);
|
| checkReport(o[1]);
|
| @@ -7295,7 +7295,7 @@ buildReportList() {
|
| buildCounterReportList++;
|
| if (buildCounterReportList < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed3751();
|
| + o.items = buildUnnamed3462();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -7307,7 +7307,7 @@ checkReportList(api.ReportList o) {
|
| buildCounterReportList++;
|
| if (buildCounterReportList < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed3751(o.items);
|
| + checkUnnamed3462(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -7360,14 +7360,14 @@ checkRichMediaExitOverride(api.RichMediaExitOverride o) {
|
| buildCounterRichMediaExitOverride--;
|
| }
|
|
|
| -buildUnnamed3752() {
|
| +buildUnnamed3463() {
|
| var o = new core.List<api.SiteContact>();
|
| o.add(buildSiteContact());
|
| o.add(buildSiteContact());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3752(core.List<api.SiteContact> o) {
|
| +checkUnnamed3463(core.List<api.SiteContact> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSiteContact(o[0]);
|
| checkSiteContact(o[1]);
|
| @@ -7387,7 +7387,7 @@ buildSite() {
|
| o.keyName = "foo";
|
| o.kind = "foo";
|
| o.name = "foo";
|
| - o.siteContacts = buildUnnamed3752();
|
| + o.siteContacts = buildUnnamed3463();
|
| o.siteSettings = buildSiteSettings();
|
| o.subaccountId = "foo";
|
| }
|
| @@ -7407,7 +7407,7 @@ checkSite(api.Site o) {
|
| unittest.expect(o.keyName, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| - checkUnnamed3752(o.siteContacts);
|
| + checkUnnamed3463(o.siteContacts);
|
| checkSiteSettings(o.siteSettings);
|
| unittest.expect(o.subaccountId, unittest.equals('foo'));
|
| }
|
| @@ -7478,14 +7478,14 @@ checkSiteSettings(api.SiteSettings o) {
|
| buildCounterSiteSettings--;
|
| }
|
|
|
| -buildUnnamed3753() {
|
| +buildUnnamed3464() {
|
| var o = new core.List<api.Site>();
|
| o.add(buildSite());
|
| o.add(buildSite());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3753(core.List<api.Site> o) {
|
| +checkUnnamed3464(core.List<api.Site> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSite(o[0]);
|
| checkSite(o[1]);
|
| @@ -7498,7 +7498,7 @@ buildSitesListResponse() {
|
| if (buildCounterSitesListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.sites = buildUnnamed3753();
|
| + o.sites = buildUnnamed3464();
|
| }
|
| buildCounterSitesListResponse--;
|
| return o;
|
| @@ -7509,7 +7509,7 @@ checkSitesListResponse(api.SitesListResponse o) {
|
| if (buildCounterSitesListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed3753(o.sites);
|
| + checkUnnamed3464(o.sites);
|
| }
|
| buildCounterSitesListResponse--;
|
| }
|
| @@ -7541,14 +7541,14 @@ checkSize(api.Size o) {
|
| buildCounterSize--;
|
| }
|
|
|
| -buildUnnamed3754() {
|
| +buildUnnamed3465() {
|
| var o = new core.List<api.Size>();
|
| o.add(buildSize());
|
| o.add(buildSize());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3754(core.List<api.Size> o) {
|
| +checkUnnamed3465(core.List<api.Size> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSize(o[0]);
|
| checkSize(o[1]);
|
| @@ -7560,7 +7560,7 @@ buildSizesListResponse() {
|
| buildCounterSizesListResponse++;
|
| if (buildCounterSizesListResponse < 3) {
|
| o.kind = "foo";
|
| - o.sizes = buildUnnamed3754();
|
| + o.sizes = buildUnnamed3465();
|
| }
|
| buildCounterSizesListResponse--;
|
| return o;
|
| @@ -7570,7 +7570,7 @@ checkSizesListResponse(api.SizesListResponse o) {
|
| buildCounterSizesListResponse++;
|
| if (buildCounterSizesListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed3754(o.sizes);
|
| + checkUnnamed3465(o.sizes);
|
| }
|
| buildCounterSizesListResponse--;
|
| }
|
| @@ -7598,14 +7598,14 @@ checkSortedDimension(api.SortedDimension o) {
|
| buildCounterSortedDimension--;
|
| }
|
|
|
| -buildUnnamed3755() {
|
| +buildUnnamed3466() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3755(core.List<core.String> o) {
|
| +checkUnnamed3466(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -7617,7 +7617,7 @@ buildSubaccount() {
|
| buildCounterSubaccount++;
|
| if (buildCounterSubaccount < 3) {
|
| o.accountId = "foo";
|
| - o.availablePermissionIds = buildUnnamed3755();
|
| + o.availablePermissionIds = buildUnnamed3466();
|
| o.id = "foo";
|
| o.kind = "foo";
|
| o.name = "foo";
|
| @@ -7630,7 +7630,7 @@ checkSubaccount(api.Subaccount o) {
|
| buildCounterSubaccount++;
|
| if (buildCounterSubaccount < 3) {
|
| unittest.expect(o.accountId, unittest.equals('foo'));
|
| - checkUnnamed3755(o.availablePermissionIds);
|
| + checkUnnamed3466(o.availablePermissionIds);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| @@ -7638,14 +7638,14 @@ checkSubaccount(api.Subaccount o) {
|
| buildCounterSubaccount--;
|
| }
|
|
|
| -buildUnnamed3756() {
|
| +buildUnnamed3467() {
|
| var o = new core.List<api.Subaccount>();
|
| o.add(buildSubaccount());
|
| o.add(buildSubaccount());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3756(core.List<api.Subaccount> o) {
|
| +checkUnnamed3467(core.List<api.Subaccount> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSubaccount(o[0]);
|
| checkSubaccount(o[1]);
|
| @@ -7658,7 +7658,7 @@ buildSubaccountsListResponse() {
|
| if (buildCounterSubaccountsListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.subaccounts = buildUnnamed3756();
|
| + o.subaccounts = buildUnnamed3467();
|
| }
|
| buildCounterSubaccountsListResponse--;
|
| return o;
|
| @@ -7669,7 +7669,7 @@ checkSubaccountsListResponse(api.SubaccountsListResponse o) {
|
| if (buildCounterSubaccountsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed3756(o.subaccounts);
|
| + checkUnnamed3467(o.subaccounts);
|
| }
|
| buildCounterSubaccountsListResponse--;
|
| }
|
| @@ -7809,14 +7809,14 @@ checkTargetableRemarketingList(api.TargetableRemarketingList o) {
|
| buildCounterTargetableRemarketingList--;
|
| }
|
|
|
| -buildUnnamed3757() {
|
| +buildUnnamed3468() {
|
| var o = new core.List<api.TargetableRemarketingList>();
|
| o.add(buildTargetableRemarketingList());
|
| o.add(buildTargetableRemarketingList());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3757(core.List<api.TargetableRemarketingList> o) {
|
| +checkUnnamed3468(core.List<api.TargetableRemarketingList> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTargetableRemarketingList(o[0]);
|
| checkTargetableRemarketingList(o[1]);
|
| @@ -7829,7 +7829,7 @@ buildTargetableRemarketingListsListResponse() {
|
| if (buildCounterTargetableRemarketingListsListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.targetableRemarketingLists = buildUnnamed3757();
|
| + o.targetableRemarketingLists = buildUnnamed3468();
|
| }
|
| buildCounterTargetableRemarketingListsListResponse--;
|
| return o;
|
| @@ -7840,84 +7840,84 @@ checkTargetableRemarketingListsListResponse(api.TargetableRemarketingListsListRe
|
| if (buildCounterTargetableRemarketingListsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed3757(o.targetableRemarketingLists);
|
| + checkUnnamed3468(o.targetableRemarketingLists);
|
| }
|
| buildCounterTargetableRemarketingListsListResponse--;
|
| }
|
|
|
| -buildUnnamed3758() {
|
| +buildUnnamed3469() {
|
| var o = new core.List<api.Browser>();
|
| o.add(buildBrowser());
|
| o.add(buildBrowser());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3758(core.List<api.Browser> o) {
|
| +checkUnnamed3469(core.List<api.Browser> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkBrowser(o[0]);
|
| checkBrowser(o[1]);
|
| }
|
|
|
| -buildUnnamed3759() {
|
| +buildUnnamed3470() {
|
| var o = new core.List<api.ConnectionType>();
|
| o.add(buildConnectionType());
|
| o.add(buildConnectionType());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3759(core.List<api.ConnectionType> o) {
|
| +checkUnnamed3470(core.List<api.ConnectionType> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkConnectionType(o[0]);
|
| checkConnectionType(o[1]);
|
| }
|
|
|
| -buildUnnamed3760() {
|
| +buildUnnamed3471() {
|
| var o = new core.List<api.MobileCarrier>();
|
| o.add(buildMobileCarrier());
|
| o.add(buildMobileCarrier());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3760(core.List<api.MobileCarrier> o) {
|
| +checkUnnamed3471(core.List<api.MobileCarrier> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMobileCarrier(o[0]);
|
| checkMobileCarrier(o[1]);
|
| }
|
|
|
| -buildUnnamed3761() {
|
| +buildUnnamed3472() {
|
| var o = new core.List<api.OperatingSystemVersion>();
|
| o.add(buildOperatingSystemVersion());
|
| o.add(buildOperatingSystemVersion());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3761(core.List<api.OperatingSystemVersion> o) {
|
| +checkUnnamed3472(core.List<api.OperatingSystemVersion> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOperatingSystemVersion(o[0]);
|
| checkOperatingSystemVersion(o[1]);
|
| }
|
|
|
| -buildUnnamed3762() {
|
| +buildUnnamed3473() {
|
| var o = new core.List<api.OperatingSystem>();
|
| o.add(buildOperatingSystem());
|
| o.add(buildOperatingSystem());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3762(core.List<api.OperatingSystem> o) {
|
| +checkUnnamed3473(core.List<api.OperatingSystem> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOperatingSystem(o[0]);
|
| checkOperatingSystem(o[1]);
|
| }
|
|
|
| -buildUnnamed3763() {
|
| +buildUnnamed3474() {
|
| var o = new core.List<api.PlatformType>();
|
| o.add(buildPlatformType());
|
| o.add(buildPlatformType());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3763(core.List<api.PlatformType> o) {
|
| +checkUnnamed3474(core.List<api.PlatformType> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPlatformType(o[0]);
|
| checkPlatformType(o[1]);
|
| @@ -7928,12 +7928,12 @@ buildTechnologyTargeting() {
|
| var o = new api.TechnologyTargeting();
|
| buildCounterTechnologyTargeting++;
|
| if (buildCounterTechnologyTargeting < 3) {
|
| - o.browsers = buildUnnamed3758();
|
| - o.connectionTypes = buildUnnamed3759();
|
| - o.mobileCarriers = buildUnnamed3760();
|
| - o.operatingSystemVersions = buildUnnamed3761();
|
| - o.operatingSystems = buildUnnamed3762();
|
| - o.platformTypes = buildUnnamed3763();
|
| + o.browsers = buildUnnamed3469();
|
| + o.connectionTypes = buildUnnamed3470();
|
| + o.mobileCarriers = buildUnnamed3471();
|
| + o.operatingSystemVersions = buildUnnamed3472();
|
| + o.operatingSystems = buildUnnamed3473();
|
| + o.platformTypes = buildUnnamed3474();
|
| }
|
| buildCounterTechnologyTargeting--;
|
| return o;
|
| @@ -7942,12 +7942,12 @@ buildTechnologyTargeting() {
|
| checkTechnologyTargeting(api.TechnologyTargeting o) {
|
| buildCounterTechnologyTargeting++;
|
| if (buildCounterTechnologyTargeting < 3) {
|
| - checkUnnamed3758(o.browsers);
|
| - checkUnnamed3759(o.connectionTypes);
|
| - checkUnnamed3760(o.mobileCarriers);
|
| - checkUnnamed3761(o.operatingSystemVersions);
|
| - checkUnnamed3762(o.operatingSystems);
|
| - checkUnnamed3763(o.platformTypes);
|
| + checkUnnamed3469(o.browsers);
|
| + checkUnnamed3470(o.connectionTypes);
|
| + checkUnnamed3471(o.mobileCarriers);
|
| + checkUnnamed3472(o.operatingSystemVersions);
|
| + checkUnnamed3473(o.operatingSystems);
|
| + checkUnnamed3474(o.platformTypes);
|
| }
|
| buildCounterTechnologyTargeting--;
|
| }
|
| @@ -8050,14 +8050,14 @@ checkUserProfile(api.UserProfile o) {
|
| buildCounterUserProfile--;
|
| }
|
|
|
| -buildUnnamed3764() {
|
| +buildUnnamed3475() {
|
| var o = new core.List<api.UserProfile>();
|
| o.add(buildUserProfile());
|
| o.add(buildUserProfile());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3764(core.List<api.UserProfile> o) {
|
| +checkUnnamed3475(core.List<api.UserProfile> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUserProfile(o[0]);
|
| checkUserProfile(o[1]);
|
| @@ -8069,7 +8069,7 @@ buildUserProfileList() {
|
| buildCounterUserProfileList++;
|
| if (buildCounterUserProfileList < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed3764();
|
| + o.items = buildUnnamed3475();
|
| o.kind = "foo";
|
| }
|
| buildCounterUserProfileList--;
|
| @@ -8080,20 +8080,20 @@ checkUserProfileList(api.UserProfileList o) {
|
| buildCounterUserProfileList++;
|
| if (buildCounterUserProfileList < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed3764(o.items);
|
| + checkUnnamed3475(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterUserProfileList--;
|
| }
|
|
|
| -buildUnnamed3765() {
|
| +buildUnnamed3476() {
|
| var o = new core.List<api.UserRolePermission>();
|
| o.add(buildUserRolePermission());
|
| o.add(buildUserRolePermission());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3765(core.List<api.UserRolePermission> o) {
|
| +checkUnnamed3476(core.List<api.UserRolePermission> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUserRolePermission(o[0]);
|
| checkUserRolePermission(o[1]);
|
| @@ -8110,7 +8110,7 @@ buildUserRole() {
|
| o.kind = "foo";
|
| o.name = "foo";
|
| o.parentUserRoleId = "foo";
|
| - o.permissions = buildUnnamed3765();
|
| + o.permissions = buildUnnamed3476();
|
| o.subaccountId = "foo";
|
| }
|
| buildCounterUserRole--;
|
| @@ -8126,7 +8126,7 @@ checkUserRole(api.UserRole o) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.parentUserRoleId, unittest.equals('foo'));
|
| - checkUnnamed3765(o.permissions);
|
| + checkUnnamed3476(o.permissions);
|
| unittest.expect(o.subaccountId, unittest.equals('foo'));
|
| }
|
| buildCounterUserRole--;
|
| @@ -8182,14 +8182,14 @@ checkUserRolePermissionGroup(api.UserRolePermissionGroup o) {
|
| buildCounterUserRolePermissionGroup--;
|
| }
|
|
|
| -buildUnnamed3766() {
|
| +buildUnnamed3477() {
|
| var o = new core.List<api.UserRolePermissionGroup>();
|
| o.add(buildUserRolePermissionGroup());
|
| o.add(buildUserRolePermissionGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3766(core.List<api.UserRolePermissionGroup> o) {
|
| +checkUnnamed3477(core.List<api.UserRolePermissionGroup> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUserRolePermissionGroup(o[0]);
|
| checkUserRolePermissionGroup(o[1]);
|
| @@ -8201,7 +8201,7 @@ buildUserRolePermissionGroupsListResponse() {
|
| buildCounterUserRolePermissionGroupsListResponse++;
|
| if (buildCounterUserRolePermissionGroupsListResponse < 3) {
|
| o.kind = "foo";
|
| - o.userRolePermissionGroups = buildUnnamed3766();
|
| + o.userRolePermissionGroups = buildUnnamed3477();
|
| }
|
| buildCounterUserRolePermissionGroupsListResponse--;
|
| return o;
|
| @@ -8211,19 +8211,19 @@ checkUserRolePermissionGroupsListResponse(api.UserRolePermissionGroupsListRespon
|
| buildCounterUserRolePermissionGroupsListResponse++;
|
| if (buildCounterUserRolePermissionGroupsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed3766(o.userRolePermissionGroups);
|
| + checkUnnamed3477(o.userRolePermissionGroups);
|
| }
|
| buildCounterUserRolePermissionGroupsListResponse--;
|
| }
|
|
|
| -buildUnnamed3767() {
|
| +buildUnnamed3478() {
|
| var o = new core.List<api.UserRolePermission>();
|
| o.add(buildUserRolePermission());
|
| o.add(buildUserRolePermission());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3767(core.List<api.UserRolePermission> o) {
|
| +checkUnnamed3478(core.List<api.UserRolePermission> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUserRolePermission(o[0]);
|
| checkUserRolePermission(o[1]);
|
| @@ -8235,7 +8235,7 @@ buildUserRolePermissionsListResponse() {
|
| buildCounterUserRolePermissionsListResponse++;
|
| if (buildCounterUserRolePermissionsListResponse < 3) {
|
| o.kind = "foo";
|
| - o.userRolePermissions = buildUnnamed3767();
|
| + o.userRolePermissions = buildUnnamed3478();
|
| }
|
| buildCounterUserRolePermissionsListResponse--;
|
| return o;
|
| @@ -8245,19 +8245,19 @@ checkUserRolePermissionsListResponse(api.UserRolePermissionsListResponse o) {
|
| buildCounterUserRolePermissionsListResponse++;
|
| if (buildCounterUserRolePermissionsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed3767(o.userRolePermissions);
|
| + checkUnnamed3478(o.userRolePermissions);
|
| }
|
| buildCounterUserRolePermissionsListResponse--;
|
| }
|
|
|
| -buildUnnamed3768() {
|
| +buildUnnamed3479() {
|
| var o = new core.List<api.UserRole>();
|
| o.add(buildUserRole());
|
| o.add(buildUserRole());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3768(core.List<api.UserRole> o) {
|
| +checkUnnamed3479(core.List<api.UserRole> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUserRole(o[0]);
|
| checkUserRole(o[1]);
|
| @@ -8270,7 +8270,7 @@ buildUserRolesListResponse() {
|
| if (buildCounterUserRolesListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.userRoles = buildUnnamed3768();
|
| + o.userRoles = buildUnnamed3479();
|
| }
|
| buildCounterUserRolesListResponse--;
|
| return o;
|
| @@ -8281,1137 +8281,1137 @@ checkUserRolesListResponse(api.UserRolesListResponse o) {
|
| if (buildCounterUserRolesListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed3768(o.userRoles);
|
| + checkUnnamed3479(o.userRoles);
|
| }
|
| buildCounterUserRolesListResponse--;
|
| }
|
|
|
| -buildUnnamed3769() {
|
| +buildUnnamed3480() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3769(core.List<core.String> o) {
|
| +checkUnnamed3480(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3770() {
|
| +buildUnnamed3481() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3770(core.List<core.String> o) {
|
| +checkUnnamed3481(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3771() {
|
| +buildUnnamed3482() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3771(core.List<core.String> o) {
|
| +checkUnnamed3482(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3772() {
|
| +buildUnnamed3483() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3772(core.List<core.String> o) {
|
| +checkUnnamed3483(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3773() {
|
| +buildUnnamed3484() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3773(core.List<core.String> o) {
|
| +checkUnnamed3484(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3774() {
|
| +buildUnnamed3485() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3774(core.List<core.String> o) {
|
| +checkUnnamed3485(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3775() {
|
| +buildUnnamed3486() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3775(core.List<core.String> o) {
|
| +checkUnnamed3486(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3776() {
|
| +buildUnnamed3487() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3776(core.List<core.String> o) {
|
| +checkUnnamed3487(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3777() {
|
| +buildUnnamed3488() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3777(core.List<core.String> o) {
|
| +checkUnnamed3488(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3778() {
|
| +buildUnnamed3489() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3778(core.List<core.String> o) {
|
| +checkUnnamed3489(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3779() {
|
| +buildUnnamed3490() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3779(core.List<core.String> o) {
|
| +checkUnnamed3490(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3780() {
|
| +buildUnnamed3491() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3780(core.List<core.String> o) {
|
| +checkUnnamed3491(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3781() {
|
| +buildUnnamed3492() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3781(core.List<core.String> o) {
|
| +checkUnnamed3492(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3782() {
|
| +buildUnnamed3493() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3782(core.List<core.String> o) {
|
| +checkUnnamed3493(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3783() {
|
| +buildUnnamed3494() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3783(core.List<core.String> o) {
|
| +checkUnnamed3494(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3784() {
|
| +buildUnnamed3495() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3784(core.List<core.String> o) {
|
| +checkUnnamed3495(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3785() {
|
| +buildUnnamed3496() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3785(core.List<core.String> o) {
|
| +checkUnnamed3496(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3786() {
|
| +buildUnnamed3497() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3786(core.List<core.String> o) {
|
| +checkUnnamed3497(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3787() {
|
| +buildUnnamed3498() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3787(core.List<core.String> o) {
|
| +checkUnnamed3498(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3788() {
|
| +buildUnnamed3499() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3788(core.List<core.String> o) {
|
| +checkUnnamed3499(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3789() {
|
| +buildUnnamed3500() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3789(core.List<core.String> o) {
|
| +checkUnnamed3500(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3790() {
|
| +buildUnnamed3501() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3790(core.List<core.String> o) {
|
| +checkUnnamed3501(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3791() {
|
| +buildUnnamed3502() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3791(core.List<core.String> o) {
|
| +checkUnnamed3502(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3792() {
|
| +buildUnnamed3503() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3792(core.List<core.String> o) {
|
| +checkUnnamed3503(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3793() {
|
| +buildUnnamed3504() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3793(core.List<core.String> o) {
|
| +checkUnnamed3504(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3794() {
|
| +buildUnnamed3505() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3794(core.List<core.String> o) {
|
| +checkUnnamed3505(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3795() {
|
| +buildUnnamed3506() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3795(core.List<core.String> o) {
|
| +checkUnnamed3506(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3796() {
|
| +buildUnnamed3507() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3796(core.List<core.String> o) {
|
| +checkUnnamed3507(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3797() {
|
| +buildUnnamed3508() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3797(core.List<core.String> o) {
|
| +checkUnnamed3508(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3798() {
|
| +buildUnnamed3509() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3798(core.List<core.String> o) {
|
| +checkUnnamed3509(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3799() {
|
| +buildUnnamed3510() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3799(core.List<core.String> o) {
|
| +checkUnnamed3510(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3800() {
|
| +buildUnnamed3511() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3800(core.List<core.String> o) {
|
| +checkUnnamed3511(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3801() {
|
| +buildUnnamed3512() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3801(core.List<core.String> o) {
|
| +checkUnnamed3512(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3802() {
|
| +buildUnnamed3513() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3802(core.List<core.String> o) {
|
| +checkUnnamed3513(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3803() {
|
| +buildUnnamed3514() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3803(core.List<core.String> o) {
|
| +checkUnnamed3514(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3804() {
|
| +buildUnnamed3515() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3804(core.List<core.String> o) {
|
| +checkUnnamed3515(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3805() {
|
| +buildUnnamed3516() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3805(core.List<core.String> o) {
|
| +checkUnnamed3516(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3806() {
|
| +buildUnnamed3517() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3806(core.List<core.String> o) {
|
| +checkUnnamed3517(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3807() {
|
| +buildUnnamed3518() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3807(core.List<core.String> o) {
|
| +checkUnnamed3518(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3808() {
|
| +buildUnnamed3519() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3808(core.List<core.String> o) {
|
| +checkUnnamed3519(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3809() {
|
| +buildUnnamed3520() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3809(core.List<core.String> o) {
|
| +checkUnnamed3520(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3810() {
|
| +buildUnnamed3521() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3810(core.List<core.String> o) {
|
| +checkUnnamed3521(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3811() {
|
| +buildUnnamed3522() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3811(core.List<core.String> o) {
|
| +checkUnnamed3522(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3812() {
|
| +buildUnnamed3523() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3812(core.List<core.String> o) {
|
| +checkUnnamed3523(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3813() {
|
| +buildUnnamed3524() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3813(core.List<core.String> o) {
|
| +checkUnnamed3524(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3814() {
|
| +buildUnnamed3525() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3814(core.List<core.String> o) {
|
| +checkUnnamed3525(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3815() {
|
| +buildUnnamed3526() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3815(core.List<core.String> o) {
|
| +checkUnnamed3526(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3816() {
|
| +buildUnnamed3527() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3816(core.List<core.String> o) {
|
| +checkUnnamed3527(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3817() {
|
| +buildUnnamed3528() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3817(core.List<core.String> o) {
|
| +checkUnnamed3528(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3818() {
|
| +buildUnnamed3529() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3818(core.List<core.String> o) {
|
| +checkUnnamed3529(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3819() {
|
| +buildUnnamed3530() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3819(core.List<core.String> o) {
|
| +checkUnnamed3530(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3820() {
|
| +buildUnnamed3531() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3820(core.List<core.String> o) {
|
| +checkUnnamed3531(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3821() {
|
| +buildUnnamed3532() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3821(core.List<core.String> o) {
|
| +checkUnnamed3532(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3822() {
|
| +buildUnnamed3533() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3822(core.List<core.String> o) {
|
| +checkUnnamed3533(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3823() {
|
| +buildUnnamed3534() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3823(core.List<core.String> o) {
|
| +checkUnnamed3534(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3824() {
|
| +buildUnnamed3535() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3824(core.List<core.String> o) {
|
| +checkUnnamed3535(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3825() {
|
| +buildUnnamed3536() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3825(core.List<core.String> o) {
|
| +checkUnnamed3536(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3826() {
|
| +buildUnnamed3537() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3826(core.List<core.String> o) {
|
| +checkUnnamed3537(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3827() {
|
| +buildUnnamed3538() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3827(core.List<core.String> o) {
|
| +checkUnnamed3538(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3828() {
|
| +buildUnnamed3539() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3828(core.List<core.String> o) {
|
| +checkUnnamed3539(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3829() {
|
| +buildUnnamed3540() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3829(core.List<core.String> o) {
|
| +checkUnnamed3540(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3830() {
|
| +buildUnnamed3541() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3830(core.List<core.String> o) {
|
| +checkUnnamed3541(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3831() {
|
| +buildUnnamed3542() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3831(core.List<core.String> o) {
|
| +checkUnnamed3542(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3832() {
|
| +buildUnnamed3543() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3832(core.List<core.String> o) {
|
| +checkUnnamed3543(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3833() {
|
| +buildUnnamed3544() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3833(core.List<core.String> o) {
|
| +checkUnnamed3544(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3834() {
|
| +buildUnnamed3545() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3834(core.List<core.String> o) {
|
| +checkUnnamed3545(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3835() {
|
| +buildUnnamed3546() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3835(core.List<core.String> o) {
|
| +checkUnnamed3546(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3836() {
|
| +buildUnnamed3547() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3836(core.List<core.String> o) {
|
| +checkUnnamed3547(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3837() {
|
| +buildUnnamed3548() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3837(core.List<core.String> o) {
|
| +checkUnnamed3548(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3838() {
|
| +buildUnnamed3549() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3838(core.List<core.String> o) {
|
| +checkUnnamed3549(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3839() {
|
| +buildUnnamed3550() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3839(core.List<core.String> o) {
|
| +checkUnnamed3550(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3840() {
|
| +buildUnnamed3551() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3840(core.List<core.String> o) {
|
| +checkUnnamed3551(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3841() {
|
| +buildUnnamed3552() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3841(core.List<core.String> o) {
|
| +checkUnnamed3552(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3842() {
|
| +buildUnnamed3553() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3842(core.List<core.String> o) {
|
| +checkUnnamed3553(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3843() {
|
| +buildUnnamed3554() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3843(core.List<core.String> o) {
|
| +checkUnnamed3554(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3844() {
|
| +buildUnnamed3555() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3844(core.List<core.String> o) {
|
| +checkUnnamed3555(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3845() {
|
| +buildUnnamed3556() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3845(core.List<core.String> o) {
|
| +checkUnnamed3556(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3846() {
|
| +buildUnnamed3557() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3846(core.List<core.String> o) {
|
| +checkUnnamed3557(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3847() {
|
| +buildUnnamed3558() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3847(core.List<core.String> o) {
|
| +checkUnnamed3558(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3848() {
|
| +buildUnnamed3559() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3848(core.List<core.String> o) {
|
| +checkUnnamed3559(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3849() {
|
| +buildUnnamed3560() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3849(core.List<core.String> o) {
|
| +checkUnnamed3560(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3850() {
|
| +buildUnnamed3561() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3850(core.List<core.String> o) {
|
| +checkUnnamed3561(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3851() {
|
| +buildUnnamed3562() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3851(core.List<core.String> o) {
|
| +checkUnnamed3562(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3852() {
|
| +buildUnnamed3563() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3852(core.List<core.String> o) {
|
| +checkUnnamed3563(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3853() {
|
| +buildUnnamed3564() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3853(core.List<core.String> o) {
|
| +checkUnnamed3564(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3854() {
|
| +buildUnnamed3565() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3854(core.List<core.String> o) {
|
| +checkUnnamed3565(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed3855() {
|
| +buildUnnamed3566() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3855(core.List<core.String> o) {
|
| +checkUnnamed3566(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -11647,7 +11647,7 @@ main() {
|
| api.AccountUserProfilesResourceApi res = new api.DfareportingApi(mock).accountUserProfiles;
|
| var arg_profileId = "foo";
|
| var arg_active = true;
|
| - var arg_ids = buildUnnamed3769();
|
| + var arg_ids = buildUnnamed3480();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -11895,7 +11895,7 @@ main() {
|
| api.AccountsResourceApi res = new api.DfareportingApi(mock).accounts;
|
| var arg_profileId = "foo";
|
| var arg_active = true;
|
| - var arg_ids = buildUnnamed3770();
|
| + var arg_ids = buildUnnamed3481();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -12198,27 +12198,27 @@ main() {
|
| var arg_active = true;
|
| var arg_advertiserId = "foo";
|
| var arg_archived = true;
|
| - var arg_audienceSegmentIds = buildUnnamed3771();
|
| - var arg_campaignIds = buildUnnamed3772();
|
| + var arg_audienceSegmentIds = buildUnnamed3482();
|
| + var arg_campaignIds = buildUnnamed3483();
|
| var arg_compatibility = "foo";
|
| - var arg_creativeIds = buildUnnamed3773();
|
| - var arg_creativeOptimizationConfigurationIds = buildUnnamed3774();
|
| + var arg_creativeIds = buildUnnamed3484();
|
| + var arg_creativeOptimizationConfigurationIds = buildUnnamed3485();
|
| var arg_creativeType = "foo";
|
| var arg_dynamicClickTracker = true;
|
| - var arg_ids = buildUnnamed3775();
|
| - var arg_landingPageIds = buildUnnamed3776();
|
| + var arg_ids = buildUnnamed3486();
|
| + var arg_landingPageIds = buildUnnamed3487();
|
| var arg_maxResults = 42;
|
| var arg_overriddenEventTagId = "foo";
|
| var arg_pageToken = "foo";
|
| - var arg_placementIds = buildUnnamed3777();
|
| - var arg_remarketingListIds = buildUnnamed3778();
|
| + var arg_placementIds = buildUnnamed3488();
|
| + var arg_remarketingListIds = buildUnnamed3489();
|
| var arg_searchString = "foo";
|
| - var arg_sizeIds = buildUnnamed3779();
|
| + var arg_sizeIds = buildUnnamed3490();
|
| var arg_sortField = "foo";
|
| var arg_sortOrder = "foo";
|
| var arg_sslCompliant = true;
|
| var arg_sslRequired = true;
|
| - var arg_type = buildUnnamed3780();
|
| + var arg_type = buildUnnamed3491();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -12585,7 +12585,7 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.AdvertiserGroupsResourceApi res = new api.DfareportingApi(mock).advertiserGroups;
|
| var arg_profileId = "foo";
|
| - var arg_ids = buildUnnamed3781();
|
| + var arg_ids = buildUnnamed3492();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -12884,9 +12884,9 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.AdvertisersResourceApi res = new api.DfareportingApi(mock).advertisers;
|
| var arg_profileId = "foo";
|
| - var arg_advertiserGroupIds = buildUnnamed3782();
|
| - var arg_floodlightConfigurationIds = buildUnnamed3783();
|
| - var arg_ids = buildUnnamed3784();
|
| + var arg_advertiserGroupIds = buildUnnamed3493();
|
| + var arg_floodlightConfigurationIds = buildUnnamed3494();
|
| + var arg_ids = buildUnnamed3495();
|
| var arg_includeAdvertisersWithoutGroupsOnly = true;
|
| var arg_maxResults = 42;
|
| var arg_onlyParent = true;
|
| @@ -13392,12 +13392,12 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.CampaignsResourceApi res = new api.DfareportingApi(mock).campaigns;
|
| var arg_profileId = "foo";
|
| - var arg_advertiserGroupIds = buildUnnamed3785();
|
| - var arg_advertiserIds = buildUnnamed3786();
|
| + var arg_advertiserGroupIds = buildUnnamed3496();
|
| + var arg_advertiserIds = buildUnnamed3497();
|
| var arg_archived = true;
|
| var arg_atLeastOneOptimizationActivity = true;
|
| - var arg_excludedIds = buildUnnamed3787();
|
| - var arg_ids = buildUnnamed3788();
|
| + var arg_excludedIds = buildUnnamed3498();
|
| + var arg_ids = buildUnnamed3499();
|
| var arg_maxResults = 42;
|
| var arg_overriddenEventTagId = "foo";
|
| var arg_pageToken = "foo";
|
| @@ -13649,15 +13649,15 @@ main() {
|
| api.ChangeLogsResourceApi res = new api.DfareportingApi(mock).changeLogs;
|
| var arg_profileId = "foo";
|
| var arg_action = "foo";
|
| - var arg_ids = buildUnnamed3789();
|
| + var arg_ids = buildUnnamed3500();
|
| var arg_maxChangeTime = "foo";
|
| var arg_maxResults = 42;
|
| var arg_minChangeTime = "foo";
|
| - var arg_objectIds = buildUnnamed3790();
|
| + var arg_objectIds = buildUnnamed3501();
|
| var arg_objectType = "foo";
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| - var arg_userProfileIds = buildUnnamed3791();
|
| + var arg_userProfileIds = buildUnnamed3502();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -13725,10 +13725,10 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.CitiesResourceApi res = new api.DfareportingApi(mock).cities;
|
| var arg_profileId = "foo";
|
| - var arg_countryDartIds = buildUnnamed3792();
|
| - var arg_dartIds = buildUnnamed3793();
|
| + var arg_countryDartIds = buildUnnamed3503();
|
| + var arg_dartIds = buildUnnamed3504();
|
| var arg_namePrefix = "foo";
|
| - var arg_regionDartIds = buildUnnamed3794();
|
| + var arg_regionDartIds = buildUnnamed3505();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -14073,7 +14073,7 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.ContentCategoriesResourceApi res = new api.DfareportingApi(mock).contentCategories;
|
| var arg_profileId = "foo";
|
| - var arg_ids = buildUnnamed3795();
|
| + var arg_ids = buildUnnamed3506();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -14698,7 +14698,7 @@ main() {
|
| api.CreativeFieldValuesResourceApi res = new api.DfareportingApi(mock).creativeFieldValues;
|
| var arg_profileId = "foo";
|
| var arg_creativeFieldId = "foo";
|
| - var arg_ids = buildUnnamed3796();
|
| + var arg_ids = buildUnnamed3507();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -15075,8 +15075,8 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.CreativeFieldsResourceApi res = new api.DfareportingApi(mock).creativeFields;
|
| var arg_profileId = "foo";
|
| - var arg_advertiserIds = buildUnnamed3797();
|
| - var arg_ids = buildUnnamed3798();
|
| + var arg_advertiserIds = buildUnnamed3508();
|
| + var arg_ids = buildUnnamed3509();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -15376,9 +15376,9 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.CreativeGroupsResourceApi res = new api.DfareportingApi(mock).creativeGroups;
|
| var arg_profileId = "foo";
|
| - var arg_advertiserIds = buildUnnamed3799();
|
| + var arg_advertiserIds = buildUnnamed3510();
|
| var arg_groupNumber = 42;
|
| - var arg_ids = buildUnnamed3800();
|
| + var arg_ids = buildUnnamed3511();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -15683,18 +15683,18 @@ main() {
|
| var arg_advertiserId = "foo";
|
| var arg_archived = true;
|
| var arg_campaignId = "foo";
|
| - var arg_companionCreativeIds = buildUnnamed3801();
|
| - var arg_creativeFieldIds = buildUnnamed3802();
|
| - var arg_ids = buildUnnamed3803();
|
| + var arg_companionCreativeIds = buildUnnamed3512();
|
| + var arg_creativeFieldIds = buildUnnamed3513();
|
| + var arg_ids = buildUnnamed3514();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| - var arg_renderingIds = buildUnnamed3804();
|
| + var arg_renderingIds = buildUnnamed3515();
|
| var arg_searchString = "foo";
|
| - var arg_sizeIds = buildUnnamed3805();
|
| + var arg_sizeIds = buildUnnamed3516();
|
| var arg_sortField = "foo";
|
| var arg_sortOrder = "foo";
|
| var arg_studioCreativeId = "foo";
|
| - var arg_types = buildUnnamed3806();
|
| + var arg_types = buildUnnamed3517();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -16006,8 +16006,8 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.DirectorySiteContactsResourceApi res = new api.DfareportingApi(mock).directorySiteContacts;
|
| var arg_profileId = "foo";
|
| - var arg_directorySiteIds = buildUnnamed3807();
|
| - var arg_ids = buildUnnamed3808();
|
| + var arg_directorySiteIds = buildUnnamed3518();
|
| + var arg_ids = buildUnnamed3519();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -16197,7 +16197,7 @@ main() {
|
| var arg_active = true;
|
| var arg_countryId = "foo";
|
| var arg_dfpNetworkCode = "foo";
|
| - var arg_ids = buildUnnamed3809();
|
| + var arg_ids = buildUnnamed3520();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_parentId = "foo";
|
| @@ -16391,7 +16391,7 @@ main() {
|
| api.DynamicTargetingKeysResourceApi res = new api.DfareportingApi(mock).dynamicTargetingKeys;
|
| var arg_profileId = "foo";
|
| var arg_advertiserId = "foo";
|
| - var arg_names = buildUnnamed3810();
|
| + var arg_names = buildUnnamed3521();
|
| var arg_objectId = "foo";
|
| var arg_objectType = "foo";
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| @@ -16629,8 +16629,8 @@ main() {
|
| var arg_campaignId = "foo";
|
| var arg_definitionsOnly = true;
|
| var arg_enabled = true;
|
| - var arg_eventTagTypes = buildUnnamed3811();
|
| - var arg_ids = buildUnnamed3812();
|
| + var arg_eventTagTypes = buildUnnamed3522();
|
| + var arg_ids = buildUnnamed3523();
|
| var arg_searchString = "foo";
|
| var arg_sortField = "foo";
|
| var arg_sortOrder = "foo";
|
| @@ -17168,12 +17168,12 @@ main() {
|
| api.FloodlightActivitiesResourceApi res = new api.DfareportingApi(mock).floodlightActivities;
|
| var arg_profileId = "foo";
|
| var arg_advertiserId = "foo";
|
| - var arg_floodlightActivityGroupIds = buildUnnamed3813();
|
| + var arg_floodlightActivityGroupIds = buildUnnamed3524();
|
| var arg_floodlightActivityGroupName = "foo";
|
| var arg_floodlightActivityGroupTagString = "foo";
|
| var arg_floodlightActivityGroupType = "foo";
|
| var arg_floodlightConfigurationId = "foo";
|
| - var arg_ids = buildUnnamed3814();
|
| + var arg_ids = buildUnnamed3525();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -17482,7 +17482,7 @@ main() {
|
| var arg_profileId = "foo";
|
| var arg_advertiserId = "foo";
|
| var arg_floodlightConfigurationId = "foo";
|
| - var arg_ids = buildUnnamed3815();
|
| + var arg_ids = buildUnnamed3526();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -17728,7 +17728,7 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.FloodlightConfigurationsResourceApi res = new api.DfareportingApi(mock).floodlightConfigurations;
|
| var arg_profileId = "foo";
|
| - var arg_ids = buildUnnamed3816();
|
| + var arg_ids = buildUnnamed3527();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -17969,12 +17969,12 @@ main() {
|
| api.InventoryItemsResourceApi res = new api.DfareportingApi(mock).inventoryItems;
|
| var arg_profileId = "foo";
|
| var arg_projectId = "foo";
|
| - var arg_ids = buildUnnamed3817();
|
| + var arg_ids = buildUnnamed3528();
|
| var arg_inPlan = true;
|
| var arg_maxResults = 42;
|
| - var arg_orderId = buildUnnamed3818();
|
| + var arg_orderId = buildUnnamed3529();
|
| var arg_pageToken = "foo";
|
| - var arg_siteId = buildUnnamed3819();
|
| + var arg_siteId = buildUnnamed3530();
|
| var arg_sortField = "foo";
|
| var arg_sortOrder = "foo";
|
| var arg_type = "foo";
|
| @@ -18907,12 +18907,12 @@ main() {
|
| var arg_profileId = "foo";
|
| var arg_projectId = "foo";
|
| var arg_approved = true;
|
| - var arg_ids = buildUnnamed3820();
|
| + var arg_ids = buildUnnamed3531();
|
| var arg_maxResults = 42;
|
| - var arg_orderId = buildUnnamed3821();
|
| + var arg_orderId = buildUnnamed3532();
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| - var arg_siteId = buildUnnamed3822();
|
| + var arg_siteId = buildUnnamed3533();
|
| var arg_sortField = "foo";
|
| var arg_sortOrder = "foo";
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| @@ -19054,11 +19054,11 @@ main() {
|
| api.OrdersResourceApi res = new api.DfareportingApi(mock).orders;
|
| var arg_profileId = "foo";
|
| var arg_projectId = "foo";
|
| - var arg_ids = buildUnnamed3823();
|
| + var arg_ids = buildUnnamed3534();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| - var arg_siteId = buildUnnamed3824();
|
| + var arg_siteId = buildUnnamed3535();
|
| var arg_sortField = "foo";
|
| var arg_sortOrder = "foo";
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| @@ -19246,12 +19246,12 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.PlacementGroupsResourceApi res = new api.DfareportingApi(mock).placementGroups;
|
| var arg_profileId = "foo";
|
| - var arg_advertiserIds = buildUnnamed3825();
|
| + var arg_advertiserIds = buildUnnamed3536();
|
| var arg_archived = true;
|
| - var arg_campaignIds = buildUnnamed3826();
|
| - var arg_contentCategoryIds = buildUnnamed3827();
|
| - var arg_directorySiteIds = buildUnnamed3828();
|
| - var arg_ids = buildUnnamed3829();
|
| + var arg_campaignIds = buildUnnamed3537();
|
| + var arg_contentCategoryIds = buildUnnamed3538();
|
| + var arg_directorySiteIds = buildUnnamed3539();
|
| + var arg_ids = buildUnnamed3540();
|
| var arg_maxEndDate = "foo";
|
| var arg_maxResults = 42;
|
| var arg_maxStartDate = "foo";
|
| @@ -19259,10 +19259,10 @@ main() {
|
| var arg_minStartDate = "foo";
|
| var arg_pageToken = "foo";
|
| var arg_placementGroupType = "foo";
|
| - var arg_placementStrategyIds = buildUnnamed3830();
|
| - var arg_pricingTypes = buildUnnamed3831();
|
| + var arg_placementStrategyIds = buildUnnamed3541();
|
| + var arg_pricingTypes = buildUnnamed3542();
|
| var arg_searchString = "foo";
|
| - var arg_siteIds = buildUnnamed3832();
|
| + var arg_siteIds = buildUnnamed3543();
|
| var arg_sortField = "foo";
|
| var arg_sortOrder = "foo";
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| @@ -19626,7 +19626,7 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.PlacementStrategiesResourceApi res = new api.DfareportingApi(mock).placementStrategies;
|
| var arg_profileId = "foo";
|
| - var arg_ids = buildUnnamed3833();
|
| + var arg_ids = buildUnnamed3544();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -19812,8 +19812,8 @@ main() {
|
| api.PlacementsResourceApi res = new api.DfareportingApi(mock).placements;
|
| var arg_profileId = "foo";
|
| var arg_campaignId = "foo";
|
| - var arg_placementIds = buildUnnamed3834();
|
| - var arg_tagFormats = buildUnnamed3835();
|
| + var arg_placementIds = buildUnnamed3545();
|
| + var arg_tagFormats = buildUnnamed3546();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -19984,14 +19984,14 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.PlacementsResourceApi res = new api.DfareportingApi(mock).placements;
|
| var arg_profileId = "foo";
|
| - var arg_advertiserIds = buildUnnamed3836();
|
| + var arg_advertiserIds = buildUnnamed3547();
|
| var arg_archived = true;
|
| - var arg_campaignIds = buildUnnamed3837();
|
| - var arg_compatibilities = buildUnnamed3838();
|
| - var arg_contentCategoryIds = buildUnnamed3839();
|
| - var arg_directorySiteIds = buildUnnamed3840();
|
| - var arg_groupIds = buildUnnamed3841();
|
| - var arg_ids = buildUnnamed3842();
|
| + var arg_campaignIds = buildUnnamed3548();
|
| + var arg_compatibilities = buildUnnamed3549();
|
| + var arg_contentCategoryIds = buildUnnamed3550();
|
| + var arg_directorySiteIds = buildUnnamed3551();
|
| + var arg_groupIds = buildUnnamed3552();
|
| + var arg_ids = buildUnnamed3553();
|
| var arg_maxEndDate = "foo";
|
| var arg_maxResults = 42;
|
| var arg_maxStartDate = "foo";
|
| @@ -19999,11 +19999,11 @@ main() {
|
| var arg_minStartDate = "foo";
|
| var arg_pageToken = "foo";
|
| var arg_paymentSource = "foo";
|
| - var arg_placementStrategyIds = buildUnnamed3843();
|
| - var arg_pricingTypes = buildUnnamed3844();
|
| + var arg_placementStrategyIds = buildUnnamed3554();
|
| + var arg_pricingTypes = buildUnnamed3555();
|
| var arg_searchString = "foo";
|
| - var arg_siteIds = buildUnnamed3845();
|
| - var arg_sizeIds = buildUnnamed3846();
|
| + var arg_siteIds = buildUnnamed3556();
|
| + var arg_sizeIds = buildUnnamed3557();
|
| var arg_sortField = "foo";
|
| var arg_sortOrder = "foo";
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| @@ -20486,8 +20486,8 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.ProjectsResourceApi res = new api.DfareportingApi(mock).projects;
|
| var arg_profileId = "foo";
|
| - var arg_advertiserIds = buildUnnamed3847();
|
| - var arg_ids = buildUnnamed3848();
|
| + var arg_advertiserIds = buildUnnamed3558();
|
| + var arg_ids = buildUnnamed3559();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -21835,9 +21835,9 @@ main() {
|
| var arg_acceptsPublisherPaidPlacements = true;
|
| var arg_adWordsSite = true;
|
| var arg_approved = true;
|
| - var arg_campaignIds = buildUnnamed3849();
|
| - var arg_directorySiteIds = buildUnnamed3850();
|
| - var arg_ids = buildUnnamed3851();
|
| + var arg_campaignIds = buildUnnamed3560();
|
| + var arg_directorySiteIds = buildUnnamed3561();
|
| + var arg_ids = buildUnnamed3562();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -22149,7 +22149,7 @@ main() {
|
| var arg_profileId = "foo";
|
| var arg_height = 42;
|
| var arg_iabStandard = true;
|
| - var arg_ids = buildUnnamed3852();
|
| + var arg_ids = buildUnnamed3563();
|
| var arg_width = 42;
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| @@ -22326,7 +22326,7 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.SubaccountsResourceApi res = new api.DfareportingApi(mock).subaccounts;
|
| var arg_profileId = "foo";
|
| - var arg_ids = buildUnnamed3853();
|
| + var arg_ids = buildUnnamed3564();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -22908,7 +22908,7 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.UserRolePermissionsResourceApi res = new api.DfareportingApi(mock).userRolePermissions;
|
| var arg_profileId = "foo";
|
| - var arg_ids = buildUnnamed3854();
|
| + var arg_ids = buildUnnamed3565();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -23137,7 +23137,7 @@ main() {
|
| api.UserRolesResourceApi res = new api.DfareportingApi(mock).userRoles;
|
| var arg_profileId = "foo";
|
| var arg_accountUserRoleOnly = true;
|
| - var arg_ids = buildUnnamed3855();
|
| + var arg_ids = buildUnnamed3566();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
|
|