| Index: generated/googleapis/test/doubleclicksearch/v2_test.dart
|
| diff --git a/generated/googleapis/test/doubleclicksearch/v2_test.dart b/generated/googleapis/test/doubleclicksearch/v2_test.dart
|
| index d012909cad01919bc17a9f166dabce1b5752c60c..4a8dc5bb120b8c291e5f81c5ac120e19f9c2c4bd 100644
|
| --- a/generated/googleapis/test/doubleclicksearch/v2_test.dart
|
| +++ b/generated/googleapis/test/doubleclicksearch/v2_test.dart
|
| @@ -45,27 +45,27 @@ checkAvailability(api.Availability o) {
|
| buildCounterAvailability--;
|
| }
|
|
|
| -buildUnnamed742() {
|
| +buildUnnamed708() {
|
| var o = new core.List<api.CustomDimension>();
|
| o.add(buildCustomDimension());
|
| o.add(buildCustomDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed742(core.List<api.CustomDimension> o) {
|
| +checkUnnamed708(core.List<api.CustomDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCustomDimension(o[0]);
|
| checkCustomDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed743() {
|
| +buildUnnamed709() {
|
| var o = new core.List<api.CustomMetric>();
|
| o.add(buildCustomMetric());
|
| o.add(buildCustomMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed743(core.List<api.CustomMetric> o) {
|
| +checkUnnamed709(core.List<api.CustomMetric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCustomMetric(o[0]);
|
| checkCustomMetric(o[1]);
|
| @@ -87,8 +87,8 @@ buildConversion() {
|
| o.conversionTimestamp = "foo";
|
| o.criterionId = "foo";
|
| o.currencyCode = "foo";
|
| - o.customDimension = buildUnnamed742();
|
| - o.customMetric = buildUnnamed743();
|
| + o.customDimension = buildUnnamed708();
|
| + o.customMetric = buildUnnamed709();
|
| o.dsConversionId = "foo";
|
| o.engineAccountId = "foo";
|
| o.floodlightOrderId = "foo";
|
| @@ -118,8 +118,8 @@ checkConversion(api.Conversion o) {
|
| unittest.expect(o.conversionTimestamp, unittest.equals('foo'));
|
| unittest.expect(o.criterionId, unittest.equals('foo'));
|
| unittest.expect(o.currencyCode, unittest.equals('foo'));
|
| - checkUnnamed742(o.customDimension);
|
| - checkUnnamed743(o.customMetric);
|
| + checkUnnamed708(o.customDimension);
|
| + checkUnnamed709(o.customMetric);
|
| unittest.expect(o.dsConversionId, unittest.equals('foo'));
|
| unittest.expect(o.engineAccountId, unittest.equals('foo'));
|
| unittest.expect(o.floodlightOrderId, unittest.equals('foo'));
|
| @@ -134,14 +134,14 @@ checkConversion(api.Conversion o) {
|
| buildCounterConversion--;
|
| }
|
|
|
| -buildUnnamed744() {
|
| +buildUnnamed710() {
|
| var o = new core.List<api.Conversion>();
|
| o.add(buildConversion());
|
| o.add(buildConversion());
|
| return o;
|
| }
|
|
|
| -checkUnnamed744(core.List<api.Conversion> o) {
|
| +checkUnnamed710(core.List<api.Conversion> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkConversion(o[0]);
|
| checkConversion(o[1]);
|
| @@ -152,7 +152,7 @@ buildConversionList() {
|
| var o = new api.ConversionList();
|
| buildCounterConversionList++;
|
| if (buildCounterConversionList < 3) {
|
| - o.conversion = buildUnnamed744();
|
| + o.conversion = buildUnnamed710();
|
| o.kind = "foo";
|
| }
|
| buildCounterConversionList--;
|
| @@ -162,7 +162,7 @@ buildConversionList() {
|
| checkConversionList(api.ConversionList o) {
|
| buildCounterConversionList++;
|
| if (buildCounterConversionList < 3) {
|
| - checkUnnamed744(o.conversion);
|
| + checkUnnamed710(o.conversion);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterConversionList--;
|
| @@ -231,27 +231,27 @@ checkReportFiles(api.ReportFiles o) {
|
| buildCounterReportFiles--;
|
| }
|
|
|
| -buildUnnamed745() {
|
| +buildUnnamed711() {
|
| var o = new core.List<api.ReportFiles>();
|
| o.add(buildReportFiles());
|
| o.add(buildReportFiles());
|
| return o;
|
| }
|
|
|
| -checkUnnamed745(core.List<api.ReportFiles> o) {
|
| +checkUnnamed711(core.List<api.ReportFiles> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkReportFiles(o[0]);
|
| checkReportFiles(o[1]);
|
| }
|
|
|
| -buildUnnamed746() {
|
| +buildUnnamed712() {
|
| var o = new core.List<api.ReportRow>();
|
| o.add(buildReportRow());
|
| o.add(buildReportRow());
|
| return o;
|
| }
|
|
|
| -checkUnnamed746(core.List<api.ReportRow> o) {
|
| +checkUnnamed712(core.List<api.ReportRow> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkReportRow(o[0]);
|
| checkReportRow(o[1]);
|
| @@ -262,13 +262,13 @@ buildReport() {
|
| var o = new api.Report();
|
| buildCounterReport++;
|
| if (buildCounterReport < 3) {
|
| - o.files = buildUnnamed745();
|
| + o.files = buildUnnamed711();
|
| o.id = "foo";
|
| o.isReportReady = true;
|
| o.kind = "foo";
|
| o.request = buildReportRequest();
|
| o.rowCount = 42;
|
| - o.rows = buildUnnamed746();
|
| + o.rows = buildUnnamed712();
|
| o.statisticsCurrencyCode = "foo";
|
| o.statisticsTimeZone = "foo";
|
| }
|
| @@ -279,13 +279,13 @@ buildReport() {
|
| checkReport(api.Report o) {
|
| buildCounterReport++;
|
| if (buildCounterReport < 3) {
|
| - checkUnnamed745(o.files);
|
| + checkUnnamed711(o.files);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.isReportReady, unittest.isTrue);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| checkReportRequest(o.request);
|
| unittest.expect(o.rowCount, unittest.equals(42));
|
| - checkUnnamed746(o.rows);
|
| + checkUnnamed712(o.rows);
|
| unittest.expect(o.statisticsCurrencyCode, unittest.equals('foo'));
|
| unittest.expect(o.statisticsTimeZone, unittest.equals('foo'));
|
| }
|
| @@ -327,27 +327,27 @@ checkReportApiColumnSpec(api.ReportApiColumnSpec o) {
|
| buildCounterReportApiColumnSpec--;
|
| }
|
|
|
| -buildUnnamed747() {
|
| +buildUnnamed713() {
|
| var o = new core.List<api.ReportApiColumnSpec>();
|
| o.add(buildReportApiColumnSpec());
|
| o.add(buildReportApiColumnSpec());
|
| return o;
|
| }
|
|
|
| -checkUnnamed747(core.List<api.ReportApiColumnSpec> o) {
|
| +checkUnnamed713(core.List<api.ReportApiColumnSpec> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkReportApiColumnSpec(o[0]);
|
| checkReportApiColumnSpec(o[1]);
|
| }
|
|
|
| -buildUnnamed748() {
|
| +buildUnnamed714() {
|
| var o = new core.List<core.Object>();
|
| o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
|
| o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
|
| return o;
|
| }
|
|
|
| -checkUnnamed748(core.List<core.Object> o) {
|
| +checkUnnamed714(core.List<core.Object> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| var casted1 = (o[0]) as core.Map; unittest.expect(casted1, unittest.hasLength(3)); unittest.expect(casted1["list"], unittest.equals([1, 2, 3])); unittest.expect(casted1["bool"], unittest.equals(true)); unittest.expect(casted1["string"], unittest.equals('foo'));
|
| var casted2 = (o[1]) as core.Map; unittest.expect(casted2, unittest.hasLength(3)); unittest.expect(casted2["list"], unittest.equals([1, 2, 3])); unittest.expect(casted2["bool"], unittest.equals(true)); unittest.expect(casted2["string"], unittest.equals('foo'));
|
| @@ -360,7 +360,7 @@ buildReportRequestFilters() {
|
| if (buildCounterReportRequestFilters < 3) {
|
| o.column = buildReportApiColumnSpec();
|
| o.operator = "foo";
|
| - o.values = buildUnnamed748();
|
| + o.values = buildUnnamed714();
|
| }
|
| buildCounterReportRequestFilters--;
|
| return o;
|
| @@ -371,19 +371,19 @@ checkReportRequestFilters(api.ReportRequestFilters o) {
|
| if (buildCounterReportRequestFilters < 3) {
|
| checkReportApiColumnSpec(o.column);
|
| unittest.expect(o.operator, unittest.equals('foo'));
|
| - checkUnnamed748(o.values);
|
| + checkUnnamed714(o.values);
|
| }
|
| buildCounterReportRequestFilters--;
|
| }
|
|
|
| -buildUnnamed749() {
|
| +buildUnnamed715() {
|
| var o = new core.List<api.ReportRequestFilters>();
|
| o.add(buildReportRequestFilters());
|
| o.add(buildReportRequestFilters());
|
| return o;
|
| }
|
|
|
| -checkUnnamed749(core.List<api.ReportRequestFilters> o) {
|
| +checkUnnamed715(core.List<api.ReportRequestFilters> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkReportRequestFilters(o[0]);
|
| checkReportRequestFilters(o[1]);
|
| @@ -410,14 +410,14 @@ checkReportRequestOrderBy(api.ReportRequestOrderBy o) {
|
| buildCounterReportRequestOrderBy--;
|
| }
|
|
|
| -buildUnnamed750() {
|
| +buildUnnamed716() {
|
| var o = new core.List<api.ReportRequestOrderBy>();
|
| o.add(buildReportRequestOrderBy());
|
| o.add(buildReportRequestOrderBy());
|
| return o;
|
| }
|
|
|
| -checkUnnamed750(core.List<api.ReportRequestOrderBy> o) {
|
| +checkUnnamed716(core.List<api.ReportRequestOrderBy> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkReportRequestOrderBy(o[0]);
|
| checkReportRequestOrderBy(o[1]);
|
| @@ -484,13 +484,13 @@ buildReportRequest() {
|
| var o = new api.ReportRequest();
|
| buildCounterReportRequest++;
|
| if (buildCounterReportRequest < 3) {
|
| - o.columns = buildUnnamed747();
|
| + o.columns = buildUnnamed713();
|
| o.downloadFormat = "foo";
|
| - o.filters = buildUnnamed749();
|
| + o.filters = buildUnnamed715();
|
| o.includeDeletedEntities = true;
|
| o.includeRemovedEntities = true;
|
| o.maxRowsPerFile = 42;
|
| - o.orderBy = buildUnnamed750();
|
| + o.orderBy = buildUnnamed716();
|
| o.reportScope = buildReportRequestReportScope();
|
| o.reportType = "foo";
|
| o.rowCount = 42;
|
| @@ -506,13 +506,13 @@ buildReportRequest() {
|
| checkReportRequest(api.ReportRequest o) {
|
| buildCounterReportRequest++;
|
| if (buildCounterReportRequest < 3) {
|
| - checkUnnamed747(o.columns);
|
| + checkUnnamed713(o.columns);
|
| unittest.expect(o.downloadFormat, unittest.equals('foo'));
|
| - checkUnnamed749(o.filters);
|
| + checkUnnamed715(o.filters);
|
| unittest.expect(o.includeDeletedEntities, unittest.isTrue);
|
| unittest.expect(o.includeRemovedEntities, unittest.isTrue);
|
| unittest.expect(o.maxRowsPerFile, unittest.equals(42));
|
| - checkUnnamed750(o.orderBy);
|
| + checkUnnamed716(o.orderBy);
|
| checkReportRequestReportScope(o.reportScope);
|
| unittest.expect(o.reportType, unittest.equals('foo'));
|
| unittest.expect(o.rowCount, unittest.equals(42));
|
| @@ -560,14 +560,14 @@ checkSavedColumn(api.SavedColumn o) {
|
| buildCounterSavedColumn--;
|
| }
|
|
|
| -buildUnnamed751() {
|
| +buildUnnamed717() {
|
| var o = new core.List<api.SavedColumn>();
|
| o.add(buildSavedColumn());
|
| o.add(buildSavedColumn());
|
| return o;
|
| }
|
|
|
| -checkUnnamed751(core.List<api.SavedColumn> o) {
|
| +checkUnnamed717(core.List<api.SavedColumn> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSavedColumn(o[0]);
|
| checkSavedColumn(o[1]);
|
| @@ -578,7 +578,7 @@ buildSavedColumnList() {
|
| var o = new api.SavedColumnList();
|
| buildCounterSavedColumnList++;
|
| if (buildCounterSavedColumnList < 3) {
|
| - o.items = buildUnnamed751();
|
| + o.items = buildUnnamed717();
|
| o.kind = "foo";
|
| }
|
| buildCounterSavedColumnList--;
|
| @@ -588,20 +588,20 @@ buildSavedColumnList() {
|
| checkSavedColumnList(api.SavedColumnList o) {
|
| buildCounterSavedColumnList++;
|
| if (buildCounterSavedColumnList < 3) {
|
| - checkUnnamed751(o.items);
|
| + checkUnnamed717(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterSavedColumnList--;
|
| }
|
|
|
| -buildUnnamed752() {
|
| +buildUnnamed718() {
|
| var o = new core.List<api.Availability>();
|
| o.add(buildAvailability());
|
| o.add(buildAvailability());
|
| return o;
|
| }
|
|
|
| -checkUnnamed752(core.List<api.Availability> o) {
|
| +checkUnnamed718(core.List<api.Availability> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAvailability(o[0]);
|
| checkAvailability(o[1]);
|
| @@ -612,7 +612,7 @@ buildUpdateAvailabilityRequest() {
|
| var o = new api.UpdateAvailabilityRequest();
|
| buildCounterUpdateAvailabilityRequest++;
|
| if (buildCounterUpdateAvailabilityRequest < 3) {
|
| - o.availabilities = buildUnnamed752();
|
| + o.availabilities = buildUnnamed718();
|
| }
|
| buildCounterUpdateAvailabilityRequest--;
|
| return o;
|
| @@ -621,19 +621,19 @@ buildUpdateAvailabilityRequest() {
|
| checkUpdateAvailabilityRequest(api.UpdateAvailabilityRequest o) {
|
| buildCounterUpdateAvailabilityRequest++;
|
| if (buildCounterUpdateAvailabilityRequest < 3) {
|
| - checkUnnamed752(o.availabilities);
|
| + checkUnnamed718(o.availabilities);
|
| }
|
| buildCounterUpdateAvailabilityRequest--;
|
| }
|
|
|
| -buildUnnamed753() {
|
| +buildUnnamed719() {
|
| var o = new core.List<api.Availability>();
|
| o.add(buildAvailability());
|
| o.add(buildAvailability());
|
| return o;
|
| }
|
|
|
| -checkUnnamed753(core.List<api.Availability> o) {
|
| +checkUnnamed719(core.List<api.Availability> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAvailability(o[0]);
|
| checkAvailability(o[1]);
|
| @@ -644,7 +644,7 @@ buildUpdateAvailabilityResponse() {
|
| var o = new api.UpdateAvailabilityResponse();
|
| buildCounterUpdateAvailabilityResponse++;
|
| if (buildCounterUpdateAvailabilityResponse < 3) {
|
| - o.availabilities = buildUnnamed753();
|
| + o.availabilities = buildUnnamed719();
|
| }
|
| buildCounterUpdateAvailabilityResponse--;
|
| return o;
|
| @@ -653,7 +653,7 @@ buildUpdateAvailabilityResponse() {
|
| checkUpdateAvailabilityResponse(api.UpdateAvailabilityResponse o) {
|
| buildCounterUpdateAvailabilityResponse++;
|
| if (buildCounterUpdateAvailabilityResponse < 3) {
|
| - checkUnnamed753(o.availabilities);
|
| + checkUnnamed719(o.availabilities);
|
| }
|
| buildCounterUpdateAvailabilityResponse--;
|
| }
|
|
|