| Index: generated/googleapis_beta/test/cloudmonitoring/v2beta1_test.dart
|
| diff --git a/generated/googleapis_beta/test/cloudmonitoring/v2beta1_test.dart b/generated/googleapis_beta/test/cloudmonitoring/v2beta1_test.dart
|
| index 67ba0eef491c944f69df6e5664e82080412375e6..47fd5bcea17414a32ccb1080845e578b7f23c397 100644
|
| --- a/generated/googleapis_beta/test/cloudmonitoring/v2beta1_test.dart
|
| +++ b/generated/googleapis_beta/test/cloudmonitoring/v2beta1_test.dart
|
| @@ -35,14 +35,14 @@ checkListMetricDescriptorsRequest(api.ListMetricDescriptorsRequest o) {
|
| buildCounterListMetricDescriptorsRequest--;
|
| }
|
|
|
| -buildUnnamed1270() {
|
| +buildUnnamed1170() {
|
| var o = new core.List<api.MetricDescriptor>();
|
| o.add(buildMetricDescriptor());
|
| o.add(buildMetricDescriptor());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1270(core.List<api.MetricDescriptor> o) {
|
| +checkUnnamed1170(core.List<api.MetricDescriptor> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetricDescriptor(o[0]);
|
| checkMetricDescriptor(o[1]);
|
| @@ -54,7 +54,7 @@ buildListMetricDescriptorsResponse() {
|
| buildCounterListMetricDescriptorsResponse++;
|
| if (buildCounterListMetricDescriptorsResponse < 3) {
|
| o.kind = "foo";
|
| - o.metrics = buildUnnamed1270();
|
| + o.metrics = buildUnnamed1170();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterListMetricDescriptorsResponse--;
|
| @@ -65,7 +65,7 @@ checkListMetricDescriptorsResponse(api.ListMetricDescriptorsResponse o) {
|
| buildCounterListMetricDescriptorsResponse++;
|
| if (buildCounterListMetricDescriptorsResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1270(o.metrics);
|
| + checkUnnamed1170(o.metrics);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterListMetricDescriptorsResponse--;
|
| @@ -90,14 +90,14 @@ checkListTimeseriesDescriptorsRequest(api.ListTimeseriesDescriptorsRequest o) {
|
| buildCounterListTimeseriesDescriptorsRequest--;
|
| }
|
|
|
| -buildUnnamed1271() {
|
| +buildUnnamed1171() {
|
| var o = new core.List<api.TimeseriesDescriptor>();
|
| o.add(buildTimeseriesDescriptor());
|
| o.add(buildTimeseriesDescriptor());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1271(core.List<api.TimeseriesDescriptor> o) {
|
| +checkUnnamed1171(core.List<api.TimeseriesDescriptor> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTimeseriesDescriptor(o[0]);
|
| checkTimeseriesDescriptor(o[1]);
|
| @@ -111,7 +111,7 @@ buildListTimeseriesDescriptorsResponse() {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.oldest = core.DateTime.parse("2002-02-27T14:01:02");
|
| - o.timeseries = buildUnnamed1271();
|
| + o.timeseries = buildUnnamed1171();
|
| o.youngest = core.DateTime.parse("2002-02-27T14:01:02");
|
| }
|
| buildCounterListTimeseriesDescriptorsResponse--;
|
| @@ -124,7 +124,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")));
|
| - checkUnnamed1271(o.timeseries);
|
| + checkUnnamed1171(o.timeseries);
|
| unittest.expect(o.youngest, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
|
| }
|
| buildCounterListTimeseriesDescriptorsResponse--;
|
| @@ -149,14 +149,14 @@ checkListTimeseriesRequest(api.ListTimeseriesRequest o) {
|
| buildCounterListTimeseriesRequest--;
|
| }
|
|
|
| -buildUnnamed1272() {
|
| +buildUnnamed1172() {
|
| var o = new core.List<api.Timeseries>();
|
| o.add(buildTimeseries());
|
| o.add(buildTimeseries());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1272(core.List<api.Timeseries> o) {
|
| +checkUnnamed1172(core.List<api.Timeseries> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTimeseries(o[0]);
|
| checkTimeseries(o[1]);
|
| @@ -170,7 +170,7 @@ buildListTimeseriesResponse() {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.oldest = core.DateTime.parse("2002-02-27T14:01:02");
|
| - o.timeseries = buildUnnamed1272();
|
| + o.timeseries = buildUnnamed1172();
|
| o.youngest = core.DateTime.parse("2002-02-27T14:01:02");
|
| }
|
| buildCounterListTimeseriesResponse--;
|
| @@ -183,20 +183,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")));
|
| - checkUnnamed1272(o.timeseries);
|
| + checkUnnamed1172(o.timeseries);
|
| unittest.expect(o.youngest, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
|
| }
|
| buildCounterListTimeseriesResponse--;
|
| }
|
|
|
| -buildUnnamed1273() {
|
| +buildUnnamed1173() {
|
| var o = new core.List<api.MetricDescriptorLabelDescriptor>();
|
| o.add(buildMetricDescriptorLabelDescriptor());
|
| o.add(buildMetricDescriptorLabelDescriptor());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1273(core.List<api.MetricDescriptorLabelDescriptor> o) {
|
| +checkUnnamed1173(core.List<api.MetricDescriptorLabelDescriptor> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMetricDescriptorLabelDescriptor(o[0]);
|
| checkMetricDescriptorLabelDescriptor(o[1]);
|
| @@ -208,7 +208,7 @@ buildMetricDescriptor() {
|
| buildCounterMetricDescriptor++;
|
| if (buildCounterMetricDescriptor < 3) {
|
| o.description = "foo";
|
| - o.labels = buildUnnamed1273();
|
| + o.labels = buildUnnamed1173();
|
| o.name = "foo";
|
| o.project = "foo";
|
| o.typeDescriptor = buildMetricDescriptorTypeDescriptor();
|
| @@ -221,7 +221,7 @@ checkMetricDescriptor(api.MetricDescriptor o) {
|
| buildCounterMetricDescriptor++;
|
| if (buildCounterMetricDescriptor < 3) {
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| - checkUnnamed1273(o.labels);
|
| + checkUnnamed1173(o.labels);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.project, unittest.equals('foo'));
|
| checkMetricDescriptorTypeDescriptor(o.typeDescriptor);
|
| @@ -302,14 +302,14 @@ checkPoint(api.Point o) {
|
| buildCounterPoint--;
|
| }
|
|
|
| -buildUnnamed1274() {
|
| +buildUnnamed1174() {
|
| var o = new core.List<api.PointDistributionBucket>();
|
| o.add(buildPointDistributionBucket());
|
| o.add(buildPointDistributionBucket());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1274(core.List<api.PointDistributionBucket> o) {
|
| +checkUnnamed1174(core.List<api.PointDistributionBucket> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPointDistributionBucket(o[0]);
|
| checkPointDistributionBucket(o[1]);
|
| @@ -320,7 +320,7 @@ buildPointDistribution() {
|
| var o = new api.PointDistribution();
|
| buildCounterPointDistribution++;
|
| if (buildCounterPointDistribution < 3) {
|
| - o.buckets = buildUnnamed1274();
|
| + o.buckets = buildUnnamed1174();
|
| o.overflowBucket = buildPointDistributionOverflowBucket();
|
| o.underflowBucket = buildPointDistributionUnderflowBucket();
|
| }
|
| @@ -331,7 +331,7 @@ buildPointDistribution() {
|
| checkPointDistribution(api.PointDistribution o) {
|
| buildCounterPointDistribution++;
|
| if (buildCounterPointDistribution < 3) {
|
| - checkUnnamed1274(o.buckets);
|
| + checkUnnamed1174(o.buckets);
|
| checkPointDistributionOverflowBucket(o.overflowBucket);
|
| checkPointDistributionUnderflowBucket(o.underflowBucket);
|
| }
|
| @@ -403,14 +403,14 @@ checkPointDistributionUnderflowBucket(api.PointDistributionUnderflowBucket o) {
|
| buildCounterPointDistributionUnderflowBucket--;
|
| }
|
|
|
| -buildUnnamed1275() {
|
| +buildUnnamed1175() {
|
| var o = new core.List<api.Point>();
|
| o.add(buildPoint());
|
| o.add(buildPoint());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1275(core.List<api.Point> o) {
|
| +checkUnnamed1175(core.List<api.Point> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPoint(o[0]);
|
| checkPoint(o[1]);
|
| @@ -421,7 +421,7 @@ buildTimeseries() {
|
| var o = new api.Timeseries();
|
| buildCounterTimeseries++;
|
| if (buildCounterTimeseries < 3) {
|
| - o.points = buildUnnamed1275();
|
| + o.points = buildUnnamed1175();
|
| o.timeseriesDesc = buildTimeseriesDescriptor();
|
| }
|
| buildCounterTimeseries--;
|
| @@ -431,20 +431,20 @@ buildTimeseries() {
|
| checkTimeseries(api.Timeseries o) {
|
| buildCounterTimeseries++;
|
| if (buildCounterTimeseries < 3) {
|
| - checkUnnamed1275(o.points);
|
| + checkUnnamed1175(o.points);
|
| checkTimeseriesDescriptor(o.timeseriesDesc);
|
| }
|
| buildCounterTimeseries--;
|
| }
|
|
|
| -buildUnnamed1276() {
|
| +buildUnnamed1176() {
|
| var o = new core.Map<core.String, core.String>();
|
| o["x"] = "foo";
|
| o["y"] = "foo";
|
| return o;
|
| }
|
|
|
| -checkUnnamed1276(core.Map<core.String, core.String> o) {
|
| +checkUnnamed1176(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'));
|
| @@ -455,7 +455,7 @@ buildTimeseriesDescriptor() {
|
| var o = new api.TimeseriesDescriptor();
|
| buildCounterTimeseriesDescriptor++;
|
| if (buildCounterTimeseriesDescriptor < 3) {
|
| - o.labels = buildUnnamed1276();
|
| + o.labels = buildUnnamed1176();
|
| o.metric = "foo";
|
| o.project = "foo";
|
| }
|
| @@ -466,7 +466,7 @@ buildTimeseriesDescriptor() {
|
| checkTimeseriesDescriptor(api.TimeseriesDescriptor o) {
|
| buildCounterTimeseriesDescriptor++;
|
| if (buildCounterTimeseriesDescriptor < 3) {
|
| - checkUnnamed1276(o.labels);
|
| + checkUnnamed1176(o.labels);
|
| unittest.expect(o.metric, unittest.equals('foo'));
|
| unittest.expect(o.project, unittest.equals('foo'));
|
| }
|
| @@ -494,27 +494,27 @@ checkTimeseriesDescriptorLabel(api.TimeseriesDescriptorLabel o) {
|
| buildCounterTimeseriesDescriptorLabel--;
|
| }
|
|
|
| -buildUnnamed1277() {
|
| +buildUnnamed1177() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1277(core.List<core.String> o) {
|
| +checkUnnamed1177(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'));
|
| }
|
|
|
| -buildUnnamed1278() {
|
| +buildUnnamed1178() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1278(core.List<core.String> o) {
|
| +checkUnnamed1178(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'));
|
| @@ -741,7 +741,7 @@ main() {
|
| var arg_metric = "foo";
|
| var arg_youngest = "foo";
|
| var arg_count = 42;
|
| - var arg_labels = buildUnnamed1277();
|
| + var arg_labels = buildUnnamed1177();
|
| var arg_oldest = "foo";
|
| var arg_pageToken = "foo";
|
| var arg_timespan = "foo";
|
| @@ -804,7 +804,7 @@ main() {
|
| var arg_metric = "foo";
|
| var arg_youngest = "foo";
|
| var arg_count = 42;
|
| - var arg_labels = buildUnnamed1278();
|
| + var arg_labels = buildUnnamed1178();
|
| var arg_oldest = "foo";
|
| var arg_pageToken = "foo";
|
| var arg_timespan = "foo";
|
|
|