| Index: generated/googleapis/test/fitness/v1_test.dart
|
| diff --git a/generated/googleapis/test/fitness/v1_test.dart b/generated/googleapis/test/fitness/v1_test.dart
|
| index dd3c5f168203813a57c9fe215d6037a2268483b7..985c4686e1a0fc556f0987184066c58334ab4fcd 100644
|
| --- a/generated/googleapis/test/fitness/v1_test.dart
|
| +++ b/generated/googleapis/test/fitness/v1_test.dart
|
| @@ -51,14 +51,14 @@ http.StreamedResponse stringResponse(
|
| return new http.StreamedResponse(stream, status, headers: headers);
|
| }
|
|
|
| -buildUnnamed2527() {
|
| +buildUnnamed2244() {
|
| var o = new core.List<api.Dataset>();
|
| o.add(buildDataset());
|
| o.add(buildDataset());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2527(core.List<api.Dataset> o) {
|
| +checkUnnamed2244(core.List<api.Dataset> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDataset(o[0]);
|
| checkDataset(o[1]);
|
| @@ -70,7 +70,7 @@ buildAggregateBucket() {
|
| buildCounterAggregateBucket++;
|
| if (buildCounterAggregateBucket < 3) {
|
| o.activity = 42;
|
| - o.dataset = buildUnnamed2527();
|
| + o.dataset = buildUnnamed2244();
|
| o.endTimeMillis = "foo";
|
| o.session = buildSession();
|
| o.startTimeMillis = "foo";
|
| @@ -84,7 +84,7 @@ checkAggregateBucket(api.AggregateBucket o) {
|
| buildCounterAggregateBucket++;
|
| if (buildCounterAggregateBucket < 3) {
|
| unittest.expect(o.activity, unittest.equals(42));
|
| - checkUnnamed2527(o.dataset);
|
| + checkUnnamed2244(o.dataset);
|
| unittest.expect(o.endTimeMillis, unittest.equals('foo'));
|
| checkSession(o.session);
|
| unittest.expect(o.startTimeMillis, unittest.equals('foo'));
|
| @@ -114,27 +114,27 @@ checkAggregateBy(api.AggregateBy o) {
|
| buildCounterAggregateBy--;
|
| }
|
|
|
| -buildUnnamed2528() {
|
| +buildUnnamed2245() {
|
| var o = new core.List<api.AggregateBy>();
|
| o.add(buildAggregateBy());
|
| o.add(buildAggregateBy());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2528(core.List<api.AggregateBy> o) {
|
| +checkUnnamed2245(core.List<api.AggregateBy> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAggregateBy(o[0]);
|
| checkAggregateBy(o[1]);
|
| }
|
|
|
| -buildUnnamed2529() {
|
| +buildUnnamed2246() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2529(core.List<core.String> o) {
|
| +checkUnnamed2246(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'));
|
| @@ -145,13 +145,13 @@ buildAggregateRequest() {
|
| var o = new api.AggregateRequest();
|
| buildCounterAggregateRequest++;
|
| if (buildCounterAggregateRequest < 3) {
|
| - o.aggregateBy = buildUnnamed2528();
|
| + o.aggregateBy = buildUnnamed2245();
|
| o.bucketByActivitySegment = buildBucketByActivity();
|
| o.bucketByActivityType = buildBucketByActivity();
|
| o.bucketBySession = buildBucketBySession();
|
| o.bucketByTime = buildBucketByTime();
|
| o.endTimeMillis = "foo";
|
| - o.filteredDataQualityStandard = buildUnnamed2529();
|
| + o.filteredDataQualityStandard = buildUnnamed2246();
|
| o.startTimeMillis = "foo";
|
| }
|
| buildCounterAggregateRequest--;
|
| @@ -161,26 +161,26 @@ buildAggregateRequest() {
|
| checkAggregateRequest(api.AggregateRequest o) {
|
| buildCounterAggregateRequest++;
|
| if (buildCounterAggregateRequest < 3) {
|
| - checkUnnamed2528(o.aggregateBy);
|
| + checkUnnamed2245(o.aggregateBy);
|
| checkBucketByActivity(o.bucketByActivitySegment);
|
| checkBucketByActivity(o.bucketByActivityType);
|
| checkBucketBySession(o.bucketBySession);
|
| checkBucketByTime(o.bucketByTime);
|
| unittest.expect(o.endTimeMillis, unittest.equals('foo'));
|
| - checkUnnamed2529(o.filteredDataQualityStandard);
|
| + checkUnnamed2246(o.filteredDataQualityStandard);
|
| unittest.expect(o.startTimeMillis, unittest.equals('foo'));
|
| }
|
| buildCounterAggregateRequest--;
|
| }
|
|
|
| -buildUnnamed2530() {
|
| +buildUnnamed2247() {
|
| var o = new core.List<api.AggregateBucket>();
|
| o.add(buildAggregateBucket());
|
| o.add(buildAggregateBucket());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2530(core.List<api.AggregateBucket> o) {
|
| +checkUnnamed2247(core.List<api.AggregateBucket> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAggregateBucket(o[0]);
|
| checkAggregateBucket(o[1]);
|
| @@ -191,7 +191,7 @@ buildAggregateResponse() {
|
| var o = new api.AggregateResponse();
|
| buildCounterAggregateResponse++;
|
| if (buildCounterAggregateResponse < 3) {
|
| - o.bucket = buildUnnamed2530();
|
| + o.bucket = buildUnnamed2247();
|
| }
|
| buildCounterAggregateResponse--;
|
| return o;
|
| @@ -200,7 +200,7 @@ buildAggregateResponse() {
|
| checkAggregateResponse(api.AggregateResponse o) {
|
| buildCounterAggregateResponse++;
|
| if (buildCounterAggregateResponse < 3) {
|
| - checkUnnamed2530(o.bucket);
|
| + checkUnnamed2247(o.bucket);
|
| }
|
| buildCounterAggregateResponse--;
|
| }
|
| @@ -314,14 +314,14 @@ checkBucketByTimePeriod(api.BucketByTimePeriod o) {
|
| buildCounterBucketByTimePeriod--;
|
| }
|
|
|
| -buildUnnamed2531() {
|
| +buildUnnamed2248() {
|
| var o = new core.List<api.Value>();
|
| o.add(buildValue());
|
| o.add(buildValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2531(core.List<api.Value> o) {
|
| +checkUnnamed2248(core.List<api.Value> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkValue(o[0]);
|
| checkValue(o[1]);
|
| @@ -339,7 +339,7 @@ buildDataPoint() {
|
| o.originDataSourceId = "foo";
|
| o.rawTimestampNanos = "foo";
|
| o.startTimeNanos = "foo";
|
| - o.value = buildUnnamed2531();
|
| + o.value = buildUnnamed2248();
|
| }
|
| buildCounterDataPoint--;
|
| return o;
|
| @@ -355,19 +355,19 @@ checkDataPoint(api.DataPoint o) {
|
| unittest.expect(o.originDataSourceId, unittest.equals('foo'));
|
| unittest.expect(o.rawTimestampNanos, unittest.equals('foo'));
|
| unittest.expect(o.startTimeNanos, unittest.equals('foo'));
|
| - checkUnnamed2531(o.value);
|
| + checkUnnamed2248(o.value);
|
| }
|
| buildCounterDataPoint--;
|
| }
|
|
|
| -buildUnnamed2532() {
|
| +buildUnnamed2249() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2532(core.List<core.String> o) {
|
| +checkUnnamed2249(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'));
|
| @@ -379,7 +379,7 @@ buildDataSource() {
|
| buildCounterDataSource++;
|
| if (buildCounterDataSource < 3) {
|
| o.application = buildApplication();
|
| - o.dataQualityStandard = buildUnnamed2532();
|
| + o.dataQualityStandard = buildUnnamed2249();
|
| o.dataStreamId = "foo";
|
| o.dataStreamName = "foo";
|
| o.dataType = buildDataType();
|
| @@ -395,7 +395,7 @@ checkDataSource(api.DataSource o) {
|
| buildCounterDataSource++;
|
| if (buildCounterDataSource < 3) {
|
| checkApplication(o.application);
|
| - checkUnnamed2532(o.dataQualityStandard);
|
| + checkUnnamed2249(o.dataQualityStandard);
|
| unittest.expect(o.dataStreamId, unittest.equals('foo'));
|
| unittest.expect(o.dataStreamName, unittest.equals('foo'));
|
| checkDataType(o.dataType);
|
| @@ -406,14 +406,14 @@ checkDataSource(api.DataSource o) {
|
| buildCounterDataSource--;
|
| }
|
|
|
| -buildUnnamed2533() {
|
| +buildUnnamed2250() {
|
| var o = new core.List<api.DataTypeField>();
|
| o.add(buildDataTypeField());
|
| o.add(buildDataTypeField());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2533(core.List<api.DataTypeField> o) {
|
| +checkUnnamed2250(core.List<api.DataTypeField> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDataTypeField(o[0]);
|
| checkDataTypeField(o[1]);
|
| @@ -424,7 +424,7 @@ buildDataType() {
|
| var o = new api.DataType();
|
| buildCounterDataType++;
|
| if (buildCounterDataType < 3) {
|
| - o.field = buildUnnamed2533();
|
| + o.field = buildUnnamed2250();
|
| o.name = "foo";
|
| }
|
| buildCounterDataType--;
|
| @@ -434,7 +434,7 @@ buildDataType() {
|
| checkDataType(api.DataType o) {
|
| buildCounterDataType++;
|
| if (buildCounterDataType < 3) {
|
| - checkUnnamed2533(o.field);
|
| + checkUnnamed2250(o.field);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| }
|
| buildCounterDataType--;
|
| @@ -463,14 +463,14 @@ checkDataTypeField(api.DataTypeField o) {
|
| buildCounterDataTypeField--;
|
| }
|
|
|
| -buildUnnamed2534() {
|
| +buildUnnamed2251() {
|
| var o = new core.List<api.DataPoint>();
|
| o.add(buildDataPoint());
|
| o.add(buildDataPoint());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2534(core.List<api.DataPoint> o) {
|
| +checkUnnamed2251(core.List<api.DataPoint> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDataPoint(o[0]);
|
| checkDataPoint(o[1]);
|
| @@ -485,7 +485,7 @@ buildDataset() {
|
| o.maxEndTimeNs = "foo";
|
| o.minStartTimeNs = "foo";
|
| o.nextPageToken = "foo";
|
| - o.point = buildUnnamed2534();
|
| + o.point = buildUnnamed2251();
|
| }
|
| buildCounterDataset--;
|
| return o;
|
| @@ -498,7 +498,7 @@ checkDataset(api.Dataset o) {
|
| unittest.expect(o.maxEndTimeNs, unittest.equals('foo'));
|
| unittest.expect(o.minStartTimeNs, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed2534(o.point);
|
| + checkUnnamed2251(o.point);
|
| }
|
| buildCounterDataset--;
|
| }
|
| @@ -530,14 +530,14 @@ checkDevice(api.Device o) {
|
| buildCounterDevice--;
|
| }
|
|
|
| -buildUnnamed2535() {
|
| +buildUnnamed2252() {
|
| var o = new core.List<api.DataSource>();
|
| o.add(buildDataSource());
|
| o.add(buildDataSource());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2535(core.List<api.DataSource> o) {
|
| +checkUnnamed2252(core.List<api.DataSource> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDataSource(o[0]);
|
| checkDataSource(o[1]);
|
| @@ -548,7 +548,7 @@ buildListDataSourcesResponse() {
|
| var o = new api.ListDataSourcesResponse();
|
| buildCounterListDataSourcesResponse++;
|
| if (buildCounterListDataSourcesResponse < 3) {
|
| - o.dataSource = buildUnnamed2535();
|
| + o.dataSource = buildUnnamed2252();
|
| }
|
| buildCounterListDataSourcesResponse--;
|
| return o;
|
| @@ -557,32 +557,32 @@ buildListDataSourcesResponse() {
|
| checkListDataSourcesResponse(api.ListDataSourcesResponse o) {
|
| buildCounterListDataSourcesResponse++;
|
| if (buildCounterListDataSourcesResponse < 3) {
|
| - checkUnnamed2535(o.dataSource);
|
| + checkUnnamed2252(o.dataSource);
|
| }
|
| buildCounterListDataSourcesResponse--;
|
| }
|
|
|
| -buildUnnamed2536() {
|
| +buildUnnamed2253() {
|
| var o = new core.List<api.Session>();
|
| o.add(buildSession());
|
| o.add(buildSession());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2536(core.List<api.Session> o) {
|
| +checkUnnamed2253(core.List<api.Session> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSession(o[0]);
|
| checkSession(o[1]);
|
| }
|
|
|
| -buildUnnamed2537() {
|
| +buildUnnamed2254() {
|
| var o = new core.List<api.Session>();
|
| o.add(buildSession());
|
| o.add(buildSession());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2537(core.List<api.Session> o) {
|
| +checkUnnamed2254(core.List<api.Session> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSession(o[0]);
|
| checkSession(o[1]);
|
| @@ -593,9 +593,9 @@ buildListSessionsResponse() {
|
| var o = new api.ListSessionsResponse();
|
| buildCounterListSessionsResponse++;
|
| if (buildCounterListSessionsResponse < 3) {
|
| - o.deletedSession = buildUnnamed2536();
|
| + o.deletedSession = buildUnnamed2253();
|
| o.nextPageToken = "foo";
|
| - o.session = buildUnnamed2537();
|
| + o.session = buildUnnamed2254();
|
| }
|
| buildCounterListSessionsResponse--;
|
| return o;
|
| @@ -604,9 +604,9 @@ buildListSessionsResponse() {
|
| checkListSessionsResponse(api.ListSessionsResponse o) {
|
| buildCounterListSessionsResponse++;
|
| if (buildCounterListSessionsResponse < 3) {
|
| - checkUnnamed2536(o.deletedSession);
|
| + checkUnnamed2253(o.deletedSession);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed2537(o.session);
|
| + checkUnnamed2254(o.session);
|
| }
|
| buildCounterListSessionsResponse--;
|
| }
|
| @@ -665,14 +665,14 @@ checkSession(api.Session o) {
|
| buildCounterSession--;
|
| }
|
|
|
| -buildUnnamed2538() {
|
| +buildUnnamed2255() {
|
| var o = new core.List<api.ValueMapValEntry>();
|
| o.add(buildValueMapValEntry());
|
| o.add(buildValueMapValEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2538(core.List<api.ValueMapValEntry> o) {
|
| +checkUnnamed2255(core.List<api.ValueMapValEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkValueMapValEntry(o[0]);
|
| checkValueMapValEntry(o[1]);
|
| @@ -685,7 +685,7 @@ buildValue() {
|
| if (buildCounterValue < 3) {
|
| o.fpVal = 42.0;
|
| o.intVal = 42;
|
| - o.mapVal = buildUnnamed2538();
|
| + o.mapVal = buildUnnamed2255();
|
| o.stringVal = "foo";
|
| }
|
| buildCounterValue--;
|
| @@ -697,7 +697,7 @@ checkValue(api.Value o) {
|
| if (buildCounterValue < 3) {
|
| unittest.expect(o.fpVal, unittest.equals(42.0));
|
| unittest.expect(o.intVal, unittest.equals(42));
|
| - checkUnnamed2538(o.mapVal);
|
| + checkUnnamed2255(o.mapVal);
|
| unittest.expect(o.stringVal, unittest.equals('foo'));
|
| }
|
| buildCounterValue--;
|
| @@ -724,14 +724,14 @@ checkValueMapValEntry(api.ValueMapValEntry o) {
|
| buildCounterValueMapValEntry--;
|
| }
|
|
|
| -buildUnnamed2539() {
|
| +buildUnnamed2256() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2539(core.List<core.String> o) {
|
| +checkUnnamed2256(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'));
|
| @@ -1066,7 +1066,7 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.UsersDataSourcesResourceApi res = new api.FitnessApi(mock).users.dataSources;
|
| var arg_userId = "foo";
|
| - var arg_dataTypeName = buildUnnamed2539();
|
| + var arg_dataTypeName = buildUnnamed2256();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
|
|