| 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 f20951ccfdf21e373790db0bf2f78b764bda8eb0..9e61150eb2c19bfdd3db1f8a58ee8a078f89e4ad 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;
|
|
|
|
|
|
|
| -buildUnnamed214() {
|
| +buildUnnamed411() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed214(core.List<api.DimensionValue> o) {
|
| +checkUnnamed411(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed215() {
|
| +buildUnnamed412() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed215(core.List<core.String> o) {
|
| +checkUnnamed412(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 = buildUnnamed214();
|
| + o.filters = buildUnnamed411();
|
| o.kind = "foo";
|
| - o.metricNames = buildUnnamed215();
|
| + o.metricNames = buildUnnamed412();
|
| }
|
| buildCounterActivities--;
|
| return o;
|
| @@ -58,9 +58,9 @@ buildActivities() {
|
| checkActivities(api.Activities o) {
|
| buildCounterActivities++;
|
| if (buildCounterActivities < 3) {
|
| - checkUnnamed214(o.filters);
|
| + checkUnnamed411(o.filters);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed215(o.metricNames);
|
| + checkUnnamed412(o.metricNames);
|
| }
|
| buildCounterActivities--;
|
| }
|
| @@ -94,53 +94,53 @@ checkCompatibleFields(api.CompatibleFields o) {
|
| buildCounterCompatibleFields--;
|
| }
|
|
|
| -buildUnnamed216() {
|
| +buildUnnamed413() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed216(core.List<api.Dimension> o) {
|
| +checkUnnamed413(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed217() {
|
| +buildUnnamed414() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed217(core.List<api.Dimension> o) {
|
| +checkUnnamed414(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed218() {
|
| +buildUnnamed415() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed218(core.List<api.Metric> o) {
|
| +checkUnnamed415(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| }
|
|
|
| -buildUnnamed219() {
|
| +buildUnnamed416() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed219(core.List<api.Metric> o) {
|
| +checkUnnamed416(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 = buildUnnamed216();
|
| - o.dimensionFilters = buildUnnamed217();
|
| + o.breakdown = buildUnnamed413();
|
| + o.dimensionFilters = buildUnnamed414();
|
| o.kind = "foo";
|
| - o.metrics = buildUnnamed218();
|
| - o.overlapMetrics = buildUnnamed219();
|
| + o.metrics = buildUnnamed415();
|
| + o.overlapMetrics = buildUnnamed416();
|
| }
|
| buildCounterCrossDimensionReachReportCompatibleFields--;
|
| return o;
|
| @@ -164,23 +164,23 @@ buildCrossDimensionReachReportCompatibleFields() {
|
| checkCrossDimensionReachReportCompatibleFields(api.CrossDimensionReachReportCompatibleFields o) {
|
| buildCounterCrossDimensionReachReportCompatibleFields++;
|
| if (buildCounterCrossDimensionReachReportCompatibleFields < 3) {
|
| - checkUnnamed216(o.breakdown);
|
| - checkUnnamed217(o.dimensionFilters);
|
| + checkUnnamed413(o.breakdown);
|
| + checkUnnamed414(o.dimensionFilters);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed218(o.metrics);
|
| - checkUnnamed219(o.overlapMetrics);
|
| + checkUnnamed415(o.metrics);
|
| + checkUnnamed416(o.overlapMetrics);
|
| }
|
| buildCounterCrossDimensionReachReportCompatibleFields--;
|
| }
|
|
|
| -buildUnnamed220() {
|
| +buildUnnamed417() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed220(core.List<api.DimensionValue> o) {
|
| +checkUnnamed417(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 = buildUnnamed220();
|
| + o.filteredEventIds = buildUnnamed417();
|
| o.kind = "foo";
|
| }
|
| buildCounterCustomRichMediaEvents--;
|
| @@ -201,7 +201,7 @@ buildCustomRichMediaEvents() {
|
| checkCustomRichMediaEvents(api.CustomRichMediaEvents o) {
|
| buildCounterCustomRichMediaEvents++;
|
| if (buildCounterCustomRichMediaEvents < 3) {
|
| - checkUnnamed220(o.filteredEventIds);
|
| + checkUnnamed417(o.filteredEventIds);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterCustomRichMediaEvents--;
|
| @@ -305,14 +305,14 @@ checkDimensionValue(api.DimensionValue o) {
|
| buildCounterDimensionValue--;
|
| }
|
|
|
| -buildUnnamed221() {
|
| +buildUnnamed418() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed221(core.List<api.DimensionValue> o) {
|
| +checkUnnamed418(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 = buildUnnamed221();
|
| + o.items = buildUnnamed418();
|
| 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'));
|
| - checkUnnamed221(o.items);
|
| + checkUnnamed418(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterDimensionValueList--;
|
| }
|
|
|
| -buildUnnamed222() {
|
| +buildUnnamed419() {
|
| var o = new core.List<api.DimensionFilter>();
|
| o.add(buildDimensionFilter());
|
| o.add(buildDimensionFilter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed222(core.List<api.DimensionFilter> o) {
|
| +checkUnnamed419(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 = buildUnnamed222();
|
| + o.filters = buildUnnamed419();
|
| 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")));
|
| - checkUnnamed222(o.filters);
|
| + checkUnnamed419(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--;
|
| }
|
|
|
| -buildUnnamed223() {
|
| +buildUnnamed420() {
|
| var o = new core.List<api.File>();
|
| o.add(buildFile());
|
| o.add(buildFile());
|
| return o;
|
| }
|
|
|
| -checkUnnamed223(core.List<api.File> o) {
|
| +checkUnnamed420(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 = buildUnnamed223();
|
| + o.items = buildUnnamed420();
|
| 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'));
|
| - checkUnnamed223(o.items);
|
| + checkUnnamed420(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterFileList--;
|
| }
|
|
|
| -buildUnnamed224() {
|
| +buildUnnamed421() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed224(core.List<api.Dimension> o) {
|
| +checkUnnamed421(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed225() {
|
| +buildUnnamed422() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed225(core.List<api.Dimension> o) {
|
| +checkUnnamed422(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed226() {
|
| +buildUnnamed423() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed226(core.List<api.Metric> o) {
|
| +checkUnnamed423(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 = buildUnnamed224();
|
| - o.dimensions = buildUnnamed225();
|
| + o.dimensionFilters = buildUnnamed421();
|
| + o.dimensions = buildUnnamed422();
|
| o.kind = "foo";
|
| - o.metrics = buildUnnamed226();
|
| + o.metrics = buildUnnamed423();
|
| }
|
| buildCounterFloodlightReportCompatibleFields--;
|
| return o;
|
| @@ -535,10 +535,10 @@ buildFloodlightReportCompatibleFields() {
|
| checkFloodlightReportCompatibleFields(api.FloodlightReportCompatibleFields o) {
|
| buildCounterFloodlightReportCompatibleFields++;
|
| if (buildCounterFloodlightReportCompatibleFields < 3) {
|
| - checkUnnamed224(o.dimensionFilters);
|
| - checkUnnamed225(o.dimensions);
|
| + checkUnnamed421(o.dimensionFilters);
|
| + checkUnnamed422(o.dimensions);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed226(o.metrics);
|
| + checkUnnamed423(o.metrics);
|
| }
|
| buildCounterFloodlightReportCompatibleFields--;
|
| }
|
| @@ -564,53 +564,53 @@ checkMetric(api.Metric o) {
|
| buildCounterMetric--;
|
| }
|
|
|
| -buildUnnamed227() {
|
| +buildUnnamed424() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed227(core.List<api.Dimension> o) {
|
| +checkUnnamed424(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed228() {
|
| +buildUnnamed425() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed228(core.List<api.Dimension> o) {
|
| +checkUnnamed425(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed229() {
|
| +buildUnnamed426() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed229(core.List<api.Metric> o) {
|
| +checkUnnamed426(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| }
|
|
|
| -buildUnnamed230() {
|
| +buildUnnamed427() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed230(core.List<api.Dimension> o) {
|
| +checkUnnamed427(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 = buildUnnamed227();
|
| - o.customFloodlightVariables = buildUnnamed228();
|
| + o.conversionDimensions = buildUnnamed424();
|
| + o.customFloodlightVariables = buildUnnamed425();
|
| o.kind = "foo";
|
| - o.metrics = buildUnnamed229();
|
| - o.perInteractionDimensions = buildUnnamed230();
|
| + o.metrics = buildUnnamed426();
|
| + o.perInteractionDimensions = buildUnnamed427();
|
| }
|
| buildCounterPathToConversionReportCompatibleFields--;
|
| return o;
|
| @@ -634,75 +634,75 @@ buildPathToConversionReportCompatibleFields() {
|
| checkPathToConversionReportCompatibleFields(api.PathToConversionReportCompatibleFields o) {
|
| buildCounterPathToConversionReportCompatibleFields++;
|
| if (buildCounterPathToConversionReportCompatibleFields < 3) {
|
| - checkUnnamed227(o.conversionDimensions);
|
| - checkUnnamed228(o.customFloodlightVariables);
|
| + checkUnnamed424(o.conversionDimensions);
|
| + checkUnnamed425(o.customFloodlightVariables);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed229(o.metrics);
|
| - checkUnnamed230(o.perInteractionDimensions);
|
| + checkUnnamed426(o.metrics);
|
| + checkUnnamed427(o.perInteractionDimensions);
|
| }
|
| buildCounterPathToConversionReportCompatibleFields--;
|
| }
|
|
|
| -buildUnnamed231() {
|
| +buildUnnamed428() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed231(core.List<api.Dimension> o) {
|
| +checkUnnamed428(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed232() {
|
| +buildUnnamed429() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed232(core.List<api.Dimension> o) {
|
| +checkUnnamed429(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed233() {
|
| +buildUnnamed430() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed233(core.List<api.Metric> o) {
|
| +checkUnnamed430(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| }
|
|
|
| -buildUnnamed234() {
|
| +buildUnnamed431() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed234(core.List<api.Metric> o) {
|
| +checkUnnamed431(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| }
|
|
|
| -buildUnnamed235() {
|
| +buildUnnamed432() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed235(core.List<api.Metric> o) {
|
| +checkUnnamed432(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 = buildUnnamed231();
|
| - o.dimensions = buildUnnamed232();
|
| + o.dimensionFilters = buildUnnamed428();
|
| + o.dimensions = buildUnnamed429();
|
| o.kind = "foo";
|
| - o.metrics = buildUnnamed233();
|
| - o.pivotedActivityMetrics = buildUnnamed234();
|
| - o.reachByFrequencyMetrics = buildUnnamed235();
|
| + o.metrics = buildUnnamed430();
|
| + o.pivotedActivityMetrics = buildUnnamed431();
|
| + o.reachByFrequencyMetrics = buildUnnamed432();
|
| }
|
| buildCounterReachReportCompatibleFields--;
|
| return o;
|
| @@ -727,12 +727,12 @@ buildReachReportCompatibleFields() {
|
| checkReachReportCompatibleFields(api.ReachReportCompatibleFields o) {
|
| buildCounterReachReportCompatibleFields++;
|
| if (buildCounterReachReportCompatibleFields < 3) {
|
| - checkUnnamed231(o.dimensionFilters);
|
| - checkUnnamed232(o.dimensions);
|
| + checkUnnamed428(o.dimensionFilters);
|
| + checkUnnamed429(o.dimensions);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed233(o.metrics);
|
| - checkUnnamed234(o.pivotedActivityMetrics);
|
| - checkUnnamed235(o.reachByFrequencyMetrics);
|
| + checkUnnamed430(o.metrics);
|
| + checkUnnamed431(o.pivotedActivityMetrics);
|
| + checkUnnamed432(o.reachByFrequencyMetrics);
|
| }
|
| buildCounterReachReportCompatibleFields--;
|
| }
|
| @@ -760,40 +760,40 @@ checkRecipient(api.Recipient o) {
|
| buildCounterRecipient--;
|
| }
|
|
|
| -buildUnnamed236() {
|
| +buildUnnamed433() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed236(core.List<api.DimensionValue> o) {
|
| +checkUnnamed433(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed237() {
|
| +buildUnnamed434() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed237(core.List<api.SortedDimension> o) {
|
| +checkUnnamed434(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed238() {
|
| +buildUnnamed435() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed238(core.List<core.String> o) {
|
| +checkUnnamed435(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 = buildUnnamed236();
|
| - o.dimensions = buildUnnamed237();
|
| - o.metricNames = buildUnnamed238();
|
| + o.dimensionFilters = buildUnnamed433();
|
| + o.dimensions = buildUnnamed434();
|
| + o.metricNames = buildUnnamed435();
|
| }
|
| buildCounterReportActiveGrpCriteria--;
|
| return o;
|
| @@ -817,47 +817,47 @@ checkReportActiveGrpCriteria(api.ReportActiveGrpCriteria o) {
|
| buildCounterReportActiveGrpCriteria++;
|
| if (buildCounterReportActiveGrpCriteria < 3) {
|
| checkDateRange(o.dateRange);
|
| - checkUnnamed236(o.dimensionFilters);
|
| - checkUnnamed237(o.dimensions);
|
| - checkUnnamed238(o.metricNames);
|
| + checkUnnamed433(o.dimensionFilters);
|
| + checkUnnamed434(o.dimensions);
|
| + checkUnnamed435(o.metricNames);
|
| }
|
| buildCounterReportActiveGrpCriteria--;
|
| }
|
|
|
| -buildUnnamed239() {
|
| +buildUnnamed436() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed239(core.List<api.DimensionValue> o) {
|
| +checkUnnamed436(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed240() {
|
| +buildUnnamed437() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed240(core.List<api.SortedDimension> o) {
|
| +checkUnnamed437(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed241() {
|
| +buildUnnamed438() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed241(core.List<core.String> o) {
|
| +checkUnnamed438(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 = buildUnnamed239();
|
| - o.dimensions = buildUnnamed240();
|
| - o.metricNames = buildUnnamed241();
|
| + o.dimensionFilters = buildUnnamed436();
|
| + o.dimensions = buildUnnamed437();
|
| + o.metricNames = buildUnnamed438();
|
| }
|
| buildCounterReportCriteria--;
|
| return o;
|
| @@ -885,60 +885,60 @@ checkReportCriteria(api.ReportCriteria o) {
|
| checkActivities(o.activities);
|
| checkCustomRichMediaEvents(o.customRichMediaEvents);
|
| checkDateRange(o.dateRange);
|
| - checkUnnamed239(o.dimensionFilters);
|
| - checkUnnamed240(o.dimensions);
|
| - checkUnnamed241(o.metricNames);
|
| + checkUnnamed436(o.dimensionFilters);
|
| + checkUnnamed437(o.dimensions);
|
| + checkUnnamed438(o.metricNames);
|
| }
|
| buildCounterReportCriteria--;
|
| }
|
|
|
| -buildUnnamed242() {
|
| +buildUnnamed439() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed242(core.List<api.SortedDimension> o) {
|
| +checkUnnamed439(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed243() {
|
| +buildUnnamed440() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed243(core.List<api.DimensionValue> o) {
|
| +checkUnnamed440(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed244() {
|
| +buildUnnamed441() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed244(core.List<core.String> o) {
|
| +checkUnnamed441(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'));
|
| }
|
|
|
| -buildUnnamed245() {
|
| +buildUnnamed442() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed245(core.List<core.String> o) {
|
| +checkUnnamed442(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 = buildUnnamed242();
|
| + o.breakdown = buildUnnamed439();
|
| o.dateRange = buildDateRange();
|
| o.dimension = "foo";
|
| - o.dimensionFilters = buildUnnamed243();
|
| - o.metricNames = buildUnnamed244();
|
| - o.overlapMetricNames = buildUnnamed245();
|
| + o.dimensionFilters = buildUnnamed440();
|
| + o.metricNames = buildUnnamed441();
|
| + o.overlapMetricNames = buildUnnamed442();
|
| o.pivoted = true;
|
| }
|
| buildCounterReportCrossDimensionReachCriteria--;
|
| @@ -964,25 +964,25 @@ buildReportCrossDimensionReachCriteria() {
|
| checkReportCrossDimensionReachCriteria(api.ReportCrossDimensionReachCriteria o) {
|
| buildCounterReportCrossDimensionReachCriteria++;
|
| if (buildCounterReportCrossDimensionReachCriteria < 3) {
|
| - checkUnnamed242(o.breakdown);
|
| + checkUnnamed439(o.breakdown);
|
| checkDateRange(o.dateRange);
|
| unittest.expect(o.dimension, unittest.equals('foo'));
|
| - checkUnnamed243(o.dimensionFilters);
|
| - checkUnnamed244(o.metricNames);
|
| - checkUnnamed245(o.overlapMetricNames);
|
| + checkUnnamed440(o.dimensionFilters);
|
| + checkUnnamed441(o.metricNames);
|
| + checkUnnamed442(o.overlapMetricNames);
|
| unittest.expect(o.pivoted, unittest.isTrue);
|
| }
|
| buildCounterReportCrossDimensionReachCriteria--;
|
| }
|
|
|
| -buildUnnamed246() {
|
| +buildUnnamed443() {
|
| var o = new core.List<api.Recipient>();
|
| o.add(buildRecipient());
|
| o.add(buildRecipient());
|
| return o;
|
| }
|
|
|
| -checkUnnamed246(core.List<api.Recipient> o) {
|
| +checkUnnamed443(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 = buildUnnamed246();
|
| + o.recipients = buildUnnamed443();
|
| }
|
| 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'));
|
| - checkUnnamed246(o.recipients);
|
| + checkUnnamed443(o.recipients);
|
| }
|
| buildCounterReportDelivery--;
|
| }
|
|
|
| -buildUnnamed247() {
|
| +buildUnnamed444() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed247(core.List<api.DimensionValue> o) {
|
| +checkUnnamed444(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed248() {
|
| +buildUnnamed445() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed248(core.List<api.DimensionValue> o) {
|
| +checkUnnamed445(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed249() {
|
| +buildUnnamed446() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed249(core.List<api.SortedDimension> o) {
|
| +checkUnnamed446(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed250() {
|
| +buildUnnamed447() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed250(core.List<core.String> o) {
|
| +checkUnnamed447(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 = buildUnnamed247();
|
| + o.customRichMediaEvents = buildUnnamed444();
|
| o.dateRange = buildDateRange();
|
| - o.dimensionFilters = buildUnnamed248();
|
| - o.dimensions = buildUnnamed249();
|
| + o.dimensionFilters = buildUnnamed445();
|
| + o.dimensions = buildUnnamed446();
|
| o.floodlightConfigId = buildDimensionValue();
|
| - o.metricNames = buildUnnamed250();
|
| + o.metricNames = buildUnnamed447();
|
| o.reportProperties = buildReportFloodlightCriteriaReportProperties();
|
| }
|
| buildCounterReportFloodlightCriteria--;
|
| @@ -1108,90 +1108,90 @@ buildReportFloodlightCriteria() {
|
| checkReportFloodlightCriteria(api.ReportFloodlightCriteria o) {
|
| buildCounterReportFloodlightCriteria++;
|
| if (buildCounterReportFloodlightCriteria < 3) {
|
| - checkUnnamed247(o.customRichMediaEvents);
|
| + checkUnnamed444(o.customRichMediaEvents);
|
| checkDateRange(o.dateRange);
|
| - checkUnnamed248(o.dimensionFilters);
|
| - checkUnnamed249(o.dimensions);
|
| + checkUnnamed445(o.dimensionFilters);
|
| + checkUnnamed446(o.dimensions);
|
| checkDimensionValue(o.floodlightConfigId);
|
| - checkUnnamed250(o.metricNames);
|
| + checkUnnamed447(o.metricNames);
|
| checkReportFloodlightCriteriaReportProperties(o.reportProperties);
|
| }
|
| buildCounterReportFloodlightCriteria--;
|
| }
|
|
|
| -buildUnnamed251() {
|
| +buildUnnamed448() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed251(core.List<api.DimensionValue> o) {
|
| +checkUnnamed448(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed252() {
|
| +buildUnnamed449() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed252(core.List<api.SortedDimension> o) {
|
| +checkUnnamed449(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed253() {
|
| +buildUnnamed450() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed253(core.List<api.SortedDimension> o) {
|
| +checkUnnamed450(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed254() {
|
| +buildUnnamed451() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed254(core.List<api.DimensionValue> o) {
|
| +checkUnnamed451(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed255() {
|
| +buildUnnamed452() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed255(core.List<core.String> o) {
|
| +checkUnnamed452(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'));
|
| }
|
|
|
| -buildUnnamed256() {
|
| +buildUnnamed453() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed256(core.List<api.SortedDimension> o) {
|
| +checkUnnamed453(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 = buildUnnamed251();
|
| - o.conversionDimensions = buildUnnamed252();
|
| - o.customFloodlightVariables = buildUnnamed253();
|
| - o.customRichMediaEvents = buildUnnamed254();
|
| + o.activityFilters = buildUnnamed448();
|
| + o.conversionDimensions = buildUnnamed449();
|
| + o.customFloodlightVariables = buildUnnamed450();
|
| + o.customRichMediaEvents = buildUnnamed451();
|
| o.dateRange = buildDateRange();
|
| o.floodlightConfigId = buildDimensionValue();
|
| - o.metricNames = buildUnnamed255();
|
| - o.perInteractionDimensions = buildUnnamed256();
|
| + o.metricNames = buildUnnamed452();
|
| + o.perInteractionDimensions = buildUnnamed453();
|
| o.reportProperties = buildReportPathToConversionCriteriaReportProperties();
|
| }
|
| buildCounterReportPathToConversionCriteria--;
|
| @@ -1254,66 +1254,66 @@ buildReportPathToConversionCriteria() {
|
| checkReportPathToConversionCriteria(api.ReportPathToConversionCriteria o) {
|
| buildCounterReportPathToConversionCriteria++;
|
| if (buildCounterReportPathToConversionCriteria < 3) {
|
| - checkUnnamed251(o.activityFilters);
|
| - checkUnnamed252(o.conversionDimensions);
|
| - checkUnnamed253(o.customFloodlightVariables);
|
| - checkUnnamed254(o.customRichMediaEvents);
|
| + checkUnnamed448(o.activityFilters);
|
| + checkUnnamed449(o.conversionDimensions);
|
| + checkUnnamed450(o.customFloodlightVariables);
|
| + checkUnnamed451(o.customRichMediaEvents);
|
| checkDateRange(o.dateRange);
|
| checkDimensionValue(o.floodlightConfigId);
|
| - checkUnnamed255(o.metricNames);
|
| - checkUnnamed256(o.perInteractionDimensions);
|
| + checkUnnamed452(o.metricNames);
|
| + checkUnnamed453(o.perInteractionDimensions);
|
| checkReportPathToConversionCriteriaReportProperties(o.reportProperties);
|
| }
|
| buildCounterReportPathToConversionCriteria--;
|
| }
|
|
|
| -buildUnnamed257() {
|
| +buildUnnamed454() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed257(core.List<api.DimensionValue> o) {
|
| +checkUnnamed454(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed258() {
|
| +buildUnnamed455() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed258(core.List<api.SortedDimension> o) {
|
| +checkUnnamed455(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed259() {
|
| +buildUnnamed456() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed259(core.List<core.String> o) {
|
| +checkUnnamed456(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'));
|
| }
|
|
|
| -buildUnnamed260() {
|
| +buildUnnamed457() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed260(core.List<core.String> o) {
|
| +checkUnnamed457(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 = buildUnnamed257();
|
| - o.dimensions = buildUnnamed258();
|
| - o.metricNames = buildUnnamed259();
|
| - o.reachByFrequencyMetricNames = buildUnnamed260();
|
| + o.dimensionFilters = buildUnnamed454();
|
| + o.dimensions = buildUnnamed455();
|
| + o.metricNames = buildUnnamed456();
|
| + o.reachByFrequencyMetricNames = buildUnnamed457();
|
| }
|
| buildCounterReportReachCriteria--;
|
| return o;
|
| @@ -1342,22 +1342,22 @@ checkReportReachCriteria(api.ReportReachCriteria o) {
|
| checkActivities(o.activities);
|
| checkCustomRichMediaEvents(o.customRichMediaEvents);
|
| checkDateRange(o.dateRange);
|
| - checkUnnamed257(o.dimensionFilters);
|
| - checkUnnamed258(o.dimensions);
|
| - checkUnnamed259(o.metricNames);
|
| - checkUnnamed260(o.reachByFrequencyMetricNames);
|
| + checkUnnamed454(o.dimensionFilters);
|
| + checkUnnamed455(o.dimensions);
|
| + checkUnnamed456(o.metricNames);
|
| + checkUnnamed457(o.reachByFrequencyMetricNames);
|
| }
|
| buildCounterReportReachCriteria--;
|
| }
|
|
|
| -buildUnnamed261() {
|
| +buildUnnamed458() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed261(core.List<core.String> o) {
|
| +checkUnnamed458(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 = buildUnnamed261();
|
| + o.repeatsOnWeekDays = buildUnnamed458();
|
| 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'));
|
| - checkUnnamed261(o.repeatsOnWeekDays);
|
| + checkUnnamed458(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--;
|
| }
|
|
|
| -buildUnnamed262() {
|
| +buildUnnamed459() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed262(core.List<api.Dimension> o) {
|
| +checkUnnamed459(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed263() {
|
| +buildUnnamed460() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed263(core.List<api.Dimension> o) {
|
| +checkUnnamed460(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed264() {
|
| +buildUnnamed461() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed264(core.List<api.Metric> o) {
|
| +checkUnnamed461(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| }
|
|
|
| -buildUnnamed265() {
|
| +buildUnnamed462() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed265(core.List<api.Metric> o) {
|
| +checkUnnamed462(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 = buildUnnamed262();
|
| - o.dimensions = buildUnnamed263();
|
| + o.dimensionFilters = buildUnnamed459();
|
| + o.dimensions = buildUnnamed460();
|
| o.kind = "foo";
|
| - o.metrics = buildUnnamed264();
|
| - o.pivotedActivityMetrics = buildUnnamed265();
|
| + o.metrics = buildUnnamed461();
|
| + o.pivotedActivityMetrics = buildUnnamed462();
|
| }
|
| buildCounterReportCompatibleFields--;
|
| return o;
|
| @@ -1519,23 +1519,23 @@ buildReportCompatibleFields() {
|
| checkReportCompatibleFields(api.ReportCompatibleFields o) {
|
| buildCounterReportCompatibleFields++;
|
| if (buildCounterReportCompatibleFields < 3) {
|
| - checkUnnamed262(o.dimensionFilters);
|
| - checkUnnamed263(o.dimensions);
|
| + checkUnnamed459(o.dimensionFilters);
|
| + checkUnnamed460(o.dimensions);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed264(o.metrics);
|
| - checkUnnamed265(o.pivotedActivityMetrics);
|
| + checkUnnamed461(o.metrics);
|
| + checkUnnamed462(o.pivotedActivityMetrics);
|
| }
|
| buildCounterReportCompatibleFields--;
|
| }
|
|
|
| -buildUnnamed266() {
|
| +buildUnnamed463() {
|
| var o = new core.List<api.Report>();
|
| o.add(buildReport());
|
| o.add(buildReport());
|
| return o;
|
| }
|
|
|
| -checkUnnamed266(core.List<api.Report> o) {
|
| +checkUnnamed463(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 = buildUnnamed266();
|
| + o.items = buildUnnamed463();
|
| 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'));
|
| - checkUnnamed266(o.items);
|
| + checkUnnamed463(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--;
|
| }
|
|
|
| -buildUnnamed267() {
|
| +buildUnnamed464() {
|
| var o = new core.List<api.UserProfile>();
|
| o.add(buildUserProfile());
|
| o.add(buildUserProfile());
|
| return o;
|
| }
|
|
|
| -checkUnnamed267(core.List<api.UserProfile> o) {
|
| +checkUnnamed464(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 = buildUnnamed267();
|
| + o.items = buildUnnamed464();
|
| o.kind = "foo";
|
| }
|
| buildCounterUserProfileList--;
|
| @@ -1652,7 +1652,7 @@ checkUserProfileList(api.UserProfileList o) {
|
| buildCounterUserProfileList++;
|
| if (buildCounterUserProfileList < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed267(o.items);
|
| + checkUnnamed464(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterUserProfileList--;
|
|
|