| 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 6585d741ff4223c75bb426f45ea71abe9c95546b..84fc998a88b7af884f2b974ce2f40175a459c79e 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);
|
| }
|
|
|
| -buildUnnamed1182() {
|
| +buildUnnamed1266() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1182(core.List<core.String> o) {
|
| +checkUnnamed1266(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 = buildUnnamed1182();
|
| + o.filterIds = buildUnnamed1266();
|
| 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'));
|
| - checkUnnamed1182(o.filterIds);
|
| + checkUnnamed1266(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--;
|
| }
|
|
|
| -buildUnnamed1183() {
|
| +buildUnnamed1267() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1183(core.List<core.String> o) {
|
| +checkUnnamed1267(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'));
|
| }
|
|
|
| -buildUnnamed1184() {
|
| +buildUnnamed1268() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1184(core.List<core.String> o) {
|
| +checkUnnamed1268(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 = buildUnnamed1183();
|
| - o.filterIds = buildUnnamed1184();
|
| + o.fileTypes = buildUnnamed1267();
|
| + o.filterIds = buildUnnamed1268();
|
| o.filterType = "foo";
|
| o.version = "foo";
|
| }
|
| @@ -151,8 +151,8 @@ buildDownloadRequest() {
|
| checkDownloadRequest(api.DownloadRequest o) {
|
| buildCounterDownloadRequest++;
|
| if (buildCounterDownloadRequest < 3) {
|
| - checkUnnamed1183(o.fileTypes);
|
| - checkUnnamed1184(o.filterIds);
|
| + checkUnnamed1267(o.fileTypes);
|
| + checkUnnamed1268(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--;
|
| }
|
|
|
| -buildUnnamed1185() {
|
| +buildUnnamed1269() {
|
| var o = new core.List<api.Query>();
|
| o.add(buildQuery());
|
| o.add(buildQuery());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1185(core.List<api.Query> o) {
|
| +checkUnnamed1269(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 = buildUnnamed1185();
|
| + o.queries = buildUnnamed1269();
|
| }
|
| buildCounterListQueriesResponse--;
|
| return o;
|
| @@ -234,19 +234,19 @@ checkListQueriesResponse(api.ListQueriesResponse o) {
|
| buildCounterListQueriesResponse++;
|
| if (buildCounterListQueriesResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1185(o.queries);
|
| + checkUnnamed1269(o.queries);
|
| }
|
| buildCounterListQueriesResponse--;
|
| }
|
|
|
| -buildUnnamed1186() {
|
| +buildUnnamed1270() {
|
| var o = new core.List<api.Report>();
|
| o.add(buildReport());
|
| o.add(buildReport());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1186(core.List<api.Report> o) {
|
| +checkUnnamed1270(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 = buildUnnamed1186();
|
| + o.reports = buildUnnamed1270();
|
| }
|
| buildCounterListReportsResponse--;
|
| return o;
|
| @@ -268,45 +268,45 @@ checkListReportsResponse(api.ListReportsResponse o) {
|
| buildCounterListReportsResponse++;
|
| if (buildCounterListReportsResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1186(o.reports);
|
| + checkUnnamed1270(o.reports);
|
| }
|
| buildCounterListReportsResponse--;
|
| }
|
|
|
| -buildUnnamed1187() {
|
| +buildUnnamed1271() {
|
| var o = new core.List<api.FilterPair>();
|
| o.add(buildFilterPair());
|
| o.add(buildFilterPair());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1187(core.List<api.FilterPair> o) {
|
| +checkUnnamed1271(core.List<api.FilterPair> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFilterPair(o[0]);
|
| checkFilterPair(o[1]);
|
| }
|
|
|
| -buildUnnamed1188() {
|
| +buildUnnamed1272() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1188(core.List<core.String> o) {
|
| +checkUnnamed1272(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'));
|
| }
|
|
|
| -buildUnnamed1189() {
|
| +buildUnnamed1273() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1189(core.List<core.String> o) {
|
| +checkUnnamed1273(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 = buildUnnamed1187();
|
| - o.groupBys = buildUnnamed1188();
|
| + o.filters = buildUnnamed1271();
|
| + o.groupBys = buildUnnamed1272();
|
| o.includeInviteData = true;
|
| - o.metrics = buildUnnamed1189();
|
| + o.metrics = buildUnnamed1273();
|
| o.type = "foo";
|
| }
|
| buildCounterParameters--;
|
| @@ -330,10 +330,10 @@ buildParameters() {
|
| checkParameters(api.Parameters o) {
|
| buildCounterParameters++;
|
| if (buildCounterParameters < 3) {
|
| - checkUnnamed1187(o.filters);
|
| - checkUnnamed1188(o.groupBys);
|
| + checkUnnamed1271(o.filters);
|
| + checkUnnamed1272(o.groupBys);
|
| unittest.expect(o.includeInviteData, unittest.isTrue);
|
| - checkUnnamed1189(o.metrics);
|
| + checkUnnamed1273(o.metrics);
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| }
|
| buildCounterParameters--;
|
| @@ -372,14 +372,14 @@ checkQuery(api.Query o) {
|
| buildCounterQuery--;
|
| }
|
|
|
| -buildUnnamed1190() {
|
| +buildUnnamed1274() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1190(core.List<core.String> o) {
|
| +checkUnnamed1274(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 = buildUnnamed1190();
|
| + o.shareEmailAddress = buildUnnamed1274();
|
| 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);
|
| - checkUnnamed1190(o.shareEmailAddress);
|
| + checkUnnamed1274(o.shareEmailAddress);
|
| unittest.expect(o.title, unittest.equals('foo'));
|
| }
|
| buildCounterQueryMetadata--;
|
| @@ -562,14 +562,14 @@ checkReportStatus(api.ReportStatus o) {
|
| buildCounterReportStatus--;
|
| }
|
|
|
| -buildUnnamed1191() {
|
| +buildUnnamed1275() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1191(core.List<core.String> o) {
|
| +checkUnnamed1275(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 = buildUnnamed1191();
|
| + o.errors = buildUnnamed1275();
|
| 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'));
|
| - checkUnnamed1191(o.errors);
|
| + checkUnnamed1275(o.errors);
|
| unittest.expect(o.persisted, unittest.isTrue);
|
| unittest.expect(o.rowNumber, unittest.equals(42));
|
| }
|
| @@ -671,27 +671,27 @@ checkUploadLineItemsResponse(api.UploadLineItemsResponse o) {
|
| buildCounterUploadLineItemsResponse--;
|
| }
|
|
|
| -buildUnnamed1192() {
|
| +buildUnnamed1276() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1192(core.List<core.String> o) {
|
| +checkUnnamed1276(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'));
|
| }
|
|
|
| -buildUnnamed1193() {
|
| +buildUnnamed1277() {
|
| var o = new core.List<api.RowStatus>();
|
| o.add(buildRowStatus());
|
| o.add(buildRowStatus());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1193(core.List<api.RowStatus> o) {
|
| +checkUnnamed1277(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 = buildUnnamed1192();
|
| - o.rowStatus = buildUnnamed1193();
|
| + o.errors = buildUnnamed1276();
|
| + o.rowStatus = buildUnnamed1277();
|
| }
|
| buildCounterUploadStatus--;
|
| return o;
|
| @@ -712,8 +712,8 @@ buildUploadStatus() {
|
| checkUploadStatus(api.UploadStatus o) {
|
| buildCounterUploadStatus++;
|
| if (buildCounterUploadStatus < 3) {
|
| - checkUnnamed1192(o.errors);
|
| - checkUnnamed1193(o.rowStatus);
|
| + checkUnnamed1276(o.errors);
|
| + checkUnnamed1277(o.rowStatus);
|
| }
|
| buildCounterUploadStatus--;
|
| }
|
|
|