| 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 c7c81e8105f663fb0a50d9521d9ad103352429ae..c49e7b50102acbd2ca653369a9231b8673420cfa 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--;
|
| }
|
|
|
| -buildUnnamed3437() {
|
| +buildUnnamed3420() {
|
| var o = new core.List<api.MetricDescriptor>();
|
| o.add(buildMetricDescriptor());
|
| o.add(buildMetricDescriptor());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3437(core.List<api.MetricDescriptor> o) {
|
| +checkUnnamed3420(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 = buildUnnamed3437();
|
| + o.metrics = buildUnnamed3420();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterListMetricDescriptorsResponse--;
|
| @@ -119,7 +119,7 @@ checkListMetricDescriptorsResponse(api.ListMetricDescriptorsResponse o) {
|
| buildCounterListMetricDescriptorsResponse++;
|
| if (buildCounterListMetricDescriptorsResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed3437(o.metrics);
|
| + checkUnnamed3420(o.metrics);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterListMetricDescriptorsResponse--;
|
| @@ -144,14 +144,14 @@ checkListTimeseriesDescriptorsRequest(api.ListTimeseriesDescriptorsRequest o) {
|
| buildCounterListTimeseriesDescriptorsRequest--;
|
| }
|
|
|
| -buildUnnamed3438() {
|
| +buildUnnamed3421() {
|
| var o = new core.List<api.TimeseriesDescriptor>();
|
| o.add(buildTimeseriesDescriptor());
|
| o.add(buildTimeseriesDescriptor());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3438(core.List<api.TimeseriesDescriptor> o) {
|
| +checkUnnamed3421(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 = buildUnnamed3438();
|
| + o.timeseries = buildUnnamed3421();
|
| 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")));
|
| - checkUnnamed3438(o.timeseries);
|
| + checkUnnamed3421(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--;
|
| }
|
|
|
| -buildUnnamed3439() {
|
| +buildUnnamed3422() {
|
| var o = new core.List<api.Timeseries>();
|
| o.add(buildTimeseries());
|
| o.add(buildTimeseries());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3439(core.List<api.Timeseries> o) {
|
| +checkUnnamed3422(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 = buildUnnamed3439();
|
| + o.timeseries = buildUnnamed3422();
|
| 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")));
|
| - checkUnnamed3439(o.timeseries);
|
| + checkUnnamed3422(o.timeseries);
|
| unittest.expect(o.youngest, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
|
| }
|
| buildCounterListTimeseriesResponse--;
|
| }
|
|
|
| -buildUnnamed3440() {
|
| +buildUnnamed3423() {
|
| var o = new core.List<api.MetricDescriptorLabelDescriptor>();
|
| o.add(buildMetricDescriptorLabelDescriptor());
|
| o.add(buildMetricDescriptorLabelDescriptor());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3440(core.List<api.MetricDescriptorLabelDescriptor> o) {
|
| +checkUnnamed3423(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 = buildUnnamed3440();
|
| + o.labels = buildUnnamed3423();
|
| 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'));
|
| - checkUnnamed3440(o.labels);
|
| + checkUnnamed3423(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--;
|
| }
|
|
|
| -buildUnnamed3441() {
|
| +buildUnnamed3424() {
|
| var o = new core.List<api.PointDistributionBucket>();
|
| o.add(buildPointDistributionBucket());
|
| o.add(buildPointDistributionBucket());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3441(core.List<api.PointDistributionBucket> o) {
|
| +checkUnnamed3424(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 = buildUnnamed3441();
|
| + o.buckets = buildUnnamed3424();
|
| o.overflowBucket = buildPointDistributionOverflowBucket();
|
| o.underflowBucket = buildPointDistributionUnderflowBucket();
|
| }
|
| @@ -385,7 +385,7 @@ buildPointDistribution() {
|
| checkPointDistribution(api.PointDistribution o) {
|
| buildCounterPointDistribution++;
|
| if (buildCounterPointDistribution < 3) {
|
| - checkUnnamed3441(o.buckets);
|
| + checkUnnamed3424(o.buckets);
|
| checkPointDistributionOverflowBucket(o.overflowBucket);
|
| checkPointDistributionUnderflowBucket(o.underflowBucket);
|
| }
|
| @@ -457,14 +457,14 @@ checkPointDistributionUnderflowBucket(api.PointDistributionUnderflowBucket o) {
|
| buildCounterPointDistributionUnderflowBucket--;
|
| }
|
|
|
| -buildUnnamed3442() {
|
| +buildUnnamed3425() {
|
| var o = new core.List<api.Point>();
|
| o.add(buildPoint());
|
| o.add(buildPoint());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3442(core.List<api.Point> o) {
|
| +checkUnnamed3425(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 = buildUnnamed3442();
|
| + o.points = buildUnnamed3425();
|
| o.timeseriesDesc = buildTimeseriesDescriptor();
|
| }
|
| buildCounterTimeseries--;
|
| @@ -485,20 +485,20 @@ buildTimeseries() {
|
| checkTimeseries(api.Timeseries o) {
|
| buildCounterTimeseries++;
|
| if (buildCounterTimeseries < 3) {
|
| - checkUnnamed3442(o.points);
|
| + checkUnnamed3425(o.points);
|
| checkTimeseriesDescriptor(o.timeseriesDesc);
|
| }
|
| buildCounterTimeseries--;
|
| }
|
|
|
| -buildUnnamed3443() {
|
| +buildUnnamed3426() {
|
| var o = new core.Map<core.String, core.String>();
|
| o["x"] = "foo";
|
| o["y"] = "foo";
|
| return o;
|
| }
|
|
|
| -checkUnnamed3443(core.Map<core.String, core.String> o) {
|
| +checkUnnamed3426(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 = buildUnnamed3443();
|
| + o.labels = buildUnnamed3426();
|
| o.metric = "foo";
|
| o.project = "foo";
|
| }
|
| @@ -520,7 +520,7 @@ buildTimeseriesDescriptor() {
|
| checkTimeseriesDescriptor(api.TimeseriesDescriptor o) {
|
| buildCounterTimeseriesDescriptor++;
|
| if (buildCounterTimeseriesDescriptor < 3) {
|
| - checkUnnamed3443(o.labels);
|
| + checkUnnamed3426(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--;
|
| }
|
|
|
| -buildUnnamed3444() {
|
| +buildUnnamed3427() {
|
| var o = new core.Map<core.String, core.String>();
|
| o["x"] = "foo";
|
| o["y"] = "foo";
|
| return o;
|
| }
|
|
|
| -checkUnnamed3444(core.Map<core.String, core.String> o) {
|
| +checkUnnamed3427(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'));
|
| }
|
|
|
| -buildUnnamed3445() {
|
| +buildUnnamed3428() {
|
| var o = new core.List<api.TimeseriesPoint>();
|
| o.add(buildTimeseriesPoint());
|
| o.add(buildTimeseriesPoint());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3445(core.List<api.TimeseriesPoint> o) {
|
| +checkUnnamed3428(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 = buildUnnamed3444();
|
| - o.timeseries = buildUnnamed3445();
|
| + o.commonLabels = buildUnnamed3427();
|
| + o.timeseries = buildUnnamed3428();
|
| }
|
| buildCounterWriteTimeseriesRequest--;
|
| return o;
|
| @@ -610,8 +610,8 @@ buildWriteTimeseriesRequest() {
|
| checkWriteTimeseriesRequest(api.WriteTimeseriesRequest o) {
|
| buildCounterWriteTimeseriesRequest++;
|
| if (buildCounterWriteTimeseriesRequest < 3) {
|
| - checkUnnamed3444(o.commonLabels);
|
| - checkUnnamed3445(o.timeseries);
|
| + checkUnnamed3427(o.commonLabels);
|
| + checkUnnamed3428(o.timeseries);
|
| }
|
| buildCounterWriteTimeseriesRequest--;
|
| }
|
| @@ -635,27 +635,27 @@ checkWriteTimeseriesResponse(api.WriteTimeseriesResponse o) {
|
| buildCounterWriteTimeseriesResponse--;
|
| }
|
|
|
| -buildUnnamed3446() {
|
| +buildUnnamed3429() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3446(core.List<core.String> o) {
|
| +checkUnnamed3429(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'));
|
| }
|
|
|
| -buildUnnamed3447() {
|
| +buildUnnamed3430() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3447(core.List<core.String> o) {
|
| +checkUnnamed3430(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 = buildUnnamed3446();
|
| + var arg_labels = buildUnnamed3429();
|
| 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 = buildUnnamed3447();
|
| + var arg_labels = buildUnnamed3430();
|
| var arg_oldest = "foo";
|
| var arg_pageToken = "foo";
|
| var arg_timespan = "foo";
|
|
|