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 72ee9738681b090dd0b068509fb0b602c6340ea7..f3d1a944d240cd88054f677d00e382dd3c5a9288 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--; |
} |
-buildUnnamed1777() { |
+buildUnnamed1789() { |
var o = new core.List<api.AccountBidderLocation>(); |
o.add(buildAccountBidderLocation()); |
o.add(buildAccountBidderLocation()); |
return o; |
} |
-checkUnnamed1777(core.List<api.AccountBidderLocation> o) { |
+checkUnnamed1789(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 = buildUnnamed1777(); |
+ o.bidderLocation = buildUnnamed1789(); |
o.cookieMatchingNid = "foo"; |
o.cookieMatchingUrl = "foo"; |
o.id = 42; |
@@ -110,7 +110,7 @@ buildAccount() { |
checkAccount(api.Account o) { |
buildCounterAccount++; |
if (buildCounterAccount < 3) { |
- checkUnnamed1777(o.bidderLocation); |
+ checkUnnamed1789(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--; |
} |
-buildUnnamed1778() { |
+buildUnnamed1790() { |
var o = new core.List<api.Account>(); |
o.add(buildAccount()); |
o.add(buildAccount()); |
return o; |
} |
-checkUnnamed1778(core.List<api.Account> o) { |
+checkUnnamed1790(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 = buildUnnamed1778(); |
+ o.items = buildUnnamed1790(); |
o.kind = "foo"; |
} |
buildCounterAccountsList--; |
@@ -150,20 +150,20 @@ buildAccountsList() { |
checkAccountsList(api.AccountsList o) { |
buildCounterAccountsList++; |
if (buildCounterAccountsList < 3) { |
- checkUnnamed1778(o.items); |
+ checkUnnamed1790(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
} |
buildCounterAccountsList--; |
} |
-buildUnnamed1779() { |
+buildUnnamed1791() { |
var o = new core.List<api.MarketplaceDeal>(); |
o.add(buildMarketplaceDeal()); |
o.add(buildMarketplaceDeal()); |
return o; |
} |
-checkUnnamed1779(core.List<api.MarketplaceDeal> o) { |
+checkUnnamed1791(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 = buildUnnamed1779(); |
+ o.deals = buildUnnamed1791(); |
o.proposalRevisionNumber = "foo"; |
o.updateAction = "foo"; |
} |
@@ -185,21 +185,21 @@ buildAddOrderDealsRequest() { |
checkAddOrderDealsRequest(api.AddOrderDealsRequest o) { |
buildCounterAddOrderDealsRequest++; |
if (buildCounterAddOrderDealsRequest < 3) { |
- checkUnnamed1779(o.deals); |
+ checkUnnamed1791(o.deals); |
unittest.expect(o.proposalRevisionNumber, unittest.equals('foo')); |
unittest.expect(o.updateAction, unittest.equals('foo')); |
} |
buildCounterAddOrderDealsRequest--; |
} |
-buildUnnamed1780() { |
+buildUnnamed1792() { |
var o = new core.List<api.MarketplaceDeal>(); |
o.add(buildMarketplaceDeal()); |
o.add(buildMarketplaceDeal()); |
return o; |
} |
-checkUnnamed1780(core.List<api.MarketplaceDeal> o) { |
+checkUnnamed1792(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 = buildUnnamed1780(); |
+ o.deals = buildUnnamed1792(); |
o.proposalRevisionNumber = "foo"; |
} |
buildCounterAddOrderDealsResponse--; |
@@ -220,20 +220,20 @@ buildAddOrderDealsResponse() { |
checkAddOrderDealsResponse(api.AddOrderDealsResponse o) { |
buildCounterAddOrderDealsResponse++; |
if (buildCounterAddOrderDealsResponse < 3) { |
- checkUnnamed1780(o.deals); |
+ checkUnnamed1792(o.deals); |
unittest.expect(o.proposalRevisionNumber, unittest.equals('foo')); |
} |
buildCounterAddOrderDealsResponse--; |
} |
-buildUnnamed1781() { |
+buildUnnamed1793() { |
var o = new core.List<api.MarketplaceNote>(); |
o.add(buildMarketplaceNote()); |
o.add(buildMarketplaceNote()); |
return o; |
} |
-checkUnnamed1781(core.List<api.MarketplaceNote> o) { |
+checkUnnamed1793(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 = buildUnnamed1781(); |
+ o.notes = buildUnnamed1793(); |
} |
buildCounterAddOrderNotesRequest--; |
return o; |
@@ -253,19 +253,19 @@ buildAddOrderNotesRequest() { |
checkAddOrderNotesRequest(api.AddOrderNotesRequest o) { |
buildCounterAddOrderNotesRequest++; |
if (buildCounterAddOrderNotesRequest < 3) { |
- checkUnnamed1781(o.notes); |
+ checkUnnamed1793(o.notes); |
} |
buildCounterAddOrderNotesRequest--; |
} |
-buildUnnamed1782() { |
+buildUnnamed1794() { |
var o = new core.List<api.MarketplaceNote>(); |
o.add(buildMarketplaceNote()); |
o.add(buildMarketplaceNote()); |
return o; |
} |
-checkUnnamed1782(core.List<api.MarketplaceNote> o) { |
+checkUnnamed1794(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 = buildUnnamed1782(); |
+ o.notes = buildUnnamed1794(); |
} |
buildCounterAddOrderNotesResponse--; |
return o; |
@@ -285,19 +285,19 @@ buildAddOrderNotesResponse() { |
checkAddOrderNotesResponse(api.AddOrderNotesResponse o) { |
buildCounterAddOrderNotesResponse++; |
if (buildCounterAddOrderNotesResponse < 3) { |
- checkUnnamed1782(o.notes); |
+ checkUnnamed1794(o.notes); |
} |
buildCounterAddOrderNotesResponse--; |
} |
-buildUnnamed1783() { |
+buildUnnamed1795() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1783(core.List<core.String> o) { |
+checkUnnamed1795(core.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 = buildUnnamed1783(); |
+ o.billingId = buildUnnamed1795(); |
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')); |
- checkUnnamed1783(o.billingId); |
+ checkUnnamed1795(o.billingId); |
unittest.expect(o.kind, unittest.equals('foo')); |
} |
buildCounterBillingInfo--; |
} |
-buildUnnamed1784() { |
+buildUnnamed1796() { |
var o = new core.List<api.BillingInfo>(); |
o.add(buildBillingInfo()); |
o.add(buildBillingInfo()); |
return o; |
} |
-checkUnnamed1784(core.List<api.BillingInfo> o) { |
+checkUnnamed1796(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 = buildUnnamed1784(); |
+ o.items = buildUnnamed1796(); |
o.kind = "foo"; |
} |
buildCounterBillingInfoList--; |
@@ -356,7 +356,7 @@ buildBillingInfoList() { |
checkBillingInfoList(api.BillingInfoList o) { |
buildCounterBillingInfoList++; |
if (buildCounterBillingInfoList < 3) { |
- checkUnnamed1784(o.items); |
+ checkUnnamed1796(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
} |
buildCounterBillingInfoList--; |
@@ -431,14 +431,14 @@ checkContactInformation(api.ContactInformation o) { |
buildCounterContactInformation--; |
} |
-buildUnnamed1785() { |
+buildUnnamed1797() { |
var o = new core.List<api.Proposal>(); |
o.add(buildProposal()); |
o.add(buildProposal()); |
return o; |
} |
-checkUnnamed1785(core.List<api.Proposal> o) { |
+checkUnnamed1797(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 = buildUnnamed1785(); |
+ o.proposals = buildUnnamed1797(); |
o.webPropertyCode = "foo"; |
} |
buildCounterCreateOrdersRequest--; |
@@ -459,20 +459,20 @@ buildCreateOrdersRequest() { |
checkCreateOrdersRequest(api.CreateOrdersRequest o) { |
buildCounterCreateOrdersRequest++; |
if (buildCounterCreateOrdersRequest < 3) { |
- checkUnnamed1785(o.proposals); |
+ checkUnnamed1797(o.proposals); |
unittest.expect(o.webPropertyCode, unittest.equals('foo')); |
} |
buildCounterCreateOrdersRequest--; |
} |
-buildUnnamed1786() { |
+buildUnnamed1798() { |
var o = new core.List<api.Proposal>(); |
o.add(buildProposal()); |
o.add(buildProposal()); |
return o; |
} |
-checkUnnamed1786(core.List<api.Proposal> o) { |
+checkUnnamed1798(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 = buildUnnamed1786(); |
+ o.proposals = buildUnnamed1798(); |
} |
buildCounterCreateOrdersResponse--; |
return o; |
@@ -492,84 +492,84 @@ buildCreateOrdersResponse() { |
checkCreateOrdersResponse(api.CreateOrdersResponse o) { |
buildCounterCreateOrdersResponse++; |
if (buildCounterCreateOrdersResponse < 3) { |
- checkUnnamed1786(o.proposals); |
+ checkUnnamed1798(o.proposals); |
} |
buildCounterCreateOrdersResponse--; |
} |
-buildUnnamed1787() { |
+buildUnnamed1799() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1787(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')); |
} |
-buildUnnamed1788() { |
+buildUnnamed1800() { |
var o = new core.List<core.int>(); |
o.add(42); |
o.add(42); |
return o; |
} |
-checkUnnamed1788(core.List<core.int> o) { |
+checkUnnamed1800(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)); |
} |
-buildUnnamed1789() { |
+buildUnnamed1801() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1789(core.List<core.String> o) { |
+checkUnnamed1801(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed1790() { |
+buildUnnamed1802() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1790(core.List<core.String> o) { |
+checkUnnamed1802(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed1791() { |
+buildUnnamed1803() { |
var o = new core.List<core.int>(); |
o.add(42); |
o.add(42); |
return o; |
} |
-checkUnnamed1791(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)); |
} |
-buildUnnamed1792() { |
+buildUnnamed1804() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1792(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')); |
@@ -580,10 +580,10 @@ buildCreativeCorrectionsContexts() { |
var o = new api.CreativeCorrectionsContexts(); |
buildCounterCreativeCorrectionsContexts++; |
if (buildCounterCreativeCorrectionsContexts < 3) { |
- o.auctionType = buildUnnamed1790(); |
+ o.auctionType = buildUnnamed1802(); |
o.contextType = "foo"; |
- o.geoCriteriaId = buildUnnamed1791(); |
- o.platform = buildUnnamed1792(); |
+ o.geoCriteriaId = buildUnnamed1803(); |
+ o.platform = buildUnnamed1804(); |
} |
buildCounterCreativeCorrectionsContexts--; |
return o; |
@@ -592,35 +592,35 @@ buildCreativeCorrectionsContexts() { |
checkCreativeCorrectionsContexts(api.CreativeCorrectionsContexts o) { |
buildCounterCreativeCorrectionsContexts++; |
if (buildCounterCreativeCorrectionsContexts < 3) { |
- checkUnnamed1790(o.auctionType); |
+ checkUnnamed1802(o.auctionType); |
unittest.expect(o.contextType, unittest.equals('foo')); |
- checkUnnamed1791(o.geoCriteriaId); |
- checkUnnamed1792(o.platform); |
+ checkUnnamed1803(o.geoCriteriaId); |
+ checkUnnamed1804(o.platform); |
} |
buildCounterCreativeCorrectionsContexts--; |
} |
-buildUnnamed1793() { |
+buildUnnamed1805() { |
var o = new core.List<api.CreativeCorrectionsContexts>(); |
o.add(buildCreativeCorrectionsContexts()); |
o.add(buildCreativeCorrectionsContexts()); |
return o; |
} |
-checkUnnamed1793(core.List<api.CreativeCorrectionsContexts> o) { |
+checkUnnamed1805(core.List<api.CreativeCorrectionsContexts> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkCreativeCorrectionsContexts(o[0]); |
checkCreativeCorrectionsContexts(o[1]); |
} |
-buildUnnamed1794() { |
+buildUnnamed1806() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1794(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')); |
@@ -631,8 +631,8 @@ buildCreativeCorrections() { |
var o = new api.CreativeCorrections(); |
buildCounterCreativeCorrections++; |
if (buildCounterCreativeCorrections < 3) { |
- o.contexts = buildUnnamed1793(); |
- o.details = buildUnnamed1794(); |
+ o.contexts = buildUnnamed1805(); |
+ o.details = buildUnnamed1806(); |
o.reason = "foo"; |
} |
buildCounterCreativeCorrections--; |
@@ -642,34 +642,34 @@ buildCreativeCorrections() { |
checkCreativeCorrections(api.CreativeCorrections o) { |
buildCounterCreativeCorrections++; |
if (buildCounterCreativeCorrections < 3) { |
- checkUnnamed1793(o.contexts); |
- checkUnnamed1794(o.details); |
+ checkUnnamed1805(o.contexts); |
+ checkUnnamed1806(o.details); |
unittest.expect(o.reason, unittest.equals('foo')); |
} |
buildCounterCreativeCorrections--; |
} |
-buildUnnamed1795() { |
+buildUnnamed1807() { |
var o = new core.List<api.CreativeCorrections>(); |
o.add(buildCreativeCorrections()); |
o.add(buildCreativeCorrections()); |
return o; |
} |
-checkUnnamed1795(core.List<api.CreativeCorrections> o) { |
+checkUnnamed1807(core.List<api.CreativeCorrections> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkCreativeCorrections(o[0]); |
checkCreativeCorrections(o[1]); |
} |
-buildUnnamed1796() { |
+buildUnnamed1808() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1796(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')); |
@@ -696,14 +696,14 @@ checkCreativeFilteringReasonsReasons(api.CreativeFilteringReasonsReasons o) { |
buildCounterCreativeFilteringReasonsReasons--; |
} |
-buildUnnamed1797() { |
+buildUnnamed1809() { |
var o = new core.List<api.CreativeFilteringReasonsReasons>(); |
o.add(buildCreativeFilteringReasonsReasons()); |
o.add(buildCreativeFilteringReasonsReasons()); |
return o; |
} |
-checkUnnamed1797(core.List<api.CreativeFilteringReasonsReasons> o) { |
+checkUnnamed1809(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 = buildUnnamed1797(); |
+ o.reasons = buildUnnamed1809(); |
} |
buildCounterCreativeFilteringReasons--; |
return o; |
@@ -725,32 +725,32 @@ checkCreativeFilteringReasons(api.CreativeFilteringReasons o) { |
buildCounterCreativeFilteringReasons++; |
if (buildCounterCreativeFilteringReasons < 3) { |
unittest.expect(o.date, unittest.equals('foo')); |
- checkUnnamed1797(o.reasons); |
+ checkUnnamed1809(o.reasons); |
} |
buildCounterCreativeFilteringReasons--; |
} |
-buildUnnamed1798() { |
+buildUnnamed1810() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1798(core.List<core.String> o) { |
+checkUnnamed1810(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed1799() { |
+buildUnnamed1811() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1799(core.List<core.String> o) { |
+checkUnnamed1811(core.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--; |
} |
-buildUnnamed1800() { |
+buildUnnamed1812() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1800(core.List<core.String> o) { |
+checkUnnamed1812(core.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 = buildUnnamed1800(); |
+ o.impressionTrackingUrl = buildUnnamed1812(); |
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); |
- checkUnnamed1800(o.impressionTrackingUrl); |
+ checkUnnamed1812(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--; |
} |
-buildUnnamed1801() { |
+buildUnnamed1813() { |
var o = new core.List<core.int>(); |
o.add(42); |
o.add(42); |
return o; |
} |
-checkUnnamed1801(core.List<core.int> o) { |
+checkUnnamed1813(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)); |
} |
-buildUnnamed1802() { |
+buildUnnamed1814() { |
var o = new core.List<core.int>(); |
o.add(42); |
o.add(42); |
return o; |
} |
-checkUnnamed1802(core.List<core.int> o) { |
+checkUnnamed1814(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)); |
} |
-buildUnnamed1803() { |
+buildUnnamed1815() { |
var o = new core.List<core.int>(); |
o.add(42); |
o.add(42); |
return o; |
} |
-checkUnnamed1803(core.List<core.int> o) { |
+checkUnnamed1815(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)); |
} |
-buildUnnamed1804() { |
+buildUnnamed1816() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1804(core.List<core.String> o) { |
+checkUnnamed1816(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed1805() { |
+buildUnnamed1817() { |
var o = new core.List<core.int>(); |
o.add(42); |
o.add(42); |
return o; |
} |
-checkUnnamed1805(core.List<core.int> o) { |
+checkUnnamed1817(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)); |
} |
-buildUnnamed1806() { |
+buildUnnamed1818() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1806(core.List<core.String> o) { |
+checkUnnamed1818(core.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 = buildUnnamed1804(); |
+ o.auctionType = buildUnnamed1816(); |
o.contextType = "foo"; |
- o.geoCriteriaId = buildUnnamed1805(); |
- o.platform = buildUnnamed1806(); |
+ o.geoCriteriaId = buildUnnamed1817(); |
+ o.platform = buildUnnamed1818(); |
} |
buildCounterCreativeServingRestrictionsContexts--; |
return o; |
@@ -978,35 +978,35 @@ buildCreativeServingRestrictionsContexts() { |
checkCreativeServingRestrictionsContexts(api.CreativeServingRestrictionsContexts o) { |
buildCounterCreativeServingRestrictionsContexts++; |
if (buildCounterCreativeServingRestrictionsContexts < 3) { |
- checkUnnamed1804(o.auctionType); |
+ checkUnnamed1816(o.auctionType); |
unittest.expect(o.contextType, unittest.equals('foo')); |
- checkUnnamed1805(o.geoCriteriaId); |
- checkUnnamed1806(o.platform); |
+ checkUnnamed1817(o.geoCriteriaId); |
+ checkUnnamed1818(o.platform); |
} |
buildCounterCreativeServingRestrictionsContexts--; |
} |
-buildUnnamed1807() { |
+buildUnnamed1819() { |
var o = new core.List<api.CreativeServingRestrictionsContexts>(); |
o.add(buildCreativeServingRestrictionsContexts()); |
o.add(buildCreativeServingRestrictionsContexts()); |
return o; |
} |
-checkUnnamed1807(core.List<api.CreativeServingRestrictionsContexts> o) { |
+checkUnnamed1819(core.List<api.CreativeServingRestrictionsContexts> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkCreativeServingRestrictionsContexts(o[0]); |
checkCreativeServingRestrictionsContexts(o[1]); |
} |
-buildUnnamed1808() { |
+buildUnnamed1820() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1808(core.List<core.String> o) { |
+checkUnnamed1820(core.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 = buildUnnamed1808(); |
+ o.details = buildUnnamed1820(); |
o.reason = "foo"; |
} |
buildCounterCreativeServingRestrictionsDisapprovalReasons--; |
@@ -1027,20 +1027,20 @@ buildCreativeServingRestrictionsDisapprovalReasons() { |
checkCreativeServingRestrictionsDisapprovalReasons(api.CreativeServingRestrictionsDisapprovalReasons o) { |
buildCounterCreativeServingRestrictionsDisapprovalReasons++; |
if (buildCounterCreativeServingRestrictionsDisapprovalReasons < 3) { |
- checkUnnamed1808(o.details); |
+ checkUnnamed1820(o.details); |
unittest.expect(o.reason, unittest.equals('foo')); |
} |
buildCounterCreativeServingRestrictionsDisapprovalReasons--; |
} |
-buildUnnamed1809() { |
+buildUnnamed1821() { |
var o = new core.List<api.CreativeServingRestrictionsDisapprovalReasons>(); |
o.add(buildCreativeServingRestrictionsDisapprovalReasons()); |
o.add(buildCreativeServingRestrictionsDisapprovalReasons()); |
return o; |
} |
-checkUnnamed1809(core.List<api.CreativeServingRestrictionsDisapprovalReasons> o) { |
+checkUnnamed1821(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 = buildUnnamed1807(); |
- o.disapprovalReasons = buildUnnamed1809(); |
+ o.contexts = buildUnnamed1819(); |
+ o.disapprovalReasons = buildUnnamed1821(); |
o.reason = "foo"; |
} |
buildCounterCreativeServingRestrictions--; |
@@ -1062,34 +1062,34 @@ buildCreativeServingRestrictions() { |
checkCreativeServingRestrictions(api.CreativeServingRestrictions o) { |
buildCounterCreativeServingRestrictions++; |
if (buildCounterCreativeServingRestrictions < 3) { |
- checkUnnamed1807(o.contexts); |
- checkUnnamed1809(o.disapprovalReasons); |
+ checkUnnamed1819(o.contexts); |
+ checkUnnamed1821(o.disapprovalReasons); |
unittest.expect(o.reason, unittest.equals('foo')); |
} |
buildCounterCreativeServingRestrictions--; |
} |
-buildUnnamed1810() { |
+buildUnnamed1822() { |
var o = new core.List<api.CreativeServingRestrictions>(); |
o.add(buildCreativeServingRestrictions()); |
o.add(buildCreativeServingRestrictions()); |
return o; |
} |
-checkUnnamed1810(core.List<api.CreativeServingRestrictions> o) { |
+checkUnnamed1822(core.List<api.CreativeServingRestrictions> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkCreativeServingRestrictions(o[0]); |
checkCreativeServingRestrictions(o[1]); |
} |
-buildUnnamed1811() { |
+buildUnnamed1823() { |
var o = new core.List<core.int>(); |
o.add(42); |
o.add(42); |
return o; |
} |
-checkUnnamed1811(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)); |
@@ -1103,28 +1103,28 @@ buildCreative() { |
o.HTMLSnippet = "foo"; |
o.accountId = 42; |
o.adChoicesDestinationUrl = "foo"; |
- o.advertiserId = buildUnnamed1787(); |
+ o.advertiserId = buildUnnamed1799(); |
o.advertiserName = "foo"; |
o.agencyId = "foo"; |
o.apiUploadTimestamp = core.DateTime.parse("2002-02-27T14:01:02"); |
- o.attribute = buildUnnamed1788(); |
+ o.attribute = buildUnnamed1800(); |
o.buyerCreativeId = "foo"; |
- o.clickThroughUrl = buildUnnamed1789(); |
- o.corrections = buildUnnamed1795(); |
+ o.clickThroughUrl = buildUnnamed1801(); |
+ o.corrections = buildUnnamed1807(); |
o.dealsStatus = "foo"; |
- o.detectedDomains = buildUnnamed1796(); |
+ o.detectedDomains = buildUnnamed1808(); |
o.filteringReasons = buildCreativeFilteringReasons(); |
o.height = 42; |
- o.impressionTrackingUrl = buildUnnamed1798(); |
+ o.impressionTrackingUrl = buildUnnamed1810(); |
o.kind = "foo"; |
- o.languages = buildUnnamed1799(); |
+ o.languages = buildUnnamed1811(); |
o.nativeAd = buildCreativeNativeAd(); |
o.openAuctionStatus = "foo"; |
- o.productCategories = buildUnnamed1801(); |
- o.restrictedCategories = buildUnnamed1802(); |
- o.sensitiveCategories = buildUnnamed1803(); |
- o.servingRestrictions = buildUnnamed1810(); |
- o.vendorType = buildUnnamed1811(); |
+ o.productCategories = buildUnnamed1813(); |
+ o.restrictedCategories = buildUnnamed1814(); |
+ o.sensitiveCategories = buildUnnamed1815(); |
+ o.servingRestrictions = buildUnnamed1822(); |
+ o.vendorType = buildUnnamed1823(); |
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')); |
- checkUnnamed1787(o.advertiserId); |
+ checkUnnamed1799(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"))); |
- checkUnnamed1788(o.attribute); |
+ checkUnnamed1800(o.attribute); |
unittest.expect(o.buyerCreativeId, unittest.equals('foo')); |
- checkUnnamed1789(o.clickThroughUrl); |
- checkUnnamed1795(o.corrections); |
+ checkUnnamed1801(o.clickThroughUrl); |
+ checkUnnamed1807(o.corrections); |
unittest.expect(o.dealsStatus, unittest.equals('foo')); |
- checkUnnamed1796(o.detectedDomains); |
+ checkUnnamed1808(o.detectedDomains); |
checkCreativeFilteringReasons(o.filteringReasons); |
unittest.expect(o.height, unittest.equals(42)); |
- checkUnnamed1798(o.impressionTrackingUrl); |
+ checkUnnamed1810(o.impressionTrackingUrl); |
unittest.expect(o.kind, unittest.equals('foo')); |
- checkUnnamed1799(o.languages); |
+ checkUnnamed1811(o.languages); |
checkCreativeNativeAd(o.nativeAd); |
unittest.expect(o.openAuctionStatus, unittest.equals('foo')); |
- checkUnnamed1801(o.productCategories); |
- checkUnnamed1802(o.restrictedCategories); |
- checkUnnamed1803(o.sensitiveCategories); |
- checkUnnamed1810(o.servingRestrictions); |
- checkUnnamed1811(o.vendorType); |
+ checkUnnamed1813(o.productCategories); |
+ checkUnnamed1814(o.restrictedCategories); |
+ checkUnnamed1815(o.sensitiveCategories); |
+ checkUnnamed1822(o.servingRestrictions); |
+ checkUnnamed1823(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--; |
} |
-buildUnnamed1812() { |
+buildUnnamed1824() { |
var o = new core.List<api.CreativeDealIdsDealStatuses>(); |
o.add(buildCreativeDealIdsDealStatuses()); |
o.add(buildCreativeDealIdsDealStatuses()); |
return o; |
} |
-checkUnnamed1812(core.List<api.CreativeDealIdsDealStatuses> o) { |
+checkUnnamed1824(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 = buildUnnamed1812(); |
+ o.dealStatuses = buildUnnamed1824(); |
o.kind = "foo"; |
} |
buildCounterCreativeDealIds--; |
@@ -1219,20 +1219,20 @@ buildCreativeDealIds() { |
checkCreativeDealIds(api.CreativeDealIds o) { |
buildCounterCreativeDealIds++; |
if (buildCounterCreativeDealIds < 3) { |
- checkUnnamed1812(o.dealStatuses); |
+ checkUnnamed1824(o.dealStatuses); |
unittest.expect(o.kind, unittest.equals('foo')); |
} |
buildCounterCreativeDealIds--; |
} |
-buildUnnamed1813() { |
+buildUnnamed1825() { |
var o = new core.List<api.Creative>(); |
o.add(buildCreative()); |
o.add(buildCreative()); |
return o; |
} |
-checkUnnamed1813(core.List<api.Creative> o) { |
+checkUnnamed1825(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 = buildUnnamed1813(); |
+ o.items = buildUnnamed1825(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
} |
@@ -1254,7 +1254,7 @@ buildCreativesList() { |
checkCreativesList(api.CreativesList o) { |
buildCounterCreativesList++; |
if (buildCounterCreativesList < 3) { |
- checkUnnamed1813(o.items); |
+ checkUnnamed1825(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--; |
} |
-buildUnnamed1814() { |
+buildUnnamed1826() { |
var o = new core.List<api.PricePerBuyer>(); |
o.add(buildPricePerBuyer()); |
o.add(buildPricePerBuyer()); |
return o; |
} |
-checkUnnamed1814(core.List<api.PricePerBuyer> o) { |
+checkUnnamed1826(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 = buildUnnamed1814(); |
+ o.fixedPrices = buildUnnamed1826(); |
o.guaranteedImpressions = "foo"; |
o.guaranteedLooks = "foo"; |
o.minimumDailyLooks = "foo"; |
@@ -1378,7 +1378,7 @@ checkDealTermsGuaranteedFixedPriceTerms(api.DealTermsGuaranteedFixedPriceTerms o |
buildCounterDealTermsGuaranteedFixedPriceTerms++; |
if (buildCounterDealTermsGuaranteedFixedPriceTerms < 3) { |
checkDealTermsGuaranteedFixedPriceTermsBillingInfo(o.billingInfo); |
- checkUnnamed1814(o.fixedPrices); |
+ checkUnnamed1826(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--; |
} |
-buildUnnamed1815() { |
+buildUnnamed1827() { |
var o = new core.List<api.PricePerBuyer>(); |
o.add(buildPricePerBuyer()); |
o.add(buildPricePerBuyer()); |
return o; |
} |
-checkUnnamed1815(core.List<api.PricePerBuyer> o) { |
+checkUnnamed1827(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 = buildUnnamed1815(); |
+ o.reservePricePerBuyers = buildUnnamed1827(); |
} |
buildCounterDealTermsNonGuaranteedAuctionTerms--; |
return o; |
@@ -1440,19 +1440,19 @@ checkDealTermsNonGuaranteedAuctionTerms(api.DealTermsNonGuaranteedAuctionTerms o |
buildCounterDealTermsNonGuaranteedAuctionTerms++; |
if (buildCounterDealTermsNonGuaranteedAuctionTerms < 3) { |
unittest.expect(o.autoOptimizePrivateAuction, unittest.isTrue); |
- checkUnnamed1815(o.reservePricePerBuyers); |
+ checkUnnamed1827(o.reservePricePerBuyers); |
} |
buildCounterDealTermsNonGuaranteedAuctionTerms--; |
} |
-buildUnnamed1816() { |
+buildUnnamed1828() { |
var o = new core.List<api.PricePerBuyer>(); |
o.add(buildPricePerBuyer()); |
o.add(buildPricePerBuyer()); |
return o; |
} |
-checkUnnamed1816(core.List<api.PricePerBuyer> o) { |
+checkUnnamed1828(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 = buildUnnamed1816(); |
+ o.fixedPrices = buildUnnamed1828(); |
} |
buildCounterDealTermsNonGuaranteedFixedPriceTerms--; |
return o; |
@@ -1472,7 +1472,7 @@ buildDealTermsNonGuaranteedFixedPriceTerms() { |
checkDealTermsNonGuaranteedFixedPriceTerms(api.DealTermsNonGuaranteedFixedPriceTerms o) { |
buildCounterDealTermsNonGuaranteedFixedPriceTerms++; |
if (buildCounterDealTermsNonGuaranteedFixedPriceTerms < 3) { |
- checkUnnamed1816(o.fixedPrices); |
+ checkUnnamed1828(o.fixedPrices); |
} |
buildCounterDealTermsNonGuaranteedFixedPriceTerms--; |
} |
@@ -1498,14 +1498,14 @@ checkDealTermsRubiconNonGuaranteedTerms(api.DealTermsRubiconNonGuaranteedTerms o |
buildCounterDealTermsRubiconNonGuaranteedTerms--; |
} |
-buildUnnamed1817() { |
+buildUnnamed1829() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1817(core.List<core.String> o) { |
+checkUnnamed1829(core.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 = buildUnnamed1817(); |
+ o.dealIds = buildUnnamed1829(); |
o.proposalRevisionNumber = "foo"; |
o.updateAction = "foo"; |
} |
@@ -1527,21 +1527,21 @@ buildDeleteOrderDealsRequest() { |
checkDeleteOrderDealsRequest(api.DeleteOrderDealsRequest o) { |
buildCounterDeleteOrderDealsRequest++; |
if (buildCounterDeleteOrderDealsRequest < 3) { |
- checkUnnamed1817(o.dealIds); |
+ checkUnnamed1829(o.dealIds); |
unittest.expect(o.proposalRevisionNumber, unittest.equals('foo')); |
unittest.expect(o.updateAction, unittest.equals('foo')); |
} |
buildCounterDeleteOrderDealsRequest--; |
} |
-buildUnnamed1818() { |
+buildUnnamed1830() { |
var o = new core.List<api.MarketplaceDeal>(); |
o.add(buildMarketplaceDeal()); |
o.add(buildMarketplaceDeal()); |
return o; |
} |
-checkUnnamed1818(core.List<api.MarketplaceDeal> o) { |
+checkUnnamed1830(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 = buildUnnamed1818(); |
+ o.deals = buildUnnamed1830(); |
o.proposalRevisionNumber = "foo"; |
} |
buildCounterDeleteOrderDealsResponse--; |
@@ -1562,20 +1562,20 @@ buildDeleteOrderDealsResponse() { |
checkDeleteOrderDealsResponse(api.DeleteOrderDealsResponse o) { |
buildCounterDeleteOrderDealsResponse++; |
if (buildCounterDeleteOrderDealsResponse < 3) { |
- checkUnnamed1818(o.deals); |
+ checkUnnamed1830(o.deals); |
unittest.expect(o.proposalRevisionNumber, unittest.equals('foo')); |
} |
buildCounterDeleteOrderDealsResponse--; |
} |
-buildUnnamed1819() { |
+buildUnnamed1831() { |
var o = new core.List<api.DeliveryControlFrequencyCap>(); |
o.add(buildDeliveryControlFrequencyCap()); |
o.add(buildDeliveryControlFrequencyCap()); |
return o; |
} |
-checkUnnamed1819(core.List<api.DeliveryControlFrequencyCap> o) { |
+checkUnnamed1831(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 = buildUnnamed1819(); |
+ o.frequencyCaps = buildUnnamed1831(); |
} |
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')); |
- checkUnnamed1819(o.frequencyCaps); |
+ checkUnnamed1831(o.frequencyCaps); |
} |
buildCounterDeliveryControl--; |
} |
@@ -1627,14 +1627,14 @@ checkDeliveryControlFrequencyCap(api.DeliveryControlFrequencyCap o) { |
buildCounterDeliveryControlFrequencyCap--; |
} |
-buildUnnamed1820() { |
+buildUnnamed1832() { |
var o = new core.List<api.DimensionDimensionValue>(); |
o.add(buildDimensionDimensionValue()); |
o.add(buildDimensionDimensionValue()); |
return o; |
} |
-checkUnnamed1820(core.List<api.DimensionDimensionValue> o) { |
+checkUnnamed1832(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 = buildUnnamed1820(); |
+ o.dimensionValues = buildUnnamed1832(); |
} |
buildCounterDimension--; |
return o; |
@@ -1656,7 +1656,7 @@ checkDimension(api.Dimension o) { |
buildCounterDimension++; |
if (buildCounterDimension < 3) { |
unittest.expect(o.dimensionType, unittest.equals('foo')); |
- checkUnnamed1820(o.dimensionValues); |
+ checkUnnamed1832(o.dimensionValues); |
} |
buildCounterDimension--; |
} |
@@ -1684,14 +1684,14 @@ checkDimensionDimensionValue(api.DimensionDimensionValue o) { |
buildCounterDimensionDimensionValue--; |
} |
-buildUnnamed1821() { |
+buildUnnamed1833() { |
var o = new core.List<api.MarketplaceDeal>(); |
o.add(buildMarketplaceDeal()); |
o.add(buildMarketplaceDeal()); |
return o; |
} |
-checkUnnamed1821(core.List<api.MarketplaceDeal> o) { |
+checkUnnamed1833(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 = buildUnnamed1821(); |
+ o.deals = buildUnnamed1833(); |
o.proposal = buildProposal(); |
o.proposalRevisionNumber = "foo"; |
o.updateAction = "foo"; |
@@ -1714,7 +1714,7 @@ buildEditAllOrderDealsRequest() { |
checkEditAllOrderDealsRequest(api.EditAllOrderDealsRequest o) { |
buildCounterEditAllOrderDealsRequest++; |
if (buildCounterEditAllOrderDealsRequest < 3) { |
- checkUnnamed1821(o.deals); |
+ checkUnnamed1833(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--; |
} |
-buildUnnamed1822() { |
+buildUnnamed1834() { |
var o = new core.List<api.MarketplaceDeal>(); |
o.add(buildMarketplaceDeal()); |
o.add(buildMarketplaceDeal()); |
return o; |
} |
-checkUnnamed1822(core.List<api.MarketplaceDeal> o) { |
+checkUnnamed1834(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 = buildUnnamed1822(); |
+ o.deals = buildUnnamed1834(); |
o.orderRevisionNumber = "foo"; |
} |
buildCounterEditAllOrderDealsResponse--; |
@@ -1750,20 +1750,20 @@ buildEditAllOrderDealsResponse() { |
checkEditAllOrderDealsResponse(api.EditAllOrderDealsResponse o) { |
buildCounterEditAllOrderDealsResponse++; |
if (buildCounterEditAllOrderDealsResponse < 3) { |
- checkUnnamed1822(o.deals); |
+ checkUnnamed1834(o.deals); |
unittest.expect(o.orderRevisionNumber, unittest.equals('foo')); |
} |
buildCounterEditAllOrderDealsResponse--; |
} |
-buildUnnamed1823() { |
+buildUnnamed1835() { |
var o = new core.List<api.Product>(); |
o.add(buildProduct()); |
o.add(buildProduct()); |
return o; |
} |
-checkUnnamed1823(core.List<api.Product> o) { |
+checkUnnamed1835(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 = buildUnnamed1823(); |
+ o.products = buildUnnamed1835(); |
} |
buildCounterGetOffersResponse--; |
return o; |
@@ -1783,19 +1783,19 @@ buildGetOffersResponse() { |
checkGetOffersResponse(api.GetOffersResponse o) { |
buildCounterGetOffersResponse++; |
if (buildCounterGetOffersResponse < 3) { |
- checkUnnamed1823(o.products); |
+ checkUnnamed1835(o.products); |
} |
buildCounterGetOffersResponse--; |
} |
-buildUnnamed1824() { |
+buildUnnamed1836() { |
var o = new core.List<api.MarketplaceDeal>(); |
o.add(buildMarketplaceDeal()); |
o.add(buildMarketplaceDeal()); |
return o; |
} |
-checkUnnamed1824(core.List<api.MarketplaceDeal> o) { |
+checkUnnamed1836(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 = buildUnnamed1824(); |
+ o.deals = buildUnnamed1836(); |
} |
buildCounterGetOrderDealsResponse--; |
return o; |
@@ -1815,19 +1815,19 @@ buildGetOrderDealsResponse() { |
checkGetOrderDealsResponse(api.GetOrderDealsResponse o) { |
buildCounterGetOrderDealsResponse++; |
if (buildCounterGetOrderDealsResponse < 3) { |
- checkUnnamed1824(o.deals); |
+ checkUnnamed1836(o.deals); |
} |
buildCounterGetOrderDealsResponse--; |
} |
-buildUnnamed1825() { |
+buildUnnamed1837() { |
var o = new core.List<api.MarketplaceNote>(); |
o.add(buildMarketplaceNote()); |
o.add(buildMarketplaceNote()); |
return o; |
} |
-checkUnnamed1825(core.List<api.MarketplaceNote> o) { |
+checkUnnamed1837(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 = buildUnnamed1825(); |
+ o.notes = buildUnnamed1837(); |
} |
buildCounterGetOrderNotesResponse--; |
return o; |
@@ -1847,19 +1847,19 @@ buildGetOrderNotesResponse() { |
checkGetOrderNotesResponse(api.GetOrderNotesResponse o) { |
buildCounterGetOrderNotesResponse++; |
if (buildCounterGetOrderNotesResponse < 3) { |
- checkUnnamed1825(o.notes); |
+ checkUnnamed1837(o.notes); |
} |
buildCounterGetOrderNotesResponse--; |
} |
-buildUnnamed1826() { |
+buildUnnamed1838() { |
var o = new core.List<api.Proposal>(); |
o.add(buildProposal()); |
o.add(buildProposal()); |
return o; |
} |
-checkUnnamed1826(core.List<api.Proposal> o) { |
+checkUnnamed1838(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 = buildUnnamed1826(); |
+ o.proposals = buildUnnamed1838(); |
} |
buildCounterGetOrdersResponse--; |
return o; |
@@ -1879,19 +1879,19 @@ buildGetOrdersResponse() { |
checkGetOrdersResponse(api.GetOrdersResponse o) { |
buildCounterGetOrdersResponse++; |
if (buildCounterGetOrdersResponse < 3) { |
- checkUnnamed1826(o.proposals); |
+ checkUnnamed1838(o.proposals); |
} |
buildCounterGetOrdersResponse--; |
} |
-buildUnnamed1827() { |
+buildUnnamed1839() { |
var o = new core.List<api.PublisherProfileApiProto>(); |
o.add(buildPublisherProfileApiProto()); |
o.add(buildPublisherProfileApiProto()); |
return o; |
} |
-checkUnnamed1827(core.List<api.PublisherProfileApiProto> o) { |
+checkUnnamed1839(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 = buildUnnamed1827(); |
+ o.profiles = buildUnnamed1839(); |
} |
buildCounterGetPublisherProfilesByAccountIdResponse--; |
return o; |
@@ -1911,32 +1911,32 @@ buildGetPublisherProfilesByAccountIdResponse() { |
checkGetPublisherProfilesByAccountIdResponse(api.GetPublisherProfilesByAccountIdResponse o) { |
buildCounterGetPublisherProfilesByAccountIdResponse++; |
if (buildCounterGetPublisherProfilesByAccountIdResponse < 3) { |
- checkUnnamed1827(o.profiles); |
+ checkUnnamed1839(o.profiles); |
} |
buildCounterGetPublisherProfilesByAccountIdResponse--; |
} |
-buildUnnamed1828() { |
+buildUnnamed1840() { |
var o = new core.List<api.ContactInformation>(); |
o.add(buildContactInformation()); |
o.add(buildContactInformation()); |
return o; |
} |
-checkUnnamed1828(core.List<api.ContactInformation> o) { |
+checkUnnamed1840(core.List<api.ContactInformation> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkContactInformation(o[0]); |
checkContactInformation(o[1]); |
} |
-buildUnnamed1829() { |
+buildUnnamed1841() { |
var o = new core.List<api.SharedTargeting>(); |
o.add(buildSharedTargeting()); |
o.add(buildSharedTargeting()); |
return o; |
} |
-checkUnnamed1829(core.List<api.SharedTargeting> o) { |
+checkUnnamed1841(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 = buildUnnamed1828(); |
- o.sharedTargetings = buildUnnamed1829(); |
+ o.sellerContacts = buildUnnamed1840(); |
+ o.sharedTargetings = buildUnnamed1841(); |
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')); |
- checkUnnamed1828(o.sellerContacts); |
- checkUnnamed1829(o.sharedTargetings); |
+ checkUnnamed1840(o.sellerContacts); |
+ checkUnnamed1841(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--; |
} |
-buildUnnamed1830() { |
+buildUnnamed1842() { |
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; |
} |
-checkUnnamed1830(core.List<core.Object> o) { |
+checkUnnamed1842(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')); |
} |
-buildUnnamed1831() { |
+buildUnnamed1843() { |
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; |
} |
-checkUnnamed1831(core.List<core.Object> o) { |
+checkUnnamed1843(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')); |
} |
-buildUnnamed1832() { |
+buildUnnamed1844() { |
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; |
} |
-checkUnnamed1832(core.List<core.Object> o) { |
+checkUnnamed1844(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')); |
} |
-buildUnnamed1833() { |
+buildUnnamed1845() { |
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; |
} |
-checkUnnamed1833(core.List<core.Object> o) { |
+checkUnnamed1845(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 = buildUnnamed1830(); |
- o.cookieMatcherStatusRate = buildUnnamed1831(); |
- o.creativeStatusRate = buildUnnamed1832(); |
+ o.calloutStatusRate = buildUnnamed1842(); |
+ o.cookieMatcherStatusRate = buildUnnamed1843(); |
+ o.creativeStatusRate = buildUnnamed1844(); |
o.filteredBidRate = 42.0; |
- o.hostedMatchStatusRate = buildUnnamed1833(); |
+ o.hostedMatchStatusRate = buildUnnamed1845(); |
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)); |
- checkUnnamed1830(o.calloutStatusRate); |
- checkUnnamed1831(o.cookieMatcherStatusRate); |
- checkUnnamed1832(o.creativeStatusRate); |
+ checkUnnamed1842(o.calloutStatusRate); |
+ checkUnnamed1843(o.cookieMatcherStatusRate); |
+ checkUnnamed1844(o.creativeStatusRate); |
unittest.expect(o.filteredBidRate, unittest.equals(42.0)); |
- checkUnnamed1833(o.hostedMatchStatusRate); |
+ checkUnnamed1845(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--; |
} |
-buildUnnamed1834() { |
+buildUnnamed1846() { |
var o = new core.List<api.PerformanceReport>(); |
o.add(buildPerformanceReport()); |
o.add(buildPerformanceReport()); |
return o; |
} |
-checkUnnamed1834(core.List<api.PerformanceReport> o) { |
+checkUnnamed1846(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 = buildUnnamed1834(); |
+ o.performanceReport = buildUnnamed1846(); |
} |
buildCounterPerformanceReportList--; |
return o; |
@@ -2228,19 +2228,19 @@ checkPerformanceReportList(api.PerformanceReportList o) { |
buildCounterPerformanceReportList++; |
if (buildCounterPerformanceReportList < 3) { |
unittest.expect(o.kind, unittest.equals('foo')); |
- checkUnnamed1834(o.performanceReport); |
+ checkUnnamed1846(o.performanceReport); |
} |
buildCounterPerformanceReportList--; |
} |
-buildUnnamed1835() { |
+buildUnnamed1847() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1835(core.List<core.String> o) { |
+checkUnnamed1847(core.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--; |
} |
-buildUnnamed1836() { |
+buildUnnamed1848() { |
var o = new core.List<api.PretargetingConfigDimensions>(); |
o.add(buildPretargetingConfigDimensions()); |
o.add(buildPretargetingConfigDimensions()); |
return o; |
} |
-checkUnnamed1836(core.List<api.PretargetingConfigDimensions> o) { |
+checkUnnamed1848(core.List<api.PretargetingConfigDimensions> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPretargetingConfigDimensions(o[0]); |
checkPretargetingConfigDimensions(o[1]); |
} |
-buildUnnamed1837() { |
+buildUnnamed1849() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1837(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')); |
} |
-buildUnnamed1838() { |
+buildUnnamed1850() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1838(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')); |
@@ -2327,105 +2327,105 @@ checkPretargetingConfigExcludedPlacements(api.PretargetingConfigExcludedPlacemen |
buildCounterPretargetingConfigExcludedPlacements--; |
} |
-buildUnnamed1839() { |
+buildUnnamed1851() { |
var o = new core.List<api.PretargetingConfigExcludedPlacements>(); |
o.add(buildPretargetingConfigExcludedPlacements()); |
o.add(buildPretargetingConfigExcludedPlacements()); |
return o; |
} |
-checkUnnamed1839(core.List<api.PretargetingConfigExcludedPlacements> o) { |
+checkUnnamed1851(core.List<api.PretargetingConfigExcludedPlacements> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPretargetingConfigExcludedPlacements(o[0]); |
checkPretargetingConfigExcludedPlacements(o[1]); |
} |
-buildUnnamed1840() { |
+buildUnnamed1852() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1840(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')); |
} |
-buildUnnamed1841() { |
+buildUnnamed1853() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1841(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')); |
} |
-buildUnnamed1842() { |
+buildUnnamed1854() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1842(core.List<core.String> o) { |
+checkUnnamed1854(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed1843() { |
+buildUnnamed1855() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1843(core.List<core.String> o) { |
+checkUnnamed1855(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed1844() { |
+buildUnnamed1856() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1844(core.List<core.String> o) { |
+checkUnnamed1856(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed1845() { |
+buildUnnamed1857() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1845(core.List<core.String> o) { |
+checkUnnamed1857(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed1846() { |
+buildUnnamed1858() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1846(core.List<core.String> o) { |
+checkUnnamed1858(core.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--; |
} |
-buildUnnamed1847() { |
+buildUnnamed1859() { |
var o = new core.List<api.PretargetingConfigPlacements>(); |
o.add(buildPretargetingConfigPlacements()); |
o.add(buildPretargetingConfigPlacements()); |
return o; |
} |
-checkUnnamed1847(core.List<api.PretargetingConfigPlacements> o) { |
+checkUnnamed1859(core.List<api.PretargetingConfigPlacements> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPretargetingConfigPlacements(o[0]); |
checkPretargetingConfigPlacements(o[1]); |
} |
-buildUnnamed1848() { |
+buildUnnamed1860() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1848(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')); |
} |
-buildUnnamed1849() { |
+buildUnnamed1861() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1849(core.List<core.String> o) { |
+checkUnnamed1861(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed1850() { |
+buildUnnamed1862() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1850(core.List<core.String> o) { |
+checkUnnamed1862(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed1851() { |
+buildUnnamed1863() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1851(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')); |
} |
-buildUnnamed1852() { |
+buildUnnamed1864() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1852(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')); |
} |
-buildUnnamed1853() { |
+buildUnnamed1865() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1853(core.List<core.String> o) { |
+checkUnnamed1865(core.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--; |
} |
-buildUnnamed1854() { |
+buildUnnamed1866() { |
var o = new core.List<api.PretargetingConfigVideoPlayerSizes>(); |
o.add(buildPretargetingConfigVideoPlayerSizes()); |
o.add(buildPretargetingConfigVideoPlayerSizes()); |
return o; |
} |
-checkUnnamed1854(core.List<api.PretargetingConfigVideoPlayerSizes> o) { |
+checkUnnamed1866(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 = buildUnnamed1835(); |
- o.dimensions = buildUnnamed1836(); |
- o.excludedContentLabels = buildUnnamed1837(); |
- o.excludedGeoCriteriaIds = buildUnnamed1838(); |
- o.excludedPlacements = buildUnnamed1839(); |
- o.excludedUserLists = buildUnnamed1840(); |
- o.excludedVerticals = buildUnnamed1841(); |
- o.geoCriteriaIds = buildUnnamed1842(); |
+ o.creativeType = buildUnnamed1847(); |
+ o.dimensions = buildUnnamed1848(); |
+ o.excludedContentLabels = buildUnnamed1849(); |
+ o.excludedGeoCriteriaIds = buildUnnamed1850(); |
+ o.excludedPlacements = buildUnnamed1851(); |
+ o.excludedUserLists = buildUnnamed1852(); |
+ o.excludedVerticals = buildUnnamed1853(); |
+ o.geoCriteriaIds = buildUnnamed1854(); |
o.isActive = true; |
o.kind = "foo"; |
- o.languages = buildUnnamed1843(); |
+ o.languages = buildUnnamed1855(); |
o.minimumViewabilityDecile = 42; |
- 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(); |
+ o.mobileCarriers = buildUnnamed1856(); |
+ o.mobileDevices = buildUnnamed1857(); |
+ o.mobileOperatingSystemVersions = buildUnnamed1858(); |
+ o.placements = buildUnnamed1859(); |
+ o.platforms = buildUnnamed1860(); |
+ o.supportedCreativeAttributes = buildUnnamed1861(); |
+ o.userIdentifierDataRequired = buildUnnamed1862(); |
+ o.userLists = buildUnnamed1863(); |
+ o.vendorTypes = buildUnnamed1864(); |
+ o.verticals = buildUnnamed1865(); |
+ o.videoPlayerSizes = buildUnnamed1866(); |
} |
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')); |
- checkUnnamed1835(o.creativeType); |
- checkUnnamed1836(o.dimensions); |
- checkUnnamed1837(o.excludedContentLabels); |
- checkUnnamed1838(o.excludedGeoCriteriaIds); |
- checkUnnamed1839(o.excludedPlacements); |
- checkUnnamed1840(o.excludedUserLists); |
- checkUnnamed1841(o.excludedVerticals); |
- checkUnnamed1842(o.geoCriteriaIds); |
+ checkUnnamed1847(o.creativeType); |
+ checkUnnamed1848(o.dimensions); |
+ checkUnnamed1849(o.excludedContentLabels); |
+ checkUnnamed1850(o.excludedGeoCriteriaIds); |
+ checkUnnamed1851(o.excludedPlacements); |
+ checkUnnamed1852(o.excludedUserLists); |
+ checkUnnamed1853(o.excludedVerticals); |
+ checkUnnamed1854(o.geoCriteriaIds); |
unittest.expect(o.isActive, unittest.isTrue); |
unittest.expect(o.kind, unittest.equals('foo')); |
- checkUnnamed1843(o.languages); |
+ checkUnnamed1855(o.languages); |
unittest.expect(o.minimumViewabilityDecile, unittest.equals(42)); |
- 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); |
+ checkUnnamed1856(o.mobileCarriers); |
+ checkUnnamed1857(o.mobileDevices); |
+ checkUnnamed1858(o.mobileOperatingSystemVersions); |
+ checkUnnamed1859(o.placements); |
+ checkUnnamed1860(o.platforms); |
+ checkUnnamed1861(o.supportedCreativeAttributes); |
+ checkUnnamed1862(o.userIdentifierDataRequired); |
+ checkUnnamed1863(o.userLists); |
+ checkUnnamed1864(o.vendorTypes); |
+ checkUnnamed1865(o.verticals); |
+ checkUnnamed1866(o.videoPlayerSizes); |
} |
buildCounterPretargetingConfig--; |
} |
-buildUnnamed1855() { |
+buildUnnamed1867() { |
var o = new core.List<api.PretargetingConfig>(); |
o.add(buildPretargetingConfig()); |
o.add(buildPretargetingConfig()); |
return o; |
} |
-checkUnnamed1855(core.List<api.PretargetingConfig> o) { |
+checkUnnamed1867(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 = buildUnnamed1855(); |
+ o.items = buildUnnamed1867(); |
o.kind = "foo"; |
} |
buildCounterPretargetingConfigList--; |
@@ -2676,7 +2676,7 @@ buildPretargetingConfigList() { |
checkPretargetingConfigList(api.PretargetingConfigList o) { |
buildCounterPretargetingConfigList++; |
if (buildCounterPretargetingConfigList < 3) { |
- checkUnnamed1855(o.items); |
+ checkUnnamed1867(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
} |
buildCounterPretargetingConfigList--; |
@@ -2751,40 +2751,40 @@ checkPrivateData(api.PrivateData o) { |
buildCounterPrivateData--; |
} |
-buildUnnamed1856() { |
+buildUnnamed1868() { |
var o = new core.List<api.ContactInformation>(); |
o.add(buildContactInformation()); |
o.add(buildContactInformation()); |
return o; |
} |
-checkUnnamed1856(core.List<api.ContactInformation> o) { |
+checkUnnamed1868(core.List<api.ContactInformation> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkContactInformation(o[0]); |
checkContactInformation(o[1]); |
} |
-buildUnnamed1857() { |
+buildUnnamed1869() { |
var o = new core.List<api.MarketplaceLabel>(); |
o.add(buildMarketplaceLabel()); |
o.add(buildMarketplaceLabel()); |
return o; |
} |
-checkUnnamed1857(core.List<api.MarketplaceLabel> o) { |
+checkUnnamed1869(core.List<api.MarketplaceLabel> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkMarketplaceLabel(o[0]); |
checkMarketplaceLabel(o[1]); |
} |
-buildUnnamed1858() { |
+buildUnnamed1870() { |
var o = new core.List<api.SharedTargeting>(); |
o.add(buildSharedTargeting()); |
o.add(buildSharedTargeting()); |
return o; |
} |
-checkUnnamed1858(core.List<api.SharedTargeting> o) { |
+checkUnnamed1870(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 = buildUnnamed1856(); |
+ o.creatorContacts = buildUnnamed1868(); |
o.deliveryControl = buildDeliveryControl(); |
o.flightEndTimeMs = "foo"; |
o.flightStartTimeMs = "foo"; |
o.hasCreatorSignedOff = true; |
o.inventorySource = "foo"; |
o.kind = "foo"; |
- o.labels = buildUnnamed1857(); |
+ o.labels = buildUnnamed1869(); |
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 = buildUnnamed1858(); |
+ o.sharedTargetings = buildUnnamed1870(); |
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')); |
- checkUnnamed1856(o.creatorContacts); |
+ checkUnnamed1868(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')); |
- checkUnnamed1857(o.labels); |
+ checkUnnamed1869(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); |
- checkUnnamed1858(o.sharedTargetings); |
+ checkUnnamed1870(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--; |
} |
-buildUnnamed1859() { |
+buildUnnamed1871() { |
var o = new core.List<api.ContactInformation>(); |
o.add(buildContactInformation()); |
o.add(buildContactInformation()); |
return o; |
} |
-checkUnnamed1859(core.List<api.ContactInformation> o) { |
+checkUnnamed1871(core.List<api.ContactInformation> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkContactInformation(o[0]); |
checkContactInformation(o[1]); |
} |
-buildUnnamed1860() { |
+buildUnnamed1872() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1860(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')); |
} |
-buildUnnamed1861() { |
+buildUnnamed1873() { |
var o = new core.List<api.MarketplaceLabel>(); |
o.add(buildMarketplaceLabel()); |
o.add(buildMarketplaceLabel()); |
return o; |
} |
-checkUnnamed1861(core.List<api.MarketplaceLabel> o) { |
+checkUnnamed1873(core.List<api.MarketplaceLabel> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkMarketplaceLabel(o[0]); |
checkMarketplaceLabel(o[1]); |
} |
-buildUnnamed1862() { |
+buildUnnamed1874() { |
var o = new core.List<api.ContactInformation>(); |
o.add(buildContactInformation()); |
o.add(buildContactInformation()); |
return o; |
} |
-checkUnnamed1862(core.List<api.ContactInformation> o) { |
+checkUnnamed1874(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 = buildUnnamed1859(); |
+ o.buyerContacts = buildUnnamed1871(); |
o.buyerPrivateData = buildPrivateData(); |
- o.dbmAdvertiserIds = buildUnnamed1860(); |
+ o.dbmAdvertiserIds = buildUnnamed1872(); |
o.hasBuyerSignedOff = true; |
o.hasSellerSignedOff = true; |
o.inventorySource = "foo"; |
o.isRenegotiating = true; |
o.isSetupComplete = true; |
o.kind = "foo"; |
- o.labels = buildUnnamed1861(); |
+ o.labels = buildUnnamed1873(); |
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 = buildUnnamed1862(); |
+ o.sellerContacts = buildUnnamed1874(); |
} |
buildCounterProposal--; |
return o; |
@@ -2945,16 +2945,16 @@ checkProposal(api.Proposal o) { |
if (buildCounterProposal < 3) { |
checkBuyer(o.billedBuyer); |
checkBuyer(o.buyer); |
- checkUnnamed1859(o.buyerContacts); |
+ checkUnnamed1871(o.buyerContacts); |
checkPrivateData(o.buyerPrivateData); |
- checkUnnamed1860(o.dbmAdvertiserIds); |
+ checkUnnamed1872(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')); |
- checkUnnamed1861(o.labels); |
+ checkUnnamed1873(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); |
- checkUnnamed1862(o.sellerContacts); |
+ checkUnnamed1874(o.sellerContacts); |
} |
buildCounterProposal--; |
} |
-buildUnnamed1863() { |
+buildUnnamed1875() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1863(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')); |
} |
-buildUnnamed1864() { |
+buildUnnamed1876() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1864(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')); |
@@ -3016,14 +3016,14 @@ buildPublisherProfileApiProto() { |
o.overview = "foo"; |
o.profileId = 42; |
o.programmaticContact = "foo"; |
- o.publisherDomains = buildUnnamed1863(); |
+ o.publisherDomains = buildUnnamed1875(); |
o.publisherProfileId = "foo"; |
o.publisherProvidedForecast = buildPublisherProvidedForecast(); |
o.rateCardInfoLink = "foo"; |
o.samplePageLink = "foo"; |
o.seller = buildSeller(); |
o.state = "foo"; |
- o.topHeadlines = buildUnnamed1864(); |
+ o.topHeadlines = buildUnnamed1876(); |
} |
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')); |
- checkUnnamed1863(o.publisherDomains); |
+ checkUnnamed1875(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')); |
- checkUnnamed1864(o.topHeadlines); |
+ checkUnnamed1876(o.topHeadlines); |
} |
buildCounterPublisherProfileApiProto--; |
} |
-buildUnnamed1865() { |
+buildUnnamed1877() { |
var o = new core.List<api.Dimension>(); |
o.add(buildDimension()); |
o.add(buildDimension()); |
return o; |
} |
-checkUnnamed1865(core.List<api.Dimension> o) { |
+checkUnnamed1877(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 = buildUnnamed1865(); |
+ o.dimensions = buildUnnamed1877(); |
o.weeklyImpressions = "foo"; |
o.weeklyUniques = "foo"; |
} |
@@ -3088,7 +3088,7 @@ buildPublisherProvidedForecast() { |
checkPublisherProvidedForecast(api.PublisherProvidedForecast o) { |
buildCounterPublisherProvidedForecast++; |
if (buildCounterPublisherProvidedForecast < 3) { |
- checkUnnamed1865(o.dimensions); |
+ checkUnnamed1877(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--; |
} |
-buildUnnamed1866() { |
+buildUnnamed1878() { |
var o = new core.List<api.TargetingValue>(); |
o.add(buildTargetingValue()); |
o.add(buildTargetingValue()); |
return o; |
} |
-checkUnnamed1866(core.List<api.TargetingValue> o) { |
+checkUnnamed1878(core.List<api.TargetingValue> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkTargetingValue(o[0]); |
checkTargetingValue(o[1]); |
} |
-buildUnnamed1867() { |
+buildUnnamed1879() { |
var o = new core.List<api.TargetingValue>(); |
o.add(buildTargetingValue()); |
o.add(buildTargetingValue()); |
return o; |
} |
-checkUnnamed1867(core.List<api.TargetingValue> o) { |
+checkUnnamed1879(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 = buildUnnamed1866(); |
- o.inclusions = buildUnnamed1867(); |
+ o.exclusions = buildUnnamed1878(); |
+ o.inclusions = buildUnnamed1879(); |
o.key = "foo"; |
} |
buildCounterSharedTargeting--; |
@@ -3158,8 +3158,8 @@ buildSharedTargeting() { |
checkSharedTargeting(api.SharedTargeting o) { |
buildCounterSharedTargeting++; |
if (buildCounterSharedTargeting < 3) { |
- checkUnnamed1866(o.exclusions); |
- checkUnnamed1867(o.inclusions); |
+ checkUnnamed1878(o.exclusions); |
+ checkUnnamed1879(o.inclusions); |
unittest.expect(o.key, unittest.equals('foo')); |
} |
buildCounterSharedTargeting--; |
@@ -3190,14 +3190,14 @@ checkTargetingValue(api.TargetingValue o) { |
buildCounterTargetingValue--; |
} |
-buildUnnamed1868() { |
+buildUnnamed1880() { |
var o = new core.List<api.TargetingValueSize>(); |
o.add(buildTargetingValueSize()); |
o.add(buildTargetingValueSize()); |
return o; |
} |
-checkUnnamed1868(core.List<api.TargetingValueSize> o) { |
+checkUnnamed1880(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 = buildUnnamed1868(); |
+ o.companionSizes = buildUnnamed1880(); |
o.creativeSizeType = "foo"; |
o.size = buildTargetingValueSize(); |
o.skippableAdType = "foo"; |
@@ -3220,7 +3220,7 @@ buildTargetingValueCreativeSize() { |
checkTargetingValueCreativeSize(api.TargetingValueCreativeSize o) { |
buildCounterTargetingValueCreativeSize++; |
if (buildCounterTargetingValueCreativeSize < 3) { |
- checkUnnamed1868(o.companionSizes); |
+ checkUnnamed1880(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--; |
} |
-buildUnnamed1869() { |
+buildUnnamed1881() { |
var o = new core.List<api.TargetingValueDayPartTargetingDayPart>(); |
o.add(buildTargetingValueDayPartTargetingDayPart()); |
o.add(buildTargetingValueDayPartTargetingDayPart()); |
return o; |
} |
-checkUnnamed1869(core.List<api.TargetingValueDayPartTargetingDayPart> o) { |
+checkUnnamed1881(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 = buildUnnamed1869(); |
+ o.dayParts = buildUnnamed1881(); |
o.timeZoneType = "foo"; |
} |
buildCounterTargetingValueDayPartTargeting--; |
@@ -3256,7 +3256,7 @@ buildTargetingValueDayPartTargeting() { |
checkTargetingValueDayPartTargeting(api.TargetingValueDayPartTargeting o) { |
buildCounterTargetingValueDayPartTargeting++; |
if (buildCounterTargetingValueDayPartTargeting < 3) { |
- checkUnnamed1869(o.dayParts); |
+ checkUnnamed1881(o.dayParts); |
unittest.expect(o.timeZoneType, unittest.equals('foo')); |
} |
buildCounterTargetingValueDayPartTargeting--; |
@@ -3335,27 +3335,27 @@ checkUpdatePrivateAuctionProposalRequest(api.UpdatePrivateAuctionProposalRequest |
buildCounterUpdatePrivateAuctionProposalRequest--; |
} |
-buildUnnamed1870() { |
+buildUnnamed1882() { |
var o = new core.List<core.int>(); |
o.add(42); |
o.add(42); |
return o; |
} |
-checkUnnamed1870(core.List<core.int> o) { |
+checkUnnamed1882(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)); |
} |
-buildUnnamed1871() { |
+buildUnnamed1883() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1871(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')); |
@@ -4719,8 +4719,8 @@ main() { |
var mock = new HttpServerMock(); |
api.CreativesResourceApi res = new api.AdexchangebuyerApi(mock).creatives; |
- var arg_accountId = buildUnnamed1870(); |
- var arg_buyerCreativeId = buildUnnamed1871(); |
+ var arg_accountId = buildUnnamed1882(); |
+ var arg_buyerCreativeId = buildUnnamed1883(); |
var arg_dealsStatusFilter = "foo"; |
var arg_maxResults = 42; |
var arg_openAuctionStatusFilter = "foo"; |