| Index: generated/googleapis/test/gmail/v1_test.dart
|
| diff --git a/generated/googleapis/test/gmail/v1_test.dart b/generated/googleapis/test/gmail/v1_test.dart
|
| index 37341695adca71b152d291756c2a317233fd4a4c..743ca825fe47a416dd515cbcb5fb10d1b82571da 100644
|
| --- a/generated/googleapis/test/gmail/v1_test.dart
|
| +++ b/generated/googleapis/test/gmail/v1_test.dart
|
| @@ -74,14 +74,14 @@ checkAutoForwarding(api.AutoForwarding o) {
|
| buildCounterAutoForwarding--;
|
| }
|
|
|
| -buildUnnamed98() {
|
| +buildUnnamed119() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed98(core.List<core.String> o) {
|
| +checkUnnamed119(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'));
|
| @@ -92,7 +92,7 @@ buildBatchDeleteMessagesRequest() {
|
| var o = new api.BatchDeleteMessagesRequest();
|
| buildCounterBatchDeleteMessagesRequest++;
|
| if (buildCounterBatchDeleteMessagesRequest < 3) {
|
| - o.ids = buildUnnamed98();
|
| + o.ids = buildUnnamed119();
|
| }
|
| buildCounterBatchDeleteMessagesRequest--;
|
| return o;
|
| @@ -101,45 +101,45 @@ buildBatchDeleteMessagesRequest() {
|
| checkBatchDeleteMessagesRequest(api.BatchDeleteMessagesRequest o) {
|
| buildCounterBatchDeleteMessagesRequest++;
|
| if (buildCounterBatchDeleteMessagesRequest < 3) {
|
| - checkUnnamed98(o.ids);
|
| + checkUnnamed119(o.ids);
|
| }
|
| buildCounterBatchDeleteMessagesRequest--;
|
| }
|
|
|
| -buildUnnamed99() {
|
| +buildUnnamed120() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed99(core.List<core.String> o) {
|
| +checkUnnamed120(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed100() {
|
| +buildUnnamed121() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed100(core.List<core.String> o) {
|
| +checkUnnamed121(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'));
|
| }
|
|
|
| -buildUnnamed101() {
|
| +buildUnnamed122() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed101(core.List<core.String> o) {
|
| +checkUnnamed122(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'));
|
| @@ -150,9 +150,9 @@ buildBatchModifyMessagesRequest() {
|
| var o = new api.BatchModifyMessagesRequest();
|
| buildCounterBatchModifyMessagesRequest++;
|
| if (buildCounterBatchModifyMessagesRequest < 3) {
|
| - o.addLabelIds = buildUnnamed99();
|
| - o.ids = buildUnnamed100();
|
| - o.removeLabelIds = buildUnnamed101();
|
| + o.addLabelIds = buildUnnamed120();
|
| + o.ids = buildUnnamed121();
|
| + o.removeLabelIds = buildUnnamed122();
|
| }
|
| buildCounterBatchModifyMessagesRequest--;
|
| return o;
|
| @@ -161,9 +161,9 @@ buildBatchModifyMessagesRequest() {
|
| checkBatchModifyMessagesRequest(api.BatchModifyMessagesRequest o) {
|
| buildCounterBatchModifyMessagesRequest++;
|
| if (buildCounterBatchModifyMessagesRequest < 3) {
|
| - checkUnnamed99(o.addLabelIds);
|
| - checkUnnamed100(o.ids);
|
| - checkUnnamed101(o.removeLabelIds);
|
| + checkUnnamed120(o.addLabelIds);
|
| + checkUnnamed121(o.ids);
|
| + checkUnnamed122(o.removeLabelIds);
|
| }
|
| buildCounterBatchModifyMessagesRequest--;
|
| }
|
| @@ -212,27 +212,27 @@ checkFilter(api.Filter o) {
|
| buildCounterFilter--;
|
| }
|
|
|
| -buildUnnamed102() {
|
| +buildUnnamed123() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed102(core.List<core.String> o) {
|
| +checkUnnamed123(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed103() {
|
| +buildUnnamed124() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed103(core.List<core.String> o) {
|
| +checkUnnamed124(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'));
|
| @@ -243,9 +243,9 @@ buildFilterAction() {
|
| var o = new api.FilterAction();
|
| buildCounterFilterAction++;
|
| if (buildCounterFilterAction < 3) {
|
| - o.addLabelIds = buildUnnamed102();
|
| + o.addLabelIds = buildUnnamed123();
|
| o.forward = "foo";
|
| - o.removeLabelIds = buildUnnamed103();
|
| + o.removeLabelIds = buildUnnamed124();
|
| }
|
| buildCounterFilterAction--;
|
| return o;
|
| @@ -254,9 +254,9 @@ buildFilterAction() {
|
| checkFilterAction(api.FilterAction o) {
|
| buildCounterFilterAction++;
|
| if (buildCounterFilterAction < 3) {
|
| - checkUnnamed102(o.addLabelIds);
|
| + checkUnnamed123(o.addLabelIds);
|
| unittest.expect(o.forward, unittest.equals('foo'));
|
| - checkUnnamed103(o.removeLabelIds);
|
| + checkUnnamed124(o.removeLabelIds);
|
| }
|
| buildCounterFilterAction--;
|
| }
|
| @@ -317,66 +317,66 @@ checkForwardingAddress(api.ForwardingAddress o) {
|
| buildCounterForwardingAddress--;
|
| }
|
|
|
| -buildUnnamed104() {
|
| +buildUnnamed125() {
|
| var o = new core.List<api.HistoryLabelAdded>();
|
| o.add(buildHistoryLabelAdded());
|
| o.add(buildHistoryLabelAdded());
|
| return o;
|
| }
|
|
|
| -checkUnnamed104(core.List<api.HistoryLabelAdded> o) {
|
| +checkUnnamed125(core.List<api.HistoryLabelAdded> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkHistoryLabelAdded(o[0]);
|
| checkHistoryLabelAdded(o[1]);
|
| }
|
|
|
| -buildUnnamed105() {
|
| +buildUnnamed126() {
|
| var o = new core.List<api.HistoryLabelRemoved>();
|
| o.add(buildHistoryLabelRemoved());
|
| o.add(buildHistoryLabelRemoved());
|
| return o;
|
| }
|
|
|
| -checkUnnamed105(core.List<api.HistoryLabelRemoved> o) {
|
| +checkUnnamed126(core.List<api.HistoryLabelRemoved> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkHistoryLabelRemoved(o[0]);
|
| checkHistoryLabelRemoved(o[1]);
|
| }
|
|
|
| -buildUnnamed106() {
|
| +buildUnnamed127() {
|
| var o = new core.List<api.Message>();
|
| o.add(buildMessage());
|
| o.add(buildMessage());
|
| return o;
|
| }
|
|
|
| -checkUnnamed106(core.List<api.Message> o) {
|
| +checkUnnamed127(core.List<api.Message> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMessage(o[0]);
|
| checkMessage(o[1]);
|
| }
|
|
|
| -buildUnnamed107() {
|
| +buildUnnamed128() {
|
| var o = new core.List<api.HistoryMessageAdded>();
|
| o.add(buildHistoryMessageAdded());
|
| o.add(buildHistoryMessageAdded());
|
| return o;
|
| }
|
|
|
| -checkUnnamed107(core.List<api.HistoryMessageAdded> o) {
|
| +checkUnnamed128(core.List<api.HistoryMessageAdded> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkHistoryMessageAdded(o[0]);
|
| checkHistoryMessageAdded(o[1]);
|
| }
|
|
|
| -buildUnnamed108() {
|
| +buildUnnamed129() {
|
| var o = new core.List<api.HistoryMessageDeleted>();
|
| o.add(buildHistoryMessageDeleted());
|
| o.add(buildHistoryMessageDeleted());
|
| return o;
|
| }
|
|
|
| -checkUnnamed108(core.List<api.HistoryMessageDeleted> o) {
|
| +checkUnnamed129(core.List<api.HistoryMessageDeleted> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkHistoryMessageDeleted(o[0]);
|
| checkHistoryMessageDeleted(o[1]);
|
| @@ -388,11 +388,11 @@ buildHistory() {
|
| buildCounterHistory++;
|
| if (buildCounterHistory < 3) {
|
| o.id = "foo";
|
| - o.labelsAdded = buildUnnamed104();
|
| - o.labelsRemoved = buildUnnamed105();
|
| - o.messages = buildUnnamed106();
|
| - o.messagesAdded = buildUnnamed107();
|
| - o.messagesDeleted = buildUnnamed108();
|
| + o.labelsAdded = buildUnnamed125();
|
| + o.labelsRemoved = buildUnnamed126();
|
| + o.messages = buildUnnamed127();
|
| + o.messagesAdded = buildUnnamed128();
|
| + o.messagesDeleted = buildUnnamed129();
|
| }
|
| buildCounterHistory--;
|
| return o;
|
| @@ -402,23 +402,23 @@ checkHistory(api.History o) {
|
| buildCounterHistory++;
|
| if (buildCounterHistory < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed104(o.labelsAdded);
|
| - checkUnnamed105(o.labelsRemoved);
|
| - checkUnnamed106(o.messages);
|
| - checkUnnamed107(o.messagesAdded);
|
| - checkUnnamed108(o.messagesDeleted);
|
| + checkUnnamed125(o.labelsAdded);
|
| + checkUnnamed126(o.labelsRemoved);
|
| + checkUnnamed127(o.messages);
|
| + checkUnnamed128(o.messagesAdded);
|
| + checkUnnamed129(o.messagesDeleted);
|
| }
|
| buildCounterHistory--;
|
| }
|
|
|
| -buildUnnamed109() {
|
| +buildUnnamed130() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed109(core.List<core.String> o) {
|
| +checkUnnamed130(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'));
|
| @@ -429,7 +429,7 @@ buildHistoryLabelAdded() {
|
| var o = new api.HistoryLabelAdded();
|
| buildCounterHistoryLabelAdded++;
|
| if (buildCounterHistoryLabelAdded < 3) {
|
| - o.labelIds = buildUnnamed109();
|
| + o.labelIds = buildUnnamed130();
|
| o.message = buildMessage();
|
| }
|
| buildCounterHistoryLabelAdded--;
|
| @@ -439,20 +439,20 @@ buildHistoryLabelAdded() {
|
| checkHistoryLabelAdded(api.HistoryLabelAdded o) {
|
| buildCounterHistoryLabelAdded++;
|
| if (buildCounterHistoryLabelAdded < 3) {
|
| - checkUnnamed109(o.labelIds);
|
| + checkUnnamed130(o.labelIds);
|
| checkMessage(o.message);
|
| }
|
| buildCounterHistoryLabelAdded--;
|
| }
|
|
|
| -buildUnnamed110() {
|
| +buildUnnamed131() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed110(core.List<core.String> o) {
|
| +checkUnnamed131(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'));
|
| @@ -463,7 +463,7 @@ buildHistoryLabelRemoved() {
|
| var o = new api.HistoryLabelRemoved();
|
| buildCounterHistoryLabelRemoved++;
|
| if (buildCounterHistoryLabelRemoved < 3) {
|
| - o.labelIds = buildUnnamed110();
|
| + o.labelIds = buildUnnamed131();
|
| o.message = buildMessage();
|
| }
|
| buildCounterHistoryLabelRemoved--;
|
| @@ -473,7 +473,7 @@ buildHistoryLabelRemoved() {
|
| checkHistoryLabelRemoved(api.HistoryLabelRemoved o) {
|
| buildCounterHistoryLabelRemoved++;
|
| if (buildCounterHistoryLabelRemoved < 3) {
|
| - checkUnnamed110(o.labelIds);
|
| + checkUnnamed131(o.labelIds);
|
| checkMessage(o.message);
|
| }
|
| buildCounterHistoryLabelRemoved--;
|
| @@ -577,14 +577,14 @@ checkLabel(api.Label o) {
|
| buildCounterLabel--;
|
| }
|
|
|
| -buildUnnamed111() {
|
| +buildUnnamed132() {
|
| var o = new core.List<api.Draft>();
|
| o.add(buildDraft());
|
| o.add(buildDraft());
|
| return o;
|
| }
|
|
|
| -checkUnnamed111(core.List<api.Draft> o) {
|
| +checkUnnamed132(core.List<api.Draft> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDraft(o[0]);
|
| checkDraft(o[1]);
|
| @@ -595,7 +595,7 @@ buildListDraftsResponse() {
|
| var o = new api.ListDraftsResponse();
|
| buildCounterListDraftsResponse++;
|
| if (buildCounterListDraftsResponse < 3) {
|
| - o.drafts = buildUnnamed111();
|
| + o.drafts = buildUnnamed132();
|
| o.nextPageToken = "foo";
|
| o.resultSizeEstimate = 42;
|
| }
|
| @@ -606,21 +606,21 @@ buildListDraftsResponse() {
|
| checkListDraftsResponse(api.ListDraftsResponse o) {
|
| buildCounterListDraftsResponse++;
|
| if (buildCounterListDraftsResponse < 3) {
|
| - checkUnnamed111(o.drafts);
|
| + checkUnnamed132(o.drafts);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.resultSizeEstimate, unittest.equals(42));
|
| }
|
| buildCounterListDraftsResponse--;
|
| }
|
|
|
| -buildUnnamed112() {
|
| +buildUnnamed133() {
|
| var o = new core.List<api.Filter>();
|
| o.add(buildFilter());
|
| o.add(buildFilter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed112(core.List<api.Filter> o) {
|
| +checkUnnamed133(core.List<api.Filter> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFilter(o[0]);
|
| checkFilter(o[1]);
|
| @@ -631,7 +631,7 @@ buildListFiltersResponse() {
|
| var o = new api.ListFiltersResponse();
|
| buildCounterListFiltersResponse++;
|
| if (buildCounterListFiltersResponse < 3) {
|
| - o.filter = buildUnnamed112();
|
| + o.filter = buildUnnamed133();
|
| }
|
| buildCounterListFiltersResponse--;
|
| return o;
|
| @@ -640,19 +640,19 @@ buildListFiltersResponse() {
|
| checkListFiltersResponse(api.ListFiltersResponse o) {
|
| buildCounterListFiltersResponse++;
|
| if (buildCounterListFiltersResponse < 3) {
|
| - checkUnnamed112(o.filter);
|
| + checkUnnamed133(o.filter);
|
| }
|
| buildCounterListFiltersResponse--;
|
| }
|
|
|
| -buildUnnamed113() {
|
| +buildUnnamed134() {
|
| var o = new core.List<api.ForwardingAddress>();
|
| o.add(buildForwardingAddress());
|
| o.add(buildForwardingAddress());
|
| return o;
|
| }
|
|
|
| -checkUnnamed113(core.List<api.ForwardingAddress> o) {
|
| +checkUnnamed134(core.List<api.ForwardingAddress> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkForwardingAddress(o[0]);
|
| checkForwardingAddress(o[1]);
|
| @@ -663,7 +663,7 @@ buildListForwardingAddressesResponse() {
|
| var o = new api.ListForwardingAddressesResponse();
|
| buildCounterListForwardingAddressesResponse++;
|
| if (buildCounterListForwardingAddressesResponse < 3) {
|
| - o.forwardingAddresses = buildUnnamed113();
|
| + o.forwardingAddresses = buildUnnamed134();
|
| }
|
| buildCounterListForwardingAddressesResponse--;
|
| return o;
|
| @@ -672,19 +672,19 @@ buildListForwardingAddressesResponse() {
|
| checkListForwardingAddressesResponse(api.ListForwardingAddressesResponse o) {
|
| buildCounterListForwardingAddressesResponse++;
|
| if (buildCounterListForwardingAddressesResponse < 3) {
|
| - checkUnnamed113(o.forwardingAddresses);
|
| + checkUnnamed134(o.forwardingAddresses);
|
| }
|
| buildCounterListForwardingAddressesResponse--;
|
| }
|
|
|
| -buildUnnamed114() {
|
| +buildUnnamed135() {
|
| var o = new core.List<api.History>();
|
| o.add(buildHistory());
|
| o.add(buildHistory());
|
| return o;
|
| }
|
|
|
| -checkUnnamed114(core.List<api.History> o) {
|
| +checkUnnamed135(core.List<api.History> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkHistory(o[0]);
|
| checkHistory(o[1]);
|
| @@ -695,7 +695,7 @@ buildListHistoryResponse() {
|
| var o = new api.ListHistoryResponse();
|
| buildCounterListHistoryResponse++;
|
| if (buildCounterListHistoryResponse < 3) {
|
| - o.history = buildUnnamed114();
|
| + o.history = buildUnnamed135();
|
| o.historyId = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -706,21 +706,21 @@ buildListHistoryResponse() {
|
| checkListHistoryResponse(api.ListHistoryResponse o) {
|
| buildCounterListHistoryResponse++;
|
| if (buildCounterListHistoryResponse < 3) {
|
| - checkUnnamed114(o.history);
|
| + checkUnnamed135(o.history);
|
| unittest.expect(o.historyId, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterListHistoryResponse--;
|
| }
|
|
|
| -buildUnnamed115() {
|
| +buildUnnamed136() {
|
| var o = new core.List<api.Label>();
|
| o.add(buildLabel());
|
| o.add(buildLabel());
|
| return o;
|
| }
|
|
|
| -checkUnnamed115(core.List<api.Label> o) {
|
| +checkUnnamed136(core.List<api.Label> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkLabel(o[0]);
|
| checkLabel(o[1]);
|
| @@ -731,7 +731,7 @@ buildListLabelsResponse() {
|
| var o = new api.ListLabelsResponse();
|
| buildCounterListLabelsResponse++;
|
| if (buildCounterListLabelsResponse < 3) {
|
| - o.labels = buildUnnamed115();
|
| + o.labels = buildUnnamed136();
|
| }
|
| buildCounterListLabelsResponse--;
|
| return o;
|
| @@ -740,19 +740,19 @@ buildListLabelsResponse() {
|
| checkListLabelsResponse(api.ListLabelsResponse o) {
|
| buildCounterListLabelsResponse++;
|
| if (buildCounterListLabelsResponse < 3) {
|
| - checkUnnamed115(o.labels);
|
| + checkUnnamed136(o.labels);
|
| }
|
| buildCounterListLabelsResponse--;
|
| }
|
|
|
| -buildUnnamed116() {
|
| +buildUnnamed137() {
|
| var o = new core.List<api.Message>();
|
| o.add(buildMessage());
|
| o.add(buildMessage());
|
| return o;
|
| }
|
|
|
| -checkUnnamed116(core.List<api.Message> o) {
|
| +checkUnnamed137(core.List<api.Message> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMessage(o[0]);
|
| checkMessage(o[1]);
|
| @@ -763,7 +763,7 @@ buildListMessagesResponse() {
|
| var o = new api.ListMessagesResponse();
|
| buildCounterListMessagesResponse++;
|
| if (buildCounterListMessagesResponse < 3) {
|
| - o.messages = buildUnnamed116();
|
| + o.messages = buildUnnamed137();
|
| o.nextPageToken = "foo";
|
| o.resultSizeEstimate = 42;
|
| }
|
| @@ -774,21 +774,21 @@ buildListMessagesResponse() {
|
| checkListMessagesResponse(api.ListMessagesResponse o) {
|
| buildCounterListMessagesResponse++;
|
| if (buildCounterListMessagesResponse < 3) {
|
| - checkUnnamed116(o.messages);
|
| + checkUnnamed137(o.messages);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.resultSizeEstimate, unittest.equals(42));
|
| }
|
| buildCounterListMessagesResponse--;
|
| }
|
|
|
| -buildUnnamed117() {
|
| +buildUnnamed138() {
|
| var o = new core.List<api.SendAs>();
|
| o.add(buildSendAs());
|
| o.add(buildSendAs());
|
| return o;
|
| }
|
|
|
| -checkUnnamed117(core.List<api.SendAs> o) {
|
| +checkUnnamed138(core.List<api.SendAs> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSendAs(o[0]);
|
| checkSendAs(o[1]);
|
| @@ -799,7 +799,7 @@ buildListSendAsResponse() {
|
| var o = new api.ListSendAsResponse();
|
| buildCounterListSendAsResponse++;
|
| if (buildCounterListSendAsResponse < 3) {
|
| - o.sendAs = buildUnnamed117();
|
| + o.sendAs = buildUnnamed138();
|
| }
|
| buildCounterListSendAsResponse--;
|
| return o;
|
| @@ -808,19 +808,19 @@ buildListSendAsResponse() {
|
| checkListSendAsResponse(api.ListSendAsResponse o) {
|
| buildCounterListSendAsResponse++;
|
| if (buildCounterListSendAsResponse < 3) {
|
| - checkUnnamed117(o.sendAs);
|
| + checkUnnamed138(o.sendAs);
|
| }
|
| buildCounterListSendAsResponse--;
|
| }
|
|
|
| -buildUnnamed118() {
|
| +buildUnnamed139() {
|
| var o = new core.List<api.SmimeInfo>();
|
| o.add(buildSmimeInfo());
|
| o.add(buildSmimeInfo());
|
| return o;
|
| }
|
|
|
| -checkUnnamed118(core.List<api.SmimeInfo> o) {
|
| +checkUnnamed139(core.List<api.SmimeInfo> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSmimeInfo(o[0]);
|
| checkSmimeInfo(o[1]);
|
| @@ -831,7 +831,7 @@ buildListSmimeInfoResponse() {
|
| var o = new api.ListSmimeInfoResponse();
|
| buildCounterListSmimeInfoResponse++;
|
| if (buildCounterListSmimeInfoResponse < 3) {
|
| - o.smimeInfo = buildUnnamed118();
|
| + o.smimeInfo = buildUnnamed139();
|
| }
|
| buildCounterListSmimeInfoResponse--;
|
| return o;
|
| @@ -840,19 +840,19 @@ buildListSmimeInfoResponse() {
|
| checkListSmimeInfoResponse(api.ListSmimeInfoResponse o) {
|
| buildCounterListSmimeInfoResponse++;
|
| if (buildCounterListSmimeInfoResponse < 3) {
|
| - checkUnnamed118(o.smimeInfo);
|
| + checkUnnamed139(o.smimeInfo);
|
| }
|
| buildCounterListSmimeInfoResponse--;
|
| }
|
|
|
| -buildUnnamed119() {
|
| +buildUnnamed140() {
|
| var o = new core.List<api.Thread>();
|
| o.add(buildThread());
|
| o.add(buildThread());
|
| return o;
|
| }
|
|
|
| -checkUnnamed119(core.List<api.Thread> o) {
|
| +checkUnnamed140(core.List<api.Thread> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkThread(o[0]);
|
| checkThread(o[1]);
|
| @@ -865,7 +865,7 @@ buildListThreadsResponse() {
|
| if (buildCounterListThreadsResponse < 3) {
|
| o.nextPageToken = "foo";
|
| o.resultSizeEstimate = 42;
|
| - o.threads = buildUnnamed119();
|
| + o.threads = buildUnnamed140();
|
| }
|
| buildCounterListThreadsResponse--;
|
| return o;
|
| @@ -876,19 +876,19 @@ checkListThreadsResponse(api.ListThreadsResponse o) {
|
| if (buildCounterListThreadsResponse < 3) {
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.resultSizeEstimate, unittest.equals(42));
|
| - checkUnnamed119(o.threads);
|
| + checkUnnamed140(o.threads);
|
| }
|
| buildCounterListThreadsResponse--;
|
| }
|
|
|
| -buildUnnamed120() {
|
| +buildUnnamed141() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed120(core.List<core.String> o) {
|
| +checkUnnamed141(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'));
|
| @@ -902,7 +902,7 @@ buildMessage() {
|
| o.historyId = "foo";
|
| o.id = "foo";
|
| o.internalDate = "foo";
|
| - o.labelIds = buildUnnamed120();
|
| + o.labelIds = buildUnnamed141();
|
| o.payload = buildMessagePart();
|
| o.raw = "foo";
|
| o.sizeEstimate = 42;
|
| @@ -919,7 +919,7 @@ checkMessage(api.Message o) {
|
| unittest.expect(o.historyId, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.internalDate, unittest.equals('foo'));
|
| - checkUnnamed120(o.labelIds);
|
| + checkUnnamed141(o.labelIds);
|
| checkMessagePart(o.payload);
|
| unittest.expect(o.raw, unittest.equals('foo'));
|
| unittest.expect(o.sizeEstimate, unittest.equals(42));
|
| @@ -929,27 +929,27 @@ checkMessage(api.Message o) {
|
| buildCounterMessage--;
|
| }
|
|
|
| -buildUnnamed121() {
|
| +buildUnnamed142() {
|
| var o = new core.List<api.MessagePartHeader>();
|
| o.add(buildMessagePartHeader());
|
| o.add(buildMessagePartHeader());
|
| return o;
|
| }
|
|
|
| -checkUnnamed121(core.List<api.MessagePartHeader> o) {
|
| +checkUnnamed142(core.List<api.MessagePartHeader> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMessagePartHeader(o[0]);
|
| checkMessagePartHeader(o[1]);
|
| }
|
|
|
| -buildUnnamed122() {
|
| +buildUnnamed143() {
|
| var o = new core.List<api.MessagePart>();
|
| o.add(buildMessagePart());
|
| o.add(buildMessagePart());
|
| return o;
|
| }
|
|
|
| -checkUnnamed122(core.List<api.MessagePart> o) {
|
| +checkUnnamed143(core.List<api.MessagePart> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMessagePart(o[0]);
|
| checkMessagePart(o[1]);
|
| @@ -962,10 +962,10 @@ buildMessagePart() {
|
| if (buildCounterMessagePart < 3) {
|
| o.body = buildMessagePartBody();
|
| o.filename = "foo";
|
| - o.headers = buildUnnamed121();
|
| + o.headers = buildUnnamed142();
|
| o.mimeType = "foo";
|
| o.partId = "foo";
|
| - o.parts = buildUnnamed122();
|
| + o.parts = buildUnnamed143();
|
| }
|
| buildCounterMessagePart--;
|
| return o;
|
| @@ -976,10 +976,10 @@ checkMessagePart(api.MessagePart o) {
|
| if (buildCounterMessagePart < 3) {
|
| checkMessagePartBody(o.body);
|
| unittest.expect(o.filename, unittest.equals('foo'));
|
| - checkUnnamed121(o.headers);
|
| + checkUnnamed142(o.headers);
|
| unittest.expect(o.mimeType, unittest.equals('foo'));
|
| unittest.expect(o.partId, unittest.equals('foo'));
|
| - checkUnnamed122(o.parts);
|
| + checkUnnamed143(o.parts);
|
| }
|
| buildCounterMessagePart--;
|
| }
|
| @@ -1028,27 +1028,27 @@ checkMessagePartHeader(api.MessagePartHeader o) {
|
| buildCounterMessagePartHeader--;
|
| }
|
|
|
| -buildUnnamed123() {
|
| +buildUnnamed144() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed123(core.List<core.String> o) {
|
| +checkUnnamed144(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed124() {
|
| +buildUnnamed145() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed124(core.List<core.String> o) {
|
| +checkUnnamed145(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'));
|
| @@ -1059,8 +1059,8 @@ buildModifyMessageRequest() {
|
| var o = new api.ModifyMessageRequest();
|
| buildCounterModifyMessageRequest++;
|
| if (buildCounterModifyMessageRequest < 3) {
|
| - o.addLabelIds = buildUnnamed123();
|
| - o.removeLabelIds = buildUnnamed124();
|
| + o.addLabelIds = buildUnnamed144();
|
| + o.removeLabelIds = buildUnnamed145();
|
| }
|
| buildCounterModifyMessageRequest--;
|
| return o;
|
| @@ -1069,33 +1069,33 @@ buildModifyMessageRequest() {
|
| checkModifyMessageRequest(api.ModifyMessageRequest o) {
|
| buildCounterModifyMessageRequest++;
|
| if (buildCounterModifyMessageRequest < 3) {
|
| - checkUnnamed123(o.addLabelIds);
|
| - checkUnnamed124(o.removeLabelIds);
|
| + checkUnnamed144(o.addLabelIds);
|
| + checkUnnamed145(o.removeLabelIds);
|
| }
|
| buildCounterModifyMessageRequest--;
|
| }
|
|
|
| -buildUnnamed125() {
|
| +buildUnnamed146() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed125(core.List<core.String> o) {
|
| +checkUnnamed146(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'));
|
| }
|
|
|
| -buildUnnamed126() {
|
| +buildUnnamed147() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed126(core.List<core.String> o) {
|
| +checkUnnamed147(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'));
|
| @@ -1106,8 +1106,8 @@ buildModifyThreadRequest() {
|
| var o = new api.ModifyThreadRequest();
|
| buildCounterModifyThreadRequest++;
|
| if (buildCounterModifyThreadRequest < 3) {
|
| - o.addLabelIds = buildUnnamed125();
|
| - o.removeLabelIds = buildUnnamed126();
|
| + o.addLabelIds = buildUnnamed146();
|
| + o.removeLabelIds = buildUnnamed147();
|
| }
|
| buildCounterModifyThreadRequest--;
|
| return o;
|
| @@ -1116,8 +1116,8 @@ buildModifyThreadRequest() {
|
| checkModifyThreadRequest(api.ModifyThreadRequest o) {
|
| buildCounterModifyThreadRequest++;
|
| if (buildCounterModifyThreadRequest < 3) {
|
| - checkUnnamed125(o.addLabelIds);
|
| - checkUnnamed126(o.removeLabelIds);
|
| + checkUnnamed146(o.addLabelIds);
|
| + checkUnnamed147(o.removeLabelIds);
|
| }
|
| buildCounterModifyThreadRequest--;
|
| }
|
| @@ -1261,14 +1261,14 @@ checkSmtpMsa(api.SmtpMsa o) {
|
| buildCounterSmtpMsa--;
|
| }
|
|
|
| -buildUnnamed127() {
|
| +buildUnnamed148() {
|
| var o = new core.List<api.Message>();
|
| o.add(buildMessage());
|
| o.add(buildMessage());
|
| return o;
|
| }
|
|
|
| -checkUnnamed127(core.List<api.Message> o) {
|
| +checkUnnamed148(core.List<api.Message> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMessage(o[0]);
|
| checkMessage(o[1]);
|
| @@ -1281,7 +1281,7 @@ buildThread() {
|
| if (buildCounterThread < 3) {
|
| o.historyId = "foo";
|
| o.id = "foo";
|
| - o.messages = buildUnnamed127();
|
| + o.messages = buildUnnamed148();
|
| o.snippet = "foo";
|
| }
|
| buildCounterThread--;
|
| @@ -1293,7 +1293,7 @@ checkThread(api.Thread o) {
|
| if (buildCounterThread < 3) {
|
| unittest.expect(o.historyId, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed127(o.messages);
|
| + checkUnnamed148(o.messages);
|
| unittest.expect(o.snippet, unittest.equals('foo'));
|
| }
|
| buildCounterThread--;
|
| @@ -1332,14 +1332,14 @@ checkVacationSettings(api.VacationSettings o) {
|
| buildCounterVacationSettings--;
|
| }
|
|
|
| -buildUnnamed128() {
|
| +buildUnnamed149() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed128(core.List<core.String> o) {
|
| +checkUnnamed149(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'));
|
| @@ -1351,7 +1351,7 @@ buildWatchRequest() {
|
| buildCounterWatchRequest++;
|
| if (buildCounterWatchRequest < 3) {
|
| o.labelFilterAction = "foo";
|
| - o.labelIds = buildUnnamed128();
|
| + o.labelIds = buildUnnamed149();
|
| o.topicName = "foo";
|
| }
|
| buildCounterWatchRequest--;
|
| @@ -1362,7 +1362,7 @@ checkWatchRequest(api.WatchRequest o) {
|
| buildCounterWatchRequest++;
|
| if (buildCounterWatchRequest < 3) {
|
| unittest.expect(o.labelFilterAction, unittest.equals('foo'));
|
| - checkUnnamed128(o.labelIds);
|
| + checkUnnamed149(o.labelIds);
|
| unittest.expect(o.topicName, unittest.equals('foo'));
|
| }
|
| buildCounterWatchRequest--;
|
| @@ -1389,66 +1389,66 @@ checkWatchResponse(api.WatchResponse o) {
|
| buildCounterWatchResponse--;
|
| }
|
|
|
| -buildUnnamed129() {
|
| +buildUnnamed150() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed129(core.List<core.String> o) {
|
| +checkUnnamed150(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'));
|
| }
|
|
|
| -buildUnnamed130() {
|
| +buildUnnamed151() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed130(core.List<core.String> o) {
|
| +checkUnnamed151(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'));
|
| }
|
|
|
| -buildUnnamed131() {
|
| +buildUnnamed152() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed131(core.List<core.String> o) {
|
| +checkUnnamed152(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'));
|
| }
|
|
|
| -buildUnnamed132() {
|
| +buildUnnamed153() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed132(core.List<core.String> o) {
|
| +checkUnnamed153(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'));
|
| }
|
|
|
| -buildUnnamed133() {
|
| +buildUnnamed154() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed133(core.List<core.String> o) {
|
| +checkUnnamed154(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'));
|
| @@ -2230,7 +2230,7 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.UsersHistoryResourceApi res = new api.GmailApi(mock).users.history;
|
| var arg_userId = "foo";
|
| - var arg_historyTypes = buildUnnamed129();
|
| + var arg_historyTypes = buildUnnamed150();
|
| var arg_labelId = "foo";
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| @@ -2687,7 +2687,7 @@ main() {
|
| var arg_userId = "foo";
|
| var arg_id = "foo";
|
| var arg_format = "foo";
|
| - var arg_metadataHeaders = buildUnnamed130();
|
| + var arg_metadataHeaders = buildUnnamed151();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -2841,7 +2841,7 @@ main() {
|
| api.UsersMessagesResourceApi res = new api.GmailApi(mock).users.messages;
|
| var arg_userId = "foo";
|
| var arg_includeSpamTrash = true;
|
| - var arg_labelIds = buildUnnamed131();
|
| + var arg_labelIds = buildUnnamed152();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_q = "foo";
|
| @@ -4409,7 +4409,7 @@ main() {
|
| var arg_userId = "foo";
|
| var arg_id = "foo";
|
| var arg_format = "foo";
|
| - var arg_metadataHeaders = buildUnnamed132();
|
| + var arg_metadataHeaders = buildUnnamed153();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
| @@ -4455,7 +4455,7 @@ main() {
|
| api.UsersThreadsResourceApi res = new api.GmailApi(mock).users.threads;
|
| var arg_userId = "foo";
|
| var arg_includeSpamTrash = true;
|
| - var arg_labelIds = buildUnnamed133();
|
| + var arg_labelIds = buildUnnamed154();
|
| var arg_maxResults = 42;
|
| var arg_pageToken = "foo";
|
| var arg_q = "foo";
|
|
|