| 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 84fc998a88b7af884f2b974ce2f40175a459c79e..e340bf26f08d20749a0873f9f98b10293a0987b3 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);
|
| }
|
|
|
| -buildUnnamed1266() {
|
| +buildUnnamed1244() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1266(core.List<core.String> o) {
|
| +checkUnnamed1244(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 = buildUnnamed1266();
|
| + o.filterIds = buildUnnamed1244();
|
| 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'));
|
| - checkUnnamed1266(o.filterIds);
|
| + checkUnnamed1244(o.filterIds);
|
| unittest.expect(o.filterType, unittest.equals('foo'));
|
| unittest.expect(o.format, unittest.equals('foo'));
|
| }
|
| @@ -108,27 +108,27 @@ checkDownloadLineItemsResponse(api.DownloadLineItemsResponse o) {
|
| buildCounterDownloadLineItemsResponse--;
|
| }
|
|
|
| -buildUnnamed1267() {
|
| +buildUnnamed1245() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1267(core.List<core.String> o) {
|
| +checkUnnamed1245(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'));
|
| }
|
|
|
| -buildUnnamed1268() {
|
| +buildUnnamed1246() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1268(core.List<core.String> o) {
|
| +checkUnnamed1246(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'));
|
| @@ -139,8 +139,8 @@ buildDownloadRequest() {
|
| var o = new api.DownloadRequest();
|
| buildCounterDownloadRequest++;
|
| if (buildCounterDownloadRequest < 3) {
|
| - o.fileTypes = buildUnnamed1267();
|
| - o.filterIds = buildUnnamed1268();
|
| + o.fileTypes = buildUnnamed1245();
|
| + o.filterIds = buildUnnamed1246();
|
| o.filterType = "foo";
|
| o.version = "foo";
|
| }
|
| @@ -151,8 +151,8 @@ buildDownloadRequest() {
|
| checkDownloadRequest(api.DownloadRequest o) {
|
| buildCounterDownloadRequest++;
|
| if (buildCounterDownloadRequest < 3) {
|
| - checkUnnamed1267(o.fileTypes);
|
| - checkUnnamed1268(o.filterIds);
|
| + checkUnnamed1245(o.fileTypes);
|
| + checkUnnamed1246(o.filterIds);
|
| unittest.expect(o.filterType, unittest.equals('foo'));
|
| unittest.expect(o.version, unittest.equals('foo'));
|
| }
|
| @@ -205,14 +205,14 @@ checkFilterPair(api.FilterPair o) {
|
| buildCounterFilterPair--;
|
| }
|
|
|
| -buildUnnamed1269() {
|
| +buildUnnamed1247() {
|
| var o = new core.List<api.Query>();
|
| o.add(buildQuery());
|
| o.add(buildQuery());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1269(core.List<api.Query> o) {
|
| +checkUnnamed1247(core.List<api.Query> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkQuery(o[0]);
|
| checkQuery(o[1]);
|
| @@ -224,7 +224,7 @@ buildListQueriesResponse() {
|
| buildCounterListQueriesResponse++;
|
| if (buildCounterListQueriesResponse < 3) {
|
| o.kind = "foo";
|
| - o.queries = buildUnnamed1269();
|
| + o.queries = buildUnnamed1247();
|
| }
|
| buildCounterListQueriesResponse--;
|
| return o;
|
| @@ -234,19 +234,19 @@ checkListQueriesResponse(api.ListQueriesResponse o) {
|
| buildCounterListQueriesResponse++;
|
| if (buildCounterListQueriesResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1269(o.queries);
|
| + checkUnnamed1247(o.queries);
|
| }
|
| buildCounterListQueriesResponse--;
|
| }
|
|
|
| -buildUnnamed1270() {
|
| +buildUnnamed1248() {
|
| var o = new core.List<api.Report>();
|
| o.add(buildReport());
|
| o.add(buildReport());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1270(core.List<api.Report> o) {
|
| +checkUnnamed1248(core.List<api.Report> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkReport(o[0]);
|
| checkReport(o[1]);
|
| @@ -258,7 +258,7 @@ buildListReportsResponse() {
|
| buildCounterListReportsResponse++;
|
| if (buildCounterListReportsResponse < 3) {
|
| o.kind = "foo";
|
| - o.reports = buildUnnamed1270();
|
| + o.reports = buildUnnamed1248();
|
| }
|
| buildCounterListReportsResponse--;
|
| return o;
|
| @@ -268,45 +268,45 @@ checkListReportsResponse(api.ListReportsResponse o) {
|
| buildCounterListReportsResponse++;
|
| if (buildCounterListReportsResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1270(o.reports);
|
| + checkUnnamed1248(o.reports);
|
| }
|
| buildCounterListReportsResponse--;
|
| }
|
|
|
| -buildUnnamed1271() {
|
| +buildUnnamed1249() {
|
| var o = new core.List<api.FilterPair>();
|
| o.add(buildFilterPair());
|
| o.add(buildFilterPair());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1271(core.List<api.FilterPair> o) {
|
| +checkUnnamed1249(core.List<api.FilterPair> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFilterPair(o[0]);
|
| checkFilterPair(o[1]);
|
| }
|
|
|
| -buildUnnamed1272() {
|
| +buildUnnamed1250() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1272(core.List<core.String> o) {
|
| +checkUnnamed1250(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'));
|
| }
|
|
|
| -buildUnnamed1273() {
|
| +buildUnnamed1251() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1273(core.List<core.String> o) {
|
| +checkUnnamed1251(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'));
|
| @@ -317,10 +317,10 @@ buildParameters() {
|
| var o = new api.Parameters();
|
| buildCounterParameters++;
|
| if (buildCounterParameters < 3) {
|
| - o.filters = buildUnnamed1271();
|
| - o.groupBys = buildUnnamed1272();
|
| + o.filters = buildUnnamed1249();
|
| + o.groupBys = buildUnnamed1250();
|
| o.includeInviteData = true;
|
| - o.metrics = buildUnnamed1273();
|
| + o.metrics = buildUnnamed1251();
|
| o.type = "foo";
|
| }
|
| buildCounterParameters--;
|
| @@ -330,10 +330,10 @@ buildParameters() {
|
| checkParameters(api.Parameters o) {
|
| buildCounterParameters++;
|
| if (buildCounterParameters < 3) {
|
| - checkUnnamed1271(o.filters);
|
| - checkUnnamed1272(o.groupBys);
|
| + checkUnnamed1249(o.filters);
|
| + checkUnnamed1250(o.groupBys);
|
| unittest.expect(o.includeInviteData, unittest.isTrue);
|
| - checkUnnamed1273(o.metrics);
|
| + checkUnnamed1251(o.metrics);
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| }
|
| buildCounterParameters--;
|
| @@ -372,14 +372,14 @@ checkQuery(api.Query o) {
|
| buildCounterQuery--;
|
| }
|
|
|
| -buildUnnamed1274() {
|
| +buildUnnamed1252() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1274(core.List<core.String> o) {
|
| +checkUnnamed1252(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'));
|
| @@ -399,7 +399,7 @@ buildQueryMetadata() {
|
| o.reportCount = 42;
|
| o.running = true;
|
| o.sendNotification = true;
|
| - o.shareEmailAddress = buildUnnamed1274();
|
| + o.shareEmailAddress = buildUnnamed1252();
|
| o.title = "foo";
|
| }
|
| buildCounterQueryMetadata--;
|
| @@ -418,7 +418,7 @@ checkQueryMetadata(api.QueryMetadata o) {
|
| unittest.expect(o.reportCount, unittest.equals(42));
|
| unittest.expect(o.running, unittest.isTrue);
|
| unittest.expect(o.sendNotification, unittest.isTrue);
|
| - checkUnnamed1274(o.shareEmailAddress);
|
| + checkUnnamed1252(o.shareEmailAddress);
|
| unittest.expect(o.title, unittest.equals('foo'));
|
| }
|
| buildCounterQueryMetadata--;
|
| @@ -562,14 +562,14 @@ checkReportStatus(api.ReportStatus o) {
|
| buildCounterReportStatus--;
|
| }
|
|
|
| -buildUnnamed1275() {
|
| +buildUnnamed1253() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1275(core.List<core.String> o) {
|
| +checkUnnamed1253(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'));
|
| @@ -583,7 +583,7 @@ buildRowStatus() {
|
| o.changed = true;
|
| o.entityId = "foo";
|
| o.entityName = "foo";
|
| - o.errors = buildUnnamed1275();
|
| + o.errors = buildUnnamed1253();
|
| o.persisted = true;
|
| o.rowNumber = 42;
|
| }
|
| @@ -597,7 +597,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'));
|
| - checkUnnamed1275(o.errors);
|
| + checkUnnamed1253(o.errors);
|
| unittest.expect(o.persisted, unittest.isTrue);
|
| unittest.expect(o.rowNumber, unittest.equals(42));
|
| }
|
| @@ -671,27 +671,27 @@ checkUploadLineItemsResponse(api.UploadLineItemsResponse o) {
|
| buildCounterUploadLineItemsResponse--;
|
| }
|
|
|
| -buildUnnamed1276() {
|
| +buildUnnamed1254() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1276(core.List<core.String> o) {
|
| +checkUnnamed1254(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'));
|
| }
|
|
|
| -buildUnnamed1277() {
|
| +buildUnnamed1255() {
|
| var o = new core.List<api.RowStatus>();
|
| o.add(buildRowStatus());
|
| o.add(buildRowStatus());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1277(core.List<api.RowStatus> o) {
|
| +checkUnnamed1255(core.List<api.RowStatus> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRowStatus(o[0]);
|
| checkRowStatus(o[1]);
|
| @@ -702,8 +702,8 @@ buildUploadStatus() {
|
| var o = new api.UploadStatus();
|
| buildCounterUploadStatus++;
|
| if (buildCounterUploadStatus < 3) {
|
| - o.errors = buildUnnamed1276();
|
| - o.rowStatus = buildUnnamed1277();
|
| + o.errors = buildUnnamed1254();
|
| + o.rowStatus = buildUnnamed1255();
|
| }
|
| buildCounterUploadStatus--;
|
| return o;
|
| @@ -712,8 +712,8 @@ buildUploadStatus() {
|
| checkUploadStatus(api.UploadStatus o) {
|
| buildCounterUploadStatus++;
|
| if (buildCounterUploadStatus < 3) {
|
| - checkUnnamed1276(o.errors);
|
| - checkUnnamed1277(o.rowStatus);
|
| + checkUnnamed1254(o.errors);
|
| + checkUnnamed1255(o.rowStatus);
|
| }
|
| buildCounterUploadStatus--;
|
| }
|
|
|