Index: generated/googleapis/test/adexchangebuyer/v1_4_test.dart |
diff --git a/generated/googleapis/test/adexchangebuyer/v1_4_test.dart b/generated/googleapis/test/adexchangebuyer/v1_4_test.dart |
index 9a11b01b9befe9fcda4a6b1e4c742a9d47b468f8..d7e07d43e31a2d97d57f7a72911bf704fd0abc23 100644 |
--- a/generated/googleapis/test/adexchangebuyer/v1_4_test.dart |
+++ b/generated/googleapis/test/adexchangebuyer/v1_4_test.dart |
@@ -76,14 +76,14 @@ checkAccountBidderLocation(api.AccountBidderLocation o) { |
buildCounterAccountBidderLocation--; |
} |
-buildUnnamed2038() { |
+buildUnnamed1809() { |
var o = new core.List<api.AccountBidderLocation>(); |
o.add(buildAccountBidderLocation()); |
o.add(buildAccountBidderLocation()); |
return o; |
} |
-checkUnnamed2038(core.List<api.AccountBidderLocation> o) { |
+checkUnnamed1809(core.List<api.AccountBidderLocation> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkAccountBidderLocation(o[0]); |
checkAccountBidderLocation(o[1]); |
@@ -94,7 +94,7 @@ buildAccount() { |
var o = new api.Account(); |
buildCounterAccount++; |
if (buildCounterAccount < 3) { |
- o.bidderLocation = buildUnnamed2038(); |
+ o.bidderLocation = buildUnnamed1809(); |
o.cookieMatchingNid = "foo"; |
o.cookieMatchingUrl = "foo"; |
o.id = 42; |
@@ -110,7 +110,7 @@ buildAccount() { |
checkAccount(api.Account o) { |
buildCounterAccount++; |
if (buildCounterAccount < 3) { |
- checkUnnamed2038(o.bidderLocation); |
+ checkUnnamed1809(o.bidderLocation); |
unittest.expect(o.cookieMatchingNid, unittest.equals('foo')); |
unittest.expect(o.cookieMatchingUrl, unittest.equals('foo')); |
unittest.expect(o.id, unittest.equals(42)); |
@@ -122,14 +122,14 @@ checkAccount(api.Account o) { |
buildCounterAccount--; |
} |
-buildUnnamed2039() { |
+buildUnnamed1810() { |
var o = new core.List<api.Account>(); |
o.add(buildAccount()); |
o.add(buildAccount()); |
return o; |
} |
-checkUnnamed2039(core.List<api.Account> o) { |
+checkUnnamed1810(core.List<api.Account> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkAccount(o[0]); |
checkAccount(o[1]); |
@@ -140,7 +140,7 @@ buildAccountsList() { |
var o = new api.AccountsList(); |
buildCounterAccountsList++; |
if (buildCounterAccountsList < 3) { |
- o.items = buildUnnamed2039(); |
+ o.items = buildUnnamed1810(); |
o.kind = "foo"; |
} |
buildCounterAccountsList--; |
@@ -150,20 +150,20 @@ buildAccountsList() { |
checkAccountsList(api.AccountsList o) { |
buildCounterAccountsList++; |
if (buildCounterAccountsList < 3) { |
- checkUnnamed2039(o.items); |
+ checkUnnamed1810(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
} |
buildCounterAccountsList--; |
} |
-buildUnnamed2040() { |
+buildUnnamed1811() { |
var o = new core.List<api.MarketplaceDeal>(); |
o.add(buildMarketplaceDeal()); |
o.add(buildMarketplaceDeal()); |
return o; |
} |
-checkUnnamed2040(core.List<api.MarketplaceDeal> o) { |
+checkUnnamed1811(core.List<api.MarketplaceDeal> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkMarketplaceDeal(o[0]); |
checkMarketplaceDeal(o[1]); |
@@ -174,7 +174,7 @@ buildAddOrderDealsRequest() { |
var o = new api.AddOrderDealsRequest(); |
buildCounterAddOrderDealsRequest++; |
if (buildCounterAddOrderDealsRequest < 3) { |
- o.deals = buildUnnamed2040(); |
+ o.deals = buildUnnamed1811(); |
o.proposalRevisionNumber = "foo"; |
o.updateAction = "foo"; |
} |
@@ -185,21 +185,21 @@ buildAddOrderDealsRequest() { |
checkAddOrderDealsRequest(api.AddOrderDealsRequest o) { |
buildCounterAddOrderDealsRequest++; |
if (buildCounterAddOrderDealsRequest < 3) { |
- checkUnnamed2040(o.deals); |
+ checkUnnamed1811(o.deals); |
unittest.expect(o.proposalRevisionNumber, unittest.equals('foo')); |
unittest.expect(o.updateAction, unittest.equals('foo')); |
} |
buildCounterAddOrderDealsRequest--; |
} |
-buildUnnamed2041() { |
+buildUnnamed1812() { |
var o = new core.List<api.MarketplaceDeal>(); |
o.add(buildMarketplaceDeal()); |
o.add(buildMarketplaceDeal()); |
return o; |
} |
-checkUnnamed2041(core.List<api.MarketplaceDeal> o) { |
+checkUnnamed1812(core.List<api.MarketplaceDeal> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkMarketplaceDeal(o[0]); |
checkMarketplaceDeal(o[1]); |
@@ -210,7 +210,7 @@ buildAddOrderDealsResponse() { |
var o = new api.AddOrderDealsResponse(); |
buildCounterAddOrderDealsResponse++; |
if (buildCounterAddOrderDealsResponse < 3) { |
- o.deals = buildUnnamed2041(); |
+ o.deals = buildUnnamed1812(); |
o.proposalRevisionNumber = "foo"; |
} |
buildCounterAddOrderDealsResponse--; |
@@ -220,20 +220,20 @@ buildAddOrderDealsResponse() { |
checkAddOrderDealsResponse(api.AddOrderDealsResponse o) { |
buildCounterAddOrderDealsResponse++; |
if (buildCounterAddOrderDealsResponse < 3) { |
- checkUnnamed2041(o.deals); |
+ checkUnnamed1812(o.deals); |
unittest.expect(o.proposalRevisionNumber, unittest.equals('foo')); |
} |
buildCounterAddOrderDealsResponse--; |
} |
-buildUnnamed2042() { |
+buildUnnamed1813() { |
var o = new core.List<api.MarketplaceNote>(); |
o.add(buildMarketplaceNote()); |
o.add(buildMarketplaceNote()); |
return o; |
} |
-checkUnnamed2042(core.List<api.MarketplaceNote> o) { |
+checkUnnamed1813(core.List<api.MarketplaceNote> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkMarketplaceNote(o[0]); |
checkMarketplaceNote(o[1]); |
@@ -244,7 +244,7 @@ buildAddOrderNotesRequest() { |
var o = new api.AddOrderNotesRequest(); |
buildCounterAddOrderNotesRequest++; |
if (buildCounterAddOrderNotesRequest < 3) { |
- o.notes = buildUnnamed2042(); |
+ o.notes = buildUnnamed1813(); |
} |
buildCounterAddOrderNotesRequest--; |
return o; |
@@ -253,19 +253,19 @@ buildAddOrderNotesRequest() { |
checkAddOrderNotesRequest(api.AddOrderNotesRequest o) { |
buildCounterAddOrderNotesRequest++; |
if (buildCounterAddOrderNotesRequest < 3) { |
- checkUnnamed2042(o.notes); |
+ checkUnnamed1813(o.notes); |
} |
buildCounterAddOrderNotesRequest--; |
} |
-buildUnnamed2043() { |
+buildUnnamed1814() { |
var o = new core.List<api.MarketplaceNote>(); |
o.add(buildMarketplaceNote()); |
o.add(buildMarketplaceNote()); |
return o; |
} |
-checkUnnamed2043(core.List<api.MarketplaceNote> o) { |
+checkUnnamed1814(core.List<api.MarketplaceNote> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkMarketplaceNote(o[0]); |
checkMarketplaceNote(o[1]); |
@@ -276,7 +276,7 @@ buildAddOrderNotesResponse() { |
var o = new api.AddOrderNotesResponse(); |
buildCounterAddOrderNotesResponse++; |
if (buildCounterAddOrderNotesResponse < 3) { |
- o.notes = buildUnnamed2043(); |
+ o.notes = buildUnnamed1814(); |
} |
buildCounterAddOrderNotesResponse--; |
return o; |
@@ -285,19 +285,19 @@ buildAddOrderNotesResponse() { |
checkAddOrderNotesResponse(api.AddOrderNotesResponse o) { |
buildCounterAddOrderNotesResponse++; |
if (buildCounterAddOrderNotesResponse < 3) { |
- checkUnnamed2043(o.notes); |
+ checkUnnamed1814(o.notes); |
} |
buildCounterAddOrderNotesResponse--; |
} |
-buildUnnamed2044() { |
+buildUnnamed1815() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2044(core.List<core.String> o) { |
+checkUnnamed1815(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -310,7 +310,7 @@ buildBillingInfo() { |
if (buildCounterBillingInfo < 3) { |
o.accountId = 42; |
o.accountName = "foo"; |
- o.billingId = buildUnnamed2044(); |
+ o.billingId = buildUnnamed1815(); |
o.kind = "foo"; |
} |
buildCounterBillingInfo--; |
@@ -322,20 +322,20 @@ checkBillingInfo(api.BillingInfo o) { |
if (buildCounterBillingInfo < 3) { |
unittest.expect(o.accountId, unittest.equals(42)); |
unittest.expect(o.accountName, unittest.equals('foo')); |
- checkUnnamed2044(o.billingId); |
+ checkUnnamed1815(o.billingId); |
unittest.expect(o.kind, unittest.equals('foo')); |
} |
buildCounterBillingInfo--; |
} |
-buildUnnamed2045() { |
+buildUnnamed1816() { |
var o = new core.List<api.BillingInfo>(); |
o.add(buildBillingInfo()); |
o.add(buildBillingInfo()); |
return o; |
} |
-checkUnnamed2045(core.List<api.BillingInfo> o) { |
+checkUnnamed1816(core.List<api.BillingInfo> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkBillingInfo(o[0]); |
checkBillingInfo(o[1]); |
@@ -346,7 +346,7 @@ buildBillingInfoList() { |
var o = new api.BillingInfoList(); |
buildCounterBillingInfoList++; |
if (buildCounterBillingInfoList < 3) { |
- o.items = buildUnnamed2045(); |
+ o.items = buildUnnamed1816(); |
o.kind = "foo"; |
} |
buildCounterBillingInfoList--; |
@@ -356,7 +356,7 @@ buildBillingInfoList() { |
checkBillingInfoList(api.BillingInfoList o) { |
buildCounterBillingInfoList++; |
if (buildCounterBillingInfoList < 3) { |
- checkUnnamed2045(o.items); |
+ checkUnnamed1816(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
} |
buildCounterBillingInfoList--; |
@@ -431,14 +431,14 @@ checkContactInformation(api.ContactInformation o) { |
buildCounterContactInformation--; |
} |
-buildUnnamed2046() { |
+buildUnnamed1817() { |
var o = new core.List<api.Proposal>(); |
o.add(buildProposal()); |
o.add(buildProposal()); |
return o; |
} |
-checkUnnamed2046(core.List<api.Proposal> o) { |
+checkUnnamed1817(core.List<api.Proposal> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkProposal(o[0]); |
checkProposal(o[1]); |
@@ -449,7 +449,7 @@ buildCreateOrdersRequest() { |
var o = new api.CreateOrdersRequest(); |
buildCounterCreateOrdersRequest++; |
if (buildCounterCreateOrdersRequest < 3) { |
- o.proposals = buildUnnamed2046(); |
+ o.proposals = buildUnnamed1817(); |
o.webPropertyCode = "foo"; |
} |
buildCounterCreateOrdersRequest--; |
@@ -459,20 +459,20 @@ buildCreateOrdersRequest() { |
checkCreateOrdersRequest(api.CreateOrdersRequest o) { |
buildCounterCreateOrdersRequest++; |
if (buildCounterCreateOrdersRequest < 3) { |
- checkUnnamed2046(o.proposals); |
+ checkUnnamed1817(o.proposals); |
unittest.expect(o.webPropertyCode, unittest.equals('foo')); |
} |
buildCounterCreateOrdersRequest--; |
} |
-buildUnnamed2047() { |
+buildUnnamed1818() { |
var o = new core.List<api.Proposal>(); |
o.add(buildProposal()); |
o.add(buildProposal()); |
return o; |
} |
-checkUnnamed2047(core.List<api.Proposal> o) { |
+checkUnnamed1818(core.List<api.Proposal> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkProposal(o[0]); |
checkProposal(o[1]); |
@@ -483,7 +483,7 @@ buildCreateOrdersResponse() { |
var o = new api.CreateOrdersResponse(); |
buildCounterCreateOrdersResponse++; |
if (buildCounterCreateOrdersResponse < 3) { |
- o.proposals = buildUnnamed2047(); |
+ o.proposals = buildUnnamed1818(); |
} |
buildCounterCreateOrdersResponse--; |
return o; |
@@ -492,84 +492,84 @@ buildCreateOrdersResponse() { |
checkCreateOrdersResponse(api.CreateOrdersResponse o) { |
buildCounterCreateOrdersResponse++; |
if (buildCounterCreateOrdersResponse < 3) { |
- checkUnnamed2047(o.proposals); |
+ checkUnnamed1818(o.proposals); |
} |
buildCounterCreateOrdersResponse--; |
} |
-buildUnnamed2048() { |
+buildUnnamed1819() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2048(core.List<core.String> o) { |
+checkUnnamed1819(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed2049() { |
+buildUnnamed1820() { |
var o = new core.List<core.int>(); |
o.add(42); |
o.add(42); |
return o; |
} |
-checkUnnamed2049(core.List<core.int> o) { |
+checkUnnamed1820(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)); |
} |
-buildUnnamed2050() { |
+buildUnnamed1821() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2050(core.List<core.String> o) { |
+checkUnnamed1821(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed2051() { |
+buildUnnamed1822() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2051(core.List<core.String> o) { |
+checkUnnamed1822(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed2052() { |
+buildUnnamed1823() { |
var o = new core.List<core.int>(); |
o.add(42); |
o.add(42); |
return o; |
} |
-checkUnnamed2052(core.List<core.int> o) { |
+checkUnnamed1823(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)); |
} |
-buildUnnamed2053() { |
+buildUnnamed1824() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2053(core.List<core.String> o) { |
+checkUnnamed1824(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -580,10 +580,10 @@ buildCreativeCorrectionsContexts() { |
var o = new api.CreativeCorrectionsContexts(); |
buildCounterCreativeCorrectionsContexts++; |
if (buildCounterCreativeCorrectionsContexts < 3) { |
- o.auctionType = buildUnnamed2051(); |
+ o.auctionType = buildUnnamed1822(); |
o.contextType = "foo"; |
- o.geoCriteriaId = buildUnnamed2052(); |
- o.platform = buildUnnamed2053(); |
+ o.geoCriteriaId = buildUnnamed1823(); |
+ o.platform = buildUnnamed1824(); |
} |
buildCounterCreativeCorrectionsContexts--; |
return o; |
@@ -592,35 +592,35 @@ buildCreativeCorrectionsContexts() { |
checkCreativeCorrectionsContexts(api.CreativeCorrectionsContexts o) { |
buildCounterCreativeCorrectionsContexts++; |
if (buildCounterCreativeCorrectionsContexts < 3) { |
- checkUnnamed2051(o.auctionType); |
+ checkUnnamed1822(o.auctionType); |
unittest.expect(o.contextType, unittest.equals('foo')); |
- checkUnnamed2052(o.geoCriteriaId); |
- checkUnnamed2053(o.platform); |
+ checkUnnamed1823(o.geoCriteriaId); |
+ checkUnnamed1824(o.platform); |
} |
buildCounterCreativeCorrectionsContexts--; |
} |
-buildUnnamed2054() { |
+buildUnnamed1825() { |
var o = new core.List<api.CreativeCorrectionsContexts>(); |
o.add(buildCreativeCorrectionsContexts()); |
o.add(buildCreativeCorrectionsContexts()); |
return o; |
} |
-checkUnnamed2054(core.List<api.CreativeCorrectionsContexts> o) { |
+checkUnnamed1825(core.List<api.CreativeCorrectionsContexts> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkCreativeCorrectionsContexts(o[0]); |
checkCreativeCorrectionsContexts(o[1]); |
} |
-buildUnnamed2055() { |
+buildUnnamed1826() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2055(core.List<core.String> o) { |
+checkUnnamed1826(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -631,8 +631,8 @@ buildCreativeCorrections() { |
var o = new api.CreativeCorrections(); |
buildCounterCreativeCorrections++; |
if (buildCounterCreativeCorrections < 3) { |
- o.contexts = buildUnnamed2054(); |
- o.details = buildUnnamed2055(); |
+ o.contexts = buildUnnamed1825(); |
+ o.details = buildUnnamed1826(); |
o.reason = "foo"; |
} |
buildCounterCreativeCorrections--; |
@@ -642,34 +642,34 @@ buildCreativeCorrections() { |
checkCreativeCorrections(api.CreativeCorrections o) { |
buildCounterCreativeCorrections++; |
if (buildCounterCreativeCorrections < 3) { |
- checkUnnamed2054(o.contexts); |
- checkUnnamed2055(o.details); |
+ checkUnnamed1825(o.contexts); |
+ checkUnnamed1826(o.details); |
unittest.expect(o.reason, unittest.equals('foo')); |
} |
buildCounterCreativeCorrections--; |
} |
-buildUnnamed2056() { |
+buildUnnamed1827() { |
var o = new core.List<api.CreativeCorrections>(); |
o.add(buildCreativeCorrections()); |
o.add(buildCreativeCorrections()); |
return o; |
} |
-checkUnnamed2056(core.List<api.CreativeCorrections> o) { |
+checkUnnamed1827(core.List<api.CreativeCorrections> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkCreativeCorrections(o[0]); |
checkCreativeCorrections(o[1]); |
} |
-buildUnnamed2057() { |
+buildUnnamed1828() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2057(core.List<core.String> o) { |
+checkUnnamed1828(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -696,14 +696,14 @@ checkCreativeFilteringReasonsReasons(api.CreativeFilteringReasonsReasons o) { |
buildCounterCreativeFilteringReasonsReasons--; |
} |
-buildUnnamed2058() { |
+buildUnnamed1829() { |
var o = new core.List<api.CreativeFilteringReasonsReasons>(); |
o.add(buildCreativeFilteringReasonsReasons()); |
o.add(buildCreativeFilteringReasonsReasons()); |
return o; |
} |
-checkUnnamed2058(core.List<api.CreativeFilteringReasonsReasons> o) { |
+checkUnnamed1829(core.List<api.CreativeFilteringReasonsReasons> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkCreativeFilteringReasonsReasons(o[0]); |
checkCreativeFilteringReasonsReasons(o[1]); |
@@ -715,7 +715,7 @@ buildCreativeFilteringReasons() { |
buildCounterCreativeFilteringReasons++; |
if (buildCounterCreativeFilteringReasons < 3) { |
o.date = "foo"; |
- o.reasons = buildUnnamed2058(); |
+ o.reasons = buildUnnamed1829(); |
} |
buildCounterCreativeFilteringReasons--; |
return o; |
@@ -725,32 +725,32 @@ checkCreativeFilteringReasons(api.CreativeFilteringReasons o) { |
buildCounterCreativeFilteringReasons++; |
if (buildCounterCreativeFilteringReasons < 3) { |
unittest.expect(o.date, unittest.equals('foo')); |
- checkUnnamed2058(o.reasons); |
+ checkUnnamed1829(o.reasons); |
} |
buildCounterCreativeFilteringReasons--; |
} |
-buildUnnamed2059() { |
+buildUnnamed1830() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2059(core.List<core.String> o) { |
+checkUnnamed1830(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed2060() { |
+buildUnnamed1831() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2060(core.List<core.String> o) { |
+checkUnnamed1831(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -802,14 +802,14 @@ checkCreativeNativeAdImage(api.CreativeNativeAdImage o) { |
buildCounterCreativeNativeAdImage--; |
} |
-buildUnnamed2061() { |
+buildUnnamed1832() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2061(core.List<core.String> o) { |
+checkUnnamed1832(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -851,7 +851,7 @@ buildCreativeNativeAd() { |
o.clickTrackingUrl = "foo"; |
o.headline = "foo"; |
o.image = buildCreativeNativeAdImage(); |
- o.impressionTrackingUrl = buildUnnamed2061(); |
+ o.impressionTrackingUrl = buildUnnamed1832(); |
o.logo = buildCreativeNativeAdLogo(); |
o.price = "foo"; |
o.starRating = 42.0; |
@@ -873,7 +873,7 @@ checkCreativeNativeAd(api.CreativeNativeAd o) { |
unittest.expect(o.clickTrackingUrl, unittest.equals('foo')); |
unittest.expect(o.headline, unittest.equals('foo')); |
checkCreativeNativeAdImage(o.image); |
- checkUnnamed2061(o.impressionTrackingUrl); |
+ checkUnnamed1832(o.impressionTrackingUrl); |
checkCreativeNativeAdLogo(o.logo); |
unittest.expect(o.price, unittest.equals('foo')); |
unittest.expect(o.starRating, unittest.equals(42.0)); |
@@ -883,79 +883,79 @@ checkCreativeNativeAd(api.CreativeNativeAd o) { |
buildCounterCreativeNativeAd--; |
} |
-buildUnnamed2062() { |
+buildUnnamed1833() { |
var o = new core.List<core.int>(); |
o.add(42); |
o.add(42); |
return o; |
} |
-checkUnnamed2062(core.List<core.int> o) { |
+checkUnnamed1833(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)); |
} |
-buildUnnamed2063() { |
+buildUnnamed1834() { |
var o = new core.List<core.int>(); |
o.add(42); |
o.add(42); |
return o; |
} |
-checkUnnamed2063(core.List<core.int> o) { |
+checkUnnamed1834(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)); |
} |
-buildUnnamed2064() { |
+buildUnnamed1835() { |
var o = new core.List<core.int>(); |
o.add(42); |
o.add(42); |
return o; |
} |
-checkUnnamed2064(core.List<core.int> o) { |
+checkUnnamed1835(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)); |
} |
-buildUnnamed2065() { |
+buildUnnamed1836() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2065(core.List<core.String> o) { |
+checkUnnamed1836(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed2066() { |
+buildUnnamed1837() { |
var o = new core.List<core.int>(); |
o.add(42); |
o.add(42); |
return o; |
} |
-checkUnnamed2066(core.List<core.int> o) { |
+checkUnnamed1837(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)); |
} |
-buildUnnamed2067() { |
+buildUnnamed1838() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2067(core.List<core.String> o) { |
+checkUnnamed1838(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -966,10 +966,10 @@ buildCreativeServingRestrictionsContexts() { |
var o = new api.CreativeServingRestrictionsContexts(); |
buildCounterCreativeServingRestrictionsContexts++; |
if (buildCounterCreativeServingRestrictionsContexts < 3) { |
- o.auctionType = buildUnnamed2065(); |
+ o.auctionType = buildUnnamed1836(); |
o.contextType = "foo"; |
- o.geoCriteriaId = buildUnnamed2066(); |
- o.platform = buildUnnamed2067(); |
+ o.geoCriteriaId = buildUnnamed1837(); |
+ o.platform = buildUnnamed1838(); |
} |
buildCounterCreativeServingRestrictionsContexts--; |
return o; |
@@ -978,35 +978,35 @@ buildCreativeServingRestrictionsContexts() { |
checkCreativeServingRestrictionsContexts(api.CreativeServingRestrictionsContexts o) { |
buildCounterCreativeServingRestrictionsContexts++; |
if (buildCounterCreativeServingRestrictionsContexts < 3) { |
- checkUnnamed2065(o.auctionType); |
+ checkUnnamed1836(o.auctionType); |
unittest.expect(o.contextType, unittest.equals('foo')); |
- checkUnnamed2066(o.geoCriteriaId); |
- checkUnnamed2067(o.platform); |
+ checkUnnamed1837(o.geoCriteriaId); |
+ checkUnnamed1838(o.platform); |
} |
buildCounterCreativeServingRestrictionsContexts--; |
} |
-buildUnnamed2068() { |
+buildUnnamed1839() { |
var o = new core.List<api.CreativeServingRestrictionsContexts>(); |
o.add(buildCreativeServingRestrictionsContexts()); |
o.add(buildCreativeServingRestrictionsContexts()); |
return o; |
} |
-checkUnnamed2068(core.List<api.CreativeServingRestrictionsContexts> o) { |
+checkUnnamed1839(core.List<api.CreativeServingRestrictionsContexts> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkCreativeServingRestrictionsContexts(o[0]); |
checkCreativeServingRestrictionsContexts(o[1]); |
} |
-buildUnnamed2069() { |
+buildUnnamed1840() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2069(core.List<core.String> o) { |
+checkUnnamed1840(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -1017,7 +1017,7 @@ buildCreativeServingRestrictionsDisapprovalReasons() { |
var o = new api.CreativeServingRestrictionsDisapprovalReasons(); |
buildCounterCreativeServingRestrictionsDisapprovalReasons++; |
if (buildCounterCreativeServingRestrictionsDisapprovalReasons < 3) { |
- o.details = buildUnnamed2069(); |
+ o.details = buildUnnamed1840(); |
o.reason = "foo"; |
} |
buildCounterCreativeServingRestrictionsDisapprovalReasons--; |
@@ -1027,20 +1027,20 @@ buildCreativeServingRestrictionsDisapprovalReasons() { |
checkCreativeServingRestrictionsDisapprovalReasons(api.CreativeServingRestrictionsDisapprovalReasons o) { |
buildCounterCreativeServingRestrictionsDisapprovalReasons++; |
if (buildCounterCreativeServingRestrictionsDisapprovalReasons < 3) { |
- checkUnnamed2069(o.details); |
+ checkUnnamed1840(o.details); |
unittest.expect(o.reason, unittest.equals('foo')); |
} |
buildCounterCreativeServingRestrictionsDisapprovalReasons--; |
} |
-buildUnnamed2070() { |
+buildUnnamed1841() { |
var o = new core.List<api.CreativeServingRestrictionsDisapprovalReasons>(); |
o.add(buildCreativeServingRestrictionsDisapprovalReasons()); |
o.add(buildCreativeServingRestrictionsDisapprovalReasons()); |
return o; |
} |
-checkUnnamed2070(core.List<api.CreativeServingRestrictionsDisapprovalReasons> o) { |
+checkUnnamed1841(core.List<api.CreativeServingRestrictionsDisapprovalReasons> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkCreativeServingRestrictionsDisapprovalReasons(o[0]); |
checkCreativeServingRestrictionsDisapprovalReasons(o[1]); |
@@ -1051,8 +1051,8 @@ buildCreativeServingRestrictions() { |
var o = new api.CreativeServingRestrictions(); |
buildCounterCreativeServingRestrictions++; |
if (buildCounterCreativeServingRestrictions < 3) { |
- o.contexts = buildUnnamed2068(); |
- o.disapprovalReasons = buildUnnamed2070(); |
+ o.contexts = buildUnnamed1839(); |
+ o.disapprovalReasons = buildUnnamed1841(); |
o.reason = "foo"; |
} |
buildCounterCreativeServingRestrictions--; |
@@ -1062,34 +1062,34 @@ buildCreativeServingRestrictions() { |
checkCreativeServingRestrictions(api.CreativeServingRestrictions o) { |
buildCounterCreativeServingRestrictions++; |
if (buildCounterCreativeServingRestrictions < 3) { |
- checkUnnamed2068(o.contexts); |
- checkUnnamed2070(o.disapprovalReasons); |
+ checkUnnamed1839(o.contexts); |
+ checkUnnamed1841(o.disapprovalReasons); |
unittest.expect(o.reason, unittest.equals('foo')); |
} |
buildCounterCreativeServingRestrictions--; |
} |
-buildUnnamed2071() { |
+buildUnnamed1842() { |
var o = new core.List<api.CreativeServingRestrictions>(); |
o.add(buildCreativeServingRestrictions()); |
o.add(buildCreativeServingRestrictions()); |
return o; |
} |
-checkUnnamed2071(core.List<api.CreativeServingRestrictions> o) { |
+checkUnnamed1842(core.List<api.CreativeServingRestrictions> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkCreativeServingRestrictions(o[0]); |
checkCreativeServingRestrictions(o[1]); |
} |
-buildUnnamed2072() { |
+buildUnnamed1843() { |
var o = new core.List<core.int>(); |
o.add(42); |
o.add(42); |
return o; |
} |
-checkUnnamed2072(core.List<core.int> o) { |
+checkUnnamed1843(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)); |
@@ -1103,28 +1103,28 @@ buildCreative() { |
o.HTMLSnippet = "foo"; |
o.accountId = 42; |
o.adChoicesDestinationUrl = "foo"; |
- o.advertiserId = buildUnnamed2048(); |
+ o.advertiserId = buildUnnamed1819(); |
o.advertiserName = "foo"; |
o.agencyId = "foo"; |
o.apiUploadTimestamp = core.DateTime.parse("2002-02-27T14:01:02"); |
- o.attribute = buildUnnamed2049(); |
+ o.attribute = buildUnnamed1820(); |
o.buyerCreativeId = "foo"; |
- o.clickThroughUrl = buildUnnamed2050(); |
- o.corrections = buildUnnamed2056(); |
+ o.clickThroughUrl = buildUnnamed1821(); |
+ o.corrections = buildUnnamed1827(); |
o.dealsStatus = "foo"; |
- o.detectedDomains = buildUnnamed2057(); |
+ o.detectedDomains = buildUnnamed1828(); |
o.filteringReasons = buildCreativeFilteringReasons(); |
o.height = 42; |
- o.impressionTrackingUrl = buildUnnamed2059(); |
+ o.impressionTrackingUrl = buildUnnamed1830(); |
o.kind = "foo"; |
- o.languages = buildUnnamed2060(); |
+ o.languages = buildUnnamed1831(); |
o.nativeAd = buildCreativeNativeAd(); |
o.openAuctionStatus = "foo"; |
- o.productCategories = buildUnnamed2062(); |
- o.restrictedCategories = buildUnnamed2063(); |
- o.sensitiveCategories = buildUnnamed2064(); |
- o.servingRestrictions = buildUnnamed2071(); |
- o.vendorType = buildUnnamed2072(); |
+ o.productCategories = buildUnnamed1833(); |
+ o.restrictedCategories = buildUnnamed1834(); |
+ o.sensitiveCategories = buildUnnamed1835(); |
+ o.servingRestrictions = buildUnnamed1842(); |
+ o.vendorType = buildUnnamed1843(); |
o.version = 42; |
o.videoURL = "foo"; |
o.width = 42; |
@@ -1139,28 +1139,28 @@ checkCreative(api.Creative o) { |
unittest.expect(o.HTMLSnippet, unittest.equals('foo')); |
unittest.expect(o.accountId, unittest.equals(42)); |
unittest.expect(o.adChoicesDestinationUrl, unittest.equals('foo')); |
- checkUnnamed2048(o.advertiserId); |
+ checkUnnamed1819(o.advertiserId); |
unittest.expect(o.advertiserName, unittest.equals('foo')); |
unittest.expect(o.agencyId, unittest.equals('foo')); |
unittest.expect(o.apiUploadTimestamp, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02"))); |
- checkUnnamed2049(o.attribute); |
+ checkUnnamed1820(o.attribute); |
unittest.expect(o.buyerCreativeId, unittest.equals('foo')); |
- checkUnnamed2050(o.clickThroughUrl); |
- checkUnnamed2056(o.corrections); |
+ checkUnnamed1821(o.clickThroughUrl); |
+ checkUnnamed1827(o.corrections); |
unittest.expect(o.dealsStatus, unittest.equals('foo')); |
- checkUnnamed2057(o.detectedDomains); |
+ checkUnnamed1828(o.detectedDomains); |
checkCreativeFilteringReasons(o.filteringReasons); |
unittest.expect(o.height, unittest.equals(42)); |
- checkUnnamed2059(o.impressionTrackingUrl); |
+ checkUnnamed1830(o.impressionTrackingUrl); |
unittest.expect(o.kind, unittest.equals('foo')); |
- checkUnnamed2060(o.languages); |
+ checkUnnamed1831(o.languages); |
checkCreativeNativeAd(o.nativeAd); |
unittest.expect(o.openAuctionStatus, unittest.equals('foo')); |
- checkUnnamed2062(o.productCategories); |
- checkUnnamed2063(o.restrictedCategories); |
- checkUnnamed2064(o.sensitiveCategories); |
- checkUnnamed2071(o.servingRestrictions); |
- checkUnnamed2072(o.vendorType); |
+ checkUnnamed1833(o.productCategories); |
+ checkUnnamed1834(o.restrictedCategories); |
+ checkUnnamed1835(o.sensitiveCategories); |
+ checkUnnamed1842(o.servingRestrictions); |
+ checkUnnamed1843(o.vendorType); |
unittest.expect(o.version, unittest.equals(42)); |
unittest.expect(o.videoURL, unittest.equals('foo')); |
unittest.expect(o.width, unittest.equals(42)); |
@@ -1191,14 +1191,14 @@ checkCreativeDealIdsDealStatuses(api.CreativeDealIdsDealStatuses o) { |
buildCounterCreativeDealIdsDealStatuses--; |
} |
-buildUnnamed2073() { |
+buildUnnamed1844() { |
var o = new core.List<api.CreativeDealIdsDealStatuses>(); |
o.add(buildCreativeDealIdsDealStatuses()); |
o.add(buildCreativeDealIdsDealStatuses()); |
return o; |
} |
-checkUnnamed2073(core.List<api.CreativeDealIdsDealStatuses> o) { |
+checkUnnamed1844(core.List<api.CreativeDealIdsDealStatuses> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkCreativeDealIdsDealStatuses(o[0]); |
checkCreativeDealIdsDealStatuses(o[1]); |
@@ -1209,7 +1209,7 @@ buildCreativeDealIds() { |
var o = new api.CreativeDealIds(); |
buildCounterCreativeDealIds++; |
if (buildCounterCreativeDealIds < 3) { |
- o.dealStatuses = buildUnnamed2073(); |
+ o.dealStatuses = buildUnnamed1844(); |
o.kind = "foo"; |
} |
buildCounterCreativeDealIds--; |
@@ -1219,20 +1219,20 @@ buildCreativeDealIds() { |
checkCreativeDealIds(api.CreativeDealIds o) { |
buildCounterCreativeDealIds++; |
if (buildCounterCreativeDealIds < 3) { |
- checkUnnamed2073(o.dealStatuses); |
+ checkUnnamed1844(o.dealStatuses); |
unittest.expect(o.kind, unittest.equals('foo')); |
} |
buildCounterCreativeDealIds--; |
} |
-buildUnnamed2074() { |
+buildUnnamed1845() { |
var o = new core.List<api.Creative>(); |
o.add(buildCreative()); |
o.add(buildCreative()); |
return o; |
} |
-checkUnnamed2074(core.List<api.Creative> o) { |
+checkUnnamed1845(core.List<api.Creative> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkCreative(o[0]); |
checkCreative(o[1]); |
@@ -1243,7 +1243,7 @@ buildCreativesList() { |
var o = new api.CreativesList(); |
buildCounterCreativesList++; |
if (buildCounterCreativesList < 3) { |
- o.items = buildUnnamed2074(); |
+ o.items = buildUnnamed1845(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
} |
@@ -1254,7 +1254,7 @@ buildCreativesList() { |
checkCreativesList(api.CreativesList o) { |
buildCounterCreativesList++; |
if (buildCounterCreativesList < 3) { |
- checkUnnamed2074(o.items); |
+ checkUnnamed1845(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
@@ -1344,14 +1344,14 @@ checkDealTerms(api.DealTerms o) { |
buildCounterDealTerms--; |
} |
-buildUnnamed2075() { |
+buildUnnamed1846() { |
var o = new core.List<api.PricePerBuyer>(); |
o.add(buildPricePerBuyer()); |
o.add(buildPricePerBuyer()); |
return o; |
} |
-checkUnnamed2075(core.List<api.PricePerBuyer> o) { |
+checkUnnamed1846(core.List<api.PricePerBuyer> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPricePerBuyer(o[0]); |
checkPricePerBuyer(o[1]); |
@@ -1363,7 +1363,7 @@ buildDealTermsGuaranteedFixedPriceTerms() { |
buildCounterDealTermsGuaranteedFixedPriceTerms++; |
if (buildCounterDealTermsGuaranteedFixedPriceTerms < 3) { |
o.billingInfo = buildDealTermsGuaranteedFixedPriceTermsBillingInfo(); |
- o.fixedPrices = buildUnnamed2075(); |
+ o.fixedPrices = buildUnnamed1846(); |
o.guaranteedImpressions = "foo"; |
o.guaranteedLooks = "foo"; |
o.minimumDailyLooks = "foo"; |
@@ -1376,7 +1376,7 @@ checkDealTermsGuaranteedFixedPriceTerms(api.DealTermsGuaranteedFixedPriceTerms o |
buildCounterDealTermsGuaranteedFixedPriceTerms++; |
if (buildCounterDealTermsGuaranteedFixedPriceTerms < 3) { |
checkDealTermsGuaranteedFixedPriceTermsBillingInfo(o.billingInfo); |
- checkUnnamed2075(o.fixedPrices); |
+ checkUnnamed1846(o.fixedPrices); |
unittest.expect(o.guaranteedImpressions, unittest.equals('foo')); |
unittest.expect(o.guaranteedLooks, unittest.equals('foo')); |
unittest.expect(o.minimumDailyLooks, unittest.equals('foo')); |
@@ -1409,14 +1409,14 @@ checkDealTermsGuaranteedFixedPriceTermsBillingInfo(api.DealTermsGuaranteedFixedP |
buildCounterDealTermsGuaranteedFixedPriceTermsBillingInfo--; |
} |
-buildUnnamed2076() { |
+buildUnnamed1847() { |
var o = new core.List<api.PricePerBuyer>(); |
o.add(buildPricePerBuyer()); |
o.add(buildPricePerBuyer()); |
return o; |
} |
-checkUnnamed2076(core.List<api.PricePerBuyer> o) { |
+checkUnnamed1847(core.List<api.PricePerBuyer> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPricePerBuyer(o[0]); |
checkPricePerBuyer(o[1]); |
@@ -1428,7 +1428,7 @@ buildDealTermsNonGuaranteedAuctionTerms() { |
buildCounterDealTermsNonGuaranteedAuctionTerms++; |
if (buildCounterDealTermsNonGuaranteedAuctionTerms < 3) { |
o.autoOptimizePrivateAuction = true; |
- o.reservePricePerBuyers = buildUnnamed2076(); |
+ o.reservePricePerBuyers = buildUnnamed1847(); |
} |
buildCounterDealTermsNonGuaranteedAuctionTerms--; |
return o; |
@@ -1438,19 +1438,19 @@ checkDealTermsNonGuaranteedAuctionTerms(api.DealTermsNonGuaranteedAuctionTerms o |
buildCounterDealTermsNonGuaranteedAuctionTerms++; |
if (buildCounterDealTermsNonGuaranteedAuctionTerms < 3) { |
unittest.expect(o.autoOptimizePrivateAuction, unittest.isTrue); |
- checkUnnamed2076(o.reservePricePerBuyers); |
+ checkUnnamed1847(o.reservePricePerBuyers); |
} |
buildCounterDealTermsNonGuaranteedAuctionTerms--; |
} |
-buildUnnamed2077() { |
+buildUnnamed1848() { |
var o = new core.List<api.PricePerBuyer>(); |
o.add(buildPricePerBuyer()); |
o.add(buildPricePerBuyer()); |
return o; |
} |
-checkUnnamed2077(core.List<api.PricePerBuyer> o) { |
+checkUnnamed1848(core.List<api.PricePerBuyer> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPricePerBuyer(o[0]); |
checkPricePerBuyer(o[1]); |
@@ -1461,7 +1461,7 @@ buildDealTermsNonGuaranteedFixedPriceTerms() { |
var o = new api.DealTermsNonGuaranteedFixedPriceTerms(); |
buildCounterDealTermsNonGuaranteedFixedPriceTerms++; |
if (buildCounterDealTermsNonGuaranteedFixedPriceTerms < 3) { |
- o.fixedPrices = buildUnnamed2077(); |
+ o.fixedPrices = buildUnnamed1848(); |
} |
buildCounterDealTermsNonGuaranteedFixedPriceTerms--; |
return o; |
@@ -1470,7 +1470,7 @@ buildDealTermsNonGuaranteedFixedPriceTerms() { |
checkDealTermsNonGuaranteedFixedPriceTerms(api.DealTermsNonGuaranteedFixedPriceTerms o) { |
buildCounterDealTermsNonGuaranteedFixedPriceTerms++; |
if (buildCounterDealTermsNonGuaranteedFixedPriceTerms < 3) { |
- checkUnnamed2077(o.fixedPrices); |
+ checkUnnamed1848(o.fixedPrices); |
} |
buildCounterDealTermsNonGuaranteedFixedPriceTerms--; |
} |
@@ -1496,14 +1496,14 @@ checkDealTermsRubiconNonGuaranteedTerms(api.DealTermsRubiconNonGuaranteedTerms o |
buildCounterDealTermsRubiconNonGuaranteedTerms--; |
} |
-buildUnnamed2078() { |
+buildUnnamed1849() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2078(core.List<core.String> o) { |
+checkUnnamed1849(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -1514,7 +1514,7 @@ buildDeleteOrderDealsRequest() { |
var o = new api.DeleteOrderDealsRequest(); |
buildCounterDeleteOrderDealsRequest++; |
if (buildCounterDeleteOrderDealsRequest < 3) { |
- o.dealIds = buildUnnamed2078(); |
+ o.dealIds = buildUnnamed1849(); |
o.proposalRevisionNumber = "foo"; |
o.updateAction = "foo"; |
} |
@@ -1525,21 +1525,21 @@ buildDeleteOrderDealsRequest() { |
checkDeleteOrderDealsRequest(api.DeleteOrderDealsRequest o) { |
buildCounterDeleteOrderDealsRequest++; |
if (buildCounterDeleteOrderDealsRequest < 3) { |
- checkUnnamed2078(o.dealIds); |
+ checkUnnamed1849(o.dealIds); |
unittest.expect(o.proposalRevisionNumber, unittest.equals('foo')); |
unittest.expect(o.updateAction, unittest.equals('foo')); |
} |
buildCounterDeleteOrderDealsRequest--; |
} |
-buildUnnamed2079() { |
+buildUnnamed1850() { |
var o = new core.List<api.MarketplaceDeal>(); |
o.add(buildMarketplaceDeal()); |
o.add(buildMarketplaceDeal()); |
return o; |
} |
-checkUnnamed2079(core.List<api.MarketplaceDeal> o) { |
+checkUnnamed1850(core.List<api.MarketplaceDeal> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkMarketplaceDeal(o[0]); |
checkMarketplaceDeal(o[1]); |
@@ -1550,7 +1550,7 @@ buildDeleteOrderDealsResponse() { |
var o = new api.DeleteOrderDealsResponse(); |
buildCounterDeleteOrderDealsResponse++; |
if (buildCounterDeleteOrderDealsResponse < 3) { |
- o.deals = buildUnnamed2079(); |
+ o.deals = buildUnnamed1850(); |
o.proposalRevisionNumber = "foo"; |
} |
buildCounterDeleteOrderDealsResponse--; |
@@ -1560,20 +1560,20 @@ buildDeleteOrderDealsResponse() { |
checkDeleteOrderDealsResponse(api.DeleteOrderDealsResponse o) { |
buildCounterDeleteOrderDealsResponse++; |
if (buildCounterDeleteOrderDealsResponse < 3) { |
- checkUnnamed2079(o.deals); |
+ checkUnnamed1850(o.deals); |
unittest.expect(o.proposalRevisionNumber, unittest.equals('foo')); |
} |
buildCounterDeleteOrderDealsResponse--; |
} |
-buildUnnamed2080() { |
+buildUnnamed1851() { |
var o = new core.List<api.DeliveryControlFrequencyCap>(); |
o.add(buildDeliveryControlFrequencyCap()); |
o.add(buildDeliveryControlFrequencyCap()); |
return o; |
} |
-checkUnnamed2080(core.List<api.DeliveryControlFrequencyCap> o) { |
+checkUnnamed1851(core.List<api.DeliveryControlFrequencyCap> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkDeliveryControlFrequencyCap(o[0]); |
checkDeliveryControlFrequencyCap(o[1]); |
@@ -1586,7 +1586,7 @@ buildDeliveryControl() { |
if (buildCounterDeliveryControl < 3) { |
o.creativeBlockingLevel = "foo"; |
o.deliveryRateType = "foo"; |
- o.frequencyCaps = buildUnnamed2080(); |
+ o.frequencyCaps = buildUnnamed1851(); |
} |
buildCounterDeliveryControl--; |
return o; |
@@ -1597,7 +1597,7 @@ checkDeliveryControl(api.DeliveryControl o) { |
if (buildCounterDeliveryControl < 3) { |
unittest.expect(o.creativeBlockingLevel, unittest.equals('foo')); |
unittest.expect(o.deliveryRateType, unittest.equals('foo')); |
- checkUnnamed2080(o.frequencyCaps); |
+ checkUnnamed1851(o.frequencyCaps); |
} |
buildCounterDeliveryControl--; |
} |
@@ -1625,14 +1625,14 @@ checkDeliveryControlFrequencyCap(api.DeliveryControlFrequencyCap o) { |
buildCounterDeliveryControlFrequencyCap--; |
} |
-buildUnnamed2081() { |
+buildUnnamed1852() { |
var o = new core.List<api.DimensionDimensionValue>(); |
o.add(buildDimensionDimensionValue()); |
o.add(buildDimensionDimensionValue()); |
return o; |
} |
-checkUnnamed2081(core.List<api.DimensionDimensionValue> o) { |
+checkUnnamed1852(core.List<api.DimensionDimensionValue> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkDimensionDimensionValue(o[0]); |
checkDimensionDimensionValue(o[1]); |
@@ -1644,7 +1644,7 @@ buildDimension() { |
buildCounterDimension++; |
if (buildCounterDimension < 3) { |
o.dimensionType = "foo"; |
- o.dimensionValues = buildUnnamed2081(); |
+ o.dimensionValues = buildUnnamed1852(); |
} |
buildCounterDimension--; |
return o; |
@@ -1654,7 +1654,7 @@ checkDimension(api.Dimension o) { |
buildCounterDimension++; |
if (buildCounterDimension < 3) { |
unittest.expect(o.dimensionType, unittest.equals('foo')); |
- checkUnnamed2081(o.dimensionValues); |
+ checkUnnamed1852(o.dimensionValues); |
} |
buildCounterDimension--; |
} |
@@ -1682,14 +1682,14 @@ checkDimensionDimensionValue(api.DimensionDimensionValue o) { |
buildCounterDimensionDimensionValue--; |
} |
-buildUnnamed2082() { |
+buildUnnamed1853() { |
var o = new core.List<api.MarketplaceDeal>(); |
o.add(buildMarketplaceDeal()); |
o.add(buildMarketplaceDeal()); |
return o; |
} |
-checkUnnamed2082(core.List<api.MarketplaceDeal> o) { |
+checkUnnamed1853(core.List<api.MarketplaceDeal> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkMarketplaceDeal(o[0]); |
checkMarketplaceDeal(o[1]); |
@@ -1700,7 +1700,7 @@ buildEditAllOrderDealsRequest() { |
var o = new api.EditAllOrderDealsRequest(); |
buildCounterEditAllOrderDealsRequest++; |
if (buildCounterEditAllOrderDealsRequest < 3) { |
- o.deals = buildUnnamed2082(); |
+ o.deals = buildUnnamed1853(); |
o.proposal = buildProposal(); |
o.proposalRevisionNumber = "foo"; |
o.updateAction = "foo"; |
@@ -1712,7 +1712,7 @@ buildEditAllOrderDealsRequest() { |
checkEditAllOrderDealsRequest(api.EditAllOrderDealsRequest o) { |
buildCounterEditAllOrderDealsRequest++; |
if (buildCounterEditAllOrderDealsRequest < 3) { |
- checkUnnamed2082(o.deals); |
+ checkUnnamed1853(o.deals); |
checkProposal(o.proposal); |
unittest.expect(o.proposalRevisionNumber, unittest.equals('foo')); |
unittest.expect(o.updateAction, unittest.equals('foo')); |
@@ -1720,14 +1720,14 @@ checkEditAllOrderDealsRequest(api.EditAllOrderDealsRequest o) { |
buildCounterEditAllOrderDealsRequest--; |
} |
-buildUnnamed2083() { |
+buildUnnamed1854() { |
var o = new core.List<api.MarketplaceDeal>(); |
o.add(buildMarketplaceDeal()); |
o.add(buildMarketplaceDeal()); |
return o; |
} |
-checkUnnamed2083(core.List<api.MarketplaceDeal> o) { |
+checkUnnamed1854(core.List<api.MarketplaceDeal> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkMarketplaceDeal(o[0]); |
checkMarketplaceDeal(o[1]); |
@@ -1738,7 +1738,7 @@ buildEditAllOrderDealsResponse() { |
var o = new api.EditAllOrderDealsResponse(); |
buildCounterEditAllOrderDealsResponse++; |
if (buildCounterEditAllOrderDealsResponse < 3) { |
- o.deals = buildUnnamed2083(); |
+ o.deals = buildUnnamed1854(); |
o.orderRevisionNumber = "foo"; |
} |
buildCounterEditAllOrderDealsResponse--; |
@@ -1748,20 +1748,20 @@ buildEditAllOrderDealsResponse() { |
checkEditAllOrderDealsResponse(api.EditAllOrderDealsResponse o) { |
buildCounterEditAllOrderDealsResponse++; |
if (buildCounterEditAllOrderDealsResponse < 3) { |
- checkUnnamed2083(o.deals); |
+ checkUnnamed1854(o.deals); |
unittest.expect(o.orderRevisionNumber, unittest.equals('foo')); |
} |
buildCounterEditAllOrderDealsResponse--; |
} |
-buildUnnamed2084() { |
+buildUnnamed1855() { |
var o = new core.List<api.Product>(); |
o.add(buildProduct()); |
o.add(buildProduct()); |
return o; |
} |
-checkUnnamed2084(core.List<api.Product> o) { |
+checkUnnamed1855(core.List<api.Product> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkProduct(o[0]); |
checkProduct(o[1]); |
@@ -1772,7 +1772,7 @@ buildGetOffersResponse() { |
var o = new api.GetOffersResponse(); |
buildCounterGetOffersResponse++; |
if (buildCounterGetOffersResponse < 3) { |
- o.products = buildUnnamed2084(); |
+ o.products = buildUnnamed1855(); |
} |
buildCounterGetOffersResponse--; |
return o; |
@@ -1781,19 +1781,19 @@ buildGetOffersResponse() { |
checkGetOffersResponse(api.GetOffersResponse o) { |
buildCounterGetOffersResponse++; |
if (buildCounterGetOffersResponse < 3) { |
- checkUnnamed2084(o.products); |
+ checkUnnamed1855(o.products); |
} |
buildCounterGetOffersResponse--; |
} |
-buildUnnamed2085() { |
+buildUnnamed1856() { |
var o = new core.List<api.MarketplaceDeal>(); |
o.add(buildMarketplaceDeal()); |
o.add(buildMarketplaceDeal()); |
return o; |
} |
-checkUnnamed2085(core.List<api.MarketplaceDeal> o) { |
+checkUnnamed1856(core.List<api.MarketplaceDeal> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkMarketplaceDeal(o[0]); |
checkMarketplaceDeal(o[1]); |
@@ -1804,7 +1804,7 @@ buildGetOrderDealsResponse() { |
var o = new api.GetOrderDealsResponse(); |
buildCounterGetOrderDealsResponse++; |
if (buildCounterGetOrderDealsResponse < 3) { |
- o.deals = buildUnnamed2085(); |
+ o.deals = buildUnnamed1856(); |
} |
buildCounterGetOrderDealsResponse--; |
return o; |
@@ -1813,19 +1813,19 @@ buildGetOrderDealsResponse() { |
checkGetOrderDealsResponse(api.GetOrderDealsResponse o) { |
buildCounterGetOrderDealsResponse++; |
if (buildCounterGetOrderDealsResponse < 3) { |
- checkUnnamed2085(o.deals); |
+ checkUnnamed1856(o.deals); |
} |
buildCounterGetOrderDealsResponse--; |
} |
-buildUnnamed2086() { |
+buildUnnamed1857() { |
var o = new core.List<api.MarketplaceNote>(); |
o.add(buildMarketplaceNote()); |
o.add(buildMarketplaceNote()); |
return o; |
} |
-checkUnnamed2086(core.List<api.MarketplaceNote> o) { |
+checkUnnamed1857(core.List<api.MarketplaceNote> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkMarketplaceNote(o[0]); |
checkMarketplaceNote(o[1]); |
@@ -1836,7 +1836,7 @@ buildGetOrderNotesResponse() { |
var o = new api.GetOrderNotesResponse(); |
buildCounterGetOrderNotesResponse++; |
if (buildCounterGetOrderNotesResponse < 3) { |
- o.notes = buildUnnamed2086(); |
+ o.notes = buildUnnamed1857(); |
} |
buildCounterGetOrderNotesResponse--; |
return o; |
@@ -1845,19 +1845,19 @@ buildGetOrderNotesResponse() { |
checkGetOrderNotesResponse(api.GetOrderNotesResponse o) { |
buildCounterGetOrderNotesResponse++; |
if (buildCounterGetOrderNotesResponse < 3) { |
- checkUnnamed2086(o.notes); |
+ checkUnnamed1857(o.notes); |
} |
buildCounterGetOrderNotesResponse--; |
} |
-buildUnnamed2087() { |
+buildUnnamed1858() { |
var o = new core.List<api.Proposal>(); |
o.add(buildProposal()); |
o.add(buildProposal()); |
return o; |
} |
-checkUnnamed2087(core.List<api.Proposal> o) { |
+checkUnnamed1858(core.List<api.Proposal> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkProposal(o[0]); |
checkProposal(o[1]); |
@@ -1868,7 +1868,7 @@ buildGetOrdersResponse() { |
var o = new api.GetOrdersResponse(); |
buildCounterGetOrdersResponse++; |
if (buildCounterGetOrdersResponse < 3) { |
- o.proposals = buildUnnamed2087(); |
+ o.proposals = buildUnnamed1858(); |
} |
buildCounterGetOrdersResponse--; |
return o; |
@@ -1877,19 +1877,19 @@ buildGetOrdersResponse() { |
checkGetOrdersResponse(api.GetOrdersResponse o) { |
buildCounterGetOrdersResponse++; |
if (buildCounterGetOrdersResponse < 3) { |
- checkUnnamed2087(o.proposals); |
+ checkUnnamed1858(o.proposals); |
} |
buildCounterGetOrdersResponse--; |
} |
-buildUnnamed2088() { |
+buildUnnamed1859() { |
var o = new core.List<api.PublisherProfileApiProto>(); |
o.add(buildPublisherProfileApiProto()); |
o.add(buildPublisherProfileApiProto()); |
return o; |
} |
-checkUnnamed2088(core.List<api.PublisherProfileApiProto> o) { |
+checkUnnamed1859(core.List<api.PublisherProfileApiProto> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPublisherProfileApiProto(o[0]); |
checkPublisherProfileApiProto(o[1]); |
@@ -1900,7 +1900,7 @@ buildGetPublisherProfilesByAccountIdResponse() { |
var o = new api.GetPublisherProfilesByAccountIdResponse(); |
buildCounterGetPublisherProfilesByAccountIdResponse++; |
if (buildCounterGetPublisherProfilesByAccountIdResponse < 3) { |
- o.profiles = buildUnnamed2088(); |
+ o.profiles = buildUnnamed1859(); |
} |
buildCounterGetPublisherProfilesByAccountIdResponse--; |
return o; |
@@ -1909,32 +1909,32 @@ buildGetPublisherProfilesByAccountIdResponse() { |
checkGetPublisherProfilesByAccountIdResponse(api.GetPublisherProfilesByAccountIdResponse o) { |
buildCounterGetPublisherProfilesByAccountIdResponse++; |
if (buildCounterGetPublisherProfilesByAccountIdResponse < 3) { |
- checkUnnamed2088(o.profiles); |
+ checkUnnamed1859(o.profiles); |
} |
buildCounterGetPublisherProfilesByAccountIdResponse--; |
} |
-buildUnnamed2089() { |
+buildUnnamed1860() { |
var o = new core.List<api.ContactInformation>(); |
o.add(buildContactInformation()); |
o.add(buildContactInformation()); |
return o; |
} |
-checkUnnamed2089(core.List<api.ContactInformation> o) { |
+checkUnnamed1860(core.List<api.ContactInformation> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkContactInformation(o[0]); |
checkContactInformation(o[1]); |
} |
-buildUnnamed2090() { |
+buildUnnamed1861() { |
var o = new core.List<api.SharedTargeting>(); |
o.add(buildSharedTargeting()); |
o.add(buildSharedTargeting()); |
return o; |
} |
-checkUnnamed2090(core.List<api.SharedTargeting> o) { |
+checkUnnamed1861(core.List<api.SharedTargeting> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkSharedTargeting(o[0]); |
checkSharedTargeting(o[1]); |
@@ -1964,8 +1964,8 @@ buildMarketplaceDeal() { |
o.productRevisionNumber = "foo"; |
o.programmaticCreativeSource = "foo"; |
o.proposalId = "foo"; |
- o.sellerContacts = buildUnnamed2089(); |
- o.sharedTargetings = buildUnnamed2090(); |
+ o.sellerContacts = buildUnnamed1860(); |
+ o.sharedTargetings = buildUnnamed1861(); |
o.syndicationProduct = "foo"; |
o.terms = buildDealTerms(); |
o.webPropertyCode = "foo"; |
@@ -1996,8 +1996,8 @@ checkMarketplaceDeal(api.MarketplaceDeal o) { |
unittest.expect(o.productRevisionNumber, unittest.equals('foo')); |
unittest.expect(o.programmaticCreativeSource, unittest.equals('foo')); |
unittest.expect(o.proposalId, unittest.equals('foo')); |
- checkUnnamed2089(o.sellerContacts); |
- checkUnnamed2090(o.sharedTargetings); |
+ checkUnnamed1860(o.sellerContacts); |
+ checkUnnamed1861(o.sharedTargetings); |
unittest.expect(o.syndicationProduct, unittest.equals('foo')); |
checkDealTerms(o.terms); |
unittest.expect(o.webPropertyCode, unittest.equals('foo')); |
@@ -2084,53 +2084,53 @@ checkMarketplaceNote(api.MarketplaceNote o) { |
buildCounterMarketplaceNote--; |
} |
-buildUnnamed2091() { |
+buildUnnamed1862() { |
var o = new core.List<core.Object>(); |
o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'}); |
o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'}); |
return o; |
} |
-checkUnnamed2091(core.List<core.Object> o) { |
+checkUnnamed1862(core.List<core.Object> o) { |
unittest.expect(o, unittest.hasLength(2)); |
var casted1 = (o[0]) as core.Map; unittest.expect(casted1, unittest.hasLength(3)); unittest.expect(casted1["list"], unittest.equals([1, 2, 3])); unittest.expect(casted1["bool"], unittest.equals(true)); unittest.expect(casted1["string"], unittest.equals('foo')); |
var casted2 = (o[1]) as core.Map; unittest.expect(casted2, unittest.hasLength(3)); unittest.expect(casted2["list"], unittest.equals([1, 2, 3])); unittest.expect(casted2["bool"], unittest.equals(true)); unittest.expect(casted2["string"], unittest.equals('foo')); |
} |
-buildUnnamed2092() { |
+buildUnnamed1863() { |
var o = new core.List<core.Object>(); |
o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'}); |
o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'}); |
return o; |
} |
-checkUnnamed2092(core.List<core.Object> o) { |
+checkUnnamed1863(core.List<core.Object> o) { |
unittest.expect(o, unittest.hasLength(2)); |
var casted3 = (o[0]) as core.Map; unittest.expect(casted3, unittest.hasLength(3)); unittest.expect(casted3["list"], unittest.equals([1, 2, 3])); unittest.expect(casted3["bool"], unittest.equals(true)); unittest.expect(casted3["string"], unittest.equals('foo')); |
var casted4 = (o[1]) as core.Map; unittest.expect(casted4, unittest.hasLength(3)); unittest.expect(casted4["list"], unittest.equals([1, 2, 3])); unittest.expect(casted4["bool"], unittest.equals(true)); unittest.expect(casted4["string"], unittest.equals('foo')); |
} |
-buildUnnamed2093() { |
+buildUnnamed1864() { |
var o = new core.List<core.Object>(); |
o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'}); |
o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'}); |
return o; |
} |
-checkUnnamed2093(core.List<core.Object> o) { |
+checkUnnamed1864(core.List<core.Object> o) { |
unittest.expect(o, unittest.hasLength(2)); |
var casted5 = (o[0]) as core.Map; unittest.expect(casted5, unittest.hasLength(3)); unittest.expect(casted5["list"], unittest.equals([1, 2, 3])); unittest.expect(casted5["bool"], unittest.equals(true)); unittest.expect(casted5["string"], unittest.equals('foo')); |
var casted6 = (o[1]) as core.Map; unittest.expect(casted6, unittest.hasLength(3)); unittest.expect(casted6["list"], unittest.equals([1, 2, 3])); unittest.expect(casted6["bool"], unittest.equals(true)); unittest.expect(casted6["string"], unittest.equals('foo')); |
} |
-buildUnnamed2094() { |
+buildUnnamed1865() { |
var o = new core.List<core.Object>(); |
o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'}); |
o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'}); |
return o; |
} |
-checkUnnamed2094(core.List<core.Object> o) { |
+checkUnnamed1865(core.List<core.Object> o) { |
unittest.expect(o, unittest.hasLength(2)); |
var casted7 = (o[0]) as core.Map; unittest.expect(casted7, unittest.hasLength(3)); unittest.expect(casted7["list"], unittest.equals([1, 2, 3])); unittest.expect(casted7["bool"], unittest.equals(true)); unittest.expect(casted7["string"], unittest.equals('foo')); |
var casted8 = (o[1]) as core.Map; unittest.expect(casted8, unittest.hasLength(3)); unittest.expect(casted8["list"], unittest.equals([1, 2, 3])); unittest.expect(casted8["bool"], unittest.equals(true)); unittest.expect(casted8["string"], unittest.equals('foo')); |
@@ -2143,11 +2143,11 @@ buildPerformanceReport() { |
if (buildCounterPerformanceReport < 3) { |
o.bidRate = 42.0; |
o.bidRequestRate = 42.0; |
- o.calloutStatusRate = buildUnnamed2091(); |
- o.cookieMatcherStatusRate = buildUnnamed2092(); |
- o.creativeStatusRate = buildUnnamed2093(); |
+ o.calloutStatusRate = buildUnnamed1862(); |
+ o.cookieMatcherStatusRate = buildUnnamed1863(); |
+ o.creativeStatusRate = buildUnnamed1864(); |
o.filteredBidRate = 42.0; |
- o.hostedMatchStatusRate = buildUnnamed2094(); |
+ o.hostedMatchStatusRate = buildUnnamed1865(); |
o.inventoryMatchRate = 42.0; |
o.kind = "foo"; |
o.latency50thPercentile = 42.0; |
@@ -2173,11 +2173,11 @@ checkPerformanceReport(api.PerformanceReport o) { |
if (buildCounterPerformanceReport < 3) { |
unittest.expect(o.bidRate, unittest.equals(42.0)); |
unittest.expect(o.bidRequestRate, unittest.equals(42.0)); |
- checkUnnamed2091(o.calloutStatusRate); |
- checkUnnamed2092(o.cookieMatcherStatusRate); |
- checkUnnamed2093(o.creativeStatusRate); |
+ checkUnnamed1862(o.calloutStatusRate); |
+ checkUnnamed1863(o.cookieMatcherStatusRate); |
+ checkUnnamed1864(o.creativeStatusRate); |
unittest.expect(o.filteredBidRate, unittest.equals(42.0)); |
- checkUnnamed2094(o.hostedMatchStatusRate); |
+ checkUnnamed1865(o.hostedMatchStatusRate); |
unittest.expect(o.inventoryMatchRate, unittest.equals(42.0)); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.latency50thPercentile, unittest.equals(42.0)); |
@@ -2197,14 +2197,14 @@ checkPerformanceReport(api.PerformanceReport o) { |
buildCounterPerformanceReport--; |
} |
-buildUnnamed2095() { |
+buildUnnamed1866() { |
var o = new core.List<api.PerformanceReport>(); |
o.add(buildPerformanceReport()); |
o.add(buildPerformanceReport()); |
return o; |
} |
-checkUnnamed2095(core.List<api.PerformanceReport> o) { |
+checkUnnamed1866(core.List<api.PerformanceReport> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPerformanceReport(o[0]); |
checkPerformanceReport(o[1]); |
@@ -2216,7 +2216,7 @@ buildPerformanceReportList() { |
buildCounterPerformanceReportList++; |
if (buildCounterPerformanceReportList < 3) { |
o.kind = "foo"; |
- o.performanceReport = buildUnnamed2095(); |
+ o.performanceReport = buildUnnamed1866(); |
} |
buildCounterPerformanceReportList--; |
return o; |
@@ -2226,19 +2226,19 @@ checkPerformanceReportList(api.PerformanceReportList o) { |
buildCounterPerformanceReportList++; |
if (buildCounterPerformanceReportList < 3) { |
unittest.expect(o.kind, unittest.equals('foo')); |
- checkUnnamed2095(o.performanceReport); |
+ checkUnnamed1866(o.performanceReport); |
} |
buildCounterPerformanceReportList--; |
} |
-buildUnnamed2096() { |
+buildUnnamed1867() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2096(core.List<core.String> o) { |
+checkUnnamed1867(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -2265,40 +2265,40 @@ checkPretargetingConfigDimensions(api.PretargetingConfigDimensions o) { |
buildCounterPretargetingConfigDimensions--; |
} |
-buildUnnamed2097() { |
+buildUnnamed1868() { |
var o = new core.List<api.PretargetingConfigDimensions>(); |
o.add(buildPretargetingConfigDimensions()); |
o.add(buildPretargetingConfigDimensions()); |
return o; |
} |
-checkUnnamed2097(core.List<api.PretargetingConfigDimensions> o) { |
+checkUnnamed1868(core.List<api.PretargetingConfigDimensions> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPretargetingConfigDimensions(o[0]); |
checkPretargetingConfigDimensions(o[1]); |
} |
-buildUnnamed2098() { |
+buildUnnamed1869() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2098(core.List<core.String> o) { |
+checkUnnamed1869(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed2099() { |
+buildUnnamed1870() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2099(core.List<core.String> o) { |
+checkUnnamed1870(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -2325,105 +2325,105 @@ checkPretargetingConfigExcludedPlacements(api.PretargetingConfigExcludedPlacemen |
buildCounterPretargetingConfigExcludedPlacements--; |
} |
-buildUnnamed2100() { |
+buildUnnamed1871() { |
var o = new core.List<api.PretargetingConfigExcludedPlacements>(); |
o.add(buildPretargetingConfigExcludedPlacements()); |
o.add(buildPretargetingConfigExcludedPlacements()); |
return o; |
} |
-checkUnnamed2100(core.List<api.PretargetingConfigExcludedPlacements> o) { |
+checkUnnamed1871(core.List<api.PretargetingConfigExcludedPlacements> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPretargetingConfigExcludedPlacements(o[0]); |
checkPretargetingConfigExcludedPlacements(o[1]); |
} |
-buildUnnamed2101() { |
+buildUnnamed1872() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2101(core.List<core.String> o) { |
+checkUnnamed1872(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed2102() { |
+buildUnnamed1873() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2102(core.List<core.String> o) { |
+checkUnnamed1873(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed2103() { |
+buildUnnamed1874() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2103(core.List<core.String> o) { |
+checkUnnamed1874(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed2104() { |
+buildUnnamed1875() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2104(core.List<core.String> o) { |
+checkUnnamed1875(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed2105() { |
+buildUnnamed1876() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2105(core.List<core.String> o) { |
+checkUnnamed1876(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed2106() { |
+buildUnnamed1877() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2106(core.List<core.String> o) { |
+checkUnnamed1877(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed2107() { |
+buildUnnamed1878() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2107(core.List<core.String> o) { |
+checkUnnamed1878(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -2450,92 +2450,92 @@ checkPretargetingConfigPlacements(api.PretargetingConfigPlacements o) { |
buildCounterPretargetingConfigPlacements--; |
} |
-buildUnnamed2108() { |
+buildUnnamed1879() { |
var o = new core.List<api.PretargetingConfigPlacements>(); |
o.add(buildPretargetingConfigPlacements()); |
o.add(buildPretargetingConfigPlacements()); |
return o; |
} |
-checkUnnamed2108(core.List<api.PretargetingConfigPlacements> o) { |
+checkUnnamed1879(core.List<api.PretargetingConfigPlacements> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPretargetingConfigPlacements(o[0]); |
checkPretargetingConfigPlacements(o[1]); |
} |
-buildUnnamed2109() { |
+buildUnnamed1880() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2109(core.List<core.String> o) { |
+checkUnnamed1880(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed2110() { |
+buildUnnamed1881() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2110(core.List<core.String> o) { |
+checkUnnamed1881(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed2111() { |
+buildUnnamed1882() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2111(core.List<core.String> o) { |
+checkUnnamed1882(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed2112() { |
+buildUnnamed1883() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2112(core.List<core.String> o) { |
+checkUnnamed1883(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed2113() { |
+buildUnnamed1884() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2113(core.List<core.String> o) { |
+checkUnnamed1884(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed2114() { |
+buildUnnamed1885() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2114(core.List<core.String> o) { |
+checkUnnamed1885(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -2564,14 +2564,14 @@ checkPretargetingConfigVideoPlayerSizes(api.PretargetingConfigVideoPlayerSizes o |
buildCounterPretargetingConfigVideoPlayerSizes--; |
} |
-buildUnnamed2115() { |
+buildUnnamed1886() { |
var o = new core.List<api.PretargetingConfigVideoPlayerSizes>(); |
o.add(buildPretargetingConfigVideoPlayerSizes()); |
o.add(buildPretargetingConfigVideoPlayerSizes()); |
return o; |
} |
-checkUnnamed2115(core.List<api.PretargetingConfigVideoPlayerSizes> o) { |
+checkUnnamed1886(core.List<api.PretargetingConfigVideoPlayerSizes> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPretargetingConfigVideoPlayerSizes(o[0]); |
checkPretargetingConfigVideoPlayerSizes(o[1]); |
@@ -2585,28 +2585,28 @@ buildPretargetingConfig() { |
o.billingId = "foo"; |
o.configId = "foo"; |
o.configName = "foo"; |
- o.creativeType = buildUnnamed2096(); |
- o.dimensions = buildUnnamed2097(); |
- o.excludedContentLabels = buildUnnamed2098(); |
- o.excludedGeoCriteriaIds = buildUnnamed2099(); |
- o.excludedPlacements = buildUnnamed2100(); |
- o.excludedUserLists = buildUnnamed2101(); |
- o.excludedVerticals = buildUnnamed2102(); |
- o.geoCriteriaIds = buildUnnamed2103(); |
+ o.creativeType = buildUnnamed1867(); |
+ o.dimensions = buildUnnamed1868(); |
+ o.excludedContentLabels = buildUnnamed1869(); |
+ o.excludedGeoCriteriaIds = buildUnnamed1870(); |
+ o.excludedPlacements = buildUnnamed1871(); |
+ o.excludedUserLists = buildUnnamed1872(); |
+ o.excludedVerticals = buildUnnamed1873(); |
+ o.geoCriteriaIds = buildUnnamed1874(); |
o.isActive = true; |
o.kind = "foo"; |
- o.languages = buildUnnamed2104(); |
- o.mobileCarriers = buildUnnamed2105(); |
- o.mobileDevices = buildUnnamed2106(); |
- o.mobileOperatingSystemVersions = buildUnnamed2107(); |
- o.placements = buildUnnamed2108(); |
- o.platforms = buildUnnamed2109(); |
- o.supportedCreativeAttributes = buildUnnamed2110(); |
- o.userIdentifierDataRequired = buildUnnamed2111(); |
- o.userLists = buildUnnamed2112(); |
- o.vendorTypes = buildUnnamed2113(); |
- o.verticals = buildUnnamed2114(); |
- o.videoPlayerSizes = buildUnnamed2115(); |
+ o.languages = buildUnnamed1875(); |
+ o.mobileCarriers = buildUnnamed1876(); |
+ o.mobileDevices = buildUnnamed1877(); |
+ o.mobileOperatingSystemVersions = buildUnnamed1878(); |
+ o.placements = buildUnnamed1879(); |
+ o.platforms = buildUnnamed1880(); |
+ o.supportedCreativeAttributes = buildUnnamed1881(); |
+ o.userIdentifierDataRequired = buildUnnamed1882(); |
+ o.userLists = buildUnnamed1883(); |
+ o.vendorTypes = buildUnnamed1884(); |
+ o.verticals = buildUnnamed1885(); |
+ o.videoPlayerSizes = buildUnnamed1886(); |
} |
buildCounterPretargetingConfig--; |
return o; |
@@ -2618,40 +2618,40 @@ checkPretargetingConfig(api.PretargetingConfig o) { |
unittest.expect(o.billingId, unittest.equals('foo')); |
unittest.expect(o.configId, unittest.equals('foo')); |
unittest.expect(o.configName, unittest.equals('foo')); |
- checkUnnamed2096(o.creativeType); |
- checkUnnamed2097(o.dimensions); |
- checkUnnamed2098(o.excludedContentLabels); |
- checkUnnamed2099(o.excludedGeoCriteriaIds); |
- checkUnnamed2100(o.excludedPlacements); |
- checkUnnamed2101(o.excludedUserLists); |
- checkUnnamed2102(o.excludedVerticals); |
- checkUnnamed2103(o.geoCriteriaIds); |
+ checkUnnamed1867(o.creativeType); |
+ checkUnnamed1868(o.dimensions); |
+ checkUnnamed1869(o.excludedContentLabels); |
+ checkUnnamed1870(o.excludedGeoCriteriaIds); |
+ checkUnnamed1871(o.excludedPlacements); |
+ checkUnnamed1872(o.excludedUserLists); |
+ checkUnnamed1873(o.excludedVerticals); |
+ checkUnnamed1874(o.geoCriteriaIds); |
unittest.expect(o.isActive, unittest.isTrue); |
unittest.expect(o.kind, unittest.equals('foo')); |
- checkUnnamed2104(o.languages); |
- checkUnnamed2105(o.mobileCarriers); |
- checkUnnamed2106(o.mobileDevices); |
- checkUnnamed2107(o.mobileOperatingSystemVersions); |
- checkUnnamed2108(o.placements); |
- checkUnnamed2109(o.platforms); |
- checkUnnamed2110(o.supportedCreativeAttributes); |
- checkUnnamed2111(o.userIdentifierDataRequired); |
- checkUnnamed2112(o.userLists); |
- checkUnnamed2113(o.vendorTypes); |
- checkUnnamed2114(o.verticals); |
- checkUnnamed2115(o.videoPlayerSizes); |
+ checkUnnamed1875(o.languages); |
+ checkUnnamed1876(o.mobileCarriers); |
+ checkUnnamed1877(o.mobileDevices); |
+ checkUnnamed1878(o.mobileOperatingSystemVersions); |
+ checkUnnamed1879(o.placements); |
+ checkUnnamed1880(o.platforms); |
+ checkUnnamed1881(o.supportedCreativeAttributes); |
+ checkUnnamed1882(o.userIdentifierDataRequired); |
+ checkUnnamed1883(o.userLists); |
+ checkUnnamed1884(o.vendorTypes); |
+ checkUnnamed1885(o.verticals); |
+ checkUnnamed1886(o.videoPlayerSizes); |
} |
buildCounterPretargetingConfig--; |
} |
-buildUnnamed2116() { |
+buildUnnamed1887() { |
var o = new core.List<api.PretargetingConfig>(); |
o.add(buildPretargetingConfig()); |
o.add(buildPretargetingConfig()); |
return o; |
} |
-checkUnnamed2116(core.List<api.PretargetingConfig> o) { |
+checkUnnamed1887(core.List<api.PretargetingConfig> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPretargetingConfig(o[0]); |
checkPretargetingConfig(o[1]); |
@@ -2662,7 +2662,7 @@ buildPretargetingConfigList() { |
var o = new api.PretargetingConfigList(); |
buildCounterPretargetingConfigList++; |
if (buildCounterPretargetingConfigList < 3) { |
- o.items = buildUnnamed2116(); |
+ o.items = buildUnnamed1887(); |
o.kind = "foo"; |
} |
buildCounterPretargetingConfigList--; |
@@ -2672,7 +2672,7 @@ buildPretargetingConfigList() { |
checkPretargetingConfigList(api.PretargetingConfigList o) { |
buildCounterPretargetingConfigList++; |
if (buildCounterPretargetingConfigList < 3) { |
- checkUnnamed2116(o.items); |
+ checkUnnamed1887(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
} |
buildCounterPretargetingConfigList--; |
@@ -2747,40 +2747,40 @@ checkPrivateData(api.PrivateData o) { |
buildCounterPrivateData--; |
} |
-buildUnnamed2117() { |
+buildUnnamed1888() { |
var o = new core.List<api.ContactInformation>(); |
o.add(buildContactInformation()); |
o.add(buildContactInformation()); |
return o; |
} |
-checkUnnamed2117(core.List<api.ContactInformation> o) { |
+checkUnnamed1888(core.List<api.ContactInformation> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkContactInformation(o[0]); |
checkContactInformation(o[1]); |
} |
-buildUnnamed2118() { |
+buildUnnamed1889() { |
var o = new core.List<api.MarketplaceLabel>(); |
o.add(buildMarketplaceLabel()); |
o.add(buildMarketplaceLabel()); |
return o; |
} |
-checkUnnamed2118(core.List<api.MarketplaceLabel> o) { |
+checkUnnamed1889(core.List<api.MarketplaceLabel> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkMarketplaceLabel(o[0]); |
checkMarketplaceLabel(o[1]); |
} |
-buildUnnamed2119() { |
+buildUnnamed1890() { |
var o = new core.List<api.SharedTargeting>(); |
o.add(buildSharedTargeting()); |
o.add(buildSharedTargeting()); |
return o; |
} |
-checkUnnamed2119(core.List<api.SharedTargeting> o) { |
+checkUnnamed1890(core.List<api.SharedTargeting> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkSharedTargeting(o[0]); |
checkSharedTargeting(o[1]); |
@@ -2792,14 +2792,14 @@ buildProduct() { |
buildCounterProduct++; |
if (buildCounterProduct < 3) { |
o.creationTimeMs = "foo"; |
- o.creatorContacts = buildUnnamed2117(); |
+ o.creatorContacts = buildUnnamed1888(); |
o.deliveryControl = buildDeliveryControl(); |
o.flightEndTimeMs = "foo"; |
o.flightStartTimeMs = "foo"; |
o.hasCreatorSignedOff = true; |
o.inventorySource = "foo"; |
o.kind = "foo"; |
- o.labels = buildUnnamed2118(); |
+ o.labels = buildUnnamed1889(); |
o.lastUpdateTimeMs = "foo"; |
o.legacyOfferId = "foo"; |
o.name = "foo"; |
@@ -2809,7 +2809,7 @@ buildProduct() { |
o.publisherProvidedForecast = buildPublisherProvidedForecast(); |
o.revisionNumber = "foo"; |
o.seller = buildSeller(); |
- o.sharedTargetings = buildUnnamed2119(); |
+ o.sharedTargetings = buildUnnamed1890(); |
o.state = "foo"; |
o.syndicationProduct = "foo"; |
o.terms = buildDealTerms(); |
@@ -2823,14 +2823,14 @@ checkProduct(api.Product o) { |
buildCounterProduct++; |
if (buildCounterProduct < 3) { |
unittest.expect(o.creationTimeMs, unittest.equals('foo')); |
- checkUnnamed2117(o.creatorContacts); |
+ checkUnnamed1888(o.creatorContacts); |
checkDeliveryControl(o.deliveryControl); |
unittest.expect(o.flightEndTimeMs, unittest.equals('foo')); |
unittest.expect(o.flightStartTimeMs, unittest.equals('foo')); |
unittest.expect(o.hasCreatorSignedOff, unittest.isTrue); |
unittest.expect(o.inventorySource, unittest.equals('foo')); |
unittest.expect(o.kind, unittest.equals('foo')); |
- checkUnnamed2118(o.labels); |
+ checkUnnamed1889(o.labels); |
unittest.expect(o.lastUpdateTimeMs, unittest.equals('foo')); |
unittest.expect(o.legacyOfferId, unittest.equals('foo')); |
unittest.expect(o.name, unittest.equals('foo')); |
@@ -2840,7 +2840,7 @@ checkProduct(api.Product o) { |
checkPublisherProvidedForecast(o.publisherProvidedForecast); |
unittest.expect(o.revisionNumber, unittest.equals('foo')); |
checkSeller(o.seller); |
- checkUnnamed2119(o.sharedTargetings); |
+ checkUnnamed1890(o.sharedTargetings); |
unittest.expect(o.state, unittest.equals('foo')); |
unittest.expect(o.syndicationProduct, unittest.equals('foo')); |
checkDealTerms(o.terms); |
@@ -2849,53 +2849,53 @@ checkProduct(api.Product o) { |
buildCounterProduct--; |
} |
-buildUnnamed2120() { |
+buildUnnamed1891() { |
var o = new core.List<api.ContactInformation>(); |
o.add(buildContactInformation()); |
o.add(buildContactInformation()); |
return o; |
} |
-checkUnnamed2120(core.List<api.ContactInformation> o) { |
+checkUnnamed1891(core.List<api.ContactInformation> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkContactInformation(o[0]); |
checkContactInformation(o[1]); |
} |
-buildUnnamed2121() { |
+buildUnnamed1892() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2121(core.List<core.String> o) { |
+checkUnnamed1892(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed2122() { |
+buildUnnamed1893() { |
var o = new core.List<api.MarketplaceLabel>(); |
o.add(buildMarketplaceLabel()); |
o.add(buildMarketplaceLabel()); |
return o; |
} |
-checkUnnamed2122(core.List<api.MarketplaceLabel> o) { |
+checkUnnamed1893(core.List<api.MarketplaceLabel> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkMarketplaceLabel(o[0]); |
checkMarketplaceLabel(o[1]); |
} |
-buildUnnamed2123() { |
+buildUnnamed1894() { |
var o = new core.List<api.ContactInformation>(); |
o.add(buildContactInformation()); |
o.add(buildContactInformation()); |
return o; |
} |
-checkUnnamed2123(core.List<api.ContactInformation> o) { |
+checkUnnamed1894(core.List<api.ContactInformation> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkContactInformation(o[0]); |
checkContactInformation(o[1]); |
@@ -2908,16 +2908,16 @@ buildProposal() { |
if (buildCounterProposal < 3) { |
o.billedBuyer = buildBuyer(); |
o.buyer = buildBuyer(); |
- o.buyerContacts = buildUnnamed2120(); |
+ o.buyerContacts = buildUnnamed1891(); |
o.buyerPrivateData = buildPrivateData(); |
- o.dbmAdvertiserIds = buildUnnamed2121(); |
+ o.dbmAdvertiserIds = buildUnnamed1892(); |
o.hasBuyerSignedOff = true; |
o.hasSellerSignedOff = true; |
o.inventorySource = "foo"; |
o.isRenegotiating = true; |
o.isSetupComplete = true; |
o.kind = "foo"; |
- o.labels = buildUnnamed2122(); |
+ o.labels = buildUnnamed1893(); |
o.lastUpdaterOrCommentorRole = "foo"; |
o.name = "foo"; |
o.negotiationId = "foo"; |
@@ -2928,7 +2928,7 @@ buildProposal() { |
o.revisionNumber = "foo"; |
o.revisionTimeMs = "foo"; |
o.seller = buildSeller(); |
- o.sellerContacts = buildUnnamed2123(); |
+ o.sellerContacts = buildUnnamed1894(); |
} |
buildCounterProposal--; |
return o; |
@@ -2939,16 +2939,16 @@ checkProposal(api.Proposal o) { |
if (buildCounterProposal < 3) { |
checkBuyer(o.billedBuyer); |
checkBuyer(o.buyer); |
- checkUnnamed2120(o.buyerContacts); |
+ checkUnnamed1891(o.buyerContacts); |
checkPrivateData(o.buyerPrivateData); |
- checkUnnamed2121(o.dbmAdvertiserIds); |
+ checkUnnamed1892(o.dbmAdvertiserIds); |
unittest.expect(o.hasBuyerSignedOff, unittest.isTrue); |
unittest.expect(o.hasSellerSignedOff, unittest.isTrue); |
unittest.expect(o.inventorySource, unittest.equals('foo')); |
unittest.expect(o.isRenegotiating, unittest.isTrue); |
unittest.expect(o.isSetupComplete, unittest.isTrue); |
unittest.expect(o.kind, unittest.equals('foo')); |
- checkUnnamed2122(o.labels); |
+ checkUnnamed1893(o.labels); |
unittest.expect(o.lastUpdaterOrCommentorRole, unittest.equals('foo')); |
unittest.expect(o.name, unittest.equals('foo')); |
unittest.expect(o.negotiationId, unittest.equals('foo')); |
@@ -2959,32 +2959,32 @@ checkProposal(api.Proposal o) { |
unittest.expect(o.revisionNumber, unittest.equals('foo')); |
unittest.expect(o.revisionTimeMs, unittest.equals('foo')); |
checkSeller(o.seller); |
- checkUnnamed2123(o.sellerContacts); |
+ checkUnnamed1894(o.sellerContacts); |
} |
buildCounterProposal--; |
} |
-buildUnnamed2124() { |
+buildUnnamed1895() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2124(core.List<core.String> o) { |
+checkUnnamed1895(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed2125() { |
+buildUnnamed1896() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2125(core.List<core.String> o) { |
+checkUnnamed1896(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -3010,14 +3010,14 @@ buildPublisherProfileApiProto() { |
o.overview = "foo"; |
o.profileId = 42; |
o.programmaticContact = "foo"; |
- o.publisherDomains = buildUnnamed2124(); |
+ o.publisherDomains = buildUnnamed1895(); |
o.publisherProfileId = "foo"; |
o.publisherProvidedForecast = buildPublisherProvidedForecast(); |
o.rateCardInfoLink = "foo"; |
o.samplePageLink = "foo"; |
o.seller = buildSeller(); |
o.state = "foo"; |
- o.topHeadlines = buildUnnamed2125(); |
+ o.topHeadlines = buildUnnamed1896(); |
} |
buildCounterPublisherProfileApiProto--; |
return o; |
@@ -3041,26 +3041,26 @@ checkPublisherProfileApiProto(api.PublisherProfileApiProto o) { |
unittest.expect(o.overview, unittest.equals('foo')); |
unittest.expect(o.profileId, unittest.equals(42)); |
unittest.expect(o.programmaticContact, unittest.equals('foo')); |
- checkUnnamed2124(o.publisherDomains); |
+ checkUnnamed1895(o.publisherDomains); |
unittest.expect(o.publisherProfileId, unittest.equals('foo')); |
checkPublisherProvidedForecast(o.publisherProvidedForecast); |
unittest.expect(o.rateCardInfoLink, unittest.equals('foo')); |
unittest.expect(o.samplePageLink, unittest.equals('foo')); |
checkSeller(o.seller); |
unittest.expect(o.state, unittest.equals('foo')); |
- checkUnnamed2125(o.topHeadlines); |
+ checkUnnamed1896(o.topHeadlines); |
} |
buildCounterPublisherProfileApiProto--; |
} |
-buildUnnamed2126() { |
+buildUnnamed1897() { |
var o = new core.List<api.Dimension>(); |
o.add(buildDimension()); |
o.add(buildDimension()); |
return o; |
} |
-checkUnnamed2126(core.List<api.Dimension> o) { |
+checkUnnamed1897(core.List<api.Dimension> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkDimension(o[0]); |
checkDimension(o[1]); |
@@ -3071,7 +3071,7 @@ buildPublisherProvidedForecast() { |
var o = new api.PublisherProvidedForecast(); |
buildCounterPublisherProvidedForecast++; |
if (buildCounterPublisherProvidedForecast < 3) { |
- o.dimensions = buildUnnamed2126(); |
+ o.dimensions = buildUnnamed1897(); |
o.weeklyImpressions = "foo"; |
o.weeklyUniques = "foo"; |
} |
@@ -3082,7 +3082,7 @@ buildPublisherProvidedForecast() { |
checkPublisherProvidedForecast(api.PublisherProvidedForecast o) { |
buildCounterPublisherProvidedForecast++; |
if (buildCounterPublisherProvidedForecast < 3) { |
- checkUnnamed2126(o.dimensions); |
+ checkUnnamed1897(o.dimensions); |
unittest.expect(o.weeklyImpressions, unittest.equals('foo')); |
unittest.expect(o.weeklyUniques, unittest.equals('foo')); |
} |
@@ -3110,27 +3110,27 @@ checkSeller(api.Seller o) { |
buildCounterSeller--; |
} |
-buildUnnamed2127() { |
+buildUnnamed1898() { |
var o = new core.List<api.TargetingValue>(); |
o.add(buildTargetingValue()); |
o.add(buildTargetingValue()); |
return o; |
} |
-checkUnnamed2127(core.List<api.TargetingValue> o) { |
+checkUnnamed1898(core.List<api.TargetingValue> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkTargetingValue(o[0]); |
checkTargetingValue(o[1]); |
} |
-buildUnnamed2128() { |
+buildUnnamed1899() { |
var o = new core.List<api.TargetingValue>(); |
o.add(buildTargetingValue()); |
o.add(buildTargetingValue()); |
return o; |
} |
-checkUnnamed2128(core.List<api.TargetingValue> o) { |
+checkUnnamed1899(core.List<api.TargetingValue> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkTargetingValue(o[0]); |
checkTargetingValue(o[1]); |
@@ -3141,8 +3141,8 @@ buildSharedTargeting() { |
var o = new api.SharedTargeting(); |
buildCounterSharedTargeting++; |
if (buildCounterSharedTargeting < 3) { |
- o.exclusions = buildUnnamed2127(); |
- o.inclusions = buildUnnamed2128(); |
+ o.exclusions = buildUnnamed1898(); |
+ o.inclusions = buildUnnamed1899(); |
o.key = "foo"; |
} |
buildCounterSharedTargeting--; |
@@ -3152,8 +3152,8 @@ buildSharedTargeting() { |
checkSharedTargeting(api.SharedTargeting o) { |
buildCounterSharedTargeting++; |
if (buildCounterSharedTargeting < 3) { |
- checkUnnamed2127(o.exclusions); |
- checkUnnamed2128(o.inclusions); |
+ checkUnnamed1898(o.exclusions); |
+ checkUnnamed1899(o.inclusions); |
unittest.expect(o.key, unittest.equals('foo')); |
} |
buildCounterSharedTargeting--; |
@@ -3184,14 +3184,14 @@ checkTargetingValue(api.TargetingValue o) { |
buildCounterTargetingValue--; |
} |
-buildUnnamed2129() { |
+buildUnnamed1900() { |
var o = new core.List<api.TargetingValueSize>(); |
o.add(buildTargetingValueSize()); |
o.add(buildTargetingValueSize()); |
return o; |
} |
-checkUnnamed2129(core.List<api.TargetingValueSize> o) { |
+checkUnnamed1900(core.List<api.TargetingValueSize> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkTargetingValueSize(o[0]); |
checkTargetingValueSize(o[1]); |
@@ -3202,7 +3202,7 @@ buildTargetingValueCreativeSize() { |
var o = new api.TargetingValueCreativeSize(); |
buildCounterTargetingValueCreativeSize++; |
if (buildCounterTargetingValueCreativeSize < 3) { |
- o.companionSizes = buildUnnamed2129(); |
+ o.companionSizes = buildUnnamed1900(); |
o.creativeSizeType = "foo"; |
o.size = buildTargetingValueSize(); |
o.skippableAdType = "foo"; |
@@ -3214,7 +3214,7 @@ buildTargetingValueCreativeSize() { |
checkTargetingValueCreativeSize(api.TargetingValueCreativeSize o) { |
buildCounterTargetingValueCreativeSize++; |
if (buildCounterTargetingValueCreativeSize < 3) { |
- checkUnnamed2129(o.companionSizes); |
+ checkUnnamed1900(o.companionSizes); |
unittest.expect(o.creativeSizeType, unittest.equals('foo')); |
checkTargetingValueSize(o.size); |
unittest.expect(o.skippableAdType, unittest.equals('foo')); |
@@ -3222,14 +3222,14 @@ checkTargetingValueCreativeSize(api.TargetingValueCreativeSize o) { |
buildCounterTargetingValueCreativeSize--; |
} |
-buildUnnamed2130() { |
+buildUnnamed1901() { |
var o = new core.List<api.TargetingValueDayPartTargetingDayPart>(); |
o.add(buildTargetingValueDayPartTargetingDayPart()); |
o.add(buildTargetingValueDayPartTargetingDayPart()); |
return o; |
} |
-checkUnnamed2130(core.List<api.TargetingValueDayPartTargetingDayPart> o) { |
+checkUnnamed1901(core.List<api.TargetingValueDayPartTargetingDayPart> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkTargetingValueDayPartTargetingDayPart(o[0]); |
checkTargetingValueDayPartTargetingDayPart(o[1]); |
@@ -3240,7 +3240,7 @@ buildTargetingValueDayPartTargeting() { |
var o = new api.TargetingValueDayPartTargeting(); |
buildCounterTargetingValueDayPartTargeting++; |
if (buildCounterTargetingValueDayPartTargeting < 3) { |
- o.dayParts = buildUnnamed2130(); |
+ o.dayParts = buildUnnamed1901(); |
o.timeZoneType = "foo"; |
} |
buildCounterTargetingValueDayPartTargeting--; |
@@ -3250,7 +3250,7 @@ buildTargetingValueDayPartTargeting() { |
checkTargetingValueDayPartTargeting(api.TargetingValueDayPartTargeting o) { |
buildCounterTargetingValueDayPartTargeting++; |
if (buildCounterTargetingValueDayPartTargeting < 3) { |
- checkUnnamed2130(o.dayParts); |
+ checkUnnamed1901(o.dayParts); |
unittest.expect(o.timeZoneType, unittest.equals('foo')); |
} |
buildCounterTargetingValueDayPartTargeting--; |
@@ -3329,27 +3329,27 @@ checkUpdatePrivateAuctionProposalRequest(api.UpdatePrivateAuctionProposalRequest |
buildCounterUpdatePrivateAuctionProposalRequest--; |
} |
-buildUnnamed2131() { |
+buildUnnamed1902() { |
var o = new core.List<core.int>(); |
o.add(42); |
o.add(42); |
return o; |
} |
-checkUnnamed2131(core.List<core.int> o) { |
+checkUnnamed1902(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)); |
} |
-buildUnnamed2132() { |
+buildUnnamed1903() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2132(core.List<core.String> o) { |
+checkUnnamed1903(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -4713,8 +4713,8 @@ main() { |
var mock = new HttpServerMock(); |
api.CreativesResourceApi res = new api.AdexchangebuyerApi(mock).creatives; |
- var arg_accountId = buildUnnamed2131(); |
- var arg_buyerCreativeId = buildUnnamed2132(); |
+ var arg_accountId = buildUnnamed1902(); |
+ var arg_buyerCreativeId = buildUnnamed1903(); |
var arg_dealsStatusFilter = "foo"; |
var arg_maxResults = 42; |
var arg_openAuctionStatusFilter = "foo"; |