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