| 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 12b90e8656a82c3070a48e388028ea8730157d8a..d012909cad01919bc17a9f166dabce1b5752c60c 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--;
|
| }
|
|
|
| -buildUnnamed114() {
|
| +buildUnnamed742() {
|
| var o = new core.List<api.CustomDimension>();
|
| o.add(buildCustomDimension());
|
| o.add(buildCustomDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed114(core.List<api.CustomDimension> o) {
|
| +checkUnnamed742(core.List<api.CustomDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCustomDimension(o[0]);
|
| checkCustomDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed115() {
|
| +buildUnnamed743() {
|
| var o = new core.List<api.CustomMetric>();
|
| o.add(buildCustomMetric());
|
| o.add(buildCustomMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed115(core.List<api.CustomMetric> o) {
|
| +checkUnnamed743(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 = buildUnnamed114();
|
| - o.customMetric = buildUnnamed115();
|
| + o.customDimension = buildUnnamed742();
|
| + o.customMetric = buildUnnamed743();
|
| 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'));
|
| - checkUnnamed114(o.customDimension);
|
| - checkUnnamed115(o.customMetric);
|
| + checkUnnamed742(o.customDimension);
|
| + checkUnnamed743(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--;
|
| }
|
|
|
| -buildUnnamed116() {
|
| +buildUnnamed744() {
|
| var o = new core.List<api.Conversion>();
|
| o.add(buildConversion());
|
| o.add(buildConversion());
|
| return o;
|
| }
|
|
|
| -checkUnnamed116(core.List<api.Conversion> o) {
|
| +checkUnnamed744(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 = buildUnnamed116();
|
| + o.conversion = buildUnnamed744();
|
| o.kind = "foo";
|
| }
|
| buildCounterConversionList--;
|
| @@ -162,7 +162,7 @@ buildConversionList() {
|
| checkConversionList(api.ConversionList o) {
|
| buildCounterConversionList++;
|
| if (buildCounterConversionList < 3) {
|
| - checkUnnamed116(o.conversion);
|
| + checkUnnamed744(o.conversion);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterConversionList--;
|
| @@ -231,27 +231,27 @@ checkReportFiles(api.ReportFiles o) {
|
| buildCounterReportFiles--;
|
| }
|
|
|
| -buildUnnamed117() {
|
| +buildUnnamed745() {
|
| var o = new core.List<api.ReportFiles>();
|
| o.add(buildReportFiles());
|
| o.add(buildReportFiles());
|
| return o;
|
| }
|
|
|
| -checkUnnamed117(core.List<api.ReportFiles> o) {
|
| +checkUnnamed745(core.List<api.ReportFiles> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkReportFiles(o[0]);
|
| checkReportFiles(o[1]);
|
| }
|
|
|
| -buildUnnamed118() {
|
| +buildUnnamed746() {
|
| var o = new core.List<api.ReportRow>();
|
| o.add(buildReportRow());
|
| o.add(buildReportRow());
|
| return o;
|
| }
|
|
|
| -checkUnnamed118(core.List<api.ReportRow> o) {
|
| +checkUnnamed746(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 = buildUnnamed117();
|
| + o.files = buildUnnamed745();
|
| o.id = "foo";
|
| o.isReportReady = true;
|
| o.kind = "foo";
|
| o.request = buildReportRequest();
|
| o.rowCount = 42;
|
| - o.rows = buildUnnamed118();
|
| + o.rows = buildUnnamed746();
|
| o.statisticsCurrencyCode = "foo";
|
| o.statisticsTimeZone = "foo";
|
| }
|
| @@ -279,13 +279,13 @@ buildReport() {
|
| checkReport(api.Report o) {
|
| buildCounterReport++;
|
| if (buildCounterReport < 3) {
|
| - checkUnnamed117(o.files);
|
| + checkUnnamed745(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));
|
| - checkUnnamed118(o.rows);
|
| + checkUnnamed746(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--;
|
| }
|
|
|
| -buildUnnamed119() {
|
| +buildUnnamed747() {
|
| var o = new core.List<api.ReportApiColumnSpec>();
|
| o.add(buildReportApiColumnSpec());
|
| o.add(buildReportApiColumnSpec());
|
| return o;
|
| }
|
|
|
| -checkUnnamed119(core.List<api.ReportApiColumnSpec> o) {
|
| +checkUnnamed747(core.List<api.ReportApiColumnSpec> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkReportApiColumnSpec(o[0]);
|
| checkReportApiColumnSpec(o[1]);
|
| }
|
|
|
| -buildUnnamed120() {
|
| +buildUnnamed748() {
|
| 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;
|
| }
|
|
|
| -checkUnnamed120(core.List<core.Object> o) {
|
| +checkUnnamed748(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 = buildUnnamed120();
|
| + o.values = buildUnnamed748();
|
| }
|
| buildCounterReportRequestFilters--;
|
| return o;
|
| @@ -371,19 +371,19 @@ checkReportRequestFilters(api.ReportRequestFilters o) {
|
| if (buildCounterReportRequestFilters < 3) {
|
| checkReportApiColumnSpec(o.column);
|
| unittest.expect(o.operator, unittest.equals('foo'));
|
| - checkUnnamed120(o.values);
|
| + checkUnnamed748(o.values);
|
| }
|
| buildCounterReportRequestFilters--;
|
| }
|
|
|
| -buildUnnamed121() {
|
| +buildUnnamed749() {
|
| var o = new core.List<api.ReportRequestFilters>();
|
| o.add(buildReportRequestFilters());
|
| o.add(buildReportRequestFilters());
|
| return o;
|
| }
|
|
|
| -checkUnnamed121(core.List<api.ReportRequestFilters> o) {
|
| +checkUnnamed749(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--;
|
| }
|
|
|
| -buildUnnamed122() {
|
| +buildUnnamed750() {
|
| var o = new core.List<api.ReportRequestOrderBy>();
|
| o.add(buildReportRequestOrderBy());
|
| o.add(buildReportRequestOrderBy());
|
| return o;
|
| }
|
|
|
| -checkUnnamed122(core.List<api.ReportRequestOrderBy> o) {
|
| +checkUnnamed750(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 = buildUnnamed119();
|
| + o.columns = buildUnnamed747();
|
| o.downloadFormat = "foo";
|
| - o.filters = buildUnnamed121();
|
| + o.filters = buildUnnamed749();
|
| o.includeDeletedEntities = true;
|
| o.includeRemovedEntities = true;
|
| o.maxRowsPerFile = 42;
|
| - o.orderBy = buildUnnamed122();
|
| + o.orderBy = buildUnnamed750();
|
| o.reportScope = buildReportRequestReportScope();
|
| o.reportType = "foo";
|
| o.rowCount = 42;
|
| @@ -506,13 +506,13 @@ buildReportRequest() {
|
| checkReportRequest(api.ReportRequest o) {
|
| buildCounterReportRequest++;
|
| if (buildCounterReportRequest < 3) {
|
| - checkUnnamed119(o.columns);
|
| + checkUnnamed747(o.columns);
|
| unittest.expect(o.downloadFormat, unittest.equals('foo'));
|
| - checkUnnamed121(o.filters);
|
| + checkUnnamed749(o.filters);
|
| unittest.expect(o.includeDeletedEntities, unittest.isTrue);
|
| unittest.expect(o.includeRemovedEntities, unittest.isTrue);
|
| unittest.expect(o.maxRowsPerFile, unittest.equals(42));
|
| - checkUnnamed122(o.orderBy);
|
| + checkUnnamed750(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--;
|
| }
|
|
|
| -buildUnnamed123() {
|
| +buildUnnamed751() {
|
| var o = new core.List<api.SavedColumn>();
|
| o.add(buildSavedColumn());
|
| o.add(buildSavedColumn());
|
| return o;
|
| }
|
|
|
| -checkUnnamed123(core.List<api.SavedColumn> o) {
|
| +checkUnnamed751(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 = buildUnnamed123();
|
| + o.items = buildUnnamed751();
|
| o.kind = "foo";
|
| }
|
| buildCounterSavedColumnList--;
|
| @@ -588,20 +588,20 @@ buildSavedColumnList() {
|
| checkSavedColumnList(api.SavedColumnList o) {
|
| buildCounterSavedColumnList++;
|
| if (buildCounterSavedColumnList < 3) {
|
| - checkUnnamed123(o.items);
|
| + checkUnnamed751(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterSavedColumnList--;
|
| }
|
|
|
| -buildUnnamed124() {
|
| +buildUnnamed752() {
|
| var o = new core.List<api.Availability>();
|
| o.add(buildAvailability());
|
| o.add(buildAvailability());
|
| return o;
|
| }
|
|
|
| -checkUnnamed124(core.List<api.Availability> o) {
|
| +checkUnnamed752(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 = buildUnnamed124();
|
| + o.availabilities = buildUnnamed752();
|
| }
|
| buildCounterUpdateAvailabilityRequest--;
|
| return o;
|
| @@ -621,19 +621,19 @@ buildUpdateAvailabilityRequest() {
|
| checkUpdateAvailabilityRequest(api.UpdateAvailabilityRequest o) {
|
| buildCounterUpdateAvailabilityRequest++;
|
| if (buildCounterUpdateAvailabilityRequest < 3) {
|
| - checkUnnamed124(o.availabilities);
|
| + checkUnnamed752(o.availabilities);
|
| }
|
| buildCounterUpdateAvailabilityRequest--;
|
| }
|
|
|
| -buildUnnamed125() {
|
| +buildUnnamed753() {
|
| var o = new core.List<api.Availability>();
|
| o.add(buildAvailability());
|
| o.add(buildAvailability());
|
| return o;
|
| }
|
|
|
| -checkUnnamed125(core.List<api.Availability> o) {
|
| +checkUnnamed753(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 = buildUnnamed125();
|
| + o.availabilities = buildUnnamed753();
|
| }
|
| buildCounterUpdateAvailabilityResponse--;
|
| return o;
|
| @@ -653,7 +653,7 @@ buildUpdateAvailabilityResponse() {
|
| checkUpdateAvailabilityResponse(api.UpdateAvailabilityResponse o) {
|
| buildCounterUpdateAvailabilityResponse++;
|
| if (buildCounterUpdateAvailabilityResponse < 3) {
|
| - checkUnnamed125(o.availabilities);
|
| + checkUnnamed753(o.availabilities);
|
| }
|
| buildCounterUpdateAvailabilityResponse--;
|
| }
|
|
|