| Index: generated/googleapis/test/dfareporting/v1_3_test.dart
|
| diff --git a/generated/googleapis/test/dfareporting/v1_3_test.dart b/generated/googleapis/test/dfareporting/v1_3_test.dart
|
| index 3024cc8943c2967ce0c125172827ee57878ce36c..01928f298520f72903719cacd0b4808d499e6955 100644
|
| --- a/generated/googleapis/test/dfareporting/v1_3_test.dart
|
| +++ b/generated/googleapis/test/dfareporting/v1_3_test.dart
|
| @@ -16,27 +16,27 @@ import 'package:googleapis/dfareporting/v1_3.dart' as api;
|
|
|
|
|
|
|
| -buildUnnamed385() {
|
| +buildUnnamed187() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed385(core.List<api.DimensionValue> o) {
|
| +checkUnnamed187(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed386() {
|
| +buildUnnamed188() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed386(core.List<core.String> o) {
|
| +checkUnnamed188(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'));
|
| @@ -47,9 +47,9 @@ buildActivities() {
|
| var o = new api.Activities();
|
| buildCounterActivities++;
|
| if (buildCounterActivities < 3) {
|
| - o.filters = buildUnnamed385();
|
| + o.filters = buildUnnamed187();
|
| o.kind = "foo";
|
| - o.metricNames = buildUnnamed386();
|
| + o.metricNames = buildUnnamed188();
|
| }
|
| buildCounterActivities--;
|
| return o;
|
| @@ -58,9 +58,9 @@ buildActivities() {
|
| checkActivities(api.Activities o) {
|
| buildCounterActivities++;
|
| if (buildCounterActivities < 3) {
|
| - checkUnnamed385(o.filters);
|
| + checkUnnamed187(o.filters);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed386(o.metricNames);
|
| + checkUnnamed188(o.metricNames);
|
| }
|
| buildCounterActivities--;
|
| }
|
| @@ -94,53 +94,53 @@ checkCompatibleFields(api.CompatibleFields o) {
|
| buildCounterCompatibleFields--;
|
| }
|
|
|
| -buildUnnamed387() {
|
| +buildUnnamed189() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed387(core.List<api.Dimension> o) {
|
| +checkUnnamed189(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed388() {
|
| +buildUnnamed190() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed388(core.List<api.Dimension> o) {
|
| +checkUnnamed190(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed389() {
|
| +buildUnnamed191() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed389(core.List<api.Metric> o) {
|
| +checkUnnamed191(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| }
|
|
|
| -buildUnnamed390() {
|
| +buildUnnamed192() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed390(core.List<api.Metric> o) {
|
| +checkUnnamed192(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| @@ -151,11 +151,11 @@ buildCrossDimensionReachReportCompatibleFields() {
|
| var o = new api.CrossDimensionReachReportCompatibleFields();
|
| buildCounterCrossDimensionReachReportCompatibleFields++;
|
| if (buildCounterCrossDimensionReachReportCompatibleFields < 3) {
|
| - o.breakdown = buildUnnamed387();
|
| - o.dimensionFilters = buildUnnamed388();
|
| + o.breakdown = buildUnnamed189();
|
| + o.dimensionFilters = buildUnnamed190();
|
| o.kind = "foo";
|
| - o.metrics = buildUnnamed389();
|
| - o.overlapMetrics = buildUnnamed390();
|
| + o.metrics = buildUnnamed191();
|
| + o.overlapMetrics = buildUnnamed192();
|
| }
|
| buildCounterCrossDimensionReachReportCompatibleFields--;
|
| return o;
|
| @@ -164,23 +164,23 @@ buildCrossDimensionReachReportCompatibleFields() {
|
| checkCrossDimensionReachReportCompatibleFields(api.CrossDimensionReachReportCompatibleFields o) {
|
| buildCounterCrossDimensionReachReportCompatibleFields++;
|
| if (buildCounterCrossDimensionReachReportCompatibleFields < 3) {
|
| - checkUnnamed387(o.breakdown);
|
| - checkUnnamed388(o.dimensionFilters);
|
| + checkUnnamed189(o.breakdown);
|
| + checkUnnamed190(o.dimensionFilters);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed389(o.metrics);
|
| - checkUnnamed390(o.overlapMetrics);
|
| + checkUnnamed191(o.metrics);
|
| + checkUnnamed192(o.overlapMetrics);
|
| }
|
| buildCounterCrossDimensionReachReportCompatibleFields--;
|
| }
|
|
|
| -buildUnnamed391() {
|
| +buildUnnamed193() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed391(core.List<api.DimensionValue> o) {
|
| +checkUnnamed193(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| @@ -191,7 +191,7 @@ buildCustomRichMediaEvents() {
|
| var o = new api.CustomRichMediaEvents();
|
| buildCounterCustomRichMediaEvents++;
|
| if (buildCounterCustomRichMediaEvents < 3) {
|
| - o.filteredEventIds = buildUnnamed391();
|
| + o.filteredEventIds = buildUnnamed193();
|
| o.kind = "foo";
|
| }
|
| buildCounterCustomRichMediaEvents--;
|
| @@ -201,7 +201,7 @@ buildCustomRichMediaEvents() {
|
| checkCustomRichMediaEvents(api.CustomRichMediaEvents o) {
|
| buildCounterCustomRichMediaEvents++;
|
| if (buildCounterCustomRichMediaEvents < 3) {
|
| - checkUnnamed391(o.filteredEventIds);
|
| + checkUnnamed193(o.filteredEventIds);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterCustomRichMediaEvents--;
|
| @@ -305,14 +305,14 @@ checkDimensionValue(api.DimensionValue o) {
|
| buildCounterDimensionValue--;
|
| }
|
|
|
| -buildUnnamed392() {
|
| +buildUnnamed194() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed392(core.List<api.DimensionValue> o) {
|
| +checkUnnamed194(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| @@ -324,7 +324,7 @@ buildDimensionValueList() {
|
| buildCounterDimensionValueList++;
|
| if (buildCounterDimensionValueList < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed392();
|
| + o.items = buildUnnamed194();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -336,21 +336,21 @@ checkDimensionValueList(api.DimensionValueList o) {
|
| buildCounterDimensionValueList++;
|
| if (buildCounterDimensionValueList < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed392(o.items);
|
| + checkUnnamed194(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterDimensionValueList--;
|
| }
|
|
|
| -buildUnnamed393() {
|
| +buildUnnamed195() {
|
| var o = new core.List<api.DimensionFilter>();
|
| o.add(buildDimensionFilter());
|
| o.add(buildDimensionFilter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed393(core.List<api.DimensionFilter> o) {
|
| +checkUnnamed195(core.List<api.DimensionFilter> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionFilter(o[0]);
|
| checkDimensionFilter(o[1]);
|
| @@ -363,7 +363,7 @@ buildDimensionValueRequest() {
|
| if (buildCounterDimensionValueRequest < 3) {
|
| o.dimensionName = "foo";
|
| o.endDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| - o.filters = buildUnnamed393();
|
| + o.filters = buildUnnamed195();
|
| o.kind = "foo";
|
| o.startDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| }
|
| @@ -376,7 +376,7 @@ checkDimensionValueRequest(api.DimensionValueRequest o) {
|
| if (buildCounterDimensionValueRequest < 3) {
|
| unittest.expect(o.dimensionName, unittest.equals('foo'));
|
| unittest.expect(o.endDate, unittest.equals(core.DateTime.parse("2002-02-27T00:00:00")));
|
| - checkUnnamed393(o.filters);
|
| + checkUnnamed195(o.filters);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.startDate, unittest.equals(core.DateTime.parse("2002-02-27T00:00:00")));
|
| }
|
| @@ -441,14 +441,14 @@ checkFile(api.File o) {
|
| buildCounterFile--;
|
| }
|
|
|
| -buildUnnamed394() {
|
| +buildUnnamed196() {
|
| var o = new core.List<api.File>();
|
| o.add(buildFile());
|
| o.add(buildFile());
|
| return o;
|
| }
|
|
|
| -checkUnnamed394(core.List<api.File> o) {
|
| +checkUnnamed196(core.List<api.File> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFile(o[0]);
|
| checkFile(o[1]);
|
| @@ -460,7 +460,7 @@ buildFileList() {
|
| buildCounterFileList++;
|
| if (buildCounterFileList < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed394();
|
| + o.items = buildUnnamed196();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -472,47 +472,47 @@ checkFileList(api.FileList o) {
|
| buildCounterFileList++;
|
| if (buildCounterFileList < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed394(o.items);
|
| + checkUnnamed196(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterFileList--;
|
| }
|
|
|
| -buildUnnamed395() {
|
| +buildUnnamed197() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed395(core.List<api.Dimension> o) {
|
| +checkUnnamed197(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed396() {
|
| +buildUnnamed198() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed396(core.List<api.Dimension> o) {
|
| +checkUnnamed198(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed397() {
|
| +buildUnnamed199() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed397(core.List<api.Metric> o) {
|
| +checkUnnamed199(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| @@ -523,10 +523,10 @@ buildFloodlightReportCompatibleFields() {
|
| var o = new api.FloodlightReportCompatibleFields();
|
| buildCounterFloodlightReportCompatibleFields++;
|
| if (buildCounterFloodlightReportCompatibleFields < 3) {
|
| - o.dimensionFilters = buildUnnamed395();
|
| - o.dimensions = buildUnnamed396();
|
| + o.dimensionFilters = buildUnnamed197();
|
| + o.dimensions = buildUnnamed198();
|
| o.kind = "foo";
|
| - o.metrics = buildUnnamed397();
|
| + o.metrics = buildUnnamed199();
|
| }
|
| buildCounterFloodlightReportCompatibleFields--;
|
| return o;
|
| @@ -535,10 +535,10 @@ buildFloodlightReportCompatibleFields() {
|
| checkFloodlightReportCompatibleFields(api.FloodlightReportCompatibleFields o) {
|
| buildCounterFloodlightReportCompatibleFields++;
|
| if (buildCounterFloodlightReportCompatibleFields < 3) {
|
| - checkUnnamed395(o.dimensionFilters);
|
| - checkUnnamed396(o.dimensions);
|
| + checkUnnamed197(o.dimensionFilters);
|
| + checkUnnamed198(o.dimensions);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed397(o.metrics);
|
| + checkUnnamed199(o.metrics);
|
| }
|
| buildCounterFloodlightReportCompatibleFields--;
|
| }
|
| @@ -564,53 +564,53 @@ checkMetric(api.Metric o) {
|
| buildCounterMetric--;
|
| }
|
|
|
| -buildUnnamed398() {
|
| +buildUnnamed200() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed398(core.List<api.Dimension> o) {
|
| +checkUnnamed200(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed399() {
|
| +buildUnnamed201() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed399(core.List<api.Dimension> o) {
|
| +checkUnnamed201(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed400() {
|
| +buildUnnamed202() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed400(core.List<api.Metric> o) {
|
| +checkUnnamed202(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| }
|
|
|
| -buildUnnamed401() {
|
| +buildUnnamed203() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed401(core.List<api.Dimension> o) {
|
| +checkUnnamed203(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| @@ -621,11 +621,11 @@ buildPathToConversionReportCompatibleFields() {
|
| var o = new api.PathToConversionReportCompatibleFields();
|
| buildCounterPathToConversionReportCompatibleFields++;
|
| if (buildCounterPathToConversionReportCompatibleFields < 3) {
|
| - o.conversionDimensions = buildUnnamed398();
|
| - o.customFloodlightVariables = buildUnnamed399();
|
| + o.conversionDimensions = buildUnnamed200();
|
| + o.customFloodlightVariables = buildUnnamed201();
|
| o.kind = "foo";
|
| - o.metrics = buildUnnamed400();
|
| - o.perInteractionDimensions = buildUnnamed401();
|
| + o.metrics = buildUnnamed202();
|
| + o.perInteractionDimensions = buildUnnamed203();
|
| }
|
| buildCounterPathToConversionReportCompatibleFields--;
|
| return o;
|
| @@ -634,75 +634,75 @@ buildPathToConversionReportCompatibleFields() {
|
| checkPathToConversionReportCompatibleFields(api.PathToConversionReportCompatibleFields o) {
|
| buildCounterPathToConversionReportCompatibleFields++;
|
| if (buildCounterPathToConversionReportCompatibleFields < 3) {
|
| - checkUnnamed398(o.conversionDimensions);
|
| - checkUnnamed399(o.customFloodlightVariables);
|
| + checkUnnamed200(o.conversionDimensions);
|
| + checkUnnamed201(o.customFloodlightVariables);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed400(o.metrics);
|
| - checkUnnamed401(o.perInteractionDimensions);
|
| + checkUnnamed202(o.metrics);
|
| + checkUnnamed203(o.perInteractionDimensions);
|
| }
|
| buildCounterPathToConversionReportCompatibleFields--;
|
| }
|
|
|
| -buildUnnamed402() {
|
| +buildUnnamed204() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed402(core.List<api.Dimension> o) {
|
| +checkUnnamed204(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed403() {
|
| +buildUnnamed205() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed403(core.List<api.Dimension> o) {
|
| +checkUnnamed205(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed404() {
|
| +buildUnnamed206() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed404(core.List<api.Metric> o) {
|
| +checkUnnamed206(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| }
|
|
|
| -buildUnnamed405() {
|
| +buildUnnamed207() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed405(core.List<api.Metric> o) {
|
| +checkUnnamed207(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| }
|
|
|
| -buildUnnamed406() {
|
| +buildUnnamed208() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed406(core.List<api.Metric> o) {
|
| +checkUnnamed208(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| @@ -713,12 +713,12 @@ buildReachReportCompatibleFields() {
|
| var o = new api.ReachReportCompatibleFields();
|
| buildCounterReachReportCompatibleFields++;
|
| if (buildCounterReachReportCompatibleFields < 3) {
|
| - o.dimensionFilters = buildUnnamed402();
|
| - o.dimensions = buildUnnamed403();
|
| + o.dimensionFilters = buildUnnamed204();
|
| + o.dimensions = buildUnnamed205();
|
| o.kind = "foo";
|
| - o.metrics = buildUnnamed404();
|
| - o.pivotedActivityMetrics = buildUnnamed405();
|
| - o.reachByFrequencyMetrics = buildUnnamed406();
|
| + o.metrics = buildUnnamed206();
|
| + o.pivotedActivityMetrics = buildUnnamed207();
|
| + o.reachByFrequencyMetrics = buildUnnamed208();
|
| }
|
| buildCounterReachReportCompatibleFields--;
|
| return o;
|
| @@ -727,12 +727,12 @@ buildReachReportCompatibleFields() {
|
| checkReachReportCompatibleFields(api.ReachReportCompatibleFields o) {
|
| buildCounterReachReportCompatibleFields++;
|
| if (buildCounterReachReportCompatibleFields < 3) {
|
| - checkUnnamed402(o.dimensionFilters);
|
| - checkUnnamed403(o.dimensions);
|
| + checkUnnamed204(o.dimensionFilters);
|
| + checkUnnamed205(o.dimensions);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed404(o.metrics);
|
| - checkUnnamed405(o.pivotedActivityMetrics);
|
| - checkUnnamed406(o.reachByFrequencyMetrics);
|
| + checkUnnamed206(o.metrics);
|
| + checkUnnamed207(o.pivotedActivityMetrics);
|
| + checkUnnamed208(o.reachByFrequencyMetrics);
|
| }
|
| buildCounterReachReportCompatibleFields--;
|
| }
|
| @@ -760,40 +760,40 @@ checkRecipient(api.Recipient o) {
|
| buildCounterRecipient--;
|
| }
|
|
|
| -buildUnnamed407() {
|
| +buildUnnamed209() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed407(core.List<api.DimensionValue> o) {
|
| +checkUnnamed209(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed408() {
|
| +buildUnnamed210() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed408(core.List<api.SortedDimension> o) {
|
| +checkUnnamed210(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed409() {
|
| +buildUnnamed211() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed409(core.List<core.String> o) {
|
| +checkUnnamed211(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'));
|
| @@ -805,9 +805,9 @@ buildReportActiveGrpCriteria() {
|
| buildCounterReportActiveGrpCriteria++;
|
| if (buildCounterReportActiveGrpCriteria < 3) {
|
| o.dateRange = buildDateRange();
|
| - o.dimensionFilters = buildUnnamed407();
|
| - o.dimensions = buildUnnamed408();
|
| - o.metricNames = buildUnnamed409();
|
| + o.dimensionFilters = buildUnnamed209();
|
| + o.dimensions = buildUnnamed210();
|
| + o.metricNames = buildUnnamed211();
|
| }
|
| buildCounterReportActiveGrpCriteria--;
|
| return o;
|
| @@ -817,47 +817,47 @@ checkReportActiveGrpCriteria(api.ReportActiveGrpCriteria o) {
|
| buildCounterReportActiveGrpCriteria++;
|
| if (buildCounterReportActiveGrpCriteria < 3) {
|
| checkDateRange(o.dateRange);
|
| - checkUnnamed407(o.dimensionFilters);
|
| - checkUnnamed408(o.dimensions);
|
| - checkUnnamed409(o.metricNames);
|
| + checkUnnamed209(o.dimensionFilters);
|
| + checkUnnamed210(o.dimensions);
|
| + checkUnnamed211(o.metricNames);
|
| }
|
| buildCounterReportActiveGrpCriteria--;
|
| }
|
|
|
| -buildUnnamed410() {
|
| +buildUnnamed212() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed410(core.List<api.DimensionValue> o) {
|
| +checkUnnamed212(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed411() {
|
| +buildUnnamed213() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed411(core.List<api.SortedDimension> o) {
|
| +checkUnnamed213(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed412() {
|
| +buildUnnamed214() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed412(core.List<core.String> o) {
|
| +checkUnnamed214(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'));
|
| @@ -871,9 +871,9 @@ buildReportCriteria() {
|
| o.activities = buildActivities();
|
| o.customRichMediaEvents = buildCustomRichMediaEvents();
|
| o.dateRange = buildDateRange();
|
| - o.dimensionFilters = buildUnnamed410();
|
| - o.dimensions = buildUnnamed411();
|
| - o.metricNames = buildUnnamed412();
|
| + o.dimensionFilters = buildUnnamed212();
|
| + o.dimensions = buildUnnamed213();
|
| + o.metricNames = buildUnnamed214();
|
| }
|
| buildCounterReportCriteria--;
|
| return o;
|
| @@ -885,60 +885,60 @@ checkReportCriteria(api.ReportCriteria o) {
|
| checkActivities(o.activities);
|
| checkCustomRichMediaEvents(o.customRichMediaEvents);
|
| checkDateRange(o.dateRange);
|
| - checkUnnamed410(o.dimensionFilters);
|
| - checkUnnamed411(o.dimensions);
|
| - checkUnnamed412(o.metricNames);
|
| + checkUnnamed212(o.dimensionFilters);
|
| + checkUnnamed213(o.dimensions);
|
| + checkUnnamed214(o.metricNames);
|
| }
|
| buildCounterReportCriteria--;
|
| }
|
|
|
| -buildUnnamed413() {
|
| +buildUnnamed215() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed413(core.List<api.SortedDimension> o) {
|
| +checkUnnamed215(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed414() {
|
| +buildUnnamed216() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed414(core.List<api.DimensionValue> o) {
|
| +checkUnnamed216(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed415() {
|
| +buildUnnamed217() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed415(core.List<core.String> o) {
|
| +checkUnnamed217(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'));
|
| }
|
|
|
| -buildUnnamed416() {
|
| +buildUnnamed218() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed416(core.List<core.String> o) {
|
| +checkUnnamed218(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'));
|
| @@ -949,12 +949,12 @@ buildReportCrossDimensionReachCriteria() {
|
| var o = new api.ReportCrossDimensionReachCriteria();
|
| buildCounterReportCrossDimensionReachCriteria++;
|
| if (buildCounterReportCrossDimensionReachCriteria < 3) {
|
| - o.breakdown = buildUnnamed413();
|
| + o.breakdown = buildUnnamed215();
|
| o.dateRange = buildDateRange();
|
| o.dimension = "foo";
|
| - o.dimensionFilters = buildUnnamed414();
|
| - o.metricNames = buildUnnamed415();
|
| - o.overlapMetricNames = buildUnnamed416();
|
| + o.dimensionFilters = buildUnnamed216();
|
| + o.metricNames = buildUnnamed217();
|
| + o.overlapMetricNames = buildUnnamed218();
|
| o.pivoted = true;
|
| }
|
| buildCounterReportCrossDimensionReachCriteria--;
|
| @@ -964,25 +964,25 @@ buildReportCrossDimensionReachCriteria() {
|
| checkReportCrossDimensionReachCriteria(api.ReportCrossDimensionReachCriteria o) {
|
| buildCounterReportCrossDimensionReachCriteria++;
|
| if (buildCounterReportCrossDimensionReachCriteria < 3) {
|
| - checkUnnamed413(o.breakdown);
|
| + checkUnnamed215(o.breakdown);
|
| checkDateRange(o.dateRange);
|
| unittest.expect(o.dimension, unittest.equals('foo'));
|
| - checkUnnamed414(o.dimensionFilters);
|
| - checkUnnamed415(o.metricNames);
|
| - checkUnnamed416(o.overlapMetricNames);
|
| + checkUnnamed216(o.dimensionFilters);
|
| + checkUnnamed217(o.metricNames);
|
| + checkUnnamed218(o.overlapMetricNames);
|
| unittest.expect(o.pivoted, unittest.isTrue);
|
| }
|
| buildCounterReportCrossDimensionReachCriteria--;
|
| }
|
|
|
| -buildUnnamed417() {
|
| +buildUnnamed219() {
|
| var o = new core.List<api.Recipient>();
|
| o.add(buildRecipient());
|
| o.add(buildRecipient());
|
| return o;
|
| }
|
|
|
| -checkUnnamed417(core.List<api.Recipient> o) {
|
| +checkUnnamed219(core.List<api.Recipient> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRecipient(o[0]);
|
| checkRecipient(o[1]);
|
| @@ -996,7 +996,7 @@ buildReportDelivery() {
|
| o.emailOwner = true;
|
| o.emailOwnerDeliveryType = "foo";
|
| o.message = "foo";
|
| - o.recipients = buildUnnamed417();
|
| + o.recipients = buildUnnamed219();
|
| }
|
| buildCounterReportDelivery--;
|
| return o;
|
| @@ -1008,58 +1008,58 @@ checkReportDelivery(api.ReportDelivery o) {
|
| unittest.expect(o.emailOwner, unittest.isTrue);
|
| unittest.expect(o.emailOwnerDeliveryType, unittest.equals('foo'));
|
| unittest.expect(o.message, unittest.equals('foo'));
|
| - checkUnnamed417(o.recipients);
|
| + checkUnnamed219(o.recipients);
|
| }
|
| buildCounterReportDelivery--;
|
| }
|
|
|
| -buildUnnamed418() {
|
| +buildUnnamed220() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed418(core.List<api.DimensionValue> o) {
|
| +checkUnnamed220(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed419() {
|
| +buildUnnamed221() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed419(core.List<api.DimensionValue> o) {
|
| +checkUnnamed221(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed420() {
|
| +buildUnnamed222() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed420(core.List<api.SortedDimension> o) {
|
| +checkUnnamed222(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed421() {
|
| +buildUnnamed223() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed421(core.List<core.String> o) {
|
| +checkUnnamed223(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'));
|
| @@ -1093,12 +1093,12 @@ buildReportFloodlightCriteria() {
|
| var o = new api.ReportFloodlightCriteria();
|
| buildCounterReportFloodlightCriteria++;
|
| if (buildCounterReportFloodlightCriteria < 3) {
|
| - o.customRichMediaEvents = buildUnnamed418();
|
| + o.customRichMediaEvents = buildUnnamed220();
|
| o.dateRange = buildDateRange();
|
| - o.dimensionFilters = buildUnnamed419();
|
| - o.dimensions = buildUnnamed420();
|
| + o.dimensionFilters = buildUnnamed221();
|
| + o.dimensions = buildUnnamed222();
|
| o.floodlightConfigId = buildDimensionValue();
|
| - o.metricNames = buildUnnamed421();
|
| + o.metricNames = buildUnnamed223();
|
| o.reportProperties = buildReportFloodlightCriteriaReportProperties();
|
| }
|
| buildCounterReportFloodlightCriteria--;
|
| @@ -1108,90 +1108,90 @@ buildReportFloodlightCriteria() {
|
| checkReportFloodlightCriteria(api.ReportFloodlightCriteria o) {
|
| buildCounterReportFloodlightCriteria++;
|
| if (buildCounterReportFloodlightCriteria < 3) {
|
| - checkUnnamed418(o.customRichMediaEvents);
|
| + checkUnnamed220(o.customRichMediaEvents);
|
| checkDateRange(o.dateRange);
|
| - checkUnnamed419(o.dimensionFilters);
|
| - checkUnnamed420(o.dimensions);
|
| + checkUnnamed221(o.dimensionFilters);
|
| + checkUnnamed222(o.dimensions);
|
| checkDimensionValue(o.floodlightConfigId);
|
| - checkUnnamed421(o.metricNames);
|
| + checkUnnamed223(o.metricNames);
|
| checkReportFloodlightCriteriaReportProperties(o.reportProperties);
|
| }
|
| buildCounterReportFloodlightCriteria--;
|
| }
|
|
|
| -buildUnnamed422() {
|
| +buildUnnamed224() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed422(core.List<api.DimensionValue> o) {
|
| +checkUnnamed224(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed423() {
|
| +buildUnnamed225() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed423(core.List<api.SortedDimension> o) {
|
| +checkUnnamed225(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed424() {
|
| +buildUnnamed226() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed424(core.List<api.SortedDimension> o) {
|
| +checkUnnamed226(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed425() {
|
| +buildUnnamed227() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed425(core.List<api.DimensionValue> o) {
|
| +checkUnnamed227(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed426() {
|
| +buildUnnamed228() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed426(core.List<core.String> o) {
|
| +checkUnnamed228(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'));
|
| }
|
|
|
| -buildUnnamed427() {
|
| +buildUnnamed229() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed427(core.List<api.SortedDimension> o) {
|
| +checkUnnamed229(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| @@ -1237,14 +1237,14 @@ buildReportPathToConversionCriteria() {
|
| var o = new api.ReportPathToConversionCriteria();
|
| buildCounterReportPathToConversionCriteria++;
|
| if (buildCounterReportPathToConversionCriteria < 3) {
|
| - o.activityFilters = buildUnnamed422();
|
| - o.conversionDimensions = buildUnnamed423();
|
| - o.customFloodlightVariables = buildUnnamed424();
|
| - o.customRichMediaEvents = buildUnnamed425();
|
| + o.activityFilters = buildUnnamed224();
|
| + o.conversionDimensions = buildUnnamed225();
|
| + o.customFloodlightVariables = buildUnnamed226();
|
| + o.customRichMediaEvents = buildUnnamed227();
|
| o.dateRange = buildDateRange();
|
| o.floodlightConfigId = buildDimensionValue();
|
| - o.metricNames = buildUnnamed426();
|
| - o.perInteractionDimensions = buildUnnamed427();
|
| + o.metricNames = buildUnnamed228();
|
| + o.perInteractionDimensions = buildUnnamed229();
|
| o.reportProperties = buildReportPathToConversionCriteriaReportProperties();
|
| }
|
| buildCounterReportPathToConversionCriteria--;
|
| @@ -1254,66 +1254,66 @@ buildReportPathToConversionCriteria() {
|
| checkReportPathToConversionCriteria(api.ReportPathToConversionCriteria o) {
|
| buildCounterReportPathToConversionCriteria++;
|
| if (buildCounterReportPathToConversionCriteria < 3) {
|
| - checkUnnamed422(o.activityFilters);
|
| - checkUnnamed423(o.conversionDimensions);
|
| - checkUnnamed424(o.customFloodlightVariables);
|
| - checkUnnamed425(o.customRichMediaEvents);
|
| + checkUnnamed224(o.activityFilters);
|
| + checkUnnamed225(o.conversionDimensions);
|
| + checkUnnamed226(o.customFloodlightVariables);
|
| + checkUnnamed227(o.customRichMediaEvents);
|
| checkDateRange(o.dateRange);
|
| checkDimensionValue(o.floodlightConfigId);
|
| - checkUnnamed426(o.metricNames);
|
| - checkUnnamed427(o.perInteractionDimensions);
|
| + checkUnnamed228(o.metricNames);
|
| + checkUnnamed229(o.perInteractionDimensions);
|
| checkReportPathToConversionCriteriaReportProperties(o.reportProperties);
|
| }
|
| buildCounterReportPathToConversionCriteria--;
|
| }
|
|
|
| -buildUnnamed428() {
|
| +buildUnnamed230() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed428(core.List<api.DimensionValue> o) {
|
| +checkUnnamed230(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed429() {
|
| +buildUnnamed231() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed429(core.List<api.SortedDimension> o) {
|
| +checkUnnamed231(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed430() {
|
| +buildUnnamed232() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed430(core.List<core.String> o) {
|
| +checkUnnamed232(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'));
|
| }
|
|
|
| -buildUnnamed431() {
|
| +buildUnnamed233() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed431(core.List<core.String> o) {
|
| +checkUnnamed233(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'));
|
| @@ -1327,10 +1327,10 @@ buildReportReachCriteria() {
|
| o.activities = buildActivities();
|
| o.customRichMediaEvents = buildCustomRichMediaEvents();
|
| o.dateRange = buildDateRange();
|
| - o.dimensionFilters = buildUnnamed428();
|
| - o.dimensions = buildUnnamed429();
|
| - o.metricNames = buildUnnamed430();
|
| - o.reachByFrequencyMetricNames = buildUnnamed431();
|
| + o.dimensionFilters = buildUnnamed230();
|
| + o.dimensions = buildUnnamed231();
|
| + o.metricNames = buildUnnamed232();
|
| + o.reachByFrequencyMetricNames = buildUnnamed233();
|
| }
|
| buildCounterReportReachCriteria--;
|
| return o;
|
| @@ -1342,22 +1342,22 @@ checkReportReachCriteria(api.ReportReachCriteria o) {
|
| checkActivities(o.activities);
|
| checkCustomRichMediaEvents(o.customRichMediaEvents);
|
| checkDateRange(o.dateRange);
|
| - checkUnnamed428(o.dimensionFilters);
|
| - checkUnnamed429(o.dimensions);
|
| - checkUnnamed430(o.metricNames);
|
| - checkUnnamed431(o.reachByFrequencyMetricNames);
|
| + checkUnnamed230(o.dimensionFilters);
|
| + checkUnnamed231(o.dimensions);
|
| + checkUnnamed232(o.metricNames);
|
| + checkUnnamed233(o.reachByFrequencyMetricNames);
|
| }
|
| buildCounterReportReachCriteria--;
|
| }
|
|
|
| -buildUnnamed432() {
|
| +buildUnnamed234() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed432(core.List<core.String> o) {
|
| +checkUnnamed234(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'));
|
| @@ -1372,7 +1372,7 @@ buildReportSchedule() {
|
| o.every = 42;
|
| o.expirationDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| o.repeats = "foo";
|
| - o.repeatsOnWeekDays = buildUnnamed432();
|
| + o.repeatsOnWeekDays = buildUnnamed234();
|
| o.runsOnDayOfMonth = "foo";
|
| o.startDate = core.DateTime.parse("2002-02-27T14:01:02Z");
|
| }
|
| @@ -1387,7 +1387,7 @@ checkReportSchedule(api.ReportSchedule o) {
|
| unittest.expect(o.every, unittest.equals(42));
|
| unittest.expect(o.expirationDate, unittest.equals(core.DateTime.parse("2002-02-27T00:00:00")));
|
| unittest.expect(o.repeats, unittest.equals('foo'));
|
| - checkUnnamed432(o.repeatsOnWeekDays);
|
| + checkUnnamed234(o.repeatsOnWeekDays);
|
| unittest.expect(o.runsOnDayOfMonth, unittest.equals('foo'));
|
| unittest.expect(o.startDate, unittest.equals(core.DateTime.parse("2002-02-27T00:00:00")));
|
| }
|
| @@ -1449,53 +1449,53 @@ checkReport(api.Report o) {
|
| buildCounterReport--;
|
| }
|
|
|
| -buildUnnamed433() {
|
| +buildUnnamed235() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed433(core.List<api.Dimension> o) {
|
| +checkUnnamed235(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed434() {
|
| +buildUnnamed236() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed434(core.List<api.Dimension> o) {
|
| +checkUnnamed236(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed435() {
|
| +buildUnnamed237() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed435(core.List<api.Metric> o) {
|
| +checkUnnamed237(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| }
|
|
|
| -buildUnnamed436() {
|
| +buildUnnamed238() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed436(core.List<api.Metric> o) {
|
| +checkUnnamed238(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| @@ -1506,11 +1506,11 @@ buildReportCompatibleFields() {
|
| var o = new api.ReportCompatibleFields();
|
| buildCounterReportCompatibleFields++;
|
| if (buildCounterReportCompatibleFields < 3) {
|
| - o.dimensionFilters = buildUnnamed433();
|
| - o.dimensions = buildUnnamed434();
|
| + o.dimensionFilters = buildUnnamed235();
|
| + o.dimensions = buildUnnamed236();
|
| o.kind = "foo";
|
| - o.metrics = buildUnnamed435();
|
| - o.pivotedActivityMetrics = buildUnnamed436();
|
| + o.metrics = buildUnnamed237();
|
| + o.pivotedActivityMetrics = buildUnnamed238();
|
| }
|
| buildCounterReportCompatibleFields--;
|
| return o;
|
| @@ -1519,23 +1519,23 @@ buildReportCompatibleFields() {
|
| checkReportCompatibleFields(api.ReportCompatibleFields o) {
|
| buildCounterReportCompatibleFields++;
|
| if (buildCounterReportCompatibleFields < 3) {
|
| - checkUnnamed433(o.dimensionFilters);
|
| - checkUnnamed434(o.dimensions);
|
| + checkUnnamed235(o.dimensionFilters);
|
| + checkUnnamed236(o.dimensions);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed435(o.metrics);
|
| - checkUnnamed436(o.pivotedActivityMetrics);
|
| + checkUnnamed237(o.metrics);
|
| + checkUnnamed238(o.pivotedActivityMetrics);
|
| }
|
| buildCounterReportCompatibleFields--;
|
| }
|
|
|
| -buildUnnamed437() {
|
| +buildUnnamed239() {
|
| var o = new core.List<api.Report>();
|
| o.add(buildReport());
|
| o.add(buildReport());
|
| return o;
|
| }
|
|
|
| -checkUnnamed437(core.List<api.Report> o) {
|
| +checkUnnamed239(core.List<api.Report> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkReport(o[0]);
|
| checkReport(o[1]);
|
| @@ -1547,7 +1547,7 @@ buildReportList() {
|
| buildCounterReportList++;
|
| if (buildCounterReportList < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed437();
|
| + o.items = buildUnnamed239();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -1559,7 +1559,7 @@ checkReportList(api.ReportList o) {
|
| buildCounterReportList++;
|
| if (buildCounterReportList < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed437(o.items);
|
| + checkUnnamed239(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -1622,14 +1622,14 @@ checkUserProfile(api.UserProfile o) {
|
| buildCounterUserProfile--;
|
| }
|
|
|
| -buildUnnamed438() {
|
| +buildUnnamed240() {
|
| var o = new core.List<api.UserProfile>();
|
| o.add(buildUserProfile());
|
| o.add(buildUserProfile());
|
| return o;
|
| }
|
|
|
| -checkUnnamed438(core.List<api.UserProfile> o) {
|
| +checkUnnamed240(core.List<api.UserProfile> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUserProfile(o[0]);
|
| checkUserProfile(o[1]);
|
| @@ -1641,7 +1641,7 @@ buildUserProfileList() {
|
| buildCounterUserProfileList++;
|
| if (buildCounterUserProfileList < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed438();
|
| + o.items = buildUnnamed240();
|
| o.kind = "foo";
|
| }
|
| buildCounterUserProfileList--;
|
| @@ -1652,7 +1652,7 @@ checkUserProfileList(api.UserProfileList o) {
|
| buildCounterUserProfileList++;
|
| if (buildCounterUserProfileList < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed438(o.items);
|
| + checkUnnamed240(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterUserProfileList--;
|
|
|