| 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 1e7f952ee304e9721de7cc0ed48c527c4bf3874d..b150c711ed1f8a98346fa0147221e159c904181f 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);
|
| }
|
|
|
| -buildUnnamed2439() {
|
| +buildUnnamed1329() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2439(core.List<core.String> o) {
|
| +checkUnnamed1329(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 = buildUnnamed2439();
|
| + o.filterIds = buildUnnamed1329();
|
| 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'));
|
| - checkUnnamed2439(o.filterIds);
|
| + checkUnnamed1329(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--;
|
| }
|
|
|
| -buildUnnamed2440() {
|
| +buildUnnamed1330() {
|
| var o = new core.List<api.Query>();
|
| o.add(buildQuery());
|
| o.add(buildQuery());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2440(core.List<api.Query> o) {
|
| +checkUnnamed1330(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 = buildUnnamed2440();
|
| + o.queries = buildUnnamed1330();
|
| }
|
| buildCounterListQueriesResponse--;
|
| return o;
|
| @@ -158,19 +158,19 @@ checkListQueriesResponse(api.ListQueriesResponse o) {
|
| buildCounterListQueriesResponse++;
|
| if (buildCounterListQueriesResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed2440(o.queries);
|
| + checkUnnamed1330(o.queries);
|
| }
|
| buildCounterListQueriesResponse--;
|
| }
|
|
|
| -buildUnnamed2441() {
|
| +buildUnnamed1331() {
|
| var o = new core.List<api.Report>();
|
| o.add(buildReport());
|
| o.add(buildReport());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2441(core.List<api.Report> o) {
|
| +checkUnnamed1331(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 = buildUnnamed2441();
|
| + o.reports = buildUnnamed1331();
|
| }
|
| buildCounterListReportsResponse--;
|
| return o;
|
| @@ -192,7 +192,7 @@ checkListReportsResponse(api.ListReportsResponse o) {
|
| buildCounterListReportsResponse++;
|
| if (buildCounterListReportsResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed2441(o.reports);
|
| + checkUnnamed1331(o.reports);
|
| }
|
| buildCounterListReportsResponse--;
|
| }
|
| @@ -224,14 +224,14 @@ checkNote(api.Note o) {
|
| buildCounterNote--;
|
| }
|
|
|
| -buildUnnamed2442() {
|
| +buildUnnamed1332() {
|
| var o = new core.List<api.Note>();
|
| o.add(buildNote());
|
| o.add(buildNote());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2442(core.List<api.Note> o) {
|
| +checkUnnamed1332(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 = buildUnnamed2442();
|
| + o.notes = buildUnnamed1332();
|
| 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'));
|
| - checkUnnamed2442(o.notes);
|
| + checkUnnamed1332(o.notes);
|
| unittest.expect(o.token, unittest.equals('foo'));
|
| }
|
| buildCounterNotifyProposalChangeRequest--;
|
| }
|
|
|
| -buildUnnamed2443() {
|
| +buildUnnamed1333() {
|
| var o = new core.List<api.FilterPair>();
|
| o.add(buildFilterPair());
|
| o.add(buildFilterPair());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2443(core.List<api.FilterPair> o) {
|
| +checkUnnamed1333(core.List<api.FilterPair> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFilterPair(o[0]);
|
| checkFilterPair(o[1]);
|
| }
|
|
|
| -buildUnnamed2444() {
|
| +buildUnnamed1334() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2444(core.List<core.String> o) {
|
| +checkUnnamed1334(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'));
|
| }
|
|
|
| -buildUnnamed2445() {
|
| +buildUnnamed1335() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2445(core.List<core.String> o) {
|
| +checkUnnamed1335(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 = buildUnnamed2443();
|
| - o.groupBys = buildUnnamed2444();
|
| + o.filters = buildUnnamed1333();
|
| + o.groupBys = buildUnnamed1334();
|
| o.includeInviteData = true;
|
| - o.metrics = buildUnnamed2445();
|
| + o.metrics = buildUnnamed1335();
|
| o.type = "foo";
|
| }
|
| buildCounterParameters--;
|
| @@ -321,10 +321,10 @@ buildParameters() {
|
| checkParameters(api.Parameters o) {
|
| buildCounterParameters++;
|
| if (buildCounterParameters < 3) {
|
| - checkUnnamed2443(o.filters);
|
| - checkUnnamed2444(o.groupBys);
|
| + checkUnnamed1333(o.filters);
|
| + checkUnnamed1334(o.groupBys);
|
| unittest.expect(o.includeInviteData, unittest.isTrue);
|
| - checkUnnamed2445(o.metrics);
|
| + checkUnnamed1335(o.metrics);
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| }
|
| buildCounterParameters--;
|
| @@ -363,14 +363,14 @@ checkQuery(api.Query o) {
|
| buildCounterQuery--;
|
| }
|
|
|
| -buildUnnamed2446() {
|
| +buildUnnamed1336() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2446(core.List<core.String> o) {
|
| +checkUnnamed1336(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 = buildUnnamed2446();
|
| + o.shareEmailAddress = buildUnnamed1336();
|
| 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);
|
| - checkUnnamed2446(o.shareEmailAddress);
|
| + checkUnnamed1336(o.shareEmailAddress);
|
| unittest.expect(o.title, unittest.equals('foo'));
|
| }
|
| buildCounterQueryMetadata--;
|
| @@ -553,14 +553,14 @@ checkReportStatus(api.ReportStatus o) {
|
| buildCounterReportStatus--;
|
| }
|
|
|
| -buildUnnamed2447() {
|
| +buildUnnamed1337() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2447(core.List<core.String> o) {
|
| +checkUnnamed1337(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 = buildUnnamed2447();
|
| + o.errors = buildUnnamed1337();
|
| 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'));
|
| - checkUnnamed2447(o.errors);
|
| + checkUnnamed1337(o.errors);
|
| unittest.expect(o.persisted, unittest.isTrue);
|
| unittest.expect(o.rowNumber, unittest.equals(42));
|
| }
|
| @@ -662,27 +662,27 @@ checkUploadLineItemsResponse(api.UploadLineItemsResponse o) {
|
| buildCounterUploadLineItemsResponse--;
|
| }
|
|
|
| -buildUnnamed2448() {
|
| +buildUnnamed1338() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2448(core.List<core.String> o) {
|
| +checkUnnamed1338(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'));
|
| }
|
|
|
| -buildUnnamed2449() {
|
| +buildUnnamed1339() {
|
| var o = new core.List<api.RowStatus>();
|
| o.add(buildRowStatus());
|
| o.add(buildRowStatus());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2449(core.List<api.RowStatus> o) {
|
| +checkUnnamed1339(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 = buildUnnamed2448();
|
| - o.rowStatus = buildUnnamed2449();
|
| + o.errors = buildUnnamed1338();
|
| + o.rowStatus = buildUnnamed1339();
|
| }
|
| buildCounterUploadStatus--;
|
| return o;
|
| @@ -703,8 +703,8 @@ buildUploadStatus() {
|
| checkUploadStatus(api.UploadStatus o) {
|
| buildCounterUploadStatus++;
|
| if (buildCounterUploadStatus < 3) {
|
| - checkUnnamed2448(o.errors);
|
| - checkUnnamed2449(o.rowStatus);
|
| + checkUnnamed1338(o.errors);
|
| + checkUnnamed1339(o.rowStatus);
|
| }
|
| buildCounterUploadStatus--;
|
| }
|
|
|