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

Unified Diff: generated/googleapis/test/content/v2_test.dart

Issue 1296863002: Api-roll 22: 2015-08-17 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 5 years, 4 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
« no previous file with comments | « generated/googleapis/test/container/v1_test.dart ('k') | generated/googleapis/test/coordinate/v1_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: generated/googleapis/test/content/v2_test.dart
diff --git a/generated/googleapis/test/content/v2_test.dart b/generated/googleapis/test/content/v2_test.dart
index c0a91084c6895020f9f6b785b39b782c3aac58da..30f4e3e2472ebe7db845a916cd483d7454b8d820 100644
--- a/generated/googleapis/test/content/v2_test.dart
+++ b/generated/googleapis/test/content/v2_test.dart
@@ -51,27 +51,27 @@ http.StreamedResponse stringResponse(
return new http.StreamedResponse(stream, status, headers: headers);
}
-buildUnnamed653() {
+buildUnnamed515() {
var o = new core.List<api.AccountAdwordsLink>();
o.add(buildAccountAdwordsLink());
o.add(buildAccountAdwordsLink());
return o;
}
-checkUnnamed653(core.List<api.AccountAdwordsLink> o) {
+checkUnnamed515(core.List<api.AccountAdwordsLink> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountAdwordsLink(o[0]);
checkAccountAdwordsLink(o[1]);
}
-buildUnnamed654() {
+buildUnnamed516() {
var o = new core.List<api.AccountUser>();
o.add(buildAccountUser());
o.add(buildAccountUser());
return o;
}
-checkUnnamed654(core.List<api.AccountUser> o) {
+checkUnnamed516(core.List<api.AccountUser> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountUser(o[0]);
checkAccountUser(o[1]);
@@ -83,13 +83,13 @@ buildAccount() {
buildCounterAccount++;
if (buildCounterAccount < 3) {
o.adultContent = true;
- o.adwordsLinks = buildUnnamed653();
+ o.adwordsLinks = buildUnnamed515();
o.id = "foo";
o.kind = "foo";
o.name = "foo";
o.reviewsUrl = "foo";
o.sellerId = "foo";
- o.users = buildUnnamed654();
+ o.users = buildUnnamed516();
o.websiteUrl = "foo";
}
buildCounterAccount--;
@@ -100,13 +100,13 @@ checkAccount(api.Account o) {
buildCounterAccount++;
if (buildCounterAccount < 3) {
unittest.expect(o.adultContent, unittest.isTrue);
- checkUnnamed653(o.adwordsLinks);
+ checkUnnamed515(o.adwordsLinks);
unittest.expect(o.id, unittest.equals('foo'));
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.name, unittest.equals('foo'));
unittest.expect(o.reviewsUrl, unittest.equals('foo'));
unittest.expect(o.sellerId, unittest.equals('foo'));
- checkUnnamed654(o.users);
+ checkUnnamed516(o.users);
unittest.expect(o.websiteUrl, unittest.equals('foo'));
}
buildCounterAccount--;
@@ -154,53 +154,53 @@ checkAccountIdentifier(api.AccountIdentifier o) {
buildCounterAccountIdentifier--;
}
-buildUnnamed655() {
+buildUnnamed517() {
var o = new core.List<api.AccountShippingCarrierRate>();
o.add(buildAccountShippingCarrierRate());
o.add(buildAccountShippingCarrierRate());
return o;
}
-checkUnnamed655(core.List<api.AccountShippingCarrierRate> o) {
+checkUnnamed517(core.List<api.AccountShippingCarrierRate> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountShippingCarrierRate(o[0]);
checkAccountShippingCarrierRate(o[1]);
}
-buildUnnamed656() {
+buildUnnamed518() {
var o = new core.List<api.AccountShippingLocationGroup>();
o.add(buildAccountShippingLocationGroup());
o.add(buildAccountShippingLocationGroup());
return o;
}
-checkUnnamed656(core.List<api.AccountShippingLocationGroup> o) {
+checkUnnamed518(core.List<api.AccountShippingLocationGroup> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountShippingLocationGroup(o[0]);
checkAccountShippingLocationGroup(o[1]);
}
-buildUnnamed657() {
+buildUnnamed519() {
var o = new core.List<api.AccountShippingRateTable>();
o.add(buildAccountShippingRateTable());
o.add(buildAccountShippingRateTable());
return o;
}
-checkUnnamed657(core.List<api.AccountShippingRateTable> o) {
+checkUnnamed519(core.List<api.AccountShippingRateTable> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountShippingRateTable(o[0]);
checkAccountShippingRateTable(o[1]);
}
-buildUnnamed658() {
+buildUnnamed520() {
var o = new core.List<api.AccountShippingShippingService>();
o.add(buildAccountShippingShippingService());
o.add(buildAccountShippingShippingService());
return o;
}
-checkUnnamed658(core.List<api.AccountShippingShippingService> o) {
+checkUnnamed520(core.List<api.AccountShippingShippingService> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountShippingShippingService(o[0]);
checkAccountShippingShippingService(o[1]);
@@ -212,11 +212,11 @@ buildAccountShipping() {
buildCounterAccountShipping++;
if (buildCounterAccountShipping < 3) {
o.accountId = "foo";
- o.carrierRates = buildUnnamed655();
+ o.carrierRates = buildUnnamed517();
o.kind = "foo";
- o.locationGroups = buildUnnamed656();
- o.rateTables = buildUnnamed657();
- o.services = buildUnnamed658();
+ o.locationGroups = buildUnnamed518();
+ o.rateTables = buildUnnamed519();
+ o.services = buildUnnamed520();
}
buildCounterAccountShipping--;
return o;
@@ -226,11 +226,11 @@ checkAccountShipping(api.AccountShipping o) {
buildCounterAccountShipping++;
if (buildCounterAccountShipping < 3) {
unittest.expect(o.accountId, unittest.equals('foo'));
- checkUnnamed655(o.carrierRates);
+ checkUnnamed517(o.carrierRates);
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed656(o.locationGroups);
- checkUnnamed657(o.rateTables);
- checkUnnamed658(o.services);
+ checkUnnamed518(o.locationGroups);
+ checkUnnamed519(o.rateTables);
+ checkUnnamed520(o.services);
}
buildCounterAccountShipping--;
}
@@ -297,40 +297,40 @@ checkAccountShippingCondition(api.AccountShippingCondition o) {
buildCounterAccountShippingCondition--;
}
-buildUnnamed659() {
+buildUnnamed521() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed659(core.List<core.String> o) {
+checkUnnamed521(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'));
}
-buildUnnamed660() {
+buildUnnamed522() {
var o = new core.List<api.AccountShippingPostalCodeRange>();
o.add(buildAccountShippingPostalCodeRange());
o.add(buildAccountShippingPostalCodeRange());
return o;
}
-checkUnnamed660(core.List<api.AccountShippingPostalCodeRange> o) {
+checkUnnamed522(core.List<api.AccountShippingPostalCodeRange> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountShippingPostalCodeRange(o[0]);
checkAccountShippingPostalCodeRange(o[1]);
}
-buildUnnamed661() {
+buildUnnamed523() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed661(core.List<core.String> o) {
+checkUnnamed523(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'));
@@ -342,10 +342,10 @@ buildAccountShippingLocationGroup() {
buildCounterAccountShippingLocationGroup++;
if (buildCounterAccountShippingLocationGroup < 3) {
o.country = "foo";
- o.locationIds = buildUnnamed659();
+ o.locationIds = buildUnnamed521();
o.name = "foo";
- o.postalCodeRanges = buildUnnamed660();
- o.postalCodes = buildUnnamed661();
+ o.postalCodeRanges = buildUnnamed522();
+ o.postalCodes = buildUnnamed523();
}
buildCounterAccountShippingLocationGroup--;
return o;
@@ -355,10 +355,10 @@ checkAccountShippingLocationGroup(api.AccountShippingLocationGroup o) {
buildCounterAccountShippingLocationGroup++;
if (buildCounterAccountShippingLocationGroup < 3) {
unittest.expect(o.country, unittest.equals('foo'));
- checkUnnamed659(o.locationIds);
+ checkUnnamed521(o.locationIds);
unittest.expect(o.name, unittest.equals('foo'));
- checkUnnamed660(o.postalCodeRanges);
- checkUnnamed661(o.postalCodes);
+ checkUnnamed522(o.postalCodeRanges);
+ checkUnnamed523(o.postalCodes);
}
buildCounterAccountShippingLocationGroup--;
}
@@ -384,14 +384,14 @@ checkAccountShippingPostalCodeRange(api.AccountShippingPostalCodeRange o) {
buildCounterAccountShippingPostalCodeRange--;
}
-buildUnnamed662() {
+buildUnnamed524() {
var o = new core.List<api.AccountShippingRateTableCell>();
o.add(buildAccountShippingRateTableCell());
o.add(buildAccountShippingRateTableCell());
return o;
}
-checkUnnamed662(core.List<api.AccountShippingRateTableCell> o) {
+checkUnnamed524(core.List<api.AccountShippingRateTableCell> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountShippingRateTableCell(o[0]);
checkAccountShippingRateTableCell(o[1]);
@@ -402,7 +402,7 @@ buildAccountShippingRateTable() {
var o = new api.AccountShippingRateTable();
buildCounterAccountShippingRateTable++;
if (buildCounterAccountShippingRateTable < 3) {
- o.content = buildUnnamed662();
+ o.content = buildUnnamed524();
o.name = "foo";
o.saleCountry = "foo";
}
@@ -413,7 +413,7 @@ buildAccountShippingRateTable() {
checkAccountShippingRateTable(api.AccountShippingRateTable o) {
buildCounterAccountShippingRateTable++;
if (buildCounterAccountShippingRateTable < 3) {
- checkUnnamed662(o.content);
+ checkUnnamed524(o.content);
unittest.expect(o.name, unittest.equals('foo'));
unittest.expect(o.saleCountry, unittest.equals('foo'));
}
@@ -495,14 +495,14 @@ checkAccountShippingShippingServiceCalculationMethod(api.AccountShippingShipping
buildCounterAccountShippingShippingServiceCalculationMethod--;
}
-buildUnnamed663() {
+buildUnnamed525() {
var o = new core.List<api.AccountShippingShippingServiceCostRule>();
o.add(buildAccountShippingShippingServiceCostRule());
o.add(buildAccountShippingShippingServiceCostRule());
return o;
}
-checkUnnamed663(core.List<api.AccountShippingShippingServiceCostRule> o) {
+checkUnnamed525(core.List<api.AccountShippingShippingServiceCostRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountShippingShippingServiceCostRule(o[0]);
checkAccountShippingShippingServiceCostRule(o[1]);
@@ -514,7 +514,7 @@ buildAccountShippingShippingServiceCostRule() {
buildCounterAccountShippingShippingServiceCostRule++;
if (buildCounterAccountShippingShippingServiceCostRule < 3) {
o.calculationMethod = buildAccountShippingShippingServiceCalculationMethod();
- o.children = buildUnnamed663();
+ o.children = buildUnnamed525();
o.condition = buildAccountShippingCondition();
}
buildCounterAccountShippingShippingServiceCostRule--;
@@ -525,20 +525,20 @@ checkAccountShippingShippingServiceCostRule(api.AccountShippingShippingServiceCo
buildCounterAccountShippingShippingServiceCostRule++;
if (buildCounterAccountShippingShippingServiceCostRule < 3) {
checkAccountShippingShippingServiceCalculationMethod(o.calculationMethod);
- checkUnnamed663(o.children);
+ checkUnnamed525(o.children);
checkAccountShippingCondition(o.condition);
}
buildCounterAccountShippingShippingServiceCostRule--;
}
-buildUnnamed664() {
+buildUnnamed526() {
var o = new core.List<api.AccountStatusDataQualityIssue>();
o.add(buildAccountStatusDataQualityIssue());
o.add(buildAccountStatusDataQualityIssue());
return o;
}
-checkUnnamed664(core.List<api.AccountStatusDataQualityIssue> o) {
+checkUnnamed526(core.List<api.AccountStatusDataQualityIssue> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountStatusDataQualityIssue(o[0]);
checkAccountStatusDataQualityIssue(o[1]);
@@ -550,7 +550,7 @@ buildAccountStatus() {
buildCounterAccountStatus++;
if (buildCounterAccountStatus < 3) {
o.accountId = "foo";
- o.dataQualityIssues = buildUnnamed664();
+ o.dataQualityIssues = buildUnnamed526();
o.kind = "foo";
}
buildCounterAccountStatus--;
@@ -561,20 +561,20 @@ checkAccountStatus(api.AccountStatus o) {
buildCounterAccountStatus++;
if (buildCounterAccountStatus < 3) {
unittest.expect(o.accountId, unittest.equals('foo'));
- checkUnnamed664(o.dataQualityIssues);
+ checkUnnamed526(o.dataQualityIssues);
unittest.expect(o.kind, unittest.equals('foo'));
}
buildCounterAccountStatus--;
}
-buildUnnamed665() {
+buildUnnamed527() {
var o = new core.List<api.AccountStatusExampleItem>();
o.add(buildAccountStatusExampleItem());
o.add(buildAccountStatusExampleItem());
return o;
}
-checkUnnamed665(core.List<api.AccountStatusExampleItem> o) {
+checkUnnamed527(core.List<api.AccountStatusExampleItem> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountStatusExampleItem(o[0]);
checkAccountStatusExampleItem(o[1]);
@@ -587,7 +587,7 @@ buildAccountStatusDataQualityIssue() {
if (buildCounterAccountStatusDataQualityIssue < 3) {
o.country = "foo";
o.displayedValue = "foo";
- o.exampleItems = buildUnnamed665();
+ o.exampleItems = buildUnnamed527();
o.id = "foo";
o.lastChecked = "foo";
o.numItems = 42;
@@ -603,7 +603,7 @@ checkAccountStatusDataQualityIssue(api.AccountStatusDataQualityIssue o) {
if (buildCounterAccountStatusDataQualityIssue < 3) {
unittest.expect(o.country, unittest.equals('foo'));
unittest.expect(o.displayedValue, unittest.equals('foo'));
- checkUnnamed665(o.exampleItems);
+ checkUnnamed527(o.exampleItems);
unittest.expect(o.id, unittest.equals('foo'));
unittest.expect(o.lastChecked, unittest.equals('foo'));
unittest.expect(o.numItems, unittest.equals(42));
@@ -640,14 +640,14 @@ checkAccountStatusExampleItem(api.AccountStatusExampleItem o) {
buildCounterAccountStatusExampleItem--;
}
-buildUnnamed666() {
+buildUnnamed528() {
var o = new core.List<api.AccountTaxTaxRule>();
o.add(buildAccountTaxTaxRule());
o.add(buildAccountTaxTaxRule());
return o;
}
-checkUnnamed666(core.List<api.AccountTaxTaxRule> o) {
+checkUnnamed528(core.List<api.AccountTaxTaxRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountTaxTaxRule(o[0]);
checkAccountTaxTaxRule(o[1]);
@@ -660,7 +660,7 @@ buildAccountTax() {
if (buildCounterAccountTax < 3) {
o.accountId = "foo";
o.kind = "foo";
- o.rules = buildUnnamed666();
+ o.rules = buildUnnamed528();
}
buildCounterAccountTax--;
return o;
@@ -671,7 +671,7 @@ checkAccountTax(api.AccountTax o) {
if (buildCounterAccountTax < 3) {
unittest.expect(o.accountId, unittest.equals('foo'));
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed666(o.rules);
+ checkUnnamed528(o.rules);
}
buildCounterAccountTax--;
}
@@ -724,14 +724,14 @@ checkAccountUser(api.AccountUser o) {
buildCounterAccountUser--;
}
-buildUnnamed667() {
+buildUnnamed529() {
var o = new core.List<api.AccountIdentifier>();
o.add(buildAccountIdentifier());
o.add(buildAccountIdentifier());
return o;
}
-checkUnnamed667(core.List<api.AccountIdentifier> o) {
+checkUnnamed529(core.List<api.AccountIdentifier> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountIdentifier(o[0]);
checkAccountIdentifier(o[1]);
@@ -742,7 +742,7 @@ buildAccountsAuthInfoResponse() {
var o = new api.AccountsAuthInfoResponse();
buildCounterAccountsAuthInfoResponse++;
if (buildCounterAccountsAuthInfoResponse < 3) {
- o.accountIdentifiers = buildUnnamed667();
+ o.accountIdentifiers = buildUnnamed529();
o.kind = "foo";
}
buildCounterAccountsAuthInfoResponse--;
@@ -752,20 +752,20 @@ buildAccountsAuthInfoResponse() {
checkAccountsAuthInfoResponse(api.AccountsAuthInfoResponse o) {
buildCounterAccountsAuthInfoResponse++;
if (buildCounterAccountsAuthInfoResponse < 3) {
- checkUnnamed667(o.accountIdentifiers);
+ checkUnnamed529(o.accountIdentifiers);
unittest.expect(o.kind, unittest.equals('foo'));
}
buildCounterAccountsAuthInfoResponse--;
}
-buildUnnamed668() {
+buildUnnamed530() {
var o = new core.List<api.AccountsCustomBatchRequestEntry>();
o.add(buildAccountsCustomBatchRequestEntry());
o.add(buildAccountsCustomBatchRequestEntry());
return o;
}
-checkUnnamed668(core.List<api.AccountsCustomBatchRequestEntry> o) {
+checkUnnamed530(core.List<api.AccountsCustomBatchRequestEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountsCustomBatchRequestEntry(o[0]);
checkAccountsCustomBatchRequestEntry(o[1]);
@@ -776,7 +776,7 @@ buildAccountsCustomBatchRequest() {
var o = new api.AccountsCustomBatchRequest();
buildCounterAccountsCustomBatchRequest++;
if (buildCounterAccountsCustomBatchRequest < 3) {
- o.entries = buildUnnamed668();
+ o.entries = buildUnnamed530();
}
buildCounterAccountsCustomBatchRequest--;
return o;
@@ -785,7 +785,7 @@ buildAccountsCustomBatchRequest() {
checkAccountsCustomBatchRequest(api.AccountsCustomBatchRequest o) {
buildCounterAccountsCustomBatchRequest++;
if (buildCounterAccountsCustomBatchRequest < 3) {
- checkUnnamed668(o.entries);
+ checkUnnamed530(o.entries);
}
buildCounterAccountsCustomBatchRequest--;
}
@@ -817,14 +817,14 @@ checkAccountsCustomBatchRequestEntry(api.AccountsCustomBatchRequestEntry o) {
buildCounterAccountsCustomBatchRequestEntry--;
}
-buildUnnamed669() {
+buildUnnamed531() {
var o = new core.List<api.AccountsCustomBatchResponseEntry>();
o.add(buildAccountsCustomBatchResponseEntry());
o.add(buildAccountsCustomBatchResponseEntry());
return o;
}
-checkUnnamed669(core.List<api.AccountsCustomBatchResponseEntry> o) {
+checkUnnamed531(core.List<api.AccountsCustomBatchResponseEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountsCustomBatchResponseEntry(o[0]);
checkAccountsCustomBatchResponseEntry(o[1]);
@@ -835,7 +835,7 @@ buildAccountsCustomBatchResponse() {
var o = new api.AccountsCustomBatchResponse();
buildCounterAccountsCustomBatchResponse++;
if (buildCounterAccountsCustomBatchResponse < 3) {
- o.entries = buildUnnamed669();
+ o.entries = buildUnnamed531();
o.kind = "foo";
}
buildCounterAccountsCustomBatchResponse--;
@@ -845,7 +845,7 @@ buildAccountsCustomBatchResponse() {
checkAccountsCustomBatchResponse(api.AccountsCustomBatchResponse o) {
buildCounterAccountsCustomBatchResponse++;
if (buildCounterAccountsCustomBatchResponse < 3) {
- checkUnnamed669(o.entries);
+ checkUnnamed531(o.entries);
unittest.expect(o.kind, unittest.equals('foo'));
}
buildCounterAccountsCustomBatchResponse--;
@@ -876,14 +876,14 @@ checkAccountsCustomBatchResponseEntry(api.AccountsCustomBatchResponseEntry o) {
buildCounterAccountsCustomBatchResponseEntry--;
}
-buildUnnamed670() {
+buildUnnamed532() {
var o = new core.List<api.Account>();
o.add(buildAccount());
o.add(buildAccount());
return o;
}
-checkUnnamed670(core.List<api.Account> o) {
+checkUnnamed532(core.List<api.Account> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccount(o[0]);
checkAccount(o[1]);
@@ -896,7 +896,7 @@ buildAccountsListResponse() {
if (buildCounterAccountsListResponse < 3) {
o.kind = "foo";
o.nextPageToken = "foo";
- o.resources = buildUnnamed670();
+ o.resources = buildUnnamed532();
}
buildCounterAccountsListResponse--;
return o;
@@ -907,19 +907,19 @@ checkAccountsListResponse(api.AccountsListResponse o) {
if (buildCounterAccountsListResponse < 3) {
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
- checkUnnamed670(o.resources);
+ checkUnnamed532(o.resources);
}
buildCounterAccountsListResponse--;
}
-buildUnnamed671() {
+buildUnnamed533() {
var o = new core.List<api.AccountshippingCustomBatchRequestEntry>();
o.add(buildAccountshippingCustomBatchRequestEntry());
o.add(buildAccountshippingCustomBatchRequestEntry());
return o;
}
-checkUnnamed671(core.List<api.AccountshippingCustomBatchRequestEntry> o) {
+checkUnnamed533(core.List<api.AccountshippingCustomBatchRequestEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountshippingCustomBatchRequestEntry(o[0]);
checkAccountshippingCustomBatchRequestEntry(o[1]);
@@ -930,7 +930,7 @@ buildAccountshippingCustomBatchRequest() {
var o = new api.AccountshippingCustomBatchRequest();
buildCounterAccountshippingCustomBatchRequest++;
if (buildCounterAccountshippingCustomBatchRequest < 3) {
- o.entries = buildUnnamed671();
+ o.entries = buildUnnamed533();
}
buildCounterAccountshippingCustomBatchRequest--;
return o;
@@ -939,7 +939,7 @@ buildAccountshippingCustomBatchRequest() {
checkAccountshippingCustomBatchRequest(api.AccountshippingCustomBatchRequest o) {
buildCounterAccountshippingCustomBatchRequest++;
if (buildCounterAccountshippingCustomBatchRequest < 3) {
- checkUnnamed671(o.entries);
+ checkUnnamed533(o.entries);
}
buildCounterAccountshippingCustomBatchRequest--;
}
@@ -971,14 +971,14 @@ checkAccountshippingCustomBatchRequestEntry(api.AccountshippingCustomBatchReques
buildCounterAccountshippingCustomBatchRequestEntry--;
}
-buildUnnamed672() {
+buildUnnamed534() {
var o = new core.List<api.AccountshippingCustomBatchResponseEntry>();
o.add(buildAccountshippingCustomBatchResponseEntry());
o.add(buildAccountshippingCustomBatchResponseEntry());
return o;
}
-checkUnnamed672(core.List<api.AccountshippingCustomBatchResponseEntry> o) {
+checkUnnamed534(core.List<api.AccountshippingCustomBatchResponseEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountshippingCustomBatchResponseEntry(o[0]);
checkAccountshippingCustomBatchResponseEntry(o[1]);
@@ -989,7 +989,7 @@ buildAccountshippingCustomBatchResponse() {
var o = new api.AccountshippingCustomBatchResponse();
buildCounterAccountshippingCustomBatchResponse++;
if (buildCounterAccountshippingCustomBatchResponse < 3) {
- o.entries = buildUnnamed672();
+ o.entries = buildUnnamed534();
o.kind = "foo";
}
buildCounterAccountshippingCustomBatchResponse--;
@@ -999,7 +999,7 @@ buildAccountshippingCustomBatchResponse() {
checkAccountshippingCustomBatchResponse(api.AccountshippingCustomBatchResponse o) {
buildCounterAccountshippingCustomBatchResponse++;
if (buildCounterAccountshippingCustomBatchResponse < 3) {
- checkUnnamed672(o.entries);
+ checkUnnamed534(o.entries);
unittest.expect(o.kind, unittest.equals('foo'));
}
buildCounterAccountshippingCustomBatchResponse--;
@@ -1030,14 +1030,14 @@ checkAccountshippingCustomBatchResponseEntry(api.AccountshippingCustomBatchRespo
buildCounterAccountshippingCustomBatchResponseEntry--;
}
-buildUnnamed673() {
+buildUnnamed535() {
var o = new core.List<api.AccountShipping>();
o.add(buildAccountShipping());
o.add(buildAccountShipping());
return o;
}
-checkUnnamed673(core.List<api.AccountShipping> o) {
+checkUnnamed535(core.List<api.AccountShipping> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountShipping(o[0]);
checkAccountShipping(o[1]);
@@ -1050,7 +1050,7 @@ buildAccountshippingListResponse() {
if (buildCounterAccountshippingListResponse < 3) {
o.kind = "foo";
o.nextPageToken = "foo";
- o.resources = buildUnnamed673();
+ o.resources = buildUnnamed535();
}
buildCounterAccountshippingListResponse--;
return o;
@@ -1061,19 +1061,19 @@ checkAccountshippingListResponse(api.AccountshippingListResponse o) {
if (buildCounterAccountshippingListResponse < 3) {
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
- checkUnnamed673(o.resources);
+ checkUnnamed535(o.resources);
}
buildCounterAccountshippingListResponse--;
}
-buildUnnamed674() {
+buildUnnamed536() {
var o = new core.List<api.AccountstatusesCustomBatchRequestEntry>();
o.add(buildAccountstatusesCustomBatchRequestEntry());
o.add(buildAccountstatusesCustomBatchRequestEntry());
return o;
}
-checkUnnamed674(core.List<api.AccountstatusesCustomBatchRequestEntry> o) {
+checkUnnamed536(core.List<api.AccountstatusesCustomBatchRequestEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountstatusesCustomBatchRequestEntry(o[0]);
checkAccountstatusesCustomBatchRequestEntry(o[1]);
@@ -1084,7 +1084,7 @@ buildAccountstatusesCustomBatchRequest() {
var o = new api.AccountstatusesCustomBatchRequest();
buildCounterAccountstatusesCustomBatchRequest++;
if (buildCounterAccountstatusesCustomBatchRequest < 3) {
- o.entries = buildUnnamed674();
+ o.entries = buildUnnamed536();
}
buildCounterAccountstatusesCustomBatchRequest--;
return o;
@@ -1093,7 +1093,7 @@ buildAccountstatusesCustomBatchRequest() {
checkAccountstatusesCustomBatchRequest(api.AccountstatusesCustomBatchRequest o) {
buildCounterAccountstatusesCustomBatchRequest++;
if (buildCounterAccountstatusesCustomBatchRequest < 3) {
- checkUnnamed674(o.entries);
+ checkUnnamed536(o.entries);
}
buildCounterAccountstatusesCustomBatchRequest--;
}
@@ -1123,14 +1123,14 @@ checkAccountstatusesCustomBatchRequestEntry(api.AccountstatusesCustomBatchReques
buildCounterAccountstatusesCustomBatchRequestEntry--;
}
-buildUnnamed675() {
+buildUnnamed537() {
var o = new core.List<api.AccountstatusesCustomBatchResponseEntry>();
o.add(buildAccountstatusesCustomBatchResponseEntry());
o.add(buildAccountstatusesCustomBatchResponseEntry());
return o;
}
-checkUnnamed675(core.List<api.AccountstatusesCustomBatchResponseEntry> o) {
+checkUnnamed537(core.List<api.AccountstatusesCustomBatchResponseEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountstatusesCustomBatchResponseEntry(o[0]);
checkAccountstatusesCustomBatchResponseEntry(o[1]);
@@ -1141,7 +1141,7 @@ buildAccountstatusesCustomBatchResponse() {
var o = new api.AccountstatusesCustomBatchResponse();
buildCounterAccountstatusesCustomBatchResponse++;
if (buildCounterAccountstatusesCustomBatchResponse < 3) {
- o.entries = buildUnnamed675();
+ o.entries = buildUnnamed537();
o.kind = "foo";
}
buildCounterAccountstatusesCustomBatchResponse--;
@@ -1151,7 +1151,7 @@ buildAccountstatusesCustomBatchResponse() {
checkAccountstatusesCustomBatchResponse(api.AccountstatusesCustomBatchResponse o) {
buildCounterAccountstatusesCustomBatchResponse++;
if (buildCounterAccountstatusesCustomBatchResponse < 3) {
- checkUnnamed675(o.entries);
+ checkUnnamed537(o.entries);
unittest.expect(o.kind, unittest.equals('foo'));
}
buildCounterAccountstatusesCustomBatchResponse--;
@@ -1180,14 +1180,14 @@ checkAccountstatusesCustomBatchResponseEntry(api.AccountstatusesCustomBatchRespo
buildCounterAccountstatusesCustomBatchResponseEntry--;
}
-buildUnnamed676() {
+buildUnnamed538() {
var o = new core.List<api.AccountStatus>();
o.add(buildAccountStatus());
o.add(buildAccountStatus());
return o;
}
-checkUnnamed676(core.List<api.AccountStatus> o) {
+checkUnnamed538(core.List<api.AccountStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountStatus(o[0]);
checkAccountStatus(o[1]);
@@ -1200,7 +1200,7 @@ buildAccountstatusesListResponse() {
if (buildCounterAccountstatusesListResponse < 3) {
o.kind = "foo";
o.nextPageToken = "foo";
- o.resources = buildUnnamed676();
+ o.resources = buildUnnamed538();
}
buildCounterAccountstatusesListResponse--;
return o;
@@ -1211,19 +1211,19 @@ checkAccountstatusesListResponse(api.AccountstatusesListResponse o) {
if (buildCounterAccountstatusesListResponse < 3) {
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
- checkUnnamed676(o.resources);
+ checkUnnamed538(o.resources);
}
buildCounterAccountstatusesListResponse--;
}
-buildUnnamed677() {
+buildUnnamed539() {
var o = new core.List<api.AccounttaxCustomBatchRequestEntry>();
o.add(buildAccounttaxCustomBatchRequestEntry());
o.add(buildAccounttaxCustomBatchRequestEntry());
return o;
}
-checkUnnamed677(core.List<api.AccounttaxCustomBatchRequestEntry> o) {
+checkUnnamed539(core.List<api.AccounttaxCustomBatchRequestEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccounttaxCustomBatchRequestEntry(o[0]);
checkAccounttaxCustomBatchRequestEntry(o[1]);
@@ -1234,7 +1234,7 @@ buildAccounttaxCustomBatchRequest() {
var o = new api.AccounttaxCustomBatchRequest();
buildCounterAccounttaxCustomBatchRequest++;
if (buildCounterAccounttaxCustomBatchRequest < 3) {
- o.entries = buildUnnamed677();
+ o.entries = buildUnnamed539();
}
buildCounterAccounttaxCustomBatchRequest--;
return o;
@@ -1243,7 +1243,7 @@ buildAccounttaxCustomBatchRequest() {
checkAccounttaxCustomBatchRequest(api.AccounttaxCustomBatchRequest o) {
buildCounterAccounttaxCustomBatchRequest++;
if (buildCounterAccounttaxCustomBatchRequest < 3) {
- checkUnnamed677(o.entries);
+ checkUnnamed539(o.entries);
}
buildCounterAccounttaxCustomBatchRequest--;
}
@@ -1275,14 +1275,14 @@ checkAccounttaxCustomBatchRequestEntry(api.AccounttaxCustomBatchRequestEntry o)
buildCounterAccounttaxCustomBatchRequestEntry--;
}
-buildUnnamed678() {
+buildUnnamed540() {
var o = new core.List<api.AccounttaxCustomBatchResponseEntry>();
o.add(buildAccounttaxCustomBatchResponseEntry());
o.add(buildAccounttaxCustomBatchResponseEntry());
return o;
}
-checkUnnamed678(core.List<api.AccounttaxCustomBatchResponseEntry> o) {
+checkUnnamed540(core.List<api.AccounttaxCustomBatchResponseEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccounttaxCustomBatchResponseEntry(o[0]);
checkAccounttaxCustomBatchResponseEntry(o[1]);
@@ -1293,7 +1293,7 @@ buildAccounttaxCustomBatchResponse() {
var o = new api.AccounttaxCustomBatchResponse();
buildCounterAccounttaxCustomBatchResponse++;
if (buildCounterAccounttaxCustomBatchResponse < 3) {
- o.entries = buildUnnamed678();
+ o.entries = buildUnnamed540();
o.kind = "foo";
}
buildCounterAccounttaxCustomBatchResponse--;
@@ -1303,7 +1303,7 @@ buildAccounttaxCustomBatchResponse() {
checkAccounttaxCustomBatchResponse(api.AccounttaxCustomBatchResponse o) {
buildCounterAccounttaxCustomBatchResponse++;
if (buildCounterAccounttaxCustomBatchResponse < 3) {
- checkUnnamed678(o.entries);
+ checkUnnamed540(o.entries);
unittest.expect(o.kind, unittest.equals('foo'));
}
buildCounterAccounttaxCustomBatchResponse--;
@@ -1334,14 +1334,14 @@ checkAccounttaxCustomBatchResponseEntry(api.AccounttaxCustomBatchResponseEntry o
buildCounterAccounttaxCustomBatchResponseEntry--;
}
-buildUnnamed679() {
+buildUnnamed541() {
var o = new core.List<api.AccountTax>();
o.add(buildAccountTax());
o.add(buildAccountTax());
return o;
}
-checkUnnamed679(core.List<api.AccountTax> o) {
+checkUnnamed541(core.List<api.AccountTax> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountTax(o[0]);
checkAccountTax(o[1]);
@@ -1354,7 +1354,7 @@ buildAccounttaxListResponse() {
if (buildCounterAccounttaxListResponse < 3) {
o.kind = "foo";
o.nextPageToken = "foo";
- o.resources = buildUnnamed679();
+ o.resources = buildUnnamed541();
}
buildCounterAccounttaxListResponse--;
return o;
@@ -1365,19 +1365,19 @@ checkAccounttaxListResponse(api.AccounttaxListResponse o) {
if (buildCounterAccounttaxListResponse < 3) {
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
- checkUnnamed679(o.resources);
+ checkUnnamed541(o.resources);
}
buildCounterAccounttaxListResponse--;
}
-buildUnnamed680() {
+buildUnnamed542() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed680(core.List<core.String> o) {
+checkUnnamed542(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'));
@@ -1395,7 +1395,7 @@ buildDatafeed() {
o.fileName = "foo";
o.format = buildDatafeedFormat();
o.id = "foo";
- o.intendedDestinations = buildUnnamed680();
+ o.intendedDestinations = buildUnnamed542();
o.kind = "foo";
o.name = "foo";
o.targetCountry = "foo";
@@ -1414,7 +1414,7 @@ checkDatafeed(api.Datafeed o) {
unittest.expect(o.fileName, unittest.equals('foo'));
checkDatafeedFormat(o.format);
unittest.expect(o.id, unittest.equals('foo'));
- checkUnnamed680(o.intendedDestinations);
+ checkUnnamed542(o.intendedDestinations);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.name, unittest.equals('foo'));
unittest.expect(o.targetCountry, unittest.equals('foo'));
@@ -1476,27 +1476,27 @@ checkDatafeedFormat(api.DatafeedFormat o) {
buildCounterDatafeedFormat--;
}
-buildUnnamed681() {
+buildUnnamed543() {
var o = new core.List<api.DatafeedStatusError>();
o.add(buildDatafeedStatusError());
o.add(buildDatafeedStatusError());
return o;
}
-checkUnnamed681(core.List<api.DatafeedStatusError> o) {
+checkUnnamed543(core.List<api.DatafeedStatusError> o) {
unittest.expect(o, unittest.hasLength(2));
checkDatafeedStatusError(o[0]);
checkDatafeedStatusError(o[1]);
}
-buildUnnamed682() {
+buildUnnamed544() {
var o = new core.List<api.DatafeedStatusError>();
o.add(buildDatafeedStatusError());
o.add(buildDatafeedStatusError());
return o;
}
-checkUnnamed682(core.List<api.DatafeedStatusError> o) {
+checkUnnamed544(core.List<api.DatafeedStatusError> o) {
unittest.expect(o, unittest.hasLength(2));
checkDatafeedStatusError(o[0]);
checkDatafeedStatusError(o[1]);
@@ -1508,13 +1508,13 @@ buildDatafeedStatus() {
buildCounterDatafeedStatus++;
if (buildCounterDatafeedStatus < 3) {
o.datafeedId = "foo";
- o.errors = buildUnnamed681();
+ o.errors = buildUnnamed543();
o.itemsTotal = "foo";
o.itemsValid = "foo";
o.kind = "foo";
o.lastUploadDate = "foo";
o.processingStatus = "foo";
- o.warnings = buildUnnamed682();
+ o.warnings = buildUnnamed544();
}
buildCounterDatafeedStatus--;
return o;
@@ -1524,25 +1524,25 @@ checkDatafeedStatus(api.DatafeedStatus o) {
buildCounterDatafeedStatus++;
if (buildCounterDatafeedStatus < 3) {
unittest.expect(o.datafeedId, unittest.equals('foo'));
- checkUnnamed681(o.errors);
+ checkUnnamed543(o.errors);
unittest.expect(o.itemsTotal, unittest.equals('foo'));
unittest.expect(o.itemsValid, unittest.equals('foo'));
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.lastUploadDate, unittest.equals('foo'));
unittest.expect(o.processingStatus, unittest.equals('foo'));
- checkUnnamed682(o.warnings);
+ checkUnnamed544(o.warnings);
}
buildCounterDatafeedStatus--;
}
-buildUnnamed683() {
+buildUnnamed545() {
var o = new core.List<api.DatafeedStatusExample>();
o.add(buildDatafeedStatusExample());
o.add(buildDatafeedStatusExample());
return o;
}
-checkUnnamed683(core.List<api.DatafeedStatusExample> o) {
+checkUnnamed545(core.List<api.DatafeedStatusExample> o) {
unittest.expect(o, unittest.hasLength(2));
checkDatafeedStatusExample(o[0]);
checkDatafeedStatusExample(o[1]);
@@ -1555,7 +1555,7 @@ buildDatafeedStatusError() {
if (buildCounterDatafeedStatusError < 3) {
o.code = "foo";
o.count = "foo";
- o.examples = buildUnnamed683();
+ o.examples = buildUnnamed545();
o.message = "foo";
}
buildCounterDatafeedStatusError--;
@@ -1567,7 +1567,7 @@ checkDatafeedStatusError(api.DatafeedStatusError o) {
if (buildCounterDatafeedStatusError < 3) {
unittest.expect(o.code, unittest.equals('foo'));
unittest.expect(o.count, unittest.equals('foo'));
- checkUnnamed683(o.examples);
+ checkUnnamed545(o.examples);
unittest.expect(o.message, unittest.equals('foo'));
}
buildCounterDatafeedStatusError--;
@@ -1596,14 +1596,14 @@ checkDatafeedStatusExample(api.DatafeedStatusExample o) {
buildCounterDatafeedStatusExample--;
}
-buildUnnamed684() {
+buildUnnamed546() {
var o = new core.List<api.DatafeedsCustomBatchRequestEntry>();
o.add(buildDatafeedsCustomBatchRequestEntry());
o.add(buildDatafeedsCustomBatchRequestEntry());
return o;
}
-checkUnnamed684(core.List<api.DatafeedsCustomBatchRequestEntry> o) {
+checkUnnamed546(core.List<api.DatafeedsCustomBatchRequestEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkDatafeedsCustomBatchRequestEntry(o[0]);
checkDatafeedsCustomBatchRequestEntry(o[1]);
@@ -1614,7 +1614,7 @@ buildDatafeedsCustomBatchRequest() {
var o = new api.DatafeedsCustomBatchRequest();
buildCounterDatafeedsCustomBatchRequest++;
if (buildCounterDatafeedsCustomBatchRequest < 3) {
- o.entries = buildUnnamed684();
+ o.entries = buildUnnamed546();
}
buildCounterDatafeedsCustomBatchRequest--;
return o;
@@ -1623,7 +1623,7 @@ buildDatafeedsCustomBatchRequest() {
checkDatafeedsCustomBatchRequest(api.DatafeedsCustomBatchRequest o) {
buildCounterDatafeedsCustomBatchRequest++;
if (buildCounterDatafeedsCustomBatchRequest < 3) {
- checkUnnamed684(o.entries);
+ checkUnnamed546(o.entries);
}
buildCounterDatafeedsCustomBatchRequest--;
}
@@ -1655,14 +1655,14 @@ checkDatafeedsCustomBatchRequestEntry(api.DatafeedsCustomBatchRequestEntry o) {
buildCounterDatafeedsCustomBatchRequestEntry--;
}
-buildUnnamed685() {
+buildUnnamed547() {
var o = new core.List<api.DatafeedsCustomBatchResponseEntry>();
o.add(buildDatafeedsCustomBatchResponseEntry());
o.add(buildDatafeedsCustomBatchResponseEntry());
return o;
}
-checkUnnamed685(core.List<api.DatafeedsCustomBatchResponseEntry> o) {
+checkUnnamed547(core.List<api.DatafeedsCustomBatchResponseEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkDatafeedsCustomBatchResponseEntry(o[0]);
checkDatafeedsCustomBatchResponseEntry(o[1]);
@@ -1673,7 +1673,7 @@ buildDatafeedsCustomBatchResponse() {
var o = new api.DatafeedsCustomBatchResponse();
buildCounterDatafeedsCustomBatchResponse++;
if (buildCounterDatafeedsCustomBatchResponse < 3) {
- o.entries = buildUnnamed685();
+ o.entries = buildUnnamed547();
o.kind = "foo";
}
buildCounterDatafeedsCustomBatchResponse--;
@@ -1683,7 +1683,7 @@ buildDatafeedsCustomBatchResponse() {
checkDatafeedsCustomBatchResponse(api.DatafeedsCustomBatchResponse o) {
buildCounterDatafeedsCustomBatchResponse++;
if (buildCounterDatafeedsCustomBatchResponse < 3) {
- checkUnnamed685(o.entries);
+ checkUnnamed547(o.entries);
unittest.expect(o.kind, unittest.equals('foo'));
}
buildCounterDatafeedsCustomBatchResponse--;
@@ -1712,14 +1712,14 @@ checkDatafeedsCustomBatchResponseEntry(api.DatafeedsCustomBatchResponseEntry o)
buildCounterDatafeedsCustomBatchResponseEntry--;
}
-buildUnnamed686() {
+buildUnnamed548() {
var o = new core.List<api.Datafeed>();
o.add(buildDatafeed());
o.add(buildDatafeed());
return o;
}
-checkUnnamed686(core.List<api.Datafeed> o) {
+checkUnnamed548(core.List<api.Datafeed> o) {
unittest.expect(o, unittest.hasLength(2));
checkDatafeed(o[0]);
checkDatafeed(o[1]);
@@ -1732,7 +1732,7 @@ buildDatafeedsListResponse() {
if (buildCounterDatafeedsListResponse < 3) {
o.kind = "foo";
o.nextPageToken = "foo";
- o.resources = buildUnnamed686();
+ o.resources = buildUnnamed548();
}
buildCounterDatafeedsListResponse--;
return o;
@@ -1743,19 +1743,19 @@ checkDatafeedsListResponse(api.DatafeedsListResponse o) {
if (buildCounterDatafeedsListResponse < 3) {
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
- checkUnnamed686(o.resources);
+ checkUnnamed548(o.resources);
}
buildCounterDatafeedsListResponse--;
}
-buildUnnamed687() {
+buildUnnamed549() {
var o = new core.List<api.DatafeedstatusesCustomBatchRequestEntry>();
o.add(buildDatafeedstatusesCustomBatchRequestEntry());
o.add(buildDatafeedstatusesCustomBatchRequestEntry());
return o;
}
-checkUnnamed687(core.List<api.DatafeedstatusesCustomBatchRequestEntry> o) {
+checkUnnamed549(core.List<api.DatafeedstatusesCustomBatchRequestEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkDatafeedstatusesCustomBatchRequestEntry(o[0]);
checkDatafeedstatusesCustomBatchRequestEntry(o[1]);
@@ -1766,7 +1766,7 @@ buildDatafeedstatusesCustomBatchRequest() {
var o = new api.DatafeedstatusesCustomBatchRequest();
buildCounterDatafeedstatusesCustomBatchRequest++;
if (buildCounterDatafeedstatusesCustomBatchRequest < 3) {
- o.entries = buildUnnamed687();
+ o.entries = buildUnnamed549();
}
buildCounterDatafeedstatusesCustomBatchRequest--;
return o;
@@ -1775,7 +1775,7 @@ buildDatafeedstatusesCustomBatchRequest() {
checkDatafeedstatusesCustomBatchRequest(api.DatafeedstatusesCustomBatchRequest o) {
buildCounterDatafeedstatusesCustomBatchRequest++;
if (buildCounterDatafeedstatusesCustomBatchRequest < 3) {
- checkUnnamed687(o.entries);
+ checkUnnamed549(o.entries);
}
buildCounterDatafeedstatusesCustomBatchRequest--;
}
@@ -1805,14 +1805,14 @@ checkDatafeedstatusesCustomBatchRequestEntry(api.DatafeedstatusesCustomBatchRequ
buildCounterDatafeedstatusesCustomBatchRequestEntry--;
}
-buildUnnamed688() {
+buildUnnamed550() {
var o = new core.List<api.DatafeedstatusesCustomBatchResponseEntry>();
o.add(buildDatafeedstatusesCustomBatchResponseEntry());
o.add(buildDatafeedstatusesCustomBatchResponseEntry());
return o;
}
-checkUnnamed688(core.List<api.DatafeedstatusesCustomBatchResponseEntry> o) {
+checkUnnamed550(core.List<api.DatafeedstatusesCustomBatchResponseEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkDatafeedstatusesCustomBatchResponseEntry(o[0]);
checkDatafeedstatusesCustomBatchResponseEntry(o[1]);
@@ -1823,7 +1823,7 @@ buildDatafeedstatusesCustomBatchResponse() {
var o = new api.DatafeedstatusesCustomBatchResponse();
buildCounterDatafeedstatusesCustomBatchResponse++;
if (buildCounterDatafeedstatusesCustomBatchResponse < 3) {
- o.entries = buildUnnamed688();
+ o.entries = buildUnnamed550();
o.kind = "foo";
}
buildCounterDatafeedstatusesCustomBatchResponse--;
@@ -1833,7 +1833,7 @@ buildDatafeedstatusesCustomBatchResponse() {
checkDatafeedstatusesCustomBatchResponse(api.DatafeedstatusesCustomBatchResponse o) {
buildCounterDatafeedstatusesCustomBatchResponse++;
if (buildCounterDatafeedstatusesCustomBatchResponse < 3) {
- checkUnnamed688(o.entries);
+ checkUnnamed550(o.entries);
unittest.expect(o.kind, unittest.equals('foo'));
}
buildCounterDatafeedstatusesCustomBatchResponse--;
@@ -1862,14 +1862,14 @@ checkDatafeedstatusesCustomBatchResponseEntry(api.DatafeedstatusesCustomBatchRes
buildCounterDatafeedstatusesCustomBatchResponseEntry--;
}
-buildUnnamed689() {
+buildUnnamed551() {
var o = new core.List<api.DatafeedStatus>();
o.add(buildDatafeedStatus());
o.add(buildDatafeedStatus());
return o;
}
-checkUnnamed689(core.List<api.DatafeedStatus> o) {
+checkUnnamed551(core.List<api.DatafeedStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkDatafeedStatus(o[0]);
checkDatafeedStatus(o[1]);
@@ -1882,7 +1882,7 @@ buildDatafeedstatusesListResponse() {
if (buildCounterDatafeedstatusesListResponse < 3) {
o.kind = "foo";
o.nextPageToken = "foo";
- o.resources = buildUnnamed689();
+ o.resources = buildUnnamed551();
}
buildCounterDatafeedstatusesListResponse--;
return o;
@@ -1893,7 +1893,7 @@ checkDatafeedstatusesListResponse(api.DatafeedstatusesListResponse o) {
if (buildCounterDatafeedstatusesListResponse < 3) {
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
- checkUnnamed689(o.resources);
+ checkUnnamed551(o.resources);
}
buildCounterDatafeedstatusesListResponse--;
}
@@ -1921,14 +1921,14 @@ checkError(api.Error o) {
buildCounterError--;
}
-buildUnnamed690() {
+buildUnnamed552() {
var o = new core.List<api.Error>();
o.add(buildError());
o.add(buildError());
return o;
}
-checkUnnamed690(core.List<api.Error> o) {
+checkUnnamed552(core.List<api.Error> o) {
unittest.expect(o, unittest.hasLength(2));
checkError(o[0]);
checkError(o[1]);
@@ -1940,7 +1940,7 @@ buildErrors() {
buildCounterErrors++;
if (buildCounterErrors < 3) {
o.code = 42;
- o.errors = buildUnnamed690();
+ o.errors = buildUnnamed552();
o.message = "foo";
}
buildCounterErrors--;
@@ -1951,7 +1951,7 @@ checkErrors(api.Errors o) {
buildCounterErrors++;
if (buildCounterErrors < 3) {
unittest.expect(o.code, unittest.equals(42));
- checkUnnamed690(o.errors);
+ checkUnnamed552(o.errors);
unittest.expect(o.message, unittest.equals('foo'));
}
buildCounterErrors--;
@@ -1988,14 +1988,14 @@ checkInventory(api.Inventory o) {
buildCounterInventory--;
}
-buildUnnamed691() {
+buildUnnamed553() {
var o = new core.List<api.InventoryCustomBatchRequestEntry>();
o.add(buildInventoryCustomBatchRequestEntry());
o.add(buildInventoryCustomBatchRequestEntry());
return o;
}
-checkUnnamed691(core.List<api.InventoryCustomBatchRequestEntry> o) {
+checkUnnamed553(core.List<api.InventoryCustomBatchRequestEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkInventoryCustomBatchRequestEntry(o[0]);
checkInventoryCustomBatchRequestEntry(o[1]);
@@ -2006,7 +2006,7 @@ buildInventoryCustomBatchRequest() {
var o = new api.InventoryCustomBatchRequest();
buildCounterInventoryCustomBatchRequest++;
if (buildCounterInventoryCustomBatchRequest < 3) {
- o.entries = buildUnnamed691();
+ o.entries = buildUnnamed553();
}
buildCounterInventoryCustomBatchRequest--;
return o;
@@ -2015,7 +2015,7 @@ buildInventoryCustomBatchRequest() {
checkInventoryCustomBatchRequest(api.InventoryCustomBatchRequest o) {
buildCounterInventoryCustomBatchRequest++;
if (buildCounterInventoryCustomBatchRequest < 3) {
- checkUnnamed691(o.entries);
+ checkUnnamed553(o.entries);
}
buildCounterInventoryCustomBatchRequest--;
}
@@ -2047,14 +2047,14 @@ checkInventoryCustomBatchRequestEntry(api.InventoryCustomBatchRequestEntry o) {
buildCounterInventoryCustomBatchRequestEntry--;
}
-buildUnnamed692() {
+buildUnnamed554() {
var o = new core.List<api.InventoryCustomBatchResponseEntry>();
o.add(buildInventoryCustomBatchResponseEntry());
o.add(buildInventoryCustomBatchResponseEntry());
return o;
}
-checkUnnamed692(core.List<api.InventoryCustomBatchResponseEntry> o) {
+checkUnnamed554(core.List<api.InventoryCustomBatchResponseEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkInventoryCustomBatchResponseEntry(o[0]);
checkInventoryCustomBatchResponseEntry(o[1]);
@@ -2065,7 +2065,7 @@ buildInventoryCustomBatchResponse() {
var o = new api.InventoryCustomBatchResponse();
buildCounterInventoryCustomBatchResponse++;
if (buildCounterInventoryCustomBatchResponse < 3) {
- o.entries = buildUnnamed692();
+ o.entries = buildUnnamed554();
o.kind = "foo";
}
buildCounterInventoryCustomBatchResponse--;
@@ -2075,7 +2075,7 @@ buildInventoryCustomBatchResponse() {
checkInventoryCustomBatchResponse(api.InventoryCustomBatchResponse o) {
buildCounterInventoryCustomBatchResponse++;
if (buildCounterInventoryCustomBatchResponse < 3) {
- checkUnnamed692(o.entries);
+ checkUnnamed554(o.entries);
unittest.expect(o.kind, unittest.equals('foo'));
}
buildCounterInventoryCustomBatchResponse--;
@@ -2196,157 +2196,157 @@ checkPrice(api.Price o) {
buildCounterPrice--;
}
-buildUnnamed693() {
+buildUnnamed555() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed693(core.List<core.String> o) {
+checkUnnamed555(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'));
}
-buildUnnamed694() {
+buildUnnamed556() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed694(core.List<core.String> o) {
+checkUnnamed556(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'));
}
-buildUnnamed695() {
+buildUnnamed557() {
var o = new core.List<api.ProductAspect>();
o.add(buildProductAspect());
o.add(buildProductAspect());
return o;
}
-checkUnnamed695(core.List<api.ProductAspect> o) {
+checkUnnamed557(core.List<api.ProductAspect> o) {
unittest.expect(o, unittest.hasLength(2));
checkProductAspect(o[0]);
checkProductAspect(o[1]);
}
-buildUnnamed696() {
+buildUnnamed558() {
var o = new core.List<api.ProductCustomAttribute>();
o.add(buildProductCustomAttribute());
o.add(buildProductCustomAttribute());
return o;
}
-checkUnnamed696(core.List<api.ProductCustomAttribute> o) {
+checkUnnamed558(core.List<api.ProductCustomAttribute> o) {
unittest.expect(o, unittest.hasLength(2));
checkProductCustomAttribute(o[0]);
checkProductCustomAttribute(o[1]);
}
-buildUnnamed697() {
+buildUnnamed559() {
var o = new core.List<api.ProductCustomGroup>();
o.add(buildProductCustomGroup());
o.add(buildProductCustomGroup());
return o;
}
-checkUnnamed697(core.List<api.ProductCustomGroup> o) {
+checkUnnamed559(core.List<api.ProductCustomGroup> o) {
unittest.expect(o, unittest.hasLength(2));
checkProductCustomGroup(o[0]);
checkProductCustomGroup(o[1]);
}
-buildUnnamed698() {
+buildUnnamed560() {
var o = new core.List<api.ProductDestination>();
o.add(buildProductDestination());
o.add(buildProductDestination());
return o;
}
-checkUnnamed698(core.List<api.ProductDestination> o) {
+checkUnnamed560(core.List<api.ProductDestination> o) {
unittest.expect(o, unittest.hasLength(2));
checkProductDestination(o[0]);
checkProductDestination(o[1]);
}
-buildUnnamed699() {
+buildUnnamed561() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed699(core.List<core.String> o) {
+checkUnnamed561(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'));
}
-buildUnnamed700() {
+buildUnnamed562() {
var o = new core.List<api.ProductShipping>();
o.add(buildProductShipping());
o.add(buildProductShipping());
return o;
}
-checkUnnamed700(core.List<api.ProductShipping> o) {
+checkUnnamed562(core.List<api.ProductShipping> o) {
unittest.expect(o, unittest.hasLength(2));
checkProductShipping(o[0]);
checkProductShipping(o[1]);
}
-buildUnnamed701() {
+buildUnnamed563() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed701(core.List<core.String> o) {
+checkUnnamed563(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'));
}
-buildUnnamed702() {
+buildUnnamed564() {
var o = new core.List<api.ProductTax>();
o.add(buildProductTax());
o.add(buildProductTax());
return o;
}
-checkUnnamed702(core.List<api.ProductTax> o) {
+checkUnnamed564(core.List<api.ProductTax> o) {
unittest.expect(o, unittest.hasLength(2));
checkProductTax(o[0]);
checkProductTax(o[1]);
}
-buildUnnamed703() {
+buildUnnamed565() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed703(core.List<core.String> o) {
+checkUnnamed565(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'));
}
-buildUnnamed704() {
+buildUnnamed566() {
var o = new core.List<api.Error>();
o.add(buildError());
o.add(buildError());
return o;
}
-checkUnnamed704(core.List<api.Error> o) {
+checkUnnamed566(core.List<api.Error> o) {
unittest.expect(o, unittest.hasLength(2));
checkError(o[0]);
checkError(o[1]);
@@ -2357,13 +2357,13 @@ buildProduct() {
var o = new api.Product();
buildCounterProduct++;
if (buildCounterProduct < 3) {
- o.additionalImageLinks = buildUnnamed693();
+ o.additionalImageLinks = buildUnnamed555();
o.adult = true;
o.adwordsGrouping = "foo";
- o.adwordsLabels = buildUnnamed694();
+ o.adwordsLabels = buildUnnamed556();
o.adwordsRedirect = "foo";
o.ageGroup = "foo";
- o.aspects = buildUnnamed695();
+ o.aspects = buildUnnamed557();
o.availability = "foo";
o.availabilityDate = "foo";
o.brand = "foo";
@@ -2371,18 +2371,18 @@ buildProduct() {
o.color = "foo";
o.condition = "foo";
o.contentLanguage = "foo";
- o.customAttributes = buildUnnamed696();
- o.customGroups = buildUnnamed697();
+ o.customAttributes = buildUnnamed558();
+ o.customGroups = buildUnnamed559();
o.customLabel0 = "foo";
o.customLabel1 = "foo";
o.customLabel2 = "foo";
o.customLabel3 = "foo";
o.customLabel4 = "foo";
o.description = "foo";
- o.destinations = buildUnnamed698();
+ o.destinations = buildUnnamed560();
o.displayAdsId = "foo";
o.displayAdsLink = "foo";
- o.displayAdsSimilarIds = buildUnnamed699();
+ o.displayAdsSimilarIds = buildUnnamed561();
o.displayAdsTitle = "foo";
o.displayAdsValue = 42.0;
o.energyEfficiencyClass = "foo";
@@ -2410,7 +2410,7 @@ buildProduct() {
o.productType = "foo";
o.salePrice = buildPrice();
o.salePriceEffectiveDate = "foo";
- o.shipping = buildUnnamed700();
+ o.shipping = buildUnnamed562();
o.shippingHeight = buildProductShippingDimension();
o.shippingLabel = "foo";
o.shippingLength = buildProductShippingDimension();
@@ -2418,14 +2418,14 @@ buildProduct() {
o.shippingWidth = buildProductShippingDimension();
o.sizeSystem = "foo";
o.sizeType = "foo";
- o.sizes = buildUnnamed701();
+ o.sizes = buildUnnamed563();
o.targetCountry = "foo";
- o.taxes = buildUnnamed702();
+ o.taxes = buildUnnamed564();
o.title = "foo";
o.unitPricingBaseMeasure = buildProductUnitPricingBaseMeasure();
o.unitPricingMeasure = buildProductUnitPricingMeasure();
- o.validatedDestinations = buildUnnamed703();
- o.warnings = buildUnnamed704();
+ o.validatedDestinations = buildUnnamed565();
+ o.warnings = buildUnnamed566();
}
buildCounterProduct--;
return o;
@@ -2434,13 +2434,13 @@ buildProduct() {
checkProduct(api.Product o) {
buildCounterProduct++;
if (buildCounterProduct < 3) {
- checkUnnamed693(o.additionalImageLinks);
+ checkUnnamed555(o.additionalImageLinks);
unittest.expect(o.adult, unittest.isTrue);
unittest.expect(o.adwordsGrouping, unittest.equals('foo'));
- checkUnnamed694(o.adwordsLabels);
+ checkUnnamed556(o.adwordsLabels);
unittest.expect(o.adwordsRedirect, unittest.equals('foo'));
unittest.expect(o.ageGroup, unittest.equals('foo'));
- checkUnnamed695(o.aspects);
+ checkUnnamed557(o.aspects);
unittest.expect(o.availability, unittest.equals('foo'));
unittest.expect(o.availabilityDate, unittest.equals('foo'));
unittest.expect(o.brand, unittest.equals('foo'));
@@ -2448,18 +2448,18 @@ checkProduct(api.Product o) {
unittest.expect(o.color, unittest.equals('foo'));
unittest.expect(o.condition, unittest.equals('foo'));
unittest.expect(o.contentLanguage, unittest.equals('foo'));
- checkUnnamed696(o.customAttributes);
- checkUnnamed697(o.customGroups);
+ checkUnnamed558(o.customAttributes);
+ checkUnnamed559(o.customGroups);
unittest.expect(o.customLabel0, unittest.equals('foo'));
unittest.expect(o.customLabel1, unittest.equals('foo'));
unittest.expect(o.customLabel2, unittest.equals('foo'));
unittest.expect(o.customLabel3, unittest.equals('foo'));
unittest.expect(o.customLabel4, unittest.equals('foo'));
unittest.expect(o.description, unittest.equals('foo'));
- checkUnnamed698(o.destinations);
+ checkUnnamed560(o.destinations);
unittest.expect(o.displayAdsId, unittest.equals('foo'));
unittest.expect(o.displayAdsLink, unittest.equals('foo'));
- checkUnnamed699(o.displayAdsSimilarIds);
+ checkUnnamed561(o.displayAdsSimilarIds);
unittest.expect(o.displayAdsTitle, unittest.equals('foo'));
unittest.expect(o.displayAdsValue, unittest.equals(42.0));
unittest.expect(o.energyEfficiencyClass, unittest.equals('foo'));
@@ -2487,7 +2487,7 @@ checkProduct(api.Product o) {
unittest.expect(o.productType, unittest.equals('foo'));
checkPrice(o.salePrice);
unittest.expect(o.salePriceEffectiveDate, unittest.equals('foo'));
- checkUnnamed700(o.shipping);
+ checkUnnamed562(o.shipping);
checkProductShippingDimension(o.shippingHeight);
unittest.expect(o.shippingLabel, unittest.equals('foo'));
checkProductShippingDimension(o.shippingLength);
@@ -2495,14 +2495,14 @@ checkProduct(api.Product o) {
checkProductShippingDimension(o.shippingWidth);
unittest.expect(o.sizeSystem, unittest.equals('foo'));
unittest.expect(o.sizeType, unittest.equals('foo'));
- checkUnnamed701(o.sizes);
+ checkUnnamed563(o.sizes);
unittest.expect(o.targetCountry, unittest.equals('foo'));
- checkUnnamed702(o.taxes);
+ checkUnnamed564(o.taxes);
unittest.expect(o.title, unittest.equals('foo'));
checkProductUnitPricingBaseMeasure(o.unitPricingBaseMeasure);
checkProductUnitPricingMeasure(o.unitPricingMeasure);
- checkUnnamed703(o.validatedDestinations);
- checkUnnamed704(o.warnings);
+ checkUnnamed565(o.validatedDestinations);
+ checkUnnamed566(o.warnings);
}
buildCounterProduct--;
}
@@ -2555,14 +2555,14 @@ checkProductCustomAttribute(api.ProductCustomAttribute o) {
buildCounterProductCustomAttribute--;
}
-buildUnnamed705() {
+buildUnnamed567() {
var o = new core.List<api.ProductCustomAttribute>();
o.add(buildProductCustomAttribute());
o.add(buildProductCustomAttribute());
return o;
}
-checkUnnamed705(core.List<api.ProductCustomAttribute> o) {
+checkUnnamed567(core.List<api.ProductCustomAttribute> o) {
unittest.expect(o, unittest.hasLength(2));
checkProductCustomAttribute(o[0]);
checkProductCustomAttribute(o[1]);
@@ -2573,7 +2573,7 @@ buildProductCustomGroup() {
var o = new api.ProductCustomGroup();
buildCounterProductCustomGroup++;
if (buildCounterProductCustomGroup < 3) {
- o.attributes = buildUnnamed705();
+ o.attributes = buildUnnamed567();
o.name = "foo";
}
buildCounterProductCustomGroup--;
@@ -2583,7 +2583,7 @@ buildProductCustomGroup() {
checkProductCustomGroup(api.ProductCustomGroup o) {
buildCounterProductCustomGroup++;
if (buildCounterProductCustomGroup < 3) {
- checkUnnamed705(o.attributes);
+ checkUnnamed567(o.attributes);
unittest.expect(o.name, unittest.equals('foo'));
}
buildCounterProductCustomGroup--;
@@ -2704,27 +2704,27 @@ checkProductShippingWeight(api.ProductShippingWeight o) {
buildCounterProductShippingWeight--;
}
-buildUnnamed706() {
+buildUnnamed568() {
var o = new core.List<api.ProductStatusDataQualityIssue>();
o.add(buildProductStatusDataQualityIssue());
o.add(buildProductStatusDataQualityIssue());
return o;
}
-checkUnnamed706(core.List<api.ProductStatusDataQualityIssue> o) {
+checkUnnamed568(core.List<api.ProductStatusDataQualityIssue> o) {
unittest.expect(o, unittest.hasLength(2));
checkProductStatusDataQualityIssue(o[0]);
checkProductStatusDataQualityIssue(o[1]);
}
-buildUnnamed707() {
+buildUnnamed569() {
var o = new core.List<api.ProductStatusDestinationStatus>();
o.add(buildProductStatusDestinationStatus());
o.add(buildProductStatusDestinationStatus());
return o;
}
-checkUnnamed707(core.List<api.ProductStatusDestinationStatus> o) {
+checkUnnamed569(core.List<api.ProductStatusDestinationStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkProductStatusDestinationStatus(o[0]);
checkProductStatusDestinationStatus(o[1]);
@@ -2736,8 +2736,8 @@ buildProductStatus() {
buildCounterProductStatus++;
if (buildCounterProductStatus < 3) {
o.creationDate = "foo";
- o.dataQualityIssues = buildUnnamed706();
- o.destinationStatuses = buildUnnamed707();
+ o.dataQualityIssues = buildUnnamed568();
+ o.destinationStatuses = buildUnnamed569();
o.googleExpirationDate = "foo";
o.kind = "foo";
o.lastUpdateDate = "foo";
@@ -2753,8 +2753,8 @@ checkProductStatus(api.ProductStatus o) {
buildCounterProductStatus++;
if (buildCounterProductStatus < 3) {
unittest.expect(o.creationDate, unittest.equals('foo'));
- checkUnnamed706(o.dataQualityIssues);
- checkUnnamed707(o.destinationStatuses);
+ checkUnnamed568(o.dataQualityIssues);
+ checkUnnamed569(o.destinationStatuses);
unittest.expect(o.googleExpirationDate, unittest.equals('foo'));
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.lastUpdateDate, unittest.equals('foo'));
@@ -2892,14 +2892,14 @@ checkProductUnitPricingMeasure(api.ProductUnitPricingMeasure o) {
buildCounterProductUnitPricingMeasure--;
}
-buildUnnamed708() {
+buildUnnamed570() {
var o = new core.List<api.ProductsCustomBatchRequestEntry>();
o.add(buildProductsCustomBatchRequestEntry());
o.add(buildProductsCustomBatchRequestEntry());
return o;
}
-checkUnnamed708(core.List<api.ProductsCustomBatchRequestEntry> o) {
+checkUnnamed570(core.List<api.ProductsCustomBatchRequestEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkProductsCustomBatchRequestEntry(o[0]);
checkProductsCustomBatchRequestEntry(o[1]);
@@ -2910,7 +2910,7 @@ buildProductsCustomBatchRequest() {
var o = new api.ProductsCustomBatchRequest();
buildCounterProductsCustomBatchRequest++;
if (buildCounterProductsCustomBatchRequest < 3) {
- o.entries = buildUnnamed708();
+ o.entries = buildUnnamed570();
}
buildCounterProductsCustomBatchRequest--;
return o;
@@ -2919,7 +2919,7 @@ buildProductsCustomBatchRequest() {
checkProductsCustomBatchRequest(api.ProductsCustomBatchRequest o) {
buildCounterProductsCustomBatchRequest++;
if (buildCounterProductsCustomBatchRequest < 3) {
- checkUnnamed708(o.entries);
+ checkUnnamed570(o.entries);
}
buildCounterProductsCustomBatchRequest--;
}
@@ -2951,14 +2951,14 @@ checkProductsCustomBatchRequestEntry(api.ProductsCustomBatchRequestEntry o) {
buildCounterProductsCustomBatchRequestEntry--;
}
-buildUnnamed709() {
+buildUnnamed571() {
var o = new core.List<api.ProductsCustomBatchResponseEntry>();
o.add(buildProductsCustomBatchResponseEntry());
o.add(buildProductsCustomBatchResponseEntry());
return o;
}
-checkUnnamed709(core.List<api.ProductsCustomBatchResponseEntry> o) {
+checkUnnamed571(core.List<api.ProductsCustomBatchResponseEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkProductsCustomBatchResponseEntry(o[0]);
checkProductsCustomBatchResponseEntry(o[1]);
@@ -2969,7 +2969,7 @@ buildProductsCustomBatchResponse() {
var o = new api.ProductsCustomBatchResponse();
buildCounterProductsCustomBatchResponse++;
if (buildCounterProductsCustomBatchResponse < 3) {
- o.entries = buildUnnamed709();
+ o.entries = buildUnnamed571();
o.kind = "foo";
}
buildCounterProductsCustomBatchResponse--;
@@ -2979,7 +2979,7 @@ buildProductsCustomBatchResponse() {
checkProductsCustomBatchResponse(api.ProductsCustomBatchResponse o) {
buildCounterProductsCustomBatchResponse++;
if (buildCounterProductsCustomBatchResponse < 3) {
- checkUnnamed709(o.entries);
+ checkUnnamed571(o.entries);
unittest.expect(o.kind, unittest.equals('foo'));
}
buildCounterProductsCustomBatchResponse--;
@@ -3010,14 +3010,14 @@ checkProductsCustomBatchResponseEntry(api.ProductsCustomBatchResponseEntry o) {
buildCounterProductsCustomBatchResponseEntry--;
}
-buildUnnamed710() {
+buildUnnamed572() {
var o = new core.List<api.Product>();
o.add(buildProduct());
o.add(buildProduct());
return o;
}
-checkUnnamed710(core.List<api.Product> o) {
+checkUnnamed572(core.List<api.Product> o) {
unittest.expect(o, unittest.hasLength(2));
checkProduct(o[0]);
checkProduct(o[1]);
@@ -3030,7 +3030,7 @@ buildProductsListResponse() {
if (buildCounterProductsListResponse < 3) {
o.kind = "foo";
o.nextPageToken = "foo";
- o.resources = buildUnnamed710();
+ o.resources = buildUnnamed572();
}
buildCounterProductsListResponse--;
return o;
@@ -3041,19 +3041,19 @@ checkProductsListResponse(api.ProductsListResponse o) {
if (buildCounterProductsListResponse < 3) {
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
- checkUnnamed710(o.resources);
+ checkUnnamed572(o.resources);
}
buildCounterProductsListResponse--;
}
-buildUnnamed711() {
+buildUnnamed573() {
var o = new core.List<api.ProductstatusesCustomBatchRequestEntry>();
o.add(buildProductstatusesCustomBatchRequestEntry());
o.add(buildProductstatusesCustomBatchRequestEntry());
return o;
}
-checkUnnamed711(core.List<api.ProductstatusesCustomBatchRequestEntry> o) {
+checkUnnamed573(core.List<api.ProductstatusesCustomBatchRequestEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkProductstatusesCustomBatchRequestEntry(o[0]);
checkProductstatusesCustomBatchRequestEntry(o[1]);
@@ -3064,7 +3064,7 @@ buildProductstatusesCustomBatchRequest() {
var o = new api.ProductstatusesCustomBatchRequest();
buildCounterProductstatusesCustomBatchRequest++;
if (buildCounterProductstatusesCustomBatchRequest < 3) {
- o.entries = buildUnnamed711();
+ o.entries = buildUnnamed573();
}
buildCounterProductstatusesCustomBatchRequest--;
return o;
@@ -3073,7 +3073,7 @@ buildProductstatusesCustomBatchRequest() {
checkProductstatusesCustomBatchRequest(api.ProductstatusesCustomBatchRequest o) {
buildCounterProductstatusesCustomBatchRequest++;
if (buildCounterProductstatusesCustomBatchRequest < 3) {
- checkUnnamed711(o.entries);
+ checkUnnamed573(o.entries);
}
buildCounterProductstatusesCustomBatchRequest--;
}
@@ -3103,14 +3103,14 @@ checkProductstatusesCustomBatchRequestEntry(api.ProductstatusesCustomBatchReques
buildCounterProductstatusesCustomBatchRequestEntry--;
}
-buildUnnamed712() {
+buildUnnamed574() {
var o = new core.List<api.ProductstatusesCustomBatchResponseEntry>();
o.add(buildProductstatusesCustomBatchResponseEntry());
o.add(buildProductstatusesCustomBatchResponseEntry());
return o;
}
-checkUnnamed712(core.List<api.ProductstatusesCustomBatchResponseEntry> o) {
+checkUnnamed574(core.List<api.ProductstatusesCustomBatchResponseEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkProductstatusesCustomBatchResponseEntry(o[0]);
checkProductstatusesCustomBatchResponseEntry(o[1]);
@@ -3121,7 +3121,7 @@ buildProductstatusesCustomBatchResponse() {
var o = new api.ProductstatusesCustomBatchResponse();
buildCounterProductstatusesCustomBatchResponse++;
if (buildCounterProductstatusesCustomBatchResponse < 3) {
- o.entries = buildUnnamed712();
+ o.entries = buildUnnamed574();
o.kind = "foo";
}
buildCounterProductstatusesCustomBatchResponse--;
@@ -3131,7 +3131,7 @@ buildProductstatusesCustomBatchResponse() {
checkProductstatusesCustomBatchResponse(api.ProductstatusesCustomBatchResponse o) {
buildCounterProductstatusesCustomBatchResponse++;
if (buildCounterProductstatusesCustomBatchResponse < 3) {
- checkUnnamed712(o.entries);
+ checkUnnamed574(o.entries);
unittest.expect(o.kind, unittest.equals('foo'));
}
buildCounterProductstatusesCustomBatchResponse--;
@@ -3162,14 +3162,14 @@ checkProductstatusesCustomBatchResponseEntry(api.ProductstatusesCustomBatchRespo
buildCounterProductstatusesCustomBatchResponseEntry--;
}
-buildUnnamed713() {
+buildUnnamed575() {
var o = new core.List<api.ProductStatus>();
o.add(buildProductStatus());
o.add(buildProductStatus());
return o;
}
-checkUnnamed713(core.List<api.ProductStatus> o) {
+checkUnnamed575(core.List<api.ProductStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkProductStatus(o[0]);
checkProductStatus(o[1]);
@@ -3182,7 +3182,7 @@ buildProductstatusesListResponse() {
if (buildCounterProductstatusesListResponse < 3) {
o.kind = "foo";
o.nextPageToken = "foo";
- o.resources = buildUnnamed713();
+ o.resources = buildUnnamed575();
}
buildCounterProductstatusesListResponse--;
return o;
@@ -3193,7 +3193,7 @@ checkProductstatusesListResponse(api.ProductstatusesListResponse o) {
if (buildCounterProductstatusesListResponse < 3) {
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
- checkUnnamed713(o.resources);
+ checkUnnamed575(o.resources);
}
buildCounterProductstatusesListResponse--;
}
« no previous file with comments | « generated/googleapis/test/container/v1_test.dart ('k') | generated/googleapis/test/coordinate/v1_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698