| Index: generated/googleapis/test/dfareporting/v2_7_test.dart
|
| diff --git a/generated/googleapis/test/dfareporting/v2_7_test.dart b/generated/googleapis/test/dfareporting/v2_7_test.dart
|
| index 06f9cd90339065e4ba76f2e7d5f17461fc0c10c4..ea7cc5380569c312fd68efc71853eb65f6161610 100644
|
| --- a/generated/googleapis/test/dfareporting/v2_7_test.dart
|
| +++ b/generated/googleapis/test/dfareporting/v2_7_test.dart
|
| @@ -51,27 +51,27 @@ http.StreamedResponse stringResponse(
|
| return new http.StreamedResponse(stream, status, headers: headers);
|
| }
|
|
|
| -buildUnnamed2397() {
|
| +buildUnnamed2185() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2397(core.List<core.String> o) {
|
| +checkUnnamed2185(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2398() {
|
| +buildUnnamed2186() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2398(core.List<core.String> o) {
|
| +checkUnnamed2186(core.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 = buildUnnamed2397();
|
| + o.accountPermissionIds = buildUnnamed2185();
|
| o.accountProfile = "foo";
|
| o.active = true;
|
| o.activeAdsLimitTier = "foo";
|
| o.activeViewOptOut = true;
|
| - o.availablePermissionIds = buildUnnamed2398();
|
| + o.availablePermissionIds = buildUnnamed2186();
|
| o.countryId = "foo";
|
| o.currencyId = "foo";
|
| o.defaultCreativeSizeId = "foo";
|
| @@ -109,12 +109,12 @@ buildAccount() {
|
| checkAccount(api.Account o) {
|
| buildCounterAccount++;
|
| if (buildCounterAccount < 3) {
|
| - checkUnnamed2397(o.accountPermissionIds);
|
| + checkUnnamed2185(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);
|
| - checkUnnamed2398(o.availablePermissionIds);
|
| + checkUnnamed2186(o.availablePermissionIds);
|
| unittest.expect(o.countryId, unittest.equals('foo'));
|
| unittest.expect(o.currencyId, unittest.equals('foo'));
|
| unittest.expect(o.defaultCreativeSizeId, unittest.equals('foo'));
|
| @@ -159,14 +159,14 @@ checkAccountActiveAdSummary(api.AccountActiveAdSummary o) {
|
| buildCounterAccountActiveAdSummary--;
|
| }
|
|
|
| -buildUnnamed2399() {
|
| +buildUnnamed2187() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2399(core.List<core.String> o) {
|
| +checkUnnamed2187(core.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 = buildUnnamed2399();
|
| + o.accountProfiles = buildUnnamed2187();
|
| o.id = "foo";
|
| o.kind = "foo";
|
| o.level = "foo";
|
| @@ -191,7 +191,7 @@ buildAccountPermission() {
|
| checkAccountPermission(api.AccountPermission o) {
|
| buildCounterAccountPermission++;
|
| if (buildCounterAccountPermission < 3) {
|
| - checkUnnamed2399(o.accountProfiles);
|
| + checkUnnamed2187(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--;
|
| }
|
|
|
| -buildUnnamed2400() {
|
| +buildUnnamed2188() {
|
| var o = new core.List<api.AccountPermissionGroup>();
|
| o.add(buildAccountPermissionGroup());
|
| o.add(buildAccountPermissionGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2400(core.List<api.AccountPermissionGroup> o) {
|
| +checkUnnamed2188(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 = buildUnnamed2400();
|
| + o.accountPermissionGroups = buildUnnamed2188();
|
| o.kind = "foo";
|
| }
|
| buildCounterAccountPermissionGroupsListResponse--;
|
| @@ -252,20 +252,20 @@ buildAccountPermissionGroupsListResponse() {
|
| checkAccountPermissionGroupsListResponse(api.AccountPermissionGroupsListResponse o) {
|
| buildCounterAccountPermissionGroupsListResponse++;
|
| if (buildCounterAccountPermissionGroupsListResponse < 3) {
|
| - checkUnnamed2400(o.accountPermissionGroups);
|
| + checkUnnamed2188(o.accountPermissionGroups);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterAccountPermissionGroupsListResponse--;
|
| }
|
|
|
| -buildUnnamed2401() {
|
| +buildUnnamed2189() {
|
| var o = new core.List<api.AccountPermission>();
|
| o.add(buildAccountPermission());
|
| o.add(buildAccountPermission());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2401(core.List<api.AccountPermission> o) {
|
| +checkUnnamed2189(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 = buildUnnamed2401();
|
| + o.accountPermissions = buildUnnamed2189();
|
| o.kind = "foo";
|
| }
|
| buildCounterAccountPermissionsListResponse--;
|
| @@ -286,7 +286,7 @@ buildAccountPermissionsListResponse() {
|
| checkAccountPermissionsListResponse(api.AccountPermissionsListResponse o) {
|
| buildCounterAccountPermissionsListResponse++;
|
| if (buildCounterAccountPermissionsListResponse < 3) {
|
| - checkUnnamed2401(o.accountPermissions);
|
| + checkUnnamed2189(o.accountPermissions);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterAccountPermissionsListResponse--;
|
| @@ -341,14 +341,14 @@ checkAccountUserProfile(api.AccountUserProfile o) {
|
| buildCounterAccountUserProfile--;
|
| }
|
|
|
| -buildUnnamed2402() {
|
| +buildUnnamed2190() {
|
| var o = new core.List<api.AccountUserProfile>();
|
| o.add(buildAccountUserProfile());
|
| o.add(buildAccountUserProfile());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2402(core.List<api.AccountUserProfile> o) {
|
| +checkUnnamed2190(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 = buildUnnamed2402();
|
| + o.accountUserProfiles = buildUnnamed2190();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -370,21 +370,21 @@ buildAccountUserProfilesListResponse() {
|
| checkAccountUserProfilesListResponse(api.AccountUserProfilesListResponse o) {
|
| buildCounterAccountUserProfilesListResponse++;
|
| if (buildCounterAccountUserProfilesListResponse < 3) {
|
| - checkUnnamed2402(o.accountUserProfiles);
|
| + checkUnnamed2190(o.accountUserProfiles);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterAccountUserProfilesListResponse--;
|
| }
|
|
|
| -buildUnnamed2403() {
|
| +buildUnnamed2191() {
|
| var o = new core.List<api.Account>();
|
| o.add(buildAccount());
|
| o.add(buildAccount());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2403(core.List<api.Account> o) {
|
| +checkUnnamed2191(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 = buildUnnamed2403();
|
| + o.accounts = buildUnnamed2191();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -406,34 +406,34 @@ buildAccountsListResponse() {
|
| checkAccountsListResponse(api.AccountsListResponse o) {
|
| buildCounterAccountsListResponse++;
|
| if (buildCounterAccountsListResponse < 3) {
|
| - checkUnnamed2403(o.accounts);
|
| + checkUnnamed2191(o.accounts);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterAccountsListResponse--;
|
| }
|
|
|
| -buildUnnamed2404() {
|
| +buildUnnamed2192() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2404(core.List<api.DimensionValue> o) {
|
| +checkUnnamed2192(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed2405() {
|
| +buildUnnamed2193() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2405(core.List<core.String> o) {
|
| +checkUnnamed2193(core.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 = buildUnnamed2404();
|
| + o.filters = buildUnnamed2192();
|
| o.kind = "foo";
|
| - o.metricNames = buildUnnamed2405();
|
| + o.metricNames = buildUnnamed2193();
|
| }
|
| buildCounterActivities--;
|
| return o;
|
| @@ -455,47 +455,47 @@ buildActivities() {
|
| checkActivities(api.Activities o) {
|
| buildCounterActivities++;
|
| if (buildCounterActivities < 3) {
|
| - checkUnnamed2404(o.filters);
|
| + checkUnnamed2192(o.filters);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed2405(o.metricNames);
|
| + checkUnnamed2193(o.metricNames);
|
| }
|
| buildCounterActivities--;
|
| }
|
|
|
| -buildUnnamed2406() {
|
| +buildUnnamed2194() {
|
| var o = new core.List<api.CreativeGroupAssignment>();
|
| o.add(buildCreativeGroupAssignment());
|
| o.add(buildCreativeGroupAssignment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2406(core.List<api.CreativeGroupAssignment> o) {
|
| +checkUnnamed2194(core.List<api.CreativeGroupAssignment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeGroupAssignment(o[0]);
|
| checkCreativeGroupAssignment(o[1]);
|
| }
|
|
|
| -buildUnnamed2407() {
|
| +buildUnnamed2195() {
|
| var o = new core.List<api.EventTagOverride>();
|
| o.add(buildEventTagOverride());
|
| o.add(buildEventTagOverride());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2407(core.List<api.EventTagOverride> o) {
|
| +checkUnnamed2195(core.List<api.EventTagOverride> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEventTagOverride(o[0]);
|
| checkEventTagOverride(o[1]);
|
| }
|
|
|
| -buildUnnamed2408() {
|
| +buildUnnamed2196() {
|
| var o = new core.List<api.PlacementAssignment>();
|
| o.add(buildPlacementAssignment());
|
| o.add(buildPlacementAssignment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2408(core.List<api.PlacementAssignment> o) {
|
| +checkUnnamed2196(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 = buildUnnamed2406();
|
| + o.creativeGroupAssignments = buildUnnamed2194();
|
| 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 = buildUnnamed2407();
|
| + o.eventTagOverrides = buildUnnamed2195();
|
| o.geoTargeting = buildGeoTargeting();
|
| o.id = "foo";
|
| o.idDimensionValue = buildDimensionValue();
|
| @@ -535,7 +535,7 @@ buildAd() {
|
| o.languageTargeting = buildLanguageTargeting();
|
| o.lastModifiedInfo = buildLastModifiedInfo();
|
| o.name = "foo";
|
| - o.placementAssignments = buildUnnamed2408();
|
| + o.placementAssignments = buildUnnamed2196();
|
| o.remarketingListExpression = buildListTargetingExpression();
|
| o.size = buildSize();
|
| o.sslCompliant = true;
|
| @@ -566,14 +566,14 @@ checkAd(api.Ad o) {
|
| unittest.expect(o.comments, unittest.equals('foo'));
|
| unittest.expect(o.compatibility, unittest.equals('foo'));
|
| checkLastModifiedInfo(o.createInfo);
|
| - checkUnnamed2406(o.creativeGroupAssignments);
|
| + checkUnnamed2194(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")));
|
| - checkUnnamed2407(o.eventTagOverrides);
|
| + checkUnnamed2195(o.eventTagOverrides);
|
| checkGeoTargeting(o.geoTargeting);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| checkDimensionValue(o.idDimensionValue);
|
| @@ -582,7 +582,7 @@ checkAd(api.Ad o) {
|
| checkLanguageTargeting(o.languageTargeting);
|
| checkLastModifiedInfo(o.lastModifiedInfo);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| - checkUnnamed2408(o.placementAssignments);
|
| + checkUnnamed2196(o.placementAssignments);
|
| checkListTargetingExpression(o.remarketingListExpression);
|
| checkSize(o.size);
|
| unittest.expect(o.sslCompliant, unittest.isTrue);
|
| @@ -629,14 +629,14 @@ checkAdSlot(api.AdSlot o) {
|
| buildCounterAdSlot--;
|
| }
|
|
|
| -buildUnnamed2409() {
|
| +buildUnnamed2197() {
|
| var o = new core.List<api.Ad>();
|
| o.add(buildAd());
|
| o.add(buildAd());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2409(core.List<api.Ad> o) {
|
| +checkUnnamed2197(core.List<api.Ad> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAd(o[0]);
|
| checkAd(o[1]);
|
| @@ -647,7 +647,7 @@ buildAdsListResponse() {
|
| var o = new api.AdsListResponse();
|
| buildCounterAdsListResponse++;
|
| if (buildCounterAdsListResponse < 3) {
|
| - o.ads = buildUnnamed2409();
|
| + o.ads = buildUnnamed2197();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -658,7 +658,7 @@ buildAdsListResponse() {
|
| checkAdsListResponse(api.AdsListResponse o) {
|
| buildCounterAdsListResponse++;
|
| if (buildCounterAdsListResponse < 3) {
|
| - checkUnnamed2409(o.ads);
|
| + checkUnnamed2197(o.ads);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -737,14 +737,14 @@ checkAdvertiserGroup(api.AdvertiserGroup o) {
|
| buildCounterAdvertiserGroup--;
|
| }
|
|
|
| -buildUnnamed2410() {
|
| +buildUnnamed2198() {
|
| var o = new core.List<api.AdvertiserGroup>();
|
| o.add(buildAdvertiserGroup());
|
| o.add(buildAdvertiserGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2410(core.List<api.AdvertiserGroup> o) {
|
| +checkUnnamed2198(core.List<api.AdvertiserGroup> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAdvertiserGroup(o[0]);
|
| checkAdvertiserGroup(o[1]);
|
| @@ -755,7 +755,7 @@ buildAdvertiserGroupsListResponse() {
|
| var o = new api.AdvertiserGroupsListResponse();
|
| buildCounterAdvertiserGroupsListResponse++;
|
| if (buildCounterAdvertiserGroupsListResponse < 3) {
|
| - o.advertiserGroups = buildUnnamed2410();
|
| + o.advertiserGroups = buildUnnamed2198();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -766,21 +766,21 @@ buildAdvertiserGroupsListResponse() {
|
| checkAdvertiserGroupsListResponse(api.AdvertiserGroupsListResponse o) {
|
| buildCounterAdvertiserGroupsListResponse++;
|
| if (buildCounterAdvertiserGroupsListResponse < 3) {
|
| - checkUnnamed2410(o.advertiserGroups);
|
| + checkUnnamed2198(o.advertiserGroups);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterAdvertiserGroupsListResponse--;
|
| }
|
|
|
| -buildUnnamed2411() {
|
| +buildUnnamed2199() {
|
| var o = new core.List<api.Advertiser>();
|
| o.add(buildAdvertiser());
|
| o.add(buildAdvertiser());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2411(core.List<api.Advertiser> o) {
|
| +checkUnnamed2199(core.List<api.Advertiser> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAdvertiser(o[0]);
|
| checkAdvertiser(o[1]);
|
| @@ -791,7 +791,7 @@ buildAdvertisersListResponse() {
|
| var o = new api.AdvertisersListResponse();
|
| buildCounterAdvertisersListResponse++;
|
| if (buildCounterAdvertisersListResponse < 3) {
|
| - o.advertisers = buildUnnamed2411();
|
| + o.advertisers = buildUnnamed2199();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -802,7 +802,7 @@ buildAdvertisersListResponse() {
|
| checkAdvertisersListResponse(api.AdvertisersListResponse o) {
|
| buildCounterAdvertisersListResponse++;
|
| if (buildCounterAdvertisersListResponse < 3) {
|
| - checkUnnamed2411(o.advertisers);
|
| + checkUnnamed2199(o.advertisers);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -832,14 +832,14 @@ checkAudienceSegment(api.AudienceSegment o) {
|
| buildCounterAudienceSegment--;
|
| }
|
|
|
| -buildUnnamed2412() {
|
| +buildUnnamed2200() {
|
| var o = new core.List<api.AudienceSegment>();
|
| o.add(buildAudienceSegment());
|
| o.add(buildAudienceSegment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2412(core.List<api.AudienceSegment> o) {
|
| +checkUnnamed2200(core.List<api.AudienceSegment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAudienceSegment(o[0]);
|
| checkAudienceSegment(o[1]);
|
| @@ -850,7 +850,7 @@ buildAudienceSegmentGroup() {
|
| var o = new api.AudienceSegmentGroup();
|
| buildCounterAudienceSegmentGroup++;
|
| if (buildCounterAudienceSegmentGroup < 3) {
|
| - o.audienceSegments = buildUnnamed2412();
|
| + o.audienceSegments = buildUnnamed2200();
|
| o.id = "foo";
|
| o.name = "foo";
|
| }
|
| @@ -861,7 +861,7 @@ buildAudienceSegmentGroup() {
|
| checkAudienceSegmentGroup(api.AudienceSegmentGroup o) {
|
| buildCounterAudienceSegmentGroup++;
|
| if (buildCounterAudienceSegmentGroup < 3) {
|
| - checkUnnamed2412(o.audienceSegments);
|
| + checkUnnamed2200(o.audienceSegments);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| }
|
| @@ -897,14 +897,14 @@ checkBrowser(api.Browser o) {
|
| buildCounterBrowser--;
|
| }
|
|
|
| -buildUnnamed2413() {
|
| +buildUnnamed2201() {
|
| var o = new core.List<api.Browser>();
|
| o.add(buildBrowser());
|
| o.add(buildBrowser());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2413(core.List<api.Browser> o) {
|
| +checkUnnamed2201(core.List<api.Browser> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkBrowser(o[0]);
|
| checkBrowser(o[1]);
|
| @@ -915,7 +915,7 @@ buildBrowsersListResponse() {
|
| var o = new api.BrowsersListResponse();
|
| buildCounterBrowsersListResponse++;
|
| if (buildCounterBrowsersListResponse < 3) {
|
| - o.browsers = buildUnnamed2413();
|
| + o.browsers = buildUnnamed2201();
|
| o.kind = "foo";
|
| }
|
| buildCounterBrowsersListResponse--;
|
| @@ -925,72 +925,72 @@ buildBrowsersListResponse() {
|
| checkBrowsersListResponse(api.BrowsersListResponse o) {
|
| buildCounterBrowsersListResponse++;
|
| if (buildCounterBrowsersListResponse < 3) {
|
| - checkUnnamed2413(o.browsers);
|
| + checkUnnamed2201(o.browsers);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterBrowsersListResponse--;
|
| }
|
|
|
| -buildUnnamed2414() {
|
| +buildUnnamed2202() {
|
| var o = new core.List<api.CreativeOptimizationConfiguration>();
|
| o.add(buildCreativeOptimizationConfiguration());
|
| o.add(buildCreativeOptimizationConfiguration());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2414(core.List<api.CreativeOptimizationConfiguration> o) {
|
| +checkUnnamed2202(core.List<api.CreativeOptimizationConfiguration> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeOptimizationConfiguration(o[0]);
|
| checkCreativeOptimizationConfiguration(o[1]);
|
| }
|
|
|
| -buildUnnamed2415() {
|
| +buildUnnamed2203() {
|
| var o = new core.List<api.AudienceSegmentGroup>();
|
| o.add(buildAudienceSegmentGroup());
|
| o.add(buildAudienceSegmentGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2415(core.List<api.AudienceSegmentGroup> o) {
|
| +checkUnnamed2203(core.List<api.AudienceSegmentGroup> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAudienceSegmentGroup(o[0]);
|
| checkAudienceSegmentGroup(o[1]);
|
| }
|
|
|
| -buildUnnamed2416() {
|
| +buildUnnamed2204() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2416(core.List<core.String> o) {
|
| +checkUnnamed2204(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2417() {
|
| +buildUnnamed2205() {
|
| var o = new core.List<api.EventTagOverride>();
|
| o.add(buildEventTagOverride());
|
| o.add(buildEventTagOverride());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2417(core.List<api.EventTagOverride> o) {
|
| +checkUnnamed2205(core.List<api.EventTagOverride> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEventTagOverride(o[0]);
|
| checkEventTagOverride(o[1]);
|
| }
|
|
|
| -buildUnnamed2418() {
|
| +buildUnnamed2206() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2418(core.List<core.String> o) {
|
| +checkUnnamed2206(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -1002,21 +1002,21 @@ buildCampaign() {
|
| buildCounterCampaign++;
|
| if (buildCounterCampaign < 3) {
|
| o.accountId = "foo";
|
| - o.additionalCreativeOptimizationConfigurations = buildUnnamed2414();
|
| + o.additionalCreativeOptimizationConfigurations = buildUnnamed2202();
|
| o.advertiserGroupId = "foo";
|
| o.advertiserId = "foo";
|
| o.advertiserIdDimensionValue = buildDimensionValue();
|
| o.archived = true;
|
| - o.audienceSegmentGroups = buildUnnamed2415();
|
| + o.audienceSegmentGroups = buildUnnamed2203();
|
| o.billingInvoiceCode = "foo";
|
| o.clickThroughUrlSuffixProperties = buildClickThroughUrlSuffixProperties();
|
| o.comment = "foo";
|
| o.createInfo = buildLastModifiedInfo();
|
| - o.creativeGroupIds = buildUnnamed2416();
|
| + o.creativeGroupIds = buildUnnamed2204();
|
| o.creativeOptimizationConfiguration = buildCreativeOptimizationConfiguration();
|
| o.defaultClickThroughEventTagProperties = buildDefaultClickThroughEventTagProperties();
|
| o.endDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| - o.eventTagOverrides = buildUnnamed2417();
|
| + o.eventTagOverrides = buildUnnamed2205();
|
| o.externalId = "foo";
|
| o.id = "foo";
|
| o.idDimensionValue = buildDimensionValue();
|
| @@ -1027,7 +1027,7 @@ buildCampaign() {
|
| o.nielsenOcrEnabled = true;
|
| o.startDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| o.subaccountId = "foo";
|
| - o.traffickerEmails = buildUnnamed2418();
|
| + o.traffickerEmails = buildUnnamed2206();
|
| }
|
| buildCounterCampaign--;
|
| return o;
|
| @@ -1037,21 +1037,21 @@ checkCampaign(api.Campaign o) {
|
| buildCounterCampaign++;
|
| if (buildCounterCampaign < 3) {
|
| unittest.expect(o.accountId, unittest.equals('foo'));
|
| - checkUnnamed2414(o.additionalCreativeOptimizationConfigurations);
|
| + checkUnnamed2202(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);
|
| - checkUnnamed2415(o.audienceSegmentGroups);
|
| + checkUnnamed2203(o.audienceSegmentGroups);
|
| unittest.expect(o.billingInvoiceCode, unittest.equals('foo'));
|
| checkClickThroughUrlSuffixProperties(o.clickThroughUrlSuffixProperties);
|
| unittest.expect(o.comment, unittest.equals('foo'));
|
| checkLastModifiedInfo(o.createInfo);
|
| - checkUnnamed2416(o.creativeGroupIds);
|
| + checkUnnamed2204(o.creativeGroupIds);
|
| checkCreativeOptimizationConfiguration(o.creativeOptimizationConfiguration);
|
| checkDefaultClickThroughEventTagProperties(o.defaultClickThroughEventTagProperties);
|
| unittest.expect(o.endDate, unittest.equals(core.DateTime.parse("2002-02-27T00:00:00")));
|
| - checkUnnamed2417(o.eventTagOverrides);
|
| + checkUnnamed2205(o.eventTagOverrides);
|
| unittest.expect(o.externalId, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| checkDimensionValue(o.idDimensionValue);
|
| @@ -1062,7 +1062,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'));
|
| - checkUnnamed2418(o.traffickerEmails);
|
| + checkUnnamed2206(o.traffickerEmails);
|
| }
|
| buildCounterCampaign--;
|
| }
|
| @@ -1088,14 +1088,14 @@ checkCampaignCreativeAssociation(api.CampaignCreativeAssociation o) {
|
| buildCounterCampaignCreativeAssociation--;
|
| }
|
|
|
| -buildUnnamed2419() {
|
| +buildUnnamed2207() {
|
| var o = new core.List<api.CampaignCreativeAssociation>();
|
| o.add(buildCampaignCreativeAssociation());
|
| o.add(buildCampaignCreativeAssociation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2419(core.List<api.CampaignCreativeAssociation> o) {
|
| +checkUnnamed2207(core.List<api.CampaignCreativeAssociation> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCampaignCreativeAssociation(o[0]);
|
| checkCampaignCreativeAssociation(o[1]);
|
| @@ -1106,7 +1106,7 @@ buildCampaignCreativeAssociationsListResponse() {
|
| var o = new api.CampaignCreativeAssociationsListResponse();
|
| buildCounterCampaignCreativeAssociationsListResponse++;
|
| if (buildCounterCampaignCreativeAssociationsListResponse < 3) {
|
| - o.campaignCreativeAssociations = buildUnnamed2419();
|
| + o.campaignCreativeAssociations = buildUnnamed2207();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -1117,21 +1117,21 @@ buildCampaignCreativeAssociationsListResponse() {
|
| checkCampaignCreativeAssociationsListResponse(api.CampaignCreativeAssociationsListResponse o) {
|
| buildCounterCampaignCreativeAssociationsListResponse++;
|
| if (buildCounterCampaignCreativeAssociationsListResponse < 3) {
|
| - checkUnnamed2419(o.campaignCreativeAssociations);
|
| + checkUnnamed2207(o.campaignCreativeAssociations);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterCampaignCreativeAssociationsListResponse--;
|
| }
|
|
|
| -buildUnnamed2420() {
|
| +buildUnnamed2208() {
|
| var o = new core.List<api.Campaign>();
|
| o.add(buildCampaign());
|
| o.add(buildCampaign());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2420(core.List<api.Campaign> o) {
|
| +checkUnnamed2208(core.List<api.Campaign> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCampaign(o[0]);
|
| checkCampaign(o[1]);
|
| @@ -1142,7 +1142,7 @@ buildCampaignsListResponse() {
|
| var o = new api.CampaignsListResponse();
|
| buildCounterCampaignsListResponse++;
|
| if (buildCounterCampaignsListResponse < 3) {
|
| - o.campaigns = buildUnnamed2420();
|
| + o.campaigns = buildUnnamed2208();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -1153,7 +1153,7 @@ buildCampaignsListResponse() {
|
| checkCampaignsListResponse(api.CampaignsListResponse o) {
|
| buildCounterCampaignsListResponse++;
|
| if (buildCounterCampaignsListResponse < 3) {
|
| - checkUnnamed2420(o.campaigns);
|
| + checkUnnamed2208(o.campaigns);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -1205,14 +1205,14 @@ checkChangeLog(api.ChangeLog o) {
|
| buildCounterChangeLog--;
|
| }
|
|
|
| -buildUnnamed2421() {
|
| +buildUnnamed2209() {
|
| var o = new core.List<api.ChangeLog>();
|
| o.add(buildChangeLog());
|
| o.add(buildChangeLog());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2421(core.List<api.ChangeLog> o) {
|
| +checkUnnamed2209(core.List<api.ChangeLog> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkChangeLog(o[0]);
|
| checkChangeLog(o[1]);
|
| @@ -1223,7 +1223,7 @@ buildChangeLogsListResponse() {
|
| var o = new api.ChangeLogsListResponse();
|
| buildCounterChangeLogsListResponse++;
|
| if (buildCounterChangeLogsListResponse < 3) {
|
| - o.changeLogs = buildUnnamed2421();
|
| + o.changeLogs = buildUnnamed2209();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -1234,21 +1234,21 @@ buildChangeLogsListResponse() {
|
| checkChangeLogsListResponse(api.ChangeLogsListResponse o) {
|
| buildCounterChangeLogsListResponse++;
|
| if (buildCounterChangeLogsListResponse < 3) {
|
| - checkUnnamed2421(o.changeLogs);
|
| + checkUnnamed2209(o.changeLogs);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterChangeLogsListResponse--;
|
| }
|
|
|
| -buildUnnamed2422() {
|
| +buildUnnamed2210() {
|
| var o = new core.List<api.City>();
|
| o.add(buildCity());
|
| o.add(buildCity());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2422(core.List<api.City> o) {
|
| +checkUnnamed2210(core.List<api.City> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCity(o[0]);
|
| checkCity(o[1]);
|
| @@ -1259,7 +1259,7 @@ buildCitiesListResponse() {
|
| var o = new api.CitiesListResponse();
|
| buildCounterCitiesListResponse++;
|
| if (buildCounterCitiesListResponse < 3) {
|
| - o.cities = buildUnnamed2422();
|
| + o.cities = buildUnnamed2210();
|
| o.kind = "foo";
|
| }
|
| buildCounterCitiesListResponse--;
|
| @@ -1269,7 +1269,7 @@ buildCitiesListResponse() {
|
| checkCitiesListResponse(api.CitiesListResponse o) {
|
| buildCounterCitiesListResponse++;
|
| if (buildCounterCitiesListResponse < 3) {
|
| - checkUnnamed2422(o.cities);
|
| + checkUnnamed2210(o.cities);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterCitiesListResponse--;
|
| @@ -1400,14 +1400,14 @@ checkCompanionClickThroughOverride(api.CompanionClickThroughOverride o) {
|
| buildCounterCompanionClickThroughOverride--;
|
| }
|
|
|
| -buildUnnamed2423() {
|
| +buildUnnamed2211() {
|
| var o = new core.List<api.Size>();
|
| o.add(buildSize());
|
| o.add(buildSize());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2423(core.List<api.Size> o) {
|
| +checkUnnamed2211(core.List<api.Size> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSize(o[0]);
|
| checkSize(o[1]);
|
| @@ -1419,7 +1419,7 @@ buildCompanionSetting() {
|
| buildCounterCompanionSetting++;
|
| if (buildCounterCompanionSetting < 3) {
|
| o.companionsDisabled = true;
|
| - o.enabledSizes = buildUnnamed2423();
|
| + o.enabledSizes = buildUnnamed2211();
|
| o.imageOnly = true;
|
| o.kind = "foo";
|
| }
|
| @@ -1431,7 +1431,7 @@ checkCompanionSetting(api.CompanionSetting o) {
|
| buildCounterCompanionSetting++;
|
| if (buildCounterCompanionSetting < 3) {
|
| unittest.expect(o.companionsDisabled, unittest.isTrue);
|
| - checkUnnamed2423(o.enabledSizes);
|
| + checkUnnamed2211(o.enabledSizes);
|
| unittest.expect(o.imageOnly, unittest.isTrue);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| @@ -1490,14 +1490,14 @@ checkConnectionType(api.ConnectionType o) {
|
| buildCounterConnectionType--;
|
| }
|
|
|
| -buildUnnamed2424() {
|
| +buildUnnamed2212() {
|
| var o = new core.List<api.ConnectionType>();
|
| o.add(buildConnectionType());
|
| o.add(buildConnectionType());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2424(core.List<api.ConnectionType> o) {
|
| +checkUnnamed2212(core.List<api.ConnectionType> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkConnectionType(o[0]);
|
| checkConnectionType(o[1]);
|
| @@ -1508,7 +1508,7 @@ buildConnectionTypesListResponse() {
|
| var o = new api.ConnectionTypesListResponse();
|
| buildCounterConnectionTypesListResponse++;
|
| if (buildCounterConnectionTypesListResponse < 3) {
|
| - o.connectionTypes = buildUnnamed2424();
|
| + o.connectionTypes = buildUnnamed2212();
|
| o.kind = "foo";
|
| }
|
| buildCounterConnectionTypesListResponse--;
|
| @@ -1518,20 +1518,20 @@ buildConnectionTypesListResponse() {
|
| checkConnectionTypesListResponse(api.ConnectionTypesListResponse o) {
|
| buildCounterConnectionTypesListResponse++;
|
| if (buildCounterConnectionTypesListResponse < 3) {
|
| - checkUnnamed2424(o.connectionTypes);
|
| + checkUnnamed2212(o.connectionTypes);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterConnectionTypesListResponse--;
|
| }
|
|
|
| -buildUnnamed2425() {
|
| +buildUnnamed2213() {
|
| var o = new core.List<api.ContentCategory>();
|
| o.add(buildContentCategory());
|
| o.add(buildContentCategory());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2425(core.List<api.ContentCategory> o) {
|
| +checkUnnamed2213(core.List<api.ContentCategory> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkContentCategory(o[0]);
|
| checkContentCategory(o[1]);
|
| @@ -1542,7 +1542,7 @@ buildContentCategoriesListResponse() {
|
| var o = new api.ContentCategoriesListResponse();
|
| buildCounterContentCategoriesListResponse++;
|
| if (buildCounterContentCategoriesListResponse < 3) {
|
| - o.contentCategories = buildUnnamed2425();
|
| + o.contentCategories = buildUnnamed2213();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -1553,7 +1553,7 @@ buildContentCategoriesListResponse() {
|
| checkContentCategoriesListResponse(api.ContentCategoriesListResponse o) {
|
| buildCounterContentCategoriesListResponse++;
|
| if (buildCounterContentCategoriesListResponse < 3) {
|
| - checkUnnamed2425(o.contentCategories);
|
| + checkUnnamed2213(o.contentCategories);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -1585,27 +1585,27 @@ checkContentCategory(api.ContentCategory o) {
|
| buildCounterContentCategory--;
|
| }
|
|
|
| -buildUnnamed2426() {
|
| +buildUnnamed2214() {
|
| var o = new core.List<api.CustomFloodlightVariable>();
|
| o.add(buildCustomFloodlightVariable());
|
| o.add(buildCustomFloodlightVariable());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2426(core.List<api.CustomFloodlightVariable> o) {
|
| +checkUnnamed2214(core.List<api.CustomFloodlightVariable> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCustomFloodlightVariable(o[0]);
|
| checkCustomFloodlightVariable(o[1]);
|
| }
|
|
|
| -buildUnnamed2427() {
|
| +buildUnnamed2215() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2427(core.List<core.String> o) {
|
| +checkUnnamed2215(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -1617,9 +1617,9 @@ buildConversion() {
|
| buildCounterConversion++;
|
| if (buildCounterConversion < 3) {
|
| o.childDirectedTreatment = true;
|
| - o.customVariables = buildUnnamed2426();
|
| + o.customVariables = buildUnnamed2214();
|
| o.encryptedUserId = "foo";
|
| - o.encryptedUserIdCandidates = buildUnnamed2427();
|
| + o.encryptedUserIdCandidates = buildUnnamed2215();
|
| o.floodlightActivityId = "foo";
|
| o.floodlightConfigurationId = "foo";
|
| o.kind = "foo";
|
| @@ -1638,9 +1638,9 @@ checkConversion(api.Conversion o) {
|
| buildCounterConversion++;
|
| if (buildCounterConversion < 3) {
|
| unittest.expect(o.childDirectedTreatment, unittest.isTrue);
|
| - checkUnnamed2426(o.customVariables);
|
| + checkUnnamed2214(o.customVariables);
|
| unittest.expect(o.encryptedUserId, unittest.equals('foo'));
|
| - checkUnnamed2427(o.encryptedUserIdCandidates);
|
| + checkUnnamed2215(o.encryptedUserIdCandidates);
|
| unittest.expect(o.floodlightActivityId, unittest.equals('foo'));
|
| unittest.expect(o.floodlightConfigurationId, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| @@ -1677,14 +1677,14 @@ checkConversionError(api.ConversionError o) {
|
| buildCounterConversionError--;
|
| }
|
|
|
| -buildUnnamed2428() {
|
| +buildUnnamed2216() {
|
| var o = new core.List<api.ConversionError>();
|
| o.add(buildConversionError());
|
| o.add(buildConversionError());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2428(core.List<api.ConversionError> o) {
|
| +checkUnnamed2216(core.List<api.ConversionError> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkConversionError(o[0]);
|
| checkConversionError(o[1]);
|
| @@ -1696,7 +1696,7 @@ buildConversionStatus() {
|
| buildCounterConversionStatus++;
|
| if (buildCounterConversionStatus < 3) {
|
| o.conversion = buildConversion();
|
| - o.errors = buildUnnamed2428();
|
| + o.errors = buildUnnamed2216();
|
| o.kind = "foo";
|
| }
|
| buildCounterConversionStatus--;
|
| @@ -1707,20 +1707,20 @@ checkConversionStatus(api.ConversionStatus o) {
|
| buildCounterConversionStatus++;
|
| if (buildCounterConversionStatus < 3) {
|
| checkConversion(o.conversion);
|
| - checkUnnamed2428(o.errors);
|
| + checkUnnamed2216(o.errors);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterConversionStatus--;
|
| }
|
|
|
| -buildUnnamed2429() {
|
| +buildUnnamed2217() {
|
| var o = new core.List<api.Conversion>();
|
| o.add(buildConversion());
|
| o.add(buildConversion());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2429(core.List<api.Conversion> o) {
|
| +checkUnnamed2217(core.List<api.Conversion> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkConversion(o[0]);
|
| checkConversion(o[1]);
|
| @@ -1731,7 +1731,7 @@ buildConversionsBatchInsertRequest() {
|
| var o = new api.ConversionsBatchInsertRequest();
|
| buildCounterConversionsBatchInsertRequest++;
|
| if (buildCounterConversionsBatchInsertRequest < 3) {
|
| - o.conversions = buildUnnamed2429();
|
| + o.conversions = buildUnnamed2217();
|
| o.encryptionInfo = buildEncryptionInfo();
|
| o.kind = "foo";
|
| }
|
| @@ -1742,21 +1742,21 @@ buildConversionsBatchInsertRequest() {
|
| checkConversionsBatchInsertRequest(api.ConversionsBatchInsertRequest o) {
|
| buildCounterConversionsBatchInsertRequest++;
|
| if (buildCounterConversionsBatchInsertRequest < 3) {
|
| - checkUnnamed2429(o.conversions);
|
| + checkUnnamed2217(o.conversions);
|
| checkEncryptionInfo(o.encryptionInfo);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterConversionsBatchInsertRequest--;
|
| }
|
|
|
| -buildUnnamed2430() {
|
| +buildUnnamed2218() {
|
| var o = new core.List<api.ConversionStatus>();
|
| o.add(buildConversionStatus());
|
| o.add(buildConversionStatus());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2430(core.List<api.ConversionStatus> o) {
|
| +checkUnnamed2218(core.List<api.ConversionStatus> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkConversionStatus(o[0]);
|
| checkConversionStatus(o[1]);
|
| @@ -1769,7 +1769,7 @@ buildConversionsBatchInsertResponse() {
|
| if (buildCounterConversionsBatchInsertResponse < 3) {
|
| o.hasFailures = true;
|
| o.kind = "foo";
|
| - o.status = buildUnnamed2430();
|
| + o.status = buildUnnamed2218();
|
| }
|
| buildCounterConversionsBatchInsertResponse--;
|
| return o;
|
| @@ -1780,19 +1780,19 @@ checkConversionsBatchInsertResponse(api.ConversionsBatchInsertResponse o) {
|
| if (buildCounterConversionsBatchInsertResponse < 3) {
|
| unittest.expect(o.hasFailures, unittest.isTrue);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed2430(o.status);
|
| + checkUnnamed2218(o.status);
|
| }
|
| buildCounterConversionsBatchInsertResponse--;
|
| }
|
|
|
| -buildUnnamed2431() {
|
| +buildUnnamed2219() {
|
| var o = new core.List<api.Country>();
|
| o.add(buildCountry());
|
| o.add(buildCountry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2431(core.List<api.Country> o) {
|
| +checkUnnamed2219(core.List<api.Country> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCountry(o[0]);
|
| checkCountry(o[1]);
|
| @@ -1803,7 +1803,7 @@ buildCountriesListResponse() {
|
| var o = new api.CountriesListResponse();
|
| buildCounterCountriesListResponse++;
|
| if (buildCounterCountriesListResponse < 3) {
|
| - o.countries = buildUnnamed2431();
|
| + o.countries = buildUnnamed2219();
|
| o.kind = "foo";
|
| }
|
| buildCounterCountriesListResponse--;
|
| @@ -1813,7 +1813,7 @@ buildCountriesListResponse() {
|
| checkCountriesListResponse(api.CountriesListResponse o) {
|
| buildCounterCountriesListResponse++;
|
| if (buildCounterCountriesListResponse < 3) {
|
| - checkUnnamed2431(o.countries);
|
| + checkUnnamed2219(o.countries);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterCountriesListResponse--;
|
| @@ -1846,157 +1846,157 @@ checkCountry(api.Country o) {
|
| buildCounterCountry--;
|
| }
|
|
|
| -buildUnnamed2432() {
|
| +buildUnnamed2220() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2432(core.List<core.String> o) {
|
| +checkUnnamed2220(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2433() {
|
| +buildUnnamed2221() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2433(core.List<core.String> o) {
|
| +checkUnnamed2221(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2434() {
|
| +buildUnnamed2222() {
|
| var o = new core.List<api.ClickTag>();
|
| o.add(buildClickTag());
|
| o.add(buildClickTag());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2434(core.List<api.ClickTag> o) {
|
| +checkUnnamed2222(core.List<api.ClickTag> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkClickTag(o[0]);
|
| checkClickTag(o[1]);
|
| }
|
|
|
| -buildUnnamed2435() {
|
| +buildUnnamed2223() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2435(core.List<core.String> o) {
|
| +checkUnnamed2223(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2436() {
|
| +buildUnnamed2224() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2436(core.List<core.String> o) {
|
| +checkUnnamed2224(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2437() {
|
| +buildUnnamed2225() {
|
| var o = new core.List<api.CreativeCustomEvent>();
|
| o.add(buildCreativeCustomEvent());
|
| o.add(buildCreativeCustomEvent());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2437(core.List<api.CreativeCustomEvent> o) {
|
| +checkUnnamed2225(core.List<api.CreativeCustomEvent> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeCustomEvent(o[0]);
|
| checkCreativeCustomEvent(o[1]);
|
| }
|
|
|
| -buildUnnamed2438() {
|
| +buildUnnamed2226() {
|
| var o = new core.List<api.CreativeAsset>();
|
| o.add(buildCreativeAsset());
|
| o.add(buildCreativeAsset());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2438(core.List<api.CreativeAsset> o) {
|
| +checkUnnamed2226(core.List<api.CreativeAsset> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeAsset(o[0]);
|
| checkCreativeAsset(o[1]);
|
| }
|
|
|
| -buildUnnamed2439() {
|
| +buildUnnamed2227() {
|
| var o = new core.List<api.CreativeFieldAssignment>();
|
| o.add(buildCreativeFieldAssignment());
|
| o.add(buildCreativeFieldAssignment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2439(core.List<api.CreativeFieldAssignment> o) {
|
| +checkUnnamed2227(core.List<api.CreativeFieldAssignment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeFieldAssignment(o[0]);
|
| checkCreativeFieldAssignment(o[1]);
|
| }
|
|
|
| -buildUnnamed2440() {
|
| +buildUnnamed2228() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2440(core.List<core.String> o) {
|
| +checkUnnamed2228(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2441() {
|
| +buildUnnamed2229() {
|
| var o = new core.List<api.CreativeCustomEvent>();
|
| o.add(buildCreativeCustomEvent());
|
| o.add(buildCreativeCustomEvent());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2441(core.List<api.CreativeCustomEvent> o) {
|
| +checkUnnamed2229(core.List<api.CreativeCustomEvent> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeCustomEvent(o[0]);
|
| checkCreativeCustomEvent(o[1]);
|
| }
|
|
|
| -buildUnnamed2442() {
|
| +buildUnnamed2230() {
|
| var o = new core.List<api.ThirdPartyTrackingUrl>();
|
| o.add(buildThirdPartyTrackingUrl());
|
| o.add(buildThirdPartyTrackingUrl());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2442(core.List<api.ThirdPartyTrackingUrl> o) {
|
| +checkUnnamed2230(core.List<api.ThirdPartyTrackingUrl> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkThirdPartyTrackingUrl(o[0]);
|
| checkThirdPartyTrackingUrl(o[1]);
|
| }
|
|
|
| -buildUnnamed2443() {
|
| +buildUnnamed2231() {
|
| var o = new core.List<api.CreativeCustomEvent>();
|
| o.add(buildCreativeCustomEvent());
|
| o.add(buildCreativeCustomEvent());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2443(core.List<api.CreativeCustomEvent> o) {
|
| +checkUnnamed2231(core.List<api.CreativeCustomEvent> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeCustomEvent(o[0]);
|
| checkCreativeCustomEvent(o[1]);
|
| @@ -2010,7 +2010,7 @@ buildCreative() {
|
| o.accountId = "foo";
|
| o.active = true;
|
| o.adParameters = "foo";
|
| - o.adTagKeys = buildUnnamed2432();
|
| + o.adTagKeys = buildUnnamed2220();
|
| o.advertiserId = "foo";
|
| o.allowScriptAccess = true;
|
| o.archived = true;
|
| @@ -2020,21 +2020,21 @@ buildCreative() {
|
| o.autoAdvanceImages = true;
|
| o.backgroundColor = "foo";
|
| o.backupImageClickThroughUrl = "foo";
|
| - o.backupImageFeatures = buildUnnamed2433();
|
| + o.backupImageFeatures = buildUnnamed2221();
|
| o.backupImageReportingLabel = "foo";
|
| o.backupImageTargetWindow = buildTargetWindow();
|
| - o.clickTags = buildUnnamed2434();
|
| + o.clickTags = buildUnnamed2222();
|
| o.commercialId = "foo";
|
| - o.companionCreatives = buildUnnamed2435();
|
| - o.compatibility = buildUnnamed2436();
|
| + o.companionCreatives = buildUnnamed2223();
|
| + o.compatibility = buildUnnamed2224();
|
| o.convertFlashToHtml5 = true;
|
| - o.counterCustomEvents = buildUnnamed2437();
|
| + o.counterCustomEvents = buildUnnamed2225();
|
| o.creativeAssetSelection = buildCreativeAssetSelection();
|
| - o.creativeAssets = buildUnnamed2438();
|
| - o.creativeFieldAssignments = buildUnnamed2439();
|
| - o.customKeyValues = buildUnnamed2440();
|
| + o.creativeAssets = buildUnnamed2226();
|
| + o.creativeFieldAssignments = buildUnnamed2227();
|
| + o.customKeyValues = buildUnnamed2228();
|
| o.dynamicAssetSelection = true;
|
| - o.exitCustomEvents = buildUnnamed2441();
|
| + o.exitCustomEvents = buildUnnamed2229();
|
| o.fsCommand = buildFsCommand();
|
| o.htmlCode = "foo";
|
| o.htmlCodeLocked = true;
|
| @@ -2062,8 +2062,8 @@ buildCreative() {
|
| o.subaccountId = "foo";
|
| o.thirdPartyBackupImageImpressionsUrl = "foo";
|
| o.thirdPartyRichMediaImpressionsUrl = "foo";
|
| - o.thirdPartyUrls = buildUnnamed2442();
|
| - o.timerCustomEvents = buildUnnamed2443();
|
| + o.thirdPartyUrls = buildUnnamed2230();
|
| + o.timerCustomEvents = buildUnnamed2231();
|
| o.totalFileSize = "foo";
|
| o.type = "foo";
|
| o.version = 42;
|
| @@ -2080,7 +2080,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'));
|
| - checkUnnamed2432(o.adTagKeys);
|
| + checkUnnamed2220(o.adTagKeys);
|
| unittest.expect(o.advertiserId, unittest.equals('foo'));
|
| unittest.expect(o.allowScriptAccess, unittest.isTrue);
|
| unittest.expect(o.archived, unittest.isTrue);
|
| @@ -2090,21 +2090,21 @@ checkCreative(api.Creative o) {
|
| unittest.expect(o.autoAdvanceImages, unittest.isTrue);
|
| unittest.expect(o.backgroundColor, unittest.equals('foo'));
|
| unittest.expect(o.backupImageClickThroughUrl, unittest.equals('foo'));
|
| - checkUnnamed2433(o.backupImageFeatures);
|
| + checkUnnamed2221(o.backupImageFeatures);
|
| unittest.expect(o.backupImageReportingLabel, unittest.equals('foo'));
|
| checkTargetWindow(o.backupImageTargetWindow);
|
| - checkUnnamed2434(o.clickTags);
|
| + checkUnnamed2222(o.clickTags);
|
| unittest.expect(o.commercialId, unittest.equals('foo'));
|
| - checkUnnamed2435(o.companionCreatives);
|
| - checkUnnamed2436(o.compatibility);
|
| + checkUnnamed2223(o.companionCreatives);
|
| + checkUnnamed2224(o.compatibility);
|
| unittest.expect(o.convertFlashToHtml5, unittest.isTrue);
|
| - checkUnnamed2437(o.counterCustomEvents);
|
| + checkUnnamed2225(o.counterCustomEvents);
|
| checkCreativeAssetSelection(o.creativeAssetSelection);
|
| - checkUnnamed2438(o.creativeAssets);
|
| - checkUnnamed2439(o.creativeFieldAssignments);
|
| - checkUnnamed2440(o.customKeyValues);
|
| + checkUnnamed2226(o.creativeAssets);
|
| + checkUnnamed2227(o.creativeFieldAssignments);
|
| + checkUnnamed2228(o.customKeyValues);
|
| unittest.expect(o.dynamicAssetSelection, unittest.isTrue);
|
| - checkUnnamed2441(o.exitCustomEvents);
|
| + checkUnnamed2229(o.exitCustomEvents);
|
| checkFsCommand(o.fsCommand);
|
| unittest.expect(o.htmlCode, unittest.equals('foo'));
|
| unittest.expect(o.htmlCodeLocked, unittest.isTrue);
|
| @@ -2132,8 +2132,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'));
|
| - checkUnnamed2442(o.thirdPartyUrls);
|
| - checkUnnamed2443(o.timerCustomEvents);
|
| + checkUnnamed2230(o.thirdPartyUrls);
|
| + checkUnnamed2231(o.timerCustomEvents);
|
| unittest.expect(o.totalFileSize, unittest.equals('foo'));
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| unittest.expect(o.version, unittest.equals(42));
|
| @@ -2143,27 +2143,27 @@ checkCreative(api.Creative o) {
|
| buildCounterCreative--;
|
| }
|
|
|
| -buildUnnamed2444() {
|
| +buildUnnamed2232() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2444(core.List<core.String> o) {
|
| +checkUnnamed2232(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2445() {
|
| +buildUnnamed2233() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2445(core.List<core.String> o) {
|
| +checkUnnamed2233(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -2183,9 +2183,9 @@ buildCreativeAsset() {
|
| o.bitRate = 42;
|
| o.childAssetType = "foo";
|
| o.collapsedSize = buildSize();
|
| - o.companionCreativeIds = buildUnnamed2444();
|
| + o.companionCreativeIds = buildUnnamed2232();
|
| o.customStartTimeValue = 42;
|
| - o.detectedFeatures = buildUnnamed2445();
|
| + o.detectedFeatures = buildUnnamed2233();
|
| o.displayType = "foo";
|
| o.duration = 42;
|
| o.durationType = "foo";
|
| @@ -2235,9 +2235,9 @@ checkCreativeAsset(api.CreativeAsset o) {
|
| unittest.expect(o.bitRate, unittest.equals(42));
|
| unittest.expect(o.childAssetType, unittest.equals('foo'));
|
| checkSize(o.collapsedSize);
|
| - checkUnnamed2444(o.companionCreativeIds);
|
| + checkUnnamed2232(o.companionCreativeIds);
|
| unittest.expect(o.customStartTimeValue, unittest.equals(42));
|
| - checkUnnamed2445(o.detectedFeatures);
|
| + checkUnnamed2233(o.detectedFeatures);
|
| unittest.expect(o.displayType, unittest.equals('foo'));
|
| unittest.expect(o.duration, unittest.equals(42));
|
| unittest.expect(o.durationType, unittest.equals('foo'));
|
| @@ -2295,40 +2295,40 @@ checkCreativeAssetId(api.CreativeAssetId o) {
|
| buildCounterCreativeAssetId--;
|
| }
|
|
|
| -buildUnnamed2446() {
|
| +buildUnnamed2234() {
|
| var o = new core.List<api.ClickTag>();
|
| o.add(buildClickTag());
|
| o.add(buildClickTag());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2446(core.List<api.ClickTag> o) {
|
| +checkUnnamed2234(core.List<api.ClickTag> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkClickTag(o[0]);
|
| checkClickTag(o[1]);
|
| }
|
|
|
| -buildUnnamed2447() {
|
| +buildUnnamed2235() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2447(core.List<core.String> o) {
|
| +checkUnnamed2235(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2448() {
|
| +buildUnnamed2236() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2448(core.List<core.String> o) {
|
| +checkUnnamed2236(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -2340,12 +2340,12 @@ buildCreativeAssetMetadata() {
|
| buildCounterCreativeAssetMetadata++;
|
| if (buildCounterCreativeAssetMetadata < 3) {
|
| o.assetIdentifier = buildCreativeAssetId();
|
| - o.clickTags = buildUnnamed2446();
|
| - o.detectedFeatures = buildUnnamed2447();
|
| + o.clickTags = buildUnnamed2234();
|
| + o.detectedFeatures = buildUnnamed2235();
|
| o.id = "foo";
|
| o.idDimensionValue = buildDimensionValue();
|
| o.kind = "foo";
|
| - o.warnedValidationRules = buildUnnamed2448();
|
| + o.warnedValidationRules = buildUnnamed2236();
|
| }
|
| buildCounterCreativeAssetMetadata--;
|
| return o;
|
| @@ -2355,24 +2355,24 @@ checkCreativeAssetMetadata(api.CreativeAssetMetadata o) {
|
| buildCounterCreativeAssetMetadata++;
|
| if (buildCounterCreativeAssetMetadata < 3) {
|
| checkCreativeAssetId(o.assetIdentifier);
|
| - checkUnnamed2446(o.clickTags);
|
| - checkUnnamed2447(o.detectedFeatures);
|
| + checkUnnamed2234(o.clickTags);
|
| + checkUnnamed2235(o.detectedFeatures);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| checkDimensionValue(o.idDimensionValue);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed2448(o.warnedValidationRules);
|
| + checkUnnamed2236(o.warnedValidationRules);
|
| }
|
| buildCounterCreativeAssetMetadata--;
|
| }
|
|
|
| -buildUnnamed2449() {
|
| +buildUnnamed2237() {
|
| var o = new core.List<api.Rule>();
|
| o.add(buildRule());
|
| o.add(buildRule());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2449(core.List<api.Rule> o) {
|
| +checkUnnamed2237(core.List<api.Rule> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRule(o[0]);
|
| checkRule(o[1]);
|
| @@ -2384,7 +2384,7 @@ buildCreativeAssetSelection() {
|
| buildCounterCreativeAssetSelection++;
|
| if (buildCounterCreativeAssetSelection < 3) {
|
| o.defaultAssetId = "foo";
|
| - o.rules = buildUnnamed2449();
|
| + o.rules = buildUnnamed2237();
|
| }
|
| buildCounterCreativeAssetSelection--;
|
| return o;
|
| @@ -2394,45 +2394,45 @@ checkCreativeAssetSelection(api.CreativeAssetSelection o) {
|
| buildCounterCreativeAssetSelection++;
|
| if (buildCounterCreativeAssetSelection < 3) {
|
| unittest.expect(o.defaultAssetId, unittest.equals('foo'));
|
| - checkUnnamed2449(o.rules);
|
| + checkUnnamed2237(o.rules);
|
| }
|
| buildCounterCreativeAssetSelection--;
|
| }
|
|
|
| -buildUnnamed2450() {
|
| +buildUnnamed2238() {
|
| var o = new core.List<api.CompanionClickThroughOverride>();
|
| o.add(buildCompanionClickThroughOverride());
|
| o.add(buildCompanionClickThroughOverride());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2450(core.List<api.CompanionClickThroughOverride> o) {
|
| +checkUnnamed2238(core.List<api.CompanionClickThroughOverride> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCompanionClickThroughOverride(o[0]);
|
| checkCompanionClickThroughOverride(o[1]);
|
| }
|
|
|
| -buildUnnamed2451() {
|
| +buildUnnamed2239() {
|
| var o = new core.List<api.CreativeGroupAssignment>();
|
| o.add(buildCreativeGroupAssignment());
|
| o.add(buildCreativeGroupAssignment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2451(core.List<api.CreativeGroupAssignment> o) {
|
| +checkUnnamed2239(core.List<api.CreativeGroupAssignment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeGroupAssignment(o[0]);
|
| checkCreativeGroupAssignment(o[1]);
|
| }
|
|
|
| -buildUnnamed2452() {
|
| +buildUnnamed2240() {
|
| var o = new core.List<api.RichMediaExitOverride>();
|
| o.add(buildRichMediaExitOverride());
|
| o.add(buildRichMediaExitOverride());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2452(core.List<api.RichMediaExitOverride> o) {
|
| +checkUnnamed2240(core.List<api.RichMediaExitOverride> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRichMediaExitOverride(o[0]);
|
| checkRichMediaExitOverride(o[1]);
|
| @@ -2446,12 +2446,12 @@ buildCreativeAssignment() {
|
| o.active = true;
|
| o.applyEventTags = true;
|
| o.clickThroughUrl = buildClickThroughUrl();
|
| - o.companionCreativeOverrides = buildUnnamed2450();
|
| - o.creativeGroupAssignments = buildUnnamed2451();
|
| + o.companionCreativeOverrides = buildUnnamed2238();
|
| + o.creativeGroupAssignments = buildUnnamed2239();
|
| o.creativeId = "foo";
|
| o.creativeIdDimensionValue = buildDimensionValue();
|
| o.endTime = core.DateTime.parse("2002-02-27T14:01:02");
|
| - o.richMediaExitOverrides = buildUnnamed2452();
|
| + o.richMediaExitOverrides = buildUnnamed2240();
|
| o.sequence = 42;
|
| o.sslCompliant = true;
|
| o.startTime = core.DateTime.parse("2002-02-27T14:01:02");
|
| @@ -2467,12 +2467,12 @@ checkCreativeAssignment(api.CreativeAssignment o) {
|
| unittest.expect(o.active, unittest.isTrue);
|
| unittest.expect(o.applyEventTags, unittest.isTrue);
|
| checkClickThroughUrl(o.clickThroughUrl);
|
| - checkUnnamed2450(o.companionCreativeOverrides);
|
| - checkUnnamed2451(o.creativeGroupAssignments);
|
| + checkUnnamed2238(o.companionCreativeOverrides);
|
| + checkUnnamed2239(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")));
|
| - checkUnnamed2452(o.richMediaExitOverrides);
|
| + checkUnnamed2240(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")));
|
| @@ -2593,14 +2593,14 @@ checkCreativeFieldValue(api.CreativeFieldValue o) {
|
| buildCounterCreativeFieldValue--;
|
| }
|
|
|
| -buildUnnamed2453() {
|
| +buildUnnamed2241() {
|
| var o = new core.List<api.CreativeFieldValue>();
|
| o.add(buildCreativeFieldValue());
|
| o.add(buildCreativeFieldValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2453(core.List<api.CreativeFieldValue> o) {
|
| +checkUnnamed2241(core.List<api.CreativeFieldValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeFieldValue(o[0]);
|
| checkCreativeFieldValue(o[1]);
|
| @@ -2611,7 +2611,7 @@ buildCreativeFieldValuesListResponse() {
|
| var o = new api.CreativeFieldValuesListResponse();
|
| buildCounterCreativeFieldValuesListResponse++;
|
| if (buildCounterCreativeFieldValuesListResponse < 3) {
|
| - o.creativeFieldValues = buildUnnamed2453();
|
| + o.creativeFieldValues = buildUnnamed2241();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -2622,21 +2622,21 @@ buildCreativeFieldValuesListResponse() {
|
| checkCreativeFieldValuesListResponse(api.CreativeFieldValuesListResponse o) {
|
| buildCounterCreativeFieldValuesListResponse++;
|
| if (buildCounterCreativeFieldValuesListResponse < 3) {
|
| - checkUnnamed2453(o.creativeFieldValues);
|
| + checkUnnamed2241(o.creativeFieldValues);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterCreativeFieldValuesListResponse--;
|
| }
|
|
|
| -buildUnnamed2454() {
|
| +buildUnnamed2242() {
|
| var o = new core.List<api.CreativeField>();
|
| o.add(buildCreativeField());
|
| o.add(buildCreativeField());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2454(core.List<api.CreativeField> o) {
|
| +checkUnnamed2242(core.List<api.CreativeField> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeField(o[0]);
|
| checkCreativeField(o[1]);
|
| @@ -2647,7 +2647,7 @@ buildCreativeFieldsListResponse() {
|
| var o = new api.CreativeFieldsListResponse();
|
| buildCounterCreativeFieldsListResponse++;
|
| if (buildCounterCreativeFieldsListResponse < 3) {
|
| - o.creativeFields = buildUnnamed2454();
|
| + o.creativeFields = buildUnnamed2242();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -2658,7 +2658,7 @@ buildCreativeFieldsListResponse() {
|
| checkCreativeFieldsListResponse(api.CreativeFieldsListResponse o) {
|
| buildCounterCreativeFieldsListResponse++;
|
| if (buildCounterCreativeFieldsListResponse < 3) {
|
| - checkUnnamed2454(o.creativeFields);
|
| + checkUnnamed2242(o.creativeFields);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -2719,14 +2719,14 @@ checkCreativeGroupAssignment(api.CreativeGroupAssignment o) {
|
| buildCounterCreativeGroupAssignment--;
|
| }
|
|
|
| -buildUnnamed2455() {
|
| +buildUnnamed2243() {
|
| var o = new core.List<api.CreativeGroup>();
|
| o.add(buildCreativeGroup());
|
| o.add(buildCreativeGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2455(core.List<api.CreativeGroup> o) {
|
| +checkUnnamed2243(core.List<api.CreativeGroup> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeGroup(o[0]);
|
| checkCreativeGroup(o[1]);
|
| @@ -2737,7 +2737,7 @@ buildCreativeGroupsListResponse() {
|
| var o = new api.CreativeGroupsListResponse();
|
| buildCounterCreativeGroupsListResponse++;
|
| if (buildCounterCreativeGroupsListResponse < 3) {
|
| - o.creativeGroups = buildUnnamed2455();
|
| + o.creativeGroups = buildUnnamed2243();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -2748,21 +2748,21 @@ buildCreativeGroupsListResponse() {
|
| checkCreativeGroupsListResponse(api.CreativeGroupsListResponse o) {
|
| buildCounterCreativeGroupsListResponse++;
|
| if (buildCounterCreativeGroupsListResponse < 3) {
|
| - checkUnnamed2455(o.creativeGroups);
|
| + checkUnnamed2243(o.creativeGroups);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterCreativeGroupsListResponse--;
|
| }
|
|
|
| -buildUnnamed2456() {
|
| +buildUnnamed2244() {
|
| var o = new core.List<api.OptimizationActivity>();
|
| o.add(buildOptimizationActivity());
|
| o.add(buildOptimizationActivity());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2456(core.List<api.OptimizationActivity> o) {
|
| +checkUnnamed2244(core.List<api.OptimizationActivity> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOptimizationActivity(o[0]);
|
| checkOptimizationActivity(o[1]);
|
| @@ -2775,7 +2775,7 @@ buildCreativeOptimizationConfiguration() {
|
| if (buildCounterCreativeOptimizationConfiguration < 3) {
|
| o.id = "foo";
|
| o.name = "foo";
|
| - o.optimizationActivitys = buildUnnamed2456();
|
| + o.optimizationActivitys = buildUnnamed2244();
|
| o.optimizationModel = "foo";
|
| }
|
| buildCounterCreativeOptimizationConfiguration--;
|
| @@ -2787,20 +2787,20 @@ checkCreativeOptimizationConfiguration(api.CreativeOptimizationConfiguration o)
|
| if (buildCounterCreativeOptimizationConfiguration < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| - checkUnnamed2456(o.optimizationActivitys);
|
| + checkUnnamed2244(o.optimizationActivitys);
|
| unittest.expect(o.optimizationModel, unittest.equals('foo'));
|
| }
|
| buildCounterCreativeOptimizationConfiguration--;
|
| }
|
|
|
| -buildUnnamed2457() {
|
| +buildUnnamed2245() {
|
| var o = new core.List<api.CreativeAssignment>();
|
| o.add(buildCreativeAssignment());
|
| o.add(buildCreativeAssignment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2457(core.List<api.CreativeAssignment> o) {
|
| +checkUnnamed2245(core.List<api.CreativeAssignment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreativeAssignment(o[0]);
|
| checkCreativeAssignment(o[1]);
|
| @@ -2811,7 +2811,7 @@ buildCreativeRotation() {
|
| var o = new api.CreativeRotation();
|
| buildCounterCreativeRotation++;
|
| if (buildCounterCreativeRotation < 3) {
|
| - o.creativeAssignments = buildUnnamed2457();
|
| + o.creativeAssignments = buildUnnamed2245();
|
| o.creativeOptimizationConfigurationId = "foo";
|
| o.type = "foo";
|
| o.weightCalculationStrategy = "foo";
|
| @@ -2823,7 +2823,7 @@ buildCreativeRotation() {
|
| checkCreativeRotation(api.CreativeRotation o) {
|
| buildCounterCreativeRotation++;
|
| if (buildCounterCreativeRotation < 3) {
|
| - checkUnnamed2457(o.creativeAssignments);
|
| + checkUnnamed2245(o.creativeAssignments);
|
| unittest.expect(o.creativeOptimizationConfigurationId, unittest.equals('foo'));
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| unittest.expect(o.weightCalculationStrategy, unittest.equals('foo'));
|
| @@ -2852,14 +2852,14 @@ checkCreativeSettings(api.CreativeSettings o) {
|
| buildCounterCreativeSettings--;
|
| }
|
|
|
| -buildUnnamed2458() {
|
| +buildUnnamed2246() {
|
| var o = new core.List<api.Creative>();
|
| o.add(buildCreative());
|
| o.add(buildCreative());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2458(core.List<api.Creative> o) {
|
| +checkUnnamed2246(core.List<api.Creative> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCreative(o[0]);
|
| checkCreative(o[1]);
|
| @@ -2870,7 +2870,7 @@ buildCreativesListResponse() {
|
| var o = new api.CreativesListResponse();
|
| buildCounterCreativesListResponse++;
|
| if (buildCounterCreativesListResponse < 3) {
|
| - o.creatives = buildUnnamed2458();
|
| + o.creatives = buildUnnamed2246();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -2881,60 +2881,60 @@ buildCreativesListResponse() {
|
| checkCreativesListResponse(api.CreativesListResponse o) {
|
| buildCounterCreativesListResponse++;
|
| if (buildCounterCreativesListResponse < 3) {
|
| - checkUnnamed2458(o.creatives);
|
| + checkUnnamed2246(o.creatives);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterCreativesListResponse--;
|
| }
|
|
|
| -buildUnnamed2459() {
|
| +buildUnnamed2247() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2459(core.List<api.Dimension> o) {
|
| +checkUnnamed2247(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed2460() {
|
| +buildUnnamed2248() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2460(core.List<api.Dimension> o) {
|
| +checkUnnamed2248(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed2461() {
|
| +buildUnnamed2249() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2461(core.List<api.Metric> o) {
|
| +checkUnnamed2249(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| }
|
|
|
| -buildUnnamed2462() {
|
| +buildUnnamed2250() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2462(core.List<api.Metric> o) {
|
| +checkUnnamed2250(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| @@ -2945,11 +2945,11 @@ buildCrossDimensionReachReportCompatibleFields() {
|
| var o = new api.CrossDimensionReachReportCompatibleFields();
|
| buildCounterCrossDimensionReachReportCompatibleFields++;
|
| if (buildCounterCrossDimensionReachReportCompatibleFields < 3) {
|
| - o.breakdown = buildUnnamed2459();
|
| - o.dimensionFilters = buildUnnamed2460();
|
| + o.breakdown = buildUnnamed2247();
|
| + o.dimensionFilters = buildUnnamed2248();
|
| o.kind = "foo";
|
| - o.metrics = buildUnnamed2461();
|
| - o.overlapMetrics = buildUnnamed2462();
|
| + o.metrics = buildUnnamed2249();
|
| + o.overlapMetrics = buildUnnamed2250();
|
| }
|
| buildCounterCrossDimensionReachReportCompatibleFields--;
|
| return o;
|
| @@ -2958,11 +2958,11 @@ buildCrossDimensionReachReportCompatibleFields() {
|
| checkCrossDimensionReachReportCompatibleFields(api.CrossDimensionReachReportCompatibleFields o) {
|
| buildCounterCrossDimensionReachReportCompatibleFields++;
|
| if (buildCounterCrossDimensionReachReportCompatibleFields < 3) {
|
| - checkUnnamed2459(o.breakdown);
|
| - checkUnnamed2460(o.dimensionFilters);
|
| + checkUnnamed2247(o.breakdown);
|
| + checkUnnamed2248(o.dimensionFilters);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed2461(o.metrics);
|
| - checkUnnamed2462(o.overlapMetrics);
|
| + checkUnnamed2249(o.metrics);
|
| + checkUnnamed2250(o.overlapMetrics);
|
| }
|
| buildCounterCrossDimensionReachReportCompatibleFields--;
|
| }
|
| @@ -2990,14 +2990,14 @@ checkCustomFloodlightVariable(api.CustomFloodlightVariable o) {
|
| buildCounterCustomFloodlightVariable--;
|
| }
|
|
|
| -buildUnnamed2463() {
|
| +buildUnnamed2251() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2463(core.List<api.DimensionValue> o) {
|
| +checkUnnamed2251(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| @@ -3008,7 +3008,7 @@ buildCustomRichMediaEvents() {
|
| var o = new api.CustomRichMediaEvents();
|
| buildCounterCustomRichMediaEvents++;
|
| if (buildCounterCustomRichMediaEvents < 3) {
|
| - o.filteredEventIds = buildUnnamed2463();
|
| + o.filteredEventIds = buildUnnamed2251();
|
| o.kind = "foo";
|
| }
|
| buildCounterCustomRichMediaEvents--;
|
| @@ -3018,7 +3018,7 @@ buildCustomRichMediaEvents() {
|
| checkCustomRichMediaEvents(api.CustomRichMediaEvents o) {
|
| buildCounterCustomRichMediaEvents++;
|
| if (buildCounterCustomRichMediaEvents < 3) {
|
| - checkUnnamed2463(o.filteredEventIds);
|
| + checkUnnamed2251(o.filteredEventIds);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterCustomRichMediaEvents--;
|
| @@ -3049,27 +3049,27 @@ checkDateRange(api.DateRange o) {
|
| buildCounterDateRange--;
|
| }
|
|
|
| -buildUnnamed2464() {
|
| +buildUnnamed2252() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2464(core.List<core.String> o) {
|
| +checkUnnamed2252(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2465() {
|
| +buildUnnamed2253() {
|
| var o = new core.List<core.int>();
|
| o.add(42);
|
| o.add(42);
|
| return o;
|
| }
|
|
|
| -checkUnnamed2465(core.List<core.int> o) {
|
| +checkUnnamed2253(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));
|
| @@ -3080,8 +3080,8 @@ buildDayPartTargeting() {
|
| var o = new api.DayPartTargeting();
|
| buildCounterDayPartTargeting++;
|
| if (buildCounterDayPartTargeting < 3) {
|
| - o.daysOfWeek = buildUnnamed2464();
|
| - o.hoursOfDay = buildUnnamed2465();
|
| + o.daysOfWeek = buildUnnamed2252();
|
| + o.hoursOfDay = buildUnnamed2253();
|
| o.userLocalTime = true;
|
| }
|
| buildCounterDayPartTargeting--;
|
| @@ -3091,8 +3091,8 @@ buildDayPartTargeting() {
|
| checkDayPartTargeting(api.DayPartTargeting o) {
|
| buildCounterDayPartTargeting++;
|
| if (buildCounterDayPartTargeting < 3) {
|
| - checkUnnamed2464(o.daysOfWeek);
|
| - checkUnnamed2465(o.hoursOfDay);
|
| + checkUnnamed2252(o.daysOfWeek);
|
| + checkUnnamed2253(o.hoursOfDay);
|
| unittest.expect(o.userLocalTime, unittest.isTrue);
|
| }
|
| buildCounterDayPartTargeting--;
|
| @@ -3244,14 +3244,14 @@ checkDimensionValue(api.DimensionValue o) {
|
| buildCounterDimensionValue--;
|
| }
|
|
|
| -buildUnnamed2466() {
|
| +buildUnnamed2254() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2466(core.List<api.DimensionValue> o) {
|
| +checkUnnamed2254(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| @@ -3263,7 +3263,7 @@ buildDimensionValueList() {
|
| buildCounterDimensionValueList++;
|
| if (buildCounterDimensionValueList < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed2466();
|
| + o.items = buildUnnamed2254();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -3275,21 +3275,21 @@ checkDimensionValueList(api.DimensionValueList o) {
|
| buildCounterDimensionValueList++;
|
| if (buildCounterDimensionValueList < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed2466(o.items);
|
| + checkUnnamed2254(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterDimensionValueList--;
|
| }
|
|
|
| -buildUnnamed2467() {
|
| +buildUnnamed2255() {
|
| var o = new core.List<api.DimensionFilter>();
|
| o.add(buildDimensionFilter());
|
| o.add(buildDimensionFilter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2467(core.List<api.DimensionFilter> o) {
|
| +checkUnnamed2255(core.List<api.DimensionFilter> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionFilter(o[0]);
|
| checkDimensionFilter(o[1]);
|
| @@ -3302,7 +3302,7 @@ buildDimensionValueRequest() {
|
| if (buildCounterDimensionValueRequest < 3) {
|
| o.dimensionName = "foo";
|
| o.endDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| - o.filters = buildUnnamed2467();
|
| + o.filters = buildUnnamed2255();
|
| o.kind = "foo";
|
| o.startDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| }
|
| @@ -3315,47 +3315,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")));
|
| - checkUnnamed2467(o.filters);
|
| + checkUnnamed2255(o.filters);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.startDate, unittest.equals(core.DateTime.parse("2002-02-27T00:00:00")));
|
| }
|
| buildCounterDimensionValueRequest--;
|
| }
|
|
|
| -buildUnnamed2468() {
|
| +buildUnnamed2256() {
|
| var o = new core.List<api.DirectorySiteContactAssignment>();
|
| o.add(buildDirectorySiteContactAssignment());
|
| o.add(buildDirectorySiteContactAssignment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2468(core.List<api.DirectorySiteContactAssignment> o) {
|
| +checkUnnamed2256(core.List<api.DirectorySiteContactAssignment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDirectorySiteContactAssignment(o[0]);
|
| checkDirectorySiteContactAssignment(o[1]);
|
| }
|
|
|
| -buildUnnamed2469() {
|
| +buildUnnamed2257() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2469(core.List<core.String> o) {
|
| +checkUnnamed2257(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2470() {
|
| +buildUnnamed2258() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2470(core.List<core.String> o) {
|
| +checkUnnamed2258(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -3367,14 +3367,14 @@ buildDirectorySite() {
|
| buildCounterDirectorySite++;
|
| if (buildCounterDirectorySite < 3) {
|
| o.active = true;
|
| - o.contactAssignments = buildUnnamed2468();
|
| + o.contactAssignments = buildUnnamed2256();
|
| o.countryId = "foo";
|
| o.currencyId = "foo";
|
| o.description = "foo";
|
| o.id = "foo";
|
| o.idDimensionValue = buildDimensionValue();
|
| - o.inpageTagFormats = buildUnnamed2469();
|
| - o.interstitialTagFormats = buildUnnamed2470();
|
| + o.inpageTagFormats = buildUnnamed2257();
|
| + o.interstitialTagFormats = buildUnnamed2258();
|
| o.kind = "foo";
|
| o.name = "foo";
|
| o.parentId = "foo";
|
| @@ -3389,14 +3389,14 @@ checkDirectorySite(api.DirectorySite o) {
|
| buildCounterDirectorySite++;
|
| if (buildCounterDirectorySite < 3) {
|
| unittest.expect(o.active, unittest.isTrue);
|
| - checkUnnamed2468(o.contactAssignments);
|
| + checkUnnamed2256(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);
|
| - checkUnnamed2469(o.inpageTagFormats);
|
| - checkUnnamed2470(o.interstitialTagFormats);
|
| + checkUnnamed2257(o.inpageTagFormats);
|
| + checkUnnamed2258(o.interstitialTagFormats);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.parentId, unittest.equals('foo'));
|
| @@ -3464,14 +3464,14 @@ checkDirectorySiteContactAssignment(api.DirectorySiteContactAssignment o) {
|
| buildCounterDirectorySiteContactAssignment--;
|
| }
|
|
|
| -buildUnnamed2471() {
|
| +buildUnnamed2259() {
|
| var o = new core.List<api.DirectorySiteContact>();
|
| o.add(buildDirectorySiteContact());
|
| o.add(buildDirectorySiteContact());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2471(core.List<api.DirectorySiteContact> o) {
|
| +checkUnnamed2259(core.List<api.DirectorySiteContact> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDirectorySiteContact(o[0]);
|
| checkDirectorySiteContact(o[1]);
|
| @@ -3482,7 +3482,7 @@ buildDirectorySiteContactsListResponse() {
|
| var o = new api.DirectorySiteContactsListResponse();
|
| buildCounterDirectorySiteContactsListResponse++;
|
| if (buildCounterDirectorySiteContactsListResponse < 3) {
|
| - o.directorySiteContacts = buildUnnamed2471();
|
| + o.directorySiteContacts = buildUnnamed2259();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -3493,7 +3493,7 @@ buildDirectorySiteContactsListResponse() {
|
| checkDirectorySiteContactsListResponse(api.DirectorySiteContactsListResponse o) {
|
| buildCounterDirectorySiteContactsListResponse++;
|
| if (buildCounterDirectorySiteContactsListResponse < 3) {
|
| - checkUnnamed2471(o.directorySiteContacts);
|
| + checkUnnamed2259(o.directorySiteContacts);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -3531,14 +3531,14 @@ checkDirectorySiteSettings(api.DirectorySiteSettings o) {
|
| buildCounterDirectorySiteSettings--;
|
| }
|
|
|
| -buildUnnamed2472() {
|
| +buildUnnamed2260() {
|
| var o = new core.List<api.DirectorySite>();
|
| o.add(buildDirectorySite());
|
| o.add(buildDirectorySite());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2472(core.List<api.DirectorySite> o) {
|
| +checkUnnamed2260(core.List<api.DirectorySite> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDirectorySite(o[0]);
|
| checkDirectorySite(o[1]);
|
| @@ -3549,7 +3549,7 @@ buildDirectorySitesListResponse() {
|
| var o = new api.DirectorySitesListResponse();
|
| buildCounterDirectorySitesListResponse++;
|
| if (buildCounterDirectorySitesListResponse < 3) {
|
| - o.directorySites = buildUnnamed2472();
|
| + o.directorySites = buildUnnamed2260();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -3560,7 +3560,7 @@ buildDirectorySitesListResponse() {
|
| checkDirectorySitesListResponse(api.DirectorySitesListResponse o) {
|
| buildCounterDirectorySitesListResponse++;
|
| if (buildCounterDirectorySitesListResponse < 3) {
|
| - checkUnnamed2472(o.directorySites);
|
| + checkUnnamed2260(o.directorySites);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -3592,14 +3592,14 @@ checkDynamicTargetingKey(api.DynamicTargetingKey o) {
|
| buildCounterDynamicTargetingKey--;
|
| }
|
|
|
| -buildUnnamed2473() {
|
| +buildUnnamed2261() {
|
| var o = new core.List<api.DynamicTargetingKey>();
|
| o.add(buildDynamicTargetingKey());
|
| o.add(buildDynamicTargetingKey());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2473(core.List<api.DynamicTargetingKey> o) {
|
| +checkUnnamed2261(core.List<api.DynamicTargetingKey> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDynamicTargetingKey(o[0]);
|
| checkDynamicTargetingKey(o[1]);
|
| @@ -3610,7 +3610,7 @@ buildDynamicTargetingKeysListResponse() {
|
| var o = new api.DynamicTargetingKeysListResponse();
|
| buildCounterDynamicTargetingKeysListResponse++;
|
| if (buildCounterDynamicTargetingKeysListResponse < 3) {
|
| - o.dynamicTargetingKeys = buildUnnamed2473();
|
| + o.dynamicTargetingKeys = buildUnnamed2261();
|
| o.kind = "foo";
|
| }
|
| buildCounterDynamicTargetingKeysListResponse--;
|
| @@ -3620,7 +3620,7 @@ buildDynamicTargetingKeysListResponse() {
|
| checkDynamicTargetingKeysListResponse(api.DynamicTargetingKeysListResponse o) {
|
| buildCounterDynamicTargetingKeysListResponse++;
|
| if (buildCounterDynamicTargetingKeysListResponse < 3) {
|
| - checkUnnamed2473(o.dynamicTargetingKeys);
|
| + checkUnnamed2261(o.dynamicTargetingKeys);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterDynamicTargetingKeysListResponse--;
|
| @@ -3651,14 +3651,14 @@ checkEncryptionInfo(api.EncryptionInfo o) {
|
| buildCounterEncryptionInfo--;
|
| }
|
|
|
| -buildUnnamed2474() {
|
| +buildUnnamed2262() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2474(core.List<core.String> o) {
|
| +checkUnnamed2262(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -3680,7 +3680,7 @@ buildEventTag() {
|
| o.kind = "foo";
|
| o.name = "foo";
|
| o.siteFilterType = "foo";
|
| - o.siteIds = buildUnnamed2474();
|
| + o.siteIds = buildUnnamed2262();
|
| o.sslCompliant = true;
|
| o.status = "foo";
|
| o.subaccountId = "foo";
|
| @@ -3706,7 +3706,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'));
|
| - checkUnnamed2474(o.siteIds);
|
| + checkUnnamed2262(o.siteIds);
|
| unittest.expect(o.sslCompliant, unittest.isTrue);
|
| unittest.expect(o.status, unittest.equals('foo'));
|
| unittest.expect(o.subaccountId, unittest.equals('foo'));
|
| @@ -3738,14 +3738,14 @@ checkEventTagOverride(api.EventTagOverride o) {
|
| buildCounterEventTagOverride--;
|
| }
|
|
|
| -buildUnnamed2475() {
|
| +buildUnnamed2263() {
|
| var o = new core.List<api.EventTag>();
|
| o.add(buildEventTag());
|
| o.add(buildEventTag());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2475(core.List<api.EventTag> o) {
|
| +checkUnnamed2263(core.List<api.EventTag> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEventTag(o[0]);
|
| checkEventTag(o[1]);
|
| @@ -3756,7 +3756,7 @@ buildEventTagsListResponse() {
|
| var o = new api.EventTagsListResponse();
|
| buildCounterEventTagsListResponse++;
|
| if (buildCounterEventTagsListResponse < 3) {
|
| - o.eventTags = buildUnnamed2475();
|
| + o.eventTags = buildUnnamed2263();
|
| o.kind = "foo";
|
| }
|
| buildCounterEventTagsListResponse--;
|
| @@ -3766,7 +3766,7 @@ buildEventTagsListResponse() {
|
| checkEventTagsListResponse(api.EventTagsListResponse o) {
|
| buildCounterEventTagsListResponse++;
|
| if (buildCounterEventTagsListResponse < 3) {
|
| - checkUnnamed2475(o.eventTags);
|
| + checkUnnamed2263(o.eventTags);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterEventTagsListResponse--;
|
| @@ -3830,14 +3830,14 @@ checkFile(api.File o) {
|
| buildCounterFile--;
|
| }
|
|
|
| -buildUnnamed2476() {
|
| +buildUnnamed2264() {
|
| var o = new core.List<api.File>();
|
| o.add(buildFile());
|
| o.add(buildFile());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2476(core.List<api.File> o) {
|
| +checkUnnamed2264(core.List<api.File> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFile(o[0]);
|
| checkFile(o[1]);
|
| @@ -3849,7 +3849,7 @@ buildFileList() {
|
| buildCounterFileList++;
|
| if (buildCounterFileList < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed2476();
|
| + o.items = buildUnnamed2264();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -3861,7 +3861,7 @@ checkFileList(api.FileList o) {
|
| buildCounterFileList++;
|
| if (buildCounterFileList < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed2476(o.items);
|
| + checkUnnamed2264(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -3914,14 +3914,14 @@ checkFloodlightActivitiesGenerateTagResponse(api.FloodlightActivitiesGenerateTag
|
| buildCounterFloodlightActivitiesGenerateTagResponse--;
|
| }
|
|
|
| -buildUnnamed2477() {
|
| +buildUnnamed2265() {
|
| var o = new core.List<api.FloodlightActivity>();
|
| o.add(buildFloodlightActivity());
|
| o.add(buildFloodlightActivity());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2477(core.List<api.FloodlightActivity> o) {
|
| +checkUnnamed2265(core.List<api.FloodlightActivity> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFloodlightActivity(o[0]);
|
| checkFloodlightActivity(o[1]);
|
| @@ -3932,7 +3932,7 @@ buildFloodlightActivitiesListResponse() {
|
| var o = new api.FloodlightActivitiesListResponse();
|
| buildCounterFloodlightActivitiesListResponse++;
|
| if (buildCounterFloodlightActivitiesListResponse < 3) {
|
| - o.floodlightActivities = buildUnnamed2477();
|
| + o.floodlightActivities = buildUnnamed2265();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -3943,47 +3943,47 @@ buildFloodlightActivitiesListResponse() {
|
| checkFloodlightActivitiesListResponse(api.FloodlightActivitiesListResponse o) {
|
| buildCounterFloodlightActivitiesListResponse++;
|
| if (buildCounterFloodlightActivitiesListResponse < 3) {
|
| - checkUnnamed2477(o.floodlightActivities);
|
| + checkUnnamed2265(o.floodlightActivities);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterFloodlightActivitiesListResponse--;
|
| }
|
|
|
| -buildUnnamed2478() {
|
| +buildUnnamed2266() {
|
| var o = new core.List<api.FloodlightActivityDynamicTag>();
|
| o.add(buildFloodlightActivityDynamicTag());
|
| o.add(buildFloodlightActivityDynamicTag());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2478(core.List<api.FloodlightActivityDynamicTag> o) {
|
| +checkUnnamed2266(core.List<api.FloodlightActivityDynamicTag> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFloodlightActivityDynamicTag(o[0]);
|
| checkFloodlightActivityDynamicTag(o[1]);
|
| }
|
|
|
| -buildUnnamed2479() {
|
| +buildUnnamed2267() {
|
| var o = new core.List<api.FloodlightActivityPublisherDynamicTag>();
|
| o.add(buildFloodlightActivityPublisherDynamicTag());
|
| o.add(buildFloodlightActivityPublisherDynamicTag());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2479(core.List<api.FloodlightActivityPublisherDynamicTag> o) {
|
| +checkUnnamed2267(core.List<api.FloodlightActivityPublisherDynamicTag> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFloodlightActivityPublisherDynamicTag(o[0]);
|
| checkFloodlightActivityPublisherDynamicTag(o[1]);
|
| }
|
|
|
| -buildUnnamed2480() {
|
| +buildUnnamed2268() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2480(core.List<core.String> o) {
|
| +checkUnnamed2268(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -3999,7 +3999,7 @@ buildFloodlightActivity() {
|
| o.advertiserIdDimensionValue = buildDimensionValue();
|
| o.cacheBustingType = "foo";
|
| o.countingMethod = "foo";
|
| - o.defaultTags = buildUnnamed2478();
|
| + o.defaultTags = buildUnnamed2266();
|
| o.expectedUrl = "foo";
|
| o.floodlightActivityGroupId = "foo";
|
| o.floodlightActivityGroupName = "foo";
|
| @@ -4014,14 +4014,14 @@ buildFloodlightActivity() {
|
| o.kind = "foo";
|
| o.name = "foo";
|
| o.notes = "foo";
|
| - o.publisherTags = buildUnnamed2479();
|
| + o.publisherTags = buildUnnamed2267();
|
| o.secure = true;
|
| o.sslCompliant = true;
|
| o.sslRequired = true;
|
| o.subaccountId = "foo";
|
| o.tagFormat = "foo";
|
| o.tagString = "foo";
|
| - o.userDefinedVariableTypes = buildUnnamed2480();
|
| + o.userDefinedVariableTypes = buildUnnamed2268();
|
| }
|
| buildCounterFloodlightActivity--;
|
| return o;
|
| @@ -4035,7 +4035,7 @@ checkFloodlightActivity(api.FloodlightActivity o) {
|
| checkDimensionValue(o.advertiserIdDimensionValue);
|
| unittest.expect(o.cacheBustingType, unittest.equals('foo'));
|
| unittest.expect(o.countingMethod, unittest.equals('foo'));
|
| - checkUnnamed2478(o.defaultTags);
|
| + checkUnnamed2266(o.defaultTags);
|
| unittest.expect(o.expectedUrl, unittest.equals('foo'));
|
| unittest.expect(o.floodlightActivityGroupId, unittest.equals('foo'));
|
| unittest.expect(o.floodlightActivityGroupName, unittest.equals('foo'));
|
| @@ -4050,14 +4050,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'));
|
| - checkUnnamed2479(o.publisherTags);
|
| + checkUnnamed2267(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'));
|
| - checkUnnamed2480(o.userDefinedVariableTypes);
|
| + checkUnnamed2268(o.userDefinedVariableTypes);
|
| }
|
| buildCounterFloodlightActivity--;
|
| }
|
| @@ -4126,14 +4126,14 @@ checkFloodlightActivityGroup(api.FloodlightActivityGroup o) {
|
| buildCounterFloodlightActivityGroup--;
|
| }
|
|
|
| -buildUnnamed2481() {
|
| +buildUnnamed2269() {
|
| var o = new core.List<api.FloodlightActivityGroup>();
|
| o.add(buildFloodlightActivityGroup());
|
| o.add(buildFloodlightActivityGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2481(core.List<api.FloodlightActivityGroup> o) {
|
| +checkUnnamed2269(core.List<api.FloodlightActivityGroup> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFloodlightActivityGroup(o[0]);
|
| checkFloodlightActivityGroup(o[1]);
|
| @@ -4144,7 +4144,7 @@ buildFloodlightActivityGroupsListResponse() {
|
| var o = new api.FloodlightActivityGroupsListResponse();
|
| buildCounterFloodlightActivityGroupsListResponse++;
|
| if (buildCounterFloodlightActivityGroupsListResponse < 3) {
|
| - o.floodlightActivityGroups = buildUnnamed2481();
|
| + o.floodlightActivityGroups = buildUnnamed2269();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -4155,7 +4155,7 @@ buildFloodlightActivityGroupsListResponse() {
|
| checkFloodlightActivityGroupsListResponse(api.FloodlightActivityGroupsListResponse o) {
|
| buildCounterFloodlightActivityGroupsListResponse++;
|
| if (buildCounterFloodlightActivityGroupsListResponse < 3) {
|
| - checkUnnamed2481(o.floodlightActivityGroups);
|
| + checkUnnamed2269(o.floodlightActivityGroups);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -4191,40 +4191,40 @@ checkFloodlightActivityPublisherDynamicTag(api.FloodlightActivityPublisherDynami
|
| buildCounterFloodlightActivityPublisherDynamicTag--;
|
| }
|
|
|
| -buildUnnamed2482() {
|
| +buildUnnamed2270() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2482(core.List<core.String> o) {
|
| +checkUnnamed2270(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2483() {
|
| +buildUnnamed2271() {
|
| var o = new core.List<api.ThirdPartyAuthenticationToken>();
|
| o.add(buildThirdPartyAuthenticationToken());
|
| o.add(buildThirdPartyAuthenticationToken());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2483(core.List<api.ThirdPartyAuthenticationToken> o) {
|
| +checkUnnamed2271(core.List<api.ThirdPartyAuthenticationToken> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkThirdPartyAuthenticationToken(o[0]);
|
| checkThirdPartyAuthenticationToken(o[1]);
|
| }
|
|
|
| -buildUnnamed2484() {
|
| +buildUnnamed2272() {
|
| var o = new core.List<api.UserDefinedVariableConfiguration>();
|
| o.add(buildUserDefinedVariableConfiguration());
|
| o.add(buildUserDefinedVariableConfiguration());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2484(core.List<api.UserDefinedVariableConfiguration> o) {
|
| +checkUnnamed2272(core.List<api.UserDefinedVariableConfiguration> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUserDefinedVariableConfiguration(o[0]);
|
| checkUserDefinedVariableConfiguration(o[1]);
|
| @@ -4248,11 +4248,11 @@ buildFloodlightConfiguration() {
|
| o.lookbackConfiguration = buildLookbackConfiguration();
|
| o.naturalSearchConversionAttributionOption = "foo";
|
| o.omnitureSettings = buildOmnitureSettings();
|
| - o.standardVariableTypes = buildUnnamed2482();
|
| + o.standardVariableTypes = buildUnnamed2270();
|
| o.subaccountId = "foo";
|
| o.tagSettings = buildTagSettings();
|
| - o.thirdPartyAuthenticationTokens = buildUnnamed2483();
|
| - o.userDefinedVariableConfigurations = buildUnnamed2484();
|
| + o.thirdPartyAuthenticationTokens = buildUnnamed2271();
|
| + o.userDefinedVariableConfigurations = buildUnnamed2272();
|
| }
|
| buildCounterFloodlightConfiguration--;
|
| return o;
|
| @@ -4274,23 +4274,23 @@ checkFloodlightConfiguration(api.FloodlightConfiguration o) {
|
| checkLookbackConfiguration(o.lookbackConfiguration);
|
| unittest.expect(o.naturalSearchConversionAttributionOption, unittest.equals('foo'));
|
| checkOmnitureSettings(o.omnitureSettings);
|
| - checkUnnamed2482(o.standardVariableTypes);
|
| + checkUnnamed2270(o.standardVariableTypes);
|
| unittest.expect(o.subaccountId, unittest.equals('foo'));
|
| checkTagSettings(o.tagSettings);
|
| - checkUnnamed2483(o.thirdPartyAuthenticationTokens);
|
| - checkUnnamed2484(o.userDefinedVariableConfigurations);
|
| + checkUnnamed2271(o.thirdPartyAuthenticationTokens);
|
| + checkUnnamed2272(o.userDefinedVariableConfigurations);
|
| }
|
| buildCounterFloodlightConfiguration--;
|
| }
|
|
|
| -buildUnnamed2485() {
|
| +buildUnnamed2273() {
|
| var o = new core.List<api.FloodlightConfiguration>();
|
| o.add(buildFloodlightConfiguration());
|
| o.add(buildFloodlightConfiguration());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2485(core.List<api.FloodlightConfiguration> o) {
|
| +checkUnnamed2273(core.List<api.FloodlightConfiguration> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFloodlightConfiguration(o[0]);
|
| checkFloodlightConfiguration(o[1]);
|
| @@ -4301,7 +4301,7 @@ buildFloodlightConfigurationsListResponse() {
|
| var o = new api.FloodlightConfigurationsListResponse();
|
| buildCounterFloodlightConfigurationsListResponse++;
|
| if (buildCounterFloodlightConfigurationsListResponse < 3) {
|
| - o.floodlightConfigurations = buildUnnamed2485();
|
| + o.floodlightConfigurations = buildUnnamed2273();
|
| o.kind = "foo";
|
| }
|
| buildCounterFloodlightConfigurationsListResponse--;
|
| @@ -4311,46 +4311,46 @@ buildFloodlightConfigurationsListResponse() {
|
| checkFloodlightConfigurationsListResponse(api.FloodlightConfigurationsListResponse o) {
|
| buildCounterFloodlightConfigurationsListResponse++;
|
| if (buildCounterFloodlightConfigurationsListResponse < 3) {
|
| - checkUnnamed2485(o.floodlightConfigurations);
|
| + checkUnnamed2273(o.floodlightConfigurations);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterFloodlightConfigurationsListResponse--;
|
| }
|
|
|
| -buildUnnamed2486() {
|
| +buildUnnamed2274() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2486(core.List<api.Dimension> o) {
|
| +checkUnnamed2274(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed2487() {
|
| +buildUnnamed2275() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2487(core.List<api.Dimension> o) {
|
| +checkUnnamed2275(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed2488() {
|
| +buildUnnamed2276() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2488(core.List<api.Metric> o) {
|
| +checkUnnamed2276(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| @@ -4361,10 +4361,10 @@ buildFloodlightReportCompatibleFields() {
|
| var o = new api.FloodlightReportCompatibleFields();
|
| buildCounterFloodlightReportCompatibleFields++;
|
| if (buildCounterFloodlightReportCompatibleFields < 3) {
|
| - o.dimensionFilters = buildUnnamed2486();
|
| - o.dimensions = buildUnnamed2487();
|
| + o.dimensionFilters = buildUnnamed2274();
|
| + o.dimensions = buildUnnamed2275();
|
| o.kind = "foo";
|
| - o.metrics = buildUnnamed2488();
|
| + o.metrics = buildUnnamed2276();
|
| }
|
| buildCounterFloodlightReportCompatibleFields--;
|
| return o;
|
| @@ -4373,10 +4373,10 @@ buildFloodlightReportCompatibleFields() {
|
| checkFloodlightReportCompatibleFields(api.FloodlightReportCompatibleFields o) {
|
| buildCounterFloodlightReportCompatibleFields++;
|
| if (buildCounterFloodlightReportCompatibleFields < 3) {
|
| - checkUnnamed2486(o.dimensionFilters);
|
| - checkUnnamed2487(o.dimensions);
|
| + checkUnnamed2274(o.dimensionFilters);
|
| + checkUnnamed2275(o.dimensions);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed2488(o.metrics);
|
| + checkUnnamed2276(o.metrics);
|
| }
|
| buildCounterFloodlightReportCompatibleFields--;
|
| }
|
| @@ -4429,66 +4429,66 @@ checkFsCommand(api.FsCommand o) {
|
| buildCounterFsCommand--;
|
| }
|
|
|
| -buildUnnamed2489() {
|
| +buildUnnamed2277() {
|
| var o = new core.List<api.City>();
|
| o.add(buildCity());
|
| o.add(buildCity());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2489(core.List<api.City> o) {
|
| +checkUnnamed2277(core.List<api.City> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCity(o[0]);
|
| checkCity(o[1]);
|
| }
|
|
|
| -buildUnnamed2490() {
|
| +buildUnnamed2278() {
|
| var o = new core.List<api.Country>();
|
| o.add(buildCountry());
|
| o.add(buildCountry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2490(core.List<api.Country> o) {
|
| +checkUnnamed2278(core.List<api.Country> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCountry(o[0]);
|
| checkCountry(o[1]);
|
| }
|
|
|
| -buildUnnamed2491() {
|
| +buildUnnamed2279() {
|
| var o = new core.List<api.Metro>();
|
| o.add(buildMetro());
|
| o.add(buildMetro());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2491(core.List<api.Metro> o) {
|
| +checkUnnamed2279(core.List<api.Metro> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetro(o[0]);
|
| checkMetro(o[1]);
|
| }
|
|
|
| -buildUnnamed2492() {
|
| +buildUnnamed2280() {
|
| var o = new core.List<api.PostalCode>();
|
| o.add(buildPostalCode());
|
| o.add(buildPostalCode());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2492(core.List<api.PostalCode> o) {
|
| +checkUnnamed2280(core.List<api.PostalCode> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPostalCode(o[0]);
|
| checkPostalCode(o[1]);
|
| }
|
|
|
| -buildUnnamed2493() {
|
| +buildUnnamed2281() {
|
| var o = new core.List<api.Region>();
|
| o.add(buildRegion());
|
| o.add(buildRegion());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2493(core.List<api.Region> o) {
|
| +checkUnnamed2281(core.List<api.Region> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRegion(o[0]);
|
| checkRegion(o[1]);
|
| @@ -4499,12 +4499,12 @@ buildGeoTargeting() {
|
| var o = new api.GeoTargeting();
|
| buildCounterGeoTargeting++;
|
| if (buildCounterGeoTargeting < 3) {
|
| - o.cities = buildUnnamed2489();
|
| - o.countries = buildUnnamed2490();
|
| + o.cities = buildUnnamed2277();
|
| + o.countries = buildUnnamed2278();
|
| o.excludeCountries = true;
|
| - o.metros = buildUnnamed2491();
|
| - o.postalCodes = buildUnnamed2492();
|
| - o.regions = buildUnnamed2493();
|
| + o.metros = buildUnnamed2279();
|
| + o.postalCodes = buildUnnamed2280();
|
| + o.regions = buildUnnamed2281();
|
| }
|
| buildCounterGeoTargeting--;
|
| return o;
|
| @@ -4513,24 +4513,24 @@ buildGeoTargeting() {
|
| checkGeoTargeting(api.GeoTargeting o) {
|
| buildCounterGeoTargeting++;
|
| if (buildCounterGeoTargeting < 3) {
|
| - checkUnnamed2489(o.cities);
|
| - checkUnnamed2490(o.countries);
|
| + checkUnnamed2277(o.cities);
|
| + checkUnnamed2278(o.countries);
|
| unittest.expect(o.excludeCountries, unittest.isTrue);
|
| - checkUnnamed2491(o.metros);
|
| - checkUnnamed2492(o.postalCodes);
|
| - checkUnnamed2493(o.regions);
|
| + checkUnnamed2279(o.metros);
|
| + checkUnnamed2280(o.postalCodes);
|
| + checkUnnamed2281(o.regions);
|
| }
|
| buildCounterGeoTargeting--;
|
| }
|
|
|
| -buildUnnamed2494() {
|
| +buildUnnamed2282() {
|
| var o = new core.List<api.AdSlot>();
|
| o.add(buildAdSlot());
|
| o.add(buildAdSlot());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2494(core.List<api.AdSlot> o) {
|
| +checkUnnamed2282(core.List<api.AdSlot> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAdSlot(o[0]);
|
| checkAdSlot(o[1]);
|
| @@ -4542,7 +4542,7 @@ buildInventoryItem() {
|
| buildCounterInventoryItem++;
|
| if (buildCounterInventoryItem < 3) {
|
| o.accountId = "foo";
|
| - o.adSlots = buildUnnamed2494();
|
| + o.adSlots = buildUnnamed2282();
|
| o.advertiserId = "foo";
|
| o.contentCategoryId = "foo";
|
| o.estimatedClickThroughRate = "foo";
|
| @@ -4570,7 +4570,7 @@ checkInventoryItem(api.InventoryItem o) {
|
| buildCounterInventoryItem++;
|
| if (buildCounterInventoryItem < 3) {
|
| unittest.expect(o.accountId, unittest.equals('foo'));
|
| - checkUnnamed2494(o.adSlots);
|
| + checkUnnamed2282(o.adSlots);
|
| unittest.expect(o.advertiserId, unittest.equals('foo'));
|
| unittest.expect(o.contentCategoryId, unittest.equals('foo'));
|
| unittest.expect(o.estimatedClickThroughRate, unittest.equals('foo'));
|
| @@ -4593,14 +4593,14 @@ checkInventoryItem(api.InventoryItem o) {
|
| buildCounterInventoryItem--;
|
| }
|
|
|
| -buildUnnamed2495() {
|
| +buildUnnamed2283() {
|
| var o = new core.List<api.InventoryItem>();
|
| o.add(buildInventoryItem());
|
| o.add(buildInventoryItem());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2495(core.List<api.InventoryItem> o) {
|
| +checkUnnamed2283(core.List<api.InventoryItem> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInventoryItem(o[0]);
|
| checkInventoryItem(o[1]);
|
| @@ -4611,7 +4611,7 @@ buildInventoryItemsListResponse() {
|
| var o = new api.InventoryItemsListResponse();
|
| buildCounterInventoryItemsListResponse++;
|
| if (buildCounterInventoryItemsListResponse < 3) {
|
| - o.inventoryItems = buildUnnamed2495();
|
| + o.inventoryItems = buildUnnamed2283();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -4622,7 +4622,7 @@ buildInventoryItemsListResponse() {
|
| checkInventoryItemsListResponse(api.InventoryItemsListResponse o) {
|
| buildCounterInventoryItemsListResponse++;
|
| if (buildCounterInventoryItemsListResponse < 3) {
|
| - checkUnnamed2495(o.inventoryItems);
|
| + checkUnnamed2283(o.inventoryItems);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -4675,14 +4675,14 @@ checkLandingPage(api.LandingPage o) {
|
| buildCounterLandingPage--;
|
| }
|
|
|
| -buildUnnamed2496() {
|
| +buildUnnamed2284() {
|
| var o = new core.List<api.LandingPage>();
|
| o.add(buildLandingPage());
|
| o.add(buildLandingPage());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2496(core.List<api.LandingPage> o) {
|
| +checkUnnamed2284(core.List<api.LandingPage> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkLandingPage(o[0]);
|
| checkLandingPage(o[1]);
|
| @@ -4694,7 +4694,7 @@ buildLandingPagesListResponse() {
|
| buildCounterLandingPagesListResponse++;
|
| if (buildCounterLandingPagesListResponse < 3) {
|
| o.kind = "foo";
|
| - o.landingPages = buildUnnamed2496();
|
| + o.landingPages = buildUnnamed2284();
|
| }
|
| buildCounterLandingPagesListResponse--;
|
| return o;
|
| @@ -4704,7 +4704,7 @@ checkLandingPagesListResponse(api.LandingPagesListResponse o) {
|
| buildCounterLandingPagesListResponse++;
|
| if (buildCounterLandingPagesListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed2496(o.landingPages);
|
| + checkUnnamed2284(o.landingPages);
|
| }
|
| buildCounterLandingPagesListResponse--;
|
| }
|
| @@ -4734,14 +4734,14 @@ checkLanguage(api.Language o) {
|
| buildCounterLanguage--;
|
| }
|
|
|
| -buildUnnamed2497() {
|
| +buildUnnamed2285() {
|
| var o = new core.List<api.Language>();
|
| o.add(buildLanguage());
|
| o.add(buildLanguage());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2497(core.List<api.Language> o) {
|
| +checkUnnamed2285(core.List<api.Language> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkLanguage(o[0]);
|
| checkLanguage(o[1]);
|
| @@ -4752,7 +4752,7 @@ buildLanguageTargeting() {
|
| var o = new api.LanguageTargeting();
|
| buildCounterLanguageTargeting++;
|
| if (buildCounterLanguageTargeting < 3) {
|
| - o.languages = buildUnnamed2497();
|
| + o.languages = buildUnnamed2285();
|
| }
|
| buildCounterLanguageTargeting--;
|
| return o;
|
| @@ -4761,19 +4761,19 @@ buildLanguageTargeting() {
|
| checkLanguageTargeting(api.LanguageTargeting o) {
|
| buildCounterLanguageTargeting++;
|
| if (buildCounterLanguageTargeting < 3) {
|
| - checkUnnamed2497(o.languages);
|
| + checkUnnamed2285(o.languages);
|
| }
|
| buildCounterLanguageTargeting--;
|
| }
|
|
|
| -buildUnnamed2498() {
|
| +buildUnnamed2286() {
|
| var o = new core.List<api.Language>();
|
| o.add(buildLanguage());
|
| o.add(buildLanguage());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2498(core.List<api.Language> o) {
|
| +checkUnnamed2286(core.List<api.Language> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkLanguage(o[0]);
|
| checkLanguage(o[1]);
|
| @@ -4785,7 +4785,7 @@ buildLanguagesListResponse() {
|
| buildCounterLanguagesListResponse++;
|
| if (buildCounterLanguagesListResponse < 3) {
|
| o.kind = "foo";
|
| - o.languages = buildUnnamed2498();
|
| + o.languages = buildUnnamed2286();
|
| }
|
| buildCounterLanguagesListResponse--;
|
| return o;
|
| @@ -4795,7 +4795,7 @@ checkLanguagesListResponse(api.LanguagesListResponse o) {
|
| buildCounterLanguagesListResponse++;
|
| if (buildCounterLanguagesListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed2498(o.languages);
|
| + checkUnnamed2286(o.languages);
|
| }
|
| buildCounterLanguagesListResponse--;
|
| }
|
| @@ -4819,14 +4819,14 @@ checkLastModifiedInfo(api.LastModifiedInfo o) {
|
| buildCounterLastModifiedInfo--;
|
| }
|
|
|
| -buildUnnamed2499() {
|
| +buildUnnamed2287() {
|
| var o = new core.List<api.ListPopulationTerm>();
|
| o.add(buildListPopulationTerm());
|
| o.add(buildListPopulationTerm());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2499(core.List<api.ListPopulationTerm> o) {
|
| +checkUnnamed2287(core.List<api.ListPopulationTerm> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkListPopulationTerm(o[0]);
|
| checkListPopulationTerm(o[1]);
|
| @@ -4837,7 +4837,7 @@ buildListPopulationClause() {
|
| var o = new api.ListPopulationClause();
|
| buildCounterListPopulationClause++;
|
| if (buildCounterListPopulationClause < 3) {
|
| - o.terms = buildUnnamed2499();
|
| + o.terms = buildUnnamed2287();
|
| }
|
| buildCounterListPopulationClause--;
|
| return o;
|
| @@ -4846,19 +4846,19 @@ buildListPopulationClause() {
|
| checkListPopulationClause(api.ListPopulationClause o) {
|
| buildCounterListPopulationClause++;
|
| if (buildCounterListPopulationClause < 3) {
|
| - checkUnnamed2499(o.terms);
|
| + checkUnnamed2287(o.terms);
|
| }
|
| buildCounterListPopulationClause--;
|
| }
|
|
|
| -buildUnnamed2500() {
|
| +buildUnnamed2288() {
|
| var o = new core.List<api.ListPopulationClause>();
|
| o.add(buildListPopulationClause());
|
| o.add(buildListPopulationClause());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2500(core.List<api.ListPopulationClause> o) {
|
| +checkUnnamed2288(core.List<api.ListPopulationClause> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkListPopulationClause(o[0]);
|
| checkListPopulationClause(o[1]);
|
| @@ -4871,7 +4871,7 @@ buildListPopulationRule() {
|
| if (buildCounterListPopulationRule < 3) {
|
| o.floodlightActivityId = "foo";
|
| o.floodlightActivityName = "foo";
|
| - o.listPopulationClauses = buildUnnamed2500();
|
| + o.listPopulationClauses = buildUnnamed2288();
|
| }
|
| buildCounterListPopulationRule--;
|
| return o;
|
| @@ -4882,7 +4882,7 @@ checkListPopulationRule(api.ListPopulationRule o) {
|
| if (buildCounterListPopulationRule < 3) {
|
| unittest.expect(o.floodlightActivityId, unittest.equals('foo'));
|
| unittest.expect(o.floodlightActivityName, unittest.equals('foo'));
|
| - checkUnnamed2500(o.listPopulationClauses);
|
| + checkUnnamed2288(o.listPopulationClauses);
|
| }
|
| buildCounterListPopulationRule--;
|
| }
|
| @@ -5012,14 +5012,14 @@ checkMetro(api.Metro o) {
|
| buildCounterMetro--;
|
| }
|
|
|
| -buildUnnamed2501() {
|
| +buildUnnamed2289() {
|
| var o = new core.List<api.Metro>();
|
| o.add(buildMetro());
|
| o.add(buildMetro());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2501(core.List<api.Metro> o) {
|
| +checkUnnamed2289(core.List<api.Metro> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetro(o[0]);
|
| checkMetro(o[1]);
|
| @@ -5031,7 +5031,7 @@ buildMetrosListResponse() {
|
| buildCounterMetrosListResponse++;
|
| if (buildCounterMetrosListResponse < 3) {
|
| o.kind = "foo";
|
| - o.metros = buildUnnamed2501();
|
| + o.metros = buildUnnamed2289();
|
| }
|
| buildCounterMetrosListResponse--;
|
| return o;
|
| @@ -5041,7 +5041,7 @@ checkMetrosListResponse(api.MetrosListResponse o) {
|
| buildCounterMetrosListResponse++;
|
| if (buildCounterMetrosListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed2501(o.metros);
|
| + checkUnnamed2289(o.metros);
|
| }
|
| buildCounterMetrosListResponse--;
|
| }
|
| @@ -5073,14 +5073,14 @@ checkMobileCarrier(api.MobileCarrier o) {
|
| buildCounterMobileCarrier--;
|
| }
|
|
|
| -buildUnnamed2502() {
|
| +buildUnnamed2290() {
|
| var o = new core.List<api.MobileCarrier>();
|
| o.add(buildMobileCarrier());
|
| o.add(buildMobileCarrier());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2502(core.List<api.MobileCarrier> o) {
|
| +checkUnnamed2290(core.List<api.MobileCarrier> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMobileCarrier(o[0]);
|
| checkMobileCarrier(o[1]);
|
| @@ -5092,7 +5092,7 @@ buildMobileCarriersListResponse() {
|
| buildCounterMobileCarriersListResponse++;
|
| if (buildCounterMobileCarriersListResponse < 3) {
|
| o.kind = "foo";
|
| - o.mobileCarriers = buildUnnamed2502();
|
| + o.mobileCarriers = buildUnnamed2290();
|
| }
|
| buildCounterMobileCarriersListResponse--;
|
| return o;
|
| @@ -5102,19 +5102,19 @@ checkMobileCarriersListResponse(api.MobileCarriersListResponse o) {
|
| buildCounterMobileCarriersListResponse++;
|
| if (buildCounterMobileCarriersListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed2502(o.mobileCarriers);
|
| + checkUnnamed2290(o.mobileCarriers);
|
| }
|
| buildCounterMobileCarriersListResponse--;
|
| }
|
|
|
| -buildUnnamed2503() {
|
| +buildUnnamed2291() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2503(core.List<core.String> o) {
|
| +checkUnnamed2291(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -5126,7 +5126,7 @@ buildObjectFilter() {
|
| buildCounterObjectFilter++;
|
| if (buildCounterObjectFilter < 3) {
|
| o.kind = "foo";
|
| - o.objectIds = buildUnnamed2503();
|
| + o.objectIds = buildUnnamed2291();
|
| o.status = "foo";
|
| }
|
| buildCounterObjectFilter--;
|
| @@ -5137,7 +5137,7 @@ checkObjectFilter(api.ObjectFilter o) {
|
| buildCounterObjectFilter++;
|
| if (buildCounterObjectFilter < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed2503(o.objectIds);
|
| + checkUnnamed2291(o.objectIds);
|
| unittest.expect(o.status, unittest.equals('foo'));
|
| }
|
| buildCounterObjectFilter--;
|
| @@ -5241,14 +5241,14 @@ checkOperatingSystemVersion(api.OperatingSystemVersion o) {
|
| buildCounterOperatingSystemVersion--;
|
| }
|
|
|
| -buildUnnamed2504() {
|
| +buildUnnamed2292() {
|
| var o = new core.List<api.OperatingSystemVersion>();
|
| o.add(buildOperatingSystemVersion());
|
| o.add(buildOperatingSystemVersion());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2504(core.List<api.OperatingSystemVersion> o) {
|
| +checkUnnamed2292(core.List<api.OperatingSystemVersion> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOperatingSystemVersion(o[0]);
|
| checkOperatingSystemVersion(o[1]);
|
| @@ -5260,7 +5260,7 @@ buildOperatingSystemVersionsListResponse() {
|
| buildCounterOperatingSystemVersionsListResponse++;
|
| if (buildCounterOperatingSystemVersionsListResponse < 3) {
|
| o.kind = "foo";
|
| - o.operatingSystemVersions = buildUnnamed2504();
|
| + o.operatingSystemVersions = buildUnnamed2292();
|
| }
|
| buildCounterOperatingSystemVersionsListResponse--;
|
| return o;
|
| @@ -5270,19 +5270,19 @@ checkOperatingSystemVersionsListResponse(api.OperatingSystemVersionsListResponse
|
| buildCounterOperatingSystemVersionsListResponse++;
|
| if (buildCounterOperatingSystemVersionsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed2504(o.operatingSystemVersions);
|
| + checkUnnamed2292(o.operatingSystemVersions);
|
| }
|
| buildCounterOperatingSystemVersionsListResponse--;
|
| }
|
|
|
| -buildUnnamed2505() {
|
| +buildUnnamed2293() {
|
| var o = new core.List<api.OperatingSystem>();
|
| o.add(buildOperatingSystem());
|
| o.add(buildOperatingSystem());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2505(core.List<api.OperatingSystem> o) {
|
| +checkUnnamed2293(core.List<api.OperatingSystem> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOperatingSystem(o[0]);
|
| checkOperatingSystem(o[1]);
|
| @@ -5294,7 +5294,7 @@ buildOperatingSystemsListResponse() {
|
| buildCounterOperatingSystemsListResponse++;
|
| if (buildCounterOperatingSystemsListResponse < 3) {
|
| o.kind = "foo";
|
| - o.operatingSystems = buildUnnamed2505();
|
| + o.operatingSystems = buildUnnamed2293();
|
| }
|
| buildCounterOperatingSystemsListResponse--;
|
| return o;
|
| @@ -5304,7 +5304,7 @@ checkOperatingSystemsListResponse(api.OperatingSystemsListResponse o) {
|
| buildCounterOperatingSystemsListResponse++;
|
| if (buildCounterOperatingSystemsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed2505(o.operatingSystems);
|
| + checkUnnamed2293(o.operatingSystems);
|
| }
|
| buildCounterOperatingSystemsListResponse--;
|
| }
|
| @@ -5332,53 +5332,53 @@ checkOptimizationActivity(api.OptimizationActivity o) {
|
| buildCounterOptimizationActivity--;
|
| }
|
|
|
| -buildUnnamed2506() {
|
| +buildUnnamed2294() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2506(core.List<core.String> o) {
|
| +checkUnnamed2294(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2507() {
|
| +buildUnnamed2295() {
|
| var o = new core.List<api.OrderContact>();
|
| o.add(buildOrderContact());
|
| o.add(buildOrderContact());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2507(core.List<api.OrderContact> o) {
|
| +checkUnnamed2295(core.List<api.OrderContact> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOrderContact(o[0]);
|
| checkOrderContact(o[1]);
|
| }
|
|
|
| -buildUnnamed2508() {
|
| +buildUnnamed2296() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2508(core.List<core.String> o) {
|
| +checkUnnamed2296(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2509() {
|
| +buildUnnamed2297() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2509(core.List<core.String> o) {
|
| +checkUnnamed2297(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -5391,11 +5391,11 @@ buildOrder() {
|
| if (buildCounterOrder < 3) {
|
| o.accountId = "foo";
|
| o.advertiserId = "foo";
|
| - o.approverUserProfileIds = buildUnnamed2506();
|
| + o.approverUserProfileIds = buildUnnamed2294();
|
| o.buyerInvoiceId = "foo";
|
| o.buyerOrganizationName = "foo";
|
| o.comments = "foo";
|
| - o.contacts = buildUnnamed2507();
|
| + o.contacts = buildUnnamed2295();
|
| o.id = "foo";
|
| o.kind = "foo";
|
| o.lastModifiedInfo = buildLastModifiedInfo();
|
| @@ -5405,8 +5405,8 @@ buildOrder() {
|
| o.projectId = "foo";
|
| o.sellerOrderId = "foo";
|
| o.sellerOrganizationName = "foo";
|
| - o.siteId = buildUnnamed2508();
|
| - o.siteNames = buildUnnamed2509();
|
| + o.siteId = buildUnnamed2296();
|
| + o.siteNames = buildUnnamed2297();
|
| o.subaccountId = "foo";
|
| o.termsAndConditions = "foo";
|
| }
|
| @@ -5419,11 +5419,11 @@ checkOrder(api.Order o) {
|
| if (buildCounterOrder < 3) {
|
| unittest.expect(o.accountId, unittest.equals('foo'));
|
| unittest.expect(o.advertiserId, unittest.equals('foo'));
|
| - checkUnnamed2506(o.approverUserProfileIds);
|
| + checkUnnamed2294(o.approverUserProfileIds);
|
| unittest.expect(o.buyerInvoiceId, unittest.equals('foo'));
|
| unittest.expect(o.buyerOrganizationName, unittest.equals('foo'));
|
| unittest.expect(o.comments, unittest.equals('foo'));
|
| - checkUnnamed2507(o.contacts);
|
| + checkUnnamed2295(o.contacts);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| checkLastModifiedInfo(o.lastModifiedInfo);
|
| @@ -5433,8 +5433,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'));
|
| - checkUnnamed2508(o.siteId);
|
| - checkUnnamed2509(o.siteNames);
|
| + checkUnnamed2296(o.siteId);
|
| + checkUnnamed2297(o.siteNames);
|
| unittest.expect(o.subaccountId, unittest.equals('foo'));
|
| unittest.expect(o.termsAndConditions, unittest.equals('foo'));
|
| }
|
| @@ -5468,27 +5468,27 @@ checkOrderContact(api.OrderContact o) {
|
| buildCounterOrderContact--;
|
| }
|
|
|
| -buildUnnamed2510() {
|
| +buildUnnamed2298() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2510(core.List<core.String> o) {
|
| +checkUnnamed2298(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2511() {
|
| +buildUnnamed2299() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2511(core.List<core.String> o) {
|
| +checkUnnamed2299(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -5502,13 +5502,13 @@ buildOrderDocument() {
|
| o.accountId = "foo";
|
| o.advertiserId = "foo";
|
| o.amendedOrderDocumentId = "foo";
|
| - o.approvedByUserProfileIds = buildUnnamed2510();
|
| + o.approvedByUserProfileIds = buildUnnamed2298();
|
| o.cancelled = true;
|
| o.createdInfo = buildLastModifiedInfo();
|
| o.effectiveDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| o.id = "foo";
|
| o.kind = "foo";
|
| - o.lastSentRecipients = buildUnnamed2511();
|
| + o.lastSentRecipients = buildUnnamed2299();
|
| o.lastSentTime = core.DateTime.parse("2002-02-27T14:01:02");
|
| o.orderId = "foo";
|
| o.projectId = "foo";
|
| @@ -5527,13 +5527,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'));
|
| - checkUnnamed2510(o.approvedByUserProfileIds);
|
| + checkUnnamed2298(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'));
|
| - checkUnnamed2511(o.lastSentRecipients);
|
| + checkUnnamed2299(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'));
|
| @@ -5545,14 +5545,14 @@ checkOrderDocument(api.OrderDocument o) {
|
| buildCounterOrderDocument--;
|
| }
|
|
|
| -buildUnnamed2512() {
|
| +buildUnnamed2300() {
|
| var o = new core.List<api.OrderDocument>();
|
| o.add(buildOrderDocument());
|
| o.add(buildOrderDocument());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2512(core.List<api.OrderDocument> o) {
|
| +checkUnnamed2300(core.List<api.OrderDocument> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOrderDocument(o[0]);
|
| checkOrderDocument(o[1]);
|
| @@ -5565,7 +5565,7 @@ buildOrderDocumentsListResponse() {
|
| if (buildCounterOrderDocumentsListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.orderDocuments = buildUnnamed2512();
|
| + o.orderDocuments = buildUnnamed2300();
|
| }
|
| buildCounterOrderDocumentsListResponse--;
|
| return o;
|
| @@ -5576,19 +5576,19 @@ checkOrderDocumentsListResponse(api.OrderDocumentsListResponse o) {
|
| if (buildCounterOrderDocumentsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed2512(o.orderDocuments);
|
| + checkUnnamed2300(o.orderDocuments);
|
| }
|
| buildCounterOrderDocumentsListResponse--;
|
| }
|
|
|
| -buildUnnamed2513() {
|
| +buildUnnamed2301() {
|
| var o = new core.List<api.Order>();
|
| o.add(buildOrder());
|
| o.add(buildOrder());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2513(core.List<api.Order> o) {
|
| +checkUnnamed2301(core.List<api.Order> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOrder(o[0]);
|
| checkOrder(o[1]);
|
| @@ -5601,7 +5601,7 @@ buildOrdersListResponse() {
|
| if (buildCounterOrdersListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.orders = buildUnnamed2513();
|
| + o.orders = buildUnnamed2301();
|
| }
|
| buildCounterOrdersListResponse--;
|
| return o;
|
| @@ -5612,58 +5612,58 @@ checkOrdersListResponse(api.OrdersListResponse o) {
|
| if (buildCounterOrdersListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed2513(o.orders);
|
| + checkUnnamed2301(o.orders);
|
| }
|
| buildCounterOrdersListResponse--;
|
| }
|
|
|
| -buildUnnamed2514() {
|
| +buildUnnamed2302() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2514(core.List<api.Dimension> o) {
|
| +checkUnnamed2302(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed2515() {
|
| +buildUnnamed2303() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2515(core.List<api.Dimension> o) {
|
| +checkUnnamed2303(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed2516() {
|
| +buildUnnamed2304() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2516(core.List<api.Metric> o) {
|
| +checkUnnamed2304(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| }
|
|
|
| -buildUnnamed2517() {
|
| +buildUnnamed2305() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2517(core.List<api.Dimension> o) {
|
| +checkUnnamed2305(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| @@ -5674,11 +5674,11 @@ buildPathToConversionReportCompatibleFields() {
|
| var o = new api.PathToConversionReportCompatibleFields();
|
| buildCounterPathToConversionReportCompatibleFields++;
|
| if (buildCounterPathToConversionReportCompatibleFields < 3) {
|
| - o.conversionDimensions = buildUnnamed2514();
|
| - o.customFloodlightVariables = buildUnnamed2515();
|
| + o.conversionDimensions = buildUnnamed2302();
|
| + o.customFloodlightVariables = buildUnnamed2303();
|
| o.kind = "foo";
|
| - o.metrics = buildUnnamed2516();
|
| - o.perInteractionDimensions = buildUnnamed2517();
|
| + o.metrics = buildUnnamed2304();
|
| + o.perInteractionDimensions = buildUnnamed2305();
|
| }
|
| buildCounterPathToConversionReportCompatibleFields--;
|
| return o;
|
| @@ -5687,23 +5687,23 @@ buildPathToConversionReportCompatibleFields() {
|
| checkPathToConversionReportCompatibleFields(api.PathToConversionReportCompatibleFields o) {
|
| buildCounterPathToConversionReportCompatibleFields++;
|
| if (buildCounterPathToConversionReportCompatibleFields < 3) {
|
| - checkUnnamed2514(o.conversionDimensions);
|
| - checkUnnamed2515(o.customFloodlightVariables);
|
| + checkUnnamed2302(o.conversionDimensions);
|
| + checkUnnamed2303(o.customFloodlightVariables);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed2516(o.metrics);
|
| - checkUnnamed2517(o.perInteractionDimensions);
|
| + checkUnnamed2304(o.metrics);
|
| + checkUnnamed2305(o.perInteractionDimensions);
|
| }
|
| buildCounterPathToConversionReportCompatibleFields--;
|
| }
|
|
|
| -buildUnnamed2518() {
|
| +buildUnnamed2306() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2518(core.List<core.String> o) {
|
| +checkUnnamed2306(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -5748,7 +5748,7 @@ buildPlacement() {
|
| o.sslRequired = true;
|
| o.status = "foo";
|
| o.subaccountId = "foo";
|
| - o.tagFormats = buildUnnamed2518();
|
| + o.tagFormats = buildUnnamed2306();
|
| o.tagSetting = buildTagSetting();
|
| o.videoActiveViewOptOut = true;
|
| o.videoSettings = buildVideoSettings();
|
| @@ -5795,7 +5795,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'));
|
| - checkUnnamed2518(o.tagFormats);
|
| + checkUnnamed2306(o.tagFormats);
|
| checkTagSetting(o.tagSetting);
|
| unittest.expect(o.videoActiveViewOptOut, unittest.isTrue);
|
| checkVideoSettings(o.videoSettings);
|
| @@ -5829,14 +5829,14 @@ checkPlacementAssignment(api.PlacementAssignment o) {
|
| buildCounterPlacementAssignment--;
|
| }
|
|
|
| -buildUnnamed2519() {
|
| +buildUnnamed2307() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2519(core.List<core.String> o) {
|
| +checkUnnamed2307(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -5853,7 +5853,7 @@ buildPlacementGroup() {
|
| o.archived = true;
|
| o.campaignId = "foo";
|
| o.campaignIdDimensionValue = buildDimensionValue();
|
| - o.childPlacementIds = buildUnnamed2519();
|
| + o.childPlacementIds = buildUnnamed2307();
|
| o.comment = "foo";
|
| o.contentCategoryId = "foo";
|
| o.createInfo = buildLastModifiedInfo();
|
| @@ -5887,7 +5887,7 @@ checkPlacementGroup(api.PlacementGroup o) {
|
| unittest.expect(o.archived, unittest.isTrue);
|
| unittest.expect(o.campaignId, unittest.equals('foo'));
|
| checkDimensionValue(o.campaignIdDimensionValue);
|
| - checkUnnamed2519(o.childPlacementIds);
|
| + checkUnnamed2307(o.childPlacementIds);
|
| unittest.expect(o.comment, unittest.equals('foo'));
|
| unittest.expect(o.contentCategoryId, unittest.equals('foo'));
|
| checkLastModifiedInfo(o.createInfo);
|
| @@ -5911,14 +5911,14 @@ checkPlacementGroup(api.PlacementGroup o) {
|
| buildCounterPlacementGroup--;
|
| }
|
|
|
| -buildUnnamed2520() {
|
| +buildUnnamed2308() {
|
| var o = new core.List<api.PlacementGroup>();
|
| o.add(buildPlacementGroup());
|
| o.add(buildPlacementGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2520(core.List<api.PlacementGroup> o) {
|
| +checkUnnamed2308(core.List<api.PlacementGroup> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPlacementGroup(o[0]);
|
| checkPlacementGroup(o[1]);
|
| @@ -5931,7 +5931,7 @@ buildPlacementGroupsListResponse() {
|
| if (buildCounterPlacementGroupsListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.placementGroups = buildUnnamed2520();
|
| + o.placementGroups = buildUnnamed2308();
|
| }
|
| buildCounterPlacementGroupsListResponse--;
|
| return o;
|
| @@ -5942,19 +5942,19 @@ checkPlacementGroupsListResponse(api.PlacementGroupsListResponse o) {
|
| if (buildCounterPlacementGroupsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed2520(o.placementGroups);
|
| + checkUnnamed2308(o.placementGroups);
|
| }
|
| buildCounterPlacementGroupsListResponse--;
|
| }
|
|
|
| -buildUnnamed2521() {
|
| +buildUnnamed2309() {
|
| var o = new core.List<api.PlacementStrategy>();
|
| o.add(buildPlacementStrategy());
|
| o.add(buildPlacementStrategy());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2521(core.List<api.PlacementStrategy> o) {
|
| +checkUnnamed2309(core.List<api.PlacementStrategy> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPlacementStrategy(o[0]);
|
| checkPlacementStrategy(o[1]);
|
| @@ -5967,7 +5967,7 @@ buildPlacementStrategiesListResponse() {
|
| if (buildCounterPlacementStrategiesListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.placementStrategies = buildUnnamed2521();
|
| + o.placementStrategies = buildUnnamed2309();
|
| }
|
| buildCounterPlacementStrategiesListResponse--;
|
| return o;
|
| @@ -5978,7 +5978,7 @@ checkPlacementStrategiesListResponse(api.PlacementStrategiesListResponse o) {
|
| if (buildCounterPlacementStrategiesListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed2521(o.placementStrategies);
|
| + checkUnnamed2309(o.placementStrategies);
|
| }
|
| buildCounterPlacementStrategiesListResponse--;
|
| }
|
| @@ -6008,14 +6008,14 @@ checkPlacementStrategy(api.PlacementStrategy o) {
|
| buildCounterPlacementStrategy--;
|
| }
|
|
|
| -buildUnnamed2522() {
|
| +buildUnnamed2310() {
|
| var o = new core.List<api.TagData>();
|
| o.add(buildTagData());
|
| o.add(buildTagData());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2522(core.List<api.TagData> o) {
|
| +checkUnnamed2310(core.List<api.TagData> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTagData(o[0]);
|
| checkTagData(o[1]);
|
| @@ -6027,7 +6027,7 @@ buildPlacementTag() {
|
| buildCounterPlacementTag++;
|
| if (buildCounterPlacementTag < 3) {
|
| o.placementId = "foo";
|
| - o.tagDatas = buildUnnamed2522();
|
| + o.tagDatas = buildUnnamed2310();
|
| }
|
| buildCounterPlacementTag--;
|
| return o;
|
| @@ -6037,19 +6037,19 @@ checkPlacementTag(api.PlacementTag o) {
|
| buildCounterPlacementTag++;
|
| if (buildCounterPlacementTag < 3) {
|
| unittest.expect(o.placementId, unittest.equals('foo'));
|
| - checkUnnamed2522(o.tagDatas);
|
| + checkUnnamed2310(o.tagDatas);
|
| }
|
| buildCounterPlacementTag--;
|
| }
|
|
|
| -buildUnnamed2523() {
|
| +buildUnnamed2311() {
|
| var o = new core.List<api.PlacementTag>();
|
| o.add(buildPlacementTag());
|
| o.add(buildPlacementTag());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2523(core.List<api.PlacementTag> o) {
|
| +checkUnnamed2311(core.List<api.PlacementTag> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPlacementTag(o[0]);
|
| checkPlacementTag(o[1]);
|
| @@ -6061,7 +6061,7 @@ buildPlacementsGenerateTagsResponse() {
|
| buildCounterPlacementsGenerateTagsResponse++;
|
| if (buildCounterPlacementsGenerateTagsResponse < 3) {
|
| o.kind = "foo";
|
| - o.placementTags = buildUnnamed2523();
|
| + o.placementTags = buildUnnamed2311();
|
| }
|
| buildCounterPlacementsGenerateTagsResponse--;
|
| return o;
|
| @@ -6071,19 +6071,19 @@ checkPlacementsGenerateTagsResponse(api.PlacementsGenerateTagsResponse o) {
|
| buildCounterPlacementsGenerateTagsResponse++;
|
| if (buildCounterPlacementsGenerateTagsResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed2523(o.placementTags);
|
| + checkUnnamed2311(o.placementTags);
|
| }
|
| buildCounterPlacementsGenerateTagsResponse--;
|
| }
|
|
|
| -buildUnnamed2524() {
|
| +buildUnnamed2312() {
|
| var o = new core.List<api.Placement>();
|
| o.add(buildPlacement());
|
| o.add(buildPlacement());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2524(core.List<api.Placement> o) {
|
| +checkUnnamed2312(core.List<api.Placement> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPlacement(o[0]);
|
| checkPlacement(o[1]);
|
| @@ -6096,7 +6096,7 @@ buildPlacementsListResponse() {
|
| if (buildCounterPlacementsListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.placements = buildUnnamed2524();
|
| + o.placements = buildUnnamed2312();
|
| }
|
| buildCounterPlacementsListResponse--;
|
| return o;
|
| @@ -6107,7 +6107,7 @@ checkPlacementsListResponse(api.PlacementsListResponse o) {
|
| if (buildCounterPlacementsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed2524(o.placements);
|
| + checkUnnamed2312(o.placements);
|
| }
|
| buildCounterPlacementsListResponse--;
|
| }
|
| @@ -6135,14 +6135,14 @@ checkPlatformType(api.PlatformType o) {
|
| buildCounterPlatformType--;
|
| }
|
|
|
| -buildUnnamed2525() {
|
| +buildUnnamed2313() {
|
| var o = new core.List<api.PlatformType>();
|
| o.add(buildPlatformType());
|
| o.add(buildPlatformType());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2525(core.List<api.PlatformType> o) {
|
| +checkUnnamed2313(core.List<api.PlatformType> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPlatformType(o[0]);
|
| checkPlatformType(o[1]);
|
| @@ -6154,7 +6154,7 @@ buildPlatformTypesListResponse() {
|
| buildCounterPlatformTypesListResponse++;
|
| if (buildCounterPlatformTypesListResponse < 3) {
|
| o.kind = "foo";
|
| - o.platformTypes = buildUnnamed2525();
|
| + o.platformTypes = buildUnnamed2313();
|
| }
|
| buildCounterPlatformTypesListResponse--;
|
| return o;
|
| @@ -6164,7 +6164,7 @@ checkPlatformTypesListResponse(api.PlatformTypesListResponse o) {
|
| buildCounterPlatformTypesListResponse++;
|
| if (buildCounterPlatformTypesListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed2525(o.platformTypes);
|
| + checkUnnamed2313(o.platformTypes);
|
| }
|
| buildCounterPlatformTypesListResponse--;
|
| }
|
| @@ -6231,14 +6231,14 @@ checkPostalCode(api.PostalCode o) {
|
| buildCounterPostalCode--;
|
| }
|
|
|
| -buildUnnamed2526() {
|
| +buildUnnamed2314() {
|
| var o = new core.List<api.PostalCode>();
|
| o.add(buildPostalCode());
|
| o.add(buildPostalCode());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2526(core.List<api.PostalCode> o) {
|
| +checkUnnamed2314(core.List<api.PostalCode> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPostalCode(o[0]);
|
| checkPostalCode(o[1]);
|
| @@ -6250,7 +6250,7 @@ buildPostalCodesListResponse() {
|
| buildCounterPostalCodesListResponse++;
|
| if (buildCounterPostalCodesListResponse < 3) {
|
| o.kind = "foo";
|
| - o.postalCodes = buildUnnamed2526();
|
| + o.postalCodes = buildUnnamed2314();
|
| }
|
| buildCounterPostalCodesListResponse--;
|
| return o;
|
| @@ -6260,19 +6260,19 @@ checkPostalCodesListResponse(api.PostalCodesListResponse o) {
|
| buildCounterPostalCodesListResponse++;
|
| if (buildCounterPostalCodesListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed2526(o.postalCodes);
|
| + checkUnnamed2314(o.postalCodes);
|
| }
|
| buildCounterPostalCodesListResponse--;
|
| }
|
|
|
| -buildUnnamed2527() {
|
| +buildUnnamed2315() {
|
| var o = new core.List<api.Flight>();
|
| o.add(buildFlight());
|
| o.add(buildFlight());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2527(core.List<api.Flight> o) {
|
| +checkUnnamed2315(core.List<api.Flight> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFlight(o[0]);
|
| checkFlight(o[1]);
|
| @@ -6285,7 +6285,7 @@ buildPricing() {
|
| if (buildCounterPricing < 3) {
|
| o.capCostType = "foo";
|
| o.endDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| - o.flights = buildUnnamed2527();
|
| + o.flights = buildUnnamed2315();
|
| o.groupType = "foo";
|
| o.pricingType = "foo";
|
| o.startDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| @@ -6299,7 +6299,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")));
|
| - checkUnnamed2527(o.flights);
|
| + checkUnnamed2315(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")));
|
| @@ -6307,14 +6307,14 @@ checkPricing(api.Pricing o) {
|
| buildCounterPricing--;
|
| }
|
|
|
| -buildUnnamed2528() {
|
| +buildUnnamed2316() {
|
| var o = new core.List<api.PricingSchedulePricingPeriod>();
|
| o.add(buildPricingSchedulePricingPeriod());
|
| o.add(buildPricingSchedulePricingPeriod());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2528(core.List<api.PricingSchedulePricingPeriod> o) {
|
| +checkUnnamed2316(core.List<api.PricingSchedulePricingPeriod> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPricingSchedulePricingPeriod(o[0]);
|
| checkPricingSchedulePricingPeriod(o[1]);
|
| @@ -6330,7 +6330,7 @@ buildPricingSchedule() {
|
| o.endDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| o.flighted = true;
|
| o.floodlightActivityId = "foo";
|
| - o.pricingPeriods = buildUnnamed2528();
|
| + o.pricingPeriods = buildUnnamed2316();
|
| o.pricingType = "foo";
|
| o.startDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| o.testingStartDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| @@ -6347,7 +6347,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'));
|
| - checkUnnamed2528(o.pricingPeriods);
|
| + checkUnnamed2316(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")));
|
| @@ -6443,14 +6443,14 @@ checkProject(api.Project o) {
|
| buildCounterProject--;
|
| }
|
|
|
| -buildUnnamed2529() {
|
| +buildUnnamed2317() {
|
| var o = new core.List<api.Project>();
|
| o.add(buildProject());
|
| o.add(buildProject());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2529(core.List<api.Project> o) {
|
| +checkUnnamed2317(core.List<api.Project> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProject(o[0]);
|
| checkProject(o[1]);
|
| @@ -6463,7 +6463,7 @@ buildProjectsListResponse() {
|
| if (buildCounterProjectsListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.projects = buildUnnamed2529();
|
| + o.projects = buildUnnamed2317();
|
| }
|
| buildCounterProjectsListResponse--;
|
| return o;
|
| @@ -6474,71 +6474,71 @@ checkProjectsListResponse(api.ProjectsListResponse o) {
|
| if (buildCounterProjectsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed2529(o.projects);
|
| + checkUnnamed2317(o.projects);
|
| }
|
| buildCounterProjectsListResponse--;
|
| }
|
|
|
| -buildUnnamed2530() {
|
| +buildUnnamed2318() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2530(core.List<api.Dimension> o) {
|
| +checkUnnamed2318(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed2531() {
|
| +buildUnnamed2319() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2531(core.List<api.Dimension> o) {
|
| +checkUnnamed2319(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed2532() {
|
| +buildUnnamed2320() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2532(core.List<api.Metric> o) {
|
| +checkUnnamed2320(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| }
|
|
|
| -buildUnnamed2533() {
|
| +buildUnnamed2321() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2533(core.List<api.Metric> o) {
|
| +checkUnnamed2321(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| }
|
|
|
| -buildUnnamed2534() {
|
| +buildUnnamed2322() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2534(core.List<api.Metric> o) {
|
| +checkUnnamed2322(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| @@ -6549,12 +6549,12 @@ buildReachReportCompatibleFields() {
|
| var o = new api.ReachReportCompatibleFields();
|
| buildCounterReachReportCompatibleFields++;
|
| if (buildCounterReachReportCompatibleFields < 3) {
|
| - o.dimensionFilters = buildUnnamed2530();
|
| - o.dimensions = buildUnnamed2531();
|
| + o.dimensionFilters = buildUnnamed2318();
|
| + o.dimensions = buildUnnamed2319();
|
| o.kind = "foo";
|
| - o.metrics = buildUnnamed2532();
|
| - o.pivotedActivityMetrics = buildUnnamed2533();
|
| - o.reachByFrequencyMetrics = buildUnnamed2534();
|
| + o.metrics = buildUnnamed2320();
|
| + o.pivotedActivityMetrics = buildUnnamed2321();
|
| + o.reachByFrequencyMetrics = buildUnnamed2322();
|
| }
|
| buildCounterReachReportCompatibleFields--;
|
| return o;
|
| @@ -6563,12 +6563,12 @@ buildReachReportCompatibleFields() {
|
| checkReachReportCompatibleFields(api.ReachReportCompatibleFields o) {
|
| buildCounterReachReportCompatibleFields++;
|
| if (buildCounterReachReportCompatibleFields < 3) {
|
| - checkUnnamed2530(o.dimensionFilters);
|
| - checkUnnamed2531(o.dimensions);
|
| + checkUnnamed2318(o.dimensionFilters);
|
| + checkUnnamed2319(o.dimensions);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed2532(o.metrics);
|
| - checkUnnamed2533(o.pivotedActivityMetrics);
|
| - checkUnnamed2534(o.reachByFrequencyMetrics);
|
| + checkUnnamed2320(o.metrics);
|
| + checkUnnamed2321(o.pivotedActivityMetrics);
|
| + checkUnnamed2322(o.reachByFrequencyMetrics);
|
| }
|
| buildCounterReachReportCompatibleFields--;
|
| }
|
| @@ -6625,14 +6625,14 @@ checkRegion(api.Region o) {
|
| buildCounterRegion--;
|
| }
|
|
|
| -buildUnnamed2535() {
|
| +buildUnnamed2323() {
|
| var o = new core.List<api.Region>();
|
| o.add(buildRegion());
|
| o.add(buildRegion());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2535(core.List<api.Region> o) {
|
| +checkUnnamed2323(core.List<api.Region> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRegion(o[0]);
|
| checkRegion(o[1]);
|
| @@ -6644,7 +6644,7 @@ buildRegionsListResponse() {
|
| buildCounterRegionsListResponse++;
|
| if (buildCounterRegionsListResponse < 3) {
|
| o.kind = "foo";
|
| - o.regions = buildUnnamed2535();
|
| + o.regions = buildUnnamed2323();
|
| }
|
| buildCounterRegionsListResponse--;
|
| return o;
|
| @@ -6654,7 +6654,7 @@ checkRegionsListResponse(api.RegionsListResponse o) {
|
| buildCounterRegionsListResponse++;
|
| if (buildCounterRegionsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed2535(o.regions);
|
| + checkUnnamed2323(o.regions);
|
| }
|
| buildCounterRegionsListResponse--;
|
| }
|
| @@ -6702,27 +6702,27 @@ checkRemarketingList(api.RemarketingList o) {
|
| buildCounterRemarketingList--;
|
| }
|
|
|
| -buildUnnamed2536() {
|
| +buildUnnamed2324() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2536(core.List<core.String> o) {
|
| +checkUnnamed2324(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2537() {
|
| +buildUnnamed2325() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2537(core.List<core.String> o) {
|
| +checkUnnamed2325(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -6735,8 +6735,8 @@ buildRemarketingListShare() {
|
| if (buildCounterRemarketingListShare < 3) {
|
| o.kind = "foo";
|
| o.remarketingListId = "foo";
|
| - o.sharedAccountIds = buildUnnamed2536();
|
| - o.sharedAdvertiserIds = buildUnnamed2537();
|
| + o.sharedAccountIds = buildUnnamed2324();
|
| + o.sharedAdvertiserIds = buildUnnamed2325();
|
| }
|
| buildCounterRemarketingListShare--;
|
| return o;
|
| @@ -6747,20 +6747,20 @@ checkRemarketingListShare(api.RemarketingListShare o) {
|
| if (buildCounterRemarketingListShare < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.remarketingListId, unittest.equals('foo'));
|
| - checkUnnamed2536(o.sharedAccountIds);
|
| - checkUnnamed2537(o.sharedAdvertiserIds);
|
| + checkUnnamed2324(o.sharedAccountIds);
|
| + checkUnnamed2325(o.sharedAdvertiserIds);
|
| }
|
| buildCounterRemarketingListShare--;
|
| }
|
|
|
| -buildUnnamed2538() {
|
| +buildUnnamed2326() {
|
| var o = new core.List<api.RemarketingList>();
|
| o.add(buildRemarketingList());
|
| o.add(buildRemarketingList());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2538(core.List<api.RemarketingList> o) {
|
| +checkUnnamed2326(core.List<api.RemarketingList> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRemarketingList(o[0]);
|
| checkRemarketingList(o[1]);
|
| @@ -6773,7 +6773,7 @@ buildRemarketingListsListResponse() {
|
| if (buildCounterRemarketingListsListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.remarketingLists = buildUnnamed2538();
|
| + o.remarketingLists = buildUnnamed2326();
|
| }
|
| buildCounterRemarketingListsListResponse--;
|
| return o;
|
| @@ -6784,45 +6784,45 @@ checkRemarketingListsListResponse(api.RemarketingListsListResponse o) {
|
| if (buildCounterRemarketingListsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed2538(o.remarketingLists);
|
| + checkUnnamed2326(o.remarketingLists);
|
| }
|
| buildCounterRemarketingListsListResponse--;
|
| }
|
|
|
| -buildUnnamed2539() {
|
| +buildUnnamed2327() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2539(core.List<api.DimensionValue> o) {
|
| +checkUnnamed2327(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed2540() {
|
| +buildUnnamed2328() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2540(core.List<api.SortedDimension> o) {
|
| +checkUnnamed2328(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed2541() {
|
| +buildUnnamed2329() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2541(core.List<core.String> o) {
|
| +checkUnnamed2329(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -6836,9 +6836,9 @@ buildReportCriteria() {
|
| o.activities = buildActivities();
|
| o.customRichMediaEvents = buildCustomRichMediaEvents();
|
| o.dateRange = buildDateRange();
|
| - o.dimensionFilters = buildUnnamed2539();
|
| - o.dimensions = buildUnnamed2540();
|
| - o.metricNames = buildUnnamed2541();
|
| + o.dimensionFilters = buildUnnamed2327();
|
| + o.dimensions = buildUnnamed2328();
|
| + o.metricNames = buildUnnamed2329();
|
| }
|
| buildCounterReportCriteria--;
|
| return o;
|
| @@ -6850,60 +6850,60 @@ checkReportCriteria(api.ReportCriteria o) {
|
| checkActivities(o.activities);
|
| checkCustomRichMediaEvents(o.customRichMediaEvents);
|
| checkDateRange(o.dateRange);
|
| - checkUnnamed2539(o.dimensionFilters);
|
| - checkUnnamed2540(o.dimensions);
|
| - checkUnnamed2541(o.metricNames);
|
| + checkUnnamed2327(o.dimensionFilters);
|
| + checkUnnamed2328(o.dimensions);
|
| + checkUnnamed2329(o.metricNames);
|
| }
|
| buildCounterReportCriteria--;
|
| }
|
|
|
| -buildUnnamed2542() {
|
| +buildUnnamed2330() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2542(core.List<api.SortedDimension> o) {
|
| +checkUnnamed2330(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed2543() {
|
| +buildUnnamed2331() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2543(core.List<api.DimensionValue> o) {
|
| +checkUnnamed2331(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed2544() {
|
| +buildUnnamed2332() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2544(core.List<core.String> o) {
|
| +checkUnnamed2332(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2545() {
|
| +buildUnnamed2333() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2545(core.List<core.String> o) {
|
| +checkUnnamed2333(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -6914,12 +6914,12 @@ buildReportCrossDimensionReachCriteria() {
|
| var o = new api.ReportCrossDimensionReachCriteria();
|
| buildCounterReportCrossDimensionReachCriteria++;
|
| if (buildCounterReportCrossDimensionReachCriteria < 3) {
|
| - o.breakdown = buildUnnamed2542();
|
| + o.breakdown = buildUnnamed2330();
|
| o.dateRange = buildDateRange();
|
| o.dimension = "foo";
|
| - o.dimensionFilters = buildUnnamed2543();
|
| - o.metricNames = buildUnnamed2544();
|
| - o.overlapMetricNames = buildUnnamed2545();
|
| + o.dimensionFilters = buildUnnamed2331();
|
| + o.metricNames = buildUnnamed2332();
|
| + o.overlapMetricNames = buildUnnamed2333();
|
| o.pivoted = true;
|
| }
|
| buildCounterReportCrossDimensionReachCriteria--;
|
| @@ -6929,25 +6929,25 @@ buildReportCrossDimensionReachCriteria() {
|
| checkReportCrossDimensionReachCriteria(api.ReportCrossDimensionReachCriteria o) {
|
| buildCounterReportCrossDimensionReachCriteria++;
|
| if (buildCounterReportCrossDimensionReachCriteria < 3) {
|
| - checkUnnamed2542(o.breakdown);
|
| + checkUnnamed2330(o.breakdown);
|
| checkDateRange(o.dateRange);
|
| unittest.expect(o.dimension, unittest.equals('foo'));
|
| - checkUnnamed2543(o.dimensionFilters);
|
| - checkUnnamed2544(o.metricNames);
|
| - checkUnnamed2545(o.overlapMetricNames);
|
| + checkUnnamed2331(o.dimensionFilters);
|
| + checkUnnamed2332(o.metricNames);
|
| + checkUnnamed2333(o.overlapMetricNames);
|
| unittest.expect(o.pivoted, unittest.isTrue);
|
| }
|
| buildCounterReportCrossDimensionReachCriteria--;
|
| }
|
|
|
| -buildUnnamed2546() {
|
| +buildUnnamed2334() {
|
| var o = new core.List<api.Recipient>();
|
| o.add(buildRecipient());
|
| o.add(buildRecipient());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2546(core.List<api.Recipient> o) {
|
| +checkUnnamed2334(core.List<api.Recipient> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRecipient(o[0]);
|
| checkRecipient(o[1]);
|
| @@ -6961,7 +6961,7 @@ buildReportDelivery() {
|
| o.emailOwner = true;
|
| o.emailOwnerDeliveryType = "foo";
|
| o.message = "foo";
|
| - o.recipients = buildUnnamed2546();
|
| + o.recipients = buildUnnamed2334();
|
| }
|
| buildCounterReportDelivery--;
|
| return o;
|
| @@ -6973,58 +6973,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'));
|
| - checkUnnamed2546(o.recipients);
|
| + checkUnnamed2334(o.recipients);
|
| }
|
| buildCounterReportDelivery--;
|
| }
|
|
|
| -buildUnnamed2547() {
|
| +buildUnnamed2335() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2547(core.List<api.DimensionValue> o) {
|
| +checkUnnamed2335(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed2548() {
|
| +buildUnnamed2336() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2548(core.List<api.DimensionValue> o) {
|
| +checkUnnamed2336(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed2549() {
|
| +buildUnnamed2337() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2549(core.List<api.SortedDimension> o) {
|
| +checkUnnamed2337(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed2550() {
|
| +buildUnnamed2338() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2550(core.List<core.String> o) {
|
| +checkUnnamed2338(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -7058,12 +7058,12 @@ buildReportFloodlightCriteria() {
|
| var o = new api.ReportFloodlightCriteria();
|
| buildCounterReportFloodlightCriteria++;
|
| if (buildCounterReportFloodlightCriteria < 3) {
|
| - o.customRichMediaEvents = buildUnnamed2547();
|
| + o.customRichMediaEvents = buildUnnamed2335();
|
| o.dateRange = buildDateRange();
|
| - o.dimensionFilters = buildUnnamed2548();
|
| - o.dimensions = buildUnnamed2549();
|
| + o.dimensionFilters = buildUnnamed2336();
|
| + o.dimensions = buildUnnamed2337();
|
| o.floodlightConfigId = buildDimensionValue();
|
| - o.metricNames = buildUnnamed2550();
|
| + o.metricNames = buildUnnamed2338();
|
| o.reportProperties = buildReportFloodlightCriteriaReportProperties();
|
| }
|
| buildCounterReportFloodlightCriteria--;
|
| @@ -7073,90 +7073,90 @@ buildReportFloodlightCriteria() {
|
| checkReportFloodlightCriteria(api.ReportFloodlightCriteria o) {
|
| buildCounterReportFloodlightCriteria++;
|
| if (buildCounterReportFloodlightCriteria < 3) {
|
| - checkUnnamed2547(o.customRichMediaEvents);
|
| + checkUnnamed2335(o.customRichMediaEvents);
|
| checkDateRange(o.dateRange);
|
| - checkUnnamed2548(o.dimensionFilters);
|
| - checkUnnamed2549(o.dimensions);
|
| + checkUnnamed2336(o.dimensionFilters);
|
| + checkUnnamed2337(o.dimensions);
|
| checkDimensionValue(o.floodlightConfigId);
|
| - checkUnnamed2550(o.metricNames);
|
| + checkUnnamed2338(o.metricNames);
|
| checkReportFloodlightCriteriaReportProperties(o.reportProperties);
|
| }
|
| buildCounterReportFloodlightCriteria--;
|
| }
|
|
|
| -buildUnnamed2551() {
|
| +buildUnnamed2339() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2551(core.List<api.DimensionValue> o) {
|
| +checkUnnamed2339(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed2552() {
|
| +buildUnnamed2340() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2552(core.List<api.SortedDimension> o) {
|
| +checkUnnamed2340(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed2553() {
|
| +buildUnnamed2341() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2553(core.List<api.SortedDimension> o) {
|
| +checkUnnamed2341(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed2554() {
|
| +buildUnnamed2342() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2554(core.List<api.DimensionValue> o) {
|
| +checkUnnamed2342(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed2555() {
|
| +buildUnnamed2343() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2555(core.List<core.String> o) {
|
| +checkUnnamed2343(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2556() {
|
| +buildUnnamed2344() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2556(core.List<api.SortedDimension> o) {
|
| +checkUnnamed2344(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| @@ -7202,14 +7202,14 @@ buildReportPathToConversionCriteria() {
|
| var o = new api.ReportPathToConversionCriteria();
|
| buildCounterReportPathToConversionCriteria++;
|
| if (buildCounterReportPathToConversionCriteria < 3) {
|
| - o.activityFilters = buildUnnamed2551();
|
| - o.conversionDimensions = buildUnnamed2552();
|
| - o.customFloodlightVariables = buildUnnamed2553();
|
| - o.customRichMediaEvents = buildUnnamed2554();
|
| + o.activityFilters = buildUnnamed2339();
|
| + o.conversionDimensions = buildUnnamed2340();
|
| + o.customFloodlightVariables = buildUnnamed2341();
|
| + o.customRichMediaEvents = buildUnnamed2342();
|
| o.dateRange = buildDateRange();
|
| o.floodlightConfigId = buildDimensionValue();
|
| - o.metricNames = buildUnnamed2555();
|
| - o.perInteractionDimensions = buildUnnamed2556();
|
| + o.metricNames = buildUnnamed2343();
|
| + o.perInteractionDimensions = buildUnnamed2344();
|
| o.reportProperties = buildReportPathToConversionCriteriaReportProperties();
|
| }
|
| buildCounterReportPathToConversionCriteria--;
|
| @@ -7219,66 +7219,66 @@ buildReportPathToConversionCriteria() {
|
| checkReportPathToConversionCriteria(api.ReportPathToConversionCriteria o) {
|
| buildCounterReportPathToConversionCriteria++;
|
| if (buildCounterReportPathToConversionCriteria < 3) {
|
| - checkUnnamed2551(o.activityFilters);
|
| - checkUnnamed2552(o.conversionDimensions);
|
| - checkUnnamed2553(o.customFloodlightVariables);
|
| - checkUnnamed2554(o.customRichMediaEvents);
|
| + checkUnnamed2339(o.activityFilters);
|
| + checkUnnamed2340(o.conversionDimensions);
|
| + checkUnnamed2341(o.customFloodlightVariables);
|
| + checkUnnamed2342(o.customRichMediaEvents);
|
| checkDateRange(o.dateRange);
|
| checkDimensionValue(o.floodlightConfigId);
|
| - checkUnnamed2555(o.metricNames);
|
| - checkUnnamed2556(o.perInteractionDimensions);
|
| + checkUnnamed2343(o.metricNames);
|
| + checkUnnamed2344(o.perInteractionDimensions);
|
| checkReportPathToConversionCriteriaReportProperties(o.reportProperties);
|
| }
|
| buildCounterReportPathToConversionCriteria--;
|
| }
|
|
|
| -buildUnnamed2557() {
|
| +buildUnnamed2345() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2557(core.List<api.DimensionValue> o) {
|
| +checkUnnamed2345(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed2558() {
|
| +buildUnnamed2346() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2558(core.List<api.SortedDimension> o) {
|
| +checkUnnamed2346(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed2559() {
|
| +buildUnnamed2347() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2559(core.List<core.String> o) {
|
| +checkUnnamed2347(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2560() {
|
| +buildUnnamed2348() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2560(core.List<core.String> o) {
|
| +checkUnnamed2348(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -7292,11 +7292,11 @@ buildReportReachCriteria() {
|
| o.activities = buildActivities();
|
| o.customRichMediaEvents = buildCustomRichMediaEvents();
|
| o.dateRange = buildDateRange();
|
| - o.dimensionFilters = buildUnnamed2557();
|
| - o.dimensions = buildUnnamed2558();
|
| + o.dimensionFilters = buildUnnamed2345();
|
| + o.dimensions = buildUnnamed2346();
|
| o.enableAllDimensionCombinations = true;
|
| - o.metricNames = buildUnnamed2559();
|
| - o.reachByFrequencyMetricNames = buildUnnamed2560();
|
| + o.metricNames = buildUnnamed2347();
|
| + o.reachByFrequencyMetricNames = buildUnnamed2348();
|
| }
|
| buildCounterReportReachCriteria--;
|
| return o;
|
| @@ -7308,23 +7308,23 @@ checkReportReachCriteria(api.ReportReachCriteria o) {
|
| checkActivities(o.activities);
|
| checkCustomRichMediaEvents(o.customRichMediaEvents);
|
| checkDateRange(o.dateRange);
|
| - checkUnnamed2557(o.dimensionFilters);
|
| - checkUnnamed2558(o.dimensions);
|
| + checkUnnamed2345(o.dimensionFilters);
|
| + checkUnnamed2346(o.dimensions);
|
| unittest.expect(o.enableAllDimensionCombinations, unittest.isTrue);
|
| - checkUnnamed2559(o.metricNames);
|
| - checkUnnamed2560(o.reachByFrequencyMetricNames);
|
| + checkUnnamed2347(o.metricNames);
|
| + checkUnnamed2348(o.reachByFrequencyMetricNames);
|
| }
|
| buildCounterReportReachCriteria--;
|
| }
|
|
|
| -buildUnnamed2561() {
|
| +buildUnnamed2349() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2561(core.List<core.String> o) {
|
| +checkUnnamed2349(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -7339,7 +7339,7 @@ buildReportSchedule() {
|
| o.every = 42;
|
| o.expirationDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| o.repeats = "foo";
|
| - o.repeatsOnWeekDays = buildUnnamed2561();
|
| + o.repeatsOnWeekDays = buildUnnamed2349();
|
| o.runsOnDayOfMonth = "foo";
|
| o.startDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| }
|
| @@ -7354,7 +7354,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'));
|
| - checkUnnamed2561(o.repeatsOnWeekDays);
|
| + checkUnnamed2349(o.repeatsOnWeekDays);
|
| unittest.expect(o.runsOnDayOfMonth, unittest.equals('foo'));
|
| unittest.expect(o.startDate, unittest.equals(core.DateTime.parse("2002-02-27T00:00:00")));
|
| }
|
| @@ -7414,53 +7414,53 @@ checkReport(api.Report o) {
|
| buildCounterReport--;
|
| }
|
|
|
| -buildUnnamed2562() {
|
| +buildUnnamed2350() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2562(core.List<api.Dimension> o) {
|
| +checkUnnamed2350(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed2563() {
|
| +buildUnnamed2351() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2563(core.List<api.Dimension> o) {
|
| +checkUnnamed2351(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed2564() {
|
| +buildUnnamed2352() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2564(core.List<api.Metric> o) {
|
| +checkUnnamed2352(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| }
|
|
|
| -buildUnnamed2565() {
|
| +buildUnnamed2353() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2565(core.List<api.Metric> o) {
|
| +checkUnnamed2353(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| @@ -7471,11 +7471,11 @@ buildReportCompatibleFields() {
|
| var o = new api.ReportCompatibleFields();
|
| buildCounterReportCompatibleFields++;
|
| if (buildCounterReportCompatibleFields < 3) {
|
| - o.dimensionFilters = buildUnnamed2562();
|
| - o.dimensions = buildUnnamed2563();
|
| + o.dimensionFilters = buildUnnamed2350();
|
| + o.dimensions = buildUnnamed2351();
|
| o.kind = "foo";
|
| - o.metrics = buildUnnamed2564();
|
| - o.pivotedActivityMetrics = buildUnnamed2565();
|
| + o.metrics = buildUnnamed2352();
|
| + o.pivotedActivityMetrics = buildUnnamed2353();
|
| }
|
| buildCounterReportCompatibleFields--;
|
| return o;
|
| @@ -7484,23 +7484,23 @@ buildReportCompatibleFields() {
|
| checkReportCompatibleFields(api.ReportCompatibleFields o) {
|
| buildCounterReportCompatibleFields++;
|
| if (buildCounterReportCompatibleFields < 3) {
|
| - checkUnnamed2562(o.dimensionFilters);
|
| - checkUnnamed2563(o.dimensions);
|
| + checkUnnamed2350(o.dimensionFilters);
|
| + checkUnnamed2351(o.dimensions);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed2564(o.metrics);
|
| - checkUnnamed2565(o.pivotedActivityMetrics);
|
| + checkUnnamed2352(o.metrics);
|
| + checkUnnamed2353(o.pivotedActivityMetrics);
|
| }
|
| buildCounterReportCompatibleFields--;
|
| }
|
|
|
| -buildUnnamed2566() {
|
| +buildUnnamed2354() {
|
| var o = new core.List<api.Report>();
|
| o.add(buildReport());
|
| o.add(buildReport());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2566(core.List<api.Report> o) {
|
| +checkUnnamed2354(core.List<api.Report> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkReport(o[0]);
|
| checkReport(o[1]);
|
| @@ -7512,7 +7512,7 @@ buildReportList() {
|
| buildCounterReportList++;
|
| if (buildCounterReportList < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed2566();
|
| + o.items = buildUnnamed2354();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -7524,7 +7524,7 @@ checkReportList(api.ReportList o) {
|
| buildCounterReportList++;
|
| if (buildCounterReportList < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed2566(o.items);
|
| + checkUnnamed2354(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -7600,14 +7600,14 @@ checkRule(api.Rule o) {
|
| buildCounterRule--;
|
| }
|
|
|
| -buildUnnamed2567() {
|
| +buildUnnamed2355() {
|
| var o = new core.List<api.SiteContact>();
|
| o.add(buildSiteContact());
|
| o.add(buildSiteContact());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2567(core.List<api.SiteContact> o) {
|
| +checkUnnamed2355(core.List<api.SiteContact> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSiteContact(o[0]);
|
| checkSiteContact(o[1]);
|
| @@ -7627,7 +7627,7 @@ buildSite() {
|
| o.keyName = "foo";
|
| o.kind = "foo";
|
| o.name = "foo";
|
| - o.siteContacts = buildUnnamed2567();
|
| + o.siteContacts = buildUnnamed2355();
|
| o.siteSettings = buildSiteSettings();
|
| o.subaccountId = "foo";
|
| }
|
| @@ -7647,7 +7647,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'));
|
| - checkUnnamed2567(o.siteContacts);
|
| + checkUnnamed2355(o.siteContacts);
|
| checkSiteSettings(o.siteSettings);
|
| unittest.expect(o.subaccountId, unittest.equals('foo'));
|
| }
|
| @@ -7720,14 +7720,14 @@ checkSiteSettings(api.SiteSettings o) {
|
| buildCounterSiteSettings--;
|
| }
|
|
|
| -buildUnnamed2568() {
|
| +buildUnnamed2356() {
|
| var o = new core.List<api.Site>();
|
| o.add(buildSite());
|
| o.add(buildSite());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2568(core.List<api.Site> o) {
|
| +checkUnnamed2356(core.List<api.Site> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSite(o[0]);
|
| checkSite(o[1]);
|
| @@ -7740,7 +7740,7 @@ buildSitesListResponse() {
|
| if (buildCounterSitesListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.sites = buildUnnamed2568();
|
| + o.sites = buildUnnamed2356();
|
| }
|
| buildCounterSitesListResponse--;
|
| return o;
|
| @@ -7751,7 +7751,7 @@ checkSitesListResponse(api.SitesListResponse o) {
|
| if (buildCounterSitesListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed2568(o.sites);
|
| + checkUnnamed2356(o.sites);
|
| }
|
| buildCounterSitesListResponse--;
|
| }
|
| @@ -7783,14 +7783,14 @@ checkSize(api.Size o) {
|
| buildCounterSize--;
|
| }
|
|
|
| -buildUnnamed2569() {
|
| +buildUnnamed2357() {
|
| var o = new core.List<api.Size>();
|
| o.add(buildSize());
|
| o.add(buildSize());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2569(core.List<api.Size> o) {
|
| +checkUnnamed2357(core.List<api.Size> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSize(o[0]);
|
| checkSize(o[1]);
|
| @@ -7802,7 +7802,7 @@ buildSizesListResponse() {
|
| buildCounterSizesListResponse++;
|
| if (buildCounterSizesListResponse < 3) {
|
| o.kind = "foo";
|
| - o.sizes = buildUnnamed2569();
|
| + o.sizes = buildUnnamed2357();
|
| }
|
| buildCounterSizesListResponse--;
|
| return o;
|
| @@ -7812,7 +7812,7 @@ checkSizesListResponse(api.SizesListResponse o) {
|
| buildCounterSizesListResponse++;
|
| if (buildCounterSizesListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed2569(o.sizes);
|
| + checkUnnamed2357(o.sizes);
|
| }
|
| buildCounterSizesListResponse--;
|
| }
|
| @@ -7865,14 +7865,14 @@ checkSortedDimension(api.SortedDimension o) {
|
| buildCounterSortedDimension--;
|
| }
|
|
|
| -buildUnnamed2570() {
|
| +buildUnnamed2358() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2570(core.List<core.String> o) {
|
| +checkUnnamed2358(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -7884,7 +7884,7 @@ buildSubaccount() {
|
| buildCounterSubaccount++;
|
| if (buildCounterSubaccount < 3) {
|
| o.accountId = "foo";
|
| - o.availablePermissionIds = buildUnnamed2570();
|
| + o.availablePermissionIds = buildUnnamed2358();
|
| o.id = "foo";
|
| o.kind = "foo";
|
| o.name = "foo";
|
| @@ -7897,7 +7897,7 @@ checkSubaccount(api.Subaccount o) {
|
| buildCounterSubaccount++;
|
| if (buildCounterSubaccount < 3) {
|
| unittest.expect(o.accountId, unittest.equals('foo'));
|
| - checkUnnamed2570(o.availablePermissionIds);
|
| + checkUnnamed2358(o.availablePermissionIds);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| @@ -7905,14 +7905,14 @@ checkSubaccount(api.Subaccount o) {
|
| buildCounterSubaccount--;
|
| }
|
|
|
| -buildUnnamed2571() {
|
| +buildUnnamed2359() {
|
| var o = new core.List<api.Subaccount>();
|
| o.add(buildSubaccount());
|
| o.add(buildSubaccount());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2571(core.List<api.Subaccount> o) {
|
| +checkUnnamed2359(core.List<api.Subaccount> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSubaccount(o[0]);
|
| checkSubaccount(o[1]);
|
| @@ -7925,7 +7925,7 @@ buildSubaccountsListResponse() {
|
| if (buildCounterSubaccountsListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.subaccounts = buildUnnamed2571();
|
| + o.subaccounts = buildUnnamed2359();
|
| }
|
| buildCounterSubaccountsListResponse--;
|
| return o;
|
| @@ -7936,7 +7936,7 @@ checkSubaccountsListResponse(api.SubaccountsListResponse o) {
|
| if (buildCounterSubaccountsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed2571(o.subaccounts);
|
| + checkUnnamed2359(o.subaccounts);
|
| }
|
| buildCounterSubaccountsListResponse--;
|
| }
|
| @@ -8076,14 +8076,14 @@ checkTargetableRemarketingList(api.TargetableRemarketingList o) {
|
| buildCounterTargetableRemarketingList--;
|
| }
|
|
|
| -buildUnnamed2572() {
|
| +buildUnnamed2360() {
|
| var o = new core.List<api.TargetableRemarketingList>();
|
| o.add(buildTargetableRemarketingList());
|
| o.add(buildTargetableRemarketingList());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2572(core.List<api.TargetableRemarketingList> o) {
|
| +checkUnnamed2360(core.List<api.TargetableRemarketingList> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTargetableRemarketingList(o[0]);
|
| checkTargetableRemarketingList(o[1]);
|
| @@ -8096,7 +8096,7 @@ buildTargetableRemarketingListsListResponse() {
|
| if (buildCounterTargetableRemarketingListsListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.targetableRemarketingLists = buildUnnamed2572();
|
| + o.targetableRemarketingLists = buildUnnamed2360();
|
| }
|
| buildCounterTargetableRemarketingListsListResponse--;
|
| return o;
|
| @@ -8107,7 +8107,7 @@ checkTargetableRemarketingListsListResponse(api.TargetableRemarketingListsListRe
|
| if (buildCounterTargetableRemarketingListsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed2572(o.targetableRemarketingLists);
|
| + checkUnnamed2360(o.targetableRemarketingLists);
|
| }
|
| buildCounterTargetableRemarketingListsListResponse--;
|
| }
|
| @@ -8155,14 +8155,14 @@ checkTargetingTemplate(api.TargetingTemplate o) {
|
| buildCounterTargetingTemplate--;
|
| }
|
|
|
| -buildUnnamed2573() {
|
| +buildUnnamed2361() {
|
| var o = new core.List<api.TargetingTemplate>();
|
| o.add(buildTargetingTemplate());
|
| o.add(buildTargetingTemplate());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2573(core.List<api.TargetingTemplate> o) {
|
| +checkUnnamed2361(core.List<api.TargetingTemplate> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTargetingTemplate(o[0]);
|
| checkTargetingTemplate(o[1]);
|
| @@ -8175,7 +8175,7 @@ buildTargetingTemplatesListResponse() {
|
| if (buildCounterTargetingTemplatesListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.targetingTemplates = buildUnnamed2573();
|
| + o.targetingTemplates = buildUnnamed2361();
|
| }
|
| buildCounterTargetingTemplatesListResponse--;
|
| return o;
|
| @@ -8186,84 +8186,84 @@ checkTargetingTemplatesListResponse(api.TargetingTemplatesListResponse o) {
|
| if (buildCounterTargetingTemplatesListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed2573(o.targetingTemplates);
|
| + checkUnnamed2361(o.targetingTemplates);
|
| }
|
| buildCounterTargetingTemplatesListResponse--;
|
| }
|
|
|
| -buildUnnamed2574() {
|
| +buildUnnamed2362() {
|
| var o = new core.List<api.Browser>();
|
| o.add(buildBrowser());
|
| o.add(buildBrowser());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2574(core.List<api.Browser> o) {
|
| +checkUnnamed2362(core.List<api.Browser> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkBrowser(o[0]);
|
| checkBrowser(o[1]);
|
| }
|
|
|
| -buildUnnamed2575() {
|
| +buildUnnamed2363() {
|
| var o = new core.List<api.ConnectionType>();
|
| o.add(buildConnectionType());
|
| o.add(buildConnectionType());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2575(core.List<api.ConnectionType> o) {
|
| +checkUnnamed2363(core.List<api.ConnectionType> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkConnectionType(o[0]);
|
| checkConnectionType(o[1]);
|
| }
|
|
|
| -buildUnnamed2576() {
|
| +buildUnnamed2364() {
|
| var o = new core.List<api.MobileCarrier>();
|
| o.add(buildMobileCarrier());
|
| o.add(buildMobileCarrier());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2576(core.List<api.MobileCarrier> o) {
|
| +checkUnnamed2364(core.List<api.MobileCarrier> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMobileCarrier(o[0]);
|
| checkMobileCarrier(o[1]);
|
| }
|
|
|
| -buildUnnamed2577() {
|
| +buildUnnamed2365() {
|
| var o = new core.List<api.OperatingSystemVersion>();
|
| o.add(buildOperatingSystemVersion());
|
| o.add(buildOperatingSystemVersion());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2577(core.List<api.OperatingSystemVersion> o) {
|
| +checkUnnamed2365(core.List<api.OperatingSystemVersion> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOperatingSystemVersion(o[0]);
|
| checkOperatingSystemVersion(o[1]);
|
| }
|
|
|
| -buildUnnamed2578() {
|
| +buildUnnamed2366() {
|
| var o = new core.List<api.OperatingSystem>();
|
| o.add(buildOperatingSystem());
|
| o.add(buildOperatingSystem());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2578(core.List<api.OperatingSystem> o) {
|
| +checkUnnamed2366(core.List<api.OperatingSystem> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOperatingSystem(o[0]);
|
| checkOperatingSystem(o[1]);
|
| }
|
|
|
| -buildUnnamed2579() {
|
| +buildUnnamed2367() {
|
| var o = new core.List<api.PlatformType>();
|
| o.add(buildPlatformType());
|
| o.add(buildPlatformType());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2579(core.List<api.PlatformType> o) {
|
| +checkUnnamed2367(core.List<api.PlatformType> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPlatformType(o[0]);
|
| checkPlatformType(o[1]);
|
| @@ -8274,12 +8274,12 @@ buildTechnologyTargeting() {
|
| var o = new api.TechnologyTargeting();
|
| buildCounterTechnologyTargeting++;
|
| if (buildCounterTechnologyTargeting < 3) {
|
| - o.browsers = buildUnnamed2574();
|
| - o.connectionTypes = buildUnnamed2575();
|
| - o.mobileCarriers = buildUnnamed2576();
|
| - o.operatingSystemVersions = buildUnnamed2577();
|
| - o.operatingSystems = buildUnnamed2578();
|
| - o.platformTypes = buildUnnamed2579();
|
| + o.browsers = buildUnnamed2362();
|
| + o.connectionTypes = buildUnnamed2363();
|
| + o.mobileCarriers = buildUnnamed2364();
|
| + o.operatingSystemVersions = buildUnnamed2365();
|
| + o.operatingSystems = buildUnnamed2366();
|
| + o.platformTypes = buildUnnamed2367();
|
| }
|
| buildCounterTechnologyTargeting--;
|
| return o;
|
| @@ -8288,12 +8288,12 @@ buildTechnologyTargeting() {
|
| checkTechnologyTargeting(api.TechnologyTargeting o) {
|
| buildCounterTechnologyTargeting++;
|
| if (buildCounterTechnologyTargeting < 3) {
|
| - checkUnnamed2574(o.browsers);
|
| - checkUnnamed2575(o.connectionTypes);
|
| - checkUnnamed2576(o.mobileCarriers);
|
| - checkUnnamed2577(o.operatingSystemVersions);
|
| - checkUnnamed2578(o.operatingSystems);
|
| - checkUnnamed2579(o.platformTypes);
|
| + checkUnnamed2362(o.browsers);
|
| + checkUnnamed2363(o.connectionTypes);
|
| + checkUnnamed2364(o.mobileCarriers);
|
| + checkUnnamed2365(o.operatingSystemVersions);
|
| + checkUnnamed2366(o.operatingSystems);
|
| + checkUnnamed2367(o.platformTypes);
|
| }
|
| buildCounterTechnologyTargeting--;
|
| }
|
| @@ -8340,14 +8340,14 @@ checkThirdPartyTrackingUrl(api.ThirdPartyTrackingUrl o) {
|
| buildCounterThirdPartyTrackingUrl--;
|
| }
|
|
|
| -buildUnnamed2580() {
|
| +buildUnnamed2368() {
|
| var o = new core.List<core.int>();
|
| o.add(42);
|
| o.add(42);
|
| return o;
|
| }
|
|
|
| -checkUnnamed2580(core.List<core.int> o) {
|
| +checkUnnamed2368(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));
|
| @@ -8358,7 +8358,7 @@ buildTranscodeSetting() {
|
| var o = new api.TranscodeSetting();
|
| buildCounterTranscodeSetting++;
|
| if (buildCounterTranscodeSetting < 3) {
|
| - o.enabledVideoFormats = buildUnnamed2580();
|
| + o.enabledVideoFormats = buildUnnamed2368();
|
| o.kind = "foo";
|
| }
|
| buildCounterTranscodeSetting--;
|
| @@ -8368,7 +8368,7 @@ buildTranscodeSetting() {
|
| checkTranscodeSetting(api.TranscodeSetting o) {
|
| buildCounterTranscodeSetting++;
|
| if (buildCounterTranscodeSetting < 3) {
|
| - checkUnnamed2580(o.enabledVideoFormats);
|
| + checkUnnamed2368(o.enabledVideoFormats);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterTranscodeSetting--;
|
| @@ -8430,14 +8430,14 @@ checkUserProfile(api.UserProfile o) {
|
| buildCounterUserProfile--;
|
| }
|
|
|
| -buildUnnamed2581() {
|
| +buildUnnamed2369() {
|
| var o = new core.List<api.UserProfile>();
|
| o.add(buildUserProfile());
|
| o.add(buildUserProfile());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2581(core.List<api.UserProfile> o) {
|
| +checkUnnamed2369(core.List<api.UserProfile> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUserProfile(o[0]);
|
| checkUserProfile(o[1]);
|
| @@ -8449,7 +8449,7 @@ buildUserProfileList() {
|
| buildCounterUserProfileList++;
|
| if (buildCounterUserProfileList < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed2581();
|
| + o.items = buildUnnamed2369();
|
| o.kind = "foo";
|
| }
|
| buildCounterUserProfileList--;
|
| @@ -8460,20 +8460,20 @@ checkUserProfileList(api.UserProfileList o) {
|
| buildCounterUserProfileList++;
|
| if (buildCounterUserProfileList < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed2581(o.items);
|
| + checkUnnamed2369(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterUserProfileList--;
|
| }
|
|
|
| -buildUnnamed2582() {
|
| +buildUnnamed2370() {
|
| var o = new core.List<api.UserRolePermission>();
|
| o.add(buildUserRolePermission());
|
| o.add(buildUserRolePermission());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2582(core.List<api.UserRolePermission> o) {
|
| +checkUnnamed2370(core.List<api.UserRolePermission> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUserRolePermission(o[0]);
|
| checkUserRolePermission(o[1]);
|
| @@ -8490,7 +8490,7 @@ buildUserRole() {
|
| o.kind = "foo";
|
| o.name = "foo";
|
| o.parentUserRoleId = "foo";
|
| - o.permissions = buildUnnamed2582();
|
| + o.permissions = buildUnnamed2370();
|
| o.subaccountId = "foo";
|
| }
|
| buildCounterUserRole--;
|
| @@ -8506,7 +8506,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'));
|
| - checkUnnamed2582(o.permissions);
|
| + checkUnnamed2370(o.permissions);
|
| unittest.expect(o.subaccountId, unittest.equals('foo'));
|
| }
|
| buildCounterUserRole--;
|
| @@ -8562,14 +8562,14 @@ checkUserRolePermissionGroup(api.UserRolePermissionGroup o) {
|
| buildCounterUserRolePermissionGroup--;
|
| }
|
|
|
| -buildUnnamed2583() {
|
| +buildUnnamed2371() {
|
| var o = new core.List<api.UserRolePermissionGroup>();
|
| o.add(buildUserRolePermissionGroup());
|
| o.add(buildUserRolePermissionGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2583(core.List<api.UserRolePermissionGroup> o) {
|
| +checkUnnamed2371(core.List<api.UserRolePermissionGroup> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUserRolePermissionGroup(o[0]);
|
| checkUserRolePermissionGroup(o[1]);
|
| @@ -8581,7 +8581,7 @@ buildUserRolePermissionGroupsListResponse() {
|
| buildCounterUserRolePermissionGroupsListResponse++;
|
| if (buildCounterUserRolePermissionGroupsListResponse < 3) {
|
| o.kind = "foo";
|
| - o.userRolePermissionGroups = buildUnnamed2583();
|
| + o.userRolePermissionGroups = buildUnnamed2371();
|
| }
|
| buildCounterUserRolePermissionGroupsListResponse--;
|
| return o;
|
| @@ -8591,19 +8591,19 @@ checkUserRolePermissionGroupsListResponse(api.UserRolePermissionGroupsListRespon
|
| buildCounterUserRolePermissionGroupsListResponse++;
|
| if (buildCounterUserRolePermissionGroupsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed2583(o.userRolePermissionGroups);
|
| + checkUnnamed2371(o.userRolePermissionGroups);
|
| }
|
| buildCounterUserRolePermissionGroupsListResponse--;
|
| }
|
|
|
| -buildUnnamed2584() {
|
| +buildUnnamed2372() {
|
| var o = new core.List<api.UserRolePermission>();
|
| o.add(buildUserRolePermission());
|
| o.add(buildUserRolePermission());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2584(core.List<api.UserRolePermission> o) {
|
| +checkUnnamed2372(core.List<api.UserRolePermission> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUserRolePermission(o[0]);
|
| checkUserRolePermission(o[1]);
|
| @@ -8615,7 +8615,7 @@ buildUserRolePermissionsListResponse() {
|
| buildCounterUserRolePermissionsListResponse++;
|
| if (buildCounterUserRolePermissionsListResponse < 3) {
|
| o.kind = "foo";
|
| - o.userRolePermissions = buildUnnamed2584();
|
| + o.userRolePermissions = buildUnnamed2372();
|
| }
|
| buildCounterUserRolePermissionsListResponse--;
|
| return o;
|
| @@ -8625,19 +8625,19 @@ checkUserRolePermissionsListResponse(api.UserRolePermissionsListResponse o) {
|
| buildCounterUserRolePermissionsListResponse++;
|
| if (buildCounterUserRolePermissionsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed2584(o.userRolePermissions);
|
| + checkUnnamed2372(o.userRolePermissions);
|
| }
|
| buildCounterUserRolePermissionsListResponse--;
|
| }
|
|
|
| -buildUnnamed2585() {
|
| +buildUnnamed2373() {
|
| var o = new core.List<api.UserRole>();
|
| o.add(buildUserRole());
|
| o.add(buildUserRole());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2585(core.List<api.UserRole> o) {
|
| +checkUnnamed2373(core.List<api.UserRole> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUserRole(o[0]);
|
| checkUserRole(o[1]);
|
| @@ -8650,7 +8650,7 @@ buildUserRolesListResponse() {
|
| if (buildCounterUserRolesListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.userRoles = buildUnnamed2585();
|
| + o.userRoles = buildUnnamed2373();
|
| }
|
| buildCounterUserRolesListResponse--;
|
| return o;
|
| @@ -8661,7 +8661,7 @@ checkUserRolesListResponse(api.UserRolesListResponse o) {
|
| if (buildCounterUserRolesListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed2585(o.userRoles);
|
| + checkUnnamed2373(o.userRoles);
|
| }
|
| buildCounterUserRolesListResponse--;
|
| }
|
| @@ -8693,14 +8693,14 @@ checkVideoFormat(api.VideoFormat o) {
|
| buildCounterVideoFormat--;
|
| }
|
|
|
| -buildUnnamed2586() {
|
| +buildUnnamed2374() {
|
| var o = new core.List<api.VideoFormat>();
|
| o.add(buildVideoFormat());
|
| o.add(buildVideoFormat());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2586(core.List<api.VideoFormat> o) {
|
| +checkUnnamed2374(core.List<api.VideoFormat> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkVideoFormat(o[0]);
|
| checkVideoFormat(o[1]);
|
| @@ -8712,7 +8712,7 @@ buildVideoFormatsListResponse() {
|
| buildCounterVideoFormatsListResponse++;
|
| if (buildCounterVideoFormatsListResponse < 3) {
|
| o.kind = "foo";
|
| - o.videoFormats = buildUnnamed2586();
|
| + o.videoFormats = buildUnnamed2374();
|
| }
|
| buildCounterVideoFormatsListResponse--;
|
| return o;
|
| @@ -8722,7 +8722,7 @@ checkVideoFormatsListResponse(api.VideoFormatsListResponse o) {
|
| buildCounterVideoFormatsListResponse++;
|
| if (buildCounterVideoFormatsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed2586(o.videoFormats);
|
| + checkUnnamed2374(o.videoFormats);
|
| }
|
| buildCounterVideoFormatsListResponse--;
|
| }
|
| @@ -8773,1145 +8773,1145 @@ checkVideoSettings(api.VideoSettings o) {
|
| buildCounterVideoSettings--;
|
| }
|
|
|
| -buildUnnamed2587() {
|
| +buildUnnamed2375() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2587(core.List<core.String> o) {
|
| +checkUnnamed2375(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2588() {
|
| +buildUnnamed2376() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2588(core.List<core.String> o) {
|
| +checkUnnamed2376(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2589() {
|
| +buildUnnamed2377() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2589(core.List<core.String> o) {
|
| +checkUnnamed2377(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2590() {
|
| +buildUnnamed2378() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2590(core.List<core.String> o) {
|
| +checkUnnamed2378(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2591() {
|
| +buildUnnamed2379() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2591(core.List<core.String> o) {
|
| +checkUnnamed2379(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2592() {
|
| +buildUnnamed2380() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2592(core.List<core.String> o) {
|
| +checkUnnamed2380(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2593() {
|
| +buildUnnamed2381() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2593(core.List<core.String> o) {
|
| +checkUnnamed2381(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2594() {
|
| +buildUnnamed2382() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2594(core.List<core.String> o) {
|
| +checkUnnamed2382(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2595() {
|
| +buildUnnamed2383() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2595(core.List<core.String> o) {
|
| +checkUnnamed2383(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2596() {
|
| +buildUnnamed2384() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2596(core.List<core.String> o) {
|
| +checkUnnamed2384(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2597() {
|
| +buildUnnamed2385() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2597(core.List<core.String> o) {
|
| +checkUnnamed2385(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2598() {
|
| +buildUnnamed2386() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2598(core.List<core.String> o) {
|
| +checkUnnamed2386(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2599() {
|
| +buildUnnamed2387() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2599(core.List<core.String> o) {
|
| +checkUnnamed2387(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2600() {
|
| +buildUnnamed2388() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2600(core.List<core.String> o) {
|
| +checkUnnamed2388(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2601() {
|
| +buildUnnamed2389() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2601(core.List<core.String> o) {
|
| +checkUnnamed2389(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2602() {
|
| +buildUnnamed2390() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2602(core.List<core.String> o) {
|
| +checkUnnamed2390(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2603() {
|
| +buildUnnamed2391() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2603(core.List<core.String> o) {
|
| +checkUnnamed2391(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2604() {
|
| +buildUnnamed2392() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2604(core.List<core.String> o) {
|
| +checkUnnamed2392(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2605() {
|
| +buildUnnamed2393() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2605(core.List<core.String> o) {
|
| +checkUnnamed2393(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2606() {
|
| +buildUnnamed2394() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2606(core.List<core.String> o) {
|
| +checkUnnamed2394(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2607() {
|
| +buildUnnamed2395() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2607(core.List<core.String> o) {
|
| +checkUnnamed2395(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2608() {
|
| +buildUnnamed2396() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2608(core.List<core.String> o) {
|
| +checkUnnamed2396(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2609() {
|
| +buildUnnamed2397() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2609(core.List<core.String> o) {
|
| +checkUnnamed2397(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2610() {
|
| +buildUnnamed2398() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2610(core.List<core.String> o) {
|
| +checkUnnamed2398(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2611() {
|
| +buildUnnamed2399() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2611(core.List<core.String> o) {
|
| +checkUnnamed2399(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2612() {
|
| +buildUnnamed2400() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2612(core.List<core.String> o) {
|
| +checkUnnamed2400(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2613() {
|
| +buildUnnamed2401() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2613(core.List<core.String> o) {
|
| +checkUnnamed2401(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2614() {
|
| +buildUnnamed2402() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2614(core.List<core.String> o) {
|
| +checkUnnamed2402(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2615() {
|
| +buildUnnamed2403() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2615(core.List<core.String> o) {
|
| +checkUnnamed2403(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2616() {
|
| +buildUnnamed2404() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2616(core.List<core.String> o) {
|
| +checkUnnamed2404(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2617() {
|
| +buildUnnamed2405() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2617(core.List<core.String> o) {
|
| +checkUnnamed2405(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2618() {
|
| +buildUnnamed2406() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2618(core.List<core.String> o) {
|
| +checkUnnamed2406(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2619() {
|
| +buildUnnamed2407() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2619(core.List<core.String> o) {
|
| +checkUnnamed2407(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2620() {
|
| +buildUnnamed2408() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2620(core.List<core.String> o) {
|
| +checkUnnamed2408(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2621() {
|
| +buildUnnamed2409() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2621(core.List<core.String> o) {
|
| +checkUnnamed2409(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2622() {
|
| +buildUnnamed2410() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2622(core.List<core.String> o) {
|
| +checkUnnamed2410(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2623() {
|
| +buildUnnamed2411() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2623(core.List<core.String> o) {
|
| +checkUnnamed2411(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2624() {
|
| +buildUnnamed2412() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2624(core.List<core.String> o) {
|
| +checkUnnamed2412(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2625() {
|
| +buildUnnamed2413() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2625(core.List<core.String> o) {
|
| +checkUnnamed2413(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2626() {
|
| +buildUnnamed2414() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2626(core.List<core.String> o) {
|
| +checkUnnamed2414(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2627() {
|
| +buildUnnamed2415() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2627(core.List<core.String> o) {
|
| +checkUnnamed2415(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2628() {
|
| +buildUnnamed2416() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2628(core.List<core.String> o) {
|
| +checkUnnamed2416(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2629() {
|
| +buildUnnamed2417() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2629(core.List<core.String> o) {
|
| +checkUnnamed2417(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2630() {
|
| +buildUnnamed2418() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2630(core.List<core.String> o) {
|
| +checkUnnamed2418(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2631() {
|
| +buildUnnamed2419() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2631(core.List<core.String> o) {
|
| +checkUnnamed2419(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2632() {
|
| +buildUnnamed2420() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2632(core.List<core.String> o) {
|
| +checkUnnamed2420(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2633() {
|
| +buildUnnamed2421() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2633(core.List<core.String> o) {
|
| +checkUnnamed2421(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2634() {
|
| +buildUnnamed2422() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2634(core.List<core.String> o) {
|
| +checkUnnamed2422(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2635() {
|
| +buildUnnamed2423() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2635(core.List<core.String> o) {
|
| +checkUnnamed2423(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2636() {
|
| +buildUnnamed2424() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2636(core.List<core.String> o) {
|
| +checkUnnamed2424(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2637() {
|
| +buildUnnamed2425() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2637(core.List<core.String> o) {
|
| +checkUnnamed2425(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2638() {
|
| +buildUnnamed2426() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2638(core.List<core.String> o) {
|
| +checkUnnamed2426(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2639() {
|
| +buildUnnamed2427() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2639(core.List<core.String> o) {
|
| +checkUnnamed2427(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2640() {
|
| +buildUnnamed2428() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2640(core.List<core.String> o) {
|
| +checkUnnamed2428(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2641() {
|
| +buildUnnamed2429() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2641(core.List<core.String> o) {
|
| +checkUnnamed2429(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2642() {
|
| +buildUnnamed2430() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2642(core.List<core.String> o) {
|
| +checkUnnamed2430(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2643() {
|
| +buildUnnamed2431() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2643(core.List<core.String> o) {
|
| +checkUnnamed2431(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2644() {
|
| +buildUnnamed2432() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2644(core.List<core.String> o) {
|
| +checkUnnamed2432(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2645() {
|
| +buildUnnamed2433() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2645(core.List<core.String> o) {
|
| +checkUnnamed2433(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2646() {
|
| +buildUnnamed2434() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2646(core.List<core.String> o) {
|
| +checkUnnamed2434(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2647() {
|
| +buildUnnamed2435() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2647(core.List<core.String> o) {
|
| +checkUnnamed2435(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2648() {
|
| +buildUnnamed2436() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2648(core.List<core.String> o) {
|
| +checkUnnamed2436(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2649() {
|
| +buildUnnamed2437() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2649(core.List<core.String> o) {
|
| +checkUnnamed2437(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2650() {
|
| +buildUnnamed2438() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2650(core.List<core.String> o) {
|
| +checkUnnamed2438(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2651() {
|
| +buildUnnamed2439() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2651(core.List<core.String> o) {
|
| +checkUnnamed2439(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2652() {
|
| +buildUnnamed2440() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2652(core.List<core.String> o) {
|
| +checkUnnamed2440(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2653() {
|
| +buildUnnamed2441() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2653(core.List<core.String> o) {
|
| +checkUnnamed2441(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2654() {
|
| +buildUnnamed2442() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2654(core.List<core.String> o) {
|
| +checkUnnamed2442(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2655() {
|
| +buildUnnamed2443() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2655(core.List<core.String> o) {
|
| +checkUnnamed2443(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2656() {
|
| +buildUnnamed2444() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2656(core.List<core.String> o) {
|
| +checkUnnamed2444(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2657() {
|
| +buildUnnamed2445() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2657(core.List<core.String> o) {
|
| +checkUnnamed2445(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2658() {
|
| +buildUnnamed2446() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2658(core.List<core.String> o) {
|
| +checkUnnamed2446(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2659() {
|
| +buildUnnamed2447() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2659(core.List<core.String> o) {
|
| +checkUnnamed2447(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2660() {
|
| +buildUnnamed2448() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2660(core.List<core.String> o) {
|
| +checkUnnamed2448(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2661() {
|
| +buildUnnamed2449() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2661(core.List<core.String> o) {
|
| +checkUnnamed2449(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2662() {
|
| +buildUnnamed2450() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2662(core.List<core.String> o) {
|
| +checkUnnamed2450(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2663() {
|
| +buildUnnamed2451() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2663(core.List<core.String> o) {
|
| +checkUnnamed2451(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2664() {
|
| +buildUnnamed2452() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2664(core.List<core.String> o) {
|
| +checkUnnamed2452(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2665() {
|
| +buildUnnamed2453() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2665(core.List<core.String> o) {
|
| +checkUnnamed2453(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2666() {
|
| +buildUnnamed2454() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2666(core.List<core.String> o) {
|
| +checkUnnamed2454(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2667() {
|
| +buildUnnamed2455() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2667(core.List<core.String> o) {
|
| +checkUnnamed2455(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2668() {
|
| +buildUnnamed2456() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2668(core.List<core.String> o) {
|
| +checkUnnamed2456(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2669() {
|
| +buildUnnamed2457() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2669(core.List<core.String> o) {
|
| +checkUnnamed2457(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2670() {
|
| +buildUnnamed2458() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2670(core.List<core.String> o) {
|
| +checkUnnamed2458(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2671() {
|
| +buildUnnamed2459() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2671(core.List<core.String> o) {
|
| +checkUnnamed2459(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2672() {
|
| +buildUnnamed2460() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2672(core.List<core.String> o) {
|
| +checkUnnamed2460(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2673() {
|
| +buildUnnamed2461() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2673(core.List<core.String> o) {
|
| +checkUnnamed2461(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2674() {
|
| +buildUnnamed2462() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2674(core.List<core.String> o) {
|
| +checkUnnamed2462(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -12273,7 +12273,7 @@ main() {
|
| api.AccountUserProfilesResourceApi res = new api.DfareportingApi(mock).accountUserProfiles;
|
| var arg_profileId = "foo";
|
| var arg_active = true;
|
| - var arg_ids = buildUnnamed2587();
|
| + var arg_ids = buildUnnamed2375();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -12521,7 +12521,7 @@ main() {
|
| api.AccountsResourceApi res = new api.DfareportingApi(mock).accounts;
|
| var arg_profileId = "foo";
|
| var arg_active = true;
|
| - var arg_ids = buildUnnamed2588();
|
| + var arg_ids = buildUnnamed2376();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -12824,26 +12824,26 @@ main() {
|
| var arg_active = true;
|
| var arg_advertiserId = "foo";
|
| var arg_archived = true;
|
| - var arg_audienceSegmentIds = buildUnnamed2589();
|
| - var arg_campaignIds = buildUnnamed2590();
|
| + var arg_audienceSegmentIds = buildUnnamed2377();
|
| + var arg_campaignIds = buildUnnamed2378();
|
| var arg_compatibility = "foo";
|
| - var arg_creativeIds = buildUnnamed2591();
|
| - var arg_creativeOptimizationConfigurationIds = buildUnnamed2592();
|
| + var arg_creativeIds = buildUnnamed2379();
|
| + var arg_creativeOptimizationConfigurationIds = buildUnnamed2380();
|
| var arg_dynamicClickTracker = true;
|
| - var arg_ids = buildUnnamed2593();
|
| - var arg_landingPageIds = buildUnnamed2594();
|
| + var arg_ids = buildUnnamed2381();
|
| + var arg_landingPageIds = buildUnnamed2382();
|
| var arg_maxResults = 42;
|
| var arg_overriddenEventTagId = "foo";
|
| var arg_pageToken = "foo";
|
| - var arg_placementIds = buildUnnamed2595();
|
| - var arg_remarketingListIds = buildUnnamed2596();
|
| + var arg_placementIds = buildUnnamed2383();
|
| + var arg_remarketingListIds = buildUnnamed2384();
|
| var arg_searchString = "foo";
|
| - var arg_sizeIds = buildUnnamed2597();
|
| + var arg_sizeIds = buildUnnamed2385();
|
| var arg_sortField = "foo";
|
| var arg_sortOrder = "foo";
|
| var arg_sslCompliant = true;
|
| var arg_sslRequired = true;
|
| - var arg_type = buildUnnamed2598();
|
| + var arg_type = buildUnnamed2386();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -13209,7 +13209,7 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.AdvertiserGroupsResourceApi res = new api.DfareportingApi(mock).advertiserGroups;
|
| var arg_profileId = "foo";
|
| - var arg_ids = buildUnnamed2599();
|
| + var arg_ids = buildUnnamed2387();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -13508,9 +13508,9 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.AdvertisersResourceApi res = new api.DfareportingApi(mock).advertisers;
|
| var arg_profileId = "foo";
|
| - var arg_advertiserGroupIds = buildUnnamed2600();
|
| - var arg_floodlightConfigurationIds = buildUnnamed2601();
|
| - var arg_ids = buildUnnamed2602();
|
| + var arg_advertiserGroupIds = buildUnnamed2388();
|
| + var arg_floodlightConfigurationIds = buildUnnamed2389();
|
| + var arg_ids = buildUnnamed2390();
|
| var arg_includeAdvertisersWithoutGroupsOnly = true;
|
| var arg_maxResults = 42;
|
| var arg_onlyParent = true;
|
| @@ -14016,12 +14016,12 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.CampaignsResourceApi res = new api.DfareportingApi(mock).campaigns;
|
| var arg_profileId = "foo";
|
| - var arg_advertiserGroupIds = buildUnnamed2603();
|
| - var arg_advertiserIds = buildUnnamed2604();
|
| + var arg_advertiserGroupIds = buildUnnamed2391();
|
| + var arg_advertiserIds = buildUnnamed2392();
|
| var arg_archived = true;
|
| var arg_atLeastOneOptimizationActivity = true;
|
| - var arg_excludedIds = buildUnnamed2605();
|
| - var arg_ids = buildUnnamed2606();
|
| + var arg_excludedIds = buildUnnamed2393();
|
| + var arg_ids = buildUnnamed2394();
|
| var arg_maxResults = 42;
|
| var arg_overriddenEventTagId = "foo";
|
| var arg_pageToken = "foo";
|
| @@ -14273,15 +14273,15 @@ main() {
|
| api.ChangeLogsResourceApi res = new api.DfareportingApi(mock).changeLogs;
|
| var arg_profileId = "foo";
|
| var arg_action = "foo";
|
| - var arg_ids = buildUnnamed2607();
|
| + var arg_ids = buildUnnamed2395();
|
| var arg_maxChangeTime = "foo";
|
| var arg_maxResults = 42;
|
| var arg_minChangeTime = "foo";
|
| - var arg_objectIds = buildUnnamed2608();
|
| + var arg_objectIds = buildUnnamed2396();
|
| var arg_objectType = "foo";
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| - var arg_userProfileIds = buildUnnamed2609();
|
| + var arg_userProfileIds = buildUnnamed2397();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -14349,10 +14349,10 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.CitiesResourceApi res = new api.DfareportingApi(mock).cities;
|
| var arg_profileId = "foo";
|
| - var arg_countryDartIds = buildUnnamed2610();
|
| - var arg_dartIds = buildUnnamed2611();
|
| + var arg_countryDartIds = buildUnnamed2398();
|
| + var arg_dartIds = buildUnnamed2399();
|
| var arg_namePrefix = "foo";
|
| - var arg_regionDartIds = buildUnnamed2612();
|
| + var arg_regionDartIds = buildUnnamed2400();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -14697,7 +14697,7 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.ContentCategoriesResourceApi res = new api.DfareportingApi(mock).contentCategories;
|
| var arg_profileId = "foo";
|
| - var arg_ids = buildUnnamed2613();
|
| + var arg_ids = buildUnnamed2401();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -15322,7 +15322,7 @@ main() {
|
| api.CreativeFieldValuesResourceApi res = new api.DfareportingApi(mock).creativeFieldValues;
|
| var arg_profileId = "foo";
|
| var arg_creativeFieldId = "foo";
|
| - var arg_ids = buildUnnamed2614();
|
| + var arg_ids = buildUnnamed2402();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -15699,8 +15699,8 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.CreativeFieldsResourceApi res = new api.DfareportingApi(mock).creativeFields;
|
| var arg_profileId = "foo";
|
| - var arg_advertiserIds = buildUnnamed2615();
|
| - var arg_ids = buildUnnamed2616();
|
| + var arg_advertiserIds = buildUnnamed2403();
|
| + var arg_ids = buildUnnamed2404();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -16000,9 +16000,9 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.CreativeGroupsResourceApi res = new api.DfareportingApi(mock).creativeGroups;
|
| var arg_profileId = "foo";
|
| - var arg_advertiserIds = buildUnnamed2617();
|
| + var arg_advertiserIds = buildUnnamed2405();
|
| var arg_groupNumber = 42;
|
| - var arg_ids = buildUnnamed2618();
|
| + var arg_ids = buildUnnamed2406();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -16307,18 +16307,18 @@ main() {
|
| var arg_advertiserId = "foo";
|
| var arg_archived = true;
|
| var arg_campaignId = "foo";
|
| - var arg_companionCreativeIds = buildUnnamed2619();
|
| - var arg_creativeFieldIds = buildUnnamed2620();
|
| - var arg_ids = buildUnnamed2621();
|
| + var arg_companionCreativeIds = buildUnnamed2407();
|
| + var arg_creativeFieldIds = buildUnnamed2408();
|
| + var arg_ids = buildUnnamed2409();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| - var arg_renderingIds = buildUnnamed2622();
|
| + var arg_renderingIds = buildUnnamed2410();
|
| var arg_searchString = "foo";
|
| - var arg_sizeIds = buildUnnamed2623();
|
| + var arg_sizeIds = buildUnnamed2411();
|
| var arg_sortField = "foo";
|
| var arg_sortOrder = "foo";
|
| var arg_studioCreativeId = "foo";
|
| - var arg_types = buildUnnamed2624();
|
| + var arg_types = buildUnnamed2412();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -16630,8 +16630,8 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.DirectorySiteContactsResourceApi res = new api.DfareportingApi(mock).directorySiteContacts;
|
| var arg_profileId = "foo";
|
| - var arg_directorySiteIds = buildUnnamed2625();
|
| - var arg_ids = buildUnnamed2626();
|
| + var arg_directorySiteIds = buildUnnamed2413();
|
| + var arg_ids = buildUnnamed2414();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -16821,7 +16821,7 @@ main() {
|
| var arg_active = true;
|
| var arg_countryId = "foo";
|
| var arg_dfpNetworkCode = "foo";
|
| - var arg_ids = buildUnnamed2627();
|
| + var arg_ids = buildUnnamed2415();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_parentId = "foo";
|
| @@ -17015,7 +17015,7 @@ main() {
|
| api.DynamicTargetingKeysResourceApi res = new api.DfareportingApi(mock).dynamicTargetingKeys;
|
| var arg_profileId = "foo";
|
| var arg_advertiserId = "foo";
|
| - var arg_names = buildUnnamed2628();
|
| + var arg_names = buildUnnamed2416();
|
| var arg_objectId = "foo";
|
| var arg_objectType = "foo";
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| @@ -17253,8 +17253,8 @@ main() {
|
| var arg_campaignId = "foo";
|
| var arg_definitionsOnly = true;
|
| var arg_enabled = true;
|
| - var arg_eventTagTypes = buildUnnamed2629();
|
| - var arg_ids = buildUnnamed2630();
|
| + var arg_eventTagTypes = buildUnnamed2417();
|
| + var arg_ids = buildUnnamed2418();
|
| var arg_searchString = "foo";
|
| var arg_sortField = "foo";
|
| var arg_sortOrder = "foo";
|
| @@ -17792,12 +17792,12 @@ main() {
|
| api.FloodlightActivitiesResourceApi res = new api.DfareportingApi(mock).floodlightActivities;
|
| var arg_profileId = "foo";
|
| var arg_advertiserId = "foo";
|
| - var arg_floodlightActivityGroupIds = buildUnnamed2631();
|
| + var arg_floodlightActivityGroupIds = buildUnnamed2419();
|
| var arg_floodlightActivityGroupName = "foo";
|
| var arg_floodlightActivityGroupTagString = "foo";
|
| var arg_floodlightActivityGroupType = "foo";
|
| var arg_floodlightConfigurationId = "foo";
|
| - var arg_ids = buildUnnamed2632();
|
| + var arg_ids = buildUnnamed2420();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -18106,7 +18106,7 @@ main() {
|
| var arg_profileId = "foo";
|
| var arg_advertiserId = "foo";
|
| var arg_floodlightConfigurationId = "foo";
|
| - var arg_ids = buildUnnamed2633();
|
| + var arg_ids = buildUnnamed2421();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -18352,7 +18352,7 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.FloodlightConfigurationsResourceApi res = new api.DfareportingApi(mock).floodlightConfigurations;
|
| var arg_profileId = "foo";
|
| - var arg_ids = buildUnnamed2634();
|
| + var arg_ids = buildUnnamed2422();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -18593,12 +18593,12 @@ main() {
|
| api.InventoryItemsResourceApi res = new api.DfareportingApi(mock).inventoryItems;
|
| var arg_profileId = "foo";
|
| var arg_projectId = "foo";
|
| - var arg_ids = buildUnnamed2635();
|
| + var arg_ids = buildUnnamed2423();
|
| var arg_inPlan = true;
|
| var arg_maxResults = 42;
|
| - var arg_orderId = buildUnnamed2636();
|
| + var arg_orderId = buildUnnamed2424();
|
| var arg_pageToken = "foo";
|
| - var arg_siteId = buildUnnamed2637();
|
| + var arg_siteId = buildUnnamed2425();
|
| var arg_sortField = "foo";
|
| var arg_sortOrder = "foo";
|
| var arg_type = "foo";
|
| @@ -19588,12 +19588,12 @@ main() {
|
| var arg_profileId = "foo";
|
| var arg_projectId = "foo";
|
| var arg_approved = true;
|
| - var arg_ids = buildUnnamed2638();
|
| + var arg_ids = buildUnnamed2426();
|
| var arg_maxResults = 42;
|
| - var arg_orderId = buildUnnamed2639();
|
| + var arg_orderId = buildUnnamed2427();
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| - var arg_siteId = buildUnnamed2640();
|
| + var arg_siteId = buildUnnamed2428();
|
| var arg_sortField = "foo";
|
| var arg_sortOrder = "foo";
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| @@ -19735,11 +19735,11 @@ main() {
|
| api.OrdersResourceApi res = new api.DfareportingApi(mock).orders;
|
| var arg_profileId = "foo";
|
| var arg_projectId = "foo";
|
| - var arg_ids = buildUnnamed2641();
|
| + var arg_ids = buildUnnamed2429();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| - var arg_siteId = buildUnnamed2642();
|
| + var arg_siteId = buildUnnamed2430();
|
| var arg_sortField = "foo";
|
| var arg_sortOrder = "foo";
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| @@ -19927,12 +19927,12 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.PlacementGroupsResourceApi res = new api.DfareportingApi(mock).placementGroups;
|
| var arg_profileId = "foo";
|
| - var arg_advertiserIds = buildUnnamed2643();
|
| + var arg_advertiserIds = buildUnnamed2431();
|
| var arg_archived = true;
|
| - var arg_campaignIds = buildUnnamed2644();
|
| - var arg_contentCategoryIds = buildUnnamed2645();
|
| - var arg_directorySiteIds = buildUnnamed2646();
|
| - var arg_ids = buildUnnamed2647();
|
| + var arg_campaignIds = buildUnnamed2432();
|
| + var arg_contentCategoryIds = buildUnnamed2433();
|
| + var arg_directorySiteIds = buildUnnamed2434();
|
| + var arg_ids = buildUnnamed2435();
|
| var arg_maxEndDate = "foo";
|
| var arg_maxResults = 42;
|
| var arg_maxStartDate = "foo";
|
| @@ -19940,10 +19940,10 @@ main() {
|
| var arg_minStartDate = "foo";
|
| var arg_pageToken = "foo";
|
| var arg_placementGroupType = "foo";
|
| - var arg_placementStrategyIds = buildUnnamed2648();
|
| - var arg_pricingTypes = buildUnnamed2649();
|
| + var arg_placementStrategyIds = buildUnnamed2436();
|
| + var arg_pricingTypes = buildUnnamed2437();
|
| var arg_searchString = "foo";
|
| - var arg_siteIds = buildUnnamed2650();
|
| + var arg_siteIds = buildUnnamed2438();
|
| var arg_sortField = "foo";
|
| var arg_sortOrder = "foo";
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| @@ -20307,7 +20307,7 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.PlacementStrategiesResourceApi res = new api.DfareportingApi(mock).placementStrategies;
|
| var arg_profileId = "foo";
|
| - var arg_ids = buildUnnamed2651();
|
| + var arg_ids = buildUnnamed2439();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -20493,8 +20493,8 @@ main() {
|
| api.PlacementsResourceApi res = new api.DfareportingApi(mock).placements;
|
| var arg_profileId = "foo";
|
| var arg_campaignId = "foo";
|
| - var arg_placementIds = buildUnnamed2652();
|
| - var arg_tagFormats = buildUnnamed2653();
|
| + var arg_placementIds = buildUnnamed2440();
|
| + var arg_tagFormats = buildUnnamed2441();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -20665,14 +20665,14 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.PlacementsResourceApi res = new api.DfareportingApi(mock).placements;
|
| var arg_profileId = "foo";
|
| - var arg_advertiserIds = buildUnnamed2654();
|
| + var arg_advertiserIds = buildUnnamed2442();
|
| var arg_archived = true;
|
| - var arg_campaignIds = buildUnnamed2655();
|
| - var arg_compatibilities = buildUnnamed2656();
|
| - var arg_contentCategoryIds = buildUnnamed2657();
|
| - var arg_directorySiteIds = buildUnnamed2658();
|
| - var arg_groupIds = buildUnnamed2659();
|
| - var arg_ids = buildUnnamed2660();
|
| + var arg_campaignIds = buildUnnamed2443();
|
| + var arg_compatibilities = buildUnnamed2444();
|
| + var arg_contentCategoryIds = buildUnnamed2445();
|
| + var arg_directorySiteIds = buildUnnamed2446();
|
| + var arg_groupIds = buildUnnamed2447();
|
| + var arg_ids = buildUnnamed2448();
|
| var arg_maxEndDate = "foo";
|
| var arg_maxResults = 42;
|
| var arg_maxStartDate = "foo";
|
| @@ -20680,11 +20680,11 @@ main() {
|
| var arg_minStartDate = "foo";
|
| var arg_pageToken = "foo";
|
| var arg_paymentSource = "foo";
|
| - var arg_placementStrategyIds = buildUnnamed2661();
|
| - var arg_pricingTypes = buildUnnamed2662();
|
| + var arg_placementStrategyIds = buildUnnamed2449();
|
| + var arg_pricingTypes = buildUnnamed2450();
|
| var arg_searchString = "foo";
|
| - var arg_siteIds = buildUnnamed2663();
|
| - var arg_sizeIds = buildUnnamed2664();
|
| + var arg_siteIds = buildUnnamed2451();
|
| + var arg_sizeIds = buildUnnamed2452();
|
| var arg_sortField = "foo";
|
| var arg_sortOrder = "foo";
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| @@ -21167,8 +21167,8 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.ProjectsResourceApi res = new api.DfareportingApi(mock).projects;
|
| var arg_profileId = "foo";
|
| - var arg_advertiserIds = buildUnnamed2665();
|
| - var arg_ids = buildUnnamed2666();
|
| + var arg_advertiserIds = buildUnnamed2453();
|
| + var arg_ids = buildUnnamed2454();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -22516,9 +22516,9 @@ main() {
|
| var arg_acceptsPublisherPaidPlacements = true;
|
| var arg_adWordsSite = true;
|
| var arg_approved = true;
|
| - var arg_campaignIds = buildUnnamed2667();
|
| - var arg_directorySiteIds = buildUnnamed2668();
|
| - var arg_ids = buildUnnamed2669();
|
| + var arg_campaignIds = buildUnnamed2455();
|
| + var arg_directorySiteIds = buildUnnamed2456();
|
| + var arg_ids = buildUnnamed2457();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -22830,7 +22830,7 @@ main() {
|
| var arg_profileId = "foo";
|
| var arg_height = 42;
|
| var arg_iabStandard = true;
|
| - var arg_ids = buildUnnamed2670();
|
| + var arg_ids = buildUnnamed2458();
|
| var arg_width = 42;
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| @@ -23007,7 +23007,7 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.SubaccountsResourceApi res = new api.DfareportingApi(mock).subaccounts;
|
| var arg_profileId = "foo";
|
| - var arg_ids = buildUnnamed2671();
|
| + var arg_ids = buildUnnamed2459();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -23435,7 +23435,7 @@ main() {
|
| api.TargetingTemplatesResourceApi res = new api.DfareportingApi(mock).targetingTemplates;
|
| var arg_profileId = "foo";
|
| var arg_advertiserId = "foo";
|
| - var arg_ids = buildUnnamed2672();
|
| + var arg_ids = buildUnnamed2460();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
| @@ -23890,7 +23890,7 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.UserRolePermissionsResourceApi res = new api.DfareportingApi(mock).userRolePermissions;
|
| var arg_profileId = "foo";
|
| - var arg_ids = buildUnnamed2673();
|
| + var arg_ids = buildUnnamed2461();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -24119,7 +24119,7 @@ main() {
|
| api.UserRolesResourceApi res = new api.DfareportingApi(mock).userRoles;
|
| var arg_profileId = "foo";
|
| var arg_accountUserRoleOnly = true;
|
| - var arg_ids = buildUnnamed2674();
|
| + var arg_ids = buildUnnamed2462();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_searchString = "foo";
|
|
|