Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Unified Diff: generated/googleapis/test/adexchangebuyer/v1_4_test.dart

Issue 2039113004: Api-roll 37: 2016-06-06 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 b86f9602424fec7f0d93dbffb35a0e61cbeabb46..fbc3401fcadfb2220840935b8e574d008d7c2667 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--;
}
-buildUnnamed46() {
+buildUnnamed2122() {
var o = new core.List<api.AccountBidderLocation>();
o.add(buildAccountBidderLocation());
o.add(buildAccountBidderLocation());
return o;
}
-checkUnnamed46(core.List<api.AccountBidderLocation> o) {
+checkUnnamed2122(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 = buildUnnamed46();
+ o.bidderLocation = buildUnnamed2122();
o.cookieMatchingNid = "foo";
o.cookieMatchingUrl = "foo";
o.id = 42;
@@ -110,7 +110,7 @@ buildAccount() {
checkAccount(api.Account o) {
buildCounterAccount++;
if (buildCounterAccount < 3) {
- checkUnnamed46(o.bidderLocation);
+ checkUnnamed2122(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--;
}
-buildUnnamed47() {
+buildUnnamed2123() {
var o = new core.List<api.Account>();
o.add(buildAccount());
o.add(buildAccount());
return o;
}
-checkUnnamed47(core.List<api.Account> o) {
+checkUnnamed2123(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 = buildUnnamed47();
+ o.items = buildUnnamed2123();
o.kind = "foo";
}
buildCounterAccountsList--;
@@ -150,20 +150,20 @@ buildAccountsList() {
checkAccountsList(api.AccountsList o) {
buildCounterAccountsList++;
if (buildCounterAccountsList < 3) {
- checkUnnamed47(o.items);
+ checkUnnamed2123(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
}
buildCounterAccountsList--;
}
-buildUnnamed48() {
+buildUnnamed2124() {
var o = new core.List<api.MarketplaceDeal>();
o.add(buildMarketplaceDeal());
o.add(buildMarketplaceDeal());
return o;
}
-checkUnnamed48(core.List<api.MarketplaceDeal> o) {
+checkUnnamed2124(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 = buildUnnamed48();
+ o.deals = buildUnnamed2124();
o.proposalRevisionNumber = "foo";
o.updateAction = "foo";
}
@@ -185,21 +185,21 @@ buildAddOrderDealsRequest() {
checkAddOrderDealsRequest(api.AddOrderDealsRequest o) {
buildCounterAddOrderDealsRequest++;
if (buildCounterAddOrderDealsRequest < 3) {
- checkUnnamed48(o.deals);
+ checkUnnamed2124(o.deals);
unittest.expect(o.proposalRevisionNumber, unittest.equals('foo'));
unittest.expect(o.updateAction, unittest.equals('foo'));
}
buildCounterAddOrderDealsRequest--;
}
-buildUnnamed49() {
+buildUnnamed2125() {
var o = new core.List<api.MarketplaceDeal>();
o.add(buildMarketplaceDeal());
o.add(buildMarketplaceDeal());
return o;
}
-checkUnnamed49(core.List<api.MarketplaceDeal> o) {
+checkUnnamed2125(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 = buildUnnamed49();
+ o.deals = buildUnnamed2125();
o.proposalRevisionNumber = "foo";
}
buildCounterAddOrderDealsResponse--;
@@ -220,20 +220,20 @@ buildAddOrderDealsResponse() {
checkAddOrderDealsResponse(api.AddOrderDealsResponse o) {
buildCounterAddOrderDealsResponse++;
if (buildCounterAddOrderDealsResponse < 3) {
- checkUnnamed49(o.deals);
+ checkUnnamed2125(o.deals);
unittest.expect(o.proposalRevisionNumber, unittest.equals('foo'));
}
buildCounterAddOrderDealsResponse--;
}
-buildUnnamed50() {
+buildUnnamed2126() {
var o = new core.List<api.MarketplaceNote>();
o.add(buildMarketplaceNote());
o.add(buildMarketplaceNote());
return o;
}
-checkUnnamed50(core.List<api.MarketplaceNote> o) {
+checkUnnamed2126(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 = buildUnnamed50();
+ o.notes = buildUnnamed2126();
}
buildCounterAddOrderNotesRequest--;
return o;
@@ -253,19 +253,19 @@ buildAddOrderNotesRequest() {
checkAddOrderNotesRequest(api.AddOrderNotesRequest o) {
buildCounterAddOrderNotesRequest++;
if (buildCounterAddOrderNotesRequest < 3) {
- checkUnnamed50(o.notes);
+ checkUnnamed2126(o.notes);
}
buildCounterAddOrderNotesRequest--;
}
-buildUnnamed51() {
+buildUnnamed2127() {
var o = new core.List<api.MarketplaceNote>();
o.add(buildMarketplaceNote());
o.add(buildMarketplaceNote());
return o;
}
-checkUnnamed51(core.List<api.MarketplaceNote> o) {
+checkUnnamed2127(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 = buildUnnamed51();
+ o.notes = buildUnnamed2127();
}
buildCounterAddOrderNotesResponse--;
return o;
@@ -285,19 +285,19 @@ buildAddOrderNotesResponse() {
checkAddOrderNotesResponse(api.AddOrderNotesResponse o) {
buildCounterAddOrderNotesResponse++;
if (buildCounterAddOrderNotesResponse < 3) {
- checkUnnamed51(o.notes);
+ checkUnnamed2127(o.notes);
}
buildCounterAddOrderNotesResponse--;
}
-buildUnnamed52() {
+buildUnnamed2128() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed52(core.List<core.String> o) {
+checkUnnamed2128(core.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 = buildUnnamed52();
+ o.billingId = buildUnnamed2128();
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'));
- checkUnnamed52(o.billingId);
+ checkUnnamed2128(o.billingId);
unittest.expect(o.kind, unittest.equals('foo'));
}
buildCounterBillingInfo--;
}
-buildUnnamed53() {
+buildUnnamed2129() {
var o = new core.List<api.BillingInfo>();
o.add(buildBillingInfo());
o.add(buildBillingInfo());
return o;
}
-checkUnnamed53(core.List<api.BillingInfo> o) {
+checkUnnamed2129(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 = buildUnnamed53();
+ o.items = buildUnnamed2129();
o.kind = "foo";
}
buildCounterBillingInfoList--;
@@ -356,7 +356,7 @@ buildBillingInfoList() {
checkBillingInfoList(api.BillingInfoList o) {
buildCounterBillingInfoList++;
if (buildCounterBillingInfoList < 3) {
- checkUnnamed53(o.items);
+ checkUnnamed2129(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
}
buildCounterBillingInfoList--;
@@ -431,14 +431,14 @@ checkContactInformation(api.ContactInformation o) {
buildCounterContactInformation--;
}
-buildUnnamed54() {
+buildUnnamed2130() {
var o = new core.List<api.Proposal>();
o.add(buildProposal());
o.add(buildProposal());
return o;
}
-checkUnnamed54(core.List<api.Proposal> o) {
+checkUnnamed2130(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 = buildUnnamed54();
+ o.proposals = buildUnnamed2130();
o.webPropertyCode = "foo";
}
buildCounterCreateOrdersRequest--;
@@ -459,20 +459,20 @@ buildCreateOrdersRequest() {
checkCreateOrdersRequest(api.CreateOrdersRequest o) {
buildCounterCreateOrdersRequest++;
if (buildCounterCreateOrdersRequest < 3) {
- checkUnnamed54(o.proposals);
+ checkUnnamed2130(o.proposals);
unittest.expect(o.webPropertyCode, unittest.equals('foo'));
}
buildCounterCreateOrdersRequest--;
}
-buildUnnamed55() {
+buildUnnamed2131() {
var o = new core.List<api.Proposal>();
o.add(buildProposal());
o.add(buildProposal());
return o;
}
-checkUnnamed55(core.List<api.Proposal> o) {
+checkUnnamed2131(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 = buildUnnamed55();
+ o.proposals = buildUnnamed2131();
}
buildCounterCreateOrdersResponse--;
return o;
@@ -492,58 +492,58 @@ buildCreateOrdersResponse() {
checkCreateOrdersResponse(api.CreateOrdersResponse o) {
buildCounterCreateOrdersResponse++;
if (buildCounterCreateOrdersResponse < 3) {
- checkUnnamed55(o.proposals);
+ checkUnnamed2131(o.proposals);
}
buildCounterCreateOrdersResponse--;
}
-buildUnnamed56() {
+buildUnnamed2132() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed56(core.List<core.String> o) {
+checkUnnamed2132(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(o[0], unittest.equals('foo'));
unittest.expect(o[1], unittest.equals('foo'));
}
-buildUnnamed57() {
+buildUnnamed2133() {
var o = new core.List<core.int>();
o.add(42);
o.add(42);
return o;
}
-checkUnnamed57(core.List<core.int> o) {
+checkUnnamed2133(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));
}
-buildUnnamed58() {
+buildUnnamed2134() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed58(core.List<core.String> o) {
+checkUnnamed2134(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(o[0], unittest.equals('foo'));
unittest.expect(o[1], unittest.equals('foo'));
}
-buildUnnamed59() {
+buildUnnamed2135() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed59(core.List<core.String> o) {
+checkUnnamed2135(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(o[0], unittest.equals('foo'));
unittest.expect(o[1], unittest.equals('foo'));
@@ -554,7 +554,7 @@ buildCreativeCorrections() {
var o = new api.CreativeCorrections();
buildCounterCreativeCorrections++;
if (buildCounterCreativeCorrections < 3) {
- o.details = buildUnnamed59();
+ o.details = buildUnnamed2135();
o.reason = "foo";
}
buildCounterCreativeCorrections--;
@@ -564,20 +564,20 @@ buildCreativeCorrections() {
checkCreativeCorrections(api.CreativeCorrections o) {
buildCounterCreativeCorrections++;
if (buildCounterCreativeCorrections < 3) {
- checkUnnamed59(o.details);
+ checkUnnamed2135(o.details);
unittest.expect(o.reason, unittest.equals('foo'));
}
buildCounterCreativeCorrections--;
}
-buildUnnamed60() {
+buildUnnamed2136() {
var o = new core.List<api.CreativeCorrections>();
o.add(buildCreativeCorrections());
o.add(buildCreativeCorrections());
return o;
}
-checkUnnamed60(core.List<api.CreativeCorrections> o) {
+checkUnnamed2136(core.List<api.CreativeCorrections> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreativeCorrections(o[0]);
checkCreativeCorrections(o[1]);
@@ -604,14 +604,14 @@ checkCreativeFilteringReasonsReasons(api.CreativeFilteringReasonsReasons o) {
buildCounterCreativeFilteringReasonsReasons--;
}
-buildUnnamed61() {
+buildUnnamed2137() {
var o = new core.List<api.CreativeFilteringReasonsReasons>();
o.add(buildCreativeFilteringReasonsReasons());
o.add(buildCreativeFilteringReasonsReasons());
return o;
}
-checkUnnamed61(core.List<api.CreativeFilteringReasonsReasons> o) {
+checkUnnamed2137(core.List<api.CreativeFilteringReasonsReasons> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreativeFilteringReasonsReasons(o[0]);
checkCreativeFilteringReasonsReasons(o[1]);
@@ -623,7 +623,7 @@ buildCreativeFilteringReasons() {
buildCounterCreativeFilteringReasons++;
if (buildCounterCreativeFilteringReasons < 3) {
o.date = "foo";
- o.reasons = buildUnnamed61();
+ o.reasons = buildUnnamed2137();
}
buildCounterCreativeFilteringReasons--;
return o;
@@ -633,19 +633,19 @@ checkCreativeFilteringReasons(api.CreativeFilteringReasons o) {
buildCounterCreativeFilteringReasons++;
if (buildCounterCreativeFilteringReasons < 3) {
unittest.expect(o.date, unittest.equals('foo'));
- checkUnnamed61(o.reasons);
+ checkUnnamed2137(o.reasons);
}
buildCounterCreativeFilteringReasons--;
}
-buildUnnamed62() {
+buildUnnamed2138() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed62(core.List<core.String> o) {
+checkUnnamed2138(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(o[0], unittest.equals('foo'));
unittest.expect(o[1], unittest.equals('foo'));
@@ -697,14 +697,14 @@ checkCreativeNativeAdImage(api.CreativeNativeAdImage o) {
buildCounterCreativeNativeAdImage--;
}
-buildUnnamed63() {
+buildUnnamed2139() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed63(core.List<core.String> o) {
+checkUnnamed2139(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(o[0], unittest.equals('foo'));
unittest.expect(o[1], unittest.equals('foo'));
@@ -745,7 +745,7 @@ buildCreativeNativeAd() {
o.clickTrackingUrl = "foo";
o.headline = "foo";
o.image = buildCreativeNativeAdImage();
- o.impressionTrackingUrl = buildUnnamed63();
+ o.impressionTrackingUrl = buildUnnamed2139();
o.logo = buildCreativeNativeAdLogo();
o.price = "foo";
o.starRating = 42.0;
@@ -765,7 +765,7 @@ checkCreativeNativeAd(api.CreativeNativeAd o) {
unittest.expect(o.clickTrackingUrl, unittest.equals('foo'));
unittest.expect(o.headline, unittest.equals('foo'));
checkCreativeNativeAdImage(o.image);
- checkUnnamed63(o.impressionTrackingUrl);
+ checkUnnamed2139(o.impressionTrackingUrl);
checkCreativeNativeAdLogo(o.logo);
unittest.expect(o.price, unittest.equals('foo'));
unittest.expect(o.starRating, unittest.equals(42.0));
@@ -774,79 +774,79 @@ checkCreativeNativeAd(api.CreativeNativeAd o) {
buildCounterCreativeNativeAd--;
}
-buildUnnamed64() {
+buildUnnamed2140() {
var o = new core.List<core.int>();
o.add(42);
o.add(42);
return o;
}
-checkUnnamed64(core.List<core.int> o) {
+checkUnnamed2140(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));
}
-buildUnnamed65() {
+buildUnnamed2141() {
var o = new core.List<core.int>();
o.add(42);
o.add(42);
return o;
}
-checkUnnamed65(core.List<core.int> o) {
+checkUnnamed2141(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));
}
-buildUnnamed66() {
+buildUnnamed2142() {
var o = new core.List<core.int>();
o.add(42);
o.add(42);
return o;
}
-checkUnnamed66(core.List<core.int> o) {
+checkUnnamed2142(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));
}
-buildUnnamed67() {
+buildUnnamed2143() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed67(core.List<core.String> o) {
+checkUnnamed2143(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(o[0], unittest.equals('foo'));
unittest.expect(o[1], unittest.equals('foo'));
}
-buildUnnamed68() {
+buildUnnamed2144() {
var o = new core.List<core.int>();
o.add(42);
o.add(42);
return o;
}
-checkUnnamed68(core.List<core.int> o) {
+checkUnnamed2144(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));
}
-buildUnnamed69() {
+buildUnnamed2145() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed69(core.List<core.String> o) {
+checkUnnamed2145(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(o[0], unittest.equals('foo'));
unittest.expect(o[1], unittest.equals('foo'));
@@ -857,10 +857,10 @@ buildCreativeServingRestrictionsContexts() {
var o = new api.CreativeServingRestrictionsContexts();
buildCounterCreativeServingRestrictionsContexts++;
if (buildCounterCreativeServingRestrictionsContexts < 3) {
- o.auctionType = buildUnnamed67();
+ o.auctionType = buildUnnamed2143();
o.contextType = "foo";
- o.geoCriteriaId = buildUnnamed68();
- o.platform = buildUnnamed69();
+ o.geoCriteriaId = buildUnnamed2144();
+ o.platform = buildUnnamed2145();
}
buildCounterCreativeServingRestrictionsContexts--;
return o;
@@ -869,35 +869,35 @@ buildCreativeServingRestrictionsContexts() {
checkCreativeServingRestrictionsContexts(api.CreativeServingRestrictionsContexts o) {
buildCounterCreativeServingRestrictionsContexts++;
if (buildCounterCreativeServingRestrictionsContexts < 3) {
- checkUnnamed67(o.auctionType);
+ checkUnnamed2143(o.auctionType);
unittest.expect(o.contextType, unittest.equals('foo'));
- checkUnnamed68(o.geoCriteriaId);
- checkUnnamed69(o.platform);
+ checkUnnamed2144(o.geoCriteriaId);
+ checkUnnamed2145(o.platform);
}
buildCounterCreativeServingRestrictionsContexts--;
}
-buildUnnamed70() {
+buildUnnamed2146() {
var o = new core.List<api.CreativeServingRestrictionsContexts>();
o.add(buildCreativeServingRestrictionsContexts());
o.add(buildCreativeServingRestrictionsContexts());
return o;
}
-checkUnnamed70(core.List<api.CreativeServingRestrictionsContexts> o) {
+checkUnnamed2146(core.List<api.CreativeServingRestrictionsContexts> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreativeServingRestrictionsContexts(o[0]);
checkCreativeServingRestrictionsContexts(o[1]);
}
-buildUnnamed71() {
+buildUnnamed2147() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed71(core.List<core.String> o) {
+checkUnnamed2147(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(o[0], unittest.equals('foo'));
unittest.expect(o[1], unittest.equals('foo'));
@@ -908,7 +908,7 @@ buildCreativeServingRestrictionsDisapprovalReasons() {
var o = new api.CreativeServingRestrictionsDisapprovalReasons();
buildCounterCreativeServingRestrictionsDisapprovalReasons++;
if (buildCounterCreativeServingRestrictionsDisapprovalReasons < 3) {
- o.details = buildUnnamed71();
+ o.details = buildUnnamed2147();
o.reason = "foo";
}
buildCounterCreativeServingRestrictionsDisapprovalReasons--;
@@ -918,20 +918,20 @@ buildCreativeServingRestrictionsDisapprovalReasons() {
checkCreativeServingRestrictionsDisapprovalReasons(api.CreativeServingRestrictionsDisapprovalReasons o) {
buildCounterCreativeServingRestrictionsDisapprovalReasons++;
if (buildCounterCreativeServingRestrictionsDisapprovalReasons < 3) {
- checkUnnamed71(o.details);
+ checkUnnamed2147(o.details);
unittest.expect(o.reason, unittest.equals('foo'));
}
buildCounterCreativeServingRestrictionsDisapprovalReasons--;
}
-buildUnnamed72() {
+buildUnnamed2148() {
var o = new core.List<api.CreativeServingRestrictionsDisapprovalReasons>();
o.add(buildCreativeServingRestrictionsDisapprovalReasons());
o.add(buildCreativeServingRestrictionsDisapprovalReasons());
return o;
}
-checkUnnamed72(core.List<api.CreativeServingRestrictionsDisapprovalReasons> o) {
+checkUnnamed2148(core.List<api.CreativeServingRestrictionsDisapprovalReasons> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreativeServingRestrictionsDisapprovalReasons(o[0]);
checkCreativeServingRestrictionsDisapprovalReasons(o[1]);
@@ -942,8 +942,8 @@ buildCreativeServingRestrictions() {
var o = new api.CreativeServingRestrictions();
buildCounterCreativeServingRestrictions++;
if (buildCounterCreativeServingRestrictions < 3) {
- o.contexts = buildUnnamed70();
- o.disapprovalReasons = buildUnnamed72();
+ o.contexts = buildUnnamed2146();
+ o.disapprovalReasons = buildUnnamed2148();
o.reason = "foo";
}
buildCounterCreativeServingRestrictions--;
@@ -953,34 +953,34 @@ buildCreativeServingRestrictions() {
checkCreativeServingRestrictions(api.CreativeServingRestrictions o) {
buildCounterCreativeServingRestrictions++;
if (buildCounterCreativeServingRestrictions < 3) {
- checkUnnamed70(o.contexts);
- checkUnnamed72(o.disapprovalReasons);
+ checkUnnamed2146(o.contexts);
+ checkUnnamed2148(o.disapprovalReasons);
unittest.expect(o.reason, unittest.equals('foo'));
}
buildCounterCreativeServingRestrictions--;
}
-buildUnnamed73() {
+buildUnnamed2149() {
var o = new core.List<api.CreativeServingRestrictions>();
o.add(buildCreativeServingRestrictions());
o.add(buildCreativeServingRestrictions());
return o;
}
-checkUnnamed73(core.List<api.CreativeServingRestrictions> o) {
+checkUnnamed2149(core.List<api.CreativeServingRestrictions> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreativeServingRestrictions(o[0]);
checkCreativeServingRestrictions(o[1]);
}
-buildUnnamed74() {
+buildUnnamed2150() {
var o = new core.List<core.int>();
o.add(42);
o.add(42);
return o;
}
-checkUnnamed74(core.List<core.int> o) {
+checkUnnamed2150(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));
@@ -994,26 +994,26 @@ buildCreative() {
o.HTMLSnippet = "foo";
o.accountId = 42;
o.adChoicesDestinationUrl = "foo";
- o.advertiserId = buildUnnamed56();
+ o.advertiserId = buildUnnamed2132();
o.advertiserName = "foo";
o.agencyId = "foo";
o.apiUploadTimestamp = core.DateTime.parse("2002-02-27T14:01:02");
- o.attribute = buildUnnamed57();
+ o.attribute = buildUnnamed2133();
o.buyerCreativeId = "foo";
- o.clickThroughUrl = buildUnnamed58();
- o.corrections = buildUnnamed60();
+ o.clickThroughUrl = buildUnnamed2134();
+ o.corrections = buildUnnamed2136();
o.dealsStatus = "foo";
o.filteringReasons = buildCreativeFilteringReasons();
o.height = 42;
- o.impressionTrackingUrl = buildUnnamed62();
+ o.impressionTrackingUrl = buildUnnamed2138();
o.kind = "foo";
o.nativeAd = buildCreativeNativeAd();
o.openAuctionStatus = "foo";
- o.productCategories = buildUnnamed64();
- o.restrictedCategories = buildUnnamed65();
- o.sensitiveCategories = buildUnnamed66();
- o.servingRestrictions = buildUnnamed73();
- o.vendorType = buildUnnamed74();
+ o.productCategories = buildUnnamed2140();
+ o.restrictedCategories = buildUnnamed2141();
+ o.sensitiveCategories = buildUnnamed2142();
+ o.servingRestrictions = buildUnnamed2149();
+ o.vendorType = buildUnnamed2150();
o.version = 42;
o.videoURL = "foo";
o.width = 42;
@@ -1028,26 +1028,26 @@ 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'));
- checkUnnamed56(o.advertiserId);
+ checkUnnamed2132(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")));
- checkUnnamed57(o.attribute);
+ checkUnnamed2133(o.attribute);
unittest.expect(o.buyerCreativeId, unittest.equals('foo'));
- checkUnnamed58(o.clickThroughUrl);
- checkUnnamed60(o.corrections);
+ checkUnnamed2134(o.clickThroughUrl);
+ checkUnnamed2136(o.corrections);
unittest.expect(o.dealsStatus, unittest.equals('foo'));
checkCreativeFilteringReasons(o.filteringReasons);
unittest.expect(o.height, unittest.equals(42));
- checkUnnamed62(o.impressionTrackingUrl);
+ checkUnnamed2138(o.impressionTrackingUrl);
unittest.expect(o.kind, unittest.equals('foo'));
checkCreativeNativeAd(o.nativeAd);
unittest.expect(o.openAuctionStatus, unittest.equals('foo'));
- checkUnnamed64(o.productCategories);
- checkUnnamed65(o.restrictedCategories);
- checkUnnamed66(o.sensitiveCategories);
- checkUnnamed73(o.servingRestrictions);
- checkUnnamed74(o.vendorType);
+ checkUnnamed2140(o.productCategories);
+ checkUnnamed2141(o.restrictedCategories);
+ checkUnnamed2142(o.sensitiveCategories);
+ checkUnnamed2149(o.servingRestrictions);
+ checkUnnamed2150(o.vendorType);
unittest.expect(o.version, unittest.equals(42));
unittest.expect(o.videoURL, unittest.equals('foo'));
unittest.expect(o.width, unittest.equals(42));
@@ -1055,14 +1055,14 @@ checkCreative(api.Creative o) {
buildCounterCreative--;
}
-buildUnnamed75() {
+buildUnnamed2151() {
var o = new core.List<api.Creative>();
o.add(buildCreative());
o.add(buildCreative());
return o;
}
-checkUnnamed75(core.List<api.Creative> o) {
+checkUnnamed2151(core.List<api.Creative> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreative(o[0]);
checkCreative(o[1]);
@@ -1073,7 +1073,7 @@ buildCreativesList() {
var o = new api.CreativesList();
buildCounterCreativesList++;
if (buildCounterCreativesList < 3) {
- o.items = buildUnnamed75();
+ o.items = buildUnnamed2151();
o.kind = "foo";
o.nextPageToken = "foo";
}
@@ -1084,7 +1084,7 @@ buildCreativesList() {
checkCreativesList(api.CreativesList o) {
buildCounterCreativesList++;
if (buildCounterCreativesList < 3) {
- checkUnnamed75(o.items);
+ checkUnnamed2151(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
@@ -1166,14 +1166,14 @@ checkDealTerms(api.DealTerms o) {
buildCounterDealTerms--;
}
-buildUnnamed76() {
+buildUnnamed2152() {
var o = new core.List<api.PricePerBuyer>();
o.add(buildPricePerBuyer());
o.add(buildPricePerBuyer());
return o;
}
-checkUnnamed76(core.List<api.PricePerBuyer> o) {
+checkUnnamed2152(core.List<api.PricePerBuyer> o) {
unittest.expect(o, unittest.hasLength(2));
checkPricePerBuyer(o[0]);
checkPricePerBuyer(o[1]);
@@ -1185,7 +1185,7 @@ buildDealTermsGuaranteedFixedPriceTerms() {
buildCounterDealTermsGuaranteedFixedPriceTerms++;
if (buildCounterDealTermsGuaranteedFixedPriceTerms < 3) {
o.billingInfo = buildDealTermsGuaranteedFixedPriceTermsBillingInfo();
- o.fixedPrices = buildUnnamed76();
+ o.fixedPrices = buildUnnamed2152();
o.guaranteedImpressions = "foo";
o.guaranteedLooks = "foo";
}
@@ -1197,7 +1197,7 @@ checkDealTermsGuaranteedFixedPriceTerms(api.DealTermsGuaranteedFixedPriceTerms o
buildCounterDealTermsGuaranteedFixedPriceTerms++;
if (buildCounterDealTermsGuaranteedFixedPriceTerms < 3) {
checkDealTermsGuaranteedFixedPriceTermsBillingInfo(o.billingInfo);
- checkUnnamed76(o.fixedPrices);
+ checkUnnamed2152(o.fixedPrices);
unittest.expect(o.guaranteedImpressions, unittest.equals('foo'));
unittest.expect(o.guaranteedLooks, unittest.equals('foo'));
}
@@ -1227,14 +1227,14 @@ checkDealTermsGuaranteedFixedPriceTermsBillingInfo(api.DealTermsGuaranteedFixedP
buildCounterDealTermsGuaranteedFixedPriceTermsBillingInfo--;
}
-buildUnnamed77() {
+buildUnnamed2153() {
var o = new core.List<api.PricePerBuyer>();
o.add(buildPricePerBuyer());
o.add(buildPricePerBuyer());
return o;
}
-checkUnnamed77(core.List<api.PricePerBuyer> o) {
+checkUnnamed2153(core.List<api.PricePerBuyer> o) {
unittest.expect(o, unittest.hasLength(2));
checkPricePerBuyer(o[0]);
checkPricePerBuyer(o[1]);
@@ -1246,7 +1246,7 @@ buildDealTermsNonGuaranteedAuctionTerms() {
buildCounterDealTermsNonGuaranteedAuctionTerms++;
if (buildCounterDealTermsNonGuaranteedAuctionTerms < 3) {
o.autoOptimizePrivateAuction = true;
- o.reservePricePerBuyers = buildUnnamed77();
+ o.reservePricePerBuyers = buildUnnamed2153();
}
buildCounterDealTermsNonGuaranteedAuctionTerms--;
return o;
@@ -1256,19 +1256,19 @@ checkDealTermsNonGuaranteedAuctionTerms(api.DealTermsNonGuaranteedAuctionTerms o
buildCounterDealTermsNonGuaranteedAuctionTerms++;
if (buildCounterDealTermsNonGuaranteedAuctionTerms < 3) {
unittest.expect(o.autoOptimizePrivateAuction, unittest.isTrue);
- checkUnnamed77(o.reservePricePerBuyers);
+ checkUnnamed2153(o.reservePricePerBuyers);
}
buildCounterDealTermsNonGuaranteedAuctionTerms--;
}
-buildUnnamed78() {
+buildUnnamed2154() {
var o = new core.List<api.PricePerBuyer>();
o.add(buildPricePerBuyer());
o.add(buildPricePerBuyer());
return o;
}
-checkUnnamed78(core.List<api.PricePerBuyer> o) {
+checkUnnamed2154(core.List<api.PricePerBuyer> o) {
unittest.expect(o, unittest.hasLength(2));
checkPricePerBuyer(o[0]);
checkPricePerBuyer(o[1]);
@@ -1279,7 +1279,7 @@ buildDealTermsNonGuaranteedFixedPriceTerms() {
var o = new api.DealTermsNonGuaranteedFixedPriceTerms();
buildCounterDealTermsNonGuaranteedFixedPriceTerms++;
if (buildCounterDealTermsNonGuaranteedFixedPriceTerms < 3) {
- o.fixedPrices = buildUnnamed78();
+ o.fixedPrices = buildUnnamed2154();
}
buildCounterDealTermsNonGuaranteedFixedPriceTerms--;
return o;
@@ -1288,19 +1288,19 @@ buildDealTermsNonGuaranteedFixedPriceTerms() {
checkDealTermsNonGuaranteedFixedPriceTerms(api.DealTermsNonGuaranteedFixedPriceTerms o) {
buildCounterDealTermsNonGuaranteedFixedPriceTerms++;
if (buildCounterDealTermsNonGuaranteedFixedPriceTerms < 3) {
- checkUnnamed78(o.fixedPrices);
+ checkUnnamed2154(o.fixedPrices);
}
buildCounterDealTermsNonGuaranteedFixedPriceTerms--;
}
-buildUnnamed79() {
+buildUnnamed2155() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed79(core.List<core.String> o) {
+checkUnnamed2155(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(o[0], unittest.equals('foo'));
unittest.expect(o[1], unittest.equals('foo'));
@@ -1311,7 +1311,7 @@ buildDeleteOrderDealsRequest() {
var o = new api.DeleteOrderDealsRequest();
buildCounterDeleteOrderDealsRequest++;
if (buildCounterDeleteOrderDealsRequest < 3) {
- o.dealIds = buildUnnamed79();
+ o.dealIds = buildUnnamed2155();
o.proposalRevisionNumber = "foo";
o.updateAction = "foo";
}
@@ -1322,21 +1322,21 @@ buildDeleteOrderDealsRequest() {
checkDeleteOrderDealsRequest(api.DeleteOrderDealsRequest o) {
buildCounterDeleteOrderDealsRequest++;
if (buildCounterDeleteOrderDealsRequest < 3) {
- checkUnnamed79(o.dealIds);
+ checkUnnamed2155(o.dealIds);
unittest.expect(o.proposalRevisionNumber, unittest.equals('foo'));
unittest.expect(o.updateAction, unittest.equals('foo'));
}
buildCounterDeleteOrderDealsRequest--;
}
-buildUnnamed80() {
+buildUnnamed2156() {
var o = new core.List<api.MarketplaceDeal>();
o.add(buildMarketplaceDeal());
o.add(buildMarketplaceDeal());
return o;
}
-checkUnnamed80(core.List<api.MarketplaceDeal> o) {
+checkUnnamed2156(core.List<api.MarketplaceDeal> o) {
unittest.expect(o, unittest.hasLength(2));
checkMarketplaceDeal(o[0]);
checkMarketplaceDeal(o[1]);
@@ -1347,7 +1347,7 @@ buildDeleteOrderDealsResponse() {
var o = new api.DeleteOrderDealsResponse();
buildCounterDeleteOrderDealsResponse++;
if (buildCounterDeleteOrderDealsResponse < 3) {
- o.deals = buildUnnamed80();
+ o.deals = buildUnnamed2156();
o.proposalRevisionNumber = "foo";
}
buildCounterDeleteOrderDealsResponse--;
@@ -1357,20 +1357,20 @@ buildDeleteOrderDealsResponse() {
checkDeleteOrderDealsResponse(api.DeleteOrderDealsResponse o) {
buildCounterDeleteOrderDealsResponse++;
if (buildCounterDeleteOrderDealsResponse < 3) {
- checkUnnamed80(o.deals);
+ checkUnnamed2156(o.deals);
unittest.expect(o.proposalRevisionNumber, unittest.equals('foo'));
}
buildCounterDeleteOrderDealsResponse--;
}
-buildUnnamed81() {
+buildUnnamed2157() {
var o = new core.List<api.DeliveryControlFrequencyCap>();
o.add(buildDeliveryControlFrequencyCap());
o.add(buildDeliveryControlFrequencyCap());
return o;
}
-checkUnnamed81(core.List<api.DeliveryControlFrequencyCap> o) {
+checkUnnamed2157(core.List<api.DeliveryControlFrequencyCap> o) {
unittest.expect(o, unittest.hasLength(2));
checkDeliveryControlFrequencyCap(o[0]);
checkDeliveryControlFrequencyCap(o[1]);
@@ -1383,7 +1383,7 @@ buildDeliveryControl() {
if (buildCounterDeliveryControl < 3) {
o.creativeBlockingLevel = "foo";
o.deliveryRateType = "foo";
- o.frequencyCaps = buildUnnamed81();
+ o.frequencyCaps = buildUnnamed2157();
}
buildCounterDeliveryControl--;
return o;
@@ -1394,7 +1394,7 @@ checkDeliveryControl(api.DeliveryControl o) {
if (buildCounterDeliveryControl < 3) {
unittest.expect(o.creativeBlockingLevel, unittest.equals('foo'));
unittest.expect(o.deliveryRateType, unittest.equals('foo'));
- checkUnnamed81(o.frequencyCaps);
+ checkUnnamed2157(o.frequencyCaps);
}
buildCounterDeliveryControl--;
}
@@ -1422,14 +1422,14 @@ checkDeliveryControlFrequencyCap(api.DeliveryControlFrequencyCap o) {
buildCounterDeliveryControlFrequencyCap--;
}
-buildUnnamed82() {
+buildUnnamed2158() {
var o = new core.List<api.DimensionDimensionValue>();
o.add(buildDimensionDimensionValue());
o.add(buildDimensionDimensionValue());
return o;
}
-checkUnnamed82(core.List<api.DimensionDimensionValue> o) {
+checkUnnamed2158(core.List<api.DimensionDimensionValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimensionDimensionValue(o[0]);
checkDimensionDimensionValue(o[1]);
@@ -1441,7 +1441,7 @@ buildDimension() {
buildCounterDimension++;
if (buildCounterDimension < 3) {
o.dimensionType = "foo";
- o.dimensionValues = buildUnnamed82();
+ o.dimensionValues = buildUnnamed2158();
}
buildCounterDimension--;
return o;
@@ -1451,7 +1451,7 @@ checkDimension(api.Dimension o) {
buildCounterDimension++;
if (buildCounterDimension < 3) {
unittest.expect(o.dimensionType, unittest.equals('foo'));
- checkUnnamed82(o.dimensionValues);
+ checkUnnamed2158(o.dimensionValues);
}
buildCounterDimension--;
}
@@ -1477,14 +1477,14 @@ checkDimensionDimensionValue(api.DimensionDimensionValue o) {
buildCounterDimensionDimensionValue--;
}
-buildUnnamed83() {
+buildUnnamed2159() {
var o = new core.List<api.MarketplaceDeal>();
o.add(buildMarketplaceDeal());
o.add(buildMarketplaceDeal());
return o;
}
-checkUnnamed83(core.List<api.MarketplaceDeal> o) {
+checkUnnamed2159(core.List<api.MarketplaceDeal> o) {
unittest.expect(o, unittest.hasLength(2));
checkMarketplaceDeal(o[0]);
checkMarketplaceDeal(o[1]);
@@ -1495,7 +1495,7 @@ buildEditAllOrderDealsRequest() {
var o = new api.EditAllOrderDealsRequest();
buildCounterEditAllOrderDealsRequest++;
if (buildCounterEditAllOrderDealsRequest < 3) {
- o.deals = buildUnnamed83();
+ o.deals = buildUnnamed2159();
o.proposal = buildProposal();
o.proposalRevisionNumber = "foo";
o.updateAction = "foo";
@@ -1507,7 +1507,7 @@ buildEditAllOrderDealsRequest() {
checkEditAllOrderDealsRequest(api.EditAllOrderDealsRequest o) {
buildCounterEditAllOrderDealsRequest++;
if (buildCounterEditAllOrderDealsRequest < 3) {
- checkUnnamed83(o.deals);
+ checkUnnamed2159(o.deals);
checkProposal(o.proposal);
unittest.expect(o.proposalRevisionNumber, unittest.equals('foo'));
unittest.expect(o.updateAction, unittest.equals('foo'));
@@ -1515,14 +1515,14 @@ checkEditAllOrderDealsRequest(api.EditAllOrderDealsRequest o) {
buildCounterEditAllOrderDealsRequest--;
}
-buildUnnamed84() {
+buildUnnamed2160() {
var o = new core.List<api.MarketplaceDeal>();
o.add(buildMarketplaceDeal());
o.add(buildMarketplaceDeal());
return o;
}
-checkUnnamed84(core.List<api.MarketplaceDeal> o) {
+checkUnnamed2160(core.List<api.MarketplaceDeal> o) {
unittest.expect(o, unittest.hasLength(2));
checkMarketplaceDeal(o[0]);
checkMarketplaceDeal(o[1]);
@@ -1533,7 +1533,7 @@ buildEditAllOrderDealsResponse() {
var o = new api.EditAllOrderDealsResponse();
buildCounterEditAllOrderDealsResponse++;
if (buildCounterEditAllOrderDealsResponse < 3) {
- o.deals = buildUnnamed84();
+ o.deals = buildUnnamed2160();
o.orderRevisionNumber = "foo";
}
buildCounterEditAllOrderDealsResponse--;
@@ -1543,20 +1543,20 @@ buildEditAllOrderDealsResponse() {
checkEditAllOrderDealsResponse(api.EditAllOrderDealsResponse o) {
buildCounterEditAllOrderDealsResponse++;
if (buildCounterEditAllOrderDealsResponse < 3) {
- checkUnnamed84(o.deals);
+ checkUnnamed2160(o.deals);
unittest.expect(o.orderRevisionNumber, unittest.equals('foo'));
}
buildCounterEditAllOrderDealsResponse--;
}
-buildUnnamed85() {
+buildUnnamed2161() {
var o = new core.List<api.Product>();
o.add(buildProduct());
o.add(buildProduct());
return o;
}
-checkUnnamed85(core.List<api.Product> o) {
+checkUnnamed2161(core.List<api.Product> o) {
unittest.expect(o, unittest.hasLength(2));
checkProduct(o[0]);
checkProduct(o[1]);
@@ -1567,7 +1567,7 @@ buildGetOffersResponse() {
var o = new api.GetOffersResponse();
buildCounterGetOffersResponse++;
if (buildCounterGetOffersResponse < 3) {
- o.products = buildUnnamed85();
+ o.products = buildUnnamed2161();
}
buildCounterGetOffersResponse--;
return o;
@@ -1576,19 +1576,19 @@ buildGetOffersResponse() {
checkGetOffersResponse(api.GetOffersResponse o) {
buildCounterGetOffersResponse++;
if (buildCounterGetOffersResponse < 3) {
- checkUnnamed85(o.products);
+ checkUnnamed2161(o.products);
}
buildCounterGetOffersResponse--;
}
-buildUnnamed86() {
+buildUnnamed2162() {
var o = new core.List<api.MarketplaceDeal>();
o.add(buildMarketplaceDeal());
o.add(buildMarketplaceDeal());
return o;
}
-checkUnnamed86(core.List<api.MarketplaceDeal> o) {
+checkUnnamed2162(core.List<api.MarketplaceDeal> o) {
unittest.expect(o, unittest.hasLength(2));
checkMarketplaceDeal(o[0]);
checkMarketplaceDeal(o[1]);
@@ -1599,7 +1599,7 @@ buildGetOrderDealsResponse() {
var o = new api.GetOrderDealsResponse();
buildCounterGetOrderDealsResponse++;
if (buildCounterGetOrderDealsResponse < 3) {
- o.deals = buildUnnamed86();
+ o.deals = buildUnnamed2162();
}
buildCounterGetOrderDealsResponse--;
return o;
@@ -1608,19 +1608,19 @@ buildGetOrderDealsResponse() {
checkGetOrderDealsResponse(api.GetOrderDealsResponse o) {
buildCounterGetOrderDealsResponse++;
if (buildCounterGetOrderDealsResponse < 3) {
- checkUnnamed86(o.deals);
+ checkUnnamed2162(o.deals);
}
buildCounterGetOrderDealsResponse--;
}
-buildUnnamed87() {
+buildUnnamed2163() {
var o = new core.List<api.MarketplaceNote>();
o.add(buildMarketplaceNote());
o.add(buildMarketplaceNote());
return o;
}
-checkUnnamed87(core.List<api.MarketplaceNote> o) {
+checkUnnamed2163(core.List<api.MarketplaceNote> o) {
unittest.expect(o, unittest.hasLength(2));
checkMarketplaceNote(o[0]);
checkMarketplaceNote(o[1]);
@@ -1631,7 +1631,7 @@ buildGetOrderNotesResponse() {
var o = new api.GetOrderNotesResponse();
buildCounterGetOrderNotesResponse++;
if (buildCounterGetOrderNotesResponse < 3) {
- o.notes = buildUnnamed87();
+ o.notes = buildUnnamed2163();
}
buildCounterGetOrderNotesResponse--;
return o;
@@ -1640,19 +1640,19 @@ buildGetOrderNotesResponse() {
checkGetOrderNotesResponse(api.GetOrderNotesResponse o) {
buildCounterGetOrderNotesResponse++;
if (buildCounterGetOrderNotesResponse < 3) {
- checkUnnamed87(o.notes);
+ checkUnnamed2163(o.notes);
}
buildCounterGetOrderNotesResponse--;
}
-buildUnnamed88() {
+buildUnnamed2164() {
var o = new core.List<api.Proposal>();
o.add(buildProposal());
o.add(buildProposal());
return o;
}
-checkUnnamed88(core.List<api.Proposal> o) {
+checkUnnamed2164(core.List<api.Proposal> o) {
unittest.expect(o, unittest.hasLength(2));
checkProposal(o[0]);
checkProposal(o[1]);
@@ -1663,7 +1663,7 @@ buildGetOrdersResponse() {
var o = new api.GetOrdersResponse();
buildCounterGetOrdersResponse++;
if (buildCounterGetOrdersResponse < 3) {
- o.proposals = buildUnnamed88();
+ o.proposals = buildUnnamed2164();
}
buildCounterGetOrdersResponse--;
return o;
@@ -1672,19 +1672,19 @@ buildGetOrdersResponse() {
checkGetOrdersResponse(api.GetOrdersResponse o) {
buildCounterGetOrdersResponse++;
if (buildCounterGetOrdersResponse < 3) {
- checkUnnamed88(o.proposals);
+ checkUnnamed2164(o.proposals);
}
buildCounterGetOrdersResponse--;
}
-buildUnnamed89() {
+buildUnnamed2165() {
var o = new core.List<api.PublisherProfileApiProto>();
o.add(buildPublisherProfileApiProto());
o.add(buildPublisherProfileApiProto());
return o;
}
-checkUnnamed89(core.List<api.PublisherProfileApiProto> o) {
+checkUnnamed2165(core.List<api.PublisherProfileApiProto> o) {
unittest.expect(o, unittest.hasLength(2));
checkPublisherProfileApiProto(o[0]);
checkPublisherProfileApiProto(o[1]);
@@ -1695,7 +1695,7 @@ buildGetPublisherProfilesByAccountIdResponse() {
var o = new api.GetPublisherProfilesByAccountIdResponse();
buildCounterGetPublisherProfilesByAccountIdResponse++;
if (buildCounterGetPublisherProfilesByAccountIdResponse < 3) {
- o.profiles = buildUnnamed89();
+ o.profiles = buildUnnamed2165();
}
buildCounterGetPublisherProfilesByAccountIdResponse--;
return o;
@@ -1704,32 +1704,32 @@ buildGetPublisherProfilesByAccountIdResponse() {
checkGetPublisherProfilesByAccountIdResponse(api.GetPublisherProfilesByAccountIdResponse o) {
buildCounterGetPublisherProfilesByAccountIdResponse++;
if (buildCounterGetPublisherProfilesByAccountIdResponse < 3) {
- checkUnnamed89(o.profiles);
+ checkUnnamed2165(o.profiles);
}
buildCounterGetPublisherProfilesByAccountIdResponse--;
}
-buildUnnamed90() {
+buildUnnamed2166() {
var o = new core.List<api.ContactInformation>();
o.add(buildContactInformation());
o.add(buildContactInformation());
return o;
}
-checkUnnamed90(core.List<api.ContactInformation> o) {
+checkUnnamed2166(core.List<api.ContactInformation> o) {
unittest.expect(o, unittest.hasLength(2));
checkContactInformation(o[0]);
checkContactInformation(o[1]);
}
-buildUnnamed91() {
+buildUnnamed2167() {
var o = new core.List<api.SharedTargeting>();
o.add(buildSharedTargeting());
o.add(buildSharedTargeting());
return o;
}
-checkUnnamed91(core.List<api.SharedTargeting> o) {
+checkUnnamed2167(core.List<api.SharedTargeting> o) {
unittest.expect(o, unittest.hasLength(2));
checkSharedTargeting(o[0]);
checkSharedTargeting(o[1]);
@@ -1758,8 +1758,8 @@ buildMarketplaceDeal() {
o.productRevisionNumber = "foo";
o.programmaticCreativeSource = "foo";
o.proposalId = "foo";
- o.sellerContacts = buildUnnamed90();
- o.sharedTargetings = buildUnnamed91();
+ o.sellerContacts = buildUnnamed2166();
+ o.sharedTargetings = buildUnnamed2167();
o.syndicationProduct = "foo";
o.terms = buildDealTerms();
o.webPropertyCode = "foo";
@@ -1789,8 +1789,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'));
- checkUnnamed90(o.sellerContacts);
- checkUnnamed91(o.sharedTargetings);
+ checkUnnamed2166(o.sellerContacts);
+ checkUnnamed2167(o.sharedTargetings);
unittest.expect(o.syndicationProduct, unittest.equals('foo'));
checkDealTerms(o.terms);
unittest.expect(o.webPropertyCode, unittest.equals('foo'));
@@ -1877,53 +1877,53 @@ checkMarketplaceNote(api.MarketplaceNote o) {
buildCounterMarketplaceNote--;
}
-buildUnnamed92() {
+buildUnnamed2168() {
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;
}
-checkUnnamed92(core.List<core.Object> o) {
+checkUnnamed2168(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'));
}
-buildUnnamed93() {
+buildUnnamed2169() {
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;
}
-checkUnnamed93(core.List<core.Object> o) {
+checkUnnamed2169(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'));
}
-buildUnnamed94() {
+buildUnnamed2170() {
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;
}
-checkUnnamed94(core.List<core.Object> o) {
+checkUnnamed2170(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'));
}
-buildUnnamed95() {
+buildUnnamed2171() {
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;
}
-checkUnnamed95(core.List<core.Object> o) {
+checkUnnamed2171(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'));
@@ -1936,11 +1936,11 @@ buildPerformanceReport() {
if (buildCounterPerformanceReport < 3) {
o.bidRate = 42.0;
o.bidRequestRate = 42.0;
- o.calloutStatusRate = buildUnnamed92();
- o.cookieMatcherStatusRate = buildUnnamed93();
- o.creativeStatusRate = buildUnnamed94();
+ o.calloutStatusRate = buildUnnamed2168();
+ o.cookieMatcherStatusRate = buildUnnamed2169();
+ o.creativeStatusRate = buildUnnamed2170();
o.filteredBidRate = 42.0;
- o.hostedMatchStatusRate = buildUnnamed95();
+ o.hostedMatchStatusRate = buildUnnamed2171();
o.inventoryMatchRate = 42.0;
o.kind = "foo";
o.latency50thPercentile = 42.0;
@@ -1966,11 +1966,11 @@ checkPerformanceReport(api.PerformanceReport o) {
if (buildCounterPerformanceReport < 3) {
unittest.expect(o.bidRate, unittest.equals(42.0));
unittest.expect(o.bidRequestRate, unittest.equals(42.0));
- checkUnnamed92(o.calloutStatusRate);
- checkUnnamed93(o.cookieMatcherStatusRate);
- checkUnnamed94(o.creativeStatusRate);
+ checkUnnamed2168(o.calloutStatusRate);
+ checkUnnamed2169(o.cookieMatcherStatusRate);
+ checkUnnamed2170(o.creativeStatusRate);
unittest.expect(o.filteredBidRate, unittest.equals(42.0));
- checkUnnamed95(o.hostedMatchStatusRate);
+ checkUnnamed2171(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));
@@ -1990,14 +1990,14 @@ checkPerformanceReport(api.PerformanceReport o) {
buildCounterPerformanceReport--;
}
-buildUnnamed96() {
+buildUnnamed2172() {
var o = new core.List<api.PerformanceReport>();
o.add(buildPerformanceReport());
o.add(buildPerformanceReport());
return o;
}
-checkUnnamed96(core.List<api.PerformanceReport> o) {
+checkUnnamed2172(core.List<api.PerformanceReport> o) {
unittest.expect(o, unittest.hasLength(2));
checkPerformanceReport(o[0]);
checkPerformanceReport(o[1]);
@@ -2009,7 +2009,7 @@ buildPerformanceReportList() {
buildCounterPerformanceReportList++;
if (buildCounterPerformanceReportList < 3) {
o.kind = "foo";
- o.performanceReport = buildUnnamed96();
+ o.performanceReport = buildUnnamed2172();
}
buildCounterPerformanceReportList--;
return o;
@@ -2019,19 +2019,19 @@ checkPerformanceReportList(api.PerformanceReportList o) {
buildCounterPerformanceReportList++;
if (buildCounterPerformanceReportList < 3) {
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed96(o.performanceReport);
+ checkUnnamed2172(o.performanceReport);
}
buildCounterPerformanceReportList--;
}
-buildUnnamed97() {
+buildUnnamed2173() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed97(core.List<core.String> o) {
+checkUnnamed2173(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(o[0], unittest.equals('foo'));
unittest.expect(o[1], unittest.equals('foo'));
@@ -2058,40 +2058,40 @@ checkPretargetingConfigDimensions(api.PretargetingConfigDimensions o) {
buildCounterPretargetingConfigDimensions--;
}
-buildUnnamed98() {
+buildUnnamed2174() {
var o = new core.List<api.PretargetingConfigDimensions>();
o.add(buildPretargetingConfigDimensions());
o.add(buildPretargetingConfigDimensions());
return o;
}
-checkUnnamed98(core.List<api.PretargetingConfigDimensions> o) {
+checkUnnamed2174(core.List<api.PretargetingConfigDimensions> o) {
unittest.expect(o, unittest.hasLength(2));
checkPretargetingConfigDimensions(o[0]);
checkPretargetingConfigDimensions(o[1]);
}
-buildUnnamed99() {
+buildUnnamed2175() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed99(core.List<core.String> o) {
+checkUnnamed2175(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(o[0], unittest.equals('foo'));
unittest.expect(o[1], unittest.equals('foo'));
}
-buildUnnamed100() {
+buildUnnamed2176() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed100(core.List<core.String> o) {
+checkUnnamed2176(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(o[0], unittest.equals('foo'));
unittest.expect(o[1], unittest.equals('foo'));
@@ -2118,105 +2118,105 @@ checkPretargetingConfigExcludedPlacements(api.PretargetingConfigExcludedPlacemen
buildCounterPretargetingConfigExcludedPlacements--;
}
-buildUnnamed101() {
+buildUnnamed2177() {
var o = new core.List<api.PretargetingConfigExcludedPlacements>();
o.add(buildPretargetingConfigExcludedPlacements());
o.add(buildPretargetingConfigExcludedPlacements());
return o;
}
-checkUnnamed101(core.List<api.PretargetingConfigExcludedPlacements> o) {
+checkUnnamed2177(core.List<api.PretargetingConfigExcludedPlacements> o) {
unittest.expect(o, unittest.hasLength(2));
checkPretargetingConfigExcludedPlacements(o[0]);
checkPretargetingConfigExcludedPlacements(o[1]);
}
-buildUnnamed102() {
+buildUnnamed2178() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed102(core.List<core.String> o) {
+checkUnnamed2178(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(o[0], unittest.equals('foo'));
unittest.expect(o[1], unittest.equals('foo'));
}
-buildUnnamed103() {
+buildUnnamed2179() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed103(core.List<core.String> o) {
+checkUnnamed2179(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(o[0], unittest.equals('foo'));
unittest.expect(o[1], unittest.equals('foo'));
}
-buildUnnamed104() {
+buildUnnamed2180() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed104(core.List<core.String> o) {
+checkUnnamed2180(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(o[0], unittest.equals('foo'));
unittest.expect(o[1], unittest.equals('foo'));
}
-buildUnnamed105() {
+buildUnnamed2181() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed105(core.List<core.String> o) {
+checkUnnamed2181(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(o[0], unittest.equals('foo'));
unittest.expect(o[1], unittest.equals('foo'));
}
-buildUnnamed106() {
+buildUnnamed2182() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed106(core.List<core.String> o) {
+checkUnnamed2182(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(o[0], unittest.equals('foo'));
unittest.expect(o[1], unittest.equals('foo'));
}
-buildUnnamed107() {
+buildUnnamed2183() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed107(core.List<core.String> o) {
+checkUnnamed2183(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(o[0], unittest.equals('foo'));
unittest.expect(o[1], unittest.equals('foo'));
}
-buildUnnamed108() {
+buildUnnamed2184() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed108(core.List<core.String> o) {
+checkUnnamed2184(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(o[0], unittest.equals('foo'));
unittest.expect(o[1], unittest.equals('foo'));
@@ -2243,79 +2243,79 @@ checkPretargetingConfigPlacements(api.PretargetingConfigPlacements o) {
buildCounterPretargetingConfigPlacements--;
}
-buildUnnamed109() {
+buildUnnamed2185() {
var o = new core.List<api.PretargetingConfigPlacements>();
o.add(buildPretargetingConfigPlacements());
o.add(buildPretargetingConfigPlacements());
return o;
}
-checkUnnamed109(core.List<api.PretargetingConfigPlacements> o) {
+checkUnnamed2185(core.List<api.PretargetingConfigPlacements> o) {
unittest.expect(o, unittest.hasLength(2));
checkPretargetingConfigPlacements(o[0]);
checkPretargetingConfigPlacements(o[1]);
}
-buildUnnamed110() {
+buildUnnamed2186() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed110(core.List<core.String> o) {
+checkUnnamed2186(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(o[0], unittest.equals('foo'));
unittest.expect(o[1], unittest.equals('foo'));
}
-buildUnnamed111() {
+buildUnnamed2187() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed111(core.List<core.String> o) {
+checkUnnamed2187(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(o[0], unittest.equals('foo'));
unittest.expect(o[1], unittest.equals('foo'));
}
-buildUnnamed112() {
+buildUnnamed2188() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed112(core.List<core.String> o) {
+checkUnnamed2188(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(o[0], unittest.equals('foo'));
unittest.expect(o[1], unittest.equals('foo'));
}
-buildUnnamed113() {
+buildUnnamed2189() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed113(core.List<core.String> o) {
+checkUnnamed2189(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(o[0], unittest.equals('foo'));
unittest.expect(o[1], unittest.equals('foo'));
}
-buildUnnamed114() {
+buildUnnamed2190() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed114(core.List<core.String> o) {
+checkUnnamed2190(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(o[0], unittest.equals('foo'));
unittest.expect(o[1], unittest.equals('foo'));
@@ -2344,14 +2344,14 @@ checkPretargetingConfigVideoPlayerSizes(api.PretargetingConfigVideoPlayerSizes o
buildCounterPretargetingConfigVideoPlayerSizes--;
}
-buildUnnamed115() {
+buildUnnamed2191() {
var o = new core.List<api.PretargetingConfigVideoPlayerSizes>();
o.add(buildPretargetingConfigVideoPlayerSizes());
o.add(buildPretargetingConfigVideoPlayerSizes());
return o;
}
-checkUnnamed115(core.List<api.PretargetingConfigVideoPlayerSizes> o) {
+checkUnnamed2191(core.List<api.PretargetingConfigVideoPlayerSizes> o) {
unittest.expect(o, unittest.hasLength(2));
checkPretargetingConfigVideoPlayerSizes(o[0]);
checkPretargetingConfigVideoPlayerSizes(o[1]);
@@ -2365,27 +2365,27 @@ buildPretargetingConfig() {
o.billingId = "foo";
o.configId = "foo";
o.configName = "foo";
- o.creativeType = buildUnnamed97();
- o.dimensions = buildUnnamed98();
- o.excludedContentLabels = buildUnnamed99();
- o.excludedGeoCriteriaIds = buildUnnamed100();
- o.excludedPlacements = buildUnnamed101();
- o.excludedUserLists = buildUnnamed102();
- o.excludedVerticals = buildUnnamed103();
- o.geoCriteriaIds = buildUnnamed104();
+ o.creativeType = buildUnnamed2173();
+ o.dimensions = buildUnnamed2174();
+ o.excludedContentLabels = buildUnnamed2175();
+ o.excludedGeoCriteriaIds = buildUnnamed2176();
+ o.excludedPlacements = buildUnnamed2177();
+ o.excludedUserLists = buildUnnamed2178();
+ o.excludedVerticals = buildUnnamed2179();
+ o.geoCriteriaIds = buildUnnamed2180();
o.isActive = true;
o.kind = "foo";
- o.languages = buildUnnamed105();
- o.mobileCarriers = buildUnnamed106();
- o.mobileDevices = buildUnnamed107();
- o.mobileOperatingSystemVersions = buildUnnamed108();
- o.placements = buildUnnamed109();
- o.platforms = buildUnnamed110();
- o.supportedCreativeAttributes = buildUnnamed111();
- o.userLists = buildUnnamed112();
- o.vendorTypes = buildUnnamed113();
- o.verticals = buildUnnamed114();
- o.videoPlayerSizes = buildUnnamed115();
+ o.languages = buildUnnamed2181();
+ o.mobileCarriers = buildUnnamed2182();
+ o.mobileDevices = buildUnnamed2183();
+ o.mobileOperatingSystemVersions = buildUnnamed2184();
+ o.placements = buildUnnamed2185();
+ o.platforms = buildUnnamed2186();
+ o.supportedCreativeAttributes = buildUnnamed2187();
+ o.userLists = buildUnnamed2188();
+ o.vendorTypes = buildUnnamed2189();
+ o.verticals = buildUnnamed2190();
+ o.videoPlayerSizes = buildUnnamed2191();
}
buildCounterPretargetingConfig--;
return o;
@@ -2397,39 +2397,39 @@ 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'));
- checkUnnamed97(o.creativeType);
- checkUnnamed98(o.dimensions);
- checkUnnamed99(o.excludedContentLabels);
- checkUnnamed100(o.excludedGeoCriteriaIds);
- checkUnnamed101(o.excludedPlacements);
- checkUnnamed102(o.excludedUserLists);
- checkUnnamed103(o.excludedVerticals);
- checkUnnamed104(o.geoCriteriaIds);
+ checkUnnamed2173(o.creativeType);
+ checkUnnamed2174(o.dimensions);
+ checkUnnamed2175(o.excludedContentLabels);
+ checkUnnamed2176(o.excludedGeoCriteriaIds);
+ checkUnnamed2177(o.excludedPlacements);
+ checkUnnamed2178(o.excludedUserLists);
+ checkUnnamed2179(o.excludedVerticals);
+ checkUnnamed2180(o.geoCriteriaIds);
unittest.expect(o.isActive, unittest.isTrue);
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed105(o.languages);
- checkUnnamed106(o.mobileCarriers);
- checkUnnamed107(o.mobileDevices);
- checkUnnamed108(o.mobileOperatingSystemVersions);
- checkUnnamed109(o.placements);
- checkUnnamed110(o.platforms);
- checkUnnamed111(o.supportedCreativeAttributes);
- checkUnnamed112(o.userLists);
- checkUnnamed113(o.vendorTypes);
- checkUnnamed114(o.verticals);
- checkUnnamed115(o.videoPlayerSizes);
+ checkUnnamed2181(o.languages);
+ checkUnnamed2182(o.mobileCarriers);
+ checkUnnamed2183(o.mobileDevices);
+ checkUnnamed2184(o.mobileOperatingSystemVersions);
+ checkUnnamed2185(o.placements);
+ checkUnnamed2186(o.platforms);
+ checkUnnamed2187(o.supportedCreativeAttributes);
+ checkUnnamed2188(o.userLists);
+ checkUnnamed2189(o.vendorTypes);
+ checkUnnamed2190(o.verticals);
+ checkUnnamed2191(o.videoPlayerSizes);
}
buildCounterPretargetingConfig--;
}
-buildUnnamed116() {
+buildUnnamed2192() {
var o = new core.List<api.PretargetingConfig>();
o.add(buildPretargetingConfig());
o.add(buildPretargetingConfig());
return o;
}
-checkUnnamed116(core.List<api.PretargetingConfig> o) {
+checkUnnamed2192(core.List<api.PretargetingConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkPretargetingConfig(o[0]);
checkPretargetingConfig(o[1]);
@@ -2440,7 +2440,7 @@ buildPretargetingConfigList() {
var o = new api.PretargetingConfigList();
buildCounterPretargetingConfigList++;
if (buildCounterPretargetingConfigList < 3) {
- o.items = buildUnnamed116();
+ o.items = buildUnnamed2192();
o.kind = "foo";
}
buildCounterPretargetingConfigList--;
@@ -2450,7 +2450,7 @@ buildPretargetingConfigList() {
checkPretargetingConfigList(api.PretargetingConfigList o) {
buildCounterPretargetingConfigList++;
if (buildCounterPretargetingConfigList < 3) {
- checkUnnamed116(o.items);
+ checkUnnamed2192(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
}
buildCounterPretargetingConfigList--;
@@ -2523,40 +2523,40 @@ checkPrivateData(api.PrivateData o) {
buildCounterPrivateData--;
}
-buildUnnamed117() {
+buildUnnamed2193() {
var o = new core.List<api.ContactInformation>();
o.add(buildContactInformation());
o.add(buildContactInformation());
return o;
}
-checkUnnamed117(core.List<api.ContactInformation> o) {
+checkUnnamed2193(core.List<api.ContactInformation> o) {
unittest.expect(o, unittest.hasLength(2));
checkContactInformation(o[0]);
checkContactInformation(o[1]);
}
-buildUnnamed118() {
+buildUnnamed2194() {
var o = new core.List<api.MarketplaceLabel>();
o.add(buildMarketplaceLabel());
o.add(buildMarketplaceLabel());
return o;
}
-checkUnnamed118(core.List<api.MarketplaceLabel> o) {
+checkUnnamed2194(core.List<api.MarketplaceLabel> o) {
unittest.expect(o, unittest.hasLength(2));
checkMarketplaceLabel(o[0]);
checkMarketplaceLabel(o[1]);
}
-buildUnnamed119() {
+buildUnnamed2195() {
var o = new core.List<api.SharedTargeting>();
o.add(buildSharedTargeting());
o.add(buildSharedTargeting());
return o;
}
-checkUnnamed119(core.List<api.SharedTargeting> o) {
+checkUnnamed2195(core.List<api.SharedTargeting> o) {
unittest.expect(o, unittest.hasLength(2));
checkSharedTargeting(o[0]);
checkSharedTargeting(o[1]);
@@ -2568,14 +2568,14 @@ buildProduct() {
buildCounterProduct++;
if (buildCounterProduct < 3) {
o.creationTimeMs = "foo";
- o.creatorContacts = buildUnnamed117();
+ o.creatorContacts = buildUnnamed2193();
o.deliveryControl = buildDeliveryControl();
o.flightEndTimeMs = "foo";
o.flightStartTimeMs = "foo";
o.hasCreatorSignedOff = true;
o.inventorySource = "foo";
o.kind = "foo";
- o.labels = buildUnnamed118();
+ o.labels = buildUnnamed2194();
o.lastUpdateTimeMs = "foo";
o.legacyOfferId = "foo";
o.name = "foo";
@@ -2585,7 +2585,7 @@ buildProduct() {
o.publisherProvidedForecast = buildPublisherProvidedForecast();
o.revisionNumber = "foo";
o.seller = buildSeller();
- o.sharedTargetings = buildUnnamed119();
+ o.sharedTargetings = buildUnnamed2195();
o.state = "foo";
o.syndicationProduct = "foo";
o.terms = buildDealTerms();
@@ -2599,14 +2599,14 @@ checkProduct(api.Product o) {
buildCounterProduct++;
if (buildCounterProduct < 3) {
unittest.expect(o.creationTimeMs, unittest.equals('foo'));
- checkUnnamed117(o.creatorContacts);
+ checkUnnamed2193(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'));
- checkUnnamed118(o.labels);
+ checkUnnamed2194(o.labels);
unittest.expect(o.lastUpdateTimeMs, unittest.equals('foo'));
unittest.expect(o.legacyOfferId, unittest.equals('foo'));
unittest.expect(o.name, unittest.equals('foo'));
@@ -2616,7 +2616,7 @@ checkProduct(api.Product o) {
checkPublisherProvidedForecast(o.publisherProvidedForecast);
unittest.expect(o.revisionNumber, unittest.equals('foo'));
checkSeller(o.seller);
- checkUnnamed119(o.sharedTargetings);
+ checkUnnamed2195(o.sharedTargetings);
unittest.expect(o.state, unittest.equals('foo'));
unittest.expect(o.syndicationProduct, unittest.equals('foo'));
checkDealTerms(o.terms);
@@ -2625,40 +2625,40 @@ checkProduct(api.Product o) {
buildCounterProduct--;
}
-buildUnnamed120() {
+buildUnnamed2196() {
var o = new core.List<api.ContactInformation>();
o.add(buildContactInformation());
o.add(buildContactInformation());
return o;
}
-checkUnnamed120(core.List<api.ContactInformation> o) {
+checkUnnamed2196(core.List<api.ContactInformation> o) {
unittest.expect(o, unittest.hasLength(2));
checkContactInformation(o[0]);
checkContactInformation(o[1]);
}
-buildUnnamed121() {
+buildUnnamed2197() {
var o = new core.List<api.MarketplaceLabel>();
o.add(buildMarketplaceLabel());
o.add(buildMarketplaceLabel());
return o;
}
-checkUnnamed121(core.List<api.MarketplaceLabel> o) {
+checkUnnamed2197(core.List<api.MarketplaceLabel> o) {
unittest.expect(o, unittest.hasLength(2));
checkMarketplaceLabel(o[0]);
checkMarketplaceLabel(o[1]);
}
-buildUnnamed122() {
+buildUnnamed2198() {
var o = new core.List<api.ContactInformation>();
o.add(buildContactInformation());
o.add(buildContactInformation());
return o;
}
-checkUnnamed122(core.List<api.ContactInformation> o) {
+checkUnnamed2198(core.List<api.ContactInformation> o) {
unittest.expect(o, unittest.hasLength(2));
checkContactInformation(o[0]);
checkContactInformation(o[1]);
@@ -2671,7 +2671,7 @@ buildProposal() {
if (buildCounterProposal < 3) {
o.billedBuyer = buildBuyer();
o.buyer = buildBuyer();
- o.buyerContacts = buildUnnamed120();
+ o.buyerContacts = buildUnnamed2196();
o.buyerPrivateData = buildPrivateData();
o.hasBuyerSignedOff = true;
o.hasSellerSignedOff = true;
@@ -2679,7 +2679,7 @@ buildProposal() {
o.isRenegotiating = true;
o.isSetupComplete = true;
o.kind = "foo";
- o.labels = buildUnnamed121();
+ o.labels = buildUnnamed2197();
o.lastUpdaterOrCommentorRole = "foo";
o.name = "foo";
o.negotiationId = "foo";
@@ -2690,7 +2690,7 @@ buildProposal() {
o.revisionNumber = "foo";
o.revisionTimeMs = "foo";
o.seller = buildSeller();
- o.sellerContacts = buildUnnamed122();
+ o.sellerContacts = buildUnnamed2198();
}
buildCounterProposal--;
return o;
@@ -2701,7 +2701,7 @@ checkProposal(api.Proposal o) {
if (buildCounterProposal < 3) {
checkBuyer(o.billedBuyer);
checkBuyer(o.buyer);
- checkUnnamed120(o.buyerContacts);
+ checkUnnamed2196(o.buyerContacts);
checkPrivateData(o.buyerPrivateData);
unittest.expect(o.hasBuyerSignedOff, unittest.isTrue);
unittest.expect(o.hasSellerSignedOff, unittest.isTrue);
@@ -2709,7 +2709,7 @@ checkProposal(api.Proposal o) {
unittest.expect(o.isRenegotiating, unittest.isTrue);
unittest.expect(o.isSetupComplete, unittest.isTrue);
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed121(o.labels);
+ checkUnnamed2197(o.labels);
unittest.expect(o.lastUpdaterOrCommentorRole, unittest.equals('foo'));
unittest.expect(o.name, unittest.equals('foo'));
unittest.expect(o.negotiationId, unittest.equals('foo'));
@@ -2720,32 +2720,32 @@ checkProposal(api.Proposal o) {
unittest.expect(o.revisionNumber, unittest.equals('foo'));
unittest.expect(o.revisionTimeMs, unittest.equals('foo'));
checkSeller(o.seller);
- checkUnnamed122(o.sellerContacts);
+ checkUnnamed2198(o.sellerContacts);
}
buildCounterProposal--;
}
-buildUnnamed123() {
+buildUnnamed2199() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed123(core.List<core.String> o) {
+checkUnnamed2199(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(o[0], unittest.equals('foo'));
unittest.expect(o[1], unittest.equals('foo'));
}
-buildUnnamed124() {
+buildUnnamed2200() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed124(core.List<core.String> o) {
+checkUnnamed2200(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(o[0], unittest.equals('foo'));
unittest.expect(o[1], unittest.equals('foo'));
@@ -2771,14 +2771,14 @@ buildPublisherProfileApiProto() {
o.overview = "foo";
o.profileId = 42;
o.programmaticContact = "foo";
- o.publisherDomains = buildUnnamed123();
+ o.publisherDomains = buildUnnamed2199();
o.publisherProfileId = "foo";
o.publisherProvidedForecast = buildPublisherProvidedForecast();
o.rateCardInfoLink = "foo";
o.samplePageLink = "foo";
o.seller = buildSeller();
o.state = "foo";
- o.topHeadlines = buildUnnamed124();
+ o.topHeadlines = buildUnnamed2200();
}
buildCounterPublisherProfileApiProto--;
return o;
@@ -2802,26 +2802,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'));
- checkUnnamed123(o.publisherDomains);
+ checkUnnamed2199(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'));
- checkUnnamed124(o.topHeadlines);
+ checkUnnamed2200(o.topHeadlines);
}
buildCounterPublisherProfileApiProto--;
}
-buildUnnamed125() {
+buildUnnamed2201() {
var o = new core.List<api.Dimension>();
o.add(buildDimension());
o.add(buildDimension());
return o;
}
-checkUnnamed125(core.List<api.Dimension> o) {
+checkUnnamed2201(core.List<api.Dimension> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimension(o[0]);
checkDimension(o[1]);
@@ -2832,7 +2832,7 @@ buildPublisherProvidedForecast() {
var o = new api.PublisherProvidedForecast();
buildCounterPublisherProvidedForecast++;
if (buildCounterPublisherProvidedForecast < 3) {
- o.dimensions = buildUnnamed125();
+ o.dimensions = buildUnnamed2201();
o.weeklyImpressions = "foo";
o.weeklyUniques = "foo";
}
@@ -2843,7 +2843,7 @@ buildPublisherProvidedForecast() {
checkPublisherProvidedForecast(api.PublisherProvidedForecast o) {
buildCounterPublisherProvidedForecast++;
if (buildCounterPublisherProvidedForecast < 3) {
- checkUnnamed125(o.dimensions);
+ checkUnnamed2201(o.dimensions);
unittest.expect(o.weeklyImpressions, unittest.equals('foo'));
unittest.expect(o.weeklyUniques, unittest.equals('foo'));
}
@@ -2871,27 +2871,27 @@ checkSeller(api.Seller o) {
buildCounterSeller--;
}
-buildUnnamed126() {
+buildUnnamed2202() {
var o = new core.List<api.TargetingValue>();
o.add(buildTargetingValue());
o.add(buildTargetingValue());
return o;
}
-checkUnnamed126(core.List<api.TargetingValue> o) {
+checkUnnamed2202(core.List<api.TargetingValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkTargetingValue(o[0]);
checkTargetingValue(o[1]);
}
-buildUnnamed127() {
+buildUnnamed2203() {
var o = new core.List<api.TargetingValue>();
o.add(buildTargetingValue());
o.add(buildTargetingValue());
return o;
}
-checkUnnamed127(core.List<api.TargetingValue> o) {
+checkUnnamed2203(core.List<api.TargetingValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkTargetingValue(o[0]);
checkTargetingValue(o[1]);
@@ -2902,8 +2902,8 @@ buildSharedTargeting() {
var o = new api.SharedTargeting();
buildCounterSharedTargeting++;
if (buildCounterSharedTargeting < 3) {
- o.exclusions = buildUnnamed126();
- o.inclusions = buildUnnamed127();
+ o.exclusions = buildUnnamed2202();
+ o.inclusions = buildUnnamed2203();
o.key = "foo";
}
buildCounterSharedTargeting--;
@@ -2913,8 +2913,8 @@ buildSharedTargeting() {
checkSharedTargeting(api.SharedTargeting o) {
buildCounterSharedTargeting++;
if (buildCounterSharedTargeting < 3) {
- checkUnnamed126(o.exclusions);
- checkUnnamed127(o.inclusions);
+ checkUnnamed2202(o.exclusions);
+ checkUnnamed2203(o.inclusions);
unittest.expect(o.key, unittest.equals('foo'));
}
buildCounterSharedTargeting--;
@@ -2945,14 +2945,14 @@ checkTargetingValue(api.TargetingValue o) {
buildCounterTargetingValue--;
}
-buildUnnamed128() {
+buildUnnamed2204() {
var o = new core.List<api.TargetingValueSize>();
o.add(buildTargetingValueSize());
o.add(buildTargetingValueSize());
return o;
}
-checkUnnamed128(core.List<api.TargetingValueSize> o) {
+checkUnnamed2204(core.List<api.TargetingValueSize> o) {
unittest.expect(o, unittest.hasLength(2));
checkTargetingValueSize(o[0]);
checkTargetingValueSize(o[1]);
@@ -2963,7 +2963,7 @@ buildTargetingValueCreativeSize() {
var o = new api.TargetingValueCreativeSize();
buildCounterTargetingValueCreativeSize++;
if (buildCounterTargetingValueCreativeSize < 3) {
- o.companionSizes = buildUnnamed128();
+ o.companionSizes = buildUnnamed2204();
o.creativeSizeType = "foo";
o.size = buildTargetingValueSize();
}
@@ -2974,21 +2974,21 @@ buildTargetingValueCreativeSize() {
checkTargetingValueCreativeSize(api.TargetingValueCreativeSize o) {
buildCounterTargetingValueCreativeSize++;
if (buildCounterTargetingValueCreativeSize < 3) {
- checkUnnamed128(o.companionSizes);
+ checkUnnamed2204(o.companionSizes);
unittest.expect(o.creativeSizeType, unittest.equals('foo'));
checkTargetingValueSize(o.size);
}
buildCounterTargetingValueCreativeSize--;
}
-buildUnnamed129() {
+buildUnnamed2205() {
var o = new core.List<api.TargetingValueDayPartTargetingDayPart>();
o.add(buildTargetingValueDayPartTargetingDayPart());
o.add(buildTargetingValueDayPartTargetingDayPart());
return o;
}
-checkUnnamed129(core.List<api.TargetingValueDayPartTargetingDayPart> o) {
+checkUnnamed2205(core.List<api.TargetingValueDayPartTargetingDayPart> o) {
unittest.expect(o, unittest.hasLength(2));
checkTargetingValueDayPartTargetingDayPart(o[0]);
checkTargetingValueDayPartTargetingDayPart(o[1]);
@@ -2999,7 +2999,7 @@ buildTargetingValueDayPartTargeting() {
var o = new api.TargetingValueDayPartTargeting();
buildCounterTargetingValueDayPartTargeting++;
if (buildCounterTargetingValueDayPartTargeting < 3) {
- o.dayParts = buildUnnamed129();
+ o.dayParts = buildUnnamed2205();
o.timeZoneType = "foo";
}
buildCounterTargetingValueDayPartTargeting--;
@@ -3009,7 +3009,7 @@ buildTargetingValueDayPartTargeting() {
checkTargetingValueDayPartTargeting(api.TargetingValueDayPartTargeting o) {
buildCounterTargetingValueDayPartTargeting++;
if (buildCounterTargetingValueDayPartTargeting < 3) {
- checkUnnamed129(o.dayParts);
+ checkUnnamed2205(o.dayParts);
unittest.expect(o.timeZoneType, unittest.equals('foo'));
}
buildCounterTargetingValueDayPartTargeting--;
@@ -3088,27 +3088,27 @@ checkUpdatePrivateAuctionProposalRequest(api.UpdatePrivateAuctionProposalRequest
buildCounterUpdatePrivateAuctionProposalRequest--;
}
-buildUnnamed130() {
+buildUnnamed2206() {
var o = new core.List<core.int>();
o.add(42);
o.add(42);
return o;
}
-checkUnnamed130(core.List<core.int> o) {
+checkUnnamed2206(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));
}
-buildUnnamed131() {
+buildUnnamed2207() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed131(core.List<core.String> o) {
+checkUnnamed2207(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(o[0], unittest.equals('foo'));
unittest.expect(o[1], unittest.equals('foo'));
@@ -4432,8 +4432,8 @@ main() {
var mock = new HttpServerMock();
api.CreativesResourceApi res = new api.AdexchangebuyerApi(mock).creatives;
- var arg_accountId = buildUnnamed130();
- var arg_buyerCreativeId = buildUnnamed131();
+ var arg_accountId = buildUnnamed2206();
+ var arg_buyerCreativeId = buildUnnamed2207();
var arg_dealsStatusFilter = "foo";
var arg_maxResults = 42;
var arg_openAuctionStatusFilter = "foo";
« no previous file with comments | « generated/googleapis/test/adexchangebuyer/v1_3_test.dart ('k') | generated/googleapis/test/adexchangeseller/v1_1_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698