| Index: generated/googleapis/test/cloudlatencytest/v2_test.dart
|
| diff --git a/generated/googleapis/test/cloudlatencytest/v2_test.dart b/generated/googleapis/test/cloudlatencytest/v2_test.dart
|
| index b38630fdcb9bf24e43da8e758884cd036e527c62..599aad270a91c1c4a85ec2d9da0b9ebe703b6671 100644
|
| --- a/generated/googleapis/test/cloudlatencytest/v2_test.dart
|
| +++ b/generated/googleapis/test/cloudlatencytest/v2_test.dart
|
| @@ -51,14 +51,14 @@ http.StreamedResponse stringResponse(
|
| return new http.StreamedResponse(stream, status, headers: headers);
|
| }
|
|
|
| -buildUnnamed510() {
|
| +buildUnnamed1299() {
|
| var o = new core.List<api.Stats>();
|
| o.add(buildStats());
|
| o.add(buildStats());
|
| return o;
|
| }
|
|
|
| -checkUnnamed510(core.List<api.Stats> o) {
|
| +checkUnnamed1299(core.List<api.Stats> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkStats(o[0]);
|
| checkStats(o[1]);
|
| @@ -69,7 +69,7 @@ buildAggregatedStats() {
|
| var o = new api.AggregatedStats();
|
| buildCounterAggregatedStats++;
|
| if (buildCounterAggregatedStats < 3) {
|
| - o.stats = buildUnnamed510();
|
| + o.stats = buildUnnamed1299();
|
| }
|
| buildCounterAggregatedStats--;
|
| return o;
|
| @@ -78,7 +78,7 @@ buildAggregatedStats() {
|
| checkAggregatedStats(api.AggregatedStats o) {
|
| buildCounterAggregatedStats++;
|
| if (buildCounterAggregatedStats < 3) {
|
| - checkUnnamed510(o.stats);
|
| + checkUnnamed1299(o.stats);
|
| }
|
| buildCounterAggregatedStats--;
|
| }
|
| @@ -144,40 +144,40 @@ checkIntValue(api.IntValue o) {
|
| buildCounterIntValue--;
|
| }
|
|
|
| -buildUnnamed511() {
|
| +buildUnnamed1300() {
|
| var o = new core.List<api.DoubleValue>();
|
| o.add(buildDoubleValue());
|
| o.add(buildDoubleValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed511(core.List<api.DoubleValue> o) {
|
| +checkUnnamed1300(core.List<api.DoubleValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDoubleValue(o[0]);
|
| checkDoubleValue(o[1]);
|
| }
|
|
|
| -buildUnnamed512() {
|
| +buildUnnamed1301() {
|
| var o = new core.List<api.IntValue>();
|
| o.add(buildIntValue());
|
| o.add(buildIntValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed512(core.List<api.IntValue> o) {
|
| +checkUnnamed1301(core.List<api.IntValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkIntValue(o[0]);
|
| checkIntValue(o[1]);
|
| }
|
|
|
| -buildUnnamed513() {
|
| +buildUnnamed1302() {
|
| var o = new core.List<api.StringValue>();
|
| o.add(buildStringValue());
|
| o.add(buildStringValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed513(core.List<api.StringValue> o) {
|
| +checkUnnamed1302(core.List<api.StringValue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkStringValue(o[0]);
|
| checkStringValue(o[1]);
|
| @@ -188,9 +188,9 @@ buildStats() {
|
| var o = new api.Stats();
|
| buildCounterStats++;
|
| if (buildCounterStats < 3) {
|
| - o.doubleValues = buildUnnamed511();
|
| - o.intValues = buildUnnamed512();
|
| - o.stringValues = buildUnnamed513();
|
| + o.doubleValues = buildUnnamed1300();
|
| + o.intValues = buildUnnamed1301();
|
| + o.stringValues = buildUnnamed1302();
|
| o.time = 42.0;
|
| }
|
| buildCounterStats--;
|
| @@ -200,9 +200,9 @@ buildStats() {
|
| checkStats(api.Stats o) {
|
| buildCounterStats++;
|
| if (buildCounterStats < 3) {
|
| - checkUnnamed511(o.doubleValues);
|
| - checkUnnamed512(o.intValues);
|
| - checkUnnamed513(o.stringValues);
|
| + checkUnnamed1300(o.doubleValues);
|
| + checkUnnamed1301(o.intValues);
|
| + checkUnnamed1302(o.stringValues);
|
| unittest.expect(o.time, unittest.equals(42.0));
|
| }
|
| buildCounterStats--;
|
|
|