| 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 66ff19745bf49980ec188c66343add97475dae3d..5a78f09cc80c5e12ffbbc92e331a66582b4afeec 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);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed254() {
 | 
| +buildUnnamed275() {
 | 
|    var o = new core.List<api.AccountAdwordsLink>();
 | 
|    o.add(buildAccountAdwordsLink());
 | 
|    o.add(buildAccountAdwordsLink());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed254(core.List<api.AccountAdwordsLink> o) {
 | 
| +checkUnnamed275(core.List<api.AccountAdwordsLink> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAccountAdwordsLink(o[0]);
 | 
|    checkAccountAdwordsLink(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed255() {
 | 
| +buildUnnamed276() {
 | 
|    var o = new core.List<api.AccountUser>();
 | 
|    o.add(buildAccountUser());
 | 
|    o.add(buildAccountUser());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed255(core.List<api.AccountUser> o) {
 | 
| +checkUnnamed276(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 = buildUnnamed254();
 | 
| +    o.adwordsLinks = buildUnnamed275();
 | 
|      o.id = "foo";
 | 
|      o.kind = "foo";
 | 
|      o.name = "foo";
 | 
|      o.reviewsUrl = "foo";
 | 
|      o.sellerId = "foo";
 | 
| -    o.users = buildUnnamed255();
 | 
| +    o.users = buildUnnamed276();
 | 
|      o.websiteUrl = "foo";
 | 
|    }
 | 
|    buildCounterAccount--;
 | 
| @@ -100,13 +100,13 @@ checkAccount(api.Account o) {
 | 
|    buildCounterAccount++;
 | 
|    if (buildCounterAccount < 3) {
 | 
|      unittest.expect(o.adultContent, unittest.isTrue);
 | 
| -    checkUnnamed254(o.adwordsLinks);
 | 
| +    checkUnnamed275(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'));
 | 
| -    checkUnnamed255(o.users);
 | 
| +    checkUnnamed276(o.users);
 | 
|      unittest.expect(o.websiteUrl, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterAccount--;
 | 
| @@ -154,53 +154,53 @@ checkAccountIdentifier(api.AccountIdentifier o) {
 | 
|    buildCounterAccountIdentifier--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed256() {
 | 
| +buildUnnamed277() {
 | 
|    var o = new core.List<api.AccountShippingCarrierRate>();
 | 
|    o.add(buildAccountShippingCarrierRate());
 | 
|    o.add(buildAccountShippingCarrierRate());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed256(core.List<api.AccountShippingCarrierRate> o) {
 | 
| +checkUnnamed277(core.List<api.AccountShippingCarrierRate> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAccountShippingCarrierRate(o[0]);
 | 
|    checkAccountShippingCarrierRate(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed257() {
 | 
| +buildUnnamed278() {
 | 
|    var o = new core.List<api.AccountShippingLocationGroup>();
 | 
|    o.add(buildAccountShippingLocationGroup());
 | 
|    o.add(buildAccountShippingLocationGroup());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed257(core.List<api.AccountShippingLocationGroup> o) {
 | 
| +checkUnnamed278(core.List<api.AccountShippingLocationGroup> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAccountShippingLocationGroup(o[0]);
 | 
|    checkAccountShippingLocationGroup(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed258() {
 | 
| +buildUnnamed279() {
 | 
|    var o = new core.List<api.AccountShippingRateTable>();
 | 
|    o.add(buildAccountShippingRateTable());
 | 
|    o.add(buildAccountShippingRateTable());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed258(core.List<api.AccountShippingRateTable> o) {
 | 
| +checkUnnamed279(core.List<api.AccountShippingRateTable> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAccountShippingRateTable(o[0]);
 | 
|    checkAccountShippingRateTable(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed259() {
 | 
| +buildUnnamed280() {
 | 
|    var o = new core.List<api.AccountShippingShippingService>();
 | 
|    o.add(buildAccountShippingShippingService());
 | 
|    o.add(buildAccountShippingShippingService());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed259(core.List<api.AccountShippingShippingService> o) {
 | 
| +checkUnnamed280(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 = buildUnnamed256();
 | 
| +    o.carrierRates = buildUnnamed277();
 | 
|      o.kind = "foo";
 | 
| -    o.locationGroups = buildUnnamed257();
 | 
| -    o.rateTables = buildUnnamed258();
 | 
| -    o.services = buildUnnamed259();
 | 
| +    o.locationGroups = buildUnnamed278();
 | 
| +    o.rateTables = buildUnnamed279();
 | 
| +    o.services = buildUnnamed280();
 | 
|    }
 | 
|    buildCounterAccountShipping--;
 | 
|    return o;
 | 
| @@ -226,11 +226,11 @@ checkAccountShipping(api.AccountShipping o) {
 | 
|    buildCounterAccountShipping++;
 | 
|    if (buildCounterAccountShipping < 3) {
 | 
|      unittest.expect(o.accountId, unittest.equals('foo'));
 | 
| -    checkUnnamed256(o.carrierRates);
 | 
| +    checkUnnamed277(o.carrierRates);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed257(o.locationGroups);
 | 
| -    checkUnnamed258(o.rateTables);
 | 
| -    checkUnnamed259(o.services);
 | 
| +    checkUnnamed278(o.locationGroups);
 | 
| +    checkUnnamed279(o.rateTables);
 | 
| +    checkUnnamed280(o.services);
 | 
|    }
 | 
|    buildCounterAccountShipping--;
 | 
|  }
 | 
| @@ -297,40 +297,40 @@ checkAccountShippingCondition(api.AccountShippingCondition o) {
 | 
|    buildCounterAccountShippingCondition--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed260() {
 | 
| +buildUnnamed281() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed260(core.List<core.String> o) {
 | 
| +checkUnnamed281(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'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed261() {
 | 
| +buildUnnamed282() {
 | 
|    var o = new core.List<api.AccountShippingPostalCodeRange>();
 | 
|    o.add(buildAccountShippingPostalCodeRange());
 | 
|    o.add(buildAccountShippingPostalCodeRange());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed261(core.List<api.AccountShippingPostalCodeRange> o) {
 | 
| +checkUnnamed282(core.List<api.AccountShippingPostalCodeRange> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAccountShippingPostalCodeRange(o[0]);
 | 
|    checkAccountShippingPostalCodeRange(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed262() {
 | 
| +buildUnnamed283() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed262(core.List<core.String> o) {
 | 
| +checkUnnamed283(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 = buildUnnamed260();
 | 
| +    o.locationIds = buildUnnamed281();
 | 
|      o.name = "foo";
 | 
| -    o.postalCodeRanges = buildUnnamed261();
 | 
| -    o.postalCodes = buildUnnamed262();
 | 
| +    o.postalCodeRanges = buildUnnamed282();
 | 
| +    o.postalCodes = buildUnnamed283();
 | 
|    }
 | 
|    buildCounterAccountShippingLocationGroup--;
 | 
|    return o;
 | 
| @@ -355,10 +355,10 @@ checkAccountShippingLocationGroup(api.AccountShippingLocationGroup o) {
 | 
|    buildCounterAccountShippingLocationGroup++;
 | 
|    if (buildCounterAccountShippingLocationGroup < 3) {
 | 
|      unittest.expect(o.country, unittest.equals('foo'));
 | 
| -    checkUnnamed260(o.locationIds);
 | 
| +    checkUnnamed281(o.locationIds);
 | 
|      unittest.expect(o.name, unittest.equals('foo'));
 | 
| -    checkUnnamed261(o.postalCodeRanges);
 | 
| -    checkUnnamed262(o.postalCodes);
 | 
| +    checkUnnamed282(o.postalCodeRanges);
 | 
| +    checkUnnamed283(o.postalCodes);
 | 
|    }
 | 
|    buildCounterAccountShippingLocationGroup--;
 | 
|  }
 | 
| @@ -384,14 +384,14 @@ checkAccountShippingPostalCodeRange(api.AccountShippingPostalCodeRange o) {
 | 
|    buildCounterAccountShippingPostalCodeRange--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed263() {
 | 
| +buildUnnamed284() {
 | 
|    var o = new core.List<api.AccountShippingRateTableCell>();
 | 
|    o.add(buildAccountShippingRateTableCell());
 | 
|    o.add(buildAccountShippingRateTableCell());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed263(core.List<api.AccountShippingRateTableCell> o) {
 | 
| +checkUnnamed284(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 = buildUnnamed263();
 | 
| +    o.content = buildUnnamed284();
 | 
|      o.name = "foo";
 | 
|      o.saleCountry = "foo";
 | 
|    }
 | 
| @@ -413,7 +413,7 @@ buildAccountShippingRateTable() {
 | 
|  checkAccountShippingRateTable(api.AccountShippingRateTable o) {
 | 
|    buildCounterAccountShippingRateTable++;
 | 
|    if (buildCounterAccountShippingRateTable < 3) {
 | 
| -    checkUnnamed263(o.content);
 | 
| +    checkUnnamed284(o.content);
 | 
|      unittest.expect(o.name, unittest.equals('foo'));
 | 
|      unittest.expect(o.saleCountry, unittest.equals('foo'));
 | 
|    }
 | 
| @@ -499,14 +499,14 @@ checkAccountShippingShippingServiceCalculationMethod(api.AccountShippingShipping
 | 
|    buildCounterAccountShippingShippingServiceCalculationMethod--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed264() {
 | 
| +buildUnnamed285() {
 | 
|    var o = new core.List<api.AccountShippingShippingServiceCostRule>();
 | 
|    o.add(buildAccountShippingShippingServiceCostRule());
 | 
|    o.add(buildAccountShippingShippingServiceCostRule());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed264(core.List<api.AccountShippingShippingServiceCostRule> o) {
 | 
| +checkUnnamed285(core.List<api.AccountShippingShippingServiceCostRule> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAccountShippingShippingServiceCostRule(o[0]);
 | 
|    checkAccountShippingShippingServiceCostRule(o[1]);
 | 
| @@ -518,7 +518,7 @@ buildAccountShippingShippingServiceCostRule() {
 | 
|    buildCounterAccountShippingShippingServiceCostRule++;
 | 
|    if (buildCounterAccountShippingShippingServiceCostRule < 3) {
 | 
|      o.calculationMethod = buildAccountShippingShippingServiceCalculationMethod();
 | 
| -    o.children = buildUnnamed264();
 | 
| +    o.children = buildUnnamed285();
 | 
|      o.condition = buildAccountShippingCondition();
 | 
|    }
 | 
|    buildCounterAccountShippingShippingServiceCostRule--;
 | 
| @@ -529,20 +529,20 @@ checkAccountShippingShippingServiceCostRule(api.AccountShippingShippingServiceCo
 | 
|    buildCounterAccountShippingShippingServiceCostRule++;
 | 
|    if (buildCounterAccountShippingShippingServiceCostRule < 3) {
 | 
|      checkAccountShippingShippingServiceCalculationMethod(o.calculationMethod);
 | 
| -    checkUnnamed264(o.children);
 | 
| +    checkUnnamed285(o.children);
 | 
|      checkAccountShippingCondition(o.condition);
 | 
|    }
 | 
|    buildCounterAccountShippingShippingServiceCostRule--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed265() {
 | 
| +buildUnnamed286() {
 | 
|    var o = new core.List<api.AccountStatusDataQualityIssue>();
 | 
|    o.add(buildAccountStatusDataQualityIssue());
 | 
|    o.add(buildAccountStatusDataQualityIssue());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed265(core.List<api.AccountStatusDataQualityIssue> o) {
 | 
| +checkUnnamed286(core.List<api.AccountStatusDataQualityIssue> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAccountStatusDataQualityIssue(o[0]);
 | 
|    checkAccountStatusDataQualityIssue(o[1]);
 | 
| @@ -554,7 +554,7 @@ buildAccountStatus() {
 | 
|    buildCounterAccountStatus++;
 | 
|    if (buildCounterAccountStatus < 3) {
 | 
|      o.accountId = "foo";
 | 
| -    o.dataQualityIssues = buildUnnamed265();
 | 
| +    o.dataQualityIssues = buildUnnamed286();
 | 
|      o.kind = "foo";
 | 
|    }
 | 
|    buildCounterAccountStatus--;
 | 
| @@ -565,20 +565,20 @@ checkAccountStatus(api.AccountStatus o) {
 | 
|    buildCounterAccountStatus++;
 | 
|    if (buildCounterAccountStatus < 3) {
 | 
|      unittest.expect(o.accountId, unittest.equals('foo'));
 | 
| -    checkUnnamed265(o.dataQualityIssues);
 | 
| +    checkUnnamed286(o.dataQualityIssues);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterAccountStatus--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed266() {
 | 
| +buildUnnamed287() {
 | 
|    var o = new core.List<api.AccountStatusExampleItem>();
 | 
|    o.add(buildAccountStatusExampleItem());
 | 
|    o.add(buildAccountStatusExampleItem());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed266(core.List<api.AccountStatusExampleItem> o) {
 | 
| +checkUnnamed287(core.List<api.AccountStatusExampleItem> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAccountStatusExampleItem(o[0]);
 | 
|    checkAccountStatusExampleItem(o[1]);
 | 
| @@ -592,7 +592,7 @@ buildAccountStatusDataQualityIssue() {
 | 
|      o.country = "foo";
 | 
|      o.detail = "foo";
 | 
|      o.displayedValue = "foo";
 | 
| -    o.exampleItems = buildUnnamed266();
 | 
| +    o.exampleItems = buildUnnamed287();
 | 
|      o.id = "foo";
 | 
|      o.lastChecked = "foo";
 | 
|      o.location = "foo";
 | 
| @@ -610,7 +610,7 @@ checkAccountStatusDataQualityIssue(api.AccountStatusDataQualityIssue o) {
 | 
|      unittest.expect(o.country, unittest.equals('foo'));
 | 
|      unittest.expect(o.detail, unittest.equals('foo'));
 | 
|      unittest.expect(o.displayedValue, unittest.equals('foo'));
 | 
| -    checkUnnamed266(o.exampleItems);
 | 
| +    checkUnnamed287(o.exampleItems);
 | 
|      unittest.expect(o.id, unittest.equals('foo'));
 | 
|      unittest.expect(o.lastChecked, unittest.equals('foo'));
 | 
|      unittest.expect(o.location, unittest.equals('foo'));
 | 
| @@ -648,14 +648,14 @@ checkAccountStatusExampleItem(api.AccountStatusExampleItem o) {
 | 
|    buildCounterAccountStatusExampleItem--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed267() {
 | 
| +buildUnnamed288() {
 | 
|    var o = new core.List<api.AccountTaxTaxRule>();
 | 
|    o.add(buildAccountTaxTaxRule());
 | 
|    o.add(buildAccountTaxTaxRule());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed267(core.List<api.AccountTaxTaxRule> o) {
 | 
| +checkUnnamed288(core.List<api.AccountTaxTaxRule> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAccountTaxTaxRule(o[0]);
 | 
|    checkAccountTaxTaxRule(o[1]);
 | 
| @@ -668,7 +668,7 @@ buildAccountTax() {
 | 
|    if (buildCounterAccountTax < 3) {
 | 
|      o.accountId = "foo";
 | 
|      o.kind = "foo";
 | 
| -    o.rules = buildUnnamed267();
 | 
| +    o.rules = buildUnnamed288();
 | 
|    }
 | 
|    buildCounterAccountTax--;
 | 
|    return o;
 | 
| @@ -679,7 +679,7 @@ checkAccountTax(api.AccountTax o) {
 | 
|    if (buildCounterAccountTax < 3) {
 | 
|      unittest.expect(o.accountId, unittest.equals('foo'));
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed267(o.rules);
 | 
| +    checkUnnamed288(o.rules);
 | 
|    }
 | 
|    buildCounterAccountTax--;
 | 
|  }
 | 
| @@ -732,14 +732,14 @@ checkAccountUser(api.AccountUser o) {
 | 
|    buildCounterAccountUser--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed268() {
 | 
| +buildUnnamed289() {
 | 
|    var o = new core.List<api.AccountIdentifier>();
 | 
|    o.add(buildAccountIdentifier());
 | 
|    o.add(buildAccountIdentifier());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed268(core.List<api.AccountIdentifier> o) {
 | 
| +checkUnnamed289(core.List<api.AccountIdentifier> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAccountIdentifier(o[0]);
 | 
|    checkAccountIdentifier(o[1]);
 | 
| @@ -750,7 +750,7 @@ buildAccountsAuthInfoResponse() {
 | 
|    var o = new api.AccountsAuthInfoResponse();
 | 
|    buildCounterAccountsAuthInfoResponse++;
 | 
|    if (buildCounterAccountsAuthInfoResponse < 3) {
 | 
| -    o.accountIdentifiers = buildUnnamed268();
 | 
| +    o.accountIdentifiers = buildUnnamed289();
 | 
|      o.kind = "foo";
 | 
|    }
 | 
|    buildCounterAccountsAuthInfoResponse--;
 | 
| @@ -760,20 +760,20 @@ buildAccountsAuthInfoResponse() {
 | 
|  checkAccountsAuthInfoResponse(api.AccountsAuthInfoResponse o) {
 | 
|    buildCounterAccountsAuthInfoResponse++;
 | 
|    if (buildCounterAccountsAuthInfoResponse < 3) {
 | 
| -    checkUnnamed268(o.accountIdentifiers);
 | 
| +    checkUnnamed289(o.accountIdentifiers);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterAccountsAuthInfoResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed269() {
 | 
| +buildUnnamed290() {
 | 
|    var o = new core.List<api.AccountsCustomBatchRequestEntry>();
 | 
|    o.add(buildAccountsCustomBatchRequestEntry());
 | 
|    o.add(buildAccountsCustomBatchRequestEntry());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed269(core.List<api.AccountsCustomBatchRequestEntry> o) {
 | 
| +checkUnnamed290(core.List<api.AccountsCustomBatchRequestEntry> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAccountsCustomBatchRequestEntry(o[0]);
 | 
|    checkAccountsCustomBatchRequestEntry(o[1]);
 | 
| @@ -784,7 +784,7 @@ buildAccountsCustomBatchRequest() {
 | 
|    var o = new api.AccountsCustomBatchRequest();
 | 
|    buildCounterAccountsCustomBatchRequest++;
 | 
|    if (buildCounterAccountsCustomBatchRequest < 3) {
 | 
| -    o.entries = buildUnnamed269();
 | 
| +    o.entries = buildUnnamed290();
 | 
|    }
 | 
|    buildCounterAccountsCustomBatchRequest--;
 | 
|    return o;
 | 
| @@ -793,7 +793,7 @@ buildAccountsCustomBatchRequest() {
 | 
|  checkAccountsCustomBatchRequest(api.AccountsCustomBatchRequest o) {
 | 
|    buildCounterAccountsCustomBatchRequest++;
 | 
|    if (buildCounterAccountsCustomBatchRequest < 3) {
 | 
| -    checkUnnamed269(o.entries);
 | 
| +    checkUnnamed290(o.entries);
 | 
|    }
 | 
|    buildCounterAccountsCustomBatchRequest--;
 | 
|  }
 | 
| @@ -825,14 +825,14 @@ checkAccountsCustomBatchRequestEntry(api.AccountsCustomBatchRequestEntry o) {
 | 
|    buildCounterAccountsCustomBatchRequestEntry--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed270() {
 | 
| +buildUnnamed291() {
 | 
|    var o = new core.List<api.AccountsCustomBatchResponseEntry>();
 | 
|    o.add(buildAccountsCustomBatchResponseEntry());
 | 
|    o.add(buildAccountsCustomBatchResponseEntry());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed270(core.List<api.AccountsCustomBatchResponseEntry> o) {
 | 
| +checkUnnamed291(core.List<api.AccountsCustomBatchResponseEntry> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAccountsCustomBatchResponseEntry(o[0]);
 | 
|    checkAccountsCustomBatchResponseEntry(o[1]);
 | 
| @@ -843,7 +843,7 @@ buildAccountsCustomBatchResponse() {
 | 
|    var o = new api.AccountsCustomBatchResponse();
 | 
|    buildCounterAccountsCustomBatchResponse++;
 | 
|    if (buildCounterAccountsCustomBatchResponse < 3) {
 | 
| -    o.entries = buildUnnamed270();
 | 
| +    o.entries = buildUnnamed291();
 | 
|      o.kind = "foo";
 | 
|    }
 | 
|    buildCounterAccountsCustomBatchResponse--;
 | 
| @@ -853,7 +853,7 @@ buildAccountsCustomBatchResponse() {
 | 
|  checkAccountsCustomBatchResponse(api.AccountsCustomBatchResponse o) {
 | 
|    buildCounterAccountsCustomBatchResponse++;
 | 
|    if (buildCounterAccountsCustomBatchResponse < 3) {
 | 
| -    checkUnnamed270(o.entries);
 | 
| +    checkUnnamed291(o.entries);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterAccountsCustomBatchResponse--;
 | 
| @@ -884,14 +884,14 @@ checkAccountsCustomBatchResponseEntry(api.AccountsCustomBatchResponseEntry o) {
 | 
|    buildCounterAccountsCustomBatchResponseEntry--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed271() {
 | 
| +buildUnnamed292() {
 | 
|    var o = new core.List<api.Account>();
 | 
|    o.add(buildAccount());
 | 
|    o.add(buildAccount());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed271(core.List<api.Account> o) {
 | 
| +checkUnnamed292(core.List<api.Account> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAccount(o[0]);
 | 
|    checkAccount(o[1]);
 | 
| @@ -904,7 +904,7 @@ buildAccountsListResponse() {
 | 
|    if (buildCounterAccountsListResponse < 3) {
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
| -    o.resources = buildUnnamed271();
 | 
| +    o.resources = buildUnnamed292();
 | 
|    }
 | 
|    buildCounterAccountsListResponse--;
 | 
|    return o;
 | 
| @@ -915,19 +915,19 @@ checkAccountsListResponse(api.AccountsListResponse o) {
 | 
|    if (buildCounterAccountsListResponse < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
| -    checkUnnamed271(o.resources);
 | 
| +    checkUnnamed292(o.resources);
 | 
|    }
 | 
|    buildCounterAccountsListResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed272() {
 | 
| +buildUnnamed293() {
 | 
|    var o = new core.List<api.AccountshippingCustomBatchRequestEntry>();
 | 
|    o.add(buildAccountshippingCustomBatchRequestEntry());
 | 
|    o.add(buildAccountshippingCustomBatchRequestEntry());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed272(core.List<api.AccountshippingCustomBatchRequestEntry> o) {
 | 
| +checkUnnamed293(core.List<api.AccountshippingCustomBatchRequestEntry> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAccountshippingCustomBatchRequestEntry(o[0]);
 | 
|    checkAccountshippingCustomBatchRequestEntry(o[1]);
 | 
| @@ -938,7 +938,7 @@ buildAccountshippingCustomBatchRequest() {
 | 
|    var o = new api.AccountshippingCustomBatchRequest();
 | 
|    buildCounterAccountshippingCustomBatchRequest++;
 | 
|    if (buildCounterAccountshippingCustomBatchRequest < 3) {
 | 
| -    o.entries = buildUnnamed272();
 | 
| +    o.entries = buildUnnamed293();
 | 
|    }
 | 
|    buildCounterAccountshippingCustomBatchRequest--;
 | 
|    return o;
 | 
| @@ -947,7 +947,7 @@ buildAccountshippingCustomBatchRequest() {
 | 
|  checkAccountshippingCustomBatchRequest(api.AccountshippingCustomBatchRequest o) {
 | 
|    buildCounterAccountshippingCustomBatchRequest++;
 | 
|    if (buildCounterAccountshippingCustomBatchRequest < 3) {
 | 
| -    checkUnnamed272(o.entries);
 | 
| +    checkUnnamed293(o.entries);
 | 
|    }
 | 
|    buildCounterAccountshippingCustomBatchRequest--;
 | 
|  }
 | 
| @@ -979,14 +979,14 @@ checkAccountshippingCustomBatchRequestEntry(api.AccountshippingCustomBatchReques
 | 
|    buildCounterAccountshippingCustomBatchRequestEntry--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed273() {
 | 
| +buildUnnamed294() {
 | 
|    var o = new core.List<api.AccountshippingCustomBatchResponseEntry>();
 | 
|    o.add(buildAccountshippingCustomBatchResponseEntry());
 | 
|    o.add(buildAccountshippingCustomBatchResponseEntry());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed273(core.List<api.AccountshippingCustomBatchResponseEntry> o) {
 | 
| +checkUnnamed294(core.List<api.AccountshippingCustomBatchResponseEntry> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAccountshippingCustomBatchResponseEntry(o[0]);
 | 
|    checkAccountshippingCustomBatchResponseEntry(o[1]);
 | 
| @@ -997,7 +997,7 @@ buildAccountshippingCustomBatchResponse() {
 | 
|    var o = new api.AccountshippingCustomBatchResponse();
 | 
|    buildCounterAccountshippingCustomBatchResponse++;
 | 
|    if (buildCounterAccountshippingCustomBatchResponse < 3) {
 | 
| -    o.entries = buildUnnamed273();
 | 
| +    o.entries = buildUnnamed294();
 | 
|      o.kind = "foo";
 | 
|    }
 | 
|    buildCounterAccountshippingCustomBatchResponse--;
 | 
| @@ -1007,7 +1007,7 @@ buildAccountshippingCustomBatchResponse() {
 | 
|  checkAccountshippingCustomBatchResponse(api.AccountshippingCustomBatchResponse o) {
 | 
|    buildCounterAccountshippingCustomBatchResponse++;
 | 
|    if (buildCounterAccountshippingCustomBatchResponse < 3) {
 | 
| -    checkUnnamed273(o.entries);
 | 
| +    checkUnnamed294(o.entries);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterAccountshippingCustomBatchResponse--;
 | 
| @@ -1038,14 +1038,14 @@ checkAccountshippingCustomBatchResponseEntry(api.AccountshippingCustomBatchRespo
 | 
|    buildCounterAccountshippingCustomBatchResponseEntry--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed274() {
 | 
| +buildUnnamed295() {
 | 
|    var o = new core.List<api.AccountShipping>();
 | 
|    o.add(buildAccountShipping());
 | 
|    o.add(buildAccountShipping());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed274(core.List<api.AccountShipping> o) {
 | 
| +checkUnnamed295(core.List<api.AccountShipping> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAccountShipping(o[0]);
 | 
|    checkAccountShipping(o[1]);
 | 
| @@ -1058,7 +1058,7 @@ buildAccountshippingListResponse() {
 | 
|    if (buildCounterAccountshippingListResponse < 3) {
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
| -    o.resources = buildUnnamed274();
 | 
| +    o.resources = buildUnnamed295();
 | 
|    }
 | 
|    buildCounterAccountshippingListResponse--;
 | 
|    return o;
 | 
| @@ -1069,19 +1069,19 @@ checkAccountshippingListResponse(api.AccountshippingListResponse o) {
 | 
|    if (buildCounterAccountshippingListResponse < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
| -    checkUnnamed274(o.resources);
 | 
| +    checkUnnamed295(o.resources);
 | 
|    }
 | 
|    buildCounterAccountshippingListResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed275() {
 | 
| +buildUnnamed296() {
 | 
|    var o = new core.List<api.AccountstatusesCustomBatchRequestEntry>();
 | 
|    o.add(buildAccountstatusesCustomBatchRequestEntry());
 | 
|    o.add(buildAccountstatusesCustomBatchRequestEntry());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed275(core.List<api.AccountstatusesCustomBatchRequestEntry> o) {
 | 
| +checkUnnamed296(core.List<api.AccountstatusesCustomBatchRequestEntry> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAccountstatusesCustomBatchRequestEntry(o[0]);
 | 
|    checkAccountstatusesCustomBatchRequestEntry(o[1]);
 | 
| @@ -1092,7 +1092,7 @@ buildAccountstatusesCustomBatchRequest() {
 | 
|    var o = new api.AccountstatusesCustomBatchRequest();
 | 
|    buildCounterAccountstatusesCustomBatchRequest++;
 | 
|    if (buildCounterAccountstatusesCustomBatchRequest < 3) {
 | 
| -    o.entries = buildUnnamed275();
 | 
| +    o.entries = buildUnnamed296();
 | 
|    }
 | 
|    buildCounterAccountstatusesCustomBatchRequest--;
 | 
|    return o;
 | 
| @@ -1101,7 +1101,7 @@ buildAccountstatusesCustomBatchRequest() {
 | 
|  checkAccountstatusesCustomBatchRequest(api.AccountstatusesCustomBatchRequest o) {
 | 
|    buildCounterAccountstatusesCustomBatchRequest++;
 | 
|    if (buildCounterAccountstatusesCustomBatchRequest < 3) {
 | 
| -    checkUnnamed275(o.entries);
 | 
| +    checkUnnamed296(o.entries);
 | 
|    }
 | 
|    buildCounterAccountstatusesCustomBatchRequest--;
 | 
|  }
 | 
| @@ -1131,14 +1131,14 @@ checkAccountstatusesCustomBatchRequestEntry(api.AccountstatusesCustomBatchReques
 | 
|    buildCounterAccountstatusesCustomBatchRequestEntry--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed276() {
 | 
| +buildUnnamed297() {
 | 
|    var o = new core.List<api.AccountstatusesCustomBatchResponseEntry>();
 | 
|    o.add(buildAccountstatusesCustomBatchResponseEntry());
 | 
|    o.add(buildAccountstatusesCustomBatchResponseEntry());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed276(core.List<api.AccountstatusesCustomBatchResponseEntry> o) {
 | 
| +checkUnnamed297(core.List<api.AccountstatusesCustomBatchResponseEntry> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAccountstatusesCustomBatchResponseEntry(o[0]);
 | 
|    checkAccountstatusesCustomBatchResponseEntry(o[1]);
 | 
| @@ -1149,7 +1149,7 @@ buildAccountstatusesCustomBatchResponse() {
 | 
|    var o = new api.AccountstatusesCustomBatchResponse();
 | 
|    buildCounterAccountstatusesCustomBatchResponse++;
 | 
|    if (buildCounterAccountstatusesCustomBatchResponse < 3) {
 | 
| -    o.entries = buildUnnamed276();
 | 
| +    o.entries = buildUnnamed297();
 | 
|      o.kind = "foo";
 | 
|    }
 | 
|    buildCounterAccountstatusesCustomBatchResponse--;
 | 
| @@ -1159,7 +1159,7 @@ buildAccountstatusesCustomBatchResponse() {
 | 
|  checkAccountstatusesCustomBatchResponse(api.AccountstatusesCustomBatchResponse o) {
 | 
|    buildCounterAccountstatusesCustomBatchResponse++;
 | 
|    if (buildCounterAccountstatusesCustomBatchResponse < 3) {
 | 
| -    checkUnnamed276(o.entries);
 | 
| +    checkUnnamed297(o.entries);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterAccountstatusesCustomBatchResponse--;
 | 
| @@ -1188,14 +1188,14 @@ checkAccountstatusesCustomBatchResponseEntry(api.AccountstatusesCustomBatchRespo
 | 
|    buildCounterAccountstatusesCustomBatchResponseEntry--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed277() {
 | 
| +buildUnnamed298() {
 | 
|    var o = new core.List<api.AccountStatus>();
 | 
|    o.add(buildAccountStatus());
 | 
|    o.add(buildAccountStatus());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed277(core.List<api.AccountStatus> o) {
 | 
| +checkUnnamed298(core.List<api.AccountStatus> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAccountStatus(o[0]);
 | 
|    checkAccountStatus(o[1]);
 | 
| @@ -1208,7 +1208,7 @@ buildAccountstatusesListResponse() {
 | 
|    if (buildCounterAccountstatusesListResponse < 3) {
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
| -    o.resources = buildUnnamed277();
 | 
| +    o.resources = buildUnnamed298();
 | 
|    }
 | 
|    buildCounterAccountstatusesListResponse--;
 | 
|    return o;
 | 
| @@ -1219,19 +1219,19 @@ checkAccountstatusesListResponse(api.AccountstatusesListResponse o) {
 | 
|    if (buildCounterAccountstatusesListResponse < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
| -    checkUnnamed277(o.resources);
 | 
| +    checkUnnamed298(o.resources);
 | 
|    }
 | 
|    buildCounterAccountstatusesListResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed278() {
 | 
| +buildUnnamed299() {
 | 
|    var o = new core.List<api.AccounttaxCustomBatchRequestEntry>();
 | 
|    o.add(buildAccounttaxCustomBatchRequestEntry());
 | 
|    o.add(buildAccounttaxCustomBatchRequestEntry());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed278(core.List<api.AccounttaxCustomBatchRequestEntry> o) {
 | 
| +checkUnnamed299(core.List<api.AccounttaxCustomBatchRequestEntry> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAccounttaxCustomBatchRequestEntry(o[0]);
 | 
|    checkAccounttaxCustomBatchRequestEntry(o[1]);
 | 
| @@ -1242,7 +1242,7 @@ buildAccounttaxCustomBatchRequest() {
 | 
|    var o = new api.AccounttaxCustomBatchRequest();
 | 
|    buildCounterAccounttaxCustomBatchRequest++;
 | 
|    if (buildCounterAccounttaxCustomBatchRequest < 3) {
 | 
| -    o.entries = buildUnnamed278();
 | 
| +    o.entries = buildUnnamed299();
 | 
|    }
 | 
|    buildCounterAccounttaxCustomBatchRequest--;
 | 
|    return o;
 | 
| @@ -1251,7 +1251,7 @@ buildAccounttaxCustomBatchRequest() {
 | 
|  checkAccounttaxCustomBatchRequest(api.AccounttaxCustomBatchRequest o) {
 | 
|    buildCounterAccounttaxCustomBatchRequest++;
 | 
|    if (buildCounterAccounttaxCustomBatchRequest < 3) {
 | 
| -    checkUnnamed278(o.entries);
 | 
| +    checkUnnamed299(o.entries);
 | 
|    }
 | 
|    buildCounterAccounttaxCustomBatchRequest--;
 | 
|  }
 | 
| @@ -1283,14 +1283,14 @@ checkAccounttaxCustomBatchRequestEntry(api.AccounttaxCustomBatchRequestEntry o)
 | 
|    buildCounterAccounttaxCustomBatchRequestEntry--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed279() {
 | 
| +buildUnnamed300() {
 | 
|    var o = new core.List<api.AccounttaxCustomBatchResponseEntry>();
 | 
|    o.add(buildAccounttaxCustomBatchResponseEntry());
 | 
|    o.add(buildAccounttaxCustomBatchResponseEntry());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed279(core.List<api.AccounttaxCustomBatchResponseEntry> o) {
 | 
| +checkUnnamed300(core.List<api.AccounttaxCustomBatchResponseEntry> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAccounttaxCustomBatchResponseEntry(o[0]);
 | 
|    checkAccounttaxCustomBatchResponseEntry(o[1]);
 | 
| @@ -1301,7 +1301,7 @@ buildAccounttaxCustomBatchResponse() {
 | 
|    var o = new api.AccounttaxCustomBatchResponse();
 | 
|    buildCounterAccounttaxCustomBatchResponse++;
 | 
|    if (buildCounterAccounttaxCustomBatchResponse < 3) {
 | 
| -    o.entries = buildUnnamed279();
 | 
| +    o.entries = buildUnnamed300();
 | 
|      o.kind = "foo";
 | 
|    }
 | 
|    buildCounterAccounttaxCustomBatchResponse--;
 | 
| @@ -1311,7 +1311,7 @@ buildAccounttaxCustomBatchResponse() {
 | 
|  checkAccounttaxCustomBatchResponse(api.AccounttaxCustomBatchResponse o) {
 | 
|    buildCounterAccounttaxCustomBatchResponse++;
 | 
|    if (buildCounterAccounttaxCustomBatchResponse < 3) {
 | 
| -    checkUnnamed279(o.entries);
 | 
| +    checkUnnamed300(o.entries);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterAccounttaxCustomBatchResponse--;
 | 
| @@ -1342,14 +1342,14 @@ checkAccounttaxCustomBatchResponseEntry(api.AccounttaxCustomBatchResponseEntry o
 | 
|    buildCounterAccounttaxCustomBatchResponseEntry--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed280() {
 | 
| +buildUnnamed301() {
 | 
|    var o = new core.List<api.AccountTax>();
 | 
|    o.add(buildAccountTax());
 | 
|    o.add(buildAccountTax());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed280(core.List<api.AccountTax> o) {
 | 
| +checkUnnamed301(core.List<api.AccountTax> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAccountTax(o[0]);
 | 
|    checkAccountTax(o[1]);
 | 
| @@ -1362,7 +1362,7 @@ buildAccounttaxListResponse() {
 | 
|    if (buildCounterAccounttaxListResponse < 3) {
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
| -    o.resources = buildUnnamed280();
 | 
| +    o.resources = buildUnnamed301();
 | 
|    }
 | 
|    buildCounterAccounttaxListResponse--;
 | 
|    return o;
 | 
| @@ -1373,7 +1373,7 @@ checkAccounttaxListResponse(api.AccounttaxListResponse o) {
 | 
|    if (buildCounterAccounttaxListResponse < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
| -    checkUnnamed280(o.resources);
 | 
| +    checkUnnamed301(o.resources);
 | 
|    }
 | 
|    buildCounterAccounttaxListResponse--;
 | 
|  }
 | 
| @@ -1407,14 +1407,14 @@ checkCarrierRate(api.CarrierRate o) {
 | 
|    buildCounterCarrierRate--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed281() {
 | 
| +buildUnnamed302() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed281(core.List<core.String> o) {
 | 
| +checkUnnamed302(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'));
 | 
| @@ -1427,7 +1427,7 @@ buildCarriersCarrier() {
 | 
|    if (buildCounterCarriersCarrier < 3) {
 | 
|      o.country = "foo";
 | 
|      o.name = "foo";
 | 
| -    o.services = buildUnnamed281();
 | 
| +    o.services = buildUnnamed302();
 | 
|    }
 | 
|    buildCounterCarriersCarrier--;
 | 
|    return o;
 | 
| @@ -1438,19 +1438,19 @@ checkCarriersCarrier(api.CarriersCarrier o) {
 | 
|    if (buildCounterCarriersCarrier < 3) {
 | 
|      unittest.expect(o.country, unittest.equals('foo'));
 | 
|      unittest.expect(o.name, unittest.equals('foo'));
 | 
| -    checkUnnamed281(o.services);
 | 
| +    checkUnnamed302(o.services);
 | 
|    }
 | 
|    buildCounterCarriersCarrier--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed282() {
 | 
| +buildUnnamed303() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed282(core.List<core.String> o) {
 | 
| +checkUnnamed303(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'));
 | 
| @@ -1468,7 +1468,7 @@ buildDatafeed() {
 | 
|      o.fileName = "foo";
 | 
|      o.format = buildDatafeedFormat();
 | 
|      o.id = "foo";
 | 
| -    o.intendedDestinations = buildUnnamed282();
 | 
| +    o.intendedDestinations = buildUnnamed303();
 | 
|      o.kind = "foo";
 | 
|      o.name = "foo";
 | 
|      o.targetCountry = "foo";
 | 
| @@ -1487,7 +1487,7 @@ checkDatafeed(api.Datafeed o) {
 | 
|      unittest.expect(o.fileName, unittest.equals('foo'));
 | 
|      checkDatafeedFormat(o.format);
 | 
|      unittest.expect(o.id, unittest.equals('foo'));
 | 
| -    checkUnnamed282(o.intendedDestinations);
 | 
| +    checkUnnamed303(o.intendedDestinations);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.name, unittest.equals('foo'));
 | 
|      unittest.expect(o.targetCountry, unittest.equals('foo'));
 | 
| @@ -1551,27 +1551,27 @@ checkDatafeedFormat(api.DatafeedFormat o) {
 | 
|    buildCounterDatafeedFormat--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed283() {
 | 
| +buildUnnamed304() {
 | 
|    var o = new core.List<api.DatafeedStatusError>();
 | 
|    o.add(buildDatafeedStatusError());
 | 
|    o.add(buildDatafeedStatusError());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed283(core.List<api.DatafeedStatusError> o) {
 | 
| +checkUnnamed304(core.List<api.DatafeedStatusError> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkDatafeedStatusError(o[0]);
 | 
|    checkDatafeedStatusError(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed284() {
 | 
| +buildUnnamed305() {
 | 
|    var o = new core.List<api.DatafeedStatusError>();
 | 
|    o.add(buildDatafeedStatusError());
 | 
|    o.add(buildDatafeedStatusError());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed284(core.List<api.DatafeedStatusError> o) {
 | 
| +checkUnnamed305(core.List<api.DatafeedStatusError> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkDatafeedStatusError(o[0]);
 | 
|    checkDatafeedStatusError(o[1]);
 | 
| @@ -1583,13 +1583,13 @@ buildDatafeedStatus() {
 | 
|    buildCounterDatafeedStatus++;
 | 
|    if (buildCounterDatafeedStatus < 3) {
 | 
|      o.datafeedId = "foo";
 | 
| -    o.errors = buildUnnamed283();
 | 
| +    o.errors = buildUnnamed304();
 | 
|      o.itemsTotal = "foo";
 | 
|      o.itemsValid = "foo";
 | 
|      o.kind = "foo";
 | 
|      o.lastUploadDate = "foo";
 | 
|      o.processingStatus = "foo";
 | 
| -    o.warnings = buildUnnamed284();
 | 
| +    o.warnings = buildUnnamed305();
 | 
|    }
 | 
|    buildCounterDatafeedStatus--;
 | 
|    return o;
 | 
| @@ -1599,25 +1599,25 @@ checkDatafeedStatus(api.DatafeedStatus o) {
 | 
|    buildCounterDatafeedStatus++;
 | 
|    if (buildCounterDatafeedStatus < 3) {
 | 
|      unittest.expect(o.datafeedId, unittest.equals('foo'));
 | 
| -    checkUnnamed283(o.errors);
 | 
| +    checkUnnamed304(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'));
 | 
| -    checkUnnamed284(o.warnings);
 | 
| +    checkUnnamed305(o.warnings);
 | 
|    }
 | 
|    buildCounterDatafeedStatus--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed285() {
 | 
| +buildUnnamed306() {
 | 
|    var o = new core.List<api.DatafeedStatusExample>();
 | 
|    o.add(buildDatafeedStatusExample());
 | 
|    o.add(buildDatafeedStatusExample());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed285(core.List<api.DatafeedStatusExample> o) {
 | 
| +checkUnnamed306(core.List<api.DatafeedStatusExample> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkDatafeedStatusExample(o[0]);
 | 
|    checkDatafeedStatusExample(o[1]);
 | 
| @@ -1630,7 +1630,7 @@ buildDatafeedStatusError() {
 | 
|    if (buildCounterDatafeedStatusError < 3) {
 | 
|      o.code = "foo";
 | 
|      o.count = "foo";
 | 
| -    o.examples = buildUnnamed285();
 | 
| +    o.examples = buildUnnamed306();
 | 
|      o.message = "foo";
 | 
|    }
 | 
|    buildCounterDatafeedStatusError--;
 | 
| @@ -1642,7 +1642,7 @@ checkDatafeedStatusError(api.DatafeedStatusError o) {
 | 
|    if (buildCounterDatafeedStatusError < 3) {
 | 
|      unittest.expect(o.code, unittest.equals('foo'));
 | 
|      unittest.expect(o.count, unittest.equals('foo'));
 | 
| -    checkUnnamed285(o.examples);
 | 
| +    checkUnnamed306(o.examples);
 | 
|      unittest.expect(o.message, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterDatafeedStatusError--;
 | 
| @@ -1671,14 +1671,14 @@ checkDatafeedStatusExample(api.DatafeedStatusExample o) {
 | 
|    buildCounterDatafeedStatusExample--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed286() {
 | 
| +buildUnnamed307() {
 | 
|    var o = new core.List<api.DatafeedsCustomBatchRequestEntry>();
 | 
|    o.add(buildDatafeedsCustomBatchRequestEntry());
 | 
|    o.add(buildDatafeedsCustomBatchRequestEntry());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed286(core.List<api.DatafeedsCustomBatchRequestEntry> o) {
 | 
| +checkUnnamed307(core.List<api.DatafeedsCustomBatchRequestEntry> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkDatafeedsCustomBatchRequestEntry(o[0]);
 | 
|    checkDatafeedsCustomBatchRequestEntry(o[1]);
 | 
| @@ -1689,7 +1689,7 @@ buildDatafeedsCustomBatchRequest() {
 | 
|    var o = new api.DatafeedsCustomBatchRequest();
 | 
|    buildCounterDatafeedsCustomBatchRequest++;
 | 
|    if (buildCounterDatafeedsCustomBatchRequest < 3) {
 | 
| -    o.entries = buildUnnamed286();
 | 
| +    o.entries = buildUnnamed307();
 | 
|    }
 | 
|    buildCounterDatafeedsCustomBatchRequest--;
 | 
|    return o;
 | 
| @@ -1698,7 +1698,7 @@ buildDatafeedsCustomBatchRequest() {
 | 
|  checkDatafeedsCustomBatchRequest(api.DatafeedsCustomBatchRequest o) {
 | 
|    buildCounterDatafeedsCustomBatchRequest++;
 | 
|    if (buildCounterDatafeedsCustomBatchRequest < 3) {
 | 
| -    checkUnnamed286(o.entries);
 | 
| +    checkUnnamed307(o.entries);
 | 
|    }
 | 
|    buildCounterDatafeedsCustomBatchRequest--;
 | 
|  }
 | 
| @@ -1730,14 +1730,14 @@ checkDatafeedsCustomBatchRequestEntry(api.DatafeedsCustomBatchRequestEntry o) {
 | 
|    buildCounterDatafeedsCustomBatchRequestEntry--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed287() {
 | 
| +buildUnnamed308() {
 | 
|    var o = new core.List<api.DatafeedsCustomBatchResponseEntry>();
 | 
|    o.add(buildDatafeedsCustomBatchResponseEntry());
 | 
|    o.add(buildDatafeedsCustomBatchResponseEntry());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed287(core.List<api.DatafeedsCustomBatchResponseEntry> o) {
 | 
| +checkUnnamed308(core.List<api.DatafeedsCustomBatchResponseEntry> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkDatafeedsCustomBatchResponseEntry(o[0]);
 | 
|    checkDatafeedsCustomBatchResponseEntry(o[1]);
 | 
| @@ -1748,7 +1748,7 @@ buildDatafeedsCustomBatchResponse() {
 | 
|    var o = new api.DatafeedsCustomBatchResponse();
 | 
|    buildCounterDatafeedsCustomBatchResponse++;
 | 
|    if (buildCounterDatafeedsCustomBatchResponse < 3) {
 | 
| -    o.entries = buildUnnamed287();
 | 
| +    o.entries = buildUnnamed308();
 | 
|      o.kind = "foo";
 | 
|    }
 | 
|    buildCounterDatafeedsCustomBatchResponse--;
 | 
| @@ -1758,7 +1758,7 @@ buildDatafeedsCustomBatchResponse() {
 | 
|  checkDatafeedsCustomBatchResponse(api.DatafeedsCustomBatchResponse o) {
 | 
|    buildCounterDatafeedsCustomBatchResponse++;
 | 
|    if (buildCounterDatafeedsCustomBatchResponse < 3) {
 | 
| -    checkUnnamed287(o.entries);
 | 
| +    checkUnnamed308(o.entries);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterDatafeedsCustomBatchResponse--;
 | 
| @@ -1787,14 +1787,14 @@ checkDatafeedsCustomBatchResponseEntry(api.DatafeedsCustomBatchResponseEntry o)
 | 
|    buildCounterDatafeedsCustomBatchResponseEntry--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed288() {
 | 
| +buildUnnamed309() {
 | 
|    var o = new core.List<api.Datafeed>();
 | 
|    o.add(buildDatafeed());
 | 
|    o.add(buildDatafeed());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed288(core.List<api.Datafeed> o) {
 | 
| +checkUnnamed309(core.List<api.Datafeed> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkDatafeed(o[0]);
 | 
|    checkDatafeed(o[1]);
 | 
| @@ -1807,7 +1807,7 @@ buildDatafeedsListResponse() {
 | 
|    if (buildCounterDatafeedsListResponse < 3) {
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
| -    o.resources = buildUnnamed288();
 | 
| +    o.resources = buildUnnamed309();
 | 
|    }
 | 
|    buildCounterDatafeedsListResponse--;
 | 
|    return o;
 | 
| @@ -1818,19 +1818,19 @@ checkDatafeedsListResponse(api.DatafeedsListResponse o) {
 | 
|    if (buildCounterDatafeedsListResponse < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
| -    checkUnnamed288(o.resources);
 | 
| +    checkUnnamed309(o.resources);
 | 
|    }
 | 
|    buildCounterDatafeedsListResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed289() {
 | 
| +buildUnnamed310() {
 | 
|    var o = new core.List<api.DatafeedstatusesCustomBatchRequestEntry>();
 | 
|    o.add(buildDatafeedstatusesCustomBatchRequestEntry());
 | 
|    o.add(buildDatafeedstatusesCustomBatchRequestEntry());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed289(core.List<api.DatafeedstatusesCustomBatchRequestEntry> o) {
 | 
| +checkUnnamed310(core.List<api.DatafeedstatusesCustomBatchRequestEntry> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkDatafeedstatusesCustomBatchRequestEntry(o[0]);
 | 
|    checkDatafeedstatusesCustomBatchRequestEntry(o[1]);
 | 
| @@ -1841,7 +1841,7 @@ buildDatafeedstatusesCustomBatchRequest() {
 | 
|    var o = new api.DatafeedstatusesCustomBatchRequest();
 | 
|    buildCounterDatafeedstatusesCustomBatchRequest++;
 | 
|    if (buildCounterDatafeedstatusesCustomBatchRequest < 3) {
 | 
| -    o.entries = buildUnnamed289();
 | 
| +    o.entries = buildUnnamed310();
 | 
|    }
 | 
|    buildCounterDatafeedstatusesCustomBatchRequest--;
 | 
|    return o;
 | 
| @@ -1850,7 +1850,7 @@ buildDatafeedstatusesCustomBatchRequest() {
 | 
|  checkDatafeedstatusesCustomBatchRequest(api.DatafeedstatusesCustomBatchRequest o) {
 | 
|    buildCounterDatafeedstatusesCustomBatchRequest++;
 | 
|    if (buildCounterDatafeedstatusesCustomBatchRequest < 3) {
 | 
| -    checkUnnamed289(o.entries);
 | 
| +    checkUnnamed310(o.entries);
 | 
|    }
 | 
|    buildCounterDatafeedstatusesCustomBatchRequest--;
 | 
|  }
 | 
| @@ -1880,14 +1880,14 @@ checkDatafeedstatusesCustomBatchRequestEntry(api.DatafeedstatusesCustomBatchRequ
 | 
|    buildCounterDatafeedstatusesCustomBatchRequestEntry--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed290() {
 | 
| +buildUnnamed311() {
 | 
|    var o = new core.List<api.DatafeedstatusesCustomBatchResponseEntry>();
 | 
|    o.add(buildDatafeedstatusesCustomBatchResponseEntry());
 | 
|    o.add(buildDatafeedstatusesCustomBatchResponseEntry());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed290(core.List<api.DatafeedstatusesCustomBatchResponseEntry> o) {
 | 
| +checkUnnamed311(core.List<api.DatafeedstatusesCustomBatchResponseEntry> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkDatafeedstatusesCustomBatchResponseEntry(o[0]);
 | 
|    checkDatafeedstatusesCustomBatchResponseEntry(o[1]);
 | 
| @@ -1898,7 +1898,7 @@ buildDatafeedstatusesCustomBatchResponse() {
 | 
|    var o = new api.DatafeedstatusesCustomBatchResponse();
 | 
|    buildCounterDatafeedstatusesCustomBatchResponse++;
 | 
|    if (buildCounterDatafeedstatusesCustomBatchResponse < 3) {
 | 
| -    o.entries = buildUnnamed290();
 | 
| +    o.entries = buildUnnamed311();
 | 
|      o.kind = "foo";
 | 
|    }
 | 
|    buildCounterDatafeedstatusesCustomBatchResponse--;
 | 
| @@ -1908,7 +1908,7 @@ buildDatafeedstatusesCustomBatchResponse() {
 | 
|  checkDatafeedstatusesCustomBatchResponse(api.DatafeedstatusesCustomBatchResponse o) {
 | 
|    buildCounterDatafeedstatusesCustomBatchResponse++;
 | 
|    if (buildCounterDatafeedstatusesCustomBatchResponse < 3) {
 | 
| -    checkUnnamed290(o.entries);
 | 
| +    checkUnnamed311(o.entries);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterDatafeedstatusesCustomBatchResponse--;
 | 
| @@ -1937,14 +1937,14 @@ checkDatafeedstatusesCustomBatchResponseEntry(api.DatafeedstatusesCustomBatchRes
 | 
|    buildCounterDatafeedstatusesCustomBatchResponseEntry--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed291() {
 | 
| +buildUnnamed312() {
 | 
|    var o = new core.List<api.DatafeedStatus>();
 | 
|    o.add(buildDatafeedStatus());
 | 
|    o.add(buildDatafeedStatus());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed291(core.List<api.DatafeedStatus> o) {
 | 
| +checkUnnamed312(core.List<api.DatafeedStatus> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkDatafeedStatus(o[0]);
 | 
|    checkDatafeedStatus(o[1]);
 | 
| @@ -1957,7 +1957,7 @@ buildDatafeedstatusesListResponse() {
 | 
|    if (buildCounterDatafeedstatusesListResponse < 3) {
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
| -    o.resources = buildUnnamed291();
 | 
| +    o.resources = buildUnnamed312();
 | 
|    }
 | 
|    buildCounterDatafeedstatusesListResponse--;
 | 
|    return o;
 | 
| @@ -1968,7 +1968,7 @@ checkDatafeedstatusesListResponse(api.DatafeedstatusesListResponse o) {
 | 
|    if (buildCounterDatafeedstatusesListResponse < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
| -    checkUnnamed291(o.resources);
 | 
| +    checkUnnamed312(o.resources);
 | 
|    }
 | 
|    buildCounterDatafeedstatusesListResponse--;
 | 
|  }
 | 
| @@ -2017,14 +2017,14 @@ checkError(api.Error o) {
 | 
|    buildCounterError--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed292() {
 | 
| +buildUnnamed313() {
 | 
|    var o = new core.List<api.Error>();
 | 
|    o.add(buildError());
 | 
|    o.add(buildError());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed292(core.List<api.Error> o) {
 | 
| +checkUnnamed313(core.List<api.Error> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkError(o[0]);
 | 
|    checkError(o[1]);
 | 
| @@ -2036,7 +2036,7 @@ buildErrors() {
 | 
|    buildCounterErrors++;
 | 
|    if (buildCounterErrors < 3) {
 | 
|      o.code = 42;
 | 
| -    o.errors = buildUnnamed292();
 | 
| +    o.errors = buildUnnamed313();
 | 
|      o.message = "foo";
 | 
|    }
 | 
|    buildCounterErrors--;
 | 
| @@ -2047,72 +2047,72 @@ checkErrors(api.Errors o) {
 | 
|    buildCounterErrors++;
 | 
|    if (buildCounterErrors < 3) {
 | 
|      unittest.expect(o.code, unittest.equals(42));
 | 
| -    checkUnnamed292(o.errors);
 | 
| +    checkUnnamed313(o.errors);
 | 
|      unittest.expect(o.message, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterErrors--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed293() {
 | 
| +buildUnnamed314() {
 | 
|    var o = new core.List<api.LocationIdSet>();
 | 
|    o.add(buildLocationIdSet());
 | 
|    o.add(buildLocationIdSet());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed293(core.List<api.LocationIdSet> o) {
 | 
| +checkUnnamed314(core.List<api.LocationIdSet> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkLocationIdSet(o[0]);
 | 
|    checkLocationIdSet(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed294() {
 | 
| +buildUnnamed315() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed294(core.List<core.String> o) {
 | 
| +checkUnnamed315(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'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed295() {
 | 
| +buildUnnamed316() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed295(core.List<core.String> o) {
 | 
| +checkUnnamed316(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'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed296() {
 | 
| +buildUnnamed317() {
 | 
|    var o = new core.List<api.Price>();
 | 
|    o.add(buildPrice());
 | 
|    o.add(buildPrice());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed296(core.List<api.Price> o) {
 | 
| +checkUnnamed317(core.List<api.Price> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkPrice(o[0]);
 | 
|    checkPrice(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed297() {
 | 
| +buildUnnamed318() {
 | 
|    var o = new core.List<api.Weight>();
 | 
|    o.add(buildWeight());
 | 
|    o.add(buildWeight());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed297(core.List<api.Weight> o) {
 | 
| +checkUnnamed318(core.List<api.Weight> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkWeight(o[0]);
 | 
|    checkWeight(o[1]);
 | 
| @@ -2123,11 +2123,11 @@ buildHeaders() {
 | 
|    var o = new api.Headers();
 | 
|    buildCounterHeaders++;
 | 
|    if (buildCounterHeaders < 3) {
 | 
| -    o.locations = buildUnnamed293();
 | 
| -    o.numberOfItems = buildUnnamed294();
 | 
| -    o.postalCodeGroupNames = buildUnnamed295();
 | 
| -    o.prices = buildUnnamed296();
 | 
| -    o.weights = buildUnnamed297();
 | 
| +    o.locations = buildUnnamed314();
 | 
| +    o.numberOfItems = buildUnnamed315();
 | 
| +    o.postalCodeGroupNames = buildUnnamed316();
 | 
| +    o.prices = buildUnnamed317();
 | 
| +    o.weights = buildUnnamed318();
 | 
|    }
 | 
|    buildCounterHeaders--;
 | 
|    return o;
 | 
| @@ -2136,11 +2136,11 @@ buildHeaders() {
 | 
|  checkHeaders(api.Headers o) {
 | 
|    buildCounterHeaders++;
 | 
|    if (buildCounterHeaders < 3) {
 | 
| -    checkUnnamed293(o.locations);
 | 
| -    checkUnnamed294(o.numberOfItems);
 | 
| -    checkUnnamed295(o.postalCodeGroupNames);
 | 
| -    checkUnnamed296(o.prices);
 | 
| -    checkUnnamed297(o.weights);
 | 
| +    checkUnnamed314(o.locations);
 | 
| +    checkUnnamed315(o.numberOfItems);
 | 
| +    checkUnnamed316(o.postalCodeGroupNames);
 | 
| +    checkUnnamed317(o.prices);
 | 
| +    checkUnnamed318(o.weights);
 | 
|    }
 | 
|    buildCounterHeaders--;
 | 
|  }
 | 
| @@ -2203,14 +2203,14 @@ checkInventory(api.Inventory o) {
 | 
|    buildCounterInventory--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed298() {
 | 
| +buildUnnamed319() {
 | 
|    var o = new core.List<api.InventoryCustomBatchRequestEntry>();
 | 
|    o.add(buildInventoryCustomBatchRequestEntry());
 | 
|    o.add(buildInventoryCustomBatchRequestEntry());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed298(core.List<api.InventoryCustomBatchRequestEntry> o) {
 | 
| +checkUnnamed319(core.List<api.InventoryCustomBatchRequestEntry> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkInventoryCustomBatchRequestEntry(o[0]);
 | 
|    checkInventoryCustomBatchRequestEntry(o[1]);
 | 
| @@ -2221,7 +2221,7 @@ buildInventoryCustomBatchRequest() {
 | 
|    var o = new api.InventoryCustomBatchRequest();
 | 
|    buildCounterInventoryCustomBatchRequest++;
 | 
|    if (buildCounterInventoryCustomBatchRequest < 3) {
 | 
| -    o.entries = buildUnnamed298();
 | 
| +    o.entries = buildUnnamed319();
 | 
|    }
 | 
|    buildCounterInventoryCustomBatchRequest--;
 | 
|    return o;
 | 
| @@ -2230,7 +2230,7 @@ buildInventoryCustomBatchRequest() {
 | 
|  checkInventoryCustomBatchRequest(api.InventoryCustomBatchRequest o) {
 | 
|    buildCounterInventoryCustomBatchRequest++;
 | 
|    if (buildCounterInventoryCustomBatchRequest < 3) {
 | 
| -    checkUnnamed298(o.entries);
 | 
| +    checkUnnamed319(o.entries);
 | 
|    }
 | 
|    buildCounterInventoryCustomBatchRequest--;
 | 
|  }
 | 
| @@ -2262,14 +2262,14 @@ checkInventoryCustomBatchRequestEntry(api.InventoryCustomBatchRequestEntry o) {
 | 
|    buildCounterInventoryCustomBatchRequestEntry--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed299() {
 | 
| +buildUnnamed320() {
 | 
|    var o = new core.List<api.InventoryCustomBatchResponseEntry>();
 | 
|    o.add(buildInventoryCustomBatchResponseEntry());
 | 
|    o.add(buildInventoryCustomBatchResponseEntry());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed299(core.List<api.InventoryCustomBatchResponseEntry> o) {
 | 
| +checkUnnamed320(core.List<api.InventoryCustomBatchResponseEntry> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkInventoryCustomBatchResponseEntry(o[0]);
 | 
|    checkInventoryCustomBatchResponseEntry(o[1]);
 | 
| @@ -2280,7 +2280,7 @@ buildInventoryCustomBatchResponse() {
 | 
|    var o = new api.InventoryCustomBatchResponse();
 | 
|    buildCounterInventoryCustomBatchResponse++;
 | 
|    if (buildCounterInventoryCustomBatchResponse < 3) {
 | 
| -    o.entries = buildUnnamed299();
 | 
| +    o.entries = buildUnnamed320();
 | 
|      o.kind = "foo";
 | 
|    }
 | 
|    buildCounterInventoryCustomBatchResponse--;
 | 
| @@ -2290,7 +2290,7 @@ buildInventoryCustomBatchResponse() {
 | 
|  checkInventoryCustomBatchResponse(api.InventoryCustomBatchResponse o) {
 | 
|    buildCounterInventoryCustomBatchResponse++;
 | 
|    if (buildCounterInventoryCustomBatchResponse < 3) {
 | 
| -    checkUnnamed299(o.entries);
 | 
| +    checkUnnamed320(o.entries);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterInventoryCustomBatchResponse--;
 | 
| @@ -2394,14 +2394,14 @@ checkInventorySetResponse(api.InventorySetResponse o) {
 | 
|    buildCounterInventorySetResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed300() {
 | 
| +buildUnnamed321() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed300(core.List<core.String> o) {
 | 
| +checkUnnamed321(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'));
 | 
| @@ -2412,7 +2412,7 @@ buildLocationIdSet() {
 | 
|    var o = new api.LocationIdSet();
 | 
|    buildCounterLocationIdSet++;
 | 
|    if (buildCounterLocationIdSet < 3) {
 | 
| -    o.locationIds = buildUnnamed300();
 | 
| +    o.locationIds = buildUnnamed321();
 | 
|    }
 | 
|    buildCounterLocationIdSet--;
 | 
|    return o;
 | 
| @@ -2421,7 +2421,7 @@ buildLocationIdSet() {
 | 
|  checkLocationIdSet(api.LocationIdSet o) {
 | 
|    buildCounterLocationIdSet++;
 | 
|    if (buildCounterLocationIdSet < 3) {
 | 
| -    checkUnnamed300(o.locationIds);
 | 
| +    checkUnnamed321(o.locationIds);
 | 
|    }
 | 
|    buildCounterLocationIdSet--;
 | 
|  }
 | 
| @@ -2449,53 +2449,53 @@ checkLoyaltyPoints(api.LoyaltyPoints o) {
 | 
|    buildCounterLoyaltyPoints--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed301() {
 | 
| +buildUnnamed322() {
 | 
|    var o = new core.List<api.OrderLineItem>();
 | 
|    o.add(buildOrderLineItem());
 | 
|    o.add(buildOrderLineItem());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed301(core.List<api.OrderLineItem> o) {
 | 
| +checkUnnamed322(core.List<api.OrderLineItem> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkOrderLineItem(o[0]);
 | 
|    checkOrderLineItem(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed302() {
 | 
| +buildUnnamed323() {
 | 
|    var o = new core.List<api.OrderPromotion>();
 | 
|    o.add(buildOrderPromotion());
 | 
|    o.add(buildOrderPromotion());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed302(core.List<api.OrderPromotion> o) {
 | 
| +checkUnnamed323(core.List<api.OrderPromotion> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkOrderPromotion(o[0]);
 | 
|    checkOrderPromotion(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed303() {
 | 
| +buildUnnamed324() {
 | 
|    var o = new core.List<api.OrderRefund>();
 | 
|    o.add(buildOrderRefund());
 | 
|    o.add(buildOrderRefund());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed303(core.List<api.OrderRefund> o) {
 | 
| +checkUnnamed324(core.List<api.OrderRefund> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkOrderRefund(o[0]);
 | 
|    checkOrderRefund(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed304() {
 | 
| +buildUnnamed325() {
 | 
|    var o = new core.List<api.OrderShipment>();
 | 
|    o.add(buildOrderShipment());
 | 
|    o.add(buildOrderShipment());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed304(core.List<api.OrderShipment> o) {
 | 
| +checkUnnamed325(core.List<api.OrderShipment> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkOrderShipment(o[0]);
 | 
|    checkOrderShipment(o[1]);
 | 
| @@ -2512,16 +2512,16 @@ buildOrder() {
 | 
|      o.deliveryDetails = buildOrderDeliveryDetails();
 | 
|      o.id = "foo";
 | 
|      o.kind = "foo";
 | 
| -    o.lineItems = buildUnnamed301();
 | 
| +    o.lineItems = buildUnnamed322();
 | 
|      o.merchantId = "foo";
 | 
|      o.merchantOrderId = "foo";
 | 
|      o.netAmount = buildPrice();
 | 
|      o.paymentMethod = buildOrderPaymentMethod();
 | 
|      o.paymentStatus = "foo";
 | 
|      o.placedDate = "foo";
 | 
| -    o.promotions = buildUnnamed302();
 | 
| -    o.refunds = buildUnnamed303();
 | 
| -    o.shipments = buildUnnamed304();
 | 
| +    o.promotions = buildUnnamed323();
 | 
| +    o.refunds = buildUnnamed324();
 | 
| +    o.shipments = buildUnnamed325();
 | 
|      o.shippingCost = buildPrice();
 | 
|      o.shippingCostTax = buildPrice();
 | 
|      o.shippingOption = "foo";
 | 
| @@ -2540,16 +2540,16 @@ checkOrder(api.Order o) {
 | 
|      checkOrderDeliveryDetails(o.deliveryDetails);
 | 
|      unittest.expect(o.id, unittest.equals('foo'));
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed301(o.lineItems);
 | 
| +    checkUnnamed322(o.lineItems);
 | 
|      unittest.expect(o.merchantId, unittest.equals('foo'));
 | 
|      unittest.expect(o.merchantOrderId, unittest.equals('foo'));
 | 
|      checkPrice(o.netAmount);
 | 
|      checkOrderPaymentMethod(o.paymentMethod);
 | 
|      unittest.expect(o.paymentStatus, unittest.equals('foo'));
 | 
|      unittest.expect(o.placedDate, unittest.equals('foo'));
 | 
| -    checkUnnamed302(o.promotions);
 | 
| -    checkUnnamed303(o.refunds);
 | 
| -    checkUnnamed304(o.shipments);
 | 
| +    checkUnnamed323(o.promotions);
 | 
| +    checkUnnamed324(o.refunds);
 | 
| +    checkUnnamed325(o.shipments);
 | 
|      checkPrice(o.shippingCost);
 | 
|      checkPrice(o.shippingCostTax);
 | 
|      unittest.expect(o.shippingOption, unittest.equals('foo'));
 | 
| @@ -2558,27 +2558,27 @@ checkOrder(api.Order o) {
 | 
|    buildCounterOrder--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed305() {
 | 
| +buildUnnamed326() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed305(core.List<core.String> o) {
 | 
| +checkUnnamed326(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'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed306() {
 | 
| +buildUnnamed327() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed306(core.List<core.String> o) {
 | 
| +checkUnnamed327(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'));
 | 
| @@ -2590,13 +2590,13 @@ buildOrderAddress() {
 | 
|    buildCounterOrderAddress++;
 | 
|    if (buildCounterOrderAddress < 3) {
 | 
|      o.country = "foo";
 | 
| -    o.fullAddress = buildUnnamed305();
 | 
| +    o.fullAddress = buildUnnamed326();
 | 
|      o.isPostOfficeBox = true;
 | 
|      o.locality = "foo";
 | 
|      o.postalCode = "foo";
 | 
|      o.recipientName = "foo";
 | 
|      o.region = "foo";
 | 
| -    o.streetAddress = buildUnnamed306();
 | 
| +    o.streetAddress = buildUnnamed327();
 | 
|    }
 | 
|    buildCounterOrderAddress--;
 | 
|    return o;
 | 
| @@ -2606,13 +2606,13 @@ checkOrderAddress(api.OrderAddress o) {
 | 
|    buildCounterOrderAddress++;
 | 
|    if (buildCounterOrderAddress < 3) {
 | 
|      unittest.expect(o.country, unittest.equals('foo'));
 | 
| -    checkUnnamed305(o.fullAddress);
 | 
| +    checkUnnamed326(o.fullAddress);
 | 
|      unittest.expect(o.isPostOfficeBox, unittest.isTrue);
 | 
|      unittest.expect(o.locality, unittest.equals('foo'));
 | 
|      unittest.expect(o.postalCode, unittest.equals('foo'));
 | 
|      unittest.expect(o.recipientName, unittest.equals('foo'));
 | 
|      unittest.expect(o.region, unittest.equals('foo'));
 | 
| -    checkUnnamed306(o.streetAddress);
 | 
| +    checkUnnamed327(o.streetAddress);
 | 
|    }
 | 
|    buildCounterOrderAddress--;
 | 
|  }
 | 
| @@ -2688,27 +2688,27 @@ checkOrderDeliveryDetails(api.OrderDeliveryDetails o) {
 | 
|    buildCounterOrderDeliveryDetails--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed307() {
 | 
| +buildUnnamed328() {
 | 
|    var o = new core.List<api.OrderCancellation>();
 | 
|    o.add(buildOrderCancellation());
 | 
|    o.add(buildOrderCancellation());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed307(core.List<api.OrderCancellation> o) {
 | 
| +checkUnnamed328(core.List<api.OrderCancellation> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkOrderCancellation(o[0]);
 | 
|    checkOrderCancellation(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed308() {
 | 
| +buildUnnamed329() {
 | 
|    var o = new core.List<api.OrderReturn>();
 | 
|    o.add(buildOrderReturn());
 | 
|    o.add(buildOrderReturn());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed308(core.List<api.OrderReturn> o) {
 | 
| +checkUnnamed329(core.List<api.OrderReturn> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkOrderReturn(o[0]);
 | 
|    checkOrderReturn(o[1]);
 | 
| @@ -2719,7 +2719,7 @@ buildOrderLineItem() {
 | 
|    var o = new api.OrderLineItem();
 | 
|    buildCounterOrderLineItem++;
 | 
|    if (buildCounterOrderLineItem < 3) {
 | 
| -    o.cancellations = buildUnnamed307();
 | 
| +    o.cancellations = buildUnnamed328();
 | 
|      o.id = "foo";
 | 
|      o.price = buildPrice();
 | 
|      o.product = buildOrderLineItemProduct();
 | 
| @@ -2730,7 +2730,7 @@ buildOrderLineItem() {
 | 
|      o.quantityReturned = 42;
 | 
|      o.quantityShipped = 42;
 | 
|      o.returnInfo = buildOrderLineItemReturnInfo();
 | 
| -    o.returns = buildUnnamed308();
 | 
| +    o.returns = buildUnnamed329();
 | 
|      o.shippingDetails = buildOrderLineItemShippingDetails();
 | 
|      o.tax = buildPrice();
 | 
|    }
 | 
| @@ -2741,7 +2741,7 @@ buildOrderLineItem() {
 | 
|  checkOrderLineItem(api.OrderLineItem o) {
 | 
|    buildCounterOrderLineItem++;
 | 
|    if (buildCounterOrderLineItem < 3) {
 | 
| -    checkUnnamed307(o.cancellations);
 | 
| +    checkUnnamed328(o.cancellations);
 | 
|      unittest.expect(o.id, unittest.equals('foo'));
 | 
|      checkPrice(o.price);
 | 
|      checkOrderLineItemProduct(o.product);
 | 
| @@ -2752,21 +2752,21 @@ checkOrderLineItem(api.OrderLineItem o) {
 | 
|      unittest.expect(o.quantityReturned, unittest.equals(42));
 | 
|      unittest.expect(o.quantityShipped, unittest.equals(42));
 | 
|      checkOrderLineItemReturnInfo(o.returnInfo);
 | 
| -    checkUnnamed308(o.returns);
 | 
| +    checkUnnamed329(o.returns);
 | 
|      checkOrderLineItemShippingDetails(o.shippingDetails);
 | 
|      checkPrice(o.tax);
 | 
|    }
 | 
|    buildCounterOrderLineItem--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed309() {
 | 
| +buildUnnamed330() {
 | 
|    var o = new core.List<api.OrderLineItemProductVariantAttribute>();
 | 
|    o.add(buildOrderLineItemProductVariantAttribute());
 | 
|    o.add(buildOrderLineItemProductVariantAttribute());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed309(core.List<api.OrderLineItemProductVariantAttribute> o) {
 | 
| +checkUnnamed330(core.List<api.OrderLineItemProductVariantAttribute> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkOrderLineItemProductVariantAttribute(o[0]);
 | 
|    checkOrderLineItemProductVariantAttribute(o[1]);
 | 
| @@ -2791,7 +2791,7 @@ buildOrderLineItemProduct() {
 | 
|      o.shownImage = "foo";
 | 
|      o.targetCountry = "foo";
 | 
|      o.title = "foo";
 | 
| -    o.variantAttributes = buildUnnamed309();
 | 
| +    o.variantAttributes = buildUnnamed330();
 | 
|    }
 | 
|    buildCounterOrderLineItemProduct--;
 | 
|    return o;
 | 
| @@ -2814,7 +2814,7 @@ checkOrderLineItemProduct(api.OrderLineItemProduct o) {
 | 
|      unittest.expect(o.shownImage, unittest.equals('foo'));
 | 
|      unittest.expect(o.targetCountry, unittest.equals('foo'));
 | 
|      unittest.expect(o.title, unittest.equals('foo'));
 | 
| -    checkUnnamed309(o.variantAttributes);
 | 
| +    checkUnnamed330(o.variantAttributes);
 | 
|    }
 | 
|    buildCounterOrderLineItemProduct--;
 | 
|  }
 | 
| @@ -2940,14 +2940,14 @@ checkOrderPaymentMethod(api.OrderPaymentMethod o) {
 | 
|    buildCounterOrderPaymentMethod--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed310() {
 | 
| +buildUnnamed331() {
 | 
|    var o = new core.List<api.OrderPromotionBenefit>();
 | 
|    o.add(buildOrderPromotionBenefit());
 | 
|    o.add(buildOrderPromotionBenefit());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed310(core.List<api.OrderPromotionBenefit> o) {
 | 
| +checkUnnamed331(core.List<api.OrderPromotionBenefit> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkOrderPromotionBenefit(o[0]);
 | 
|    checkOrderPromotionBenefit(o[1]);
 | 
| @@ -2958,7 +2958,7 @@ buildOrderPromotion() {
 | 
|    var o = new api.OrderPromotion();
 | 
|    buildCounterOrderPromotion++;
 | 
|    if (buildCounterOrderPromotion < 3) {
 | 
| -    o.benefits = buildUnnamed310();
 | 
| +    o.benefits = buildUnnamed331();
 | 
|      o.effectiveDates = "foo";
 | 
|      o.genericRedemptionCode = "foo";
 | 
|      o.id = "foo";
 | 
| @@ -2973,7 +2973,7 @@ buildOrderPromotion() {
 | 
|  checkOrderPromotion(api.OrderPromotion o) {
 | 
|    buildCounterOrderPromotion++;
 | 
|    if (buildCounterOrderPromotion < 3) {
 | 
| -    checkUnnamed310(o.benefits);
 | 
| +    checkUnnamed331(o.benefits);
 | 
|      unittest.expect(o.effectiveDates, unittest.equals('foo'));
 | 
|      unittest.expect(o.genericRedemptionCode, unittest.equals('foo'));
 | 
|      unittest.expect(o.id, unittest.equals('foo'));
 | 
| @@ -2984,14 +2984,14 @@ checkOrderPromotion(api.OrderPromotion o) {
 | 
|    buildCounterOrderPromotion--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed311() {
 | 
| +buildUnnamed332() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed311(core.List<core.String> o) {
 | 
| +checkUnnamed332(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'));
 | 
| @@ -3003,7 +3003,7 @@ buildOrderPromotionBenefit() {
 | 
|    buildCounterOrderPromotionBenefit++;
 | 
|    if (buildCounterOrderPromotionBenefit < 3) {
 | 
|      o.discount = buildPrice();
 | 
| -    o.offerIds = buildUnnamed311();
 | 
| +    o.offerIds = buildUnnamed332();
 | 
|      o.subType = "foo";
 | 
|      o.taxImpact = buildPrice();
 | 
|      o.type = "foo";
 | 
| @@ -3016,7 +3016,7 @@ checkOrderPromotionBenefit(api.OrderPromotionBenefit o) {
 | 
|    buildCounterOrderPromotionBenefit++;
 | 
|    if (buildCounterOrderPromotionBenefit < 3) {
 | 
|      checkPrice(o.discount);
 | 
| -    checkUnnamed311(o.offerIds);
 | 
| +    checkUnnamed332(o.offerIds);
 | 
|      unittest.expect(o.subType, unittest.equals('foo'));
 | 
|      checkPrice(o.taxImpact);
 | 
|      unittest.expect(o.type, unittest.equals('foo'));
 | 
| @@ -3078,14 +3078,14 @@ checkOrderReturn(api.OrderReturn o) {
 | 
|    buildCounterOrderReturn--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed312() {
 | 
| +buildUnnamed333() {
 | 
|    var o = new core.List<api.OrderShipmentLineItemShipment>();
 | 
|    o.add(buildOrderShipmentLineItemShipment());
 | 
|    o.add(buildOrderShipmentLineItemShipment());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed312(core.List<api.OrderShipmentLineItemShipment> o) {
 | 
| +checkUnnamed333(core.List<api.OrderShipmentLineItemShipment> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkOrderShipmentLineItemShipment(o[0]);
 | 
|    checkOrderShipmentLineItemShipment(o[1]);
 | 
| @@ -3100,7 +3100,7 @@ buildOrderShipment() {
 | 
|      o.creationDate = "foo";
 | 
|      o.deliveryDate = "foo";
 | 
|      o.id = "foo";
 | 
| -    o.lineItems = buildUnnamed312();
 | 
| +    o.lineItems = buildUnnamed333();
 | 
|      o.status = "foo";
 | 
|      o.trackingId = "foo";
 | 
|    }
 | 
| @@ -3115,7 +3115,7 @@ checkOrderShipment(api.OrderShipment o) {
 | 
|      unittest.expect(o.creationDate, unittest.equals('foo'));
 | 
|      unittest.expect(o.deliveryDate, unittest.equals('foo'));
 | 
|      unittest.expect(o.id, unittest.equals('foo'));
 | 
| -    checkUnnamed312(o.lineItems);
 | 
| +    checkUnnamed333(o.lineItems);
 | 
|      unittest.expect(o.status, unittest.equals('foo'));
 | 
|      unittest.expect(o.trackingId, unittest.equals('foo'));
 | 
|    }
 | 
| @@ -3338,14 +3338,14 @@ checkOrdersCreateTestOrderResponse(api.OrdersCreateTestOrderResponse o) {
 | 
|    buildCounterOrdersCreateTestOrderResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed313() {
 | 
| +buildUnnamed334() {
 | 
|    var o = new core.List<api.OrdersCustomBatchRequestEntry>();
 | 
|    o.add(buildOrdersCustomBatchRequestEntry());
 | 
|    o.add(buildOrdersCustomBatchRequestEntry());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed313(core.List<api.OrdersCustomBatchRequestEntry> o) {
 | 
| +checkUnnamed334(core.List<api.OrdersCustomBatchRequestEntry> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkOrdersCustomBatchRequestEntry(o[0]);
 | 
|    checkOrdersCustomBatchRequestEntry(o[1]);
 | 
| @@ -3356,7 +3356,7 @@ buildOrdersCustomBatchRequest() {
 | 
|    var o = new api.OrdersCustomBatchRequest();
 | 
|    buildCounterOrdersCustomBatchRequest++;
 | 
|    if (buildCounterOrdersCustomBatchRequest < 3) {
 | 
| -    o.entries = buildUnnamed313();
 | 
| +    o.entries = buildUnnamed334();
 | 
|    }
 | 
|    buildCounterOrdersCustomBatchRequest--;
 | 
|    return o;
 | 
| @@ -3365,7 +3365,7 @@ buildOrdersCustomBatchRequest() {
 | 
|  checkOrdersCustomBatchRequest(api.OrdersCustomBatchRequest o) {
 | 
|    buildCounterOrdersCustomBatchRequest++;
 | 
|    if (buildCounterOrdersCustomBatchRequest < 3) {
 | 
| -    checkUnnamed313(o.entries);
 | 
| +    checkUnnamed334(o.entries);
 | 
|    }
 | 
|    buildCounterOrdersCustomBatchRequest--;
 | 
|  }
 | 
| @@ -3507,14 +3507,14 @@ checkOrdersCustomBatchRequestEntryReturnLineItem(api.OrdersCustomBatchRequestEnt
 | 
|    buildCounterOrdersCustomBatchRequestEntryReturnLineItem--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed314() {
 | 
| +buildUnnamed335() {
 | 
|    var o = new core.List<api.OrderShipmentLineItemShipment>();
 | 
|    o.add(buildOrderShipmentLineItemShipment());
 | 
|    o.add(buildOrderShipmentLineItemShipment());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed314(core.List<api.OrderShipmentLineItemShipment> o) {
 | 
| +checkUnnamed335(core.List<api.OrderShipmentLineItemShipment> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkOrderShipmentLineItemShipment(o[0]);
 | 
|    checkOrderShipmentLineItemShipment(o[1]);
 | 
| @@ -3526,7 +3526,7 @@ buildOrdersCustomBatchRequestEntryShipLineItems() {
 | 
|    buildCounterOrdersCustomBatchRequestEntryShipLineItems++;
 | 
|    if (buildCounterOrdersCustomBatchRequestEntryShipLineItems < 3) {
 | 
|      o.carrier = "foo";
 | 
| -    o.lineItems = buildUnnamed314();
 | 
| +    o.lineItems = buildUnnamed335();
 | 
|      o.shipmentId = "foo";
 | 
|      o.trackingId = "foo";
 | 
|    }
 | 
| @@ -3538,7 +3538,7 @@ checkOrdersCustomBatchRequestEntryShipLineItems(api.OrdersCustomBatchRequestEntr
 | 
|    buildCounterOrdersCustomBatchRequestEntryShipLineItems++;
 | 
|    if (buildCounterOrdersCustomBatchRequestEntryShipLineItems < 3) {
 | 
|      unittest.expect(o.carrier, unittest.equals('foo'));
 | 
| -    checkUnnamed314(o.lineItems);
 | 
| +    checkUnnamed335(o.lineItems);
 | 
|      unittest.expect(o.shipmentId, unittest.equals('foo'));
 | 
|      unittest.expect(o.trackingId, unittest.equals('foo'));
 | 
|    }
 | 
| @@ -3570,14 +3570,14 @@ checkOrdersCustomBatchRequestEntryUpdateShipment(api.OrdersCustomBatchRequestEnt
 | 
|    buildCounterOrdersCustomBatchRequestEntryUpdateShipment--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed315() {
 | 
| +buildUnnamed336() {
 | 
|    var o = new core.List<api.OrdersCustomBatchResponseEntry>();
 | 
|    o.add(buildOrdersCustomBatchResponseEntry());
 | 
|    o.add(buildOrdersCustomBatchResponseEntry());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed315(core.List<api.OrdersCustomBatchResponseEntry> o) {
 | 
| +checkUnnamed336(core.List<api.OrdersCustomBatchResponseEntry> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkOrdersCustomBatchResponseEntry(o[0]);
 | 
|    checkOrdersCustomBatchResponseEntry(o[1]);
 | 
| @@ -3588,7 +3588,7 @@ buildOrdersCustomBatchResponse() {
 | 
|    var o = new api.OrdersCustomBatchResponse();
 | 
|    buildCounterOrdersCustomBatchResponse++;
 | 
|    if (buildCounterOrdersCustomBatchResponse < 3) {
 | 
| -    o.entries = buildUnnamed315();
 | 
| +    o.entries = buildUnnamed336();
 | 
|      o.kind = "foo";
 | 
|    }
 | 
|    buildCounterOrdersCustomBatchResponse--;
 | 
| @@ -3598,7 +3598,7 @@ buildOrdersCustomBatchResponse() {
 | 
|  checkOrdersCustomBatchResponse(api.OrdersCustomBatchResponse o) {
 | 
|    buildCounterOrdersCustomBatchResponse++;
 | 
|    if (buildCounterOrdersCustomBatchResponse < 3) {
 | 
| -    checkUnnamed315(o.entries);
 | 
| +    checkUnnamed336(o.entries);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterOrdersCustomBatchResponse--;
 | 
| @@ -3673,14 +3673,14 @@ checkOrdersGetTestOrderTemplateResponse(api.OrdersGetTestOrderTemplateResponse o
 | 
|    buildCounterOrdersGetTestOrderTemplateResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed316() {
 | 
| +buildUnnamed337() {
 | 
|    var o = new core.List<api.Order>();
 | 
|    o.add(buildOrder());
 | 
|    o.add(buildOrder());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed316(core.List<api.Order> o) {
 | 
| +checkUnnamed337(core.List<api.Order> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkOrder(o[0]);
 | 
|    checkOrder(o[1]);
 | 
| @@ -3693,7 +3693,7 @@ buildOrdersListResponse() {
 | 
|    if (buildCounterOrdersListResponse < 3) {
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
| -    o.resources = buildUnnamed316();
 | 
| +    o.resources = buildUnnamed337();
 | 
|    }
 | 
|    buildCounterOrdersListResponse--;
 | 
|    return o;
 | 
| @@ -3704,7 +3704,7 @@ checkOrdersListResponse(api.OrdersListResponse o) {
 | 
|    if (buildCounterOrdersListResponse < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
| -    checkUnnamed316(o.resources);
 | 
| +    checkUnnamed337(o.resources);
 | 
|    }
 | 
|    buildCounterOrdersListResponse--;
 | 
|  }
 | 
| @@ -3803,14 +3803,14 @@ checkOrdersReturnLineItemResponse(api.OrdersReturnLineItemResponse o) {
 | 
|    buildCounterOrdersReturnLineItemResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed317() {
 | 
| +buildUnnamed338() {
 | 
|    var o = new core.List<api.OrderShipmentLineItemShipment>();
 | 
|    o.add(buildOrderShipmentLineItemShipment());
 | 
|    o.add(buildOrderShipmentLineItemShipment());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed317(core.List<api.OrderShipmentLineItemShipment> o) {
 | 
| +checkUnnamed338(core.List<api.OrderShipmentLineItemShipment> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkOrderShipmentLineItemShipment(o[0]);
 | 
|    checkOrderShipmentLineItemShipment(o[1]);
 | 
| @@ -3822,7 +3822,7 @@ buildOrdersShipLineItemsRequest() {
 | 
|    buildCounterOrdersShipLineItemsRequest++;
 | 
|    if (buildCounterOrdersShipLineItemsRequest < 3) {
 | 
|      o.carrier = "foo";
 | 
| -    o.lineItems = buildUnnamed317();
 | 
| +    o.lineItems = buildUnnamed338();
 | 
|      o.operationId = "foo";
 | 
|      o.shipmentId = "foo";
 | 
|      o.trackingId = "foo";
 | 
| @@ -3835,7 +3835,7 @@ checkOrdersShipLineItemsRequest(api.OrdersShipLineItemsRequest o) {
 | 
|    buildCounterOrdersShipLineItemsRequest++;
 | 
|    if (buildCounterOrdersShipLineItemsRequest < 3) {
 | 
|      unittest.expect(o.carrier, unittest.equals('foo'));
 | 
| -    checkUnnamed317(o.lineItems);
 | 
| +    checkUnnamed338(o.lineItems);
 | 
|      unittest.expect(o.operationId, unittest.equals('foo'));
 | 
|      unittest.expect(o.shipmentId, unittest.equals('foo'));
 | 
|      unittest.expect(o.trackingId, unittest.equals('foo'));
 | 
| @@ -3954,14 +3954,14 @@ checkOrdersUpdateShipmentResponse(api.OrdersUpdateShipmentResponse o) {
 | 
|    buildCounterOrdersUpdateShipmentResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed318() {
 | 
| +buildUnnamed339() {
 | 
|    var o = new core.List<api.PostalCodeRange>();
 | 
|    o.add(buildPostalCodeRange());
 | 
|    o.add(buildPostalCodeRange());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed318(core.List<api.PostalCodeRange> o) {
 | 
| +checkUnnamed339(core.List<api.PostalCodeRange> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkPostalCodeRange(o[0]);
 | 
|    checkPostalCodeRange(o[1]);
 | 
| @@ -3974,7 +3974,7 @@ buildPostalCodeGroup() {
 | 
|    if (buildCounterPostalCodeGroup < 3) {
 | 
|      o.country = "foo";
 | 
|      o.name = "foo";
 | 
| -    o.postalCodeRanges = buildUnnamed318();
 | 
| +    o.postalCodeRanges = buildUnnamed339();
 | 
|    }
 | 
|    buildCounterPostalCodeGroup--;
 | 
|    return o;
 | 
| @@ -3985,7 +3985,7 @@ checkPostalCodeGroup(api.PostalCodeGroup o) {
 | 
|    if (buildCounterPostalCodeGroup < 3) {
 | 
|      unittest.expect(o.country, unittest.equals('foo'));
 | 
|      unittest.expect(o.name, unittest.equals('foo'));
 | 
| -    checkUnnamed318(o.postalCodeRanges);
 | 
| +    checkUnnamed339(o.postalCodeRanges);
 | 
|    }
 | 
|    buildCounterPostalCodeGroup--;
 | 
|  }
 | 
| @@ -4032,183 +4032,183 @@ checkPrice(api.Price o) {
 | 
|    buildCounterPrice--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed319() {
 | 
| +buildUnnamed340() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed319(core.List<core.String> o) {
 | 
| +checkUnnamed340(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'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed320() {
 | 
| +buildUnnamed341() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed320(core.List<core.String> o) {
 | 
| +checkUnnamed341(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'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed321() {
 | 
| +buildUnnamed342() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed321(core.List<core.String> o) {
 | 
| +checkUnnamed342(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'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed322() {
 | 
| +buildUnnamed343() {
 | 
|    var o = new core.List<api.ProductAspect>();
 | 
|    o.add(buildProductAspect());
 | 
|    o.add(buildProductAspect());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed322(core.List<api.ProductAspect> o) {
 | 
| +checkUnnamed343(core.List<api.ProductAspect> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkProductAspect(o[0]);
 | 
|    checkProductAspect(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed323() {
 | 
| +buildUnnamed344() {
 | 
|    var o = new core.List<api.ProductCustomAttribute>();
 | 
|    o.add(buildProductCustomAttribute());
 | 
|    o.add(buildProductCustomAttribute());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed323(core.List<api.ProductCustomAttribute> o) {
 | 
| +checkUnnamed344(core.List<api.ProductCustomAttribute> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkProductCustomAttribute(o[0]);
 | 
|    checkProductCustomAttribute(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed324() {
 | 
| +buildUnnamed345() {
 | 
|    var o = new core.List<api.ProductCustomGroup>();
 | 
|    o.add(buildProductCustomGroup());
 | 
|    o.add(buildProductCustomGroup());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed324(core.List<api.ProductCustomGroup> o) {
 | 
| +checkUnnamed345(core.List<api.ProductCustomGroup> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkProductCustomGroup(o[0]);
 | 
|    checkProductCustomGroup(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed325() {
 | 
| +buildUnnamed346() {
 | 
|    var o = new core.List<api.ProductDestination>();
 | 
|    o.add(buildProductDestination());
 | 
|    o.add(buildProductDestination());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed325(core.List<api.ProductDestination> o) {
 | 
| +checkUnnamed346(core.List<api.ProductDestination> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkProductDestination(o[0]);
 | 
|    checkProductDestination(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed326() {
 | 
| +buildUnnamed347() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed326(core.List<core.String> o) {
 | 
| +checkUnnamed347(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'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed327() {
 | 
| +buildUnnamed348() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed327(core.List<core.String> o) {
 | 
| +checkUnnamed348(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'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed328() {
 | 
| +buildUnnamed349() {
 | 
|    var o = new core.List<api.ProductShipping>();
 | 
|    o.add(buildProductShipping());
 | 
|    o.add(buildProductShipping());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed328(core.List<api.ProductShipping> o) {
 | 
| +checkUnnamed349(core.List<api.ProductShipping> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkProductShipping(o[0]);
 | 
|    checkProductShipping(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed329() {
 | 
| +buildUnnamed350() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed329(core.List<core.String> o) {
 | 
| +checkUnnamed350(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'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed330() {
 | 
| +buildUnnamed351() {
 | 
|    var o = new core.List<api.ProductTax>();
 | 
|    o.add(buildProductTax());
 | 
|    o.add(buildProductTax());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed330(core.List<api.ProductTax> o) {
 | 
| +checkUnnamed351(core.List<api.ProductTax> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkProductTax(o[0]);
 | 
|    checkProductTax(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed331() {
 | 
| +buildUnnamed352() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed331(core.List<core.String> o) {
 | 
| +checkUnnamed352(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'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed332() {
 | 
| +buildUnnamed353() {
 | 
|    var o = new core.List<api.Error>();
 | 
|    o.add(buildError());
 | 
|    o.add(buildError());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed332(core.List<api.Error> o) {
 | 
| +checkUnnamed353(core.List<api.Error> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkError(o[0]);
 | 
|    checkError(o[1]);
 | 
| @@ -4219,14 +4219,14 @@ buildProduct() {
 | 
|    var o = new api.Product();
 | 
|    buildCounterProduct++;
 | 
|    if (buildCounterProduct < 3) {
 | 
| -    o.additionalImageLinks = buildUnnamed319();
 | 
| -    o.additionalProductTypes = buildUnnamed320();
 | 
| +    o.additionalImageLinks = buildUnnamed340();
 | 
| +    o.additionalProductTypes = buildUnnamed341();
 | 
|      o.adult = true;
 | 
|      o.adwordsGrouping = "foo";
 | 
| -    o.adwordsLabels = buildUnnamed321();
 | 
| +    o.adwordsLabels = buildUnnamed342();
 | 
|      o.adwordsRedirect = "foo";
 | 
|      o.ageGroup = "foo";
 | 
| -    o.aspects = buildUnnamed322();
 | 
| +    o.aspects = buildUnnamed343();
 | 
|      o.availability = "foo";
 | 
|      o.availabilityDate = "foo";
 | 
|      o.brand = "foo";
 | 
| @@ -4234,18 +4234,18 @@ buildProduct() {
 | 
|      o.color = "foo";
 | 
|      o.condition = "foo";
 | 
|      o.contentLanguage = "foo";
 | 
| -    o.customAttributes = buildUnnamed323();
 | 
| -    o.customGroups = buildUnnamed324();
 | 
| +    o.customAttributes = buildUnnamed344();
 | 
| +    o.customGroups = buildUnnamed345();
 | 
|      o.customLabel0 = "foo";
 | 
|      o.customLabel1 = "foo";
 | 
|      o.customLabel2 = "foo";
 | 
|      o.customLabel3 = "foo";
 | 
|      o.customLabel4 = "foo";
 | 
|      o.description = "foo";
 | 
| -    o.destinations = buildUnnamed325();
 | 
| +    o.destinations = buildUnnamed346();
 | 
|      o.displayAdsId = "foo";
 | 
|      o.displayAdsLink = "foo";
 | 
| -    o.displayAdsSimilarIds = buildUnnamed326();
 | 
| +    o.displayAdsSimilarIds = buildUnnamed347();
 | 
|      o.displayAdsTitle = "foo";
 | 
|      o.displayAdsValue = 42.0;
 | 
|      o.energyEfficiencyClass = "foo";
 | 
| @@ -4271,11 +4271,11 @@ buildProduct() {
 | 
|      o.pattern = "foo";
 | 
|      o.price = buildPrice();
 | 
|      o.productType = "foo";
 | 
| -    o.promotionIds = buildUnnamed327();
 | 
| +    o.promotionIds = buildUnnamed348();
 | 
|      o.salePrice = buildPrice();
 | 
|      o.salePriceEffectiveDate = "foo";
 | 
|      o.sellOnGoogleQuantity = "foo";
 | 
| -    o.shipping = buildUnnamed328();
 | 
| +    o.shipping = buildUnnamed349();
 | 
|      o.shippingHeight = buildProductShippingDimension();
 | 
|      o.shippingLabel = "foo";
 | 
|      o.shippingLength = buildProductShippingDimension();
 | 
| @@ -4283,14 +4283,14 @@ buildProduct() {
 | 
|      o.shippingWidth = buildProductShippingDimension();
 | 
|      o.sizeSystem = "foo";
 | 
|      o.sizeType = "foo";
 | 
| -    o.sizes = buildUnnamed329();
 | 
| +    o.sizes = buildUnnamed350();
 | 
|      o.targetCountry = "foo";
 | 
| -    o.taxes = buildUnnamed330();
 | 
| +    o.taxes = buildUnnamed351();
 | 
|      o.title = "foo";
 | 
|      o.unitPricingBaseMeasure = buildProductUnitPricingBaseMeasure();
 | 
|      o.unitPricingMeasure = buildProductUnitPricingMeasure();
 | 
| -    o.validatedDestinations = buildUnnamed331();
 | 
| -    o.warnings = buildUnnamed332();
 | 
| +    o.validatedDestinations = buildUnnamed352();
 | 
| +    o.warnings = buildUnnamed353();
 | 
|    }
 | 
|    buildCounterProduct--;
 | 
|    return o;
 | 
| @@ -4299,14 +4299,14 @@ buildProduct() {
 | 
|  checkProduct(api.Product o) {
 | 
|    buildCounterProduct++;
 | 
|    if (buildCounterProduct < 3) {
 | 
| -    checkUnnamed319(o.additionalImageLinks);
 | 
| -    checkUnnamed320(o.additionalProductTypes);
 | 
| +    checkUnnamed340(o.additionalImageLinks);
 | 
| +    checkUnnamed341(o.additionalProductTypes);
 | 
|      unittest.expect(o.adult, unittest.isTrue);
 | 
|      unittest.expect(o.adwordsGrouping, unittest.equals('foo'));
 | 
| -    checkUnnamed321(o.adwordsLabels);
 | 
| +    checkUnnamed342(o.adwordsLabels);
 | 
|      unittest.expect(o.adwordsRedirect, unittest.equals('foo'));
 | 
|      unittest.expect(o.ageGroup, unittest.equals('foo'));
 | 
| -    checkUnnamed322(o.aspects);
 | 
| +    checkUnnamed343(o.aspects);
 | 
|      unittest.expect(o.availability, unittest.equals('foo'));
 | 
|      unittest.expect(o.availabilityDate, unittest.equals('foo'));
 | 
|      unittest.expect(o.brand, unittest.equals('foo'));
 | 
| @@ -4314,18 +4314,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'));
 | 
| -    checkUnnamed323(o.customAttributes);
 | 
| -    checkUnnamed324(o.customGroups);
 | 
| +    checkUnnamed344(o.customAttributes);
 | 
| +    checkUnnamed345(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'));
 | 
| -    checkUnnamed325(o.destinations);
 | 
| +    checkUnnamed346(o.destinations);
 | 
|      unittest.expect(o.displayAdsId, unittest.equals('foo'));
 | 
|      unittest.expect(o.displayAdsLink, unittest.equals('foo'));
 | 
| -    checkUnnamed326(o.displayAdsSimilarIds);
 | 
| +    checkUnnamed347(o.displayAdsSimilarIds);
 | 
|      unittest.expect(o.displayAdsTitle, unittest.equals('foo'));
 | 
|      unittest.expect(o.displayAdsValue, unittest.equals(42.0));
 | 
|      unittest.expect(o.energyEfficiencyClass, unittest.equals('foo'));
 | 
| @@ -4351,11 +4351,11 @@ checkProduct(api.Product o) {
 | 
|      unittest.expect(o.pattern, unittest.equals('foo'));
 | 
|      checkPrice(o.price);
 | 
|      unittest.expect(o.productType, unittest.equals('foo'));
 | 
| -    checkUnnamed327(o.promotionIds);
 | 
| +    checkUnnamed348(o.promotionIds);
 | 
|      checkPrice(o.salePrice);
 | 
|      unittest.expect(o.salePriceEffectiveDate, unittest.equals('foo'));
 | 
|      unittest.expect(o.sellOnGoogleQuantity, unittest.equals('foo'));
 | 
| -    checkUnnamed328(o.shipping);
 | 
| +    checkUnnamed349(o.shipping);
 | 
|      checkProductShippingDimension(o.shippingHeight);
 | 
|      unittest.expect(o.shippingLabel, unittest.equals('foo'));
 | 
|      checkProductShippingDimension(o.shippingLength);
 | 
| @@ -4363,14 +4363,14 @@ checkProduct(api.Product o) {
 | 
|      checkProductShippingDimension(o.shippingWidth);
 | 
|      unittest.expect(o.sizeSystem, unittest.equals('foo'));
 | 
|      unittest.expect(o.sizeType, unittest.equals('foo'));
 | 
| -    checkUnnamed329(o.sizes);
 | 
| +    checkUnnamed350(o.sizes);
 | 
|      unittest.expect(o.targetCountry, unittest.equals('foo'));
 | 
| -    checkUnnamed330(o.taxes);
 | 
| +    checkUnnamed351(o.taxes);
 | 
|      unittest.expect(o.title, unittest.equals('foo'));
 | 
|      checkProductUnitPricingBaseMeasure(o.unitPricingBaseMeasure);
 | 
|      checkProductUnitPricingMeasure(o.unitPricingMeasure);
 | 
| -    checkUnnamed331(o.validatedDestinations);
 | 
| -    checkUnnamed332(o.warnings);
 | 
| +    checkUnnamed352(o.validatedDestinations);
 | 
| +    checkUnnamed353(o.warnings);
 | 
|    }
 | 
|    buildCounterProduct--;
 | 
|  }
 | 
| @@ -4423,14 +4423,14 @@ checkProductCustomAttribute(api.ProductCustomAttribute o) {
 | 
|    buildCounterProductCustomAttribute--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed333() {
 | 
| +buildUnnamed354() {
 | 
|    var o = new core.List<api.ProductCustomAttribute>();
 | 
|    o.add(buildProductCustomAttribute());
 | 
|    o.add(buildProductCustomAttribute());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed333(core.List<api.ProductCustomAttribute> o) {
 | 
| +checkUnnamed354(core.List<api.ProductCustomAttribute> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkProductCustomAttribute(o[0]);
 | 
|    checkProductCustomAttribute(o[1]);
 | 
| @@ -4441,7 +4441,7 @@ buildProductCustomGroup() {
 | 
|    var o = new api.ProductCustomGroup();
 | 
|    buildCounterProductCustomGroup++;
 | 
|    if (buildCounterProductCustomGroup < 3) {
 | 
| -    o.attributes = buildUnnamed333();
 | 
| +    o.attributes = buildUnnamed354();
 | 
|      o.name = "foo";
 | 
|    }
 | 
|    buildCounterProductCustomGroup--;
 | 
| @@ -4451,7 +4451,7 @@ buildProductCustomGroup() {
 | 
|  checkProductCustomGroup(api.ProductCustomGroup o) {
 | 
|    buildCounterProductCustomGroup++;
 | 
|    if (buildCounterProductCustomGroup < 3) {
 | 
| -    checkUnnamed333(o.attributes);
 | 
| +    checkUnnamed354(o.attributes);
 | 
|      unittest.expect(o.name, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterProductCustomGroup--;
 | 
| @@ -4551,27 +4551,27 @@ checkProductShippingWeight(api.ProductShippingWeight o) {
 | 
|    buildCounterProductShippingWeight--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed334() {
 | 
| +buildUnnamed355() {
 | 
|    var o = new core.List<api.ProductStatusDataQualityIssue>();
 | 
|    o.add(buildProductStatusDataQualityIssue());
 | 
|    o.add(buildProductStatusDataQualityIssue());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed334(core.List<api.ProductStatusDataQualityIssue> o) {
 | 
| +checkUnnamed355(core.List<api.ProductStatusDataQualityIssue> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkProductStatusDataQualityIssue(o[0]);
 | 
|    checkProductStatusDataQualityIssue(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed335() {
 | 
| +buildUnnamed356() {
 | 
|    var o = new core.List<api.ProductStatusDestinationStatus>();
 | 
|    o.add(buildProductStatusDestinationStatus());
 | 
|    o.add(buildProductStatusDestinationStatus());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed335(core.List<api.ProductStatusDestinationStatus> o) {
 | 
| +checkUnnamed356(core.List<api.ProductStatusDestinationStatus> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkProductStatusDestinationStatus(o[0]);
 | 
|    checkProductStatusDestinationStatus(o[1]);
 | 
| @@ -4583,8 +4583,8 @@ buildProductStatus() {
 | 
|    buildCounterProductStatus++;
 | 
|    if (buildCounterProductStatus < 3) {
 | 
|      o.creationDate = "foo";
 | 
| -    o.dataQualityIssues = buildUnnamed334();
 | 
| -    o.destinationStatuses = buildUnnamed335();
 | 
| +    o.dataQualityIssues = buildUnnamed355();
 | 
| +    o.destinationStatuses = buildUnnamed356();
 | 
|      o.googleExpirationDate = "foo";
 | 
|      o.kind = "foo";
 | 
|      o.lastUpdateDate = "foo";
 | 
| @@ -4600,8 +4600,8 @@ checkProductStatus(api.ProductStatus o) {
 | 
|    buildCounterProductStatus++;
 | 
|    if (buildCounterProductStatus < 3) {
 | 
|      unittest.expect(o.creationDate, unittest.equals('foo'));
 | 
| -    checkUnnamed334(o.dataQualityIssues);
 | 
| -    checkUnnamed335(o.destinationStatuses);
 | 
| +    checkUnnamed355(o.dataQualityIssues);
 | 
| +    checkUnnamed356(o.destinationStatuses);
 | 
|      unittest.expect(o.googleExpirationDate, unittest.equals('foo'));
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.lastUpdateDate, unittest.equals('foo'));
 | 
| @@ -4739,14 +4739,14 @@ checkProductUnitPricingMeasure(api.ProductUnitPricingMeasure o) {
 | 
|    buildCounterProductUnitPricingMeasure--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed336() {
 | 
| +buildUnnamed357() {
 | 
|    var o = new core.List<api.ProductsCustomBatchRequestEntry>();
 | 
|    o.add(buildProductsCustomBatchRequestEntry());
 | 
|    o.add(buildProductsCustomBatchRequestEntry());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed336(core.List<api.ProductsCustomBatchRequestEntry> o) {
 | 
| +checkUnnamed357(core.List<api.ProductsCustomBatchRequestEntry> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkProductsCustomBatchRequestEntry(o[0]);
 | 
|    checkProductsCustomBatchRequestEntry(o[1]);
 | 
| @@ -4757,7 +4757,7 @@ buildProductsCustomBatchRequest() {
 | 
|    var o = new api.ProductsCustomBatchRequest();
 | 
|    buildCounterProductsCustomBatchRequest++;
 | 
|    if (buildCounterProductsCustomBatchRequest < 3) {
 | 
| -    o.entries = buildUnnamed336();
 | 
| +    o.entries = buildUnnamed357();
 | 
|    }
 | 
|    buildCounterProductsCustomBatchRequest--;
 | 
|    return o;
 | 
| @@ -4766,7 +4766,7 @@ buildProductsCustomBatchRequest() {
 | 
|  checkProductsCustomBatchRequest(api.ProductsCustomBatchRequest o) {
 | 
|    buildCounterProductsCustomBatchRequest++;
 | 
|    if (buildCounterProductsCustomBatchRequest < 3) {
 | 
| -    checkUnnamed336(o.entries);
 | 
| +    checkUnnamed357(o.entries);
 | 
|    }
 | 
|    buildCounterProductsCustomBatchRequest--;
 | 
|  }
 | 
| @@ -4798,14 +4798,14 @@ checkProductsCustomBatchRequestEntry(api.ProductsCustomBatchRequestEntry o) {
 | 
|    buildCounterProductsCustomBatchRequestEntry--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed337() {
 | 
| +buildUnnamed358() {
 | 
|    var o = new core.List<api.ProductsCustomBatchResponseEntry>();
 | 
|    o.add(buildProductsCustomBatchResponseEntry());
 | 
|    o.add(buildProductsCustomBatchResponseEntry());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed337(core.List<api.ProductsCustomBatchResponseEntry> o) {
 | 
| +checkUnnamed358(core.List<api.ProductsCustomBatchResponseEntry> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkProductsCustomBatchResponseEntry(o[0]);
 | 
|    checkProductsCustomBatchResponseEntry(o[1]);
 | 
| @@ -4816,7 +4816,7 @@ buildProductsCustomBatchResponse() {
 | 
|    var o = new api.ProductsCustomBatchResponse();
 | 
|    buildCounterProductsCustomBatchResponse++;
 | 
|    if (buildCounterProductsCustomBatchResponse < 3) {
 | 
| -    o.entries = buildUnnamed337();
 | 
| +    o.entries = buildUnnamed358();
 | 
|      o.kind = "foo";
 | 
|    }
 | 
|    buildCounterProductsCustomBatchResponse--;
 | 
| @@ -4826,7 +4826,7 @@ buildProductsCustomBatchResponse() {
 | 
|  checkProductsCustomBatchResponse(api.ProductsCustomBatchResponse o) {
 | 
|    buildCounterProductsCustomBatchResponse++;
 | 
|    if (buildCounterProductsCustomBatchResponse < 3) {
 | 
| -    checkUnnamed337(o.entries);
 | 
| +    checkUnnamed358(o.entries);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterProductsCustomBatchResponse--;
 | 
| @@ -4857,14 +4857,14 @@ checkProductsCustomBatchResponseEntry(api.ProductsCustomBatchResponseEntry o) {
 | 
|    buildCounterProductsCustomBatchResponseEntry--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed338() {
 | 
| +buildUnnamed359() {
 | 
|    var o = new core.List<api.Product>();
 | 
|    o.add(buildProduct());
 | 
|    o.add(buildProduct());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed338(core.List<api.Product> o) {
 | 
| +checkUnnamed359(core.List<api.Product> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkProduct(o[0]);
 | 
|    checkProduct(o[1]);
 | 
| @@ -4877,7 +4877,7 @@ buildProductsListResponse() {
 | 
|    if (buildCounterProductsListResponse < 3) {
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
| -    o.resources = buildUnnamed338();
 | 
| +    o.resources = buildUnnamed359();
 | 
|    }
 | 
|    buildCounterProductsListResponse--;
 | 
|    return o;
 | 
| @@ -4888,19 +4888,19 @@ checkProductsListResponse(api.ProductsListResponse o) {
 | 
|    if (buildCounterProductsListResponse < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
| -    checkUnnamed338(o.resources);
 | 
| +    checkUnnamed359(o.resources);
 | 
|    }
 | 
|    buildCounterProductsListResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed339() {
 | 
| +buildUnnamed360() {
 | 
|    var o = new core.List<api.ProductstatusesCustomBatchRequestEntry>();
 | 
|    o.add(buildProductstatusesCustomBatchRequestEntry());
 | 
|    o.add(buildProductstatusesCustomBatchRequestEntry());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed339(core.List<api.ProductstatusesCustomBatchRequestEntry> o) {
 | 
| +checkUnnamed360(core.List<api.ProductstatusesCustomBatchRequestEntry> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkProductstatusesCustomBatchRequestEntry(o[0]);
 | 
|    checkProductstatusesCustomBatchRequestEntry(o[1]);
 | 
| @@ -4911,7 +4911,7 @@ buildProductstatusesCustomBatchRequest() {
 | 
|    var o = new api.ProductstatusesCustomBatchRequest();
 | 
|    buildCounterProductstatusesCustomBatchRequest++;
 | 
|    if (buildCounterProductstatusesCustomBatchRequest < 3) {
 | 
| -    o.entries = buildUnnamed339();
 | 
| +    o.entries = buildUnnamed360();
 | 
|    }
 | 
|    buildCounterProductstatusesCustomBatchRequest--;
 | 
|    return o;
 | 
| @@ -4920,7 +4920,7 @@ buildProductstatusesCustomBatchRequest() {
 | 
|  checkProductstatusesCustomBatchRequest(api.ProductstatusesCustomBatchRequest o) {
 | 
|    buildCounterProductstatusesCustomBatchRequest++;
 | 
|    if (buildCounterProductstatusesCustomBatchRequest < 3) {
 | 
| -    checkUnnamed339(o.entries);
 | 
| +    checkUnnamed360(o.entries);
 | 
|    }
 | 
|    buildCounterProductstatusesCustomBatchRequest--;
 | 
|  }
 | 
| @@ -4950,14 +4950,14 @@ checkProductstatusesCustomBatchRequestEntry(api.ProductstatusesCustomBatchReques
 | 
|    buildCounterProductstatusesCustomBatchRequestEntry--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed340() {
 | 
| +buildUnnamed361() {
 | 
|    var o = new core.List<api.ProductstatusesCustomBatchResponseEntry>();
 | 
|    o.add(buildProductstatusesCustomBatchResponseEntry());
 | 
|    o.add(buildProductstatusesCustomBatchResponseEntry());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed340(core.List<api.ProductstatusesCustomBatchResponseEntry> o) {
 | 
| +checkUnnamed361(core.List<api.ProductstatusesCustomBatchResponseEntry> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkProductstatusesCustomBatchResponseEntry(o[0]);
 | 
|    checkProductstatusesCustomBatchResponseEntry(o[1]);
 | 
| @@ -4968,7 +4968,7 @@ buildProductstatusesCustomBatchResponse() {
 | 
|    var o = new api.ProductstatusesCustomBatchResponse();
 | 
|    buildCounterProductstatusesCustomBatchResponse++;
 | 
|    if (buildCounterProductstatusesCustomBatchResponse < 3) {
 | 
| -    o.entries = buildUnnamed340();
 | 
| +    o.entries = buildUnnamed361();
 | 
|      o.kind = "foo";
 | 
|    }
 | 
|    buildCounterProductstatusesCustomBatchResponse--;
 | 
| @@ -4978,7 +4978,7 @@ buildProductstatusesCustomBatchResponse() {
 | 
|  checkProductstatusesCustomBatchResponse(api.ProductstatusesCustomBatchResponse o) {
 | 
|    buildCounterProductstatusesCustomBatchResponse++;
 | 
|    if (buildCounterProductstatusesCustomBatchResponse < 3) {
 | 
| -    checkUnnamed340(o.entries);
 | 
| +    checkUnnamed361(o.entries);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterProductstatusesCustomBatchResponse--;
 | 
| @@ -5009,14 +5009,14 @@ checkProductstatusesCustomBatchResponseEntry(api.ProductstatusesCustomBatchRespo
 | 
|    buildCounterProductstatusesCustomBatchResponseEntry--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed341() {
 | 
| +buildUnnamed362() {
 | 
|    var o = new core.List<api.ProductStatus>();
 | 
|    o.add(buildProductStatus());
 | 
|    o.add(buildProductStatus());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed341(core.List<api.ProductStatus> o) {
 | 
| +checkUnnamed362(core.List<api.ProductStatus> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkProductStatus(o[0]);
 | 
|    checkProductStatus(o[1]);
 | 
| @@ -5029,7 +5029,7 @@ buildProductstatusesListResponse() {
 | 
|    if (buildCounterProductstatusesListResponse < 3) {
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
| -    o.resources = buildUnnamed341();
 | 
| +    o.resources = buildUnnamed362();
 | 
|    }
 | 
|    buildCounterProductstatusesListResponse--;
 | 
|    return o;
 | 
| @@ -5040,45 +5040,45 @@ checkProductstatusesListResponse(api.ProductstatusesListResponse o) {
 | 
|    if (buildCounterProductstatusesListResponse < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
| -    checkUnnamed341(o.resources);
 | 
| +    checkUnnamed362(o.resources);
 | 
|    }
 | 
|    buildCounterProductstatusesListResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed342() {
 | 
| +buildUnnamed363() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed342(core.List<core.String> o) {
 | 
| +checkUnnamed363(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'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed343() {
 | 
| +buildUnnamed364() {
 | 
|    var o = new core.List<api.CarrierRate>();
 | 
|    o.add(buildCarrierRate());
 | 
|    o.add(buildCarrierRate());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed343(core.List<api.CarrierRate> o) {
 | 
| +checkUnnamed364(core.List<api.CarrierRate> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkCarrierRate(o[0]);
 | 
|    checkCarrierRate(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed344() {
 | 
| +buildUnnamed365() {
 | 
|    var o = new core.List<api.Table>();
 | 
|    o.add(buildTable());
 | 
|    o.add(buildTable());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed344(core.List<api.Table> o) {
 | 
| +checkUnnamed365(core.List<api.Table> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkTable(o[0]);
 | 
|    checkTable(o[1]);
 | 
| @@ -5089,11 +5089,11 @@ buildRateGroup() {
 | 
|    var o = new api.RateGroup();
 | 
|    buildCounterRateGroup++;
 | 
|    if (buildCounterRateGroup < 3) {
 | 
| -    o.applicableShippingLabels = buildUnnamed342();
 | 
| -    o.carrierRates = buildUnnamed343();
 | 
| +    o.applicableShippingLabels = buildUnnamed363();
 | 
| +    o.carrierRates = buildUnnamed364();
 | 
|      o.mainTable = buildTable();
 | 
|      o.singleValue = buildValue();
 | 
| -    o.subtables = buildUnnamed344();
 | 
| +    o.subtables = buildUnnamed365();
 | 
|    }
 | 
|    buildCounterRateGroup--;
 | 
|    return o;
 | 
| @@ -5102,23 +5102,23 @@ buildRateGroup() {
 | 
|  checkRateGroup(api.RateGroup o) {
 | 
|    buildCounterRateGroup++;
 | 
|    if (buildCounterRateGroup < 3) {
 | 
| -    checkUnnamed342(o.applicableShippingLabels);
 | 
| -    checkUnnamed343(o.carrierRates);
 | 
| +    checkUnnamed363(o.applicableShippingLabels);
 | 
| +    checkUnnamed364(o.carrierRates);
 | 
|      checkTable(o.mainTable);
 | 
|      checkValue(o.singleValue);
 | 
| -    checkUnnamed344(o.subtables);
 | 
| +    checkUnnamed365(o.subtables);
 | 
|    }
 | 
|    buildCounterRateGroup--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed345() {
 | 
| +buildUnnamed366() {
 | 
|    var o = new core.List<api.Value>();
 | 
|    o.add(buildValue());
 | 
|    o.add(buildValue());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed345(core.List<api.Value> o) {
 | 
| +checkUnnamed366(core.List<api.Value> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkValue(o[0]);
 | 
|    checkValue(o[1]);
 | 
| @@ -5129,7 +5129,7 @@ buildRow() {
 | 
|    var o = new api.Row();
 | 
|    buildCounterRow++;
 | 
|    if (buildCounterRow < 3) {
 | 
| -    o.cells = buildUnnamed345();
 | 
| +    o.cells = buildUnnamed366();
 | 
|    }
 | 
|    buildCounterRow--;
 | 
|    return o;
 | 
| @@ -5138,19 +5138,19 @@ buildRow() {
 | 
|  checkRow(api.Row o) {
 | 
|    buildCounterRow++;
 | 
|    if (buildCounterRow < 3) {
 | 
| -    checkUnnamed345(o.cells);
 | 
| +    checkUnnamed366(o.cells);
 | 
|    }
 | 
|    buildCounterRow--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed346() {
 | 
| +buildUnnamed367() {
 | 
|    var o = new core.List<api.RateGroup>();
 | 
|    o.add(buildRateGroup());
 | 
|    o.add(buildRateGroup());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed346(core.List<api.RateGroup> o) {
 | 
| +checkUnnamed367(core.List<api.RateGroup> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkRateGroup(o[0]);
 | 
|    checkRateGroup(o[1]);
 | 
| @@ -5166,7 +5166,7 @@ buildService() {
 | 
|      o.deliveryCountry = "foo";
 | 
|      o.deliveryTime = buildDeliveryTime();
 | 
|      o.name = "foo";
 | 
| -    o.rateGroups = buildUnnamed346();
 | 
| +    o.rateGroups = buildUnnamed367();
 | 
|    }
 | 
|    buildCounterService--;
 | 
|    return o;
 | 
| @@ -5180,32 +5180,32 @@ checkService(api.Service o) {
 | 
|      unittest.expect(o.deliveryCountry, unittest.equals('foo'));
 | 
|      checkDeliveryTime(o.deliveryTime);
 | 
|      unittest.expect(o.name, unittest.equals('foo'));
 | 
| -    checkUnnamed346(o.rateGroups);
 | 
| +    checkUnnamed367(o.rateGroups);
 | 
|    }
 | 
|    buildCounterService--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed347() {
 | 
| +buildUnnamed368() {
 | 
|    var o = new core.List<api.PostalCodeGroup>();
 | 
|    o.add(buildPostalCodeGroup());
 | 
|    o.add(buildPostalCodeGroup());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed347(core.List<api.PostalCodeGroup> o) {
 | 
| +checkUnnamed368(core.List<api.PostalCodeGroup> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkPostalCodeGroup(o[0]);
 | 
|    checkPostalCodeGroup(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed348() {
 | 
| +buildUnnamed369() {
 | 
|    var o = new core.List<api.Service>();
 | 
|    o.add(buildService());
 | 
|    o.add(buildService());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed348(core.List<api.Service> o) {
 | 
| +checkUnnamed369(core.List<api.Service> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkService(o[0]);
 | 
|    checkService(o[1]);
 | 
| @@ -5217,8 +5217,8 @@ buildShippingSettings() {
 | 
|    buildCounterShippingSettings++;
 | 
|    if (buildCounterShippingSettings < 3) {
 | 
|      o.accountId = "foo";
 | 
| -    o.postalCodeGroups = buildUnnamed347();
 | 
| -    o.services = buildUnnamed348();
 | 
| +    o.postalCodeGroups = buildUnnamed368();
 | 
| +    o.services = buildUnnamed369();
 | 
|    }
 | 
|    buildCounterShippingSettings--;
 | 
|    return o;
 | 
| @@ -5228,20 +5228,20 @@ checkShippingSettings(api.ShippingSettings o) {
 | 
|    buildCounterShippingSettings++;
 | 
|    if (buildCounterShippingSettings < 3) {
 | 
|      unittest.expect(o.accountId, unittest.equals('foo'));
 | 
| -    checkUnnamed347(o.postalCodeGroups);
 | 
| -    checkUnnamed348(o.services);
 | 
| +    checkUnnamed368(o.postalCodeGroups);
 | 
| +    checkUnnamed369(o.services);
 | 
|    }
 | 
|    buildCounterShippingSettings--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed349() {
 | 
| +buildUnnamed370() {
 | 
|    var o = new core.List<api.ShippingsettingsCustomBatchRequestEntry>();
 | 
|    o.add(buildShippingsettingsCustomBatchRequestEntry());
 | 
|    o.add(buildShippingsettingsCustomBatchRequestEntry());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed349(core.List<api.ShippingsettingsCustomBatchRequestEntry> o) {
 | 
| +checkUnnamed370(core.List<api.ShippingsettingsCustomBatchRequestEntry> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkShippingsettingsCustomBatchRequestEntry(o[0]);
 | 
|    checkShippingsettingsCustomBatchRequestEntry(o[1]);
 | 
| @@ -5252,7 +5252,7 @@ buildShippingsettingsCustomBatchRequest() {
 | 
|    var o = new api.ShippingsettingsCustomBatchRequest();
 | 
|    buildCounterShippingsettingsCustomBatchRequest++;
 | 
|    if (buildCounterShippingsettingsCustomBatchRequest < 3) {
 | 
| -    o.entries = buildUnnamed349();
 | 
| +    o.entries = buildUnnamed370();
 | 
|    }
 | 
|    buildCounterShippingsettingsCustomBatchRequest--;
 | 
|    return o;
 | 
| @@ -5261,7 +5261,7 @@ buildShippingsettingsCustomBatchRequest() {
 | 
|  checkShippingsettingsCustomBatchRequest(api.ShippingsettingsCustomBatchRequest o) {
 | 
|    buildCounterShippingsettingsCustomBatchRequest++;
 | 
|    if (buildCounterShippingsettingsCustomBatchRequest < 3) {
 | 
| -    checkUnnamed349(o.entries);
 | 
| +    checkUnnamed370(o.entries);
 | 
|    }
 | 
|    buildCounterShippingsettingsCustomBatchRequest--;
 | 
|  }
 | 
| @@ -5293,14 +5293,14 @@ checkShippingsettingsCustomBatchRequestEntry(api.ShippingsettingsCustomBatchRequ
 | 
|    buildCounterShippingsettingsCustomBatchRequestEntry--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed350() {
 | 
| +buildUnnamed371() {
 | 
|    var o = new core.List<api.ShippingsettingsCustomBatchResponseEntry>();
 | 
|    o.add(buildShippingsettingsCustomBatchResponseEntry());
 | 
|    o.add(buildShippingsettingsCustomBatchResponseEntry());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed350(core.List<api.ShippingsettingsCustomBatchResponseEntry> o) {
 | 
| +checkUnnamed371(core.List<api.ShippingsettingsCustomBatchResponseEntry> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkShippingsettingsCustomBatchResponseEntry(o[0]);
 | 
|    checkShippingsettingsCustomBatchResponseEntry(o[1]);
 | 
| @@ -5311,7 +5311,7 @@ buildShippingsettingsCustomBatchResponse() {
 | 
|    var o = new api.ShippingsettingsCustomBatchResponse();
 | 
|    buildCounterShippingsettingsCustomBatchResponse++;
 | 
|    if (buildCounterShippingsettingsCustomBatchResponse < 3) {
 | 
| -    o.entries = buildUnnamed350();
 | 
| +    o.entries = buildUnnamed371();
 | 
|      o.kind = "foo";
 | 
|    }
 | 
|    buildCounterShippingsettingsCustomBatchResponse--;
 | 
| @@ -5321,7 +5321,7 @@ buildShippingsettingsCustomBatchResponse() {
 | 
|  checkShippingsettingsCustomBatchResponse(api.ShippingsettingsCustomBatchResponse o) {
 | 
|    buildCounterShippingsettingsCustomBatchResponse++;
 | 
|    if (buildCounterShippingsettingsCustomBatchResponse < 3) {
 | 
| -    checkUnnamed350(o.entries);
 | 
| +    checkUnnamed371(o.entries);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterShippingsettingsCustomBatchResponse--;
 | 
| @@ -5352,14 +5352,14 @@ checkShippingsettingsCustomBatchResponseEntry(api.ShippingsettingsCustomBatchRes
 | 
|    buildCounterShippingsettingsCustomBatchResponseEntry--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed351() {
 | 
| +buildUnnamed372() {
 | 
|    var o = new core.List<api.CarriersCarrier>();
 | 
|    o.add(buildCarriersCarrier());
 | 
|    o.add(buildCarriersCarrier());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed351(core.List<api.CarriersCarrier> o) {
 | 
| +checkUnnamed372(core.List<api.CarriersCarrier> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkCarriersCarrier(o[0]);
 | 
|    checkCarriersCarrier(o[1]);
 | 
| @@ -5370,7 +5370,7 @@ buildShippingsettingsGetSupportedCarriersResponse() {
 | 
|    var o = new api.ShippingsettingsGetSupportedCarriersResponse();
 | 
|    buildCounterShippingsettingsGetSupportedCarriersResponse++;
 | 
|    if (buildCounterShippingsettingsGetSupportedCarriersResponse < 3) {
 | 
| -    o.carriers = buildUnnamed351();
 | 
| +    o.carriers = buildUnnamed372();
 | 
|      o.kind = "foo";
 | 
|    }
 | 
|    buildCounterShippingsettingsGetSupportedCarriersResponse--;
 | 
| @@ -5380,20 +5380,20 @@ buildShippingsettingsGetSupportedCarriersResponse() {
 | 
|  checkShippingsettingsGetSupportedCarriersResponse(api.ShippingsettingsGetSupportedCarriersResponse o) {
 | 
|    buildCounterShippingsettingsGetSupportedCarriersResponse++;
 | 
|    if (buildCounterShippingsettingsGetSupportedCarriersResponse < 3) {
 | 
| -    checkUnnamed351(o.carriers);
 | 
| +    checkUnnamed372(o.carriers);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterShippingsettingsGetSupportedCarriersResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed352() {
 | 
| +buildUnnamed373() {
 | 
|    var o = new core.List<api.ShippingSettings>();
 | 
|    o.add(buildShippingSettings());
 | 
|    o.add(buildShippingSettings());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed352(core.List<api.ShippingSettings> o) {
 | 
| +checkUnnamed373(core.List<api.ShippingSettings> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkShippingSettings(o[0]);
 | 
|    checkShippingSettings(o[1]);
 | 
| @@ -5406,7 +5406,7 @@ buildShippingsettingsListResponse() {
 | 
|    if (buildCounterShippingsettingsListResponse < 3) {
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
| -    o.resources = buildUnnamed352();
 | 
| +    o.resources = buildUnnamed373();
 | 
|    }
 | 
|    buildCounterShippingsettingsListResponse--;
 | 
|    return o;
 | 
| @@ -5417,19 +5417,19 @@ checkShippingsettingsListResponse(api.ShippingsettingsListResponse o) {
 | 
|    if (buildCounterShippingsettingsListResponse < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
| -    checkUnnamed352(o.resources);
 | 
| +    checkUnnamed373(o.resources);
 | 
|    }
 | 
|    buildCounterShippingsettingsListResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed353() {
 | 
| +buildUnnamed374() {
 | 
|    var o = new core.List<api.Row>();
 | 
|    o.add(buildRow());
 | 
|    o.add(buildRow());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed353(core.List<api.Row> o) {
 | 
| +checkUnnamed374(core.List<api.Row> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkRow(o[0]);
 | 
|    checkRow(o[1]);
 | 
| @@ -5443,7 +5443,7 @@ buildTable() {
 | 
|      o.columnHeaders = buildHeaders();
 | 
|      o.name = "foo";
 | 
|      o.rowHeaders = buildHeaders();
 | 
| -    o.rows = buildUnnamed353();
 | 
| +    o.rows = buildUnnamed374();
 | 
|    }
 | 
|    buildCounterTable--;
 | 
|    return o;
 | 
| @@ -5455,32 +5455,32 @@ checkTable(api.Table o) {
 | 
|      checkHeaders(o.columnHeaders);
 | 
|      unittest.expect(o.name, unittest.equals('foo'));
 | 
|      checkHeaders(o.rowHeaders);
 | 
| -    checkUnnamed353(o.rows);
 | 
| +    checkUnnamed374(o.rows);
 | 
|    }
 | 
|    buildCounterTable--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed354() {
 | 
| +buildUnnamed375() {
 | 
|    var o = new core.List<api.TestOrderLineItem>();
 | 
|    o.add(buildTestOrderLineItem());
 | 
|    o.add(buildTestOrderLineItem());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed354(core.List<api.TestOrderLineItem> o) {
 | 
| +checkUnnamed375(core.List<api.TestOrderLineItem> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkTestOrderLineItem(o[0]);
 | 
|    checkTestOrderLineItem(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed355() {
 | 
| +buildUnnamed376() {
 | 
|    var o = new core.List<api.OrderPromotion>();
 | 
|    o.add(buildOrderPromotion());
 | 
|    o.add(buildOrderPromotion());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed355(core.List<api.OrderPromotion> o) {
 | 
| +checkUnnamed376(core.List<api.OrderPromotion> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkOrderPromotion(o[0]);
 | 
|    checkOrderPromotion(o[1]);
 | 
| @@ -5493,10 +5493,10 @@ buildTestOrder() {
 | 
|    if (buildCounterTestOrder < 3) {
 | 
|      o.customer = buildTestOrderCustomer();
 | 
|      o.kind = "foo";
 | 
| -    o.lineItems = buildUnnamed354();
 | 
| +    o.lineItems = buildUnnamed375();
 | 
|      o.paymentMethod = buildTestOrderPaymentMethod();
 | 
|      o.predefinedDeliveryAddress = "foo";
 | 
| -    o.promotions = buildUnnamed355();
 | 
| +    o.promotions = buildUnnamed376();
 | 
|      o.shippingCost = buildPrice();
 | 
|      o.shippingCostTax = buildPrice();
 | 
|      o.shippingOption = "foo";
 | 
| @@ -5510,10 +5510,10 @@ checkTestOrder(api.TestOrder o) {
 | 
|    if (buildCounterTestOrder < 3) {
 | 
|      checkTestOrderCustomer(o.customer);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed354(o.lineItems);
 | 
| +    checkUnnamed375(o.lineItems);
 | 
|      checkTestOrderPaymentMethod(o.paymentMethod);
 | 
|      unittest.expect(o.predefinedDeliveryAddress, unittest.equals('foo'));
 | 
| -    checkUnnamed355(o.promotions);
 | 
| +    checkUnnamed376(o.promotions);
 | 
|      checkPrice(o.shippingCost);
 | 
|      checkPrice(o.shippingCostTax);
 | 
|      unittest.expect(o.shippingOption, unittest.equals('foo'));
 | 
| @@ -5571,14 +5571,14 @@ checkTestOrderLineItem(api.TestOrderLineItem o) {
 | 
|    buildCounterTestOrderLineItem--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed356() {
 | 
| +buildUnnamed377() {
 | 
|    var o = new core.List<api.OrderLineItemProductVariantAttribute>();
 | 
|    o.add(buildOrderLineItemProductVariantAttribute());
 | 
|    o.add(buildOrderLineItemProductVariantAttribute());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed356(core.List<api.OrderLineItemProductVariantAttribute> o) {
 | 
| +checkUnnamed377(core.List<api.OrderLineItemProductVariantAttribute> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkOrderLineItemProductVariantAttribute(o[0]);
 | 
|    checkOrderLineItemProductVariantAttribute(o[1]);
 | 
| @@ -5601,7 +5601,7 @@ buildTestOrderLineItemProduct() {
 | 
|      o.price = buildPrice();
 | 
|      o.targetCountry = "foo";
 | 
|      o.title = "foo";
 | 
| -    o.variantAttributes = buildUnnamed356();
 | 
| +    o.variantAttributes = buildUnnamed377();
 | 
|    }
 | 
|    buildCounterTestOrderLineItemProduct--;
 | 
|    return o;
 | 
| @@ -5622,7 +5622,7 @@ checkTestOrderLineItemProduct(api.TestOrderLineItemProduct o) {
 | 
|      checkPrice(o.price);
 | 
|      unittest.expect(o.targetCountry, unittest.equals('foo'));
 | 
|      unittest.expect(o.title, unittest.equals('foo'));
 | 
| -    checkUnnamed356(o.variantAttributes);
 | 
| +    checkUnnamed377(o.variantAttributes);
 | 
|    }
 | 
|    buildCounterTestOrderLineItemProduct--;
 | 
|  }
 | 
| @@ -5702,14 +5702,14 @@ checkWeight(api.Weight o) {
 | 
|    buildCounterWeight--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed357() {
 | 
| +buildUnnamed378() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed357(core.List<core.String> o) {
 | 
| +checkUnnamed378(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'));
 | 
| @@ -9233,7 +9233,7 @@ main() {
 | 
|        var arg_pageToken = "foo";
 | 
|        var arg_placedDateEnd = "foo";
 | 
|        var arg_placedDateStart = "foo";
 | 
| -      var arg_statuses = buildUnnamed357();
 | 
| +      var arg_statuses = buildUnnamed378();
 | 
|        mock.register(unittest.expectAsync((http.BaseRequest req, json) {
 | 
|          var path = (req.url).path;
 | 
|          var pathOffset = 0;
 | 
| 
 |