| Index: generated/googleapis_beta/test/cloudmonitoring/v2beta2_test.dart
|
| diff --git a/generated/googleapis_beta/test/cloudmonitoring/v2beta2_test.dart b/generated/googleapis_beta/test/cloudmonitoring/v2beta2_test.dart
|
| index 9ef375e318f51786d082b75781bb1ae285ec664a..c4ec3b4b7056b5df4db39f36e21fca8f5cc3a725 100644
|
| --- a/generated/googleapis_beta/test/cloudmonitoring/v2beta2_test.dart
|
| +++ b/generated/googleapis_beta/test/cloudmonitoring/v2beta2_test.dart
|
| @@ -89,14 +89,14 @@ checkListMetricDescriptorsRequest(api.ListMetricDescriptorsRequest o) {
|
| buildCounterListMetricDescriptorsRequest--;
|
| }
|
|
|
| -buildUnnamed1753() {
|
| +buildUnnamed2290() {
|
| var o = new core.List<api.MetricDescriptor>();
|
| o.add(buildMetricDescriptor());
|
| o.add(buildMetricDescriptor());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1753(core.List<api.MetricDescriptor> o) {
|
| +checkUnnamed2290(core.List<api.MetricDescriptor> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetricDescriptor(o[0]);
|
| checkMetricDescriptor(o[1]);
|
| @@ -108,7 +108,7 @@ buildListMetricDescriptorsResponse() {
|
| buildCounterListMetricDescriptorsResponse++;
|
| if (buildCounterListMetricDescriptorsResponse < 3) {
|
| o.kind = "foo";
|
| - o.metrics = buildUnnamed1753();
|
| + o.metrics = buildUnnamed2290();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterListMetricDescriptorsResponse--;
|
| @@ -119,7 +119,7 @@ checkListMetricDescriptorsResponse(api.ListMetricDescriptorsResponse o) {
|
| buildCounterListMetricDescriptorsResponse++;
|
| if (buildCounterListMetricDescriptorsResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1753(o.metrics);
|
| + checkUnnamed2290(o.metrics);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterListMetricDescriptorsResponse--;
|
| @@ -144,14 +144,14 @@ checkListTimeseriesDescriptorsRequest(api.ListTimeseriesDescriptorsRequest o) {
|
| buildCounterListTimeseriesDescriptorsRequest--;
|
| }
|
|
|
| -buildUnnamed1754() {
|
| +buildUnnamed2291() {
|
| var o = new core.List<api.TimeseriesDescriptor>();
|
| o.add(buildTimeseriesDescriptor());
|
| o.add(buildTimeseriesDescriptor());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1754(core.List<api.TimeseriesDescriptor> o) {
|
| +checkUnnamed2291(core.List<api.TimeseriesDescriptor> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTimeseriesDescriptor(o[0]);
|
| checkTimeseriesDescriptor(o[1]);
|
| @@ -165,7 +165,7 @@ buildListTimeseriesDescriptorsResponse() {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.oldest = core.DateTime.parse("2002-02-27T14:01:02");
|
| - o.timeseries = buildUnnamed1754();
|
| + o.timeseries = buildUnnamed2291();
|
| o.youngest = core.DateTime.parse("2002-02-27T14:01:02");
|
| }
|
| buildCounterListTimeseriesDescriptorsResponse--;
|
| @@ -178,7 +178,7 @@ checkListTimeseriesDescriptorsResponse(api.ListTimeseriesDescriptorsResponse o)
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.oldest, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
|
| - checkUnnamed1754(o.timeseries);
|
| + checkUnnamed2291(o.timeseries);
|
| unittest.expect(o.youngest, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
|
| }
|
| buildCounterListTimeseriesDescriptorsResponse--;
|
| @@ -203,14 +203,14 @@ checkListTimeseriesRequest(api.ListTimeseriesRequest o) {
|
| buildCounterListTimeseriesRequest--;
|
| }
|
|
|
| -buildUnnamed1755() {
|
| +buildUnnamed2292() {
|
| var o = new core.List<api.Timeseries>();
|
| o.add(buildTimeseries());
|
| o.add(buildTimeseries());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1755(core.List<api.Timeseries> o) {
|
| +checkUnnamed2292(core.List<api.Timeseries> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTimeseries(o[0]);
|
| checkTimeseries(o[1]);
|
| @@ -224,7 +224,7 @@ buildListTimeseriesResponse() {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.oldest = core.DateTime.parse("2002-02-27T14:01:02");
|
| - o.timeseries = buildUnnamed1755();
|
| + o.timeseries = buildUnnamed2292();
|
| o.youngest = core.DateTime.parse("2002-02-27T14:01:02");
|
| }
|
| buildCounterListTimeseriesResponse--;
|
| @@ -237,20 +237,20 @@ checkListTimeseriesResponse(api.ListTimeseriesResponse o) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.oldest, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
|
| - checkUnnamed1755(o.timeseries);
|
| + checkUnnamed2292(o.timeseries);
|
| unittest.expect(o.youngest, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
|
| }
|
| buildCounterListTimeseriesResponse--;
|
| }
|
|
|
| -buildUnnamed1756() {
|
| +buildUnnamed2293() {
|
| var o = new core.List<api.MetricDescriptorLabelDescriptor>();
|
| o.add(buildMetricDescriptorLabelDescriptor());
|
| o.add(buildMetricDescriptorLabelDescriptor());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1756(core.List<api.MetricDescriptorLabelDescriptor> o) {
|
| +checkUnnamed2293(core.List<api.MetricDescriptorLabelDescriptor> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetricDescriptorLabelDescriptor(o[0]);
|
| checkMetricDescriptorLabelDescriptor(o[1]);
|
| @@ -262,7 +262,7 @@ buildMetricDescriptor() {
|
| buildCounterMetricDescriptor++;
|
| if (buildCounterMetricDescriptor < 3) {
|
| o.description = "foo";
|
| - o.labels = buildUnnamed1756();
|
| + o.labels = buildUnnamed2293();
|
| o.name = "foo";
|
| o.project = "foo";
|
| o.typeDescriptor = buildMetricDescriptorTypeDescriptor();
|
| @@ -275,7 +275,7 @@ checkMetricDescriptor(api.MetricDescriptor o) {
|
| buildCounterMetricDescriptor++;
|
| if (buildCounterMetricDescriptor < 3) {
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| - checkUnnamed1756(o.labels);
|
| + checkUnnamed2293(o.labels);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.project, unittest.equals('foo'));
|
| checkMetricDescriptorTypeDescriptor(o.typeDescriptor);
|
| @@ -356,14 +356,14 @@ checkPoint(api.Point o) {
|
| buildCounterPoint--;
|
| }
|
|
|
| -buildUnnamed1757() {
|
| +buildUnnamed2294() {
|
| var o = new core.List<api.PointDistributionBucket>();
|
| o.add(buildPointDistributionBucket());
|
| o.add(buildPointDistributionBucket());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1757(core.List<api.PointDistributionBucket> o) {
|
| +checkUnnamed2294(core.List<api.PointDistributionBucket> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPointDistributionBucket(o[0]);
|
| checkPointDistributionBucket(o[1]);
|
| @@ -374,7 +374,7 @@ buildPointDistribution() {
|
| var o = new api.PointDistribution();
|
| buildCounterPointDistribution++;
|
| if (buildCounterPointDistribution < 3) {
|
| - o.buckets = buildUnnamed1757();
|
| + o.buckets = buildUnnamed2294();
|
| o.overflowBucket = buildPointDistributionOverflowBucket();
|
| o.underflowBucket = buildPointDistributionUnderflowBucket();
|
| }
|
| @@ -385,7 +385,7 @@ buildPointDistribution() {
|
| checkPointDistribution(api.PointDistribution o) {
|
| buildCounterPointDistribution++;
|
| if (buildCounterPointDistribution < 3) {
|
| - checkUnnamed1757(o.buckets);
|
| + checkUnnamed2294(o.buckets);
|
| checkPointDistributionOverflowBucket(o.overflowBucket);
|
| checkPointDistributionUnderflowBucket(o.underflowBucket);
|
| }
|
| @@ -457,14 +457,14 @@ checkPointDistributionUnderflowBucket(api.PointDistributionUnderflowBucket o) {
|
| buildCounterPointDistributionUnderflowBucket--;
|
| }
|
|
|
| -buildUnnamed1758() {
|
| +buildUnnamed2295() {
|
| var o = new core.List<api.Point>();
|
| o.add(buildPoint());
|
| o.add(buildPoint());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1758(core.List<api.Point> o) {
|
| +checkUnnamed2295(core.List<api.Point> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPoint(o[0]);
|
| checkPoint(o[1]);
|
| @@ -475,7 +475,7 @@ buildTimeseries() {
|
| var o = new api.Timeseries();
|
| buildCounterTimeseries++;
|
| if (buildCounterTimeseries < 3) {
|
| - o.points = buildUnnamed1758();
|
| + o.points = buildUnnamed2295();
|
| o.timeseriesDesc = buildTimeseriesDescriptor();
|
| }
|
| buildCounterTimeseries--;
|
| @@ -485,20 +485,20 @@ buildTimeseries() {
|
| checkTimeseries(api.Timeseries o) {
|
| buildCounterTimeseries++;
|
| if (buildCounterTimeseries < 3) {
|
| - checkUnnamed1758(o.points);
|
| + checkUnnamed2295(o.points);
|
| checkTimeseriesDescriptor(o.timeseriesDesc);
|
| }
|
| buildCounterTimeseries--;
|
| }
|
|
|
| -buildUnnamed1759() {
|
| +buildUnnamed2296() {
|
| var o = new core.Map<core.String, core.String>();
|
| o["x"] = "foo";
|
| o["y"] = "foo";
|
| return o;
|
| }
|
|
|
| -checkUnnamed1759(core.Map<core.String, core.String> o) {
|
| +checkUnnamed2296(core.Map<core.String, core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o["x"], unittest.equals('foo'));
|
| unittest.expect(o["y"], unittest.equals('foo'));
|
| @@ -509,7 +509,7 @@ buildTimeseriesDescriptor() {
|
| var o = new api.TimeseriesDescriptor();
|
| buildCounterTimeseriesDescriptor++;
|
| if (buildCounterTimeseriesDescriptor < 3) {
|
| - o.labels = buildUnnamed1759();
|
| + o.labels = buildUnnamed2296();
|
| o.metric = "foo";
|
| o.project = "foo";
|
| }
|
| @@ -520,7 +520,7 @@ buildTimeseriesDescriptor() {
|
| checkTimeseriesDescriptor(api.TimeseriesDescriptor o) {
|
| buildCounterTimeseriesDescriptor++;
|
| if (buildCounterTimeseriesDescriptor < 3) {
|
| - checkUnnamed1759(o.labels);
|
| + checkUnnamed2296(o.labels);
|
| unittest.expect(o.metric, unittest.equals('foo'));
|
| unittest.expect(o.project, unittest.equals('foo'));
|
| }
|
| @@ -569,27 +569,27 @@ checkTimeseriesPoint(api.TimeseriesPoint o) {
|
| buildCounterTimeseriesPoint--;
|
| }
|
|
|
| -buildUnnamed1760() {
|
| +buildUnnamed2297() {
|
| var o = new core.Map<core.String, core.String>();
|
| o["x"] = "foo";
|
| o["y"] = "foo";
|
| return o;
|
| }
|
|
|
| -checkUnnamed1760(core.Map<core.String, core.String> o) {
|
| +checkUnnamed2297(core.Map<core.String, core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o["x"], unittest.equals('foo'));
|
| unittest.expect(o["y"], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed1761() {
|
| +buildUnnamed2298() {
|
| var o = new core.List<api.TimeseriesPoint>();
|
| o.add(buildTimeseriesPoint());
|
| o.add(buildTimeseriesPoint());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1761(core.List<api.TimeseriesPoint> o) {
|
| +checkUnnamed2298(core.List<api.TimeseriesPoint> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTimeseriesPoint(o[0]);
|
| checkTimeseriesPoint(o[1]);
|
| @@ -600,8 +600,8 @@ buildWriteTimeseriesRequest() {
|
| var o = new api.WriteTimeseriesRequest();
|
| buildCounterWriteTimeseriesRequest++;
|
| if (buildCounterWriteTimeseriesRequest < 3) {
|
| - o.commonLabels = buildUnnamed1760();
|
| - o.timeseries = buildUnnamed1761();
|
| + o.commonLabels = buildUnnamed2297();
|
| + o.timeseries = buildUnnamed2298();
|
| }
|
| buildCounterWriteTimeseriesRequest--;
|
| return o;
|
| @@ -610,8 +610,8 @@ buildWriteTimeseriesRequest() {
|
| checkWriteTimeseriesRequest(api.WriteTimeseriesRequest o) {
|
| buildCounterWriteTimeseriesRequest++;
|
| if (buildCounterWriteTimeseriesRequest < 3) {
|
| - checkUnnamed1760(o.commonLabels);
|
| - checkUnnamed1761(o.timeseries);
|
| + checkUnnamed2297(o.commonLabels);
|
| + checkUnnamed2298(o.timeseries);
|
| }
|
| buildCounterWriteTimeseriesRequest--;
|
| }
|
| @@ -635,27 +635,27 @@ checkWriteTimeseriesResponse(api.WriteTimeseriesResponse o) {
|
| buildCounterWriteTimeseriesResponse--;
|
| }
|
|
|
| -buildUnnamed1762() {
|
| +buildUnnamed2299() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1762(core.List<core.String> o) {
|
| +checkUnnamed2299(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'));
|
| }
|
|
|
| -buildUnnamed1763() {
|
| +buildUnnamed2300() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1763(core.List<core.String> o) {
|
| +checkUnnamed2300(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'));
|
| @@ -1008,7 +1008,7 @@ main() {
|
| var arg_youngest = "foo";
|
| var arg_aggregator = "foo";
|
| var arg_count = 42;
|
| - var arg_labels = buildUnnamed1762();
|
| + var arg_labels = buildUnnamed2299();
|
| var arg_oldest = "foo";
|
| var arg_pageToken = "foo";
|
| var arg_timespan = "foo";
|
| @@ -1121,7 +1121,7 @@ main() {
|
| var arg_youngest = "foo";
|
| var arg_aggregator = "foo";
|
| var arg_count = 42;
|
| - var arg_labels = buildUnnamed1763();
|
| + var arg_labels = buildUnnamed2300();
|
| var arg_oldest = "foo";
|
| var arg_pageToken = "foo";
|
| var arg_timespan = "foo";
|
|
|