| 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 855cacf23ea06253315f43608547c0c9f1216ca2..9238c492d0637cbf2fb12295d8444e75f342b501 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);
|
| }
|
|
|
| -buildUnnamed1362() {
|
| +buildUnnamed1633() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1362(core.List<core.String> o) {
|
| +checkUnnamed1633(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 = buildUnnamed1362();
|
| + o.filterIds = buildUnnamed1633();
|
| 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'));
|
| - checkUnnamed1362(o.filterIds);
|
| + checkUnnamed1633(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--;
|
| }
|
|
|
| -buildUnnamed1363() {
|
| +buildUnnamed1634() {
|
| var o = new core.List<api.Query>();
|
| o.add(buildQuery());
|
| o.add(buildQuery());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1363(core.List<api.Query> o) {
|
| +checkUnnamed1634(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 = buildUnnamed1363();
|
| + o.queries = buildUnnamed1634();
|
| }
|
| buildCounterListQueriesResponse--;
|
| return o;
|
| @@ -158,19 +158,19 @@ checkListQueriesResponse(api.ListQueriesResponse o) {
|
| buildCounterListQueriesResponse++;
|
| if (buildCounterListQueriesResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1363(o.queries);
|
| + checkUnnamed1634(o.queries);
|
| }
|
| buildCounterListQueriesResponse--;
|
| }
|
|
|
| -buildUnnamed1364() {
|
| +buildUnnamed1635() {
|
| var o = new core.List<api.Report>();
|
| o.add(buildReport());
|
| o.add(buildReport());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1364(core.List<api.Report> o) {
|
| +checkUnnamed1635(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 = buildUnnamed1364();
|
| + o.reports = buildUnnamed1635();
|
| }
|
| buildCounterListReportsResponse--;
|
| return o;
|
| @@ -192,7 +192,7 @@ checkListReportsResponse(api.ListReportsResponse o) {
|
| buildCounterListReportsResponse++;
|
| if (buildCounterListReportsResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1364(o.reports);
|
| + checkUnnamed1635(o.reports);
|
| }
|
| buildCounterListReportsResponse--;
|
| }
|
| @@ -224,14 +224,14 @@ checkNote(api.Note o) {
|
| buildCounterNote--;
|
| }
|
|
|
| -buildUnnamed1365() {
|
| +buildUnnamed1636() {
|
| var o = new core.List<api.Note>();
|
| o.add(buildNote());
|
| o.add(buildNote());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1365(core.List<api.Note> o) {
|
| +checkUnnamed1636(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 = buildUnnamed1365();
|
| + o.notes = buildUnnamed1636();
|
| 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'));
|
| - checkUnnamed1365(o.notes);
|
| + checkUnnamed1636(o.notes);
|
| unittest.expect(o.token, unittest.equals('foo'));
|
| }
|
| buildCounterNotifyProposalChangeRequest--;
|
| }
|
|
|
| -buildUnnamed1366() {
|
| +buildUnnamed1637() {
|
| var o = new core.List<api.FilterPair>();
|
| o.add(buildFilterPair());
|
| o.add(buildFilterPair());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1366(core.List<api.FilterPair> o) {
|
| +checkUnnamed1637(core.List<api.FilterPair> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFilterPair(o[0]);
|
| checkFilterPair(o[1]);
|
| }
|
|
|
| -buildUnnamed1367() {
|
| +buildUnnamed1638() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1367(core.List<core.String> o) {
|
| +checkUnnamed1638(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'));
|
| }
|
|
|
| -buildUnnamed1368() {
|
| +buildUnnamed1639() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1368(core.List<core.String> o) {
|
| +checkUnnamed1639(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 = buildUnnamed1366();
|
| - o.groupBys = buildUnnamed1367();
|
| + o.filters = buildUnnamed1637();
|
| + o.groupBys = buildUnnamed1638();
|
| o.includeInviteData = true;
|
| - o.metrics = buildUnnamed1368();
|
| + o.metrics = buildUnnamed1639();
|
| o.type = "foo";
|
| }
|
| buildCounterParameters--;
|
| @@ -321,10 +321,10 @@ buildParameters() {
|
| checkParameters(api.Parameters o) {
|
| buildCounterParameters++;
|
| if (buildCounterParameters < 3) {
|
| - checkUnnamed1366(o.filters);
|
| - checkUnnamed1367(o.groupBys);
|
| + checkUnnamed1637(o.filters);
|
| + checkUnnamed1638(o.groupBys);
|
| unittest.expect(o.includeInviteData, unittest.isTrue);
|
| - checkUnnamed1368(o.metrics);
|
| + checkUnnamed1639(o.metrics);
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| }
|
| buildCounterParameters--;
|
| @@ -363,14 +363,14 @@ checkQuery(api.Query o) {
|
| buildCounterQuery--;
|
| }
|
|
|
| -buildUnnamed1369() {
|
| +buildUnnamed1640() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1369(core.List<core.String> o) {
|
| +checkUnnamed1640(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 = buildUnnamed1369();
|
| + o.shareEmailAddress = buildUnnamed1640();
|
| 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);
|
| - checkUnnamed1369(o.shareEmailAddress);
|
| + checkUnnamed1640(o.shareEmailAddress);
|
| unittest.expect(o.title, unittest.equals('foo'));
|
| }
|
| buildCounterQueryMetadata--;
|
| @@ -553,14 +553,14 @@ checkReportStatus(api.ReportStatus o) {
|
| buildCounterReportStatus--;
|
| }
|
|
|
| -buildUnnamed1370() {
|
| +buildUnnamed1641() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1370(core.List<core.String> o) {
|
| +checkUnnamed1641(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 = buildUnnamed1370();
|
| + o.errors = buildUnnamed1641();
|
| 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'));
|
| - checkUnnamed1370(o.errors);
|
| + checkUnnamed1641(o.errors);
|
| unittest.expect(o.persisted, unittest.isTrue);
|
| unittest.expect(o.rowNumber, unittest.equals(42));
|
| }
|
| @@ -662,27 +662,27 @@ checkUploadLineItemsResponse(api.UploadLineItemsResponse o) {
|
| buildCounterUploadLineItemsResponse--;
|
| }
|
|
|
| -buildUnnamed1371() {
|
| +buildUnnamed1642() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1371(core.List<core.String> o) {
|
| +checkUnnamed1642(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'));
|
| }
|
|
|
| -buildUnnamed1372() {
|
| +buildUnnamed1643() {
|
| var o = new core.List<api.RowStatus>();
|
| o.add(buildRowStatus());
|
| o.add(buildRowStatus());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1372(core.List<api.RowStatus> o) {
|
| +checkUnnamed1643(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 = buildUnnamed1371();
|
| - o.rowStatus = buildUnnamed1372();
|
| + o.errors = buildUnnamed1642();
|
| + o.rowStatus = buildUnnamed1643();
|
| }
|
| buildCounterUploadStatus--;
|
| return o;
|
| @@ -703,8 +703,8 @@ buildUploadStatus() {
|
| checkUploadStatus(api.UploadStatus o) {
|
| buildCounterUploadStatus++;
|
| if (buildCounterUploadStatus < 3) {
|
| - checkUnnamed1371(o.errors);
|
| - checkUnnamed1372(o.rowStatus);
|
| + checkUnnamed1642(o.errors);
|
| + checkUnnamed1643(o.rowStatus);
|
| }
|
| buildCounterUploadStatus--;
|
| }
|
|
|