| 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 30a9f4e0796ccd4192dc599b288e9b17db45919a..9dbb0c0483602a580652f1485ca44de6088723ec 100644
 | 
| --- a/generated/googleapis/test/content/v2_test.dart
 | 
| +++ b/generated/googleapis/test/content/v2_test.dart
 | 
| @@ -16,27 +16,27 @@ import 'package:googleapis/content/v2.dart' as api;
 | 
|  
 | 
|  
 | 
|  
 | 
| -buildUnnamed295() {
 | 
| +buildUnnamed560() {
 | 
|    var o = new core.List<api.AccountAdwordsLink>();
 | 
|    o.add(buildAccountAdwordsLink());
 | 
|    o.add(buildAccountAdwordsLink());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed295(core.List<api.AccountAdwordsLink> o) {
 | 
| +checkUnnamed560(core.List<api.AccountAdwordsLink> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAccountAdwordsLink(o[0]);
 | 
|    checkAccountAdwordsLink(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed296() {
 | 
| +buildUnnamed561() {
 | 
|    var o = new core.List<api.AccountUser>();
 | 
|    o.add(buildAccountUser());
 | 
|    o.add(buildAccountUser());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed296(core.List<api.AccountUser> o) {
 | 
| +checkUnnamed561(core.List<api.AccountUser> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAccountUser(o[0]);
 | 
|    checkAccountUser(o[1]);
 | 
| @@ -48,13 +48,13 @@ buildAccount() {
 | 
|    buildCounterAccount++;
 | 
|    if (buildCounterAccount < 3) {
 | 
|      o.adultContent = true;
 | 
| -    o.adwordsLinks = buildUnnamed295();
 | 
| +    o.adwordsLinks = buildUnnamed560();
 | 
|      o.id = "foo";
 | 
|      o.kind = "foo";
 | 
|      o.name = "foo";
 | 
|      o.reviewsUrl = "foo";
 | 
|      o.sellerId = "foo";
 | 
| -    o.users = buildUnnamed296();
 | 
| +    o.users = buildUnnamed561();
 | 
|      o.websiteUrl = "foo";
 | 
|    }
 | 
|    buildCounterAccount--;
 | 
| @@ -65,13 +65,13 @@ checkAccount(api.Account o) {
 | 
|    buildCounterAccount++;
 | 
|    if (buildCounterAccount < 3) {
 | 
|      unittest.expect(o.adultContent, unittest.isTrue);
 | 
| -    checkUnnamed295(o.adwordsLinks);
 | 
| +    checkUnnamed560(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'));
 | 
| -    checkUnnamed296(o.users);
 | 
| +    checkUnnamed561(o.users);
 | 
|      unittest.expect(o.websiteUrl, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterAccount--;
 | 
| @@ -98,14 +98,14 @@ checkAccountAdwordsLink(api.AccountAdwordsLink o) {
 | 
|    buildCounterAccountAdwordsLink--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed297() {
 | 
| +buildUnnamed562() {
 | 
|    var o = new core.List<api.AccountStatusDataQualityIssue>();
 | 
|    o.add(buildAccountStatusDataQualityIssue());
 | 
|    o.add(buildAccountStatusDataQualityIssue());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed297(core.List<api.AccountStatusDataQualityIssue> o) {
 | 
| +checkUnnamed562(core.List<api.AccountStatusDataQualityIssue> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAccountStatusDataQualityIssue(o[0]);
 | 
|    checkAccountStatusDataQualityIssue(o[1]);
 | 
| @@ -117,7 +117,7 @@ buildAccountStatus() {
 | 
|    buildCounterAccountStatus++;
 | 
|    if (buildCounterAccountStatus < 3) {
 | 
|      o.accountId = "foo";
 | 
| -    o.dataQualityIssues = buildUnnamed297();
 | 
| +    o.dataQualityIssues = buildUnnamed562();
 | 
|      o.kind = "foo";
 | 
|    }
 | 
|    buildCounterAccountStatus--;
 | 
| @@ -128,20 +128,20 @@ checkAccountStatus(api.AccountStatus o) {
 | 
|    buildCounterAccountStatus++;
 | 
|    if (buildCounterAccountStatus < 3) {
 | 
|      unittest.expect(o.accountId, unittest.equals('foo'));
 | 
| -    checkUnnamed297(o.dataQualityIssues);
 | 
| +    checkUnnamed562(o.dataQualityIssues);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterAccountStatus--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed298() {
 | 
| +buildUnnamed563() {
 | 
|    var o = new core.List<api.AccountStatusExampleItem>();
 | 
|    o.add(buildAccountStatusExampleItem());
 | 
|    o.add(buildAccountStatusExampleItem());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed298(core.List<api.AccountStatusExampleItem> o) {
 | 
| +checkUnnamed563(core.List<api.AccountStatusExampleItem> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAccountStatusExampleItem(o[0]);
 | 
|    checkAccountStatusExampleItem(o[1]);
 | 
| @@ -154,7 +154,7 @@ buildAccountStatusDataQualityIssue() {
 | 
|    if (buildCounterAccountStatusDataQualityIssue < 3) {
 | 
|      o.country = "foo";
 | 
|      o.displayedValue = "foo";
 | 
| -    o.exampleItems = buildUnnamed298();
 | 
| +    o.exampleItems = buildUnnamed563();
 | 
|      o.id = "foo";
 | 
|      o.lastChecked = "foo";
 | 
|      o.numItems = 42;
 | 
| @@ -170,7 +170,7 @@ checkAccountStatusDataQualityIssue(api.AccountStatusDataQualityIssue o) {
 | 
|    if (buildCounterAccountStatusDataQualityIssue < 3) {
 | 
|      unittest.expect(o.country, unittest.equals('foo'));
 | 
|      unittest.expect(o.displayedValue, unittest.equals('foo'));
 | 
| -    checkUnnamed298(o.exampleItems);
 | 
| +    checkUnnamed563(o.exampleItems);
 | 
|      unittest.expect(o.id, unittest.equals('foo'));
 | 
|      unittest.expect(o.lastChecked, unittest.equals('foo'));
 | 
|      unittest.expect(o.numItems, unittest.equals(42));
 | 
| @@ -228,14 +228,14 @@ checkAccountUser(api.AccountUser o) {
 | 
|    buildCounterAccountUser--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed299() {
 | 
| +buildUnnamed564() {
 | 
|    var o = new core.List<api.AccountsCustomBatchRequestEntry>();
 | 
|    o.add(buildAccountsCustomBatchRequestEntry());
 | 
|    o.add(buildAccountsCustomBatchRequestEntry());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed299(core.List<api.AccountsCustomBatchRequestEntry> o) {
 | 
| +checkUnnamed564(core.List<api.AccountsCustomBatchRequestEntry> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAccountsCustomBatchRequestEntry(o[0]);
 | 
|    checkAccountsCustomBatchRequestEntry(o[1]);
 | 
| @@ -246,7 +246,7 @@ buildAccountsCustomBatchRequest() {
 | 
|    var o = new api.AccountsCustomBatchRequest();
 | 
|    buildCounterAccountsCustomBatchRequest++;
 | 
|    if (buildCounterAccountsCustomBatchRequest < 3) {
 | 
| -    o.entries = buildUnnamed299();
 | 
| +    o.entries = buildUnnamed564();
 | 
|    }
 | 
|    buildCounterAccountsCustomBatchRequest--;
 | 
|    return o;
 | 
| @@ -255,7 +255,7 @@ buildAccountsCustomBatchRequest() {
 | 
|  checkAccountsCustomBatchRequest(api.AccountsCustomBatchRequest o) {
 | 
|    buildCounterAccountsCustomBatchRequest++;
 | 
|    if (buildCounterAccountsCustomBatchRequest < 3) {
 | 
| -    checkUnnamed299(o.entries);
 | 
| +    checkUnnamed564(o.entries);
 | 
|    }
 | 
|    buildCounterAccountsCustomBatchRequest--;
 | 
|  }
 | 
| @@ -287,14 +287,14 @@ checkAccountsCustomBatchRequestEntry(api.AccountsCustomBatchRequestEntry o) {
 | 
|    buildCounterAccountsCustomBatchRequestEntry--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed300() {
 | 
| +buildUnnamed565() {
 | 
|    var o = new core.List<api.AccountsCustomBatchResponseEntry>();
 | 
|    o.add(buildAccountsCustomBatchResponseEntry());
 | 
|    o.add(buildAccountsCustomBatchResponseEntry());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed300(core.List<api.AccountsCustomBatchResponseEntry> o) {
 | 
| +checkUnnamed565(core.List<api.AccountsCustomBatchResponseEntry> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAccountsCustomBatchResponseEntry(o[0]);
 | 
|    checkAccountsCustomBatchResponseEntry(o[1]);
 | 
| @@ -305,7 +305,7 @@ buildAccountsCustomBatchResponse() {
 | 
|    var o = new api.AccountsCustomBatchResponse();
 | 
|    buildCounterAccountsCustomBatchResponse++;
 | 
|    if (buildCounterAccountsCustomBatchResponse < 3) {
 | 
| -    o.entries = buildUnnamed300();
 | 
| +    o.entries = buildUnnamed565();
 | 
|      o.kind = "foo";
 | 
|    }
 | 
|    buildCounterAccountsCustomBatchResponse--;
 | 
| @@ -315,7 +315,7 @@ buildAccountsCustomBatchResponse() {
 | 
|  checkAccountsCustomBatchResponse(api.AccountsCustomBatchResponse o) {
 | 
|    buildCounterAccountsCustomBatchResponse++;
 | 
|    if (buildCounterAccountsCustomBatchResponse < 3) {
 | 
| -    checkUnnamed300(o.entries);
 | 
| +    checkUnnamed565(o.entries);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterAccountsCustomBatchResponse--;
 | 
| @@ -346,14 +346,14 @@ checkAccountsCustomBatchResponseEntry(api.AccountsCustomBatchResponseEntry o) {
 | 
|    buildCounterAccountsCustomBatchResponseEntry--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed301() {
 | 
| +buildUnnamed566() {
 | 
|    var o = new core.List<api.Account>();
 | 
|    o.add(buildAccount());
 | 
|    o.add(buildAccount());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed301(core.List<api.Account> o) {
 | 
| +checkUnnamed566(core.List<api.Account> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAccount(o[0]);
 | 
|    checkAccount(o[1]);
 | 
| @@ -366,7 +366,7 @@ buildAccountsListResponse() {
 | 
|    if (buildCounterAccountsListResponse < 3) {
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
| -    o.resources = buildUnnamed301();
 | 
| +    o.resources = buildUnnamed566();
 | 
|    }
 | 
|    buildCounterAccountsListResponse--;
 | 
|    return o;
 | 
| @@ -377,19 +377,19 @@ checkAccountsListResponse(api.AccountsListResponse o) {
 | 
|    if (buildCounterAccountsListResponse < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
| -    checkUnnamed301(o.resources);
 | 
| +    checkUnnamed566(o.resources);
 | 
|    }
 | 
|    buildCounterAccountsListResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed302() {
 | 
| +buildUnnamed567() {
 | 
|    var o = new core.List<api.AccountstatusesCustomBatchRequestEntry>();
 | 
|    o.add(buildAccountstatusesCustomBatchRequestEntry());
 | 
|    o.add(buildAccountstatusesCustomBatchRequestEntry());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed302(core.List<api.AccountstatusesCustomBatchRequestEntry> o) {
 | 
| +checkUnnamed567(core.List<api.AccountstatusesCustomBatchRequestEntry> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAccountstatusesCustomBatchRequestEntry(o[0]);
 | 
|    checkAccountstatusesCustomBatchRequestEntry(o[1]);
 | 
| @@ -400,7 +400,7 @@ buildAccountstatusesCustomBatchRequest() {
 | 
|    var o = new api.AccountstatusesCustomBatchRequest();
 | 
|    buildCounterAccountstatusesCustomBatchRequest++;
 | 
|    if (buildCounterAccountstatusesCustomBatchRequest < 3) {
 | 
| -    o.entries = buildUnnamed302();
 | 
| +    o.entries = buildUnnamed567();
 | 
|    }
 | 
|    buildCounterAccountstatusesCustomBatchRequest--;
 | 
|    return o;
 | 
| @@ -409,7 +409,7 @@ buildAccountstatusesCustomBatchRequest() {
 | 
|  checkAccountstatusesCustomBatchRequest(api.AccountstatusesCustomBatchRequest o) {
 | 
|    buildCounterAccountstatusesCustomBatchRequest++;
 | 
|    if (buildCounterAccountstatusesCustomBatchRequest < 3) {
 | 
| -    checkUnnamed302(o.entries);
 | 
| +    checkUnnamed567(o.entries);
 | 
|    }
 | 
|    buildCounterAccountstatusesCustomBatchRequest--;
 | 
|  }
 | 
| @@ -439,14 +439,14 @@ checkAccountstatusesCustomBatchRequestEntry(api.AccountstatusesCustomBatchReques
 | 
|    buildCounterAccountstatusesCustomBatchRequestEntry--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed303() {
 | 
| +buildUnnamed568() {
 | 
|    var o = new core.List<api.AccountstatusesCustomBatchResponseEntry>();
 | 
|    o.add(buildAccountstatusesCustomBatchResponseEntry());
 | 
|    o.add(buildAccountstatusesCustomBatchResponseEntry());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed303(core.List<api.AccountstatusesCustomBatchResponseEntry> o) {
 | 
| +checkUnnamed568(core.List<api.AccountstatusesCustomBatchResponseEntry> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAccountstatusesCustomBatchResponseEntry(o[0]);
 | 
|    checkAccountstatusesCustomBatchResponseEntry(o[1]);
 | 
| @@ -457,7 +457,7 @@ buildAccountstatusesCustomBatchResponse() {
 | 
|    var o = new api.AccountstatusesCustomBatchResponse();
 | 
|    buildCounterAccountstatusesCustomBatchResponse++;
 | 
|    if (buildCounterAccountstatusesCustomBatchResponse < 3) {
 | 
| -    o.entries = buildUnnamed303();
 | 
| +    o.entries = buildUnnamed568();
 | 
|      o.kind = "foo";
 | 
|    }
 | 
|    buildCounterAccountstatusesCustomBatchResponse--;
 | 
| @@ -467,7 +467,7 @@ buildAccountstatusesCustomBatchResponse() {
 | 
|  checkAccountstatusesCustomBatchResponse(api.AccountstatusesCustomBatchResponse o) {
 | 
|    buildCounterAccountstatusesCustomBatchResponse++;
 | 
|    if (buildCounterAccountstatusesCustomBatchResponse < 3) {
 | 
| -    checkUnnamed303(o.entries);
 | 
| +    checkUnnamed568(o.entries);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterAccountstatusesCustomBatchResponse--;
 | 
| @@ -496,14 +496,14 @@ checkAccountstatusesCustomBatchResponseEntry(api.AccountstatusesCustomBatchRespo
 | 
|    buildCounterAccountstatusesCustomBatchResponseEntry--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed304() {
 | 
| +buildUnnamed569() {
 | 
|    var o = new core.List<api.AccountStatus>();
 | 
|    o.add(buildAccountStatus());
 | 
|    o.add(buildAccountStatus());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed304(core.List<api.AccountStatus> o) {
 | 
| +checkUnnamed569(core.List<api.AccountStatus> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAccountStatus(o[0]);
 | 
|    checkAccountStatus(o[1]);
 | 
| @@ -516,7 +516,7 @@ buildAccountstatusesListResponse() {
 | 
|    if (buildCounterAccountstatusesListResponse < 3) {
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
| -    o.resources = buildUnnamed304();
 | 
| +    o.resources = buildUnnamed569();
 | 
|    }
 | 
|    buildCounterAccountstatusesListResponse--;
 | 
|    return o;
 | 
| @@ -527,19 +527,19 @@ checkAccountstatusesListResponse(api.AccountstatusesListResponse o) {
 | 
|    if (buildCounterAccountstatusesListResponse < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
| -    checkUnnamed304(o.resources);
 | 
| +    checkUnnamed569(o.resources);
 | 
|    }
 | 
|    buildCounterAccountstatusesListResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed305() {
 | 
| +buildUnnamed570() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed305(core.List<core.String> o) {
 | 
| +checkUnnamed570(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'));
 | 
| @@ -557,7 +557,7 @@ buildDatafeed() {
 | 
|      o.fileName = "foo";
 | 
|      o.format = buildDatafeedFormat();
 | 
|      o.id = "foo";
 | 
| -    o.intendedDestinations = buildUnnamed305();
 | 
| +    o.intendedDestinations = buildUnnamed570();
 | 
|      o.kind = "foo";
 | 
|      o.name = "foo";
 | 
|      o.targetCountry = "foo";
 | 
| @@ -576,7 +576,7 @@ checkDatafeed(api.Datafeed o) {
 | 
|      unittest.expect(o.fileName, unittest.equals('foo'));
 | 
|      checkDatafeedFormat(o.format);
 | 
|      unittest.expect(o.id, unittest.equals('foo'));
 | 
| -    checkUnnamed305(o.intendedDestinations);
 | 
| +    checkUnnamed570(o.intendedDestinations);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.name, unittest.equals('foo'));
 | 
|      unittest.expect(o.targetCountry, unittest.equals('foo'));
 | 
| @@ -638,27 +638,27 @@ checkDatafeedFormat(api.DatafeedFormat o) {
 | 
|    buildCounterDatafeedFormat--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed306() {
 | 
| +buildUnnamed571() {
 | 
|    var o = new core.List<api.DatafeedStatusError>();
 | 
|    o.add(buildDatafeedStatusError());
 | 
|    o.add(buildDatafeedStatusError());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed306(core.List<api.DatafeedStatusError> o) {
 | 
| +checkUnnamed571(core.List<api.DatafeedStatusError> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkDatafeedStatusError(o[0]);
 | 
|    checkDatafeedStatusError(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed307() {
 | 
| +buildUnnamed572() {
 | 
|    var o = new core.List<api.DatafeedStatusError>();
 | 
|    o.add(buildDatafeedStatusError());
 | 
|    o.add(buildDatafeedStatusError());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed307(core.List<api.DatafeedStatusError> o) {
 | 
| +checkUnnamed572(core.List<api.DatafeedStatusError> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkDatafeedStatusError(o[0]);
 | 
|    checkDatafeedStatusError(o[1]);
 | 
| @@ -670,12 +670,12 @@ buildDatafeedStatus() {
 | 
|    buildCounterDatafeedStatus++;
 | 
|    if (buildCounterDatafeedStatus < 3) {
 | 
|      o.datafeedId = "foo";
 | 
| -    o.errors = buildUnnamed306();
 | 
| +    o.errors = buildUnnamed571();
 | 
|      o.itemsTotal = "foo";
 | 
|      o.itemsValid = "foo";
 | 
|      o.kind = "foo";
 | 
|      o.processingStatus = "foo";
 | 
| -    o.warnings = buildUnnamed307();
 | 
| +    o.warnings = buildUnnamed572();
 | 
|    }
 | 
|    buildCounterDatafeedStatus--;
 | 
|    return o;
 | 
| @@ -685,24 +685,24 @@ checkDatafeedStatus(api.DatafeedStatus o) {
 | 
|    buildCounterDatafeedStatus++;
 | 
|    if (buildCounterDatafeedStatus < 3) {
 | 
|      unittest.expect(o.datafeedId, unittest.equals('foo'));
 | 
| -    checkUnnamed306(o.errors);
 | 
| +    checkUnnamed571(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.processingStatus, unittest.equals('foo'));
 | 
| -    checkUnnamed307(o.warnings);
 | 
| +    checkUnnamed572(o.warnings);
 | 
|    }
 | 
|    buildCounterDatafeedStatus--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed308() {
 | 
| +buildUnnamed573() {
 | 
|    var o = new core.List<api.DatafeedStatusExample>();
 | 
|    o.add(buildDatafeedStatusExample());
 | 
|    o.add(buildDatafeedStatusExample());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed308(core.List<api.DatafeedStatusExample> o) {
 | 
| +checkUnnamed573(core.List<api.DatafeedStatusExample> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkDatafeedStatusExample(o[0]);
 | 
|    checkDatafeedStatusExample(o[1]);
 | 
| @@ -715,7 +715,7 @@ buildDatafeedStatusError() {
 | 
|    if (buildCounterDatafeedStatusError < 3) {
 | 
|      o.code = "foo";
 | 
|      o.count = "foo";
 | 
| -    o.examples = buildUnnamed308();
 | 
| +    o.examples = buildUnnamed573();
 | 
|      o.message = "foo";
 | 
|    }
 | 
|    buildCounterDatafeedStatusError--;
 | 
| @@ -727,7 +727,7 @@ checkDatafeedStatusError(api.DatafeedStatusError o) {
 | 
|    if (buildCounterDatafeedStatusError < 3) {
 | 
|      unittest.expect(o.code, unittest.equals('foo'));
 | 
|      unittest.expect(o.count, unittest.equals('foo'));
 | 
| -    checkUnnamed308(o.examples);
 | 
| +    checkUnnamed573(o.examples);
 | 
|      unittest.expect(o.message, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterDatafeedStatusError--;
 | 
| @@ -756,14 +756,14 @@ checkDatafeedStatusExample(api.DatafeedStatusExample o) {
 | 
|    buildCounterDatafeedStatusExample--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed309() {
 | 
| +buildUnnamed574() {
 | 
|    var o = new core.List<api.DatafeedsCustomBatchRequestEntry>();
 | 
|    o.add(buildDatafeedsCustomBatchRequestEntry());
 | 
|    o.add(buildDatafeedsCustomBatchRequestEntry());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed309(core.List<api.DatafeedsCustomBatchRequestEntry> o) {
 | 
| +checkUnnamed574(core.List<api.DatafeedsCustomBatchRequestEntry> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkDatafeedsCustomBatchRequestEntry(o[0]);
 | 
|    checkDatafeedsCustomBatchRequestEntry(o[1]);
 | 
| @@ -774,7 +774,7 @@ buildDatafeedsCustomBatchRequest() {
 | 
|    var o = new api.DatafeedsCustomBatchRequest();
 | 
|    buildCounterDatafeedsCustomBatchRequest++;
 | 
|    if (buildCounterDatafeedsCustomBatchRequest < 3) {
 | 
| -    o.entries = buildUnnamed309();
 | 
| +    o.entries = buildUnnamed574();
 | 
|    }
 | 
|    buildCounterDatafeedsCustomBatchRequest--;
 | 
|    return o;
 | 
| @@ -783,7 +783,7 @@ buildDatafeedsCustomBatchRequest() {
 | 
|  checkDatafeedsCustomBatchRequest(api.DatafeedsCustomBatchRequest o) {
 | 
|    buildCounterDatafeedsCustomBatchRequest++;
 | 
|    if (buildCounterDatafeedsCustomBatchRequest < 3) {
 | 
| -    checkUnnamed309(o.entries);
 | 
| +    checkUnnamed574(o.entries);
 | 
|    }
 | 
|    buildCounterDatafeedsCustomBatchRequest--;
 | 
|  }
 | 
| @@ -815,14 +815,14 @@ checkDatafeedsCustomBatchRequestEntry(api.DatafeedsCustomBatchRequestEntry o) {
 | 
|    buildCounterDatafeedsCustomBatchRequestEntry--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed310() {
 | 
| +buildUnnamed575() {
 | 
|    var o = new core.List<api.DatafeedsCustomBatchResponseEntry>();
 | 
|    o.add(buildDatafeedsCustomBatchResponseEntry());
 | 
|    o.add(buildDatafeedsCustomBatchResponseEntry());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed310(core.List<api.DatafeedsCustomBatchResponseEntry> o) {
 | 
| +checkUnnamed575(core.List<api.DatafeedsCustomBatchResponseEntry> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkDatafeedsCustomBatchResponseEntry(o[0]);
 | 
|    checkDatafeedsCustomBatchResponseEntry(o[1]);
 | 
| @@ -833,7 +833,7 @@ buildDatafeedsCustomBatchResponse() {
 | 
|    var o = new api.DatafeedsCustomBatchResponse();
 | 
|    buildCounterDatafeedsCustomBatchResponse++;
 | 
|    if (buildCounterDatafeedsCustomBatchResponse < 3) {
 | 
| -    o.entries = buildUnnamed310();
 | 
| +    o.entries = buildUnnamed575();
 | 
|      o.kind = "foo";
 | 
|    }
 | 
|    buildCounterDatafeedsCustomBatchResponse--;
 | 
| @@ -843,7 +843,7 @@ buildDatafeedsCustomBatchResponse() {
 | 
|  checkDatafeedsCustomBatchResponse(api.DatafeedsCustomBatchResponse o) {
 | 
|    buildCounterDatafeedsCustomBatchResponse++;
 | 
|    if (buildCounterDatafeedsCustomBatchResponse < 3) {
 | 
| -    checkUnnamed310(o.entries);
 | 
| +    checkUnnamed575(o.entries);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterDatafeedsCustomBatchResponse--;
 | 
| @@ -872,14 +872,14 @@ checkDatafeedsCustomBatchResponseEntry(api.DatafeedsCustomBatchResponseEntry o)
 | 
|    buildCounterDatafeedsCustomBatchResponseEntry--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed311() {
 | 
| +buildUnnamed576() {
 | 
|    var o = new core.List<api.Datafeed>();
 | 
|    o.add(buildDatafeed());
 | 
|    o.add(buildDatafeed());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed311(core.List<api.Datafeed> o) {
 | 
| +checkUnnamed576(core.List<api.Datafeed> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkDatafeed(o[0]);
 | 
|    checkDatafeed(o[1]);
 | 
| @@ -891,7 +891,8 @@ buildDatafeedsListResponse() {
 | 
|    buildCounterDatafeedsListResponse++;
 | 
|    if (buildCounterDatafeedsListResponse < 3) {
 | 
|      o.kind = "foo";
 | 
| -    o.resources = buildUnnamed311();
 | 
| +    o.nextPageToken = "foo";
 | 
| +    o.resources = buildUnnamed576();
 | 
|    }
 | 
|    buildCounterDatafeedsListResponse--;
 | 
|    return o;
 | 
| @@ -901,19 +902,20 @@ checkDatafeedsListResponse(api.DatafeedsListResponse o) {
 | 
|    buildCounterDatafeedsListResponse++;
 | 
|    if (buildCounterDatafeedsListResponse < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed311(o.resources);
 | 
| +    unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
| +    checkUnnamed576(o.resources);
 | 
|    }
 | 
|    buildCounterDatafeedsListResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed312() {
 | 
| +buildUnnamed577() {
 | 
|    var o = new core.List<api.DatafeedstatusesCustomBatchRequestEntry>();
 | 
|    o.add(buildDatafeedstatusesCustomBatchRequestEntry());
 | 
|    o.add(buildDatafeedstatusesCustomBatchRequestEntry());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed312(core.List<api.DatafeedstatusesCustomBatchRequestEntry> o) {
 | 
| +checkUnnamed577(core.List<api.DatafeedstatusesCustomBatchRequestEntry> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkDatafeedstatusesCustomBatchRequestEntry(o[0]);
 | 
|    checkDatafeedstatusesCustomBatchRequestEntry(o[1]);
 | 
| @@ -924,7 +926,7 @@ buildDatafeedstatusesCustomBatchRequest() {
 | 
|    var o = new api.DatafeedstatusesCustomBatchRequest();
 | 
|    buildCounterDatafeedstatusesCustomBatchRequest++;
 | 
|    if (buildCounterDatafeedstatusesCustomBatchRequest < 3) {
 | 
| -    o.entries = buildUnnamed312();
 | 
| +    o.entries = buildUnnamed577();
 | 
|    }
 | 
|    buildCounterDatafeedstatusesCustomBatchRequest--;
 | 
|    return o;
 | 
| @@ -933,7 +935,7 @@ buildDatafeedstatusesCustomBatchRequest() {
 | 
|  checkDatafeedstatusesCustomBatchRequest(api.DatafeedstatusesCustomBatchRequest o) {
 | 
|    buildCounterDatafeedstatusesCustomBatchRequest++;
 | 
|    if (buildCounterDatafeedstatusesCustomBatchRequest < 3) {
 | 
| -    checkUnnamed312(o.entries);
 | 
| +    checkUnnamed577(o.entries);
 | 
|    }
 | 
|    buildCounterDatafeedstatusesCustomBatchRequest--;
 | 
|  }
 | 
| @@ -963,14 +965,14 @@ checkDatafeedstatusesCustomBatchRequestEntry(api.DatafeedstatusesCustomBatchRequ
 | 
|    buildCounterDatafeedstatusesCustomBatchRequestEntry--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed313() {
 | 
| +buildUnnamed578() {
 | 
|    var o = new core.List<api.DatafeedstatusesCustomBatchResponseEntry>();
 | 
|    o.add(buildDatafeedstatusesCustomBatchResponseEntry());
 | 
|    o.add(buildDatafeedstatusesCustomBatchResponseEntry());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed313(core.List<api.DatafeedstatusesCustomBatchResponseEntry> o) {
 | 
| +checkUnnamed578(core.List<api.DatafeedstatusesCustomBatchResponseEntry> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkDatafeedstatusesCustomBatchResponseEntry(o[0]);
 | 
|    checkDatafeedstatusesCustomBatchResponseEntry(o[1]);
 | 
| @@ -981,7 +983,7 @@ buildDatafeedstatusesCustomBatchResponse() {
 | 
|    var o = new api.DatafeedstatusesCustomBatchResponse();
 | 
|    buildCounterDatafeedstatusesCustomBatchResponse++;
 | 
|    if (buildCounterDatafeedstatusesCustomBatchResponse < 3) {
 | 
| -    o.entries = buildUnnamed313();
 | 
| +    o.entries = buildUnnamed578();
 | 
|      o.kind = "foo";
 | 
|    }
 | 
|    buildCounterDatafeedstatusesCustomBatchResponse--;
 | 
| @@ -991,7 +993,7 @@ buildDatafeedstatusesCustomBatchResponse() {
 | 
|  checkDatafeedstatusesCustomBatchResponse(api.DatafeedstatusesCustomBatchResponse o) {
 | 
|    buildCounterDatafeedstatusesCustomBatchResponse++;
 | 
|    if (buildCounterDatafeedstatusesCustomBatchResponse < 3) {
 | 
| -    checkUnnamed313(o.entries);
 | 
| +    checkUnnamed578(o.entries);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterDatafeedstatusesCustomBatchResponse--;
 | 
| @@ -1020,14 +1022,14 @@ checkDatafeedstatusesCustomBatchResponseEntry(api.DatafeedstatusesCustomBatchRes
 | 
|    buildCounterDatafeedstatusesCustomBatchResponseEntry--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed314() {
 | 
| +buildUnnamed579() {
 | 
|    var o = new core.List<api.DatafeedStatus>();
 | 
|    o.add(buildDatafeedStatus());
 | 
|    o.add(buildDatafeedStatus());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed314(core.List<api.DatafeedStatus> o) {
 | 
| +checkUnnamed579(core.List<api.DatafeedStatus> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkDatafeedStatus(o[0]);
 | 
|    checkDatafeedStatus(o[1]);
 | 
| @@ -1039,7 +1041,8 @@ buildDatafeedstatusesListResponse() {
 | 
|    buildCounterDatafeedstatusesListResponse++;
 | 
|    if (buildCounterDatafeedstatusesListResponse < 3) {
 | 
|      o.kind = "foo";
 | 
| -    o.resources = buildUnnamed314();
 | 
| +    o.nextPageToken = "foo";
 | 
| +    o.resources = buildUnnamed579();
 | 
|    }
 | 
|    buildCounterDatafeedstatusesListResponse--;
 | 
|    return o;
 | 
| @@ -1049,7 +1052,8 @@ checkDatafeedstatusesListResponse(api.DatafeedstatusesListResponse o) {
 | 
|    buildCounterDatafeedstatusesListResponse++;
 | 
|    if (buildCounterDatafeedstatusesListResponse < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
| -    checkUnnamed314(o.resources);
 | 
| +    unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
| +    checkUnnamed579(o.resources);
 | 
|    }
 | 
|    buildCounterDatafeedstatusesListResponse--;
 | 
|  }
 | 
| @@ -1077,14 +1081,14 @@ checkError(api.Error o) {
 | 
|    buildCounterError--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed315() {
 | 
| +buildUnnamed580() {
 | 
|    var o = new core.List<api.Error>();
 | 
|    o.add(buildError());
 | 
|    o.add(buildError());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed315(core.List<api.Error> o) {
 | 
| +checkUnnamed580(core.List<api.Error> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkError(o[0]);
 | 
|    checkError(o[1]);
 | 
| @@ -1096,7 +1100,7 @@ buildErrors() {
 | 
|    buildCounterErrors++;
 | 
|    if (buildCounterErrors < 3) {
 | 
|      o.code = 42;
 | 
| -    o.errors = buildUnnamed315();
 | 
| +    o.errors = buildUnnamed580();
 | 
|      o.message = "foo";
 | 
|    }
 | 
|    buildCounterErrors--;
 | 
| @@ -1107,7 +1111,7 @@ checkErrors(api.Errors o) {
 | 
|    buildCounterErrors++;
 | 
|    if (buildCounterErrors < 3) {
 | 
|      unittest.expect(o.code, unittest.equals(42));
 | 
| -    checkUnnamed315(o.errors);
 | 
| +    checkUnnamed580(o.errors);
 | 
|      unittest.expect(o.message, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterErrors--;
 | 
| @@ -1142,14 +1146,14 @@ checkInventory(api.Inventory o) {
 | 
|    buildCounterInventory--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed316() {
 | 
| +buildUnnamed581() {
 | 
|    var o = new core.List<api.InventoryCustomBatchRequestEntry>();
 | 
|    o.add(buildInventoryCustomBatchRequestEntry());
 | 
|    o.add(buildInventoryCustomBatchRequestEntry());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed316(core.List<api.InventoryCustomBatchRequestEntry> o) {
 | 
| +checkUnnamed581(core.List<api.InventoryCustomBatchRequestEntry> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkInventoryCustomBatchRequestEntry(o[0]);
 | 
|    checkInventoryCustomBatchRequestEntry(o[1]);
 | 
| @@ -1160,7 +1164,7 @@ buildInventoryCustomBatchRequest() {
 | 
|    var o = new api.InventoryCustomBatchRequest();
 | 
|    buildCounterInventoryCustomBatchRequest++;
 | 
|    if (buildCounterInventoryCustomBatchRequest < 3) {
 | 
| -    o.entries = buildUnnamed316();
 | 
| +    o.entries = buildUnnamed581();
 | 
|    }
 | 
|    buildCounterInventoryCustomBatchRequest--;
 | 
|    return o;
 | 
| @@ -1169,7 +1173,7 @@ buildInventoryCustomBatchRequest() {
 | 
|  checkInventoryCustomBatchRequest(api.InventoryCustomBatchRequest o) {
 | 
|    buildCounterInventoryCustomBatchRequest++;
 | 
|    if (buildCounterInventoryCustomBatchRequest < 3) {
 | 
| -    checkUnnamed316(o.entries);
 | 
| +    checkUnnamed581(o.entries);
 | 
|    }
 | 
|    buildCounterInventoryCustomBatchRequest--;
 | 
|  }
 | 
| @@ -1201,14 +1205,14 @@ checkInventoryCustomBatchRequestEntry(api.InventoryCustomBatchRequestEntry o) {
 | 
|    buildCounterInventoryCustomBatchRequestEntry--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed317() {
 | 
| +buildUnnamed582() {
 | 
|    var o = new core.List<api.InventoryCustomBatchResponseEntry>();
 | 
|    o.add(buildInventoryCustomBatchResponseEntry());
 | 
|    o.add(buildInventoryCustomBatchResponseEntry());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed317(core.List<api.InventoryCustomBatchResponseEntry> o) {
 | 
| +checkUnnamed582(core.List<api.InventoryCustomBatchResponseEntry> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkInventoryCustomBatchResponseEntry(o[0]);
 | 
|    checkInventoryCustomBatchResponseEntry(o[1]);
 | 
| @@ -1219,7 +1223,7 @@ buildInventoryCustomBatchResponse() {
 | 
|    var o = new api.InventoryCustomBatchResponse();
 | 
|    buildCounterInventoryCustomBatchResponse++;
 | 
|    if (buildCounterInventoryCustomBatchResponse < 3) {
 | 
| -    o.entries = buildUnnamed317();
 | 
| +    o.entries = buildUnnamed582();
 | 
|      o.kind = "foo";
 | 
|    }
 | 
|    buildCounterInventoryCustomBatchResponse--;
 | 
| @@ -1229,7 +1233,7 @@ buildInventoryCustomBatchResponse() {
 | 
|  checkInventoryCustomBatchResponse(api.InventoryCustomBatchResponse o) {
 | 
|    buildCounterInventoryCustomBatchResponse++;
 | 
|    if (buildCounterInventoryCustomBatchResponse < 3) {
 | 
| -    checkUnnamed317(o.entries);
 | 
| +    checkUnnamed582(o.entries);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterInventoryCustomBatchResponse--;
 | 
| @@ -1348,131 +1352,131 @@ checkPrice(api.Price o) {
 | 
|    buildCounterPrice--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed318() {
 | 
| +buildUnnamed583() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed318(core.List<core.String> o) {
 | 
| +checkUnnamed583(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'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed319() {
 | 
| +buildUnnamed584() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed319(core.List<core.String> o) {
 | 
| +checkUnnamed584(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() {
 | 
| +buildUnnamed585() {
 | 
|    var o = new core.List<api.ProductCustomAttribute>();
 | 
|    o.add(buildProductCustomAttribute());
 | 
|    o.add(buildProductCustomAttribute());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed320(core.List<api.ProductCustomAttribute> o) {
 | 
| +checkUnnamed585(core.List<api.ProductCustomAttribute> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkProductCustomAttribute(o[0]);
 | 
|    checkProductCustomAttribute(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed321() {
 | 
| +buildUnnamed586() {
 | 
|    var o = new core.List<api.ProductCustomGroup>();
 | 
|    o.add(buildProductCustomGroup());
 | 
|    o.add(buildProductCustomGroup());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed321(core.List<api.ProductCustomGroup> o) {
 | 
| +checkUnnamed586(core.List<api.ProductCustomGroup> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkProductCustomGroup(o[0]);
 | 
|    checkProductCustomGroup(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed322() {
 | 
| +buildUnnamed587() {
 | 
|    var o = new core.List<api.ProductDestination>();
 | 
|    o.add(buildProductDestination());
 | 
|    o.add(buildProductDestination());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed322(core.List<api.ProductDestination> o) {
 | 
| +checkUnnamed587(core.List<api.ProductDestination> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkProductDestination(o[0]);
 | 
|    checkProductDestination(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed323() {
 | 
| +buildUnnamed588() {
 | 
|    var o = new core.List<api.ProductShipping>();
 | 
|    o.add(buildProductShipping());
 | 
|    o.add(buildProductShipping());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed323(core.List<api.ProductShipping> o) {
 | 
| +checkUnnamed588(core.List<api.ProductShipping> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkProductShipping(o[0]);
 | 
|    checkProductShipping(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed324() {
 | 
| +buildUnnamed589() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed324(core.List<core.String> o) {
 | 
| +checkUnnamed589(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'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed325() {
 | 
| +buildUnnamed590() {
 | 
|    var o = new core.List<api.ProductTax>();
 | 
|    o.add(buildProductTax());
 | 
|    o.add(buildProductTax());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed325(core.List<api.ProductTax> o) {
 | 
| +checkUnnamed590(core.List<api.ProductTax> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkProductTax(o[0]);
 | 
|    checkProductTax(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed326() {
 | 
| +buildUnnamed591() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed326(core.List<core.String> o) {
 | 
| +checkUnnamed591(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() {
 | 
| +buildUnnamed592() {
 | 
|    var o = new core.List<api.Error>();
 | 
|    o.add(buildError());
 | 
|    o.add(buildError());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed327(core.List<api.Error> o) {
 | 
| +checkUnnamed592(core.List<api.Error> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkError(o[0]);
 | 
|    checkError(o[1]);
 | 
| @@ -1483,10 +1487,10 @@ buildProduct() {
 | 
|    var o = new api.Product();
 | 
|    buildCounterProduct++;
 | 
|    if (buildCounterProduct < 3) {
 | 
| -    o.additionalImageLinks = buildUnnamed318();
 | 
| +    o.additionalImageLinks = buildUnnamed583();
 | 
|      o.adult = true;
 | 
|      o.adwordsGrouping = "foo";
 | 
| -    o.adwordsLabels = buildUnnamed319();
 | 
| +    o.adwordsLabels = buildUnnamed584();
 | 
|      o.adwordsRedirect = "foo";
 | 
|      o.ageGroup = "foo";
 | 
|      o.availability = "foo";
 | 
| @@ -1496,15 +1500,15 @@ buildProduct() {
 | 
|      o.color = "foo";
 | 
|      o.condition = "foo";
 | 
|      o.contentLanguage = "foo";
 | 
| -    o.customAttributes = buildUnnamed320();
 | 
| -    o.customGroups = buildUnnamed321();
 | 
| +    o.customAttributes = buildUnnamed585();
 | 
| +    o.customGroups = buildUnnamed586();
 | 
|      o.customLabel0 = "foo";
 | 
|      o.customLabel1 = "foo";
 | 
|      o.customLabel2 = "foo";
 | 
|      o.customLabel3 = "foo";
 | 
|      o.customLabel4 = "foo";
 | 
|      o.description = "foo";
 | 
| -    o.destinations = buildUnnamed322();
 | 
| +    o.destinations = buildUnnamed587();
 | 
|      o.energyEfficiencyClass = "foo";
 | 
|      o.expirationDate = "foo";
 | 
|      o.gender = "foo";
 | 
| @@ -1530,19 +1534,19 @@ buildProduct() {
 | 
|      o.productType = "foo";
 | 
|      o.salePrice = buildPrice();
 | 
|      o.salePriceEffectiveDate = "foo";
 | 
| -    o.shipping = buildUnnamed323();
 | 
| +    o.shipping = buildUnnamed588();
 | 
|      o.shippingLabel = "foo";
 | 
|      o.shippingWeight = buildProductShippingWeight();
 | 
|      o.sizeSystem = "foo";
 | 
|      o.sizeType = "foo";
 | 
| -    o.sizes = buildUnnamed324();
 | 
| +    o.sizes = buildUnnamed589();
 | 
|      o.targetCountry = "foo";
 | 
| -    o.taxes = buildUnnamed325();
 | 
| +    o.taxes = buildUnnamed590();
 | 
|      o.title = "foo";
 | 
|      o.unitPricingBaseMeasure = buildProductUnitPricingBaseMeasure();
 | 
|      o.unitPricingMeasure = buildProductUnitPricingMeasure();
 | 
| -    o.validatedDestinations = buildUnnamed326();
 | 
| -    o.warnings = buildUnnamed327();
 | 
| +    o.validatedDestinations = buildUnnamed591();
 | 
| +    o.warnings = buildUnnamed592();
 | 
|    }
 | 
|    buildCounterProduct--;
 | 
|    return o;
 | 
| @@ -1551,10 +1555,10 @@ buildProduct() {
 | 
|  checkProduct(api.Product o) {
 | 
|    buildCounterProduct++;
 | 
|    if (buildCounterProduct < 3) {
 | 
| -    checkUnnamed318(o.additionalImageLinks);
 | 
| +    checkUnnamed583(o.additionalImageLinks);
 | 
|      unittest.expect(o.adult, unittest.isTrue);
 | 
|      unittest.expect(o.adwordsGrouping, unittest.equals('foo'));
 | 
| -    checkUnnamed319(o.adwordsLabels);
 | 
| +    checkUnnamed584(o.adwordsLabels);
 | 
|      unittest.expect(o.adwordsRedirect, unittest.equals('foo'));
 | 
|      unittest.expect(o.ageGroup, unittest.equals('foo'));
 | 
|      unittest.expect(o.availability, unittest.equals('foo'));
 | 
| @@ -1564,15 +1568,15 @@ 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'));
 | 
| -    checkUnnamed320(o.customAttributes);
 | 
| -    checkUnnamed321(o.customGroups);
 | 
| +    checkUnnamed585(o.customAttributes);
 | 
| +    checkUnnamed586(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'));
 | 
| -    checkUnnamed322(o.destinations);
 | 
| +    checkUnnamed587(o.destinations);
 | 
|      unittest.expect(o.energyEfficiencyClass, unittest.equals('foo'));
 | 
|      unittest.expect(o.expirationDate, unittest.equals('foo'));
 | 
|      unittest.expect(o.gender, unittest.equals('foo'));
 | 
| @@ -1598,19 +1602,19 @@ checkProduct(api.Product o) {
 | 
|      unittest.expect(o.productType, unittest.equals('foo'));
 | 
|      checkPrice(o.salePrice);
 | 
|      unittest.expect(o.salePriceEffectiveDate, unittest.equals('foo'));
 | 
| -    checkUnnamed323(o.shipping);
 | 
| +    checkUnnamed588(o.shipping);
 | 
|      unittest.expect(o.shippingLabel, unittest.equals('foo'));
 | 
|      checkProductShippingWeight(o.shippingWeight);
 | 
|      unittest.expect(o.sizeSystem, unittest.equals('foo'));
 | 
|      unittest.expect(o.sizeType, unittest.equals('foo'));
 | 
| -    checkUnnamed324(o.sizes);
 | 
| +    checkUnnamed589(o.sizes);
 | 
|      unittest.expect(o.targetCountry, unittest.equals('foo'));
 | 
| -    checkUnnamed325(o.taxes);
 | 
| +    checkUnnamed590(o.taxes);
 | 
|      unittest.expect(o.title, unittest.equals('foo'));
 | 
|      checkProductUnitPricingBaseMeasure(o.unitPricingBaseMeasure);
 | 
|      checkProductUnitPricingMeasure(o.unitPricingMeasure);
 | 
| -    checkUnnamed326(o.validatedDestinations);
 | 
| -    checkUnnamed327(o.warnings);
 | 
| +    checkUnnamed591(o.validatedDestinations);
 | 
| +    checkUnnamed592(o.warnings);
 | 
|    }
 | 
|    buildCounterProduct--;
 | 
|  }
 | 
| @@ -1640,14 +1644,14 @@ checkProductCustomAttribute(api.ProductCustomAttribute o) {
 | 
|    buildCounterProductCustomAttribute--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed328() {
 | 
| +buildUnnamed593() {
 | 
|    var o = new core.List<api.ProductCustomAttribute>();
 | 
|    o.add(buildProductCustomAttribute());
 | 
|    o.add(buildProductCustomAttribute());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed328(core.List<api.ProductCustomAttribute> o) {
 | 
| +checkUnnamed593(core.List<api.ProductCustomAttribute> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkProductCustomAttribute(o[0]);
 | 
|    checkProductCustomAttribute(o[1]);
 | 
| @@ -1658,7 +1662,7 @@ buildProductCustomGroup() {
 | 
|    var o = new api.ProductCustomGroup();
 | 
|    buildCounterProductCustomGroup++;
 | 
|    if (buildCounterProductCustomGroup < 3) {
 | 
| -    o.attributes = buildUnnamed328();
 | 
| +    o.attributes = buildUnnamed593();
 | 
|      o.name = "foo";
 | 
|    }
 | 
|    buildCounterProductCustomGroup--;
 | 
| @@ -1668,7 +1672,7 @@ buildProductCustomGroup() {
 | 
|  checkProductCustomGroup(api.ProductCustomGroup o) {
 | 
|    buildCounterProductCustomGroup++;
 | 
|    if (buildCounterProductCustomGroup < 3) {
 | 
| -    checkUnnamed328(o.attributes);
 | 
| +    checkUnnamed593(o.attributes);
 | 
|      unittest.expect(o.name, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterProductCustomGroup--;
 | 
| @@ -1768,27 +1772,27 @@ checkProductShippingWeight(api.ProductShippingWeight o) {
 | 
|    buildCounterProductShippingWeight--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed329() {
 | 
| +buildUnnamed594() {
 | 
|    var o = new core.List<api.ProductStatusDataQualityIssue>();
 | 
|    o.add(buildProductStatusDataQualityIssue());
 | 
|    o.add(buildProductStatusDataQualityIssue());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed329(core.List<api.ProductStatusDataQualityIssue> o) {
 | 
| +checkUnnamed594(core.List<api.ProductStatusDataQualityIssue> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkProductStatusDataQualityIssue(o[0]);
 | 
|    checkProductStatusDataQualityIssue(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed330() {
 | 
| +buildUnnamed595() {
 | 
|    var o = new core.List<api.ProductStatusDestinationStatus>();
 | 
|    o.add(buildProductStatusDestinationStatus());
 | 
|    o.add(buildProductStatusDestinationStatus());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed330(core.List<api.ProductStatusDestinationStatus> o) {
 | 
| +checkUnnamed595(core.List<api.ProductStatusDestinationStatus> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkProductStatusDestinationStatus(o[0]);
 | 
|    checkProductStatusDestinationStatus(o[1]);
 | 
| @@ -1799,8 +1803,8 @@ buildProductStatus() {
 | 
|    var o = new api.ProductStatus();
 | 
|    buildCounterProductStatus++;
 | 
|    if (buildCounterProductStatus < 3) {
 | 
| -    o.dataQualityIssues = buildUnnamed329();
 | 
| -    o.destinationStatuses = buildUnnamed330();
 | 
| +    o.dataQualityIssues = buildUnnamed594();
 | 
| +    o.destinationStatuses = buildUnnamed595();
 | 
|      o.kind = "foo";
 | 
|      o.link = "foo";
 | 
|      o.productId = "foo";
 | 
| @@ -1813,8 +1817,8 @@ buildProductStatus() {
 | 
|  checkProductStatus(api.ProductStatus o) {
 | 
|    buildCounterProductStatus++;
 | 
|    if (buildCounterProductStatus < 3) {
 | 
| -    checkUnnamed329(o.dataQualityIssues);
 | 
| -    checkUnnamed330(o.destinationStatuses);
 | 
| +    checkUnnamed594(o.dataQualityIssues);
 | 
| +    checkUnnamed595(o.destinationStatuses);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.link, unittest.equals('foo'));
 | 
|      unittest.expect(o.productId, unittest.equals('foo'));
 | 
| @@ -1948,14 +1952,14 @@ checkProductUnitPricingMeasure(api.ProductUnitPricingMeasure o) {
 | 
|    buildCounterProductUnitPricingMeasure--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed331() {
 | 
| +buildUnnamed596() {
 | 
|    var o = new core.List<api.ProductsCustomBatchRequestEntry>();
 | 
|    o.add(buildProductsCustomBatchRequestEntry());
 | 
|    o.add(buildProductsCustomBatchRequestEntry());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed331(core.List<api.ProductsCustomBatchRequestEntry> o) {
 | 
| +checkUnnamed596(core.List<api.ProductsCustomBatchRequestEntry> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkProductsCustomBatchRequestEntry(o[0]);
 | 
|    checkProductsCustomBatchRequestEntry(o[1]);
 | 
| @@ -1966,7 +1970,7 @@ buildProductsCustomBatchRequest() {
 | 
|    var o = new api.ProductsCustomBatchRequest();
 | 
|    buildCounterProductsCustomBatchRequest++;
 | 
|    if (buildCounterProductsCustomBatchRequest < 3) {
 | 
| -    o.entries = buildUnnamed331();
 | 
| +    o.entries = buildUnnamed596();
 | 
|    }
 | 
|    buildCounterProductsCustomBatchRequest--;
 | 
|    return o;
 | 
| @@ -1975,7 +1979,7 @@ buildProductsCustomBatchRequest() {
 | 
|  checkProductsCustomBatchRequest(api.ProductsCustomBatchRequest o) {
 | 
|    buildCounterProductsCustomBatchRequest++;
 | 
|    if (buildCounterProductsCustomBatchRequest < 3) {
 | 
| -    checkUnnamed331(o.entries);
 | 
| +    checkUnnamed596(o.entries);
 | 
|    }
 | 
|    buildCounterProductsCustomBatchRequest--;
 | 
|  }
 | 
| @@ -2007,14 +2011,14 @@ checkProductsCustomBatchRequestEntry(api.ProductsCustomBatchRequestEntry o) {
 | 
|    buildCounterProductsCustomBatchRequestEntry--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed332() {
 | 
| +buildUnnamed597() {
 | 
|    var o = new core.List<api.ProductsCustomBatchResponseEntry>();
 | 
|    o.add(buildProductsCustomBatchResponseEntry());
 | 
|    o.add(buildProductsCustomBatchResponseEntry());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed332(core.List<api.ProductsCustomBatchResponseEntry> o) {
 | 
| +checkUnnamed597(core.List<api.ProductsCustomBatchResponseEntry> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkProductsCustomBatchResponseEntry(o[0]);
 | 
|    checkProductsCustomBatchResponseEntry(o[1]);
 | 
| @@ -2025,7 +2029,7 @@ buildProductsCustomBatchResponse() {
 | 
|    var o = new api.ProductsCustomBatchResponse();
 | 
|    buildCounterProductsCustomBatchResponse++;
 | 
|    if (buildCounterProductsCustomBatchResponse < 3) {
 | 
| -    o.entries = buildUnnamed332();
 | 
| +    o.entries = buildUnnamed597();
 | 
|      o.kind = "foo";
 | 
|    }
 | 
|    buildCounterProductsCustomBatchResponse--;
 | 
| @@ -2035,7 +2039,7 @@ buildProductsCustomBatchResponse() {
 | 
|  checkProductsCustomBatchResponse(api.ProductsCustomBatchResponse o) {
 | 
|    buildCounterProductsCustomBatchResponse++;
 | 
|    if (buildCounterProductsCustomBatchResponse < 3) {
 | 
| -    checkUnnamed332(o.entries);
 | 
| +    checkUnnamed597(o.entries);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterProductsCustomBatchResponse--;
 | 
| @@ -2066,14 +2070,14 @@ checkProductsCustomBatchResponseEntry(api.ProductsCustomBatchResponseEntry o) {
 | 
|    buildCounterProductsCustomBatchResponseEntry--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed333() {
 | 
| +buildUnnamed598() {
 | 
|    var o = new core.List<api.Product>();
 | 
|    o.add(buildProduct());
 | 
|    o.add(buildProduct());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed333(core.List<api.Product> o) {
 | 
| +checkUnnamed598(core.List<api.Product> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkProduct(o[0]);
 | 
|    checkProduct(o[1]);
 | 
| @@ -2086,7 +2090,7 @@ buildProductsListResponse() {
 | 
|    if (buildCounterProductsListResponse < 3) {
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
| -    o.resources = buildUnnamed333();
 | 
| +    o.resources = buildUnnamed598();
 | 
|    }
 | 
|    buildCounterProductsListResponse--;
 | 
|    return o;
 | 
| @@ -2097,19 +2101,19 @@ checkProductsListResponse(api.ProductsListResponse o) {
 | 
|    if (buildCounterProductsListResponse < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
| -    checkUnnamed333(o.resources);
 | 
| +    checkUnnamed598(o.resources);
 | 
|    }
 | 
|    buildCounterProductsListResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed334() {
 | 
| +buildUnnamed599() {
 | 
|    var o = new core.List<api.ProductstatusesCustomBatchRequestEntry>();
 | 
|    o.add(buildProductstatusesCustomBatchRequestEntry());
 | 
|    o.add(buildProductstatusesCustomBatchRequestEntry());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed334(core.List<api.ProductstatusesCustomBatchRequestEntry> o) {
 | 
| +checkUnnamed599(core.List<api.ProductstatusesCustomBatchRequestEntry> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkProductstatusesCustomBatchRequestEntry(o[0]);
 | 
|    checkProductstatusesCustomBatchRequestEntry(o[1]);
 | 
| @@ -2120,7 +2124,7 @@ buildProductstatusesCustomBatchRequest() {
 | 
|    var o = new api.ProductstatusesCustomBatchRequest();
 | 
|    buildCounterProductstatusesCustomBatchRequest++;
 | 
|    if (buildCounterProductstatusesCustomBatchRequest < 3) {
 | 
| -    o.entries = buildUnnamed334();
 | 
| +    o.entries = buildUnnamed599();
 | 
|    }
 | 
|    buildCounterProductstatusesCustomBatchRequest--;
 | 
|    return o;
 | 
| @@ -2129,7 +2133,7 @@ buildProductstatusesCustomBatchRequest() {
 | 
|  checkProductstatusesCustomBatchRequest(api.ProductstatusesCustomBatchRequest o) {
 | 
|    buildCounterProductstatusesCustomBatchRequest++;
 | 
|    if (buildCounterProductstatusesCustomBatchRequest < 3) {
 | 
| -    checkUnnamed334(o.entries);
 | 
| +    checkUnnamed599(o.entries);
 | 
|    }
 | 
|    buildCounterProductstatusesCustomBatchRequest--;
 | 
|  }
 | 
| @@ -2159,14 +2163,14 @@ checkProductstatusesCustomBatchRequestEntry(api.ProductstatusesCustomBatchReques
 | 
|    buildCounterProductstatusesCustomBatchRequestEntry--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed335() {
 | 
| +buildUnnamed600() {
 | 
|    var o = new core.List<api.ProductstatusesCustomBatchResponseEntry>();
 | 
|    o.add(buildProductstatusesCustomBatchResponseEntry());
 | 
|    o.add(buildProductstatusesCustomBatchResponseEntry());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed335(core.List<api.ProductstatusesCustomBatchResponseEntry> o) {
 | 
| +checkUnnamed600(core.List<api.ProductstatusesCustomBatchResponseEntry> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkProductstatusesCustomBatchResponseEntry(o[0]);
 | 
|    checkProductstatusesCustomBatchResponseEntry(o[1]);
 | 
| @@ -2177,7 +2181,7 @@ buildProductstatusesCustomBatchResponse() {
 | 
|    var o = new api.ProductstatusesCustomBatchResponse();
 | 
|    buildCounterProductstatusesCustomBatchResponse++;
 | 
|    if (buildCounterProductstatusesCustomBatchResponse < 3) {
 | 
| -    o.entries = buildUnnamed335();
 | 
| +    o.entries = buildUnnamed600();
 | 
|      o.kind = "foo";
 | 
|    }
 | 
|    buildCounterProductstatusesCustomBatchResponse--;
 | 
| @@ -2187,7 +2191,7 @@ buildProductstatusesCustomBatchResponse() {
 | 
|  checkProductstatusesCustomBatchResponse(api.ProductstatusesCustomBatchResponse o) {
 | 
|    buildCounterProductstatusesCustomBatchResponse++;
 | 
|    if (buildCounterProductstatusesCustomBatchResponse < 3) {
 | 
| -    checkUnnamed335(o.entries);
 | 
| +    checkUnnamed600(o.entries);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterProductstatusesCustomBatchResponse--;
 | 
| @@ -2218,14 +2222,14 @@ checkProductstatusesCustomBatchResponseEntry(api.ProductstatusesCustomBatchRespo
 | 
|    buildCounterProductstatusesCustomBatchResponseEntry--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed336() {
 | 
| +buildUnnamed601() {
 | 
|    var o = new core.List<api.ProductStatus>();
 | 
|    o.add(buildProductStatus());
 | 
|    o.add(buildProductStatus());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed336(core.List<api.ProductStatus> o) {
 | 
| +checkUnnamed601(core.List<api.ProductStatus> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkProductStatus(o[0]);
 | 
|    checkProductStatus(o[1]);
 | 
| @@ -2238,7 +2242,7 @@ buildProductstatusesListResponse() {
 | 
|    if (buildCounterProductstatusesListResponse < 3) {
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
| -    o.resources = buildUnnamed336();
 | 
| +    o.resources = buildUnnamed601();
 | 
|    }
 | 
|    buildCounterProductstatusesListResponse--;
 | 
|    return o;
 | 
| @@ -2249,7 +2253,7 @@ checkProductstatusesListResponse(api.ProductstatusesListResponse o) {
 | 
|    if (buildCounterProductstatusesListResponse < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
| -    checkUnnamed336(o.resources);
 | 
| +    checkUnnamed601(o.resources);
 | 
|    }
 | 
|    buildCounterProductstatusesListResponse--;
 | 
|  }
 | 
| @@ -3500,6 +3504,8 @@ main() {
 | 
|        var mock = new common_test.HttpServerMock();
 | 
|        api.DatafeedsResourceApi res = new api.ContentApi(mock).datafeeds;
 | 
|        var arg_merchantId = "foo";
 | 
| +      var arg_maxResults = 42;
 | 
| +      var arg_pageToken = "foo";
 | 
|        mock.register(unittest.expectAsync((http.BaseRequest req, json) {
 | 
|          var path = (req.url).path;
 | 
|          var pathOffset = 0;
 | 
| @@ -3524,6 +3530,8 @@ main() {
 | 
|              addQueryParam(core.Uri.decodeQueryComponent(keyvalue[0]), core.Uri.decodeQueryComponent(keyvalue[1]));
 | 
|            }
 | 
|          }
 | 
| +        unittest.expect(core.int.parse(queryMap["maxResults"].first), unittest.equals(arg_maxResults));
 | 
| +        unittest.expect(queryMap["pageToken"].first, unittest.equals(arg_pageToken));
 | 
|  
 | 
|  
 | 
|          var h = {
 | 
| @@ -3532,7 +3540,7 @@ main() {
 | 
|          var resp = convert.JSON.encode(buildDatafeedsListResponse());
 | 
|          return new async.Future.value(common_test.stringResponse(200, h, resp));
 | 
|        }), true);
 | 
| -      res.list(arg_merchantId).then(unittest.expectAsync(((api.DatafeedsListResponse response) {
 | 
| +      res.list(arg_merchantId, maxResults: arg_maxResults, pageToken: arg_pageToken).then(unittest.expectAsync(((api.DatafeedsListResponse response) {
 | 
|          checkDatafeedsListResponse(response);
 | 
|        })));
 | 
|      });
 | 
| @@ -3732,6 +3740,8 @@ main() {
 | 
|        var mock = new common_test.HttpServerMock();
 | 
|        api.DatafeedstatusesResourceApi res = new api.ContentApi(mock).datafeedstatuses;
 | 
|        var arg_merchantId = "foo";
 | 
| +      var arg_maxResults = 42;
 | 
| +      var arg_pageToken = "foo";
 | 
|        mock.register(unittest.expectAsync((http.BaseRequest req, json) {
 | 
|          var path = (req.url).path;
 | 
|          var pathOffset = 0;
 | 
| @@ -3756,6 +3766,8 @@ main() {
 | 
|              addQueryParam(core.Uri.decodeQueryComponent(keyvalue[0]), core.Uri.decodeQueryComponent(keyvalue[1]));
 | 
|            }
 | 
|          }
 | 
| +        unittest.expect(core.int.parse(queryMap["maxResults"].first), unittest.equals(arg_maxResults));
 | 
| +        unittest.expect(queryMap["pageToken"].first, unittest.equals(arg_pageToken));
 | 
|  
 | 
|  
 | 
|          var h = {
 | 
| @@ -3764,7 +3776,7 @@ main() {
 | 
|          var resp = convert.JSON.encode(buildDatafeedstatusesListResponse());
 | 
|          return new async.Future.value(common_test.stringResponse(200, h, resp));
 | 
|        }), true);
 | 
| -      res.list(arg_merchantId).then(unittest.expectAsync(((api.DatafeedstatusesListResponse response) {
 | 
| +      res.list(arg_merchantId, maxResults: arg_maxResults, pageToken: arg_pageToken).then(unittest.expectAsync(((api.DatafeedstatusesListResponse response) {
 | 
|          checkDatafeedstatusesListResponse(response);
 | 
|        })));
 | 
|      });
 | 
| 
 |