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 b1b0b216fe2167ef17ad2597e0d85fc4a455a520..50c78dc6b3cc9d8316ad6d691bab15cb56066d17 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--; |
} |
-buildUnnamed1809() { |
+buildUnnamed1903() { |
var o = new core.List<api.AccountBidderLocation>(); |
o.add(buildAccountBidderLocation()); |
o.add(buildAccountBidderLocation()); |
return o; |
} |
-checkUnnamed1809(core.List<api.AccountBidderLocation> o) { |
+checkUnnamed1903(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 = buildUnnamed1809(); |
+ o.bidderLocation = buildUnnamed1903(); |
o.cookieMatchingNid = "foo"; |
o.cookieMatchingUrl = "foo"; |
o.id = 42; |
@@ -110,7 +110,7 @@ buildAccount() { |
checkAccount(api.Account o) { |
buildCounterAccount++; |
if (buildCounterAccount < 3) { |
- checkUnnamed1809(o.bidderLocation); |
+ checkUnnamed1903(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--; |
} |
-buildUnnamed1810() { |
+buildUnnamed1904() { |
var o = new core.List<api.Account>(); |
o.add(buildAccount()); |
o.add(buildAccount()); |
return o; |
} |
-checkUnnamed1810(core.List<api.Account> o) { |
+checkUnnamed1904(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 = buildUnnamed1810(); |
+ o.items = buildUnnamed1904(); |
o.kind = "foo"; |
} |
buildCounterAccountsList--; |
@@ -150,20 +150,20 @@ buildAccountsList() { |
checkAccountsList(api.AccountsList o) { |
buildCounterAccountsList++; |
if (buildCounterAccountsList < 3) { |
- checkUnnamed1810(o.items); |
+ checkUnnamed1904(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
} |
buildCounterAccountsList--; |
} |
-buildUnnamed1811() { |
+buildUnnamed1905() { |
var o = new core.List<api.MarketplaceDeal>(); |
o.add(buildMarketplaceDeal()); |
o.add(buildMarketplaceDeal()); |
return o; |
} |
-checkUnnamed1811(core.List<api.MarketplaceDeal> o) { |
+checkUnnamed1905(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 = buildUnnamed1811(); |
+ o.deals = buildUnnamed1905(); |
o.proposalRevisionNumber = "foo"; |
o.updateAction = "foo"; |
} |
@@ -185,21 +185,21 @@ buildAddOrderDealsRequest() { |
checkAddOrderDealsRequest(api.AddOrderDealsRequest o) { |
buildCounterAddOrderDealsRequest++; |
if (buildCounterAddOrderDealsRequest < 3) { |
- checkUnnamed1811(o.deals); |
+ checkUnnamed1905(o.deals); |
unittest.expect(o.proposalRevisionNumber, unittest.equals('foo')); |
unittest.expect(o.updateAction, unittest.equals('foo')); |
} |
buildCounterAddOrderDealsRequest--; |
} |
-buildUnnamed1812() { |
+buildUnnamed1906() { |
var o = new core.List<api.MarketplaceDeal>(); |
o.add(buildMarketplaceDeal()); |
o.add(buildMarketplaceDeal()); |
return o; |
} |
-checkUnnamed1812(core.List<api.MarketplaceDeal> o) { |
+checkUnnamed1906(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 = buildUnnamed1812(); |
+ o.deals = buildUnnamed1906(); |
o.proposalRevisionNumber = "foo"; |
} |
buildCounterAddOrderDealsResponse--; |
@@ -220,20 +220,20 @@ buildAddOrderDealsResponse() { |
checkAddOrderDealsResponse(api.AddOrderDealsResponse o) { |
buildCounterAddOrderDealsResponse++; |
if (buildCounterAddOrderDealsResponse < 3) { |
- checkUnnamed1812(o.deals); |
+ checkUnnamed1906(o.deals); |
unittest.expect(o.proposalRevisionNumber, unittest.equals('foo')); |
} |
buildCounterAddOrderDealsResponse--; |
} |
-buildUnnamed1813() { |
+buildUnnamed1907() { |
var o = new core.List<api.MarketplaceNote>(); |
o.add(buildMarketplaceNote()); |
o.add(buildMarketplaceNote()); |
return o; |
} |
-checkUnnamed1813(core.List<api.MarketplaceNote> o) { |
+checkUnnamed1907(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 = buildUnnamed1813(); |
+ o.notes = buildUnnamed1907(); |
} |
buildCounterAddOrderNotesRequest--; |
return o; |
@@ -253,19 +253,19 @@ buildAddOrderNotesRequest() { |
checkAddOrderNotesRequest(api.AddOrderNotesRequest o) { |
buildCounterAddOrderNotesRequest++; |
if (buildCounterAddOrderNotesRequest < 3) { |
- checkUnnamed1813(o.notes); |
+ checkUnnamed1907(o.notes); |
} |
buildCounterAddOrderNotesRequest--; |
} |
-buildUnnamed1814() { |
+buildUnnamed1908() { |
var o = new core.List<api.MarketplaceNote>(); |
o.add(buildMarketplaceNote()); |
o.add(buildMarketplaceNote()); |
return o; |
} |
-checkUnnamed1814(core.List<api.MarketplaceNote> o) { |
+checkUnnamed1908(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 = buildUnnamed1814(); |
+ o.notes = buildUnnamed1908(); |
} |
buildCounterAddOrderNotesResponse--; |
return o; |
@@ -285,19 +285,19 @@ buildAddOrderNotesResponse() { |
checkAddOrderNotesResponse(api.AddOrderNotesResponse o) { |
buildCounterAddOrderNotesResponse++; |
if (buildCounterAddOrderNotesResponse < 3) { |
- checkUnnamed1814(o.notes); |
+ checkUnnamed1908(o.notes); |
} |
buildCounterAddOrderNotesResponse--; |
} |
-buildUnnamed1815() { |
+buildUnnamed1909() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1815(core.List<core.String> o) { |
+checkUnnamed1909(core.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 = buildUnnamed1815(); |
+ o.billingId = buildUnnamed1909(); |
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')); |
- checkUnnamed1815(o.billingId); |
+ checkUnnamed1909(o.billingId); |
unittest.expect(o.kind, unittest.equals('foo')); |
} |
buildCounterBillingInfo--; |
} |
-buildUnnamed1816() { |
+buildUnnamed1910() { |
var o = new core.List<api.BillingInfo>(); |
o.add(buildBillingInfo()); |
o.add(buildBillingInfo()); |
return o; |
} |
-checkUnnamed1816(core.List<api.BillingInfo> o) { |
+checkUnnamed1910(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 = buildUnnamed1816(); |
+ o.items = buildUnnamed1910(); |
o.kind = "foo"; |
} |
buildCounterBillingInfoList--; |
@@ -356,7 +356,7 @@ buildBillingInfoList() { |
checkBillingInfoList(api.BillingInfoList o) { |
buildCounterBillingInfoList++; |
if (buildCounterBillingInfoList < 3) { |
- checkUnnamed1816(o.items); |
+ checkUnnamed1910(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
} |
buildCounterBillingInfoList--; |
@@ -431,14 +431,14 @@ checkContactInformation(api.ContactInformation o) { |
buildCounterContactInformation--; |
} |
-buildUnnamed1817() { |
+buildUnnamed1911() { |
var o = new core.List<api.Proposal>(); |
o.add(buildProposal()); |
o.add(buildProposal()); |
return o; |
} |
-checkUnnamed1817(core.List<api.Proposal> o) { |
+checkUnnamed1911(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 = buildUnnamed1817(); |
+ o.proposals = buildUnnamed1911(); |
o.webPropertyCode = "foo"; |
} |
buildCounterCreateOrdersRequest--; |
@@ -459,20 +459,20 @@ buildCreateOrdersRequest() { |
checkCreateOrdersRequest(api.CreateOrdersRequest o) { |
buildCounterCreateOrdersRequest++; |
if (buildCounterCreateOrdersRequest < 3) { |
- checkUnnamed1817(o.proposals); |
+ checkUnnamed1911(o.proposals); |
unittest.expect(o.webPropertyCode, unittest.equals('foo')); |
} |
buildCounterCreateOrdersRequest--; |
} |
-buildUnnamed1818() { |
+buildUnnamed1912() { |
var o = new core.List<api.Proposal>(); |
o.add(buildProposal()); |
o.add(buildProposal()); |
return o; |
} |
-checkUnnamed1818(core.List<api.Proposal> o) { |
+checkUnnamed1912(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 = buildUnnamed1818(); |
+ o.proposals = buildUnnamed1912(); |
} |
buildCounterCreateOrdersResponse--; |
return o; |
@@ -492,84 +492,84 @@ buildCreateOrdersResponse() { |
checkCreateOrdersResponse(api.CreateOrdersResponse o) { |
buildCounterCreateOrdersResponse++; |
if (buildCounterCreateOrdersResponse < 3) { |
- checkUnnamed1818(o.proposals); |
+ checkUnnamed1912(o.proposals); |
} |
buildCounterCreateOrdersResponse--; |
} |
-buildUnnamed1819() { |
+buildUnnamed1913() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1819(core.List<core.String> o) { |
+checkUnnamed1913(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed1820() { |
+buildUnnamed1914() { |
var o = new core.List<core.int>(); |
o.add(42); |
o.add(42); |
return o; |
} |
-checkUnnamed1820(core.List<core.int> o) { |
+checkUnnamed1914(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)); |
} |
-buildUnnamed1821() { |
+buildUnnamed1915() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1821(core.List<core.String> o) { |
+checkUnnamed1915(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed1822() { |
+buildUnnamed1916() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1822(core.List<core.String> o) { |
+checkUnnamed1916(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed1823() { |
+buildUnnamed1917() { |
var o = new core.List<core.int>(); |
o.add(42); |
o.add(42); |
return o; |
} |
-checkUnnamed1823(core.List<core.int> o) { |
+checkUnnamed1917(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)); |
} |
-buildUnnamed1824() { |
+buildUnnamed1918() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1824(core.List<core.String> o) { |
+checkUnnamed1918(core.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 = buildUnnamed1822(); |
+ o.auctionType = buildUnnamed1916(); |
o.contextType = "foo"; |
- o.geoCriteriaId = buildUnnamed1823(); |
- o.platform = buildUnnamed1824(); |
+ o.geoCriteriaId = buildUnnamed1917(); |
+ o.platform = buildUnnamed1918(); |
} |
buildCounterCreativeCorrectionsContexts--; |
return o; |
@@ -592,35 +592,35 @@ buildCreativeCorrectionsContexts() { |
checkCreativeCorrectionsContexts(api.CreativeCorrectionsContexts o) { |
buildCounterCreativeCorrectionsContexts++; |
if (buildCounterCreativeCorrectionsContexts < 3) { |
- checkUnnamed1822(o.auctionType); |
+ checkUnnamed1916(o.auctionType); |
unittest.expect(o.contextType, unittest.equals('foo')); |
- checkUnnamed1823(o.geoCriteriaId); |
- checkUnnamed1824(o.platform); |
+ checkUnnamed1917(o.geoCriteriaId); |
+ checkUnnamed1918(o.platform); |
} |
buildCounterCreativeCorrectionsContexts--; |
} |
-buildUnnamed1825() { |
+buildUnnamed1919() { |
var o = new core.List<api.CreativeCorrectionsContexts>(); |
o.add(buildCreativeCorrectionsContexts()); |
o.add(buildCreativeCorrectionsContexts()); |
return o; |
} |
-checkUnnamed1825(core.List<api.CreativeCorrectionsContexts> o) { |
+checkUnnamed1919(core.List<api.CreativeCorrectionsContexts> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkCreativeCorrectionsContexts(o[0]); |
checkCreativeCorrectionsContexts(o[1]); |
} |
-buildUnnamed1826() { |
+buildUnnamed1920() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1826(core.List<core.String> o) { |
+checkUnnamed1920(core.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 = buildUnnamed1825(); |
- o.details = buildUnnamed1826(); |
+ o.contexts = buildUnnamed1919(); |
+ o.details = buildUnnamed1920(); |
o.reason = "foo"; |
} |
buildCounterCreativeCorrections--; |
@@ -642,34 +642,34 @@ buildCreativeCorrections() { |
checkCreativeCorrections(api.CreativeCorrections o) { |
buildCounterCreativeCorrections++; |
if (buildCounterCreativeCorrections < 3) { |
- checkUnnamed1825(o.contexts); |
- checkUnnamed1826(o.details); |
+ checkUnnamed1919(o.contexts); |
+ checkUnnamed1920(o.details); |
unittest.expect(o.reason, unittest.equals('foo')); |
} |
buildCounterCreativeCorrections--; |
} |
-buildUnnamed1827() { |
+buildUnnamed1921() { |
var o = new core.List<api.CreativeCorrections>(); |
o.add(buildCreativeCorrections()); |
o.add(buildCreativeCorrections()); |
return o; |
} |
-checkUnnamed1827(core.List<api.CreativeCorrections> o) { |
+checkUnnamed1921(core.List<api.CreativeCorrections> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkCreativeCorrections(o[0]); |
checkCreativeCorrections(o[1]); |
} |
-buildUnnamed1828() { |
+buildUnnamed1922() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1828(core.List<core.String> o) { |
+checkUnnamed1922(core.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--; |
} |
-buildUnnamed1829() { |
+buildUnnamed1923() { |
var o = new core.List<api.CreativeFilteringReasonsReasons>(); |
o.add(buildCreativeFilteringReasonsReasons()); |
o.add(buildCreativeFilteringReasonsReasons()); |
return o; |
} |
-checkUnnamed1829(core.List<api.CreativeFilteringReasonsReasons> o) { |
+checkUnnamed1923(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 = buildUnnamed1829(); |
+ o.reasons = buildUnnamed1923(); |
} |
buildCounterCreativeFilteringReasons--; |
return o; |
@@ -725,32 +725,32 @@ checkCreativeFilteringReasons(api.CreativeFilteringReasons o) { |
buildCounterCreativeFilteringReasons++; |
if (buildCounterCreativeFilteringReasons < 3) { |
unittest.expect(o.date, unittest.equals('foo')); |
- checkUnnamed1829(o.reasons); |
+ checkUnnamed1923(o.reasons); |
} |
buildCounterCreativeFilteringReasons--; |
} |
-buildUnnamed1830() { |
+buildUnnamed1924() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1830(core.List<core.String> o) { |
+checkUnnamed1924(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed1831() { |
+buildUnnamed1925() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1831(core.List<core.String> o) { |
+checkUnnamed1925(core.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--; |
} |
-buildUnnamed1832() { |
+buildUnnamed1926() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1832(core.List<core.String> o) { |
+checkUnnamed1926(core.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 = buildUnnamed1832(); |
+ o.impressionTrackingUrl = buildUnnamed1926(); |
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); |
- checkUnnamed1832(o.impressionTrackingUrl); |
+ checkUnnamed1926(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--; |
} |
-buildUnnamed1833() { |
+buildUnnamed1927() { |
var o = new core.List<core.int>(); |
o.add(42); |
o.add(42); |
return o; |
} |
-checkUnnamed1833(core.List<core.int> o) { |
+checkUnnamed1927(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)); |
} |
-buildUnnamed1834() { |
+buildUnnamed1928() { |
var o = new core.List<core.int>(); |
o.add(42); |
o.add(42); |
return o; |
} |
-checkUnnamed1834(core.List<core.int> o) { |
+checkUnnamed1928(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)); |
} |
-buildUnnamed1835() { |
+buildUnnamed1929() { |
var o = new core.List<core.int>(); |
o.add(42); |
o.add(42); |
return o; |
} |
-checkUnnamed1835(core.List<core.int> o) { |
+checkUnnamed1929(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)); |
} |
-buildUnnamed1836() { |
+buildUnnamed1930() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1836(core.List<core.String> o) { |
+checkUnnamed1930(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed1837() { |
+buildUnnamed1931() { |
var o = new core.List<core.int>(); |
o.add(42); |
o.add(42); |
return o; |
} |
-checkUnnamed1837(core.List<core.int> o) { |
+checkUnnamed1931(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)); |
} |
-buildUnnamed1838() { |
+buildUnnamed1932() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1838(core.List<core.String> o) { |
+checkUnnamed1932(core.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 = buildUnnamed1836(); |
+ o.auctionType = buildUnnamed1930(); |
o.contextType = "foo"; |
- o.geoCriteriaId = buildUnnamed1837(); |
- o.platform = buildUnnamed1838(); |
+ o.geoCriteriaId = buildUnnamed1931(); |
+ o.platform = buildUnnamed1932(); |
} |
buildCounterCreativeServingRestrictionsContexts--; |
return o; |
@@ -978,35 +978,35 @@ buildCreativeServingRestrictionsContexts() { |
checkCreativeServingRestrictionsContexts(api.CreativeServingRestrictionsContexts o) { |
buildCounterCreativeServingRestrictionsContexts++; |
if (buildCounterCreativeServingRestrictionsContexts < 3) { |
- checkUnnamed1836(o.auctionType); |
+ checkUnnamed1930(o.auctionType); |
unittest.expect(o.contextType, unittest.equals('foo')); |
- checkUnnamed1837(o.geoCriteriaId); |
- checkUnnamed1838(o.platform); |
+ checkUnnamed1931(o.geoCriteriaId); |
+ checkUnnamed1932(o.platform); |
} |
buildCounterCreativeServingRestrictionsContexts--; |
} |
-buildUnnamed1839() { |
+buildUnnamed1933() { |
var o = new core.List<api.CreativeServingRestrictionsContexts>(); |
o.add(buildCreativeServingRestrictionsContexts()); |
o.add(buildCreativeServingRestrictionsContexts()); |
return o; |
} |
-checkUnnamed1839(core.List<api.CreativeServingRestrictionsContexts> o) { |
+checkUnnamed1933(core.List<api.CreativeServingRestrictionsContexts> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkCreativeServingRestrictionsContexts(o[0]); |
checkCreativeServingRestrictionsContexts(o[1]); |
} |
-buildUnnamed1840() { |
+buildUnnamed1934() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1840(core.List<core.String> o) { |
+checkUnnamed1934(core.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 = buildUnnamed1840(); |
+ o.details = buildUnnamed1934(); |
o.reason = "foo"; |
} |
buildCounterCreativeServingRestrictionsDisapprovalReasons--; |
@@ -1027,20 +1027,20 @@ buildCreativeServingRestrictionsDisapprovalReasons() { |
checkCreativeServingRestrictionsDisapprovalReasons(api.CreativeServingRestrictionsDisapprovalReasons o) { |
buildCounterCreativeServingRestrictionsDisapprovalReasons++; |
if (buildCounterCreativeServingRestrictionsDisapprovalReasons < 3) { |
- checkUnnamed1840(o.details); |
+ checkUnnamed1934(o.details); |
unittest.expect(o.reason, unittest.equals('foo')); |
} |
buildCounterCreativeServingRestrictionsDisapprovalReasons--; |
} |
-buildUnnamed1841() { |
+buildUnnamed1935() { |
var o = new core.List<api.CreativeServingRestrictionsDisapprovalReasons>(); |
o.add(buildCreativeServingRestrictionsDisapprovalReasons()); |
o.add(buildCreativeServingRestrictionsDisapprovalReasons()); |
return o; |
} |
-checkUnnamed1841(core.List<api.CreativeServingRestrictionsDisapprovalReasons> o) { |
+checkUnnamed1935(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 = buildUnnamed1839(); |
- o.disapprovalReasons = buildUnnamed1841(); |
+ o.contexts = buildUnnamed1933(); |
+ o.disapprovalReasons = buildUnnamed1935(); |
o.reason = "foo"; |
} |
buildCounterCreativeServingRestrictions--; |
@@ -1062,34 +1062,34 @@ buildCreativeServingRestrictions() { |
checkCreativeServingRestrictions(api.CreativeServingRestrictions o) { |
buildCounterCreativeServingRestrictions++; |
if (buildCounterCreativeServingRestrictions < 3) { |
- checkUnnamed1839(o.contexts); |
- checkUnnamed1841(o.disapprovalReasons); |
+ checkUnnamed1933(o.contexts); |
+ checkUnnamed1935(o.disapprovalReasons); |
unittest.expect(o.reason, unittest.equals('foo')); |
} |
buildCounterCreativeServingRestrictions--; |
} |
-buildUnnamed1842() { |
+buildUnnamed1936() { |
var o = new core.List<api.CreativeServingRestrictions>(); |
o.add(buildCreativeServingRestrictions()); |
o.add(buildCreativeServingRestrictions()); |
return o; |
} |
-checkUnnamed1842(core.List<api.CreativeServingRestrictions> o) { |
+checkUnnamed1936(core.List<api.CreativeServingRestrictions> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkCreativeServingRestrictions(o[0]); |
checkCreativeServingRestrictions(o[1]); |
} |
-buildUnnamed1843() { |
+buildUnnamed1937() { |
var o = new core.List<core.int>(); |
o.add(42); |
o.add(42); |
return o; |
} |
-checkUnnamed1843(core.List<core.int> o) { |
+checkUnnamed1937(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 = buildUnnamed1819(); |
+ o.advertiserId = buildUnnamed1913(); |
o.advertiserName = "foo"; |
o.agencyId = "foo"; |
o.apiUploadTimestamp = core.DateTime.parse("2002-02-27T14:01:02"); |
- o.attribute = buildUnnamed1820(); |
+ o.attribute = buildUnnamed1914(); |
o.buyerCreativeId = "foo"; |
- o.clickThroughUrl = buildUnnamed1821(); |
- o.corrections = buildUnnamed1827(); |
+ o.clickThroughUrl = buildUnnamed1915(); |
+ o.corrections = buildUnnamed1921(); |
o.dealsStatus = "foo"; |
- o.detectedDomains = buildUnnamed1828(); |
+ o.detectedDomains = buildUnnamed1922(); |
o.filteringReasons = buildCreativeFilteringReasons(); |
o.height = 42; |
- o.impressionTrackingUrl = buildUnnamed1830(); |
+ o.impressionTrackingUrl = buildUnnamed1924(); |
o.kind = "foo"; |
- o.languages = buildUnnamed1831(); |
+ o.languages = buildUnnamed1925(); |
o.nativeAd = buildCreativeNativeAd(); |
o.openAuctionStatus = "foo"; |
- o.productCategories = buildUnnamed1833(); |
- o.restrictedCategories = buildUnnamed1834(); |
- o.sensitiveCategories = buildUnnamed1835(); |
- o.servingRestrictions = buildUnnamed1842(); |
- o.vendorType = buildUnnamed1843(); |
+ o.productCategories = buildUnnamed1927(); |
+ o.restrictedCategories = buildUnnamed1928(); |
+ o.sensitiveCategories = buildUnnamed1929(); |
+ o.servingRestrictions = buildUnnamed1936(); |
+ o.vendorType = buildUnnamed1937(); |
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')); |
- checkUnnamed1819(o.advertiserId); |
+ checkUnnamed1913(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"))); |
- checkUnnamed1820(o.attribute); |
+ checkUnnamed1914(o.attribute); |
unittest.expect(o.buyerCreativeId, unittest.equals('foo')); |
- checkUnnamed1821(o.clickThroughUrl); |
- checkUnnamed1827(o.corrections); |
+ checkUnnamed1915(o.clickThroughUrl); |
+ checkUnnamed1921(o.corrections); |
unittest.expect(o.dealsStatus, unittest.equals('foo')); |
- checkUnnamed1828(o.detectedDomains); |
+ checkUnnamed1922(o.detectedDomains); |
checkCreativeFilteringReasons(o.filteringReasons); |
unittest.expect(o.height, unittest.equals(42)); |
- checkUnnamed1830(o.impressionTrackingUrl); |
+ checkUnnamed1924(o.impressionTrackingUrl); |
unittest.expect(o.kind, unittest.equals('foo')); |
- checkUnnamed1831(o.languages); |
+ checkUnnamed1925(o.languages); |
checkCreativeNativeAd(o.nativeAd); |
unittest.expect(o.openAuctionStatus, unittest.equals('foo')); |
- checkUnnamed1833(o.productCategories); |
- checkUnnamed1834(o.restrictedCategories); |
- checkUnnamed1835(o.sensitiveCategories); |
- checkUnnamed1842(o.servingRestrictions); |
- checkUnnamed1843(o.vendorType); |
+ checkUnnamed1927(o.productCategories); |
+ checkUnnamed1928(o.restrictedCategories); |
+ checkUnnamed1929(o.sensitiveCategories); |
+ checkUnnamed1936(o.servingRestrictions); |
+ checkUnnamed1937(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--; |
} |
-buildUnnamed1844() { |
+buildUnnamed1938() { |
var o = new core.List<api.CreativeDealIdsDealStatuses>(); |
o.add(buildCreativeDealIdsDealStatuses()); |
o.add(buildCreativeDealIdsDealStatuses()); |
return o; |
} |
-checkUnnamed1844(core.List<api.CreativeDealIdsDealStatuses> o) { |
+checkUnnamed1938(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 = buildUnnamed1844(); |
+ o.dealStatuses = buildUnnamed1938(); |
o.kind = "foo"; |
} |
buildCounterCreativeDealIds--; |
@@ -1219,20 +1219,20 @@ buildCreativeDealIds() { |
checkCreativeDealIds(api.CreativeDealIds o) { |
buildCounterCreativeDealIds++; |
if (buildCounterCreativeDealIds < 3) { |
- checkUnnamed1844(o.dealStatuses); |
+ checkUnnamed1938(o.dealStatuses); |
unittest.expect(o.kind, unittest.equals('foo')); |
} |
buildCounterCreativeDealIds--; |
} |
-buildUnnamed1845() { |
+buildUnnamed1939() { |
var o = new core.List<api.Creative>(); |
o.add(buildCreative()); |
o.add(buildCreative()); |
return o; |
} |
-checkUnnamed1845(core.List<api.Creative> o) { |
+checkUnnamed1939(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 = buildUnnamed1845(); |
+ o.items = buildUnnamed1939(); |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
} |
@@ -1254,7 +1254,7 @@ buildCreativesList() { |
checkCreativesList(api.CreativesList o) { |
buildCounterCreativesList++; |
if (buildCounterCreativesList < 3) { |
- checkUnnamed1845(o.items); |
+ checkUnnamed1939(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
@@ -1344,14 +1344,14 @@ checkDealTerms(api.DealTerms o) { |
buildCounterDealTerms--; |
} |
-buildUnnamed1846() { |
+buildUnnamed1940() { |
var o = new core.List<api.PricePerBuyer>(); |
o.add(buildPricePerBuyer()); |
o.add(buildPricePerBuyer()); |
return o; |
} |
-checkUnnamed1846(core.List<api.PricePerBuyer> o) { |
+checkUnnamed1940(core.List<api.PricePerBuyer> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPricePerBuyer(o[0]); |
checkPricePerBuyer(o[1]); |
@@ -1363,7 +1363,7 @@ buildDealTermsGuaranteedFixedPriceTerms() { |
buildCounterDealTermsGuaranteedFixedPriceTerms++; |
if (buildCounterDealTermsGuaranteedFixedPriceTerms < 3) { |
o.billingInfo = buildDealTermsGuaranteedFixedPriceTermsBillingInfo(); |
- o.fixedPrices = buildUnnamed1846(); |
+ o.fixedPrices = buildUnnamed1940(); |
o.guaranteedImpressions = "foo"; |
o.guaranteedLooks = "foo"; |
o.minimumDailyLooks = "foo"; |
@@ -1376,7 +1376,7 @@ checkDealTermsGuaranteedFixedPriceTerms(api.DealTermsGuaranteedFixedPriceTerms o |
buildCounterDealTermsGuaranteedFixedPriceTerms++; |
if (buildCounterDealTermsGuaranteedFixedPriceTerms < 3) { |
checkDealTermsGuaranteedFixedPriceTermsBillingInfo(o.billingInfo); |
- checkUnnamed1846(o.fixedPrices); |
+ checkUnnamed1940(o.fixedPrices); |
unittest.expect(o.guaranteedImpressions, unittest.equals('foo')); |
unittest.expect(o.guaranteedLooks, unittest.equals('foo')); |
unittest.expect(o.minimumDailyLooks, unittest.equals('foo')); |
@@ -1409,14 +1409,14 @@ checkDealTermsGuaranteedFixedPriceTermsBillingInfo(api.DealTermsGuaranteedFixedP |
buildCounterDealTermsGuaranteedFixedPriceTermsBillingInfo--; |
} |
-buildUnnamed1847() { |
+buildUnnamed1941() { |
var o = new core.List<api.PricePerBuyer>(); |
o.add(buildPricePerBuyer()); |
o.add(buildPricePerBuyer()); |
return o; |
} |
-checkUnnamed1847(core.List<api.PricePerBuyer> o) { |
+checkUnnamed1941(core.List<api.PricePerBuyer> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPricePerBuyer(o[0]); |
checkPricePerBuyer(o[1]); |
@@ -1428,7 +1428,7 @@ buildDealTermsNonGuaranteedAuctionTerms() { |
buildCounterDealTermsNonGuaranteedAuctionTerms++; |
if (buildCounterDealTermsNonGuaranteedAuctionTerms < 3) { |
o.autoOptimizePrivateAuction = true; |
- o.reservePricePerBuyers = buildUnnamed1847(); |
+ o.reservePricePerBuyers = buildUnnamed1941(); |
} |
buildCounterDealTermsNonGuaranteedAuctionTerms--; |
return o; |
@@ -1438,19 +1438,19 @@ checkDealTermsNonGuaranteedAuctionTerms(api.DealTermsNonGuaranteedAuctionTerms o |
buildCounterDealTermsNonGuaranteedAuctionTerms++; |
if (buildCounterDealTermsNonGuaranteedAuctionTerms < 3) { |
unittest.expect(o.autoOptimizePrivateAuction, unittest.isTrue); |
- checkUnnamed1847(o.reservePricePerBuyers); |
+ checkUnnamed1941(o.reservePricePerBuyers); |
} |
buildCounterDealTermsNonGuaranteedAuctionTerms--; |
} |
-buildUnnamed1848() { |
+buildUnnamed1942() { |
var o = new core.List<api.PricePerBuyer>(); |
o.add(buildPricePerBuyer()); |
o.add(buildPricePerBuyer()); |
return o; |
} |
-checkUnnamed1848(core.List<api.PricePerBuyer> o) { |
+checkUnnamed1942(core.List<api.PricePerBuyer> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPricePerBuyer(o[0]); |
checkPricePerBuyer(o[1]); |
@@ -1461,7 +1461,7 @@ buildDealTermsNonGuaranteedFixedPriceTerms() { |
var o = new api.DealTermsNonGuaranteedFixedPriceTerms(); |
buildCounterDealTermsNonGuaranteedFixedPriceTerms++; |
if (buildCounterDealTermsNonGuaranteedFixedPriceTerms < 3) { |
- o.fixedPrices = buildUnnamed1848(); |
+ o.fixedPrices = buildUnnamed1942(); |
} |
buildCounterDealTermsNonGuaranteedFixedPriceTerms--; |
return o; |
@@ -1470,7 +1470,7 @@ buildDealTermsNonGuaranteedFixedPriceTerms() { |
checkDealTermsNonGuaranteedFixedPriceTerms(api.DealTermsNonGuaranteedFixedPriceTerms o) { |
buildCounterDealTermsNonGuaranteedFixedPriceTerms++; |
if (buildCounterDealTermsNonGuaranteedFixedPriceTerms < 3) { |
- checkUnnamed1848(o.fixedPrices); |
+ checkUnnamed1942(o.fixedPrices); |
} |
buildCounterDealTermsNonGuaranteedFixedPriceTerms--; |
} |
@@ -1496,14 +1496,14 @@ checkDealTermsRubiconNonGuaranteedTerms(api.DealTermsRubiconNonGuaranteedTerms o |
buildCounterDealTermsRubiconNonGuaranteedTerms--; |
} |
-buildUnnamed1849() { |
+buildUnnamed1943() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1849(core.List<core.String> o) { |
+checkUnnamed1943(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -1514,7 +1514,7 @@ buildDeleteOrderDealsRequest() { |
var o = new api.DeleteOrderDealsRequest(); |
buildCounterDeleteOrderDealsRequest++; |
if (buildCounterDeleteOrderDealsRequest < 3) { |
- o.dealIds = buildUnnamed1849(); |
+ o.dealIds = buildUnnamed1943(); |
o.proposalRevisionNumber = "foo"; |
o.updateAction = "foo"; |
} |
@@ -1525,21 +1525,21 @@ buildDeleteOrderDealsRequest() { |
checkDeleteOrderDealsRequest(api.DeleteOrderDealsRequest o) { |
buildCounterDeleteOrderDealsRequest++; |
if (buildCounterDeleteOrderDealsRequest < 3) { |
- checkUnnamed1849(o.dealIds); |
+ checkUnnamed1943(o.dealIds); |
unittest.expect(o.proposalRevisionNumber, unittest.equals('foo')); |
unittest.expect(o.updateAction, unittest.equals('foo')); |
} |
buildCounterDeleteOrderDealsRequest--; |
} |
-buildUnnamed1850() { |
+buildUnnamed1944() { |
var o = new core.List<api.MarketplaceDeal>(); |
o.add(buildMarketplaceDeal()); |
o.add(buildMarketplaceDeal()); |
return o; |
} |
-checkUnnamed1850(core.List<api.MarketplaceDeal> o) { |
+checkUnnamed1944(core.List<api.MarketplaceDeal> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkMarketplaceDeal(o[0]); |
checkMarketplaceDeal(o[1]); |
@@ -1550,7 +1550,7 @@ buildDeleteOrderDealsResponse() { |
var o = new api.DeleteOrderDealsResponse(); |
buildCounterDeleteOrderDealsResponse++; |
if (buildCounterDeleteOrderDealsResponse < 3) { |
- o.deals = buildUnnamed1850(); |
+ o.deals = buildUnnamed1944(); |
o.proposalRevisionNumber = "foo"; |
} |
buildCounterDeleteOrderDealsResponse--; |
@@ -1560,20 +1560,20 @@ buildDeleteOrderDealsResponse() { |
checkDeleteOrderDealsResponse(api.DeleteOrderDealsResponse o) { |
buildCounterDeleteOrderDealsResponse++; |
if (buildCounterDeleteOrderDealsResponse < 3) { |
- checkUnnamed1850(o.deals); |
+ checkUnnamed1944(o.deals); |
unittest.expect(o.proposalRevisionNumber, unittest.equals('foo')); |
} |
buildCounterDeleteOrderDealsResponse--; |
} |
-buildUnnamed1851() { |
+buildUnnamed1945() { |
var o = new core.List<api.DeliveryControlFrequencyCap>(); |
o.add(buildDeliveryControlFrequencyCap()); |
o.add(buildDeliveryControlFrequencyCap()); |
return o; |
} |
-checkUnnamed1851(core.List<api.DeliveryControlFrequencyCap> o) { |
+checkUnnamed1945(core.List<api.DeliveryControlFrequencyCap> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkDeliveryControlFrequencyCap(o[0]); |
checkDeliveryControlFrequencyCap(o[1]); |
@@ -1586,7 +1586,7 @@ buildDeliveryControl() { |
if (buildCounterDeliveryControl < 3) { |
o.creativeBlockingLevel = "foo"; |
o.deliveryRateType = "foo"; |
- o.frequencyCaps = buildUnnamed1851(); |
+ o.frequencyCaps = buildUnnamed1945(); |
} |
buildCounterDeliveryControl--; |
return o; |
@@ -1597,7 +1597,7 @@ checkDeliveryControl(api.DeliveryControl o) { |
if (buildCounterDeliveryControl < 3) { |
unittest.expect(o.creativeBlockingLevel, unittest.equals('foo')); |
unittest.expect(o.deliveryRateType, unittest.equals('foo')); |
- checkUnnamed1851(o.frequencyCaps); |
+ checkUnnamed1945(o.frequencyCaps); |
} |
buildCounterDeliveryControl--; |
} |
@@ -1625,14 +1625,14 @@ checkDeliveryControlFrequencyCap(api.DeliveryControlFrequencyCap o) { |
buildCounterDeliveryControlFrequencyCap--; |
} |
-buildUnnamed1852() { |
+buildUnnamed1946() { |
var o = new core.List<api.DimensionDimensionValue>(); |
o.add(buildDimensionDimensionValue()); |
o.add(buildDimensionDimensionValue()); |
return o; |
} |
-checkUnnamed1852(core.List<api.DimensionDimensionValue> o) { |
+checkUnnamed1946(core.List<api.DimensionDimensionValue> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkDimensionDimensionValue(o[0]); |
checkDimensionDimensionValue(o[1]); |
@@ -1644,7 +1644,7 @@ buildDimension() { |
buildCounterDimension++; |
if (buildCounterDimension < 3) { |
o.dimensionType = "foo"; |
- o.dimensionValues = buildUnnamed1852(); |
+ o.dimensionValues = buildUnnamed1946(); |
} |
buildCounterDimension--; |
return o; |
@@ -1654,7 +1654,7 @@ checkDimension(api.Dimension o) { |
buildCounterDimension++; |
if (buildCounterDimension < 3) { |
unittest.expect(o.dimensionType, unittest.equals('foo')); |
- checkUnnamed1852(o.dimensionValues); |
+ checkUnnamed1946(o.dimensionValues); |
} |
buildCounterDimension--; |
} |
@@ -1682,14 +1682,14 @@ checkDimensionDimensionValue(api.DimensionDimensionValue o) { |
buildCounterDimensionDimensionValue--; |
} |
-buildUnnamed1853() { |
+buildUnnamed1947() { |
var o = new core.List<api.MarketplaceDeal>(); |
o.add(buildMarketplaceDeal()); |
o.add(buildMarketplaceDeal()); |
return o; |
} |
-checkUnnamed1853(core.List<api.MarketplaceDeal> o) { |
+checkUnnamed1947(core.List<api.MarketplaceDeal> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkMarketplaceDeal(o[0]); |
checkMarketplaceDeal(o[1]); |
@@ -1700,7 +1700,7 @@ buildEditAllOrderDealsRequest() { |
var o = new api.EditAllOrderDealsRequest(); |
buildCounterEditAllOrderDealsRequest++; |
if (buildCounterEditAllOrderDealsRequest < 3) { |
- o.deals = buildUnnamed1853(); |
+ o.deals = buildUnnamed1947(); |
o.proposal = buildProposal(); |
o.proposalRevisionNumber = "foo"; |
o.updateAction = "foo"; |
@@ -1712,7 +1712,7 @@ buildEditAllOrderDealsRequest() { |
checkEditAllOrderDealsRequest(api.EditAllOrderDealsRequest o) { |
buildCounterEditAllOrderDealsRequest++; |
if (buildCounterEditAllOrderDealsRequest < 3) { |
- checkUnnamed1853(o.deals); |
+ checkUnnamed1947(o.deals); |
checkProposal(o.proposal); |
unittest.expect(o.proposalRevisionNumber, unittest.equals('foo')); |
unittest.expect(o.updateAction, unittest.equals('foo')); |
@@ -1720,14 +1720,14 @@ checkEditAllOrderDealsRequest(api.EditAllOrderDealsRequest o) { |
buildCounterEditAllOrderDealsRequest--; |
} |
-buildUnnamed1854() { |
+buildUnnamed1948() { |
var o = new core.List<api.MarketplaceDeal>(); |
o.add(buildMarketplaceDeal()); |
o.add(buildMarketplaceDeal()); |
return o; |
} |
-checkUnnamed1854(core.List<api.MarketplaceDeal> o) { |
+checkUnnamed1948(core.List<api.MarketplaceDeal> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkMarketplaceDeal(o[0]); |
checkMarketplaceDeal(o[1]); |
@@ -1738,7 +1738,7 @@ buildEditAllOrderDealsResponse() { |
var o = new api.EditAllOrderDealsResponse(); |
buildCounterEditAllOrderDealsResponse++; |
if (buildCounterEditAllOrderDealsResponse < 3) { |
- o.deals = buildUnnamed1854(); |
+ o.deals = buildUnnamed1948(); |
o.orderRevisionNumber = "foo"; |
} |
buildCounterEditAllOrderDealsResponse--; |
@@ -1748,20 +1748,20 @@ buildEditAllOrderDealsResponse() { |
checkEditAllOrderDealsResponse(api.EditAllOrderDealsResponse o) { |
buildCounterEditAllOrderDealsResponse++; |
if (buildCounterEditAllOrderDealsResponse < 3) { |
- checkUnnamed1854(o.deals); |
+ checkUnnamed1948(o.deals); |
unittest.expect(o.orderRevisionNumber, unittest.equals('foo')); |
} |
buildCounterEditAllOrderDealsResponse--; |
} |
-buildUnnamed1855() { |
+buildUnnamed1949() { |
var o = new core.List<api.Product>(); |
o.add(buildProduct()); |
o.add(buildProduct()); |
return o; |
} |
-checkUnnamed1855(core.List<api.Product> o) { |
+checkUnnamed1949(core.List<api.Product> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkProduct(o[0]); |
checkProduct(o[1]); |
@@ -1772,7 +1772,7 @@ buildGetOffersResponse() { |
var o = new api.GetOffersResponse(); |
buildCounterGetOffersResponse++; |
if (buildCounterGetOffersResponse < 3) { |
- o.products = buildUnnamed1855(); |
+ o.products = buildUnnamed1949(); |
} |
buildCounterGetOffersResponse--; |
return o; |
@@ -1781,19 +1781,19 @@ buildGetOffersResponse() { |
checkGetOffersResponse(api.GetOffersResponse o) { |
buildCounterGetOffersResponse++; |
if (buildCounterGetOffersResponse < 3) { |
- checkUnnamed1855(o.products); |
+ checkUnnamed1949(o.products); |
} |
buildCounterGetOffersResponse--; |
} |
-buildUnnamed1856() { |
+buildUnnamed1950() { |
var o = new core.List<api.MarketplaceDeal>(); |
o.add(buildMarketplaceDeal()); |
o.add(buildMarketplaceDeal()); |
return o; |
} |
-checkUnnamed1856(core.List<api.MarketplaceDeal> o) { |
+checkUnnamed1950(core.List<api.MarketplaceDeal> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkMarketplaceDeal(o[0]); |
checkMarketplaceDeal(o[1]); |
@@ -1804,7 +1804,7 @@ buildGetOrderDealsResponse() { |
var o = new api.GetOrderDealsResponse(); |
buildCounterGetOrderDealsResponse++; |
if (buildCounterGetOrderDealsResponse < 3) { |
- o.deals = buildUnnamed1856(); |
+ o.deals = buildUnnamed1950(); |
} |
buildCounterGetOrderDealsResponse--; |
return o; |
@@ -1813,19 +1813,19 @@ buildGetOrderDealsResponse() { |
checkGetOrderDealsResponse(api.GetOrderDealsResponse o) { |
buildCounterGetOrderDealsResponse++; |
if (buildCounterGetOrderDealsResponse < 3) { |
- checkUnnamed1856(o.deals); |
+ checkUnnamed1950(o.deals); |
} |
buildCounterGetOrderDealsResponse--; |
} |
-buildUnnamed1857() { |
+buildUnnamed1951() { |
var o = new core.List<api.MarketplaceNote>(); |
o.add(buildMarketplaceNote()); |
o.add(buildMarketplaceNote()); |
return o; |
} |
-checkUnnamed1857(core.List<api.MarketplaceNote> o) { |
+checkUnnamed1951(core.List<api.MarketplaceNote> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkMarketplaceNote(o[0]); |
checkMarketplaceNote(o[1]); |
@@ -1836,7 +1836,7 @@ buildGetOrderNotesResponse() { |
var o = new api.GetOrderNotesResponse(); |
buildCounterGetOrderNotesResponse++; |
if (buildCounterGetOrderNotesResponse < 3) { |
- o.notes = buildUnnamed1857(); |
+ o.notes = buildUnnamed1951(); |
} |
buildCounterGetOrderNotesResponse--; |
return o; |
@@ -1845,19 +1845,19 @@ buildGetOrderNotesResponse() { |
checkGetOrderNotesResponse(api.GetOrderNotesResponse o) { |
buildCounterGetOrderNotesResponse++; |
if (buildCounterGetOrderNotesResponse < 3) { |
- checkUnnamed1857(o.notes); |
+ checkUnnamed1951(o.notes); |
} |
buildCounterGetOrderNotesResponse--; |
} |
-buildUnnamed1858() { |
+buildUnnamed1952() { |
var o = new core.List<api.Proposal>(); |
o.add(buildProposal()); |
o.add(buildProposal()); |
return o; |
} |
-checkUnnamed1858(core.List<api.Proposal> o) { |
+checkUnnamed1952(core.List<api.Proposal> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkProposal(o[0]); |
checkProposal(o[1]); |
@@ -1868,7 +1868,7 @@ buildGetOrdersResponse() { |
var o = new api.GetOrdersResponse(); |
buildCounterGetOrdersResponse++; |
if (buildCounterGetOrdersResponse < 3) { |
- o.proposals = buildUnnamed1858(); |
+ o.proposals = buildUnnamed1952(); |
} |
buildCounterGetOrdersResponse--; |
return o; |
@@ -1877,19 +1877,19 @@ buildGetOrdersResponse() { |
checkGetOrdersResponse(api.GetOrdersResponse o) { |
buildCounterGetOrdersResponse++; |
if (buildCounterGetOrdersResponse < 3) { |
- checkUnnamed1858(o.proposals); |
+ checkUnnamed1952(o.proposals); |
} |
buildCounterGetOrdersResponse--; |
} |
-buildUnnamed1859() { |
+buildUnnamed1953() { |
var o = new core.List<api.PublisherProfileApiProto>(); |
o.add(buildPublisherProfileApiProto()); |
o.add(buildPublisherProfileApiProto()); |
return o; |
} |
-checkUnnamed1859(core.List<api.PublisherProfileApiProto> o) { |
+checkUnnamed1953(core.List<api.PublisherProfileApiProto> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPublisherProfileApiProto(o[0]); |
checkPublisherProfileApiProto(o[1]); |
@@ -1900,7 +1900,7 @@ buildGetPublisherProfilesByAccountIdResponse() { |
var o = new api.GetPublisherProfilesByAccountIdResponse(); |
buildCounterGetPublisherProfilesByAccountIdResponse++; |
if (buildCounterGetPublisherProfilesByAccountIdResponse < 3) { |
- o.profiles = buildUnnamed1859(); |
+ o.profiles = buildUnnamed1953(); |
} |
buildCounterGetPublisherProfilesByAccountIdResponse--; |
return o; |
@@ -1909,32 +1909,32 @@ buildGetPublisherProfilesByAccountIdResponse() { |
checkGetPublisherProfilesByAccountIdResponse(api.GetPublisherProfilesByAccountIdResponse o) { |
buildCounterGetPublisherProfilesByAccountIdResponse++; |
if (buildCounterGetPublisherProfilesByAccountIdResponse < 3) { |
- checkUnnamed1859(o.profiles); |
+ checkUnnamed1953(o.profiles); |
} |
buildCounterGetPublisherProfilesByAccountIdResponse--; |
} |
-buildUnnamed1860() { |
+buildUnnamed1954() { |
var o = new core.List<api.ContactInformation>(); |
o.add(buildContactInformation()); |
o.add(buildContactInformation()); |
return o; |
} |
-checkUnnamed1860(core.List<api.ContactInformation> o) { |
+checkUnnamed1954(core.List<api.ContactInformation> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkContactInformation(o[0]); |
checkContactInformation(o[1]); |
} |
-buildUnnamed1861() { |
+buildUnnamed1955() { |
var o = new core.List<api.SharedTargeting>(); |
o.add(buildSharedTargeting()); |
o.add(buildSharedTargeting()); |
return o; |
} |
-checkUnnamed1861(core.List<api.SharedTargeting> o) { |
+checkUnnamed1955(core.List<api.SharedTargeting> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkSharedTargeting(o[0]); |
checkSharedTargeting(o[1]); |
@@ -1964,8 +1964,8 @@ buildMarketplaceDeal() { |
o.productRevisionNumber = "foo"; |
o.programmaticCreativeSource = "foo"; |
o.proposalId = "foo"; |
- o.sellerContacts = buildUnnamed1860(); |
- o.sharedTargetings = buildUnnamed1861(); |
+ o.sellerContacts = buildUnnamed1954(); |
+ o.sharedTargetings = buildUnnamed1955(); |
o.syndicationProduct = "foo"; |
o.terms = buildDealTerms(); |
o.webPropertyCode = "foo"; |
@@ -1996,8 +1996,8 @@ checkMarketplaceDeal(api.MarketplaceDeal o) { |
unittest.expect(o.productRevisionNumber, unittest.equals('foo')); |
unittest.expect(o.programmaticCreativeSource, unittest.equals('foo')); |
unittest.expect(o.proposalId, unittest.equals('foo')); |
- checkUnnamed1860(o.sellerContacts); |
- checkUnnamed1861(o.sharedTargetings); |
+ checkUnnamed1954(o.sellerContacts); |
+ checkUnnamed1955(o.sharedTargetings); |
unittest.expect(o.syndicationProduct, unittest.equals('foo')); |
checkDealTerms(o.terms); |
unittest.expect(o.webPropertyCode, unittest.equals('foo')); |
@@ -2084,53 +2084,53 @@ checkMarketplaceNote(api.MarketplaceNote o) { |
buildCounterMarketplaceNote--; |
} |
-buildUnnamed1862() { |
+buildUnnamed1956() { |
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; |
} |
-checkUnnamed1862(core.List<core.Object> o) { |
+checkUnnamed1956(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')); |
} |
-buildUnnamed1863() { |
+buildUnnamed1957() { |
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; |
} |
-checkUnnamed1863(core.List<core.Object> o) { |
+checkUnnamed1957(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')); |
} |
-buildUnnamed1864() { |
+buildUnnamed1958() { |
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; |
} |
-checkUnnamed1864(core.List<core.Object> o) { |
+checkUnnamed1958(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')); |
} |
-buildUnnamed1865() { |
+buildUnnamed1959() { |
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; |
} |
-checkUnnamed1865(core.List<core.Object> o) { |
+checkUnnamed1959(core.List<core.Object> o) { |
unittest.expect(o, unittest.hasLength(2)); |
var casted7 = (o[0]) as core.Map; unittest.expect(casted7, unittest.hasLength(3)); unittest.expect(casted7["list"], unittest.equals([1, 2, 3])); unittest.expect(casted7["bool"], unittest.equals(true)); unittest.expect(casted7["string"], unittest.equals('foo')); |
var casted8 = (o[1]) as core.Map; unittest.expect(casted8, unittest.hasLength(3)); unittest.expect(casted8["list"], unittest.equals([1, 2, 3])); unittest.expect(casted8["bool"], unittest.equals(true)); unittest.expect(casted8["string"], unittest.equals('foo')); |
@@ -2143,11 +2143,11 @@ buildPerformanceReport() { |
if (buildCounterPerformanceReport < 3) { |
o.bidRate = 42.0; |
o.bidRequestRate = 42.0; |
- o.calloutStatusRate = buildUnnamed1862(); |
- o.cookieMatcherStatusRate = buildUnnamed1863(); |
- o.creativeStatusRate = buildUnnamed1864(); |
+ o.calloutStatusRate = buildUnnamed1956(); |
+ o.cookieMatcherStatusRate = buildUnnamed1957(); |
+ o.creativeStatusRate = buildUnnamed1958(); |
o.filteredBidRate = 42.0; |
- o.hostedMatchStatusRate = buildUnnamed1865(); |
+ o.hostedMatchStatusRate = buildUnnamed1959(); |
o.inventoryMatchRate = 42.0; |
o.kind = "foo"; |
o.latency50thPercentile = 42.0; |
@@ -2173,11 +2173,11 @@ checkPerformanceReport(api.PerformanceReport o) { |
if (buildCounterPerformanceReport < 3) { |
unittest.expect(o.bidRate, unittest.equals(42.0)); |
unittest.expect(o.bidRequestRate, unittest.equals(42.0)); |
- checkUnnamed1862(o.calloutStatusRate); |
- checkUnnamed1863(o.cookieMatcherStatusRate); |
- checkUnnamed1864(o.creativeStatusRate); |
+ checkUnnamed1956(o.calloutStatusRate); |
+ checkUnnamed1957(o.cookieMatcherStatusRate); |
+ checkUnnamed1958(o.creativeStatusRate); |
unittest.expect(o.filteredBidRate, unittest.equals(42.0)); |
- checkUnnamed1865(o.hostedMatchStatusRate); |
+ checkUnnamed1959(o.hostedMatchStatusRate); |
unittest.expect(o.inventoryMatchRate, unittest.equals(42.0)); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.latency50thPercentile, unittest.equals(42.0)); |
@@ -2197,14 +2197,14 @@ checkPerformanceReport(api.PerformanceReport o) { |
buildCounterPerformanceReport--; |
} |
-buildUnnamed1866() { |
+buildUnnamed1960() { |
var o = new core.List<api.PerformanceReport>(); |
o.add(buildPerformanceReport()); |
o.add(buildPerformanceReport()); |
return o; |
} |
-checkUnnamed1866(core.List<api.PerformanceReport> o) { |
+checkUnnamed1960(core.List<api.PerformanceReport> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPerformanceReport(o[0]); |
checkPerformanceReport(o[1]); |
@@ -2216,7 +2216,7 @@ buildPerformanceReportList() { |
buildCounterPerformanceReportList++; |
if (buildCounterPerformanceReportList < 3) { |
o.kind = "foo"; |
- o.performanceReport = buildUnnamed1866(); |
+ o.performanceReport = buildUnnamed1960(); |
} |
buildCounterPerformanceReportList--; |
return o; |
@@ -2226,19 +2226,19 @@ checkPerformanceReportList(api.PerformanceReportList o) { |
buildCounterPerformanceReportList++; |
if (buildCounterPerformanceReportList < 3) { |
unittest.expect(o.kind, unittest.equals('foo')); |
- checkUnnamed1866(o.performanceReport); |
+ checkUnnamed1960(o.performanceReport); |
} |
buildCounterPerformanceReportList--; |
} |
-buildUnnamed1867() { |
+buildUnnamed1961() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1867(core.List<core.String> o) { |
+checkUnnamed1961(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -2265,40 +2265,40 @@ checkPretargetingConfigDimensions(api.PretargetingConfigDimensions o) { |
buildCounterPretargetingConfigDimensions--; |
} |
-buildUnnamed1868() { |
+buildUnnamed1962() { |
var o = new core.List<api.PretargetingConfigDimensions>(); |
o.add(buildPretargetingConfigDimensions()); |
o.add(buildPretargetingConfigDimensions()); |
return o; |
} |
-checkUnnamed1868(core.List<api.PretargetingConfigDimensions> o) { |
+checkUnnamed1962(core.List<api.PretargetingConfigDimensions> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPretargetingConfigDimensions(o[0]); |
checkPretargetingConfigDimensions(o[1]); |
} |
-buildUnnamed1869() { |
+buildUnnamed1963() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1869(core.List<core.String> o) { |
+checkUnnamed1963(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed1870() { |
+buildUnnamed1964() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1870(core.List<core.String> o) { |
+checkUnnamed1964(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -2325,105 +2325,105 @@ checkPretargetingConfigExcludedPlacements(api.PretargetingConfigExcludedPlacemen |
buildCounterPretargetingConfigExcludedPlacements--; |
} |
-buildUnnamed1871() { |
+buildUnnamed1965() { |
var o = new core.List<api.PretargetingConfigExcludedPlacements>(); |
o.add(buildPretargetingConfigExcludedPlacements()); |
o.add(buildPretargetingConfigExcludedPlacements()); |
return o; |
} |
-checkUnnamed1871(core.List<api.PretargetingConfigExcludedPlacements> o) { |
+checkUnnamed1965(core.List<api.PretargetingConfigExcludedPlacements> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPretargetingConfigExcludedPlacements(o[0]); |
checkPretargetingConfigExcludedPlacements(o[1]); |
} |
-buildUnnamed1872() { |
+buildUnnamed1966() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1872(core.List<core.String> o) { |
+checkUnnamed1966(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed1873() { |
+buildUnnamed1967() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1873(core.List<core.String> o) { |
+checkUnnamed1967(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed1874() { |
+buildUnnamed1968() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1874(core.List<core.String> o) { |
+checkUnnamed1968(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed1875() { |
+buildUnnamed1969() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1875(core.List<core.String> o) { |
+checkUnnamed1969(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed1876() { |
+buildUnnamed1970() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1876(core.List<core.String> o) { |
+checkUnnamed1970(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed1877() { |
+buildUnnamed1971() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1877(core.List<core.String> o) { |
+checkUnnamed1971(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed1878() { |
+buildUnnamed1972() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1878(core.List<core.String> o) { |
+checkUnnamed1972(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -2450,92 +2450,92 @@ checkPretargetingConfigPlacements(api.PretargetingConfigPlacements o) { |
buildCounterPretargetingConfigPlacements--; |
} |
-buildUnnamed1879() { |
+buildUnnamed1973() { |
var o = new core.List<api.PretargetingConfigPlacements>(); |
o.add(buildPretargetingConfigPlacements()); |
o.add(buildPretargetingConfigPlacements()); |
return o; |
} |
-checkUnnamed1879(core.List<api.PretargetingConfigPlacements> o) { |
+checkUnnamed1973(core.List<api.PretargetingConfigPlacements> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPretargetingConfigPlacements(o[0]); |
checkPretargetingConfigPlacements(o[1]); |
} |
-buildUnnamed1880() { |
+buildUnnamed1974() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1880(core.List<core.String> o) { |
+checkUnnamed1974(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed1881() { |
+buildUnnamed1975() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1881(core.List<core.String> o) { |
+checkUnnamed1975(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed1882() { |
+buildUnnamed1976() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1882(core.List<core.String> o) { |
+checkUnnamed1976(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed1883() { |
+buildUnnamed1977() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1883(core.List<core.String> o) { |
+checkUnnamed1977(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed1884() { |
+buildUnnamed1978() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1884(core.List<core.String> o) { |
+checkUnnamed1978(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed1885() { |
+buildUnnamed1979() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1885(core.List<core.String> o) { |
+checkUnnamed1979(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -2564,14 +2564,14 @@ checkPretargetingConfigVideoPlayerSizes(api.PretargetingConfigVideoPlayerSizes o |
buildCounterPretargetingConfigVideoPlayerSizes--; |
} |
-buildUnnamed1886() { |
+buildUnnamed1980() { |
var o = new core.List<api.PretargetingConfigVideoPlayerSizes>(); |
o.add(buildPretargetingConfigVideoPlayerSizes()); |
o.add(buildPretargetingConfigVideoPlayerSizes()); |
return o; |
} |
-checkUnnamed1886(core.List<api.PretargetingConfigVideoPlayerSizes> o) { |
+checkUnnamed1980(core.List<api.PretargetingConfigVideoPlayerSizes> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPretargetingConfigVideoPlayerSizes(o[0]); |
checkPretargetingConfigVideoPlayerSizes(o[1]); |
@@ -2585,29 +2585,29 @@ buildPretargetingConfig() { |
o.billingId = "foo"; |
o.configId = "foo"; |
o.configName = "foo"; |
- o.creativeType = buildUnnamed1867(); |
- o.dimensions = buildUnnamed1868(); |
- o.excludedContentLabels = buildUnnamed1869(); |
- o.excludedGeoCriteriaIds = buildUnnamed1870(); |
- o.excludedPlacements = buildUnnamed1871(); |
- o.excludedUserLists = buildUnnamed1872(); |
- o.excludedVerticals = buildUnnamed1873(); |
- o.geoCriteriaIds = buildUnnamed1874(); |
+ o.creativeType = buildUnnamed1961(); |
+ o.dimensions = buildUnnamed1962(); |
+ o.excludedContentLabels = buildUnnamed1963(); |
+ o.excludedGeoCriteriaIds = buildUnnamed1964(); |
+ o.excludedPlacements = buildUnnamed1965(); |
+ o.excludedUserLists = buildUnnamed1966(); |
+ o.excludedVerticals = buildUnnamed1967(); |
+ o.geoCriteriaIds = buildUnnamed1968(); |
o.isActive = true; |
o.kind = "foo"; |
- o.languages = buildUnnamed1875(); |
+ o.languages = buildUnnamed1969(); |
o.minimumViewabilityDecile = 42; |
- o.mobileCarriers = buildUnnamed1876(); |
- o.mobileDevices = buildUnnamed1877(); |
- o.mobileOperatingSystemVersions = buildUnnamed1878(); |
- o.placements = buildUnnamed1879(); |
- o.platforms = buildUnnamed1880(); |
- o.supportedCreativeAttributes = buildUnnamed1881(); |
- o.userIdentifierDataRequired = buildUnnamed1882(); |
- o.userLists = buildUnnamed1883(); |
- o.vendorTypes = buildUnnamed1884(); |
- o.verticals = buildUnnamed1885(); |
- o.videoPlayerSizes = buildUnnamed1886(); |
+ o.mobileCarriers = buildUnnamed1970(); |
+ o.mobileDevices = buildUnnamed1971(); |
+ o.mobileOperatingSystemVersions = buildUnnamed1972(); |
+ o.placements = buildUnnamed1973(); |
+ o.platforms = buildUnnamed1974(); |
+ o.supportedCreativeAttributes = buildUnnamed1975(); |
+ o.userIdentifierDataRequired = buildUnnamed1976(); |
+ o.userLists = buildUnnamed1977(); |
+ o.vendorTypes = buildUnnamed1978(); |
+ o.verticals = buildUnnamed1979(); |
+ o.videoPlayerSizes = buildUnnamed1980(); |
} |
buildCounterPretargetingConfig--; |
return o; |
@@ -2619,41 +2619,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')); |
- checkUnnamed1867(o.creativeType); |
- checkUnnamed1868(o.dimensions); |
- checkUnnamed1869(o.excludedContentLabels); |
- checkUnnamed1870(o.excludedGeoCriteriaIds); |
- checkUnnamed1871(o.excludedPlacements); |
- checkUnnamed1872(o.excludedUserLists); |
- checkUnnamed1873(o.excludedVerticals); |
- checkUnnamed1874(o.geoCriteriaIds); |
+ checkUnnamed1961(o.creativeType); |
+ checkUnnamed1962(o.dimensions); |
+ checkUnnamed1963(o.excludedContentLabels); |
+ checkUnnamed1964(o.excludedGeoCriteriaIds); |
+ checkUnnamed1965(o.excludedPlacements); |
+ checkUnnamed1966(o.excludedUserLists); |
+ checkUnnamed1967(o.excludedVerticals); |
+ checkUnnamed1968(o.geoCriteriaIds); |
unittest.expect(o.isActive, unittest.isTrue); |
unittest.expect(o.kind, unittest.equals('foo')); |
- checkUnnamed1875(o.languages); |
+ checkUnnamed1969(o.languages); |
unittest.expect(o.minimumViewabilityDecile, unittest.equals(42)); |
- checkUnnamed1876(o.mobileCarriers); |
- checkUnnamed1877(o.mobileDevices); |
- checkUnnamed1878(o.mobileOperatingSystemVersions); |
- checkUnnamed1879(o.placements); |
- checkUnnamed1880(o.platforms); |
- checkUnnamed1881(o.supportedCreativeAttributes); |
- checkUnnamed1882(o.userIdentifierDataRequired); |
- checkUnnamed1883(o.userLists); |
- checkUnnamed1884(o.vendorTypes); |
- checkUnnamed1885(o.verticals); |
- checkUnnamed1886(o.videoPlayerSizes); |
+ checkUnnamed1970(o.mobileCarriers); |
+ checkUnnamed1971(o.mobileDevices); |
+ checkUnnamed1972(o.mobileOperatingSystemVersions); |
+ checkUnnamed1973(o.placements); |
+ checkUnnamed1974(o.platforms); |
+ checkUnnamed1975(o.supportedCreativeAttributes); |
+ checkUnnamed1976(o.userIdentifierDataRequired); |
+ checkUnnamed1977(o.userLists); |
+ checkUnnamed1978(o.vendorTypes); |
+ checkUnnamed1979(o.verticals); |
+ checkUnnamed1980(o.videoPlayerSizes); |
} |
buildCounterPretargetingConfig--; |
} |
-buildUnnamed1887() { |
+buildUnnamed1981() { |
var o = new core.List<api.PretargetingConfig>(); |
o.add(buildPretargetingConfig()); |
o.add(buildPretargetingConfig()); |
return o; |
} |
-checkUnnamed1887(core.List<api.PretargetingConfig> o) { |
+checkUnnamed1981(core.List<api.PretargetingConfig> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPretargetingConfig(o[0]); |
checkPretargetingConfig(o[1]); |
@@ -2664,7 +2664,7 @@ buildPretargetingConfigList() { |
var o = new api.PretargetingConfigList(); |
buildCounterPretargetingConfigList++; |
if (buildCounterPretargetingConfigList < 3) { |
- o.items = buildUnnamed1887(); |
+ o.items = buildUnnamed1981(); |
o.kind = "foo"; |
} |
buildCounterPretargetingConfigList--; |
@@ -2674,7 +2674,7 @@ buildPretargetingConfigList() { |
checkPretargetingConfigList(api.PretargetingConfigList o) { |
buildCounterPretargetingConfigList++; |
if (buildCounterPretargetingConfigList < 3) { |
- checkUnnamed1887(o.items); |
+ checkUnnamed1981(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
} |
buildCounterPretargetingConfigList--; |
@@ -2749,40 +2749,40 @@ checkPrivateData(api.PrivateData o) { |
buildCounterPrivateData--; |
} |
-buildUnnamed1888() { |
+buildUnnamed1982() { |
var o = new core.List<api.ContactInformation>(); |
o.add(buildContactInformation()); |
o.add(buildContactInformation()); |
return o; |
} |
-checkUnnamed1888(core.List<api.ContactInformation> o) { |
+checkUnnamed1982(core.List<api.ContactInformation> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkContactInformation(o[0]); |
checkContactInformation(o[1]); |
} |
-buildUnnamed1889() { |
+buildUnnamed1983() { |
var o = new core.List<api.MarketplaceLabel>(); |
o.add(buildMarketplaceLabel()); |
o.add(buildMarketplaceLabel()); |
return o; |
} |
-checkUnnamed1889(core.List<api.MarketplaceLabel> o) { |
+checkUnnamed1983(core.List<api.MarketplaceLabel> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkMarketplaceLabel(o[0]); |
checkMarketplaceLabel(o[1]); |
} |
-buildUnnamed1890() { |
+buildUnnamed1984() { |
var o = new core.List<api.SharedTargeting>(); |
o.add(buildSharedTargeting()); |
o.add(buildSharedTargeting()); |
return o; |
} |
-checkUnnamed1890(core.List<api.SharedTargeting> o) { |
+checkUnnamed1984(core.List<api.SharedTargeting> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkSharedTargeting(o[0]); |
checkSharedTargeting(o[1]); |
@@ -2794,14 +2794,14 @@ buildProduct() { |
buildCounterProduct++; |
if (buildCounterProduct < 3) { |
o.creationTimeMs = "foo"; |
- o.creatorContacts = buildUnnamed1888(); |
+ o.creatorContacts = buildUnnamed1982(); |
o.deliveryControl = buildDeliveryControl(); |
o.flightEndTimeMs = "foo"; |
o.flightStartTimeMs = "foo"; |
o.hasCreatorSignedOff = true; |
o.inventorySource = "foo"; |
o.kind = "foo"; |
- o.labels = buildUnnamed1889(); |
+ o.labels = buildUnnamed1983(); |
o.lastUpdateTimeMs = "foo"; |
o.legacyOfferId = "foo"; |
o.marketplacePublisherProfileId = "foo"; |
@@ -2812,7 +2812,7 @@ buildProduct() { |
o.publisherProvidedForecast = buildPublisherProvidedForecast(); |
o.revisionNumber = "foo"; |
o.seller = buildSeller(); |
- o.sharedTargetings = buildUnnamed1890(); |
+ o.sharedTargetings = buildUnnamed1984(); |
o.state = "foo"; |
o.syndicationProduct = "foo"; |
o.terms = buildDealTerms(); |
@@ -2826,14 +2826,14 @@ checkProduct(api.Product o) { |
buildCounterProduct++; |
if (buildCounterProduct < 3) { |
unittest.expect(o.creationTimeMs, unittest.equals('foo')); |
- checkUnnamed1888(o.creatorContacts); |
+ checkUnnamed1982(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')); |
- checkUnnamed1889(o.labels); |
+ checkUnnamed1983(o.labels); |
unittest.expect(o.lastUpdateTimeMs, unittest.equals('foo')); |
unittest.expect(o.legacyOfferId, unittest.equals('foo')); |
unittest.expect(o.marketplacePublisherProfileId, unittest.equals('foo')); |
@@ -2844,7 +2844,7 @@ checkProduct(api.Product o) { |
checkPublisherProvidedForecast(o.publisherProvidedForecast); |
unittest.expect(o.revisionNumber, unittest.equals('foo')); |
checkSeller(o.seller); |
- checkUnnamed1890(o.sharedTargetings); |
+ checkUnnamed1984(o.sharedTargetings); |
unittest.expect(o.state, unittest.equals('foo')); |
unittest.expect(o.syndicationProduct, unittest.equals('foo')); |
checkDealTerms(o.terms); |
@@ -2853,53 +2853,53 @@ checkProduct(api.Product o) { |
buildCounterProduct--; |
} |
-buildUnnamed1891() { |
+buildUnnamed1985() { |
var o = new core.List<api.ContactInformation>(); |
o.add(buildContactInformation()); |
o.add(buildContactInformation()); |
return o; |
} |
-checkUnnamed1891(core.List<api.ContactInformation> o) { |
+checkUnnamed1985(core.List<api.ContactInformation> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkContactInformation(o[0]); |
checkContactInformation(o[1]); |
} |
-buildUnnamed1892() { |
+buildUnnamed1986() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1892(core.List<core.String> o) { |
+checkUnnamed1986(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed1893() { |
+buildUnnamed1987() { |
var o = new core.List<api.MarketplaceLabel>(); |
o.add(buildMarketplaceLabel()); |
o.add(buildMarketplaceLabel()); |
return o; |
} |
-checkUnnamed1893(core.List<api.MarketplaceLabel> o) { |
+checkUnnamed1987(core.List<api.MarketplaceLabel> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkMarketplaceLabel(o[0]); |
checkMarketplaceLabel(o[1]); |
} |
-buildUnnamed1894() { |
+buildUnnamed1988() { |
var o = new core.List<api.ContactInformation>(); |
o.add(buildContactInformation()); |
o.add(buildContactInformation()); |
return o; |
} |
-checkUnnamed1894(core.List<api.ContactInformation> o) { |
+checkUnnamed1988(core.List<api.ContactInformation> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkContactInformation(o[0]); |
checkContactInformation(o[1]); |
@@ -2912,16 +2912,16 @@ buildProposal() { |
if (buildCounterProposal < 3) { |
o.billedBuyer = buildBuyer(); |
o.buyer = buildBuyer(); |
- o.buyerContacts = buildUnnamed1891(); |
+ o.buyerContacts = buildUnnamed1985(); |
o.buyerPrivateData = buildPrivateData(); |
- o.dbmAdvertiserIds = buildUnnamed1892(); |
+ o.dbmAdvertiserIds = buildUnnamed1986(); |
o.hasBuyerSignedOff = true; |
o.hasSellerSignedOff = true; |
o.inventorySource = "foo"; |
o.isRenegotiating = true; |
o.isSetupComplete = true; |
o.kind = "foo"; |
- o.labels = buildUnnamed1893(); |
+ o.labels = buildUnnamed1987(); |
o.lastUpdaterOrCommentorRole = "foo"; |
o.name = "foo"; |
o.negotiationId = "foo"; |
@@ -2932,7 +2932,7 @@ buildProposal() { |
o.revisionNumber = "foo"; |
o.revisionTimeMs = "foo"; |
o.seller = buildSeller(); |
- o.sellerContacts = buildUnnamed1894(); |
+ o.sellerContacts = buildUnnamed1988(); |
} |
buildCounterProposal--; |
return o; |
@@ -2943,16 +2943,16 @@ checkProposal(api.Proposal o) { |
if (buildCounterProposal < 3) { |
checkBuyer(o.billedBuyer); |
checkBuyer(o.buyer); |
- checkUnnamed1891(o.buyerContacts); |
+ checkUnnamed1985(o.buyerContacts); |
checkPrivateData(o.buyerPrivateData); |
- checkUnnamed1892(o.dbmAdvertiserIds); |
+ checkUnnamed1986(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')); |
- checkUnnamed1893(o.labels); |
+ checkUnnamed1987(o.labels); |
unittest.expect(o.lastUpdaterOrCommentorRole, unittest.equals('foo')); |
unittest.expect(o.name, unittest.equals('foo')); |
unittest.expect(o.negotiationId, unittest.equals('foo')); |
@@ -2963,32 +2963,32 @@ checkProposal(api.Proposal o) { |
unittest.expect(o.revisionNumber, unittest.equals('foo')); |
unittest.expect(o.revisionTimeMs, unittest.equals('foo')); |
checkSeller(o.seller); |
- checkUnnamed1894(o.sellerContacts); |
+ checkUnnamed1988(o.sellerContacts); |
} |
buildCounterProposal--; |
} |
-buildUnnamed1895() { |
+buildUnnamed1989() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1895(core.List<core.String> o) { |
+checkUnnamed1989(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed1896() { |
+buildUnnamed1990() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1896(core.List<core.String> o) { |
+checkUnnamed1990(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -3014,14 +3014,14 @@ buildPublisherProfileApiProto() { |
o.overview = "foo"; |
o.profileId = 42; |
o.programmaticContact = "foo"; |
- o.publisherDomains = buildUnnamed1895(); |
+ o.publisherDomains = buildUnnamed1989(); |
o.publisherProfileId = "foo"; |
o.publisherProvidedForecast = buildPublisherProvidedForecast(); |
o.rateCardInfoLink = "foo"; |
o.samplePageLink = "foo"; |
o.seller = buildSeller(); |
o.state = "foo"; |
- o.topHeadlines = buildUnnamed1896(); |
+ o.topHeadlines = buildUnnamed1990(); |
} |
buildCounterPublisherProfileApiProto--; |
return o; |
@@ -3045,26 +3045,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')); |
- checkUnnamed1895(o.publisherDomains); |
+ checkUnnamed1989(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')); |
- checkUnnamed1896(o.topHeadlines); |
+ checkUnnamed1990(o.topHeadlines); |
} |
buildCounterPublisherProfileApiProto--; |
} |
-buildUnnamed1897() { |
+buildUnnamed1991() { |
var o = new core.List<api.Dimension>(); |
o.add(buildDimension()); |
o.add(buildDimension()); |
return o; |
} |
-checkUnnamed1897(core.List<api.Dimension> o) { |
+checkUnnamed1991(core.List<api.Dimension> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkDimension(o[0]); |
checkDimension(o[1]); |
@@ -3075,7 +3075,7 @@ buildPublisherProvidedForecast() { |
var o = new api.PublisherProvidedForecast(); |
buildCounterPublisherProvidedForecast++; |
if (buildCounterPublisherProvidedForecast < 3) { |
- o.dimensions = buildUnnamed1897(); |
+ o.dimensions = buildUnnamed1991(); |
o.weeklyImpressions = "foo"; |
o.weeklyUniques = "foo"; |
} |
@@ -3086,7 +3086,7 @@ buildPublisherProvidedForecast() { |
checkPublisherProvidedForecast(api.PublisherProvidedForecast o) { |
buildCounterPublisherProvidedForecast++; |
if (buildCounterPublisherProvidedForecast < 3) { |
- checkUnnamed1897(o.dimensions); |
+ checkUnnamed1991(o.dimensions); |
unittest.expect(o.weeklyImpressions, unittest.equals('foo')); |
unittest.expect(o.weeklyUniques, unittest.equals('foo')); |
} |
@@ -3114,27 +3114,27 @@ checkSeller(api.Seller o) { |
buildCounterSeller--; |
} |
-buildUnnamed1898() { |
+buildUnnamed1992() { |
var o = new core.List<api.TargetingValue>(); |
o.add(buildTargetingValue()); |
o.add(buildTargetingValue()); |
return o; |
} |
-checkUnnamed1898(core.List<api.TargetingValue> o) { |
+checkUnnamed1992(core.List<api.TargetingValue> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkTargetingValue(o[0]); |
checkTargetingValue(o[1]); |
} |
-buildUnnamed1899() { |
+buildUnnamed1993() { |
var o = new core.List<api.TargetingValue>(); |
o.add(buildTargetingValue()); |
o.add(buildTargetingValue()); |
return o; |
} |
-checkUnnamed1899(core.List<api.TargetingValue> o) { |
+checkUnnamed1993(core.List<api.TargetingValue> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkTargetingValue(o[0]); |
checkTargetingValue(o[1]); |
@@ -3145,8 +3145,8 @@ buildSharedTargeting() { |
var o = new api.SharedTargeting(); |
buildCounterSharedTargeting++; |
if (buildCounterSharedTargeting < 3) { |
- o.exclusions = buildUnnamed1898(); |
- o.inclusions = buildUnnamed1899(); |
+ o.exclusions = buildUnnamed1992(); |
+ o.inclusions = buildUnnamed1993(); |
o.key = "foo"; |
} |
buildCounterSharedTargeting--; |
@@ -3156,8 +3156,8 @@ buildSharedTargeting() { |
checkSharedTargeting(api.SharedTargeting o) { |
buildCounterSharedTargeting++; |
if (buildCounterSharedTargeting < 3) { |
- checkUnnamed1898(o.exclusions); |
- checkUnnamed1899(o.inclusions); |
+ checkUnnamed1992(o.exclusions); |
+ checkUnnamed1993(o.inclusions); |
unittest.expect(o.key, unittest.equals('foo')); |
} |
buildCounterSharedTargeting--; |
@@ -3188,14 +3188,14 @@ checkTargetingValue(api.TargetingValue o) { |
buildCounterTargetingValue--; |
} |
-buildUnnamed1900() { |
+buildUnnamed1994() { |
var o = new core.List<api.TargetingValueSize>(); |
o.add(buildTargetingValueSize()); |
o.add(buildTargetingValueSize()); |
return o; |
} |
-checkUnnamed1900(core.List<api.TargetingValueSize> o) { |
+checkUnnamed1994(core.List<api.TargetingValueSize> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkTargetingValueSize(o[0]); |
checkTargetingValueSize(o[1]); |
@@ -3206,7 +3206,7 @@ buildTargetingValueCreativeSize() { |
var o = new api.TargetingValueCreativeSize(); |
buildCounterTargetingValueCreativeSize++; |
if (buildCounterTargetingValueCreativeSize < 3) { |
- o.companionSizes = buildUnnamed1900(); |
+ o.companionSizes = buildUnnamed1994(); |
o.creativeSizeType = "foo"; |
o.size = buildTargetingValueSize(); |
o.skippableAdType = "foo"; |
@@ -3218,7 +3218,7 @@ buildTargetingValueCreativeSize() { |
checkTargetingValueCreativeSize(api.TargetingValueCreativeSize o) { |
buildCounterTargetingValueCreativeSize++; |
if (buildCounterTargetingValueCreativeSize < 3) { |
- checkUnnamed1900(o.companionSizes); |
+ checkUnnamed1994(o.companionSizes); |
unittest.expect(o.creativeSizeType, unittest.equals('foo')); |
checkTargetingValueSize(o.size); |
unittest.expect(o.skippableAdType, unittest.equals('foo')); |
@@ -3226,14 +3226,14 @@ checkTargetingValueCreativeSize(api.TargetingValueCreativeSize o) { |
buildCounterTargetingValueCreativeSize--; |
} |
-buildUnnamed1901() { |
+buildUnnamed1995() { |
var o = new core.List<api.TargetingValueDayPartTargetingDayPart>(); |
o.add(buildTargetingValueDayPartTargetingDayPart()); |
o.add(buildTargetingValueDayPartTargetingDayPart()); |
return o; |
} |
-checkUnnamed1901(core.List<api.TargetingValueDayPartTargetingDayPart> o) { |
+checkUnnamed1995(core.List<api.TargetingValueDayPartTargetingDayPart> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkTargetingValueDayPartTargetingDayPart(o[0]); |
checkTargetingValueDayPartTargetingDayPart(o[1]); |
@@ -3244,7 +3244,7 @@ buildTargetingValueDayPartTargeting() { |
var o = new api.TargetingValueDayPartTargeting(); |
buildCounterTargetingValueDayPartTargeting++; |
if (buildCounterTargetingValueDayPartTargeting < 3) { |
- o.dayParts = buildUnnamed1901(); |
+ o.dayParts = buildUnnamed1995(); |
o.timeZoneType = "foo"; |
} |
buildCounterTargetingValueDayPartTargeting--; |
@@ -3254,7 +3254,7 @@ buildTargetingValueDayPartTargeting() { |
checkTargetingValueDayPartTargeting(api.TargetingValueDayPartTargeting o) { |
buildCounterTargetingValueDayPartTargeting++; |
if (buildCounterTargetingValueDayPartTargeting < 3) { |
- checkUnnamed1901(o.dayParts); |
+ checkUnnamed1995(o.dayParts); |
unittest.expect(o.timeZoneType, unittest.equals('foo')); |
} |
buildCounterTargetingValueDayPartTargeting--; |
@@ -3333,27 +3333,27 @@ checkUpdatePrivateAuctionProposalRequest(api.UpdatePrivateAuctionProposalRequest |
buildCounterUpdatePrivateAuctionProposalRequest--; |
} |
-buildUnnamed1902() { |
+buildUnnamed1996() { |
var o = new core.List<core.int>(); |
o.add(42); |
o.add(42); |
return o; |
} |
-checkUnnamed1902(core.List<core.int> o) { |
+checkUnnamed1996(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)); |
} |
-buildUnnamed1903() { |
+buildUnnamed1997() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1903(core.List<core.String> o) { |
+checkUnnamed1997(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -4717,8 +4717,8 @@ main() { |
var mock = new HttpServerMock(); |
api.CreativesResourceApi res = new api.AdexchangebuyerApi(mock).creatives; |
- var arg_accountId = buildUnnamed1902(); |
- var arg_buyerCreativeId = buildUnnamed1903(); |
+ var arg_accountId = buildUnnamed1996(); |
+ var arg_buyerCreativeId = buildUnnamed1997(); |
var arg_dealsStatusFilter = "foo"; |
var arg_maxResults = 42; |
var arg_openAuctionStatusFilter = "foo"; |