| 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 08b6ad382b7153829360b7d0c4a3c3f37e646878..258c7bb3de0b6ff943cdb7ef45c4ae5cb3df89d8 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;
|
|
|
|
|
|
|
| -buildUnnamed626() {
|
| +buildUnnamed188() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed626(core.List<api.DimensionValue> o) {
|
| +checkUnnamed188(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed627() {
|
| +buildUnnamed189() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed627(core.List<core.String> o) {
|
| +checkUnnamed189(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 = buildUnnamed626();
|
| + o.filters = buildUnnamed188();
|
| o.kind = "foo";
|
| - o.metricNames = buildUnnamed627();
|
| + o.metricNames = buildUnnamed189();
|
| }
|
| buildCounterActivities--;
|
| return o;
|
| @@ -58,9 +58,9 @@ buildActivities() {
|
| checkActivities(api.Activities o) {
|
| buildCounterActivities++;
|
| if (buildCounterActivities < 3) {
|
| - checkUnnamed626(o.filters);
|
| + checkUnnamed188(o.filters);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed627(o.metricNames);
|
| + checkUnnamed189(o.metricNames);
|
| }
|
| buildCounterActivities--;
|
| }
|
| @@ -94,53 +94,53 @@ checkCompatibleFields(api.CompatibleFields o) {
|
| buildCounterCompatibleFields--;
|
| }
|
|
|
| -buildUnnamed628() {
|
| +buildUnnamed190() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed628(core.List<api.Dimension> o) {
|
| +checkUnnamed190(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed629() {
|
| +buildUnnamed191() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed629(core.List<api.Dimension> o) {
|
| +checkUnnamed191(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed630() {
|
| +buildUnnamed192() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed630(core.List<api.Metric> o) {
|
| +checkUnnamed192(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| }
|
|
|
| -buildUnnamed631() {
|
| +buildUnnamed193() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed631(core.List<api.Metric> o) {
|
| +checkUnnamed193(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 = buildUnnamed628();
|
| - o.dimensionFilters = buildUnnamed629();
|
| + o.breakdown = buildUnnamed190();
|
| + o.dimensionFilters = buildUnnamed191();
|
| o.kind = "foo";
|
| - o.metrics = buildUnnamed630();
|
| - o.overlapMetrics = buildUnnamed631();
|
| + o.metrics = buildUnnamed192();
|
| + o.overlapMetrics = buildUnnamed193();
|
| }
|
| buildCounterCrossDimensionReachReportCompatibleFields--;
|
| return o;
|
| @@ -164,23 +164,23 @@ buildCrossDimensionReachReportCompatibleFields() {
|
| checkCrossDimensionReachReportCompatibleFields(api.CrossDimensionReachReportCompatibleFields o) {
|
| buildCounterCrossDimensionReachReportCompatibleFields++;
|
| if (buildCounterCrossDimensionReachReportCompatibleFields < 3) {
|
| - checkUnnamed628(o.breakdown);
|
| - checkUnnamed629(o.dimensionFilters);
|
| + checkUnnamed190(o.breakdown);
|
| + checkUnnamed191(o.dimensionFilters);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed630(o.metrics);
|
| - checkUnnamed631(o.overlapMetrics);
|
| + checkUnnamed192(o.metrics);
|
| + checkUnnamed193(o.overlapMetrics);
|
| }
|
| buildCounterCrossDimensionReachReportCompatibleFields--;
|
| }
|
|
|
| -buildUnnamed632() {
|
| +buildUnnamed194() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed632(core.List<api.DimensionValue> o) {
|
| +checkUnnamed194(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 = buildUnnamed632();
|
| + o.filteredEventIds = buildUnnamed194();
|
| o.kind = "foo";
|
| }
|
| buildCounterCustomRichMediaEvents--;
|
| @@ -201,7 +201,7 @@ buildCustomRichMediaEvents() {
|
| checkCustomRichMediaEvents(api.CustomRichMediaEvents o) {
|
| buildCounterCustomRichMediaEvents++;
|
| if (buildCounterCustomRichMediaEvents < 3) {
|
| - checkUnnamed632(o.filteredEventIds);
|
| + checkUnnamed194(o.filteredEventIds);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterCustomRichMediaEvents--;
|
| @@ -305,14 +305,14 @@ checkDimensionValue(api.DimensionValue o) {
|
| buildCounterDimensionValue--;
|
| }
|
|
|
| -buildUnnamed633() {
|
| +buildUnnamed195() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed633(core.List<api.DimensionValue> o) {
|
| +checkUnnamed195(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 = buildUnnamed633();
|
| + o.items = buildUnnamed195();
|
| 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'));
|
| - checkUnnamed633(o.items);
|
| + checkUnnamed195(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterDimensionValueList--;
|
| }
|
|
|
| -buildUnnamed634() {
|
| +buildUnnamed196() {
|
| var o = new core.List<api.DimensionFilter>();
|
| o.add(buildDimensionFilter());
|
| o.add(buildDimensionFilter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed634(core.List<api.DimensionFilter> o) {
|
| +checkUnnamed196(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 = buildUnnamed634();
|
| + o.filters = buildUnnamed196();
|
| 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")));
|
| - checkUnnamed634(o.filters);
|
| + checkUnnamed196(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--;
|
| }
|
|
|
| -buildUnnamed635() {
|
| +buildUnnamed197() {
|
| var o = new core.List<api.File>();
|
| o.add(buildFile());
|
| o.add(buildFile());
|
| return o;
|
| }
|
|
|
| -checkUnnamed635(core.List<api.File> o) {
|
| +checkUnnamed197(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 = buildUnnamed635();
|
| + o.items = buildUnnamed197();
|
| 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'));
|
| - checkUnnamed635(o.items);
|
| + checkUnnamed197(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterFileList--;
|
| }
|
|
|
| -buildUnnamed636() {
|
| +buildUnnamed198() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed636(core.List<api.Dimension> o) {
|
| +checkUnnamed198(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed637() {
|
| +buildUnnamed199() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed637(core.List<api.Dimension> o) {
|
| +checkUnnamed199(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed638() {
|
| +buildUnnamed200() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed638(core.List<api.Metric> o) {
|
| +checkUnnamed200(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 = buildUnnamed636();
|
| - o.dimensions = buildUnnamed637();
|
| + o.dimensionFilters = buildUnnamed198();
|
| + o.dimensions = buildUnnamed199();
|
| o.kind = "foo";
|
| - o.metrics = buildUnnamed638();
|
| + o.metrics = buildUnnamed200();
|
| }
|
| buildCounterFloodlightReportCompatibleFields--;
|
| return o;
|
| @@ -535,10 +535,10 @@ buildFloodlightReportCompatibleFields() {
|
| checkFloodlightReportCompatibleFields(api.FloodlightReportCompatibleFields o) {
|
| buildCounterFloodlightReportCompatibleFields++;
|
| if (buildCounterFloodlightReportCompatibleFields < 3) {
|
| - checkUnnamed636(o.dimensionFilters);
|
| - checkUnnamed637(o.dimensions);
|
| + checkUnnamed198(o.dimensionFilters);
|
| + checkUnnamed199(o.dimensions);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed638(o.metrics);
|
| + checkUnnamed200(o.metrics);
|
| }
|
| buildCounterFloodlightReportCompatibleFields--;
|
| }
|
| @@ -564,53 +564,53 @@ checkMetric(api.Metric o) {
|
| buildCounterMetric--;
|
| }
|
|
|
| -buildUnnamed639() {
|
| +buildUnnamed201() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed639(core.List<api.Dimension> o) {
|
| +checkUnnamed201(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed640() {
|
| +buildUnnamed202() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed640(core.List<api.Dimension> o) {
|
| +checkUnnamed202(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed641() {
|
| +buildUnnamed203() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed641(core.List<api.Metric> o) {
|
| +checkUnnamed203(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| }
|
|
|
| -buildUnnamed642() {
|
| +buildUnnamed204() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed642(core.List<api.Dimension> o) {
|
| +checkUnnamed204(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 = buildUnnamed639();
|
| - o.customFloodlightVariables = buildUnnamed640();
|
| + o.conversionDimensions = buildUnnamed201();
|
| + o.customFloodlightVariables = buildUnnamed202();
|
| o.kind = "foo";
|
| - o.metrics = buildUnnamed641();
|
| - o.perInteractionDimensions = buildUnnamed642();
|
| + o.metrics = buildUnnamed203();
|
| + o.perInteractionDimensions = buildUnnamed204();
|
| }
|
| buildCounterPathToConversionReportCompatibleFields--;
|
| return o;
|
| @@ -634,75 +634,75 @@ buildPathToConversionReportCompatibleFields() {
|
| checkPathToConversionReportCompatibleFields(api.PathToConversionReportCompatibleFields o) {
|
| buildCounterPathToConversionReportCompatibleFields++;
|
| if (buildCounterPathToConversionReportCompatibleFields < 3) {
|
| - checkUnnamed639(o.conversionDimensions);
|
| - checkUnnamed640(o.customFloodlightVariables);
|
| + checkUnnamed201(o.conversionDimensions);
|
| + checkUnnamed202(o.customFloodlightVariables);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed641(o.metrics);
|
| - checkUnnamed642(o.perInteractionDimensions);
|
| + checkUnnamed203(o.metrics);
|
| + checkUnnamed204(o.perInteractionDimensions);
|
| }
|
| buildCounterPathToConversionReportCompatibleFields--;
|
| }
|
|
|
| -buildUnnamed643() {
|
| +buildUnnamed205() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed643(core.List<api.Dimension> o) {
|
| +checkUnnamed205(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed644() {
|
| +buildUnnamed206() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed644(core.List<api.Dimension> o) {
|
| +checkUnnamed206(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed645() {
|
| +buildUnnamed207() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed645(core.List<api.Metric> o) {
|
| +checkUnnamed207(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| }
|
|
|
| -buildUnnamed646() {
|
| +buildUnnamed208() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed646(core.List<api.Metric> o) {
|
| +checkUnnamed208(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| }
|
|
|
| -buildUnnamed647() {
|
| +buildUnnamed209() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed647(core.List<api.Metric> o) {
|
| +checkUnnamed209(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 = buildUnnamed643();
|
| - o.dimensions = buildUnnamed644();
|
| + o.dimensionFilters = buildUnnamed205();
|
| + o.dimensions = buildUnnamed206();
|
| o.kind = "foo";
|
| - o.metrics = buildUnnamed645();
|
| - o.pivotedActivityMetrics = buildUnnamed646();
|
| - o.reachByFrequencyMetrics = buildUnnamed647();
|
| + o.metrics = buildUnnamed207();
|
| + o.pivotedActivityMetrics = buildUnnamed208();
|
| + o.reachByFrequencyMetrics = buildUnnamed209();
|
| }
|
| buildCounterReachReportCompatibleFields--;
|
| return o;
|
| @@ -727,12 +727,12 @@ buildReachReportCompatibleFields() {
|
| checkReachReportCompatibleFields(api.ReachReportCompatibleFields o) {
|
| buildCounterReachReportCompatibleFields++;
|
| if (buildCounterReachReportCompatibleFields < 3) {
|
| - checkUnnamed643(o.dimensionFilters);
|
| - checkUnnamed644(o.dimensions);
|
| + checkUnnamed205(o.dimensionFilters);
|
| + checkUnnamed206(o.dimensions);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed645(o.metrics);
|
| - checkUnnamed646(o.pivotedActivityMetrics);
|
| - checkUnnamed647(o.reachByFrequencyMetrics);
|
| + checkUnnamed207(o.metrics);
|
| + checkUnnamed208(o.pivotedActivityMetrics);
|
| + checkUnnamed209(o.reachByFrequencyMetrics);
|
| }
|
| buildCounterReachReportCompatibleFields--;
|
| }
|
| @@ -760,40 +760,40 @@ checkRecipient(api.Recipient o) {
|
| buildCounterRecipient--;
|
| }
|
|
|
| -buildUnnamed648() {
|
| +buildUnnamed210() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed648(core.List<api.DimensionValue> o) {
|
| +checkUnnamed210(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed649() {
|
| +buildUnnamed211() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed649(core.List<api.SortedDimension> o) {
|
| +checkUnnamed211(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed650() {
|
| +buildUnnamed212() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed650(core.List<core.String> o) {
|
| +checkUnnamed212(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 = buildUnnamed648();
|
| - o.dimensions = buildUnnamed649();
|
| - o.metricNames = buildUnnamed650();
|
| + o.dimensionFilters = buildUnnamed210();
|
| + o.dimensions = buildUnnamed211();
|
| + o.metricNames = buildUnnamed212();
|
| }
|
| buildCounterReportActiveGrpCriteria--;
|
| return o;
|
| @@ -817,47 +817,47 @@ checkReportActiveGrpCriteria(api.ReportActiveGrpCriteria o) {
|
| buildCounterReportActiveGrpCriteria++;
|
| if (buildCounterReportActiveGrpCriteria < 3) {
|
| checkDateRange(o.dateRange);
|
| - checkUnnamed648(o.dimensionFilters);
|
| - checkUnnamed649(o.dimensions);
|
| - checkUnnamed650(o.metricNames);
|
| + checkUnnamed210(o.dimensionFilters);
|
| + checkUnnamed211(o.dimensions);
|
| + checkUnnamed212(o.metricNames);
|
| }
|
| buildCounterReportActiveGrpCriteria--;
|
| }
|
|
|
| -buildUnnamed651() {
|
| +buildUnnamed213() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed651(core.List<api.DimensionValue> o) {
|
| +checkUnnamed213(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed652() {
|
| +buildUnnamed214() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed652(core.List<api.SortedDimension> o) {
|
| +checkUnnamed214(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed653() {
|
| +buildUnnamed215() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed653(core.List<core.String> o) {
|
| +checkUnnamed215(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 = buildUnnamed651();
|
| - o.dimensions = buildUnnamed652();
|
| - o.metricNames = buildUnnamed653();
|
| + o.dimensionFilters = buildUnnamed213();
|
| + o.dimensions = buildUnnamed214();
|
| + o.metricNames = buildUnnamed215();
|
| }
|
| buildCounterReportCriteria--;
|
| return o;
|
| @@ -885,60 +885,60 @@ checkReportCriteria(api.ReportCriteria o) {
|
| checkActivities(o.activities);
|
| checkCustomRichMediaEvents(o.customRichMediaEvents);
|
| checkDateRange(o.dateRange);
|
| - checkUnnamed651(o.dimensionFilters);
|
| - checkUnnamed652(o.dimensions);
|
| - checkUnnamed653(o.metricNames);
|
| + checkUnnamed213(o.dimensionFilters);
|
| + checkUnnamed214(o.dimensions);
|
| + checkUnnamed215(o.metricNames);
|
| }
|
| buildCounterReportCriteria--;
|
| }
|
|
|
| -buildUnnamed654() {
|
| +buildUnnamed216() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed654(core.List<api.SortedDimension> o) {
|
| +checkUnnamed216(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed655() {
|
| +buildUnnamed217() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed655(core.List<api.DimensionValue> o) {
|
| +checkUnnamed217(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed656() {
|
| +buildUnnamed218() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed656(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'));
|
| }
|
|
|
| -buildUnnamed657() {
|
| +buildUnnamed219() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed657(core.List<core.String> o) {
|
| +checkUnnamed219(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 = buildUnnamed654();
|
| + o.breakdown = buildUnnamed216();
|
| o.dateRange = buildDateRange();
|
| o.dimension = "foo";
|
| - o.dimensionFilters = buildUnnamed655();
|
| - o.metricNames = buildUnnamed656();
|
| - o.overlapMetricNames = buildUnnamed657();
|
| + o.dimensionFilters = buildUnnamed217();
|
| + o.metricNames = buildUnnamed218();
|
| + o.overlapMetricNames = buildUnnamed219();
|
| o.pivoted = true;
|
| }
|
| buildCounterReportCrossDimensionReachCriteria--;
|
| @@ -964,25 +964,25 @@ buildReportCrossDimensionReachCriteria() {
|
| checkReportCrossDimensionReachCriteria(api.ReportCrossDimensionReachCriteria o) {
|
| buildCounterReportCrossDimensionReachCriteria++;
|
| if (buildCounterReportCrossDimensionReachCriteria < 3) {
|
| - checkUnnamed654(o.breakdown);
|
| + checkUnnamed216(o.breakdown);
|
| checkDateRange(o.dateRange);
|
| unittest.expect(o.dimension, unittest.equals('foo'));
|
| - checkUnnamed655(o.dimensionFilters);
|
| - checkUnnamed656(o.metricNames);
|
| - checkUnnamed657(o.overlapMetricNames);
|
| + checkUnnamed217(o.dimensionFilters);
|
| + checkUnnamed218(o.metricNames);
|
| + checkUnnamed219(o.overlapMetricNames);
|
| unittest.expect(o.pivoted, unittest.isTrue);
|
| }
|
| buildCounterReportCrossDimensionReachCriteria--;
|
| }
|
|
|
| -buildUnnamed658() {
|
| +buildUnnamed220() {
|
| var o = new core.List<api.Recipient>();
|
| o.add(buildRecipient());
|
| o.add(buildRecipient());
|
| return o;
|
| }
|
|
|
| -checkUnnamed658(core.List<api.Recipient> o) {
|
| +checkUnnamed220(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 = buildUnnamed658();
|
| + o.recipients = buildUnnamed220();
|
| }
|
| 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'));
|
| - checkUnnamed658(o.recipients);
|
| + checkUnnamed220(o.recipients);
|
| }
|
| buildCounterReportDelivery--;
|
| }
|
|
|
| -buildUnnamed659() {
|
| +buildUnnamed221() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed659(core.List<api.DimensionValue> o) {
|
| +checkUnnamed221(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed660() {
|
| +buildUnnamed222() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed660(core.List<api.DimensionValue> o) {
|
| +checkUnnamed222(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed661() {
|
| +buildUnnamed223() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed661(core.List<api.SortedDimension> o) {
|
| +checkUnnamed223(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed662() {
|
| +buildUnnamed224() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed662(core.List<core.String> o) {
|
| +checkUnnamed224(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 = buildUnnamed659();
|
| + o.customRichMediaEvents = buildUnnamed221();
|
| o.dateRange = buildDateRange();
|
| - o.dimensionFilters = buildUnnamed660();
|
| - o.dimensions = buildUnnamed661();
|
| + o.dimensionFilters = buildUnnamed222();
|
| + o.dimensions = buildUnnamed223();
|
| o.floodlightConfigId = buildDimensionValue();
|
| - o.metricNames = buildUnnamed662();
|
| + o.metricNames = buildUnnamed224();
|
| o.reportProperties = buildReportFloodlightCriteriaReportProperties();
|
| }
|
| buildCounterReportFloodlightCriteria--;
|
| @@ -1108,90 +1108,90 @@ buildReportFloodlightCriteria() {
|
| checkReportFloodlightCriteria(api.ReportFloodlightCriteria o) {
|
| buildCounterReportFloodlightCriteria++;
|
| if (buildCounterReportFloodlightCriteria < 3) {
|
| - checkUnnamed659(o.customRichMediaEvents);
|
| + checkUnnamed221(o.customRichMediaEvents);
|
| checkDateRange(o.dateRange);
|
| - checkUnnamed660(o.dimensionFilters);
|
| - checkUnnamed661(o.dimensions);
|
| + checkUnnamed222(o.dimensionFilters);
|
| + checkUnnamed223(o.dimensions);
|
| checkDimensionValue(o.floodlightConfigId);
|
| - checkUnnamed662(o.metricNames);
|
| + checkUnnamed224(o.metricNames);
|
| checkReportFloodlightCriteriaReportProperties(o.reportProperties);
|
| }
|
| buildCounterReportFloodlightCriteria--;
|
| }
|
|
|
| -buildUnnamed663() {
|
| +buildUnnamed225() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed663(core.List<api.DimensionValue> o) {
|
| +checkUnnamed225(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed664() {
|
| +buildUnnamed226() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed664(core.List<api.SortedDimension> o) {
|
| +checkUnnamed226(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed665() {
|
| +buildUnnamed227() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed665(core.List<api.SortedDimension> o) {
|
| +checkUnnamed227(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed666() {
|
| +buildUnnamed228() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed666(core.List<api.DimensionValue> o) {
|
| +checkUnnamed228(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed667() {
|
| +buildUnnamed229() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed667(core.List<core.String> o) {
|
| +checkUnnamed229(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'));
|
| }
|
|
|
| -buildUnnamed668() {
|
| +buildUnnamed230() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed668(core.List<api.SortedDimension> o) {
|
| +checkUnnamed230(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 = buildUnnamed663();
|
| - o.conversionDimensions = buildUnnamed664();
|
| - o.customFloodlightVariables = buildUnnamed665();
|
| - o.customRichMediaEvents = buildUnnamed666();
|
| + o.activityFilters = buildUnnamed225();
|
| + o.conversionDimensions = buildUnnamed226();
|
| + o.customFloodlightVariables = buildUnnamed227();
|
| + o.customRichMediaEvents = buildUnnamed228();
|
| o.dateRange = buildDateRange();
|
| o.floodlightConfigId = buildDimensionValue();
|
| - o.metricNames = buildUnnamed667();
|
| - o.perInteractionDimensions = buildUnnamed668();
|
| + o.metricNames = buildUnnamed229();
|
| + o.perInteractionDimensions = buildUnnamed230();
|
| o.reportProperties = buildReportPathToConversionCriteriaReportProperties();
|
| }
|
| buildCounterReportPathToConversionCriteria--;
|
| @@ -1254,66 +1254,66 @@ buildReportPathToConversionCriteria() {
|
| checkReportPathToConversionCriteria(api.ReportPathToConversionCriteria o) {
|
| buildCounterReportPathToConversionCriteria++;
|
| if (buildCounterReportPathToConversionCriteria < 3) {
|
| - checkUnnamed663(o.activityFilters);
|
| - checkUnnamed664(o.conversionDimensions);
|
| - checkUnnamed665(o.customFloodlightVariables);
|
| - checkUnnamed666(o.customRichMediaEvents);
|
| + checkUnnamed225(o.activityFilters);
|
| + checkUnnamed226(o.conversionDimensions);
|
| + checkUnnamed227(o.customFloodlightVariables);
|
| + checkUnnamed228(o.customRichMediaEvents);
|
| checkDateRange(o.dateRange);
|
| checkDimensionValue(o.floodlightConfigId);
|
| - checkUnnamed667(o.metricNames);
|
| - checkUnnamed668(o.perInteractionDimensions);
|
| + checkUnnamed229(o.metricNames);
|
| + checkUnnamed230(o.perInteractionDimensions);
|
| checkReportPathToConversionCriteriaReportProperties(o.reportProperties);
|
| }
|
| buildCounterReportPathToConversionCriteria--;
|
| }
|
|
|
| -buildUnnamed669() {
|
| +buildUnnamed231() {
|
| var o = new core.List<api.DimensionValue>();
|
| o.add(buildDimensionValue());
|
| o.add(buildDimensionValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed669(core.List<api.DimensionValue> o) {
|
| +checkUnnamed231(core.List<api.DimensionValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimensionValue(o[0]);
|
| checkDimensionValue(o[1]);
|
| }
|
|
|
| -buildUnnamed670() {
|
| +buildUnnamed232() {
|
| var o = new core.List<api.SortedDimension>();
|
| o.add(buildSortedDimension());
|
| o.add(buildSortedDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed670(core.List<api.SortedDimension> o) {
|
| +checkUnnamed232(core.List<api.SortedDimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSortedDimension(o[0]);
|
| checkSortedDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed671() {
|
| +buildUnnamed233() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed671(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'));
|
| }
|
|
|
| -buildUnnamed672() {
|
| +buildUnnamed234() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed672(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'));
|
| @@ -1327,10 +1327,10 @@ buildReportReachCriteria() {
|
| o.activities = buildActivities();
|
| o.customRichMediaEvents = buildCustomRichMediaEvents();
|
| o.dateRange = buildDateRange();
|
| - o.dimensionFilters = buildUnnamed669();
|
| - o.dimensions = buildUnnamed670();
|
| - o.metricNames = buildUnnamed671();
|
| - o.reachByFrequencyMetricNames = buildUnnamed672();
|
| + o.dimensionFilters = buildUnnamed231();
|
| + o.dimensions = buildUnnamed232();
|
| + o.metricNames = buildUnnamed233();
|
| + o.reachByFrequencyMetricNames = buildUnnamed234();
|
| }
|
| buildCounterReportReachCriteria--;
|
| return o;
|
| @@ -1342,22 +1342,22 @@ checkReportReachCriteria(api.ReportReachCriteria o) {
|
| checkActivities(o.activities);
|
| checkCustomRichMediaEvents(o.customRichMediaEvents);
|
| checkDateRange(o.dateRange);
|
| - checkUnnamed669(o.dimensionFilters);
|
| - checkUnnamed670(o.dimensions);
|
| - checkUnnamed671(o.metricNames);
|
| - checkUnnamed672(o.reachByFrequencyMetricNames);
|
| + checkUnnamed231(o.dimensionFilters);
|
| + checkUnnamed232(o.dimensions);
|
| + checkUnnamed233(o.metricNames);
|
| + checkUnnamed234(o.reachByFrequencyMetricNames);
|
| }
|
| buildCounterReportReachCriteria--;
|
| }
|
|
|
| -buildUnnamed673() {
|
| +buildUnnamed235() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed673(core.List<core.String> o) {
|
| +checkUnnamed235(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 = buildUnnamed673();
|
| + o.repeatsOnWeekDays = buildUnnamed235();
|
| 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'));
|
| - checkUnnamed673(o.repeatsOnWeekDays);
|
| + checkUnnamed235(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--;
|
| }
|
|
|
| -buildUnnamed674() {
|
| +buildUnnamed236() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed674(core.List<api.Dimension> o) {
|
| +checkUnnamed236(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed675() {
|
| +buildUnnamed237() {
|
| var o = new core.List<api.Dimension>();
|
| o.add(buildDimension());
|
| o.add(buildDimension());
|
| return o;
|
| }
|
|
|
| -checkUnnamed675(core.List<api.Dimension> o) {
|
| +checkUnnamed237(core.List<api.Dimension> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDimension(o[0]);
|
| checkDimension(o[1]);
|
| }
|
|
|
| -buildUnnamed676() {
|
| +buildUnnamed238() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed676(core.List<api.Metric> o) {
|
| +checkUnnamed238(core.List<api.Metric> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetric(o[0]);
|
| checkMetric(o[1]);
|
| }
|
|
|
| -buildUnnamed677() {
|
| +buildUnnamed239() {
|
| var o = new core.List<api.Metric>();
|
| o.add(buildMetric());
|
| o.add(buildMetric());
|
| return o;
|
| }
|
|
|
| -checkUnnamed677(core.List<api.Metric> o) {
|
| +checkUnnamed239(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 = buildUnnamed674();
|
| - o.dimensions = buildUnnamed675();
|
| + o.dimensionFilters = buildUnnamed236();
|
| + o.dimensions = buildUnnamed237();
|
| o.kind = "foo";
|
| - o.metrics = buildUnnamed676();
|
| - o.pivotedActivityMetrics = buildUnnamed677();
|
| + o.metrics = buildUnnamed238();
|
| + o.pivotedActivityMetrics = buildUnnamed239();
|
| }
|
| buildCounterReportCompatibleFields--;
|
| return o;
|
| @@ -1519,23 +1519,23 @@ buildReportCompatibleFields() {
|
| checkReportCompatibleFields(api.ReportCompatibleFields o) {
|
| buildCounterReportCompatibleFields++;
|
| if (buildCounterReportCompatibleFields < 3) {
|
| - checkUnnamed674(o.dimensionFilters);
|
| - checkUnnamed675(o.dimensions);
|
| + checkUnnamed236(o.dimensionFilters);
|
| + checkUnnamed237(o.dimensions);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed676(o.metrics);
|
| - checkUnnamed677(o.pivotedActivityMetrics);
|
| + checkUnnamed238(o.metrics);
|
| + checkUnnamed239(o.pivotedActivityMetrics);
|
| }
|
| buildCounterReportCompatibleFields--;
|
| }
|
|
|
| -buildUnnamed678() {
|
| +buildUnnamed240() {
|
| var o = new core.List<api.Report>();
|
| o.add(buildReport());
|
| o.add(buildReport());
|
| return o;
|
| }
|
|
|
| -checkUnnamed678(core.List<api.Report> o) {
|
| +checkUnnamed240(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 = buildUnnamed678();
|
| + o.items = buildUnnamed240();
|
| 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'));
|
| - checkUnnamed678(o.items);
|
| + checkUnnamed240(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--;
|
| }
|
|
|
| -buildUnnamed679() {
|
| +buildUnnamed241() {
|
| var o = new core.List<api.UserProfile>();
|
| o.add(buildUserProfile());
|
| o.add(buildUserProfile());
|
| return o;
|
| }
|
|
|
| -checkUnnamed679(core.List<api.UserProfile> o) {
|
| +checkUnnamed241(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 = buildUnnamed679();
|
| + o.items = buildUnnamed241();
|
| o.kind = "foo";
|
| }
|
| buildCounterUserProfileList--;
|
| @@ -1652,7 +1652,7 @@ checkUserProfileList(api.UserProfileList o) {
|
| buildCounterUserProfileList++;
|
| if (buildCounterUserProfileList < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed679(o.items);
|
| + checkUnnamed241(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterUserProfileList--;
|
|
|