| 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 7a89c63d72b39dcb4e9509acf912e5700650091f..785f9e6784929a83fadde042adae18199f6c11b7 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);
|
| }
|
|
|
| -buildUnnamed2129() {
|
| +buildUnnamed1203() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2129(core.List<core.String> o) {
|
| +checkUnnamed1203(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 = buildUnnamed2129();
|
| + o.filterIds = buildUnnamed1203();
|
| 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'));
|
| - checkUnnamed2129(o.filterIds);
|
| + checkUnnamed1203(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--;
|
| }
|
|
|
| -buildUnnamed2130() {
|
| +buildUnnamed1204() {
|
| var o = new core.List<api.Query>();
|
| o.add(buildQuery());
|
| o.add(buildQuery());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2130(core.List<api.Query> o) {
|
| +checkUnnamed1204(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 = buildUnnamed2130();
|
| + o.queries = buildUnnamed1204();
|
| }
|
| buildCounterListQueriesResponse--;
|
| return o;
|
| @@ -158,19 +158,19 @@ checkListQueriesResponse(api.ListQueriesResponse o) {
|
| buildCounterListQueriesResponse++;
|
| if (buildCounterListQueriesResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed2130(o.queries);
|
| + checkUnnamed1204(o.queries);
|
| }
|
| buildCounterListQueriesResponse--;
|
| }
|
|
|
| -buildUnnamed2131() {
|
| +buildUnnamed1205() {
|
| var o = new core.List<api.Report>();
|
| o.add(buildReport());
|
| o.add(buildReport());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2131(core.List<api.Report> o) {
|
| +checkUnnamed1205(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 = buildUnnamed2131();
|
| + o.reports = buildUnnamed1205();
|
| }
|
| buildCounterListReportsResponse--;
|
| return o;
|
| @@ -192,7 +192,7 @@ checkListReportsResponse(api.ListReportsResponse o) {
|
| buildCounterListReportsResponse++;
|
| if (buildCounterListReportsResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed2131(o.reports);
|
| + checkUnnamed1205(o.reports);
|
| }
|
| buildCounterListReportsResponse--;
|
| }
|
| @@ -224,14 +224,14 @@ checkNote(api.Note o) {
|
| buildCounterNote--;
|
| }
|
|
|
| -buildUnnamed2132() {
|
| +buildUnnamed1206() {
|
| var o = new core.List<api.Note>();
|
| o.add(buildNote());
|
| o.add(buildNote());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2132(core.List<api.Note> o) {
|
| +checkUnnamed1206(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 = buildUnnamed2132();
|
| + o.notes = buildUnnamed1206();
|
| 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'));
|
| - checkUnnamed2132(o.notes);
|
| + checkUnnamed1206(o.notes);
|
| unittest.expect(o.token, unittest.equals('foo'));
|
| }
|
| buildCounterNotifyProposalChangeRequest--;
|
| }
|
|
|
| -buildUnnamed2133() {
|
| +buildUnnamed1207() {
|
| var o = new core.List<api.FilterPair>();
|
| o.add(buildFilterPair());
|
| o.add(buildFilterPair());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2133(core.List<api.FilterPair> o) {
|
| +checkUnnamed1207(core.List<api.FilterPair> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFilterPair(o[0]);
|
| checkFilterPair(o[1]);
|
| }
|
|
|
| -buildUnnamed2134() {
|
| +buildUnnamed1208() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2134(core.List<core.String> o) {
|
| +checkUnnamed1208(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'));
|
| }
|
|
|
| -buildUnnamed2135() {
|
| +buildUnnamed1209() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2135(core.List<core.String> o) {
|
| +checkUnnamed1209(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 = buildUnnamed2133();
|
| - o.groupBys = buildUnnamed2134();
|
| + o.filters = buildUnnamed1207();
|
| + o.groupBys = buildUnnamed1208();
|
| o.includeInviteData = true;
|
| - o.metrics = buildUnnamed2135();
|
| + o.metrics = buildUnnamed1209();
|
| o.type = "foo";
|
| }
|
| buildCounterParameters--;
|
| @@ -321,10 +321,10 @@ buildParameters() {
|
| checkParameters(api.Parameters o) {
|
| buildCounterParameters++;
|
| if (buildCounterParameters < 3) {
|
| - checkUnnamed2133(o.filters);
|
| - checkUnnamed2134(o.groupBys);
|
| + checkUnnamed1207(o.filters);
|
| + checkUnnamed1208(o.groupBys);
|
| unittest.expect(o.includeInviteData, unittest.isTrue);
|
| - checkUnnamed2135(o.metrics);
|
| + checkUnnamed1209(o.metrics);
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| }
|
| buildCounterParameters--;
|
| @@ -363,14 +363,14 @@ checkQuery(api.Query o) {
|
| buildCounterQuery--;
|
| }
|
|
|
| -buildUnnamed2136() {
|
| +buildUnnamed1210() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2136(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'));
|
| @@ -390,7 +390,7 @@ buildQueryMetadata() {
|
| o.reportCount = 42;
|
| o.running = true;
|
| o.sendNotification = true;
|
| - o.shareEmailAddress = buildUnnamed2136();
|
| + o.shareEmailAddress = buildUnnamed1210();
|
| 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);
|
| - checkUnnamed2136(o.shareEmailAddress);
|
| + checkUnnamed1210(o.shareEmailAddress);
|
| unittest.expect(o.title, unittest.equals('foo'));
|
| }
|
| buildCounterQueryMetadata--;
|
| @@ -553,14 +553,14 @@ checkReportStatus(api.ReportStatus o) {
|
| buildCounterReportStatus--;
|
| }
|
|
|
| -buildUnnamed2137() {
|
| +buildUnnamed1211() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2137(core.List<core.String> o) {
|
| +checkUnnamed1211(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 = buildUnnamed2137();
|
| + o.errors = buildUnnamed1211();
|
| 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'));
|
| - checkUnnamed2137(o.errors);
|
| + checkUnnamed1211(o.errors);
|
| unittest.expect(o.persisted, unittest.isTrue);
|
| unittest.expect(o.rowNumber, unittest.equals(42));
|
| }
|
| @@ -662,27 +662,27 @@ checkUploadLineItemsResponse(api.UploadLineItemsResponse o) {
|
| buildCounterUploadLineItemsResponse--;
|
| }
|
|
|
| -buildUnnamed2138() {
|
| +buildUnnamed1212() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2138(core.List<core.String> o) {
|
| +checkUnnamed1212(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'));
|
| }
|
|
|
| -buildUnnamed2139() {
|
| +buildUnnamed1213() {
|
| var o = new core.List<api.RowStatus>();
|
| o.add(buildRowStatus());
|
| o.add(buildRowStatus());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2139(core.List<api.RowStatus> o) {
|
| +checkUnnamed1213(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 = buildUnnamed2138();
|
| - o.rowStatus = buildUnnamed2139();
|
| + o.errors = buildUnnamed1212();
|
| + o.rowStatus = buildUnnamed1213();
|
| }
|
| buildCounterUploadStatus--;
|
| return o;
|
| @@ -703,8 +703,8 @@ buildUploadStatus() {
|
| checkUploadStatus(api.UploadStatus o) {
|
| buildCounterUploadStatus++;
|
| if (buildCounterUploadStatus < 3) {
|
| - checkUnnamed2138(o.errors);
|
| - checkUnnamed2139(o.rowStatus);
|
| + checkUnnamed1212(o.errors);
|
| + checkUnnamed1213(o.rowStatus);
|
| }
|
| buildCounterUploadStatus--;
|
| }
|
|
|