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 7da04f5079517cd80e0308edac2599fa61af539a..72ee9738681b090dd0b068509fb0b602c6340ea7 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--; |
} |
-buildUnnamed1673() { |
+buildUnnamed1777() { |
var o = new core.List<api.AccountBidderLocation>(); |
o.add(buildAccountBidderLocation()); |
o.add(buildAccountBidderLocation()); |
return o; |
} |
-checkUnnamed1673(core.List<api.AccountBidderLocation> o) { |
+checkUnnamed1777(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 = buildUnnamed1673(); |
+ o.bidderLocation = buildUnnamed1777(); |
o.cookieMatchingNid = "foo"; |
o.cookieMatchingUrl = "foo"; |
o.id = 42; |
@@ -110,7 +110,7 @@ buildAccount() { |
checkAccount(api.Account o) { |
buildCounterAccount++; |
if (buildCounterAccount < 3) { |
- checkUnnamed1673(o.bidderLocation); |
+ checkUnnamed1777(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--; |
} |
-buildUnnamed1674() { |
+buildUnnamed1778() { |
var o = new core.List<api.Account>(); |
o.add(buildAccount()); |
o.add(buildAccount()); |
return o; |
} |
-checkUnnamed1674(core.List<api.Account> o) { |
+checkUnnamed1778(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 = buildUnnamed1674(); |
+ o.items = buildUnnamed1778(); |
o.kind = "foo"; |
} |
buildCounterAccountsList--; |
@@ -150,20 +150,20 @@ buildAccountsList() { |
checkAccountsList(api.AccountsList o) { |
buildCounterAccountsList++; |
if (buildCounterAccountsList < 3) { |
- checkUnnamed1674(o.items); |
+ checkUnnamed1778(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
} |
buildCounterAccountsList--; |
} |
-buildUnnamed1675() { |
+buildUnnamed1779() { |
var o = new core.List<api.MarketplaceDeal>(); |
o.add(buildMarketplaceDeal()); |
o.add(buildMarketplaceDeal()); |
return o; |
} |
-checkUnnamed1675(core.List<api.MarketplaceDeal> o) { |
+checkUnnamed1779(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 = buildUnnamed1675(); |
+ o.deals = buildUnnamed1779(); |
o.proposalRevisionNumber = "foo"; |
o.updateAction = "foo"; |
} |
@@ -185,21 +185,21 @@ buildAddOrderDealsRequest() { |
checkAddOrderDealsRequest(api.AddOrderDealsRequest o) { |
buildCounterAddOrderDealsRequest++; |
if (buildCounterAddOrderDealsRequest < 3) { |
- checkUnnamed1675(o.deals); |
+ checkUnnamed1779(o.deals); |
unittest.expect(o.proposalRevisionNumber, unittest.equals('foo')); |
unittest.expect(o.updateAction, unittest.equals('foo')); |
} |
buildCounterAddOrderDealsRequest--; |
} |
-buildUnnamed1676() { |
+buildUnnamed1780() { |
var o = new core.List<api.MarketplaceDeal>(); |
o.add(buildMarketplaceDeal()); |
o.add(buildMarketplaceDeal()); |
return o; |
} |
-checkUnnamed1676(core.List<api.MarketplaceDeal> o) { |
+checkUnnamed1780(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 = buildUnnamed1676(); |
+ o.deals = buildUnnamed1780(); |
o.proposalRevisionNumber = "foo"; |
} |
buildCounterAddOrderDealsResponse--; |
@@ -220,20 +220,20 @@ buildAddOrderDealsResponse() { |
checkAddOrderDealsResponse(api.AddOrderDealsResponse o) { |
buildCounterAddOrderDealsResponse++; |
if (buildCounterAddOrderDealsResponse < 3) { |
- checkUnnamed1676(o.deals); |
+ checkUnnamed1780(o.deals); |
unittest.expect(o.proposalRevisionNumber, unittest.equals('foo')); |
} |
buildCounterAddOrderDealsResponse--; |
} |
-buildUnnamed1677() { |
+buildUnnamed1781() { |
var o = new core.List<api.MarketplaceNote>(); |
o.add(buildMarketplaceNote()); |
o.add(buildMarketplaceNote()); |
return o; |
} |
-checkUnnamed1677(core.List<api.MarketplaceNote> o) { |
+checkUnnamed1781(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 = buildUnnamed1677(); |
+ o.notes = buildUnnamed1781(); |
} |
buildCounterAddOrderNotesRequest--; |
return o; |
@@ -253,19 +253,19 @@ buildAddOrderNotesRequest() { |
checkAddOrderNotesRequest(api.AddOrderNotesRequest o) { |
buildCounterAddOrderNotesRequest++; |
if (buildCounterAddOrderNotesRequest < 3) { |
- checkUnnamed1677(o.notes); |
+ checkUnnamed1781(o.notes); |
} |
buildCounterAddOrderNotesRequest--; |
} |
-buildUnnamed1678() { |
+buildUnnamed1782() { |
var o = new core.List<api.MarketplaceNote>(); |
o.add(buildMarketplaceNote()); |
o.add(buildMarketplaceNote()); |
return o; |
} |
-checkUnnamed1678(core.List<api.MarketplaceNote> o) { |
+checkUnnamed1782(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 = buildUnnamed1678(); |
+ o.notes = buildUnnamed1782(); |
} |
buildCounterAddOrderNotesResponse--; |
return o; |
@@ -285,19 +285,19 @@ buildAddOrderNotesResponse() { |
checkAddOrderNotesResponse(api.AddOrderNotesResponse o) { |
buildCounterAddOrderNotesResponse++; |
if (buildCounterAddOrderNotesResponse < 3) { |
- checkUnnamed1678(o.notes); |
+ checkUnnamed1782(o.notes); |
} |
buildCounterAddOrderNotesResponse--; |
} |
-buildUnnamed1679() { |
+buildUnnamed1783() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1679(core.List<core.String> o) { |
+checkUnnamed1783(core.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 = buildUnnamed1679(); |
+ o.billingId = buildUnnamed1783(); |
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')); |
- checkUnnamed1679(o.billingId); |
+ checkUnnamed1783(o.billingId); |
unittest.expect(o.kind, unittest.equals('foo')); |
} |
buildCounterBillingInfo--; |
} |
-buildUnnamed1680() { |
+buildUnnamed1784() { |
var o = new core.List<api.BillingInfo>(); |
o.add(buildBillingInfo()); |
o.add(buildBillingInfo()); |
return o; |
} |
-checkUnnamed1680(core.List<api.BillingInfo> o) { |
+checkUnnamed1784(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 = buildUnnamed1680(); |
+ o.items = buildUnnamed1784(); |
o.kind = "foo"; |
} |
buildCounterBillingInfoList--; |
@@ -356,7 +356,7 @@ buildBillingInfoList() { |
checkBillingInfoList(api.BillingInfoList o) { |
buildCounterBillingInfoList++; |
if (buildCounterBillingInfoList < 3) { |
- checkUnnamed1680(o.items); |
+ checkUnnamed1784(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
} |
buildCounterBillingInfoList--; |
@@ -431,14 +431,14 @@ checkContactInformation(api.ContactInformation o) { |
buildCounterContactInformation--; |
} |
-buildUnnamed1681() { |
+buildUnnamed1785() { |
var o = new core.List<api.Proposal>(); |
o.add(buildProposal()); |
o.add(buildProposal()); |
return o; |
} |
-checkUnnamed1681(core.List<api.Proposal> o) { |
+checkUnnamed1785(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 = buildUnnamed1681(); |
+ o.proposals = buildUnnamed1785(); |
o.webPropertyCode = "foo"; |
} |
buildCounterCreateOrdersRequest--; |
@@ -459,20 +459,20 @@ buildCreateOrdersRequest() { |
checkCreateOrdersRequest(api.CreateOrdersRequest o) { |
buildCounterCreateOrdersRequest++; |
if (buildCounterCreateOrdersRequest < 3) { |
- checkUnnamed1681(o.proposals); |
+ checkUnnamed1785(o.proposals); |
unittest.expect(o.webPropertyCode, unittest.equals('foo')); |
} |
buildCounterCreateOrdersRequest--; |
} |
-buildUnnamed1682() { |
+buildUnnamed1786() { |
var o = new core.List<api.Proposal>(); |
o.add(buildProposal()); |
o.add(buildProposal()); |
return o; |
} |
-checkUnnamed1682(core.List<api.Proposal> o) { |
+checkUnnamed1786(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 = buildUnnamed1682(); |
+ o.proposals = buildUnnamed1786(); |
} |
buildCounterCreateOrdersResponse--; |
return o; |
@@ -492,84 +492,84 @@ buildCreateOrdersResponse() { |
checkCreateOrdersResponse(api.CreateOrdersResponse o) { |
buildCounterCreateOrdersResponse++; |
if (buildCounterCreateOrdersResponse < 3) { |
- checkUnnamed1682(o.proposals); |
+ checkUnnamed1786(o.proposals); |
} |
buildCounterCreateOrdersResponse--; |
} |
-buildUnnamed1683() { |
+buildUnnamed1787() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1683(core.List<core.String> o) { |
+checkUnnamed1787(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed1684() { |
+buildUnnamed1788() { |
var o = new core.List<core.int>(); |
o.add(42); |
o.add(42); |
return o; |
} |
-checkUnnamed1684(core.List<core.int> o) { |
+checkUnnamed1788(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)); |
} |
-buildUnnamed1685() { |
+buildUnnamed1789() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1685(core.List<core.String> o) { |
+checkUnnamed1789(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed1686() { |
+buildUnnamed1790() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1686(core.List<core.String> o) { |
+checkUnnamed1790(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed1687() { |
+buildUnnamed1791() { |
var o = new core.List<core.int>(); |
o.add(42); |
o.add(42); |
return o; |
} |
-checkUnnamed1687(core.List<core.int> o) { |
+checkUnnamed1791(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)); |
} |
-buildUnnamed1688() { |
+buildUnnamed1792() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1688(core.List<core.String> o) { |
+checkUnnamed1792(core.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 = buildUnnamed1686(); |
+ o.auctionType = buildUnnamed1790(); |
o.contextType = "foo"; |
- o.geoCriteriaId = buildUnnamed1687(); |
- o.platform = buildUnnamed1688(); |
+ o.geoCriteriaId = buildUnnamed1791(); |
+ o.platform = buildUnnamed1792(); |
} |
buildCounterCreativeCorrectionsContexts--; |
return o; |
@@ -592,35 +592,35 @@ buildCreativeCorrectionsContexts() { |
checkCreativeCorrectionsContexts(api.CreativeCorrectionsContexts o) { |
buildCounterCreativeCorrectionsContexts++; |
if (buildCounterCreativeCorrectionsContexts < 3) { |
- checkUnnamed1686(o.auctionType); |
+ checkUnnamed1790(o.auctionType); |
unittest.expect(o.contextType, unittest.equals('foo')); |
- checkUnnamed1687(o.geoCriteriaId); |
- checkUnnamed1688(o.platform); |
+ checkUnnamed1791(o.geoCriteriaId); |
+ checkUnnamed1792(o.platform); |
} |
buildCounterCreativeCorrectionsContexts--; |
} |
-buildUnnamed1689() { |
+buildUnnamed1793() { |
var o = new core.List<api.CreativeCorrectionsContexts>(); |
o.add(buildCreativeCorrectionsContexts()); |
o.add(buildCreativeCorrectionsContexts()); |
return o; |
} |
-checkUnnamed1689(core.List<api.CreativeCorrectionsContexts> o) { |
+checkUnnamed1793(core.List<api.CreativeCorrectionsContexts> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkCreativeCorrectionsContexts(o[0]); |
checkCreativeCorrectionsContexts(o[1]); |
} |
-buildUnnamed1690() { |
+buildUnnamed1794() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1690(core.List<core.String> o) { |
+checkUnnamed1794(core.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 = buildUnnamed1689(); |
- o.details = buildUnnamed1690(); |
+ o.contexts = buildUnnamed1793(); |
+ o.details = buildUnnamed1794(); |
o.reason = "foo"; |
} |
buildCounterCreativeCorrections--; |
@@ -642,34 +642,34 @@ buildCreativeCorrections() { |
checkCreativeCorrections(api.CreativeCorrections o) { |
buildCounterCreativeCorrections++; |
if (buildCounterCreativeCorrections < 3) { |
- checkUnnamed1689(o.contexts); |
- checkUnnamed1690(o.details); |
+ checkUnnamed1793(o.contexts); |
+ checkUnnamed1794(o.details); |
unittest.expect(o.reason, unittest.equals('foo')); |
} |
buildCounterCreativeCorrections--; |
} |
-buildUnnamed1691() { |
+buildUnnamed1795() { |
var o = new core.List<api.CreativeCorrections>(); |
o.add(buildCreativeCorrections()); |
o.add(buildCreativeCorrections()); |
return o; |
} |
-checkUnnamed1691(core.List<api.CreativeCorrections> o) { |
+checkUnnamed1795(core.List<api.CreativeCorrections> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkCreativeCorrections(o[0]); |
checkCreativeCorrections(o[1]); |
} |
-buildUnnamed1692() { |
+buildUnnamed1796() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1692(core.List<core.String> o) { |
+checkUnnamed1796(core.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--; |
} |
-buildUnnamed1693() { |
+buildUnnamed1797() { |
var o = new core.List<api.CreativeFilteringReasonsReasons>(); |
o.add(buildCreativeFilteringReasonsReasons()); |
o.add(buildCreativeFilteringReasonsReasons()); |
return o; |
} |
-checkUnnamed1693(core.List<api.CreativeFilteringReasonsReasons> o) { |
+checkUnnamed1797(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 = buildUnnamed1693(); |
+ o.reasons = buildUnnamed1797(); |
} |
buildCounterCreativeFilteringReasons--; |
return o; |
@@ -725,32 +725,32 @@ checkCreativeFilteringReasons(api.CreativeFilteringReasons o) { |
buildCounterCreativeFilteringReasons++; |
if (buildCounterCreativeFilteringReasons < 3) { |
unittest.expect(o.date, unittest.equals('foo')); |
- checkUnnamed1693(o.reasons); |
+ checkUnnamed1797(o.reasons); |
} |
buildCounterCreativeFilteringReasons--; |
} |
-buildUnnamed1694() { |
+buildUnnamed1798() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1694(core.List<core.String> o) { |
+checkUnnamed1798(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed1695() { |
+buildUnnamed1799() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1695(core.List<core.String> o) { |
+checkUnnamed1799(core.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--; |
} |
-buildUnnamed1696() { |
+buildUnnamed1800() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1696(core.List<core.String> o) { |
+checkUnnamed1800(core.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 = buildUnnamed1696(); |
+ o.impressionTrackingUrl = buildUnnamed1800(); |
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); |
- checkUnnamed1696(o.impressionTrackingUrl); |
+ checkUnnamed1800(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--; |
} |
-buildUnnamed1697() { |
+buildUnnamed1801() { |
var o = new core.List<core.int>(); |
o.add(42); |
o.add(42); |
return o; |
} |
-checkUnnamed1697(core.List<core.int> o) { |
+checkUnnamed1801(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)); |
} |
-buildUnnamed1698() { |
+buildUnnamed1802() { |
var o = new core.List<core.int>(); |
o.add(42); |
o.add(42); |
return o; |
} |
-checkUnnamed1698(core.List<core.int> o) { |
+checkUnnamed1802(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)); |
} |
-buildUnnamed1699() { |
+buildUnnamed1803() { |
var o = new core.List<core.int>(); |
o.add(42); |
o.add(42); |
return o; |
} |
-checkUnnamed1699(core.List<core.int> o) { |
+checkUnnamed1803(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)); |
} |
-buildUnnamed1700() { |
+buildUnnamed1804() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1700(core.List<core.String> o) { |
+checkUnnamed1804(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed1701() { |
+buildUnnamed1805() { |
var o = new core.List<core.int>(); |
o.add(42); |
o.add(42); |
return o; |
} |
-checkUnnamed1701(core.List<core.int> o) { |
+checkUnnamed1805(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)); |
} |
-buildUnnamed1702() { |
+buildUnnamed1806() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1702(core.List<core.String> o) { |
+checkUnnamed1806(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -966,10 +966,10 @@ buildCreativeServingRestrictionsContexts() { |
var o = new api.CreativeServingRestrictionsContexts(); |
buildCounterCreativeServingRestrictionsContexts++; |
if (buildCounterCreativeServingRestrictionsContexts < 3) { |
- o.auctionType = buildUnnamed1700(); |
+ o.auctionType = buildUnnamed1804(); |
o.contextType = "foo"; |
- o.geoCriteriaId = buildUnnamed1701(); |
- o.platform = buildUnnamed1702(); |
+ o.geoCriteriaId = buildUnnamed1805(); |
+ o.platform = buildUnnamed1806(); |
} |
buildCounterCreativeServingRestrictionsContexts--; |
return o; |
@@ -978,35 +978,35 @@ buildCreativeServingRestrictionsContexts() { |
checkCreativeServingRestrictionsContexts(api.CreativeServingRestrictionsContexts o) { |
buildCounterCreativeServingRestrictionsContexts++; |
if (buildCounterCreativeServingRestrictionsContexts < 3) { |
- checkUnnamed1700(o.auctionType); |
+ checkUnnamed1804(o.auctionType); |
unittest.expect(o.contextType, unittest.equals('foo')); |
- checkUnnamed1701(o.geoCriteriaId); |
- checkUnnamed1702(o.platform); |
+ checkUnnamed1805(o.geoCriteriaId); |
+ checkUnnamed1806(o.platform); |
} |
buildCounterCreativeServingRestrictionsContexts--; |
} |
-buildUnnamed1703() { |
+buildUnnamed1807() { |
var o = new core.List<api.CreativeServingRestrictionsContexts>(); |
o.add(buildCreativeServingRestrictionsContexts()); |
o.add(buildCreativeServingRestrictionsContexts()); |
return o; |
} |
-checkUnnamed1703(core.List<api.CreativeServingRestrictionsContexts> o) { |
+checkUnnamed1807(core.List<api.CreativeServingRestrictionsContexts> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkCreativeServingRestrictionsContexts(o[0]); |
checkCreativeServingRestrictionsContexts(o[1]); |
} |
-buildUnnamed1704() { |
+buildUnnamed1808() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1704(core.List<core.String> o) { |
+checkUnnamed1808(core.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 = buildUnnamed1704(); |
+ o.details = buildUnnamed1808(); |
o.reason = "foo"; |
} |
buildCounterCreativeServingRestrictionsDisapprovalReasons--; |
@@ -1027,20 +1027,20 @@ buildCreativeServingRestrictionsDisapprovalReasons() { |
checkCreativeServingRestrictionsDisapprovalReasons(api.CreativeServingRestrictionsDisapprovalReasons o) { |
buildCounterCreativeServingRestrictionsDisapprovalReasons++; |
if (buildCounterCreativeServingRestrictionsDisapprovalReasons < 3) { |
- checkUnnamed1704(o.details); |
+ checkUnnamed1808(o.details); |
unittest.expect(o.reason, unittest.equals('foo')); |
} |
buildCounterCreativeServingRestrictionsDisapprovalReasons--; |
} |
-buildUnnamed1705() { |
+buildUnnamed1809() { |
var o = new core.List<api.CreativeServingRestrictionsDisapprovalReasons>(); |
o.add(buildCreativeServingRestrictionsDisapprovalReasons()); |
o.add(buildCreativeServingRestrictionsDisapprovalReasons()); |
return o; |
} |
-checkUnnamed1705(core.List<api.CreativeServingRestrictionsDisapprovalReasons> o) { |
+checkUnnamed1809(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 = buildUnnamed1703(); |
- o.disapprovalReasons = buildUnnamed1705(); |
+ o.contexts = buildUnnamed1807(); |
+ o.disapprovalReasons = buildUnnamed1809(); |
o.reason = "foo"; |
} |
buildCounterCreativeServingRestrictions--; |
@@ -1062,34 +1062,34 @@ buildCreativeServingRestrictions() { |
checkCreativeServingRestrictions(api.CreativeServingRestrictions o) { |
buildCounterCreativeServingRestrictions++; |
if (buildCounterCreativeServingRestrictions < 3) { |
- checkUnnamed1703(o.contexts); |
- checkUnnamed1705(o.disapprovalReasons); |
+ checkUnnamed1807(o.contexts); |
+ checkUnnamed1809(o.disapprovalReasons); |
unittest.expect(o.reason, unittest.equals('foo')); |
} |
buildCounterCreativeServingRestrictions--; |
} |
-buildUnnamed1706() { |
+buildUnnamed1810() { |
var o = new core.List<api.CreativeServingRestrictions>(); |
o.add(buildCreativeServingRestrictions()); |
o.add(buildCreativeServingRestrictions()); |
return o; |
} |
-checkUnnamed1706(core.List<api.CreativeServingRestrictions> o) { |
+checkUnnamed1810(core.List<api.CreativeServingRestrictions> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkCreativeServingRestrictions(o[0]); |
checkCreativeServingRestrictions(o[1]); |
} |
-buildUnnamed1707() { |
+buildUnnamed1811() { |
var o = new core.List<core.int>(); |
o.add(42); |
o.add(42); |
return o; |
} |
-checkUnnamed1707(core.List<core.int> o) { |
+checkUnnamed1811(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 = buildUnnamed1683(); |
+ o.advertiserId = buildUnnamed1787(); |
o.advertiserName = "foo"; |
o.agencyId = "foo"; |
o.apiUploadTimestamp = core.DateTime.parse("2002-02-27T14:01:02"); |
- o.attribute = buildUnnamed1684(); |
+ o.attribute = buildUnnamed1788(); |
o.buyerCreativeId = "foo"; |
- o.clickThroughUrl = buildUnnamed1685(); |
- o.corrections = buildUnnamed1691(); |
+ o.clickThroughUrl = buildUnnamed1789(); |
+ o.corrections = buildUnnamed1795(); |
o.dealsStatus = "foo"; |
- o.detectedDomains = buildUnnamed1692(); |
+ o.detectedDomains = buildUnnamed1796(); |
o.filteringReasons = buildCreativeFilteringReasons(); |
o.height = 42; |
- o.impressionTrackingUrl = buildUnnamed1694(); |
+ o.impressionTrackingUrl = buildUnnamed1798(); |
o.kind = "foo"; |
- o.languages = buildUnnamed1695(); |
+ o.languages = buildUnnamed1799(); |
o.nativeAd = buildCreativeNativeAd(); |
o.openAuctionStatus = "foo"; |
- o.productCategories = buildUnnamed1697(); |
- o.restrictedCategories = buildUnnamed1698(); |
- o.sensitiveCategories = buildUnnamed1699(); |
- o.servingRestrictions = buildUnnamed1706(); |
- o.vendorType = buildUnnamed1707(); |
+ o.productCategories = buildUnnamed1801(); |
+ o.restrictedCategories = buildUnnamed1802(); |
+ o.sensitiveCategories = buildUnnamed1803(); |
+ o.servingRestrictions = buildUnnamed1810(); |
+ o.vendorType = buildUnnamed1811(); |
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')); |
- checkUnnamed1683(o.advertiserId); |
+ checkUnnamed1787(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"))); |
- checkUnnamed1684(o.attribute); |
+ checkUnnamed1788(o.attribute); |
unittest.expect(o.buyerCreativeId, unittest.equals('foo')); |
- checkUnnamed1685(o.clickThroughUrl); |
- checkUnnamed1691(o.corrections); |
+ checkUnnamed1789(o.clickThroughUrl); |
+ checkUnnamed1795(o.corrections); |
unittest.expect(o.dealsStatus, unittest.equals('foo')); |
- checkUnnamed1692(o.detectedDomains); |
+ checkUnnamed1796(o.detectedDomains); |
checkCreativeFilteringReasons(o.filteringReasons); |
unittest.expect(o.height, unittest.equals(42)); |
- checkUnnamed1694(o.impressionTrackingUrl); |
+ checkUnnamed1798(o.impressionTrackingUrl); |
unittest.expect(o.kind, unittest.equals('foo')); |
- checkUnnamed1695(o.languages); |
+ checkUnnamed1799(o.languages); |
checkCreativeNativeAd(o.nativeAd); |
unittest.expect(o.openAuctionStatus, unittest.equals('foo')); |
- checkUnnamed1697(o.productCategories); |
- checkUnnamed1698(o.restrictedCategories); |
- checkUnnamed1699(o.sensitiveCategories); |
- checkUnnamed1706(o.servingRestrictions); |
- checkUnnamed1707(o.vendorType); |
+ checkUnnamed1801(o.productCategories); |
+ checkUnnamed1802(o.restrictedCategories); |
+ checkUnnamed1803(o.sensitiveCategories); |
+ checkUnnamed1810(o.servingRestrictions); |
+ checkUnnamed1811(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--; |
} |
-buildUnnamed1708() { |
+buildUnnamed1812() { |
var o = new core.List<api.CreativeDealIdsDealStatuses>(); |
o.add(buildCreativeDealIdsDealStatuses()); |
o.add(buildCreativeDealIdsDealStatuses()); |
return o; |
} |
-checkUnnamed1708(core.List<api.CreativeDealIdsDealStatuses> o) { |
+checkUnnamed1812(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 = buildUnnamed1708(); |
+ o.dealStatuses = buildUnnamed1812(); |
o.kind = "foo"; |
} |
buildCounterCreativeDealIds--; |
@@ -1219,20 +1219,20 @@ buildCreativeDealIds() { |
checkCreativeDealIds(api.CreativeDealIds o) { |
buildCounterCreativeDealIds++; |
if (buildCounterCreativeDealIds < 3) { |
- checkUnnamed1708(o.dealStatuses); |
+ checkUnnamed1812(o.dealStatuses); |
unittest.expect(o.kind, unittest.equals('foo')); |
} |
buildCounterCreativeDealIds--; |
} |
-buildUnnamed1709() { |
+buildUnnamed1813() { |
var o = new core.List<api.Creative>(); |
o.add(buildCreative()); |
o.add(buildCreative()); |
return o; |
} |
-checkUnnamed1709(core.List<api.Creative> o) { |
+checkUnnamed1813(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 = buildUnnamed1709(); |
+ o.items = buildUnnamed1813(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
} |
@@ -1254,7 +1254,7 @@ buildCreativesList() { |
checkCreativesList(api.CreativesList o) { |
buildCounterCreativesList++; |
if (buildCounterCreativesList < 3) { |
- checkUnnamed1709(o.items); |
+ checkUnnamed1813(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
@@ -1346,14 +1346,14 @@ checkDealTerms(api.DealTerms o) { |
buildCounterDealTerms--; |
} |
-buildUnnamed1710() { |
+buildUnnamed1814() { |
var o = new core.List<api.PricePerBuyer>(); |
o.add(buildPricePerBuyer()); |
o.add(buildPricePerBuyer()); |
return o; |
} |
-checkUnnamed1710(core.List<api.PricePerBuyer> o) { |
+checkUnnamed1814(core.List<api.PricePerBuyer> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPricePerBuyer(o[0]); |
checkPricePerBuyer(o[1]); |
@@ -1365,7 +1365,7 @@ buildDealTermsGuaranteedFixedPriceTerms() { |
buildCounterDealTermsGuaranteedFixedPriceTerms++; |
if (buildCounterDealTermsGuaranteedFixedPriceTerms < 3) { |
o.billingInfo = buildDealTermsGuaranteedFixedPriceTermsBillingInfo(); |
- o.fixedPrices = buildUnnamed1710(); |
+ o.fixedPrices = buildUnnamed1814(); |
o.guaranteedImpressions = "foo"; |
o.guaranteedLooks = "foo"; |
o.minimumDailyLooks = "foo"; |
@@ -1378,7 +1378,7 @@ checkDealTermsGuaranteedFixedPriceTerms(api.DealTermsGuaranteedFixedPriceTerms o |
buildCounterDealTermsGuaranteedFixedPriceTerms++; |
if (buildCounterDealTermsGuaranteedFixedPriceTerms < 3) { |
checkDealTermsGuaranteedFixedPriceTermsBillingInfo(o.billingInfo); |
- checkUnnamed1710(o.fixedPrices); |
+ checkUnnamed1814(o.fixedPrices); |
unittest.expect(o.guaranteedImpressions, unittest.equals('foo')); |
unittest.expect(o.guaranteedLooks, unittest.equals('foo')); |
unittest.expect(o.minimumDailyLooks, unittest.equals('foo')); |
@@ -1411,14 +1411,14 @@ checkDealTermsGuaranteedFixedPriceTermsBillingInfo(api.DealTermsGuaranteedFixedP |
buildCounterDealTermsGuaranteedFixedPriceTermsBillingInfo--; |
} |
-buildUnnamed1711() { |
+buildUnnamed1815() { |
var o = new core.List<api.PricePerBuyer>(); |
o.add(buildPricePerBuyer()); |
o.add(buildPricePerBuyer()); |
return o; |
} |
-checkUnnamed1711(core.List<api.PricePerBuyer> o) { |
+checkUnnamed1815(core.List<api.PricePerBuyer> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPricePerBuyer(o[0]); |
checkPricePerBuyer(o[1]); |
@@ -1430,7 +1430,7 @@ buildDealTermsNonGuaranteedAuctionTerms() { |
buildCounterDealTermsNonGuaranteedAuctionTerms++; |
if (buildCounterDealTermsNonGuaranteedAuctionTerms < 3) { |
o.autoOptimizePrivateAuction = true; |
- o.reservePricePerBuyers = buildUnnamed1711(); |
+ o.reservePricePerBuyers = buildUnnamed1815(); |
} |
buildCounterDealTermsNonGuaranteedAuctionTerms--; |
return o; |
@@ -1440,19 +1440,19 @@ checkDealTermsNonGuaranteedAuctionTerms(api.DealTermsNonGuaranteedAuctionTerms o |
buildCounterDealTermsNonGuaranteedAuctionTerms++; |
if (buildCounterDealTermsNonGuaranteedAuctionTerms < 3) { |
unittest.expect(o.autoOptimizePrivateAuction, unittest.isTrue); |
- checkUnnamed1711(o.reservePricePerBuyers); |
+ checkUnnamed1815(o.reservePricePerBuyers); |
} |
buildCounterDealTermsNonGuaranteedAuctionTerms--; |
} |
-buildUnnamed1712() { |
+buildUnnamed1816() { |
var o = new core.List<api.PricePerBuyer>(); |
o.add(buildPricePerBuyer()); |
o.add(buildPricePerBuyer()); |
return o; |
} |
-checkUnnamed1712(core.List<api.PricePerBuyer> o) { |
+checkUnnamed1816(core.List<api.PricePerBuyer> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPricePerBuyer(o[0]); |
checkPricePerBuyer(o[1]); |
@@ -1463,7 +1463,7 @@ buildDealTermsNonGuaranteedFixedPriceTerms() { |
var o = new api.DealTermsNonGuaranteedFixedPriceTerms(); |
buildCounterDealTermsNonGuaranteedFixedPriceTerms++; |
if (buildCounterDealTermsNonGuaranteedFixedPriceTerms < 3) { |
- o.fixedPrices = buildUnnamed1712(); |
+ o.fixedPrices = buildUnnamed1816(); |
} |
buildCounterDealTermsNonGuaranteedFixedPriceTerms--; |
return o; |
@@ -1472,7 +1472,7 @@ buildDealTermsNonGuaranteedFixedPriceTerms() { |
checkDealTermsNonGuaranteedFixedPriceTerms(api.DealTermsNonGuaranteedFixedPriceTerms o) { |
buildCounterDealTermsNonGuaranteedFixedPriceTerms++; |
if (buildCounterDealTermsNonGuaranteedFixedPriceTerms < 3) { |
- checkUnnamed1712(o.fixedPrices); |
+ checkUnnamed1816(o.fixedPrices); |
} |
buildCounterDealTermsNonGuaranteedFixedPriceTerms--; |
} |
@@ -1498,14 +1498,14 @@ checkDealTermsRubiconNonGuaranteedTerms(api.DealTermsRubiconNonGuaranteedTerms o |
buildCounterDealTermsRubiconNonGuaranteedTerms--; |
} |
-buildUnnamed1713() { |
+buildUnnamed1817() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1713(core.List<core.String> o) { |
+checkUnnamed1817(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -1516,7 +1516,7 @@ buildDeleteOrderDealsRequest() { |
var o = new api.DeleteOrderDealsRequest(); |
buildCounterDeleteOrderDealsRequest++; |
if (buildCounterDeleteOrderDealsRequest < 3) { |
- o.dealIds = buildUnnamed1713(); |
+ o.dealIds = buildUnnamed1817(); |
o.proposalRevisionNumber = "foo"; |
o.updateAction = "foo"; |
} |
@@ -1527,21 +1527,21 @@ buildDeleteOrderDealsRequest() { |
checkDeleteOrderDealsRequest(api.DeleteOrderDealsRequest o) { |
buildCounterDeleteOrderDealsRequest++; |
if (buildCounterDeleteOrderDealsRequest < 3) { |
- checkUnnamed1713(o.dealIds); |
+ checkUnnamed1817(o.dealIds); |
unittest.expect(o.proposalRevisionNumber, unittest.equals('foo')); |
unittest.expect(o.updateAction, unittest.equals('foo')); |
} |
buildCounterDeleteOrderDealsRequest--; |
} |
-buildUnnamed1714() { |
+buildUnnamed1818() { |
var o = new core.List<api.MarketplaceDeal>(); |
o.add(buildMarketplaceDeal()); |
o.add(buildMarketplaceDeal()); |
return o; |
} |
-checkUnnamed1714(core.List<api.MarketplaceDeal> o) { |
+checkUnnamed1818(core.List<api.MarketplaceDeal> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkMarketplaceDeal(o[0]); |
checkMarketplaceDeal(o[1]); |
@@ -1552,7 +1552,7 @@ buildDeleteOrderDealsResponse() { |
var o = new api.DeleteOrderDealsResponse(); |
buildCounterDeleteOrderDealsResponse++; |
if (buildCounterDeleteOrderDealsResponse < 3) { |
- o.deals = buildUnnamed1714(); |
+ o.deals = buildUnnamed1818(); |
o.proposalRevisionNumber = "foo"; |
} |
buildCounterDeleteOrderDealsResponse--; |
@@ -1562,20 +1562,20 @@ buildDeleteOrderDealsResponse() { |
checkDeleteOrderDealsResponse(api.DeleteOrderDealsResponse o) { |
buildCounterDeleteOrderDealsResponse++; |
if (buildCounterDeleteOrderDealsResponse < 3) { |
- checkUnnamed1714(o.deals); |
+ checkUnnamed1818(o.deals); |
unittest.expect(o.proposalRevisionNumber, unittest.equals('foo')); |
} |
buildCounterDeleteOrderDealsResponse--; |
} |
-buildUnnamed1715() { |
+buildUnnamed1819() { |
var o = new core.List<api.DeliveryControlFrequencyCap>(); |
o.add(buildDeliveryControlFrequencyCap()); |
o.add(buildDeliveryControlFrequencyCap()); |
return o; |
} |
-checkUnnamed1715(core.List<api.DeliveryControlFrequencyCap> o) { |
+checkUnnamed1819(core.List<api.DeliveryControlFrequencyCap> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkDeliveryControlFrequencyCap(o[0]); |
checkDeliveryControlFrequencyCap(o[1]); |
@@ -1588,7 +1588,7 @@ buildDeliveryControl() { |
if (buildCounterDeliveryControl < 3) { |
o.creativeBlockingLevel = "foo"; |
o.deliveryRateType = "foo"; |
- o.frequencyCaps = buildUnnamed1715(); |
+ o.frequencyCaps = buildUnnamed1819(); |
} |
buildCounterDeliveryControl--; |
return o; |
@@ -1599,7 +1599,7 @@ checkDeliveryControl(api.DeliveryControl o) { |
if (buildCounterDeliveryControl < 3) { |
unittest.expect(o.creativeBlockingLevel, unittest.equals('foo')); |
unittest.expect(o.deliveryRateType, unittest.equals('foo')); |
- checkUnnamed1715(o.frequencyCaps); |
+ checkUnnamed1819(o.frequencyCaps); |
} |
buildCounterDeliveryControl--; |
} |
@@ -1627,14 +1627,14 @@ checkDeliveryControlFrequencyCap(api.DeliveryControlFrequencyCap o) { |
buildCounterDeliveryControlFrequencyCap--; |
} |
-buildUnnamed1716() { |
+buildUnnamed1820() { |
var o = new core.List<api.DimensionDimensionValue>(); |
o.add(buildDimensionDimensionValue()); |
o.add(buildDimensionDimensionValue()); |
return o; |
} |
-checkUnnamed1716(core.List<api.DimensionDimensionValue> o) { |
+checkUnnamed1820(core.List<api.DimensionDimensionValue> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkDimensionDimensionValue(o[0]); |
checkDimensionDimensionValue(o[1]); |
@@ -1646,7 +1646,7 @@ buildDimension() { |
buildCounterDimension++; |
if (buildCounterDimension < 3) { |
o.dimensionType = "foo"; |
- o.dimensionValues = buildUnnamed1716(); |
+ o.dimensionValues = buildUnnamed1820(); |
} |
buildCounterDimension--; |
return o; |
@@ -1656,7 +1656,7 @@ checkDimension(api.Dimension o) { |
buildCounterDimension++; |
if (buildCounterDimension < 3) { |
unittest.expect(o.dimensionType, unittest.equals('foo')); |
- checkUnnamed1716(o.dimensionValues); |
+ checkUnnamed1820(o.dimensionValues); |
} |
buildCounterDimension--; |
} |
@@ -1684,14 +1684,14 @@ checkDimensionDimensionValue(api.DimensionDimensionValue o) { |
buildCounterDimensionDimensionValue--; |
} |
-buildUnnamed1717() { |
+buildUnnamed1821() { |
var o = new core.List<api.MarketplaceDeal>(); |
o.add(buildMarketplaceDeal()); |
o.add(buildMarketplaceDeal()); |
return o; |
} |
-checkUnnamed1717(core.List<api.MarketplaceDeal> o) { |
+checkUnnamed1821(core.List<api.MarketplaceDeal> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkMarketplaceDeal(o[0]); |
checkMarketplaceDeal(o[1]); |
@@ -1702,7 +1702,7 @@ buildEditAllOrderDealsRequest() { |
var o = new api.EditAllOrderDealsRequest(); |
buildCounterEditAllOrderDealsRequest++; |
if (buildCounterEditAllOrderDealsRequest < 3) { |
- o.deals = buildUnnamed1717(); |
+ o.deals = buildUnnamed1821(); |
o.proposal = buildProposal(); |
o.proposalRevisionNumber = "foo"; |
o.updateAction = "foo"; |
@@ -1714,7 +1714,7 @@ buildEditAllOrderDealsRequest() { |
checkEditAllOrderDealsRequest(api.EditAllOrderDealsRequest o) { |
buildCounterEditAllOrderDealsRequest++; |
if (buildCounterEditAllOrderDealsRequest < 3) { |
- checkUnnamed1717(o.deals); |
+ checkUnnamed1821(o.deals); |
checkProposal(o.proposal); |
unittest.expect(o.proposalRevisionNumber, unittest.equals('foo')); |
unittest.expect(o.updateAction, unittest.equals('foo')); |
@@ -1722,14 +1722,14 @@ checkEditAllOrderDealsRequest(api.EditAllOrderDealsRequest o) { |
buildCounterEditAllOrderDealsRequest--; |
} |
-buildUnnamed1718() { |
+buildUnnamed1822() { |
var o = new core.List<api.MarketplaceDeal>(); |
o.add(buildMarketplaceDeal()); |
o.add(buildMarketplaceDeal()); |
return o; |
} |
-checkUnnamed1718(core.List<api.MarketplaceDeal> o) { |
+checkUnnamed1822(core.List<api.MarketplaceDeal> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkMarketplaceDeal(o[0]); |
checkMarketplaceDeal(o[1]); |
@@ -1740,7 +1740,7 @@ buildEditAllOrderDealsResponse() { |
var o = new api.EditAllOrderDealsResponse(); |
buildCounterEditAllOrderDealsResponse++; |
if (buildCounterEditAllOrderDealsResponse < 3) { |
- o.deals = buildUnnamed1718(); |
+ o.deals = buildUnnamed1822(); |
o.orderRevisionNumber = "foo"; |
} |
buildCounterEditAllOrderDealsResponse--; |
@@ -1750,20 +1750,20 @@ buildEditAllOrderDealsResponse() { |
checkEditAllOrderDealsResponse(api.EditAllOrderDealsResponse o) { |
buildCounterEditAllOrderDealsResponse++; |
if (buildCounterEditAllOrderDealsResponse < 3) { |
- checkUnnamed1718(o.deals); |
+ checkUnnamed1822(o.deals); |
unittest.expect(o.orderRevisionNumber, unittest.equals('foo')); |
} |
buildCounterEditAllOrderDealsResponse--; |
} |
-buildUnnamed1719() { |
+buildUnnamed1823() { |
var o = new core.List<api.Product>(); |
o.add(buildProduct()); |
o.add(buildProduct()); |
return o; |
} |
-checkUnnamed1719(core.List<api.Product> o) { |
+checkUnnamed1823(core.List<api.Product> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkProduct(o[0]); |
checkProduct(o[1]); |
@@ -1774,7 +1774,7 @@ buildGetOffersResponse() { |
var o = new api.GetOffersResponse(); |
buildCounterGetOffersResponse++; |
if (buildCounterGetOffersResponse < 3) { |
- o.products = buildUnnamed1719(); |
+ o.products = buildUnnamed1823(); |
} |
buildCounterGetOffersResponse--; |
return o; |
@@ -1783,19 +1783,19 @@ buildGetOffersResponse() { |
checkGetOffersResponse(api.GetOffersResponse o) { |
buildCounterGetOffersResponse++; |
if (buildCounterGetOffersResponse < 3) { |
- checkUnnamed1719(o.products); |
+ checkUnnamed1823(o.products); |
} |
buildCounterGetOffersResponse--; |
} |
-buildUnnamed1720() { |
+buildUnnamed1824() { |
var o = new core.List<api.MarketplaceDeal>(); |
o.add(buildMarketplaceDeal()); |
o.add(buildMarketplaceDeal()); |
return o; |
} |
-checkUnnamed1720(core.List<api.MarketplaceDeal> o) { |
+checkUnnamed1824(core.List<api.MarketplaceDeal> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkMarketplaceDeal(o[0]); |
checkMarketplaceDeal(o[1]); |
@@ -1806,7 +1806,7 @@ buildGetOrderDealsResponse() { |
var o = new api.GetOrderDealsResponse(); |
buildCounterGetOrderDealsResponse++; |
if (buildCounterGetOrderDealsResponse < 3) { |
- o.deals = buildUnnamed1720(); |
+ o.deals = buildUnnamed1824(); |
} |
buildCounterGetOrderDealsResponse--; |
return o; |
@@ -1815,19 +1815,19 @@ buildGetOrderDealsResponse() { |
checkGetOrderDealsResponse(api.GetOrderDealsResponse o) { |
buildCounterGetOrderDealsResponse++; |
if (buildCounterGetOrderDealsResponse < 3) { |
- checkUnnamed1720(o.deals); |
+ checkUnnamed1824(o.deals); |
} |
buildCounterGetOrderDealsResponse--; |
} |
-buildUnnamed1721() { |
+buildUnnamed1825() { |
var o = new core.List<api.MarketplaceNote>(); |
o.add(buildMarketplaceNote()); |
o.add(buildMarketplaceNote()); |
return o; |
} |
-checkUnnamed1721(core.List<api.MarketplaceNote> o) { |
+checkUnnamed1825(core.List<api.MarketplaceNote> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkMarketplaceNote(o[0]); |
checkMarketplaceNote(o[1]); |
@@ -1838,7 +1838,7 @@ buildGetOrderNotesResponse() { |
var o = new api.GetOrderNotesResponse(); |
buildCounterGetOrderNotesResponse++; |
if (buildCounterGetOrderNotesResponse < 3) { |
- o.notes = buildUnnamed1721(); |
+ o.notes = buildUnnamed1825(); |
} |
buildCounterGetOrderNotesResponse--; |
return o; |
@@ -1847,19 +1847,19 @@ buildGetOrderNotesResponse() { |
checkGetOrderNotesResponse(api.GetOrderNotesResponse o) { |
buildCounterGetOrderNotesResponse++; |
if (buildCounterGetOrderNotesResponse < 3) { |
- checkUnnamed1721(o.notes); |
+ checkUnnamed1825(o.notes); |
} |
buildCounterGetOrderNotesResponse--; |
} |
-buildUnnamed1722() { |
+buildUnnamed1826() { |
var o = new core.List<api.Proposal>(); |
o.add(buildProposal()); |
o.add(buildProposal()); |
return o; |
} |
-checkUnnamed1722(core.List<api.Proposal> o) { |
+checkUnnamed1826(core.List<api.Proposal> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkProposal(o[0]); |
checkProposal(o[1]); |
@@ -1870,7 +1870,7 @@ buildGetOrdersResponse() { |
var o = new api.GetOrdersResponse(); |
buildCounterGetOrdersResponse++; |
if (buildCounterGetOrdersResponse < 3) { |
- o.proposals = buildUnnamed1722(); |
+ o.proposals = buildUnnamed1826(); |
} |
buildCounterGetOrdersResponse--; |
return o; |
@@ -1879,19 +1879,19 @@ buildGetOrdersResponse() { |
checkGetOrdersResponse(api.GetOrdersResponse o) { |
buildCounterGetOrdersResponse++; |
if (buildCounterGetOrdersResponse < 3) { |
- checkUnnamed1722(o.proposals); |
+ checkUnnamed1826(o.proposals); |
} |
buildCounterGetOrdersResponse--; |
} |
-buildUnnamed1723() { |
+buildUnnamed1827() { |
var o = new core.List<api.PublisherProfileApiProto>(); |
o.add(buildPublisherProfileApiProto()); |
o.add(buildPublisherProfileApiProto()); |
return o; |
} |
-checkUnnamed1723(core.List<api.PublisherProfileApiProto> o) { |
+checkUnnamed1827(core.List<api.PublisherProfileApiProto> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPublisherProfileApiProto(o[0]); |
checkPublisherProfileApiProto(o[1]); |
@@ -1902,7 +1902,7 @@ buildGetPublisherProfilesByAccountIdResponse() { |
var o = new api.GetPublisherProfilesByAccountIdResponse(); |
buildCounterGetPublisherProfilesByAccountIdResponse++; |
if (buildCounterGetPublisherProfilesByAccountIdResponse < 3) { |
- o.profiles = buildUnnamed1723(); |
+ o.profiles = buildUnnamed1827(); |
} |
buildCounterGetPublisherProfilesByAccountIdResponse--; |
return o; |
@@ -1911,32 +1911,32 @@ buildGetPublisherProfilesByAccountIdResponse() { |
checkGetPublisherProfilesByAccountIdResponse(api.GetPublisherProfilesByAccountIdResponse o) { |
buildCounterGetPublisherProfilesByAccountIdResponse++; |
if (buildCounterGetPublisherProfilesByAccountIdResponse < 3) { |
- checkUnnamed1723(o.profiles); |
+ checkUnnamed1827(o.profiles); |
} |
buildCounterGetPublisherProfilesByAccountIdResponse--; |
} |
-buildUnnamed1724() { |
+buildUnnamed1828() { |
var o = new core.List<api.ContactInformation>(); |
o.add(buildContactInformation()); |
o.add(buildContactInformation()); |
return o; |
} |
-checkUnnamed1724(core.List<api.ContactInformation> o) { |
+checkUnnamed1828(core.List<api.ContactInformation> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkContactInformation(o[0]); |
checkContactInformation(o[1]); |
} |
-buildUnnamed1725() { |
+buildUnnamed1829() { |
var o = new core.List<api.SharedTargeting>(); |
o.add(buildSharedTargeting()); |
o.add(buildSharedTargeting()); |
return o; |
} |
-checkUnnamed1725(core.List<api.SharedTargeting> o) { |
+checkUnnamed1829(core.List<api.SharedTargeting> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkSharedTargeting(o[0]); |
checkSharedTargeting(o[1]); |
@@ -1966,8 +1966,8 @@ buildMarketplaceDeal() { |
o.productRevisionNumber = "foo"; |
o.programmaticCreativeSource = "foo"; |
o.proposalId = "foo"; |
- o.sellerContacts = buildUnnamed1724(); |
- o.sharedTargetings = buildUnnamed1725(); |
+ o.sellerContacts = buildUnnamed1828(); |
+ o.sharedTargetings = buildUnnamed1829(); |
o.syndicationProduct = "foo"; |
o.terms = buildDealTerms(); |
o.webPropertyCode = "foo"; |
@@ -1998,8 +1998,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')); |
- checkUnnamed1724(o.sellerContacts); |
- checkUnnamed1725(o.sharedTargetings); |
+ checkUnnamed1828(o.sellerContacts); |
+ checkUnnamed1829(o.sharedTargetings); |
unittest.expect(o.syndicationProduct, unittest.equals('foo')); |
checkDealTerms(o.terms); |
unittest.expect(o.webPropertyCode, unittest.equals('foo')); |
@@ -2086,53 +2086,53 @@ checkMarketplaceNote(api.MarketplaceNote o) { |
buildCounterMarketplaceNote--; |
} |
-buildUnnamed1726() { |
+buildUnnamed1830() { |
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; |
} |
-checkUnnamed1726(core.List<core.Object> o) { |
+checkUnnamed1830(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')); |
} |
-buildUnnamed1727() { |
+buildUnnamed1831() { |
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; |
} |
-checkUnnamed1727(core.List<core.Object> o) { |
+checkUnnamed1831(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')); |
} |
-buildUnnamed1728() { |
+buildUnnamed1832() { |
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; |
} |
-checkUnnamed1728(core.List<core.Object> o) { |
+checkUnnamed1832(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')); |
} |
-buildUnnamed1729() { |
+buildUnnamed1833() { |
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; |
} |
-checkUnnamed1729(core.List<core.Object> o) { |
+checkUnnamed1833(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')); |
@@ -2145,11 +2145,11 @@ buildPerformanceReport() { |
if (buildCounterPerformanceReport < 3) { |
o.bidRate = 42.0; |
o.bidRequestRate = 42.0; |
- o.calloutStatusRate = buildUnnamed1726(); |
- o.cookieMatcherStatusRate = buildUnnamed1727(); |
- o.creativeStatusRate = buildUnnamed1728(); |
+ o.calloutStatusRate = buildUnnamed1830(); |
+ o.cookieMatcherStatusRate = buildUnnamed1831(); |
+ o.creativeStatusRate = buildUnnamed1832(); |
o.filteredBidRate = 42.0; |
- o.hostedMatchStatusRate = buildUnnamed1729(); |
+ o.hostedMatchStatusRate = buildUnnamed1833(); |
o.inventoryMatchRate = 42.0; |
o.kind = "foo"; |
o.latency50thPercentile = 42.0; |
@@ -2175,11 +2175,11 @@ checkPerformanceReport(api.PerformanceReport o) { |
if (buildCounterPerformanceReport < 3) { |
unittest.expect(o.bidRate, unittest.equals(42.0)); |
unittest.expect(o.bidRequestRate, unittest.equals(42.0)); |
- checkUnnamed1726(o.calloutStatusRate); |
- checkUnnamed1727(o.cookieMatcherStatusRate); |
- checkUnnamed1728(o.creativeStatusRate); |
+ checkUnnamed1830(o.calloutStatusRate); |
+ checkUnnamed1831(o.cookieMatcherStatusRate); |
+ checkUnnamed1832(o.creativeStatusRate); |
unittest.expect(o.filteredBidRate, unittest.equals(42.0)); |
- checkUnnamed1729(o.hostedMatchStatusRate); |
+ checkUnnamed1833(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)); |
@@ -2199,14 +2199,14 @@ checkPerformanceReport(api.PerformanceReport o) { |
buildCounterPerformanceReport--; |
} |
-buildUnnamed1730() { |
+buildUnnamed1834() { |
var o = new core.List<api.PerformanceReport>(); |
o.add(buildPerformanceReport()); |
o.add(buildPerformanceReport()); |
return o; |
} |
-checkUnnamed1730(core.List<api.PerformanceReport> o) { |
+checkUnnamed1834(core.List<api.PerformanceReport> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPerformanceReport(o[0]); |
checkPerformanceReport(o[1]); |
@@ -2218,7 +2218,7 @@ buildPerformanceReportList() { |
buildCounterPerformanceReportList++; |
if (buildCounterPerformanceReportList < 3) { |
o.kind = "foo"; |
- o.performanceReport = buildUnnamed1730(); |
+ o.performanceReport = buildUnnamed1834(); |
} |
buildCounterPerformanceReportList--; |
return o; |
@@ -2228,19 +2228,19 @@ checkPerformanceReportList(api.PerformanceReportList o) { |
buildCounterPerformanceReportList++; |
if (buildCounterPerformanceReportList < 3) { |
unittest.expect(o.kind, unittest.equals('foo')); |
- checkUnnamed1730(o.performanceReport); |
+ checkUnnamed1834(o.performanceReport); |
} |
buildCounterPerformanceReportList--; |
} |
-buildUnnamed1731() { |
+buildUnnamed1835() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1731(core.List<core.String> o) { |
+checkUnnamed1835(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -2267,40 +2267,40 @@ checkPretargetingConfigDimensions(api.PretargetingConfigDimensions o) { |
buildCounterPretargetingConfigDimensions--; |
} |
-buildUnnamed1732() { |
+buildUnnamed1836() { |
var o = new core.List<api.PretargetingConfigDimensions>(); |
o.add(buildPretargetingConfigDimensions()); |
o.add(buildPretargetingConfigDimensions()); |
return o; |
} |
-checkUnnamed1732(core.List<api.PretargetingConfigDimensions> o) { |
+checkUnnamed1836(core.List<api.PretargetingConfigDimensions> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPretargetingConfigDimensions(o[0]); |
checkPretargetingConfigDimensions(o[1]); |
} |
-buildUnnamed1733() { |
+buildUnnamed1837() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1733(core.List<core.String> o) { |
+checkUnnamed1837(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed1734() { |
+buildUnnamed1838() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1734(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')); |
@@ -2327,105 +2327,105 @@ checkPretargetingConfigExcludedPlacements(api.PretargetingConfigExcludedPlacemen |
buildCounterPretargetingConfigExcludedPlacements--; |
} |
-buildUnnamed1735() { |
+buildUnnamed1839() { |
var o = new core.List<api.PretargetingConfigExcludedPlacements>(); |
o.add(buildPretargetingConfigExcludedPlacements()); |
o.add(buildPretargetingConfigExcludedPlacements()); |
return o; |
} |
-checkUnnamed1735(core.List<api.PretargetingConfigExcludedPlacements> o) { |
+checkUnnamed1839(core.List<api.PretargetingConfigExcludedPlacements> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPretargetingConfigExcludedPlacements(o[0]); |
checkPretargetingConfigExcludedPlacements(o[1]); |
} |
-buildUnnamed1736() { |
+buildUnnamed1840() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1736(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')); |
} |
-buildUnnamed1737() { |
+buildUnnamed1841() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1737(core.List<core.String> o) { |
+checkUnnamed1841(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed1738() { |
+buildUnnamed1842() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1738(core.List<core.String> o) { |
+checkUnnamed1842(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed1739() { |
+buildUnnamed1843() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1739(core.List<core.String> o) { |
+checkUnnamed1843(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed1740() { |
+buildUnnamed1844() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1740(core.List<core.String> o) { |
+checkUnnamed1844(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed1741() { |
+buildUnnamed1845() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1741(core.List<core.String> o) { |
+checkUnnamed1845(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed1742() { |
+buildUnnamed1846() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1742(core.List<core.String> o) { |
+checkUnnamed1846(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -2452,92 +2452,92 @@ checkPretargetingConfigPlacements(api.PretargetingConfigPlacements o) { |
buildCounterPretargetingConfigPlacements--; |
} |
-buildUnnamed1743() { |
+buildUnnamed1847() { |
var o = new core.List<api.PretargetingConfigPlacements>(); |
o.add(buildPretargetingConfigPlacements()); |
o.add(buildPretargetingConfigPlacements()); |
return o; |
} |
-checkUnnamed1743(core.List<api.PretargetingConfigPlacements> o) { |
+checkUnnamed1847(core.List<api.PretargetingConfigPlacements> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPretargetingConfigPlacements(o[0]); |
checkPretargetingConfigPlacements(o[1]); |
} |
-buildUnnamed1744() { |
+buildUnnamed1848() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1744(core.List<core.String> o) { |
+checkUnnamed1848(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed1745() { |
+buildUnnamed1849() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1745(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')); |
} |
-buildUnnamed1746() { |
+buildUnnamed1850() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1746(core.List<core.String> o) { |
+checkUnnamed1850(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed1747() { |
+buildUnnamed1851() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1747(core.List<core.String> o) { |
+checkUnnamed1851(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed1748() { |
+buildUnnamed1852() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1748(core.List<core.String> o) { |
+checkUnnamed1852(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed1749() { |
+buildUnnamed1853() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1749(core.List<core.String> o) { |
+checkUnnamed1853(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -2566,14 +2566,14 @@ checkPretargetingConfigVideoPlayerSizes(api.PretargetingConfigVideoPlayerSizes o |
buildCounterPretargetingConfigVideoPlayerSizes--; |
} |
-buildUnnamed1750() { |
+buildUnnamed1854() { |
var o = new core.List<api.PretargetingConfigVideoPlayerSizes>(); |
o.add(buildPretargetingConfigVideoPlayerSizes()); |
o.add(buildPretargetingConfigVideoPlayerSizes()); |
return o; |
} |
-checkUnnamed1750(core.List<api.PretargetingConfigVideoPlayerSizes> o) { |
+checkUnnamed1854(core.List<api.PretargetingConfigVideoPlayerSizes> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPretargetingConfigVideoPlayerSizes(o[0]); |
checkPretargetingConfigVideoPlayerSizes(o[1]); |
@@ -2587,29 +2587,29 @@ buildPretargetingConfig() { |
o.billingId = "foo"; |
o.configId = "foo"; |
o.configName = "foo"; |
- o.creativeType = buildUnnamed1731(); |
- o.dimensions = buildUnnamed1732(); |
- o.excludedContentLabels = buildUnnamed1733(); |
- o.excludedGeoCriteriaIds = buildUnnamed1734(); |
- o.excludedPlacements = buildUnnamed1735(); |
- o.excludedUserLists = buildUnnamed1736(); |
- o.excludedVerticals = buildUnnamed1737(); |
- o.geoCriteriaIds = buildUnnamed1738(); |
+ o.creativeType = buildUnnamed1835(); |
+ o.dimensions = buildUnnamed1836(); |
+ o.excludedContentLabels = buildUnnamed1837(); |
+ o.excludedGeoCriteriaIds = buildUnnamed1838(); |
+ o.excludedPlacements = buildUnnamed1839(); |
+ o.excludedUserLists = buildUnnamed1840(); |
+ o.excludedVerticals = buildUnnamed1841(); |
+ o.geoCriteriaIds = buildUnnamed1842(); |
o.isActive = true; |
o.kind = "foo"; |
- o.languages = buildUnnamed1739(); |
+ o.languages = buildUnnamed1843(); |
o.minimumViewabilityDecile = 42; |
- o.mobileCarriers = buildUnnamed1740(); |
- o.mobileDevices = buildUnnamed1741(); |
- o.mobileOperatingSystemVersions = buildUnnamed1742(); |
- o.placements = buildUnnamed1743(); |
- o.platforms = buildUnnamed1744(); |
- o.supportedCreativeAttributes = buildUnnamed1745(); |
- o.userIdentifierDataRequired = buildUnnamed1746(); |
- o.userLists = buildUnnamed1747(); |
- o.vendorTypes = buildUnnamed1748(); |
- o.verticals = buildUnnamed1749(); |
- o.videoPlayerSizes = buildUnnamed1750(); |
+ o.mobileCarriers = buildUnnamed1844(); |
+ o.mobileDevices = buildUnnamed1845(); |
+ o.mobileOperatingSystemVersions = buildUnnamed1846(); |
+ o.placements = buildUnnamed1847(); |
+ o.platforms = buildUnnamed1848(); |
+ o.supportedCreativeAttributes = buildUnnamed1849(); |
+ o.userIdentifierDataRequired = buildUnnamed1850(); |
+ o.userLists = buildUnnamed1851(); |
+ o.vendorTypes = buildUnnamed1852(); |
+ o.verticals = buildUnnamed1853(); |
+ o.videoPlayerSizes = buildUnnamed1854(); |
} |
buildCounterPretargetingConfig--; |
return o; |
@@ -2621,41 +2621,41 @@ 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')); |
- checkUnnamed1731(o.creativeType); |
- checkUnnamed1732(o.dimensions); |
- checkUnnamed1733(o.excludedContentLabels); |
- checkUnnamed1734(o.excludedGeoCriteriaIds); |
- checkUnnamed1735(o.excludedPlacements); |
- checkUnnamed1736(o.excludedUserLists); |
- checkUnnamed1737(o.excludedVerticals); |
- checkUnnamed1738(o.geoCriteriaIds); |
+ checkUnnamed1835(o.creativeType); |
+ checkUnnamed1836(o.dimensions); |
+ checkUnnamed1837(o.excludedContentLabels); |
+ checkUnnamed1838(o.excludedGeoCriteriaIds); |
+ checkUnnamed1839(o.excludedPlacements); |
+ checkUnnamed1840(o.excludedUserLists); |
+ checkUnnamed1841(o.excludedVerticals); |
+ checkUnnamed1842(o.geoCriteriaIds); |
unittest.expect(o.isActive, unittest.isTrue); |
unittest.expect(o.kind, unittest.equals('foo')); |
- checkUnnamed1739(o.languages); |
+ checkUnnamed1843(o.languages); |
unittest.expect(o.minimumViewabilityDecile, unittest.equals(42)); |
- checkUnnamed1740(o.mobileCarriers); |
- checkUnnamed1741(o.mobileDevices); |
- checkUnnamed1742(o.mobileOperatingSystemVersions); |
- checkUnnamed1743(o.placements); |
- checkUnnamed1744(o.platforms); |
- checkUnnamed1745(o.supportedCreativeAttributes); |
- checkUnnamed1746(o.userIdentifierDataRequired); |
- checkUnnamed1747(o.userLists); |
- checkUnnamed1748(o.vendorTypes); |
- checkUnnamed1749(o.verticals); |
- checkUnnamed1750(o.videoPlayerSizes); |
+ checkUnnamed1844(o.mobileCarriers); |
+ checkUnnamed1845(o.mobileDevices); |
+ checkUnnamed1846(o.mobileOperatingSystemVersions); |
+ checkUnnamed1847(o.placements); |
+ checkUnnamed1848(o.platforms); |
+ checkUnnamed1849(o.supportedCreativeAttributes); |
+ checkUnnamed1850(o.userIdentifierDataRequired); |
+ checkUnnamed1851(o.userLists); |
+ checkUnnamed1852(o.vendorTypes); |
+ checkUnnamed1853(o.verticals); |
+ checkUnnamed1854(o.videoPlayerSizes); |
} |
buildCounterPretargetingConfig--; |
} |
-buildUnnamed1751() { |
+buildUnnamed1855() { |
var o = new core.List<api.PretargetingConfig>(); |
o.add(buildPretargetingConfig()); |
o.add(buildPretargetingConfig()); |
return o; |
} |
-checkUnnamed1751(core.List<api.PretargetingConfig> o) { |
+checkUnnamed1855(core.List<api.PretargetingConfig> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPretargetingConfig(o[0]); |
checkPretargetingConfig(o[1]); |
@@ -2666,7 +2666,7 @@ buildPretargetingConfigList() { |
var o = new api.PretargetingConfigList(); |
buildCounterPretargetingConfigList++; |
if (buildCounterPretargetingConfigList < 3) { |
- o.items = buildUnnamed1751(); |
+ o.items = buildUnnamed1855(); |
o.kind = "foo"; |
} |
buildCounterPretargetingConfigList--; |
@@ -2676,7 +2676,7 @@ buildPretargetingConfigList() { |
checkPretargetingConfigList(api.PretargetingConfigList o) { |
buildCounterPretargetingConfigList++; |
if (buildCounterPretargetingConfigList < 3) { |
- checkUnnamed1751(o.items); |
+ checkUnnamed1855(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
} |
buildCounterPretargetingConfigList--; |
@@ -2751,40 +2751,40 @@ checkPrivateData(api.PrivateData o) { |
buildCounterPrivateData--; |
} |
-buildUnnamed1752() { |
+buildUnnamed1856() { |
var o = new core.List<api.ContactInformation>(); |
o.add(buildContactInformation()); |
o.add(buildContactInformation()); |
return o; |
} |
-checkUnnamed1752(core.List<api.ContactInformation> o) { |
+checkUnnamed1856(core.List<api.ContactInformation> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkContactInformation(o[0]); |
checkContactInformation(o[1]); |
} |
-buildUnnamed1753() { |
+buildUnnamed1857() { |
var o = new core.List<api.MarketplaceLabel>(); |
o.add(buildMarketplaceLabel()); |
o.add(buildMarketplaceLabel()); |
return o; |
} |
-checkUnnamed1753(core.List<api.MarketplaceLabel> o) { |
+checkUnnamed1857(core.List<api.MarketplaceLabel> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkMarketplaceLabel(o[0]); |
checkMarketplaceLabel(o[1]); |
} |
-buildUnnamed1754() { |
+buildUnnamed1858() { |
var o = new core.List<api.SharedTargeting>(); |
o.add(buildSharedTargeting()); |
o.add(buildSharedTargeting()); |
return o; |
} |
-checkUnnamed1754(core.List<api.SharedTargeting> o) { |
+checkUnnamed1858(core.List<api.SharedTargeting> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkSharedTargeting(o[0]); |
checkSharedTargeting(o[1]); |
@@ -2796,14 +2796,14 @@ buildProduct() { |
buildCounterProduct++; |
if (buildCounterProduct < 3) { |
o.creationTimeMs = "foo"; |
- o.creatorContacts = buildUnnamed1752(); |
+ o.creatorContacts = buildUnnamed1856(); |
o.deliveryControl = buildDeliveryControl(); |
o.flightEndTimeMs = "foo"; |
o.flightStartTimeMs = "foo"; |
o.hasCreatorSignedOff = true; |
o.inventorySource = "foo"; |
o.kind = "foo"; |
- o.labels = buildUnnamed1753(); |
+ o.labels = buildUnnamed1857(); |
o.lastUpdateTimeMs = "foo"; |
o.legacyOfferId = "foo"; |
o.marketplacePublisherProfileId = "foo"; |
@@ -2814,7 +2814,7 @@ buildProduct() { |
o.publisherProvidedForecast = buildPublisherProvidedForecast(); |
o.revisionNumber = "foo"; |
o.seller = buildSeller(); |
- o.sharedTargetings = buildUnnamed1754(); |
+ o.sharedTargetings = buildUnnamed1858(); |
o.state = "foo"; |
o.syndicationProduct = "foo"; |
o.terms = buildDealTerms(); |
@@ -2828,14 +2828,14 @@ checkProduct(api.Product o) { |
buildCounterProduct++; |
if (buildCounterProduct < 3) { |
unittest.expect(o.creationTimeMs, unittest.equals('foo')); |
- checkUnnamed1752(o.creatorContacts); |
+ checkUnnamed1856(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')); |
- checkUnnamed1753(o.labels); |
+ checkUnnamed1857(o.labels); |
unittest.expect(o.lastUpdateTimeMs, unittest.equals('foo')); |
unittest.expect(o.legacyOfferId, unittest.equals('foo')); |
unittest.expect(o.marketplacePublisherProfileId, unittest.equals('foo')); |
@@ -2846,7 +2846,7 @@ checkProduct(api.Product o) { |
checkPublisherProvidedForecast(o.publisherProvidedForecast); |
unittest.expect(o.revisionNumber, unittest.equals('foo')); |
checkSeller(o.seller); |
- checkUnnamed1754(o.sharedTargetings); |
+ checkUnnamed1858(o.sharedTargetings); |
unittest.expect(o.state, unittest.equals('foo')); |
unittest.expect(o.syndicationProduct, unittest.equals('foo')); |
checkDealTerms(o.terms); |
@@ -2855,53 +2855,53 @@ checkProduct(api.Product o) { |
buildCounterProduct--; |
} |
-buildUnnamed1755() { |
+buildUnnamed1859() { |
var o = new core.List<api.ContactInformation>(); |
o.add(buildContactInformation()); |
o.add(buildContactInformation()); |
return o; |
} |
-checkUnnamed1755(core.List<api.ContactInformation> o) { |
+checkUnnamed1859(core.List<api.ContactInformation> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkContactInformation(o[0]); |
checkContactInformation(o[1]); |
} |
-buildUnnamed1756() { |
+buildUnnamed1860() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1756(core.List<core.String> o) { |
+checkUnnamed1860(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed1757() { |
+buildUnnamed1861() { |
var o = new core.List<api.MarketplaceLabel>(); |
o.add(buildMarketplaceLabel()); |
o.add(buildMarketplaceLabel()); |
return o; |
} |
-checkUnnamed1757(core.List<api.MarketplaceLabel> o) { |
+checkUnnamed1861(core.List<api.MarketplaceLabel> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkMarketplaceLabel(o[0]); |
checkMarketplaceLabel(o[1]); |
} |
-buildUnnamed1758() { |
+buildUnnamed1862() { |
var o = new core.List<api.ContactInformation>(); |
o.add(buildContactInformation()); |
o.add(buildContactInformation()); |
return o; |
} |
-checkUnnamed1758(core.List<api.ContactInformation> o) { |
+checkUnnamed1862(core.List<api.ContactInformation> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkContactInformation(o[0]); |
checkContactInformation(o[1]); |
@@ -2914,16 +2914,16 @@ buildProposal() { |
if (buildCounterProposal < 3) { |
o.billedBuyer = buildBuyer(); |
o.buyer = buildBuyer(); |
- o.buyerContacts = buildUnnamed1755(); |
+ o.buyerContacts = buildUnnamed1859(); |
o.buyerPrivateData = buildPrivateData(); |
- o.dbmAdvertiserIds = buildUnnamed1756(); |
+ o.dbmAdvertiserIds = buildUnnamed1860(); |
o.hasBuyerSignedOff = true; |
o.hasSellerSignedOff = true; |
o.inventorySource = "foo"; |
o.isRenegotiating = true; |
o.isSetupComplete = true; |
o.kind = "foo"; |
- o.labels = buildUnnamed1757(); |
+ o.labels = buildUnnamed1861(); |
o.lastUpdaterOrCommentorRole = "foo"; |
o.name = "foo"; |
o.negotiationId = "foo"; |
@@ -2934,7 +2934,7 @@ buildProposal() { |
o.revisionNumber = "foo"; |
o.revisionTimeMs = "foo"; |
o.seller = buildSeller(); |
- o.sellerContacts = buildUnnamed1758(); |
+ o.sellerContacts = buildUnnamed1862(); |
} |
buildCounterProposal--; |
return o; |
@@ -2945,16 +2945,16 @@ checkProposal(api.Proposal o) { |
if (buildCounterProposal < 3) { |
checkBuyer(o.billedBuyer); |
checkBuyer(o.buyer); |
- checkUnnamed1755(o.buyerContacts); |
+ checkUnnamed1859(o.buyerContacts); |
checkPrivateData(o.buyerPrivateData); |
- checkUnnamed1756(o.dbmAdvertiserIds); |
+ checkUnnamed1860(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')); |
- checkUnnamed1757(o.labels); |
+ checkUnnamed1861(o.labels); |
unittest.expect(o.lastUpdaterOrCommentorRole, unittest.equals('foo')); |
unittest.expect(o.name, unittest.equals('foo')); |
unittest.expect(o.negotiationId, unittest.equals('foo')); |
@@ -2965,32 +2965,32 @@ checkProposal(api.Proposal o) { |
unittest.expect(o.revisionNumber, unittest.equals('foo')); |
unittest.expect(o.revisionTimeMs, unittest.equals('foo')); |
checkSeller(o.seller); |
- checkUnnamed1758(o.sellerContacts); |
+ checkUnnamed1862(o.sellerContacts); |
} |
buildCounterProposal--; |
} |
-buildUnnamed1759() { |
+buildUnnamed1863() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1759(core.List<core.String> o) { |
+checkUnnamed1863(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed1760() { |
+buildUnnamed1864() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1760(core.List<core.String> o) { |
+checkUnnamed1864(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -3016,14 +3016,14 @@ buildPublisherProfileApiProto() { |
o.overview = "foo"; |
o.profileId = 42; |
o.programmaticContact = "foo"; |
- o.publisherDomains = buildUnnamed1759(); |
+ o.publisherDomains = buildUnnamed1863(); |
o.publisherProfileId = "foo"; |
o.publisherProvidedForecast = buildPublisherProvidedForecast(); |
o.rateCardInfoLink = "foo"; |
o.samplePageLink = "foo"; |
o.seller = buildSeller(); |
o.state = "foo"; |
- o.topHeadlines = buildUnnamed1760(); |
+ o.topHeadlines = buildUnnamed1864(); |
} |
buildCounterPublisherProfileApiProto--; |
return o; |
@@ -3047,26 +3047,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')); |
- checkUnnamed1759(o.publisherDomains); |
+ checkUnnamed1863(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')); |
- checkUnnamed1760(o.topHeadlines); |
+ checkUnnamed1864(o.topHeadlines); |
} |
buildCounterPublisherProfileApiProto--; |
} |
-buildUnnamed1761() { |
+buildUnnamed1865() { |
var o = new core.List<api.Dimension>(); |
o.add(buildDimension()); |
o.add(buildDimension()); |
return o; |
} |
-checkUnnamed1761(core.List<api.Dimension> o) { |
+checkUnnamed1865(core.List<api.Dimension> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkDimension(o[0]); |
checkDimension(o[1]); |
@@ -3077,7 +3077,7 @@ buildPublisherProvidedForecast() { |
var o = new api.PublisherProvidedForecast(); |
buildCounterPublisherProvidedForecast++; |
if (buildCounterPublisherProvidedForecast < 3) { |
- o.dimensions = buildUnnamed1761(); |
+ o.dimensions = buildUnnamed1865(); |
o.weeklyImpressions = "foo"; |
o.weeklyUniques = "foo"; |
} |
@@ -3088,7 +3088,7 @@ buildPublisherProvidedForecast() { |
checkPublisherProvidedForecast(api.PublisherProvidedForecast o) { |
buildCounterPublisherProvidedForecast++; |
if (buildCounterPublisherProvidedForecast < 3) { |
- checkUnnamed1761(o.dimensions); |
+ checkUnnamed1865(o.dimensions); |
unittest.expect(o.weeklyImpressions, unittest.equals('foo')); |
unittest.expect(o.weeklyUniques, unittest.equals('foo')); |
} |
@@ -3116,27 +3116,27 @@ checkSeller(api.Seller o) { |
buildCounterSeller--; |
} |
-buildUnnamed1762() { |
+buildUnnamed1866() { |
var o = new core.List<api.TargetingValue>(); |
o.add(buildTargetingValue()); |
o.add(buildTargetingValue()); |
return o; |
} |
-checkUnnamed1762(core.List<api.TargetingValue> o) { |
+checkUnnamed1866(core.List<api.TargetingValue> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkTargetingValue(o[0]); |
checkTargetingValue(o[1]); |
} |
-buildUnnamed1763() { |
+buildUnnamed1867() { |
var o = new core.List<api.TargetingValue>(); |
o.add(buildTargetingValue()); |
o.add(buildTargetingValue()); |
return o; |
} |
-checkUnnamed1763(core.List<api.TargetingValue> o) { |
+checkUnnamed1867(core.List<api.TargetingValue> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkTargetingValue(o[0]); |
checkTargetingValue(o[1]); |
@@ -3147,8 +3147,8 @@ buildSharedTargeting() { |
var o = new api.SharedTargeting(); |
buildCounterSharedTargeting++; |
if (buildCounterSharedTargeting < 3) { |
- o.exclusions = buildUnnamed1762(); |
- o.inclusions = buildUnnamed1763(); |
+ o.exclusions = buildUnnamed1866(); |
+ o.inclusions = buildUnnamed1867(); |
o.key = "foo"; |
} |
buildCounterSharedTargeting--; |
@@ -3158,8 +3158,8 @@ buildSharedTargeting() { |
checkSharedTargeting(api.SharedTargeting o) { |
buildCounterSharedTargeting++; |
if (buildCounterSharedTargeting < 3) { |
- checkUnnamed1762(o.exclusions); |
- checkUnnamed1763(o.inclusions); |
+ checkUnnamed1866(o.exclusions); |
+ checkUnnamed1867(o.inclusions); |
unittest.expect(o.key, unittest.equals('foo')); |
} |
buildCounterSharedTargeting--; |
@@ -3190,14 +3190,14 @@ checkTargetingValue(api.TargetingValue o) { |
buildCounterTargetingValue--; |
} |
-buildUnnamed1764() { |
+buildUnnamed1868() { |
var o = new core.List<api.TargetingValueSize>(); |
o.add(buildTargetingValueSize()); |
o.add(buildTargetingValueSize()); |
return o; |
} |
-checkUnnamed1764(core.List<api.TargetingValueSize> o) { |
+checkUnnamed1868(core.List<api.TargetingValueSize> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkTargetingValueSize(o[0]); |
checkTargetingValueSize(o[1]); |
@@ -3208,7 +3208,7 @@ buildTargetingValueCreativeSize() { |
var o = new api.TargetingValueCreativeSize(); |
buildCounterTargetingValueCreativeSize++; |
if (buildCounterTargetingValueCreativeSize < 3) { |
- o.companionSizes = buildUnnamed1764(); |
+ o.companionSizes = buildUnnamed1868(); |
o.creativeSizeType = "foo"; |
o.size = buildTargetingValueSize(); |
o.skippableAdType = "foo"; |
@@ -3220,7 +3220,7 @@ buildTargetingValueCreativeSize() { |
checkTargetingValueCreativeSize(api.TargetingValueCreativeSize o) { |
buildCounterTargetingValueCreativeSize++; |
if (buildCounterTargetingValueCreativeSize < 3) { |
- checkUnnamed1764(o.companionSizes); |
+ checkUnnamed1868(o.companionSizes); |
unittest.expect(o.creativeSizeType, unittest.equals('foo')); |
checkTargetingValueSize(o.size); |
unittest.expect(o.skippableAdType, unittest.equals('foo')); |
@@ -3228,14 +3228,14 @@ checkTargetingValueCreativeSize(api.TargetingValueCreativeSize o) { |
buildCounterTargetingValueCreativeSize--; |
} |
-buildUnnamed1765() { |
+buildUnnamed1869() { |
var o = new core.List<api.TargetingValueDayPartTargetingDayPart>(); |
o.add(buildTargetingValueDayPartTargetingDayPart()); |
o.add(buildTargetingValueDayPartTargetingDayPart()); |
return o; |
} |
-checkUnnamed1765(core.List<api.TargetingValueDayPartTargetingDayPart> o) { |
+checkUnnamed1869(core.List<api.TargetingValueDayPartTargetingDayPart> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkTargetingValueDayPartTargetingDayPart(o[0]); |
checkTargetingValueDayPartTargetingDayPart(o[1]); |
@@ -3246,7 +3246,7 @@ buildTargetingValueDayPartTargeting() { |
var o = new api.TargetingValueDayPartTargeting(); |
buildCounterTargetingValueDayPartTargeting++; |
if (buildCounterTargetingValueDayPartTargeting < 3) { |
- o.dayParts = buildUnnamed1765(); |
+ o.dayParts = buildUnnamed1869(); |
o.timeZoneType = "foo"; |
} |
buildCounterTargetingValueDayPartTargeting--; |
@@ -3256,7 +3256,7 @@ buildTargetingValueDayPartTargeting() { |
checkTargetingValueDayPartTargeting(api.TargetingValueDayPartTargeting o) { |
buildCounterTargetingValueDayPartTargeting++; |
if (buildCounterTargetingValueDayPartTargeting < 3) { |
- checkUnnamed1765(o.dayParts); |
+ checkUnnamed1869(o.dayParts); |
unittest.expect(o.timeZoneType, unittest.equals('foo')); |
} |
buildCounterTargetingValueDayPartTargeting--; |
@@ -3335,27 +3335,27 @@ checkUpdatePrivateAuctionProposalRequest(api.UpdatePrivateAuctionProposalRequest |
buildCounterUpdatePrivateAuctionProposalRequest--; |
} |
-buildUnnamed1766() { |
+buildUnnamed1870() { |
var o = new core.List<core.int>(); |
o.add(42); |
o.add(42); |
return o; |
} |
-checkUnnamed1766(core.List<core.int> o) { |
+checkUnnamed1870(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)); |
} |
-buildUnnamed1767() { |
+buildUnnamed1871() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1767(core.List<core.String> o) { |
+checkUnnamed1871(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -4719,8 +4719,8 @@ main() { |
var mock = new HttpServerMock(); |
api.CreativesResourceApi res = new api.AdexchangebuyerApi(mock).creatives; |
- var arg_accountId = buildUnnamed1766(); |
- var arg_buyerCreativeId = buildUnnamed1767(); |
+ var arg_accountId = buildUnnamed1870(); |
+ var arg_buyerCreativeId = buildUnnamed1871(); |
var arg_dealsStatusFilter = "foo"; |
var arg_maxResults = 42; |
var arg_openAuctionStatusFilter = "foo"; |