| 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 22ce25d034dd01accc7a016810b7429d6f967b3f..5dfaf1af8cb1b56d2fc28ce4d4d5c57865504dd8 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;
|
|
|
|
|
|
|
| -buildUnnamed562() {
|
| +buildUnnamed296() {
|
| var o = new core.List<api.AccountAdwordsLink>();
|
| o.add(buildAccountAdwordsLink());
|
| o.add(buildAccountAdwordsLink());
|
| return o;
|
| }
|
|
|
| -checkUnnamed562(core.List<api.AccountAdwordsLink> o) {
|
| +checkUnnamed296(core.List<api.AccountAdwordsLink> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAccountAdwordsLink(o[0]);
|
| checkAccountAdwordsLink(o[1]);
|
| }
|
|
|
| -buildUnnamed563() {
|
| +buildUnnamed297() {
|
| var o = new core.List<api.AccountUser>();
|
| o.add(buildAccountUser());
|
| o.add(buildAccountUser());
|
| return o;
|
| }
|
|
|
| -checkUnnamed563(core.List<api.AccountUser> o) {
|
| +checkUnnamed297(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 = buildUnnamed562();
|
| + o.adwordsLinks = buildUnnamed296();
|
| o.id = "foo";
|
| o.kind = "foo";
|
| o.name = "foo";
|
| o.reviewsUrl = "foo";
|
| o.sellerId = "foo";
|
| - o.users = buildUnnamed563();
|
| + o.users = buildUnnamed297();
|
| o.websiteUrl = "foo";
|
| }
|
| buildCounterAccount--;
|
| @@ -65,13 +65,13 @@ checkAccount(api.Account o) {
|
| buildCounterAccount++;
|
| if (buildCounterAccount < 3) {
|
| unittest.expect(o.adultContent, unittest.isTrue);
|
| - checkUnnamed562(o.adwordsLinks);
|
| + checkUnnamed296(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'));
|
| - checkUnnamed563(o.users);
|
| + checkUnnamed297(o.users);
|
| unittest.expect(o.websiteUrl, unittest.equals('foo'));
|
| }
|
| buildCounterAccount--;
|
| @@ -98,14 +98,14 @@ checkAccountAdwordsLink(api.AccountAdwordsLink o) {
|
| buildCounterAccountAdwordsLink--;
|
| }
|
|
|
| -buildUnnamed564() {
|
| +buildUnnamed298() {
|
| var o = new core.List<api.AccountStatusDataQualityIssue>();
|
| o.add(buildAccountStatusDataQualityIssue());
|
| o.add(buildAccountStatusDataQualityIssue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed564(core.List<api.AccountStatusDataQualityIssue> o) {
|
| +checkUnnamed298(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 = buildUnnamed564();
|
| + o.dataQualityIssues = buildUnnamed298();
|
| o.kind = "foo";
|
| }
|
| buildCounterAccountStatus--;
|
| @@ -128,20 +128,20 @@ checkAccountStatus(api.AccountStatus o) {
|
| buildCounterAccountStatus++;
|
| if (buildCounterAccountStatus < 3) {
|
| unittest.expect(o.accountId, unittest.equals('foo'));
|
| - checkUnnamed564(o.dataQualityIssues);
|
| + checkUnnamed298(o.dataQualityIssues);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterAccountStatus--;
|
| }
|
|
|
| -buildUnnamed565() {
|
| +buildUnnamed299() {
|
| var o = new core.List<api.AccountStatusExampleItem>();
|
| o.add(buildAccountStatusExampleItem());
|
| o.add(buildAccountStatusExampleItem());
|
| return o;
|
| }
|
|
|
| -checkUnnamed565(core.List<api.AccountStatusExampleItem> o) {
|
| +checkUnnamed299(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 = buildUnnamed565();
|
| + o.exampleItems = buildUnnamed299();
|
| 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'));
|
| - checkUnnamed565(o.exampleItems);
|
| + checkUnnamed299(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--;
|
| }
|
|
|
| -buildUnnamed566() {
|
| +buildUnnamed300() {
|
| var o = new core.List<api.AccountsCustomBatchRequestEntry>();
|
| o.add(buildAccountsCustomBatchRequestEntry());
|
| o.add(buildAccountsCustomBatchRequestEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed566(core.List<api.AccountsCustomBatchRequestEntry> o) {
|
| +checkUnnamed300(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 = buildUnnamed566();
|
| + o.entries = buildUnnamed300();
|
| }
|
| buildCounterAccountsCustomBatchRequest--;
|
| return o;
|
| @@ -255,7 +255,7 @@ buildAccountsCustomBatchRequest() {
|
| checkAccountsCustomBatchRequest(api.AccountsCustomBatchRequest o) {
|
| buildCounterAccountsCustomBatchRequest++;
|
| if (buildCounterAccountsCustomBatchRequest < 3) {
|
| - checkUnnamed566(o.entries);
|
| + checkUnnamed300(o.entries);
|
| }
|
| buildCounterAccountsCustomBatchRequest--;
|
| }
|
| @@ -287,14 +287,14 @@ checkAccountsCustomBatchRequestEntry(api.AccountsCustomBatchRequestEntry o) {
|
| buildCounterAccountsCustomBatchRequestEntry--;
|
| }
|
|
|
| -buildUnnamed567() {
|
| +buildUnnamed301() {
|
| var o = new core.List<api.AccountsCustomBatchResponseEntry>();
|
| o.add(buildAccountsCustomBatchResponseEntry());
|
| o.add(buildAccountsCustomBatchResponseEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed567(core.List<api.AccountsCustomBatchResponseEntry> o) {
|
| +checkUnnamed301(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 = buildUnnamed567();
|
| + o.entries = buildUnnamed301();
|
| o.kind = "foo";
|
| }
|
| buildCounterAccountsCustomBatchResponse--;
|
| @@ -315,7 +315,7 @@ buildAccountsCustomBatchResponse() {
|
| checkAccountsCustomBatchResponse(api.AccountsCustomBatchResponse o) {
|
| buildCounterAccountsCustomBatchResponse++;
|
| if (buildCounterAccountsCustomBatchResponse < 3) {
|
| - checkUnnamed567(o.entries);
|
| + checkUnnamed301(o.entries);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterAccountsCustomBatchResponse--;
|
| @@ -346,14 +346,14 @@ checkAccountsCustomBatchResponseEntry(api.AccountsCustomBatchResponseEntry o) {
|
| buildCounterAccountsCustomBatchResponseEntry--;
|
| }
|
|
|
| -buildUnnamed568() {
|
| +buildUnnamed302() {
|
| var o = new core.List<api.Account>();
|
| o.add(buildAccount());
|
| o.add(buildAccount());
|
| return o;
|
| }
|
|
|
| -checkUnnamed568(core.List<api.Account> o) {
|
| +checkUnnamed302(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 = buildUnnamed568();
|
| + o.resources = buildUnnamed302();
|
| }
|
| 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'));
|
| - checkUnnamed568(o.resources);
|
| + checkUnnamed302(o.resources);
|
| }
|
| buildCounterAccountsListResponse--;
|
| }
|
|
|
| -buildUnnamed569() {
|
| +buildUnnamed303() {
|
| var o = new core.List<api.AccountstatusesCustomBatchRequestEntry>();
|
| o.add(buildAccountstatusesCustomBatchRequestEntry());
|
| o.add(buildAccountstatusesCustomBatchRequestEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed569(core.List<api.AccountstatusesCustomBatchRequestEntry> o) {
|
| +checkUnnamed303(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 = buildUnnamed569();
|
| + o.entries = buildUnnamed303();
|
| }
|
| buildCounterAccountstatusesCustomBatchRequest--;
|
| return o;
|
| @@ -409,7 +409,7 @@ buildAccountstatusesCustomBatchRequest() {
|
| checkAccountstatusesCustomBatchRequest(api.AccountstatusesCustomBatchRequest o) {
|
| buildCounterAccountstatusesCustomBatchRequest++;
|
| if (buildCounterAccountstatusesCustomBatchRequest < 3) {
|
| - checkUnnamed569(o.entries);
|
| + checkUnnamed303(o.entries);
|
| }
|
| buildCounterAccountstatusesCustomBatchRequest--;
|
| }
|
| @@ -439,14 +439,14 @@ checkAccountstatusesCustomBatchRequestEntry(api.AccountstatusesCustomBatchReques
|
| buildCounterAccountstatusesCustomBatchRequestEntry--;
|
| }
|
|
|
| -buildUnnamed570() {
|
| +buildUnnamed304() {
|
| var o = new core.List<api.AccountstatusesCustomBatchResponseEntry>();
|
| o.add(buildAccountstatusesCustomBatchResponseEntry());
|
| o.add(buildAccountstatusesCustomBatchResponseEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed570(core.List<api.AccountstatusesCustomBatchResponseEntry> o) {
|
| +checkUnnamed304(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 = buildUnnamed570();
|
| + o.entries = buildUnnamed304();
|
| o.kind = "foo";
|
| }
|
| buildCounterAccountstatusesCustomBatchResponse--;
|
| @@ -467,7 +467,7 @@ buildAccountstatusesCustomBatchResponse() {
|
| checkAccountstatusesCustomBatchResponse(api.AccountstatusesCustomBatchResponse o) {
|
| buildCounterAccountstatusesCustomBatchResponse++;
|
| if (buildCounterAccountstatusesCustomBatchResponse < 3) {
|
| - checkUnnamed570(o.entries);
|
| + checkUnnamed304(o.entries);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterAccountstatusesCustomBatchResponse--;
|
| @@ -496,14 +496,14 @@ checkAccountstatusesCustomBatchResponseEntry(api.AccountstatusesCustomBatchRespo
|
| buildCounterAccountstatusesCustomBatchResponseEntry--;
|
| }
|
|
|
| -buildUnnamed571() {
|
| +buildUnnamed305() {
|
| var o = new core.List<api.AccountStatus>();
|
| o.add(buildAccountStatus());
|
| o.add(buildAccountStatus());
|
| return o;
|
| }
|
|
|
| -checkUnnamed571(core.List<api.AccountStatus> o) {
|
| +checkUnnamed305(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 = buildUnnamed571();
|
| + o.resources = buildUnnamed305();
|
| }
|
| 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'));
|
| - checkUnnamed571(o.resources);
|
| + checkUnnamed305(o.resources);
|
| }
|
| buildCounterAccountstatusesListResponse--;
|
| }
|
|
|
| -buildUnnamed572() {
|
| +buildUnnamed306() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed572(core.List<core.String> o) {
|
| +checkUnnamed306(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 = buildUnnamed572();
|
| + o.intendedDestinations = buildUnnamed306();
|
| 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'));
|
| - checkUnnamed572(o.intendedDestinations);
|
| + checkUnnamed306(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--;
|
| }
|
|
|
| -buildUnnamed573() {
|
| +buildUnnamed307() {
|
| var o = new core.List<api.DatafeedStatusError>();
|
| o.add(buildDatafeedStatusError());
|
| o.add(buildDatafeedStatusError());
|
| return o;
|
| }
|
|
|
| -checkUnnamed573(core.List<api.DatafeedStatusError> o) {
|
| +checkUnnamed307(core.List<api.DatafeedStatusError> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDatafeedStatusError(o[0]);
|
| checkDatafeedStatusError(o[1]);
|
| }
|
|
|
| -buildUnnamed574() {
|
| +buildUnnamed308() {
|
| var o = new core.List<api.DatafeedStatusError>();
|
| o.add(buildDatafeedStatusError());
|
| o.add(buildDatafeedStatusError());
|
| return o;
|
| }
|
|
|
| -checkUnnamed574(core.List<api.DatafeedStatusError> o) {
|
| +checkUnnamed308(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 = buildUnnamed573();
|
| + o.errors = buildUnnamed307();
|
| o.itemsTotal = "foo";
|
| o.itemsValid = "foo";
|
| o.kind = "foo";
|
| o.processingStatus = "foo";
|
| - o.warnings = buildUnnamed574();
|
| + o.warnings = buildUnnamed308();
|
| }
|
| buildCounterDatafeedStatus--;
|
| return o;
|
| @@ -685,24 +685,24 @@ checkDatafeedStatus(api.DatafeedStatus o) {
|
| buildCounterDatafeedStatus++;
|
| if (buildCounterDatafeedStatus < 3) {
|
| unittest.expect(o.datafeedId, unittest.equals('foo'));
|
| - checkUnnamed573(o.errors);
|
| + checkUnnamed307(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'));
|
| - checkUnnamed574(o.warnings);
|
| + checkUnnamed308(o.warnings);
|
| }
|
| buildCounterDatafeedStatus--;
|
| }
|
|
|
| -buildUnnamed575() {
|
| +buildUnnamed309() {
|
| var o = new core.List<api.DatafeedStatusExample>();
|
| o.add(buildDatafeedStatusExample());
|
| o.add(buildDatafeedStatusExample());
|
| return o;
|
| }
|
|
|
| -checkUnnamed575(core.List<api.DatafeedStatusExample> o) {
|
| +checkUnnamed309(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 = buildUnnamed575();
|
| + o.examples = buildUnnamed309();
|
| 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'));
|
| - checkUnnamed575(o.examples);
|
| + checkUnnamed309(o.examples);
|
| unittest.expect(o.message, unittest.equals('foo'));
|
| }
|
| buildCounterDatafeedStatusError--;
|
| @@ -756,14 +756,14 @@ checkDatafeedStatusExample(api.DatafeedStatusExample o) {
|
| buildCounterDatafeedStatusExample--;
|
| }
|
|
|
| -buildUnnamed576() {
|
| +buildUnnamed310() {
|
| var o = new core.List<api.DatafeedsCustomBatchRequestEntry>();
|
| o.add(buildDatafeedsCustomBatchRequestEntry());
|
| o.add(buildDatafeedsCustomBatchRequestEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed576(core.List<api.DatafeedsCustomBatchRequestEntry> o) {
|
| +checkUnnamed310(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 = buildUnnamed576();
|
| + o.entries = buildUnnamed310();
|
| }
|
| buildCounterDatafeedsCustomBatchRequest--;
|
| return o;
|
| @@ -783,7 +783,7 @@ buildDatafeedsCustomBatchRequest() {
|
| checkDatafeedsCustomBatchRequest(api.DatafeedsCustomBatchRequest o) {
|
| buildCounterDatafeedsCustomBatchRequest++;
|
| if (buildCounterDatafeedsCustomBatchRequest < 3) {
|
| - checkUnnamed576(o.entries);
|
| + checkUnnamed310(o.entries);
|
| }
|
| buildCounterDatafeedsCustomBatchRequest--;
|
| }
|
| @@ -815,14 +815,14 @@ checkDatafeedsCustomBatchRequestEntry(api.DatafeedsCustomBatchRequestEntry o) {
|
| buildCounterDatafeedsCustomBatchRequestEntry--;
|
| }
|
|
|
| -buildUnnamed577() {
|
| +buildUnnamed311() {
|
| var o = new core.List<api.DatafeedsCustomBatchResponseEntry>();
|
| o.add(buildDatafeedsCustomBatchResponseEntry());
|
| o.add(buildDatafeedsCustomBatchResponseEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed577(core.List<api.DatafeedsCustomBatchResponseEntry> o) {
|
| +checkUnnamed311(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 = buildUnnamed577();
|
| + o.entries = buildUnnamed311();
|
| o.kind = "foo";
|
| }
|
| buildCounterDatafeedsCustomBatchResponse--;
|
| @@ -843,7 +843,7 @@ buildDatafeedsCustomBatchResponse() {
|
| checkDatafeedsCustomBatchResponse(api.DatafeedsCustomBatchResponse o) {
|
| buildCounterDatafeedsCustomBatchResponse++;
|
| if (buildCounterDatafeedsCustomBatchResponse < 3) {
|
| - checkUnnamed577(o.entries);
|
| + checkUnnamed311(o.entries);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterDatafeedsCustomBatchResponse--;
|
| @@ -872,14 +872,14 @@ checkDatafeedsCustomBatchResponseEntry(api.DatafeedsCustomBatchResponseEntry o)
|
| buildCounterDatafeedsCustomBatchResponseEntry--;
|
| }
|
|
|
| -buildUnnamed578() {
|
| +buildUnnamed312() {
|
| var o = new core.List<api.Datafeed>();
|
| o.add(buildDatafeed());
|
| o.add(buildDatafeed());
|
| return o;
|
| }
|
|
|
| -checkUnnamed578(core.List<api.Datafeed> o) {
|
| +checkUnnamed312(core.List<api.Datafeed> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDatafeed(o[0]);
|
| checkDatafeed(o[1]);
|
| @@ -892,7 +892,7 @@ buildDatafeedsListResponse() {
|
| if (buildCounterDatafeedsListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.resources = buildUnnamed578();
|
| + o.resources = buildUnnamed312();
|
| }
|
| buildCounterDatafeedsListResponse--;
|
| return o;
|
| @@ -903,19 +903,19 @@ checkDatafeedsListResponse(api.DatafeedsListResponse o) {
|
| if (buildCounterDatafeedsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed578(o.resources);
|
| + checkUnnamed312(o.resources);
|
| }
|
| buildCounterDatafeedsListResponse--;
|
| }
|
|
|
| -buildUnnamed579() {
|
| +buildUnnamed313() {
|
| var o = new core.List<api.DatafeedstatusesCustomBatchRequestEntry>();
|
| o.add(buildDatafeedstatusesCustomBatchRequestEntry());
|
| o.add(buildDatafeedstatusesCustomBatchRequestEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed579(core.List<api.DatafeedstatusesCustomBatchRequestEntry> o) {
|
| +checkUnnamed313(core.List<api.DatafeedstatusesCustomBatchRequestEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDatafeedstatusesCustomBatchRequestEntry(o[0]);
|
| checkDatafeedstatusesCustomBatchRequestEntry(o[1]);
|
| @@ -926,7 +926,7 @@ buildDatafeedstatusesCustomBatchRequest() {
|
| var o = new api.DatafeedstatusesCustomBatchRequest();
|
| buildCounterDatafeedstatusesCustomBatchRequest++;
|
| if (buildCounterDatafeedstatusesCustomBatchRequest < 3) {
|
| - o.entries = buildUnnamed579();
|
| + o.entries = buildUnnamed313();
|
| }
|
| buildCounterDatafeedstatusesCustomBatchRequest--;
|
| return o;
|
| @@ -935,7 +935,7 @@ buildDatafeedstatusesCustomBatchRequest() {
|
| checkDatafeedstatusesCustomBatchRequest(api.DatafeedstatusesCustomBatchRequest o) {
|
| buildCounterDatafeedstatusesCustomBatchRequest++;
|
| if (buildCounterDatafeedstatusesCustomBatchRequest < 3) {
|
| - checkUnnamed579(o.entries);
|
| + checkUnnamed313(o.entries);
|
| }
|
| buildCounterDatafeedstatusesCustomBatchRequest--;
|
| }
|
| @@ -965,14 +965,14 @@ checkDatafeedstatusesCustomBatchRequestEntry(api.DatafeedstatusesCustomBatchRequ
|
| buildCounterDatafeedstatusesCustomBatchRequestEntry--;
|
| }
|
|
|
| -buildUnnamed580() {
|
| +buildUnnamed314() {
|
| var o = new core.List<api.DatafeedstatusesCustomBatchResponseEntry>();
|
| o.add(buildDatafeedstatusesCustomBatchResponseEntry());
|
| o.add(buildDatafeedstatusesCustomBatchResponseEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed580(core.List<api.DatafeedstatusesCustomBatchResponseEntry> o) {
|
| +checkUnnamed314(core.List<api.DatafeedstatusesCustomBatchResponseEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDatafeedstatusesCustomBatchResponseEntry(o[0]);
|
| checkDatafeedstatusesCustomBatchResponseEntry(o[1]);
|
| @@ -983,7 +983,7 @@ buildDatafeedstatusesCustomBatchResponse() {
|
| var o = new api.DatafeedstatusesCustomBatchResponse();
|
| buildCounterDatafeedstatusesCustomBatchResponse++;
|
| if (buildCounterDatafeedstatusesCustomBatchResponse < 3) {
|
| - o.entries = buildUnnamed580();
|
| + o.entries = buildUnnamed314();
|
| o.kind = "foo";
|
| }
|
| buildCounterDatafeedstatusesCustomBatchResponse--;
|
| @@ -993,7 +993,7 @@ buildDatafeedstatusesCustomBatchResponse() {
|
| checkDatafeedstatusesCustomBatchResponse(api.DatafeedstatusesCustomBatchResponse o) {
|
| buildCounterDatafeedstatusesCustomBatchResponse++;
|
| if (buildCounterDatafeedstatusesCustomBatchResponse < 3) {
|
| - checkUnnamed580(o.entries);
|
| + checkUnnamed314(o.entries);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterDatafeedstatusesCustomBatchResponse--;
|
| @@ -1022,14 +1022,14 @@ checkDatafeedstatusesCustomBatchResponseEntry(api.DatafeedstatusesCustomBatchRes
|
| buildCounterDatafeedstatusesCustomBatchResponseEntry--;
|
| }
|
|
|
| -buildUnnamed581() {
|
| +buildUnnamed315() {
|
| var o = new core.List<api.DatafeedStatus>();
|
| o.add(buildDatafeedStatus());
|
| o.add(buildDatafeedStatus());
|
| return o;
|
| }
|
|
|
| -checkUnnamed581(core.List<api.DatafeedStatus> o) {
|
| +checkUnnamed315(core.List<api.DatafeedStatus> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDatafeedStatus(o[0]);
|
| checkDatafeedStatus(o[1]);
|
| @@ -1042,7 +1042,7 @@ buildDatafeedstatusesListResponse() {
|
| if (buildCounterDatafeedstatusesListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.resources = buildUnnamed581();
|
| + o.resources = buildUnnamed315();
|
| }
|
| buildCounterDatafeedstatusesListResponse--;
|
| return o;
|
| @@ -1053,7 +1053,7 @@ checkDatafeedstatusesListResponse(api.DatafeedstatusesListResponse o) {
|
| if (buildCounterDatafeedstatusesListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed581(o.resources);
|
| + checkUnnamed315(o.resources);
|
| }
|
| buildCounterDatafeedstatusesListResponse--;
|
| }
|
| @@ -1081,14 +1081,14 @@ checkError(api.Error o) {
|
| buildCounterError--;
|
| }
|
|
|
| -buildUnnamed582() {
|
| +buildUnnamed316() {
|
| var o = new core.List<api.Error>();
|
| o.add(buildError());
|
| o.add(buildError());
|
| return o;
|
| }
|
|
|
| -checkUnnamed582(core.List<api.Error> o) {
|
| +checkUnnamed316(core.List<api.Error> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkError(o[0]);
|
| checkError(o[1]);
|
| @@ -1100,7 +1100,7 @@ buildErrors() {
|
| buildCounterErrors++;
|
| if (buildCounterErrors < 3) {
|
| o.code = 42;
|
| - o.errors = buildUnnamed582();
|
| + o.errors = buildUnnamed316();
|
| o.message = "foo";
|
| }
|
| buildCounterErrors--;
|
| @@ -1111,7 +1111,7 @@ checkErrors(api.Errors o) {
|
| buildCounterErrors++;
|
| if (buildCounterErrors < 3) {
|
| unittest.expect(o.code, unittest.equals(42));
|
| - checkUnnamed582(o.errors);
|
| + checkUnnamed316(o.errors);
|
| unittest.expect(o.message, unittest.equals('foo'));
|
| }
|
| buildCounterErrors--;
|
| @@ -1146,14 +1146,14 @@ checkInventory(api.Inventory o) {
|
| buildCounterInventory--;
|
| }
|
|
|
| -buildUnnamed583() {
|
| +buildUnnamed317() {
|
| var o = new core.List<api.InventoryCustomBatchRequestEntry>();
|
| o.add(buildInventoryCustomBatchRequestEntry());
|
| o.add(buildInventoryCustomBatchRequestEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed583(core.List<api.InventoryCustomBatchRequestEntry> o) {
|
| +checkUnnamed317(core.List<api.InventoryCustomBatchRequestEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInventoryCustomBatchRequestEntry(o[0]);
|
| checkInventoryCustomBatchRequestEntry(o[1]);
|
| @@ -1164,7 +1164,7 @@ buildInventoryCustomBatchRequest() {
|
| var o = new api.InventoryCustomBatchRequest();
|
| buildCounterInventoryCustomBatchRequest++;
|
| if (buildCounterInventoryCustomBatchRequest < 3) {
|
| - o.entries = buildUnnamed583();
|
| + o.entries = buildUnnamed317();
|
| }
|
| buildCounterInventoryCustomBatchRequest--;
|
| return o;
|
| @@ -1173,7 +1173,7 @@ buildInventoryCustomBatchRequest() {
|
| checkInventoryCustomBatchRequest(api.InventoryCustomBatchRequest o) {
|
| buildCounterInventoryCustomBatchRequest++;
|
| if (buildCounterInventoryCustomBatchRequest < 3) {
|
| - checkUnnamed583(o.entries);
|
| + checkUnnamed317(o.entries);
|
| }
|
| buildCounterInventoryCustomBatchRequest--;
|
| }
|
| @@ -1205,14 +1205,14 @@ checkInventoryCustomBatchRequestEntry(api.InventoryCustomBatchRequestEntry o) {
|
| buildCounterInventoryCustomBatchRequestEntry--;
|
| }
|
|
|
| -buildUnnamed584() {
|
| +buildUnnamed318() {
|
| var o = new core.List<api.InventoryCustomBatchResponseEntry>();
|
| o.add(buildInventoryCustomBatchResponseEntry());
|
| o.add(buildInventoryCustomBatchResponseEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed584(core.List<api.InventoryCustomBatchResponseEntry> o) {
|
| +checkUnnamed318(core.List<api.InventoryCustomBatchResponseEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInventoryCustomBatchResponseEntry(o[0]);
|
| checkInventoryCustomBatchResponseEntry(o[1]);
|
| @@ -1223,7 +1223,7 @@ buildInventoryCustomBatchResponse() {
|
| var o = new api.InventoryCustomBatchResponse();
|
| buildCounterInventoryCustomBatchResponse++;
|
| if (buildCounterInventoryCustomBatchResponse < 3) {
|
| - o.entries = buildUnnamed584();
|
| + o.entries = buildUnnamed318();
|
| o.kind = "foo";
|
| }
|
| buildCounterInventoryCustomBatchResponse--;
|
| @@ -1233,7 +1233,7 @@ buildInventoryCustomBatchResponse() {
|
| checkInventoryCustomBatchResponse(api.InventoryCustomBatchResponse o) {
|
| buildCounterInventoryCustomBatchResponse++;
|
| if (buildCounterInventoryCustomBatchResponse < 3) {
|
| - checkUnnamed584(o.entries);
|
| + checkUnnamed318(o.entries);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterInventoryCustomBatchResponse--;
|
| @@ -1352,131 +1352,131 @@ checkPrice(api.Price o) {
|
| buildCounterPrice--;
|
| }
|
|
|
| -buildUnnamed585() {
|
| +buildUnnamed319() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed585(core.List<core.String> o) {
|
| +checkUnnamed319(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'));
|
| }
|
|
|
| -buildUnnamed586() {
|
| +buildUnnamed320() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed586(core.List<core.String> o) {
|
| +checkUnnamed320(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'));
|
| }
|
|
|
| -buildUnnamed587() {
|
| +buildUnnamed321() {
|
| var o = new core.List<api.ProductCustomAttribute>();
|
| o.add(buildProductCustomAttribute());
|
| o.add(buildProductCustomAttribute());
|
| return o;
|
| }
|
|
|
| -checkUnnamed587(core.List<api.ProductCustomAttribute> o) {
|
| +checkUnnamed321(core.List<api.ProductCustomAttribute> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProductCustomAttribute(o[0]);
|
| checkProductCustomAttribute(o[1]);
|
| }
|
|
|
| -buildUnnamed588() {
|
| +buildUnnamed322() {
|
| var o = new core.List<api.ProductCustomGroup>();
|
| o.add(buildProductCustomGroup());
|
| o.add(buildProductCustomGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed588(core.List<api.ProductCustomGroup> o) {
|
| +checkUnnamed322(core.List<api.ProductCustomGroup> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProductCustomGroup(o[0]);
|
| checkProductCustomGroup(o[1]);
|
| }
|
|
|
| -buildUnnamed589() {
|
| +buildUnnamed323() {
|
| var o = new core.List<api.ProductDestination>();
|
| o.add(buildProductDestination());
|
| o.add(buildProductDestination());
|
| return o;
|
| }
|
|
|
| -checkUnnamed589(core.List<api.ProductDestination> o) {
|
| +checkUnnamed323(core.List<api.ProductDestination> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProductDestination(o[0]);
|
| checkProductDestination(o[1]);
|
| }
|
|
|
| -buildUnnamed590() {
|
| +buildUnnamed324() {
|
| var o = new core.List<api.ProductShipping>();
|
| o.add(buildProductShipping());
|
| o.add(buildProductShipping());
|
| return o;
|
| }
|
|
|
| -checkUnnamed590(core.List<api.ProductShipping> o) {
|
| +checkUnnamed324(core.List<api.ProductShipping> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProductShipping(o[0]);
|
| checkProductShipping(o[1]);
|
| }
|
|
|
| -buildUnnamed591() {
|
| +buildUnnamed325() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed591(core.List<core.String> o) {
|
| +checkUnnamed325(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'));
|
| }
|
|
|
| -buildUnnamed592() {
|
| +buildUnnamed326() {
|
| var o = new core.List<api.ProductTax>();
|
| o.add(buildProductTax());
|
| o.add(buildProductTax());
|
| return o;
|
| }
|
|
|
| -checkUnnamed592(core.List<api.ProductTax> o) {
|
| +checkUnnamed326(core.List<api.ProductTax> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProductTax(o[0]);
|
| checkProductTax(o[1]);
|
| }
|
|
|
| -buildUnnamed593() {
|
| +buildUnnamed327() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed593(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'));
|
| }
|
|
|
| -buildUnnamed594() {
|
| +buildUnnamed328() {
|
| var o = new core.List<api.Error>();
|
| o.add(buildError());
|
| o.add(buildError());
|
| return o;
|
| }
|
|
|
| -checkUnnamed594(core.List<api.Error> o) {
|
| +checkUnnamed328(core.List<api.Error> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkError(o[0]);
|
| checkError(o[1]);
|
| @@ -1487,10 +1487,10 @@ buildProduct() {
|
| var o = new api.Product();
|
| buildCounterProduct++;
|
| if (buildCounterProduct < 3) {
|
| - o.additionalImageLinks = buildUnnamed585();
|
| + o.additionalImageLinks = buildUnnamed319();
|
| o.adult = true;
|
| o.adwordsGrouping = "foo";
|
| - o.adwordsLabels = buildUnnamed586();
|
| + o.adwordsLabels = buildUnnamed320();
|
| o.adwordsRedirect = "foo";
|
| o.ageGroup = "foo";
|
| o.availability = "foo";
|
| @@ -1500,15 +1500,15 @@ buildProduct() {
|
| o.color = "foo";
|
| o.condition = "foo";
|
| o.contentLanguage = "foo";
|
| - o.customAttributes = buildUnnamed587();
|
| - o.customGroups = buildUnnamed588();
|
| + o.customAttributes = buildUnnamed321();
|
| + o.customGroups = buildUnnamed322();
|
| o.customLabel0 = "foo";
|
| o.customLabel1 = "foo";
|
| o.customLabel2 = "foo";
|
| o.customLabel3 = "foo";
|
| o.customLabel4 = "foo";
|
| o.description = "foo";
|
| - o.destinations = buildUnnamed589();
|
| + o.destinations = buildUnnamed323();
|
| o.energyEfficiencyClass = "foo";
|
| o.expirationDate = "foo";
|
| o.gender = "foo";
|
| @@ -1534,19 +1534,19 @@ buildProduct() {
|
| o.productType = "foo";
|
| o.salePrice = buildPrice();
|
| o.salePriceEffectiveDate = "foo";
|
| - o.shipping = buildUnnamed590();
|
| + o.shipping = buildUnnamed324();
|
| o.shippingLabel = "foo";
|
| o.shippingWeight = buildProductShippingWeight();
|
| o.sizeSystem = "foo";
|
| o.sizeType = "foo";
|
| - o.sizes = buildUnnamed591();
|
| + o.sizes = buildUnnamed325();
|
| o.targetCountry = "foo";
|
| - o.taxes = buildUnnamed592();
|
| + o.taxes = buildUnnamed326();
|
| o.title = "foo";
|
| o.unitPricingBaseMeasure = buildProductUnitPricingBaseMeasure();
|
| o.unitPricingMeasure = buildProductUnitPricingMeasure();
|
| - o.validatedDestinations = buildUnnamed593();
|
| - o.warnings = buildUnnamed594();
|
| + o.validatedDestinations = buildUnnamed327();
|
| + o.warnings = buildUnnamed328();
|
| }
|
| buildCounterProduct--;
|
| return o;
|
| @@ -1555,10 +1555,10 @@ buildProduct() {
|
| checkProduct(api.Product o) {
|
| buildCounterProduct++;
|
| if (buildCounterProduct < 3) {
|
| - checkUnnamed585(o.additionalImageLinks);
|
| + checkUnnamed319(o.additionalImageLinks);
|
| unittest.expect(o.adult, unittest.isTrue);
|
| unittest.expect(o.adwordsGrouping, unittest.equals('foo'));
|
| - checkUnnamed586(o.adwordsLabels);
|
| + checkUnnamed320(o.adwordsLabels);
|
| unittest.expect(o.adwordsRedirect, unittest.equals('foo'));
|
| unittest.expect(o.ageGroup, unittest.equals('foo'));
|
| unittest.expect(o.availability, unittest.equals('foo'));
|
| @@ -1568,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'));
|
| - checkUnnamed587(o.customAttributes);
|
| - checkUnnamed588(o.customGroups);
|
| + checkUnnamed321(o.customAttributes);
|
| + checkUnnamed322(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'));
|
| - checkUnnamed589(o.destinations);
|
| + checkUnnamed323(o.destinations);
|
| unittest.expect(o.energyEfficiencyClass, unittest.equals('foo'));
|
| unittest.expect(o.expirationDate, unittest.equals('foo'));
|
| unittest.expect(o.gender, unittest.equals('foo'));
|
| @@ -1602,19 +1602,19 @@ checkProduct(api.Product o) {
|
| unittest.expect(o.productType, unittest.equals('foo'));
|
| checkPrice(o.salePrice);
|
| unittest.expect(o.salePriceEffectiveDate, unittest.equals('foo'));
|
| - checkUnnamed590(o.shipping);
|
| + checkUnnamed324(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'));
|
| - checkUnnamed591(o.sizes);
|
| + checkUnnamed325(o.sizes);
|
| unittest.expect(o.targetCountry, unittest.equals('foo'));
|
| - checkUnnamed592(o.taxes);
|
| + checkUnnamed326(o.taxes);
|
| unittest.expect(o.title, unittest.equals('foo'));
|
| checkProductUnitPricingBaseMeasure(o.unitPricingBaseMeasure);
|
| checkProductUnitPricingMeasure(o.unitPricingMeasure);
|
| - checkUnnamed593(o.validatedDestinations);
|
| - checkUnnamed594(o.warnings);
|
| + checkUnnamed327(o.validatedDestinations);
|
| + checkUnnamed328(o.warnings);
|
| }
|
| buildCounterProduct--;
|
| }
|
| @@ -1644,14 +1644,14 @@ checkProductCustomAttribute(api.ProductCustomAttribute o) {
|
| buildCounterProductCustomAttribute--;
|
| }
|
|
|
| -buildUnnamed595() {
|
| +buildUnnamed329() {
|
| var o = new core.List<api.ProductCustomAttribute>();
|
| o.add(buildProductCustomAttribute());
|
| o.add(buildProductCustomAttribute());
|
| return o;
|
| }
|
|
|
| -checkUnnamed595(core.List<api.ProductCustomAttribute> o) {
|
| +checkUnnamed329(core.List<api.ProductCustomAttribute> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProductCustomAttribute(o[0]);
|
| checkProductCustomAttribute(o[1]);
|
| @@ -1662,7 +1662,7 @@ buildProductCustomGroup() {
|
| var o = new api.ProductCustomGroup();
|
| buildCounterProductCustomGroup++;
|
| if (buildCounterProductCustomGroup < 3) {
|
| - o.attributes = buildUnnamed595();
|
| + o.attributes = buildUnnamed329();
|
| o.name = "foo";
|
| }
|
| buildCounterProductCustomGroup--;
|
| @@ -1672,7 +1672,7 @@ buildProductCustomGroup() {
|
| checkProductCustomGroup(api.ProductCustomGroup o) {
|
| buildCounterProductCustomGroup++;
|
| if (buildCounterProductCustomGroup < 3) {
|
| - checkUnnamed595(o.attributes);
|
| + checkUnnamed329(o.attributes);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| }
|
| buildCounterProductCustomGroup--;
|
| @@ -1772,27 +1772,27 @@ checkProductShippingWeight(api.ProductShippingWeight o) {
|
| buildCounterProductShippingWeight--;
|
| }
|
|
|
| -buildUnnamed596() {
|
| +buildUnnamed330() {
|
| var o = new core.List<api.ProductStatusDataQualityIssue>();
|
| o.add(buildProductStatusDataQualityIssue());
|
| o.add(buildProductStatusDataQualityIssue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed596(core.List<api.ProductStatusDataQualityIssue> o) {
|
| +checkUnnamed330(core.List<api.ProductStatusDataQualityIssue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProductStatusDataQualityIssue(o[0]);
|
| checkProductStatusDataQualityIssue(o[1]);
|
| }
|
|
|
| -buildUnnamed597() {
|
| +buildUnnamed331() {
|
| var o = new core.List<api.ProductStatusDestinationStatus>();
|
| o.add(buildProductStatusDestinationStatus());
|
| o.add(buildProductStatusDestinationStatus());
|
| return o;
|
| }
|
|
|
| -checkUnnamed597(core.List<api.ProductStatusDestinationStatus> o) {
|
| +checkUnnamed331(core.List<api.ProductStatusDestinationStatus> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProductStatusDestinationStatus(o[0]);
|
| checkProductStatusDestinationStatus(o[1]);
|
| @@ -1803,8 +1803,8 @@ buildProductStatus() {
|
| var o = new api.ProductStatus();
|
| buildCounterProductStatus++;
|
| if (buildCounterProductStatus < 3) {
|
| - o.dataQualityIssues = buildUnnamed596();
|
| - o.destinationStatuses = buildUnnamed597();
|
| + o.dataQualityIssues = buildUnnamed330();
|
| + o.destinationStatuses = buildUnnamed331();
|
| o.kind = "foo";
|
| o.link = "foo";
|
| o.productId = "foo";
|
| @@ -1817,8 +1817,8 @@ buildProductStatus() {
|
| checkProductStatus(api.ProductStatus o) {
|
| buildCounterProductStatus++;
|
| if (buildCounterProductStatus < 3) {
|
| - checkUnnamed596(o.dataQualityIssues);
|
| - checkUnnamed597(o.destinationStatuses);
|
| + checkUnnamed330(o.dataQualityIssues);
|
| + checkUnnamed331(o.destinationStatuses);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.link, unittest.equals('foo'));
|
| unittest.expect(o.productId, unittest.equals('foo'));
|
| @@ -1952,14 +1952,14 @@ checkProductUnitPricingMeasure(api.ProductUnitPricingMeasure o) {
|
| buildCounterProductUnitPricingMeasure--;
|
| }
|
|
|
| -buildUnnamed598() {
|
| +buildUnnamed332() {
|
| var o = new core.List<api.ProductsCustomBatchRequestEntry>();
|
| o.add(buildProductsCustomBatchRequestEntry());
|
| o.add(buildProductsCustomBatchRequestEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed598(core.List<api.ProductsCustomBatchRequestEntry> o) {
|
| +checkUnnamed332(core.List<api.ProductsCustomBatchRequestEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProductsCustomBatchRequestEntry(o[0]);
|
| checkProductsCustomBatchRequestEntry(o[1]);
|
| @@ -1970,7 +1970,7 @@ buildProductsCustomBatchRequest() {
|
| var o = new api.ProductsCustomBatchRequest();
|
| buildCounterProductsCustomBatchRequest++;
|
| if (buildCounterProductsCustomBatchRequest < 3) {
|
| - o.entries = buildUnnamed598();
|
| + o.entries = buildUnnamed332();
|
| }
|
| buildCounterProductsCustomBatchRequest--;
|
| return o;
|
| @@ -1979,7 +1979,7 @@ buildProductsCustomBatchRequest() {
|
| checkProductsCustomBatchRequest(api.ProductsCustomBatchRequest o) {
|
| buildCounterProductsCustomBatchRequest++;
|
| if (buildCounterProductsCustomBatchRequest < 3) {
|
| - checkUnnamed598(o.entries);
|
| + checkUnnamed332(o.entries);
|
| }
|
| buildCounterProductsCustomBatchRequest--;
|
| }
|
| @@ -2011,14 +2011,14 @@ checkProductsCustomBatchRequestEntry(api.ProductsCustomBatchRequestEntry o) {
|
| buildCounterProductsCustomBatchRequestEntry--;
|
| }
|
|
|
| -buildUnnamed599() {
|
| +buildUnnamed333() {
|
| var o = new core.List<api.ProductsCustomBatchResponseEntry>();
|
| o.add(buildProductsCustomBatchResponseEntry());
|
| o.add(buildProductsCustomBatchResponseEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed599(core.List<api.ProductsCustomBatchResponseEntry> o) {
|
| +checkUnnamed333(core.List<api.ProductsCustomBatchResponseEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProductsCustomBatchResponseEntry(o[0]);
|
| checkProductsCustomBatchResponseEntry(o[1]);
|
| @@ -2029,7 +2029,7 @@ buildProductsCustomBatchResponse() {
|
| var o = new api.ProductsCustomBatchResponse();
|
| buildCounterProductsCustomBatchResponse++;
|
| if (buildCounterProductsCustomBatchResponse < 3) {
|
| - o.entries = buildUnnamed599();
|
| + o.entries = buildUnnamed333();
|
| o.kind = "foo";
|
| }
|
| buildCounterProductsCustomBatchResponse--;
|
| @@ -2039,7 +2039,7 @@ buildProductsCustomBatchResponse() {
|
| checkProductsCustomBatchResponse(api.ProductsCustomBatchResponse o) {
|
| buildCounterProductsCustomBatchResponse++;
|
| if (buildCounterProductsCustomBatchResponse < 3) {
|
| - checkUnnamed599(o.entries);
|
| + checkUnnamed333(o.entries);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterProductsCustomBatchResponse--;
|
| @@ -2070,14 +2070,14 @@ checkProductsCustomBatchResponseEntry(api.ProductsCustomBatchResponseEntry o) {
|
| buildCounterProductsCustomBatchResponseEntry--;
|
| }
|
|
|
| -buildUnnamed600() {
|
| +buildUnnamed334() {
|
| var o = new core.List<api.Product>();
|
| o.add(buildProduct());
|
| o.add(buildProduct());
|
| return o;
|
| }
|
|
|
| -checkUnnamed600(core.List<api.Product> o) {
|
| +checkUnnamed334(core.List<api.Product> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProduct(o[0]);
|
| checkProduct(o[1]);
|
| @@ -2090,7 +2090,7 @@ buildProductsListResponse() {
|
| if (buildCounterProductsListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.resources = buildUnnamed600();
|
| + o.resources = buildUnnamed334();
|
| }
|
| buildCounterProductsListResponse--;
|
| return o;
|
| @@ -2101,19 +2101,19 @@ checkProductsListResponse(api.ProductsListResponse o) {
|
| if (buildCounterProductsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed600(o.resources);
|
| + checkUnnamed334(o.resources);
|
| }
|
| buildCounterProductsListResponse--;
|
| }
|
|
|
| -buildUnnamed601() {
|
| +buildUnnamed335() {
|
| var o = new core.List<api.ProductstatusesCustomBatchRequestEntry>();
|
| o.add(buildProductstatusesCustomBatchRequestEntry());
|
| o.add(buildProductstatusesCustomBatchRequestEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed601(core.List<api.ProductstatusesCustomBatchRequestEntry> o) {
|
| +checkUnnamed335(core.List<api.ProductstatusesCustomBatchRequestEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProductstatusesCustomBatchRequestEntry(o[0]);
|
| checkProductstatusesCustomBatchRequestEntry(o[1]);
|
| @@ -2124,7 +2124,7 @@ buildProductstatusesCustomBatchRequest() {
|
| var o = new api.ProductstatusesCustomBatchRequest();
|
| buildCounterProductstatusesCustomBatchRequest++;
|
| if (buildCounterProductstatusesCustomBatchRequest < 3) {
|
| - o.entries = buildUnnamed601();
|
| + o.entries = buildUnnamed335();
|
| }
|
| buildCounterProductstatusesCustomBatchRequest--;
|
| return o;
|
| @@ -2133,7 +2133,7 @@ buildProductstatusesCustomBatchRequest() {
|
| checkProductstatusesCustomBatchRequest(api.ProductstatusesCustomBatchRequest o) {
|
| buildCounterProductstatusesCustomBatchRequest++;
|
| if (buildCounterProductstatusesCustomBatchRequest < 3) {
|
| - checkUnnamed601(o.entries);
|
| + checkUnnamed335(o.entries);
|
| }
|
| buildCounterProductstatusesCustomBatchRequest--;
|
| }
|
| @@ -2163,14 +2163,14 @@ checkProductstatusesCustomBatchRequestEntry(api.ProductstatusesCustomBatchReques
|
| buildCounterProductstatusesCustomBatchRequestEntry--;
|
| }
|
|
|
| -buildUnnamed602() {
|
| +buildUnnamed336() {
|
| var o = new core.List<api.ProductstatusesCustomBatchResponseEntry>();
|
| o.add(buildProductstatusesCustomBatchResponseEntry());
|
| o.add(buildProductstatusesCustomBatchResponseEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed602(core.List<api.ProductstatusesCustomBatchResponseEntry> o) {
|
| +checkUnnamed336(core.List<api.ProductstatusesCustomBatchResponseEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProductstatusesCustomBatchResponseEntry(o[0]);
|
| checkProductstatusesCustomBatchResponseEntry(o[1]);
|
| @@ -2181,7 +2181,7 @@ buildProductstatusesCustomBatchResponse() {
|
| var o = new api.ProductstatusesCustomBatchResponse();
|
| buildCounterProductstatusesCustomBatchResponse++;
|
| if (buildCounterProductstatusesCustomBatchResponse < 3) {
|
| - o.entries = buildUnnamed602();
|
| + o.entries = buildUnnamed336();
|
| o.kind = "foo";
|
| }
|
| buildCounterProductstatusesCustomBatchResponse--;
|
| @@ -2191,7 +2191,7 @@ buildProductstatusesCustomBatchResponse() {
|
| checkProductstatusesCustomBatchResponse(api.ProductstatusesCustomBatchResponse o) {
|
| buildCounterProductstatusesCustomBatchResponse++;
|
| if (buildCounterProductstatusesCustomBatchResponse < 3) {
|
| - checkUnnamed602(o.entries);
|
| + checkUnnamed336(o.entries);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterProductstatusesCustomBatchResponse--;
|
| @@ -2222,14 +2222,14 @@ checkProductstatusesCustomBatchResponseEntry(api.ProductstatusesCustomBatchRespo
|
| buildCounterProductstatusesCustomBatchResponseEntry--;
|
| }
|
|
|
| -buildUnnamed603() {
|
| +buildUnnamed337() {
|
| var o = new core.List<api.ProductStatus>();
|
| o.add(buildProductStatus());
|
| o.add(buildProductStatus());
|
| return o;
|
| }
|
|
|
| -checkUnnamed603(core.List<api.ProductStatus> o) {
|
| +checkUnnamed337(core.List<api.ProductStatus> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProductStatus(o[0]);
|
| checkProductStatus(o[1]);
|
| @@ -2242,7 +2242,7 @@ buildProductstatusesListResponse() {
|
| if (buildCounterProductstatusesListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.resources = buildUnnamed603();
|
| + o.resources = buildUnnamed337();
|
| }
|
| buildCounterProductstatusesListResponse--;
|
| return o;
|
| @@ -2253,7 +2253,7 @@ checkProductstatusesListResponse(api.ProductstatusesListResponse o) {
|
| if (buildCounterProductstatusesListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed603(o.resources);
|
| + checkUnnamed337(o.resources);
|
| }
|
| buildCounterProductstatusesListResponse--;
|
| }
|
|
|