| Index: generated/googleapis/test/doubleclickbidmanager/v1_test.dart
|
| diff --git a/generated/googleapis/test/doubleclickbidmanager/v1_test.dart b/generated/googleapis/test/doubleclickbidmanager/v1_test.dart
|
| index fba87bead9ec68a5c5b6acd51d0f1033c994c0ef..2fe22771907ba159c54e834f41dd276643781a80 100644
|
| --- a/generated/googleapis/test/doubleclickbidmanager/v1_test.dart
|
| +++ b/generated/googleapis/test/doubleclickbidmanager/v1_test.dart
|
| @@ -51,14 +51,14 @@ http.StreamedResponse stringResponse(
|
| return new http.StreamedResponse(stream, status, headers: headers);
|
| }
|
|
|
| -buildUnnamed2112() {
|
| +buildUnnamed1210() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2112(core.List<core.String> o) {
|
| +checkUnnamed1210(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'));
|
| @@ -70,7 +70,7 @@ buildDownloadLineItemsRequest() {
|
| buildCounterDownloadLineItemsRequest++;
|
| if (buildCounterDownloadLineItemsRequest < 3) {
|
| o.fileSpec = "foo";
|
| - o.filterIds = buildUnnamed2112();
|
| + o.filterIds = buildUnnamed1210();
|
| o.filterType = "foo";
|
| o.format = "foo";
|
| }
|
| @@ -82,7 +82,7 @@ checkDownloadLineItemsRequest(api.DownloadLineItemsRequest o) {
|
| buildCounterDownloadLineItemsRequest++;
|
| if (buildCounterDownloadLineItemsRequest < 3) {
|
| unittest.expect(o.fileSpec, unittest.equals('foo'));
|
| - checkUnnamed2112(o.filterIds);
|
| + checkUnnamed1210(o.filterIds);
|
| unittest.expect(o.filterType, unittest.equals('foo'));
|
| unittest.expect(o.format, unittest.equals('foo'));
|
| }
|
| @@ -129,14 +129,14 @@ checkFilterPair(api.FilterPair o) {
|
| buildCounterFilterPair--;
|
| }
|
|
|
| -buildUnnamed2113() {
|
| +buildUnnamed1211() {
|
| var o = new core.List<api.Query>();
|
| o.add(buildQuery());
|
| o.add(buildQuery());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2113(core.List<api.Query> o) {
|
| +checkUnnamed1211(core.List<api.Query> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkQuery(o[0]);
|
| checkQuery(o[1]);
|
| @@ -148,7 +148,7 @@ buildListQueriesResponse() {
|
| buildCounterListQueriesResponse++;
|
| if (buildCounterListQueriesResponse < 3) {
|
| o.kind = "foo";
|
| - o.queries = buildUnnamed2113();
|
| + o.queries = buildUnnamed1211();
|
| }
|
| buildCounterListQueriesResponse--;
|
| return o;
|
| @@ -158,19 +158,19 @@ checkListQueriesResponse(api.ListQueriesResponse o) {
|
| buildCounterListQueriesResponse++;
|
| if (buildCounterListQueriesResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed2113(o.queries);
|
| + checkUnnamed1211(o.queries);
|
| }
|
| buildCounterListQueriesResponse--;
|
| }
|
|
|
| -buildUnnamed2114() {
|
| +buildUnnamed1212() {
|
| var o = new core.List<api.Report>();
|
| o.add(buildReport());
|
| o.add(buildReport());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2114(core.List<api.Report> o) {
|
| +checkUnnamed1212(core.List<api.Report> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkReport(o[0]);
|
| checkReport(o[1]);
|
| @@ -182,7 +182,7 @@ buildListReportsResponse() {
|
| buildCounterListReportsResponse++;
|
| if (buildCounterListReportsResponse < 3) {
|
| o.kind = "foo";
|
| - o.reports = buildUnnamed2114();
|
| + o.reports = buildUnnamed1212();
|
| }
|
| buildCounterListReportsResponse--;
|
| return o;
|
| @@ -192,7 +192,7 @@ checkListReportsResponse(api.ListReportsResponse o) {
|
| buildCounterListReportsResponse++;
|
| if (buildCounterListReportsResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed2114(o.reports);
|
| + checkUnnamed1212(o.reports);
|
| }
|
| buildCounterListReportsResponse--;
|
| }
|
| @@ -224,14 +224,14 @@ checkNote(api.Note o) {
|
| buildCounterNote--;
|
| }
|
|
|
| -buildUnnamed2115() {
|
| +buildUnnamed1213() {
|
| var o = new core.List<api.Note>();
|
| o.add(buildNote());
|
| o.add(buildNote());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2115(core.List<api.Note> o) {
|
| +checkUnnamed1213(core.List<api.Note> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkNote(o[0]);
|
| checkNote(o[1]);
|
| @@ -245,7 +245,7 @@ buildNotifyProposalChangeRequest() {
|
| o.action = "foo";
|
| o.href = "foo";
|
| o.id = "foo";
|
| - o.notes = buildUnnamed2115();
|
| + o.notes = buildUnnamed1213();
|
| o.token = "foo";
|
| }
|
| buildCounterNotifyProposalChangeRequest--;
|
| @@ -258,46 +258,46 @@ checkNotifyProposalChangeRequest(api.NotifyProposalChangeRequest o) {
|
| unittest.expect(o.action, unittest.equals('foo'));
|
| unittest.expect(o.href, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2115(o.notes);
|
| + checkUnnamed1213(o.notes);
|
| unittest.expect(o.token, unittest.equals('foo'));
|
| }
|
| buildCounterNotifyProposalChangeRequest--;
|
| }
|
|
|
| -buildUnnamed2116() {
|
| +buildUnnamed1214() {
|
| var o = new core.List<api.FilterPair>();
|
| o.add(buildFilterPair());
|
| o.add(buildFilterPair());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2116(core.List<api.FilterPair> o) {
|
| +checkUnnamed1214(core.List<api.FilterPair> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFilterPair(o[0]);
|
| checkFilterPair(o[1]);
|
| }
|
|
|
| -buildUnnamed2117() {
|
| +buildUnnamed1215() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2117(core.List<core.String> o) {
|
| +checkUnnamed1215(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'));
|
| }
|
|
|
| -buildUnnamed2118() {
|
| +buildUnnamed1216() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2118(core.List<core.String> o) {
|
| +checkUnnamed1216(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'));
|
| @@ -308,10 +308,10 @@ buildParameters() {
|
| var o = new api.Parameters();
|
| buildCounterParameters++;
|
| if (buildCounterParameters < 3) {
|
| - o.filters = buildUnnamed2116();
|
| - o.groupBys = buildUnnamed2117();
|
| + o.filters = buildUnnamed1214();
|
| + o.groupBys = buildUnnamed1215();
|
| o.includeInviteData = true;
|
| - o.metrics = buildUnnamed2118();
|
| + o.metrics = buildUnnamed1216();
|
| o.type = "foo";
|
| }
|
| buildCounterParameters--;
|
| @@ -321,10 +321,10 @@ buildParameters() {
|
| checkParameters(api.Parameters o) {
|
| buildCounterParameters++;
|
| if (buildCounterParameters < 3) {
|
| - checkUnnamed2116(o.filters);
|
| - checkUnnamed2117(o.groupBys);
|
| + checkUnnamed1214(o.filters);
|
| + checkUnnamed1215(o.groupBys);
|
| unittest.expect(o.includeInviteData, unittest.isTrue);
|
| - checkUnnamed2118(o.metrics);
|
| + checkUnnamed1216(o.metrics);
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| }
|
| buildCounterParameters--;
|
| @@ -363,14 +363,14 @@ checkQuery(api.Query o) {
|
| buildCounterQuery--;
|
| }
|
|
|
| -buildUnnamed2119() {
|
| +buildUnnamed1217() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2119(core.List<core.String> o) {
|
| +checkUnnamed1217(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'));
|
| @@ -390,7 +390,7 @@ buildQueryMetadata() {
|
| o.reportCount = 42;
|
| o.running = true;
|
| o.sendNotification = true;
|
| - o.shareEmailAddress = buildUnnamed2119();
|
| + o.shareEmailAddress = buildUnnamed1217();
|
| o.title = "foo";
|
| }
|
| buildCounterQueryMetadata--;
|
| @@ -409,7 +409,7 @@ checkQueryMetadata(api.QueryMetadata o) {
|
| unittest.expect(o.reportCount, unittest.equals(42));
|
| unittest.expect(o.running, unittest.isTrue);
|
| unittest.expect(o.sendNotification, unittest.isTrue);
|
| - checkUnnamed2119(o.shareEmailAddress);
|
| + checkUnnamed1217(o.shareEmailAddress);
|
| unittest.expect(o.title, unittest.equals('foo'));
|
| }
|
| buildCounterQueryMetadata--;
|
| @@ -553,14 +553,14 @@ checkReportStatus(api.ReportStatus o) {
|
| buildCounterReportStatus--;
|
| }
|
|
|
| -buildUnnamed2120() {
|
| +buildUnnamed1218() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2120(core.List<core.String> o) {
|
| +checkUnnamed1218(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'));
|
| @@ -574,7 +574,7 @@ buildRowStatus() {
|
| o.changed = true;
|
| o.entityId = "foo";
|
| o.entityName = "foo";
|
| - o.errors = buildUnnamed2120();
|
| + o.errors = buildUnnamed1218();
|
| o.persisted = true;
|
| o.rowNumber = 42;
|
| }
|
| @@ -588,7 +588,7 @@ checkRowStatus(api.RowStatus o) {
|
| unittest.expect(o.changed, unittest.isTrue);
|
| unittest.expect(o.entityId, unittest.equals('foo'));
|
| unittest.expect(o.entityName, unittest.equals('foo'));
|
| - checkUnnamed2120(o.errors);
|
| + checkUnnamed1218(o.errors);
|
| unittest.expect(o.persisted, unittest.isTrue);
|
| unittest.expect(o.rowNumber, unittest.equals(42));
|
| }
|
| @@ -662,27 +662,27 @@ checkUploadLineItemsResponse(api.UploadLineItemsResponse o) {
|
| buildCounterUploadLineItemsResponse--;
|
| }
|
|
|
| -buildUnnamed2121() {
|
| +buildUnnamed1219() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2121(core.List<core.String> o) {
|
| +checkUnnamed1219(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'));
|
| }
|
|
|
| -buildUnnamed2122() {
|
| +buildUnnamed1220() {
|
| var o = new core.List<api.RowStatus>();
|
| o.add(buildRowStatus());
|
| o.add(buildRowStatus());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2122(core.List<api.RowStatus> o) {
|
| +checkUnnamed1220(core.List<api.RowStatus> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRowStatus(o[0]);
|
| checkRowStatus(o[1]);
|
| @@ -693,8 +693,8 @@ buildUploadStatus() {
|
| var o = new api.UploadStatus();
|
| buildCounterUploadStatus++;
|
| if (buildCounterUploadStatus < 3) {
|
| - o.errors = buildUnnamed2121();
|
| - o.rowStatus = buildUnnamed2122();
|
| + o.errors = buildUnnamed1219();
|
| + o.rowStatus = buildUnnamed1220();
|
| }
|
| buildCounterUploadStatus--;
|
| return o;
|
| @@ -703,8 +703,8 @@ buildUploadStatus() {
|
| checkUploadStatus(api.UploadStatus o) {
|
| buildCounterUploadStatus++;
|
| if (buildCounterUploadStatus < 3) {
|
| - checkUnnamed2121(o.errors);
|
| - checkUnnamed2122(o.rowStatus);
|
| + checkUnnamed1219(o.errors);
|
| + checkUnnamed1220(o.rowStatus);
|
| }
|
| buildCounterUploadStatus--;
|
| }
|
|
|