| 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 785f9e6784929a83fadde042adae18199f6c11b7..1e7f952ee304e9721de7cc0ed48c527c4bf3874d 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);
|
| }
|
|
|
| -buildUnnamed1203() {
|
| +buildUnnamed2439() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1203(core.List<core.String> o) {
|
| +checkUnnamed2439(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 = buildUnnamed1203();
|
| + o.filterIds = buildUnnamed2439();
|
| 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'));
|
| - checkUnnamed1203(o.filterIds);
|
| + checkUnnamed2439(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--;
|
| }
|
|
|
| -buildUnnamed1204() {
|
| +buildUnnamed2440() {
|
| var o = new core.List<api.Query>();
|
| o.add(buildQuery());
|
| o.add(buildQuery());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1204(core.List<api.Query> o) {
|
| +checkUnnamed2440(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 = buildUnnamed1204();
|
| + o.queries = buildUnnamed2440();
|
| }
|
| buildCounterListQueriesResponse--;
|
| return o;
|
| @@ -158,19 +158,19 @@ checkListQueriesResponse(api.ListQueriesResponse o) {
|
| buildCounterListQueriesResponse++;
|
| if (buildCounterListQueriesResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1204(o.queries);
|
| + checkUnnamed2440(o.queries);
|
| }
|
| buildCounterListQueriesResponse--;
|
| }
|
|
|
| -buildUnnamed1205() {
|
| +buildUnnamed2441() {
|
| var o = new core.List<api.Report>();
|
| o.add(buildReport());
|
| o.add(buildReport());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1205(core.List<api.Report> o) {
|
| +checkUnnamed2441(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 = buildUnnamed1205();
|
| + o.reports = buildUnnamed2441();
|
| }
|
| buildCounterListReportsResponse--;
|
| return o;
|
| @@ -192,7 +192,7 @@ checkListReportsResponse(api.ListReportsResponse o) {
|
| buildCounterListReportsResponse++;
|
| if (buildCounterListReportsResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1205(o.reports);
|
| + checkUnnamed2441(o.reports);
|
| }
|
| buildCounterListReportsResponse--;
|
| }
|
| @@ -224,14 +224,14 @@ checkNote(api.Note o) {
|
| buildCounterNote--;
|
| }
|
|
|
| -buildUnnamed1206() {
|
| +buildUnnamed2442() {
|
| var o = new core.List<api.Note>();
|
| o.add(buildNote());
|
| o.add(buildNote());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1206(core.List<api.Note> o) {
|
| +checkUnnamed2442(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 = buildUnnamed1206();
|
| + o.notes = buildUnnamed2442();
|
| 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'));
|
| - checkUnnamed1206(o.notes);
|
| + checkUnnamed2442(o.notes);
|
| unittest.expect(o.token, unittest.equals('foo'));
|
| }
|
| buildCounterNotifyProposalChangeRequest--;
|
| }
|
|
|
| -buildUnnamed1207() {
|
| +buildUnnamed2443() {
|
| var o = new core.List<api.FilterPair>();
|
| o.add(buildFilterPair());
|
| o.add(buildFilterPair());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1207(core.List<api.FilterPair> o) {
|
| +checkUnnamed2443(core.List<api.FilterPair> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFilterPair(o[0]);
|
| checkFilterPair(o[1]);
|
| }
|
|
|
| -buildUnnamed1208() {
|
| +buildUnnamed2444() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1208(core.List<core.String> o) {
|
| +checkUnnamed2444(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'));
|
| }
|
|
|
| -buildUnnamed1209() {
|
| +buildUnnamed2445() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1209(core.List<core.String> o) {
|
| +checkUnnamed2445(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 = buildUnnamed1207();
|
| - o.groupBys = buildUnnamed1208();
|
| + o.filters = buildUnnamed2443();
|
| + o.groupBys = buildUnnamed2444();
|
| o.includeInviteData = true;
|
| - o.metrics = buildUnnamed1209();
|
| + o.metrics = buildUnnamed2445();
|
| o.type = "foo";
|
| }
|
| buildCounterParameters--;
|
| @@ -321,10 +321,10 @@ buildParameters() {
|
| checkParameters(api.Parameters o) {
|
| buildCounterParameters++;
|
| if (buildCounterParameters < 3) {
|
| - checkUnnamed1207(o.filters);
|
| - checkUnnamed1208(o.groupBys);
|
| + checkUnnamed2443(o.filters);
|
| + checkUnnamed2444(o.groupBys);
|
| unittest.expect(o.includeInviteData, unittest.isTrue);
|
| - checkUnnamed1209(o.metrics);
|
| + checkUnnamed2445(o.metrics);
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| }
|
| buildCounterParameters--;
|
| @@ -363,14 +363,14 @@ checkQuery(api.Query o) {
|
| buildCounterQuery--;
|
| }
|
|
|
| -buildUnnamed1210() {
|
| +buildUnnamed2446() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1210(core.List<core.String> o) {
|
| +checkUnnamed2446(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 = buildUnnamed1210();
|
| + o.shareEmailAddress = buildUnnamed2446();
|
| 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);
|
| - checkUnnamed1210(o.shareEmailAddress);
|
| + checkUnnamed2446(o.shareEmailAddress);
|
| unittest.expect(o.title, unittest.equals('foo'));
|
| }
|
| buildCounterQueryMetadata--;
|
| @@ -553,14 +553,14 @@ checkReportStatus(api.ReportStatus o) {
|
| buildCounterReportStatus--;
|
| }
|
|
|
| -buildUnnamed1211() {
|
| +buildUnnamed2447() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1211(core.List<core.String> o) {
|
| +checkUnnamed2447(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 = buildUnnamed1211();
|
| + o.errors = buildUnnamed2447();
|
| 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'));
|
| - checkUnnamed1211(o.errors);
|
| + checkUnnamed2447(o.errors);
|
| unittest.expect(o.persisted, unittest.isTrue);
|
| unittest.expect(o.rowNumber, unittest.equals(42));
|
| }
|
| @@ -662,27 +662,27 @@ checkUploadLineItemsResponse(api.UploadLineItemsResponse o) {
|
| buildCounterUploadLineItemsResponse--;
|
| }
|
|
|
| -buildUnnamed1212() {
|
| +buildUnnamed2448() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1212(core.List<core.String> o) {
|
| +checkUnnamed2448(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'));
|
| }
|
|
|
| -buildUnnamed1213() {
|
| +buildUnnamed2449() {
|
| var o = new core.List<api.RowStatus>();
|
| o.add(buildRowStatus());
|
| o.add(buildRowStatus());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1213(core.List<api.RowStatus> o) {
|
| +checkUnnamed2449(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 = buildUnnamed1212();
|
| - o.rowStatus = buildUnnamed1213();
|
| + o.errors = buildUnnamed2448();
|
| + o.rowStatus = buildUnnamed2449();
|
| }
|
| buildCounterUploadStatus--;
|
| return o;
|
| @@ -703,8 +703,8 @@ buildUploadStatus() {
|
| checkUploadStatus(api.UploadStatus o) {
|
| buildCounterUploadStatus++;
|
| if (buildCounterUploadStatus < 3) {
|
| - checkUnnamed1212(o.errors);
|
| - checkUnnamed1213(o.rowStatus);
|
| + checkUnnamed2448(o.errors);
|
| + checkUnnamed2449(o.rowStatus);
|
| }
|
| buildCounterUploadStatus--;
|
| }
|
|
|