| 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 37bc15b01ac160afb97ba1698e4203f4ec5e164e..b972a0165de3a57eb44dcd2b97be165a1f896490 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);
|
| }
|
|
|
| -buildUnnamed1863() {
|
| +buildUnnamed1633() {
|
| var o = new core.List<api.Dataset>();
|
| o.add(buildDataset());
|
| o.add(buildDataset());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1863(core.List<api.Dataset> o) {
|
| +checkUnnamed1633(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 = buildUnnamed1863();
|
| + o.dataset = buildUnnamed1633();
|
| 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));
|
| - checkUnnamed1863(o.dataset);
|
| + checkUnnamed1633(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--;
|
| }
|
|
|
| -buildUnnamed1864() {
|
| +buildUnnamed1634() {
|
| var o = new core.List<api.AggregateBy>();
|
| o.add(buildAggregateBy());
|
| o.add(buildAggregateBy());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1864(core.List<api.AggregateBy> o) {
|
| +checkUnnamed1634(core.List<api.AggregateBy> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAggregateBy(o[0]);
|
| checkAggregateBy(o[1]);
|
| }
|
|
|
| -buildUnnamed1865() {
|
| +buildUnnamed1635() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1865(core.List<core.String> o) {
|
| +checkUnnamed1635(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 = buildUnnamed1864();
|
| + o.aggregateBy = buildUnnamed1634();
|
| o.bucketByActivitySegment = buildBucketByActivity();
|
| o.bucketByActivityType = buildBucketByActivity();
|
| o.bucketBySession = buildBucketBySession();
|
| o.bucketByTime = buildBucketByTime();
|
| o.endTimeMillis = "foo";
|
| - o.filteredDataQualityStandard = buildUnnamed1865();
|
| + o.filteredDataQualityStandard = buildUnnamed1635();
|
| o.startTimeMillis = "foo";
|
| }
|
| buildCounterAggregateRequest--;
|
| @@ -161,26 +161,26 @@ buildAggregateRequest() {
|
| checkAggregateRequest(api.AggregateRequest o) {
|
| buildCounterAggregateRequest++;
|
| if (buildCounterAggregateRequest < 3) {
|
| - checkUnnamed1864(o.aggregateBy);
|
| + checkUnnamed1634(o.aggregateBy);
|
| checkBucketByActivity(o.bucketByActivitySegment);
|
| checkBucketByActivity(o.bucketByActivityType);
|
| checkBucketBySession(o.bucketBySession);
|
| checkBucketByTime(o.bucketByTime);
|
| unittest.expect(o.endTimeMillis, unittest.equals('foo'));
|
| - checkUnnamed1865(o.filteredDataQualityStandard);
|
| + checkUnnamed1635(o.filteredDataQualityStandard);
|
| unittest.expect(o.startTimeMillis, unittest.equals('foo'));
|
| }
|
| buildCounterAggregateRequest--;
|
| }
|
|
|
| -buildUnnamed1866() {
|
| +buildUnnamed1636() {
|
| var o = new core.List<api.AggregateBucket>();
|
| o.add(buildAggregateBucket());
|
| o.add(buildAggregateBucket());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1866(core.List<api.AggregateBucket> o) {
|
| +checkUnnamed1636(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 = buildUnnamed1866();
|
| + o.bucket = buildUnnamed1636();
|
| }
|
| buildCounterAggregateResponse--;
|
| return o;
|
| @@ -200,7 +200,7 @@ buildAggregateResponse() {
|
| checkAggregateResponse(api.AggregateResponse o) {
|
| buildCounterAggregateResponse++;
|
| if (buildCounterAggregateResponse < 3) {
|
| - checkUnnamed1866(o.bucket);
|
| + checkUnnamed1636(o.bucket);
|
| }
|
| buildCounterAggregateResponse--;
|
| }
|
| @@ -314,14 +314,14 @@ checkBucketByTimePeriod(api.BucketByTimePeriod o) {
|
| buildCounterBucketByTimePeriod--;
|
| }
|
|
|
| -buildUnnamed1867() {
|
| +buildUnnamed1637() {
|
| var o = new core.List<api.Value>();
|
| o.add(buildValue());
|
| o.add(buildValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1867(core.List<api.Value> o) {
|
| +checkUnnamed1637(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 = buildUnnamed1867();
|
| + o.value = buildUnnamed1637();
|
| }
|
| 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'));
|
| - checkUnnamed1867(o.value);
|
| + checkUnnamed1637(o.value);
|
| }
|
| buildCounterDataPoint--;
|
| }
|
|
|
| -buildUnnamed1868() {
|
| +buildUnnamed1638() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1868(core.List<core.String> o) {
|
| +checkUnnamed1638(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 = buildUnnamed1868();
|
| + o.dataQualityStandard = buildUnnamed1638();
|
| o.dataStreamId = "foo";
|
| o.dataStreamName = "foo";
|
| o.dataType = buildDataType();
|
| @@ -395,7 +395,7 @@ checkDataSource(api.DataSource o) {
|
| buildCounterDataSource++;
|
| if (buildCounterDataSource < 3) {
|
| checkApplication(o.application);
|
| - checkUnnamed1868(o.dataQualityStandard);
|
| + checkUnnamed1638(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--;
|
| }
|
|
|
| -buildUnnamed1869() {
|
| +buildUnnamed1639() {
|
| var o = new core.List<api.DataTypeField>();
|
| o.add(buildDataTypeField());
|
| o.add(buildDataTypeField());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1869(core.List<api.DataTypeField> o) {
|
| +checkUnnamed1639(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 = buildUnnamed1869();
|
| + o.field = buildUnnamed1639();
|
| o.name = "foo";
|
| }
|
| buildCounterDataType--;
|
| @@ -434,7 +434,7 @@ buildDataType() {
|
| checkDataType(api.DataType o) {
|
| buildCounterDataType++;
|
| if (buildCounterDataType < 3) {
|
| - checkUnnamed1869(o.field);
|
| + checkUnnamed1639(o.field);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| }
|
| buildCounterDataType--;
|
| @@ -463,14 +463,14 @@ checkDataTypeField(api.DataTypeField o) {
|
| buildCounterDataTypeField--;
|
| }
|
|
|
| -buildUnnamed1870() {
|
| +buildUnnamed1640() {
|
| var o = new core.List<api.DataPoint>();
|
| o.add(buildDataPoint());
|
| o.add(buildDataPoint());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1870(core.List<api.DataPoint> o) {
|
| +checkUnnamed1640(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 = buildUnnamed1870();
|
| + o.point = buildUnnamed1640();
|
| }
|
| 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'));
|
| - checkUnnamed1870(o.point);
|
| + checkUnnamed1640(o.point);
|
| }
|
| buildCounterDataset--;
|
| }
|
| @@ -530,14 +530,14 @@ checkDevice(api.Device o) {
|
| buildCounterDevice--;
|
| }
|
|
|
| -buildUnnamed1871() {
|
| +buildUnnamed1641() {
|
| var o = new core.List<api.DataSource>();
|
| o.add(buildDataSource());
|
| o.add(buildDataSource());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1871(core.List<api.DataSource> o) {
|
| +checkUnnamed1641(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 = buildUnnamed1871();
|
| + o.dataSource = buildUnnamed1641();
|
| }
|
| buildCounterListDataSourcesResponse--;
|
| return o;
|
| @@ -557,32 +557,32 @@ buildListDataSourcesResponse() {
|
| checkListDataSourcesResponse(api.ListDataSourcesResponse o) {
|
| buildCounterListDataSourcesResponse++;
|
| if (buildCounterListDataSourcesResponse < 3) {
|
| - checkUnnamed1871(o.dataSource);
|
| + checkUnnamed1641(o.dataSource);
|
| }
|
| buildCounterListDataSourcesResponse--;
|
| }
|
|
|
| -buildUnnamed1872() {
|
| +buildUnnamed1642() {
|
| var o = new core.List<api.Session>();
|
| o.add(buildSession());
|
| o.add(buildSession());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1872(core.List<api.Session> o) {
|
| +checkUnnamed1642(core.List<api.Session> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSession(o[0]);
|
| checkSession(o[1]);
|
| }
|
|
|
| -buildUnnamed1873() {
|
| +buildUnnamed1643() {
|
| var o = new core.List<api.Session>();
|
| o.add(buildSession());
|
| o.add(buildSession());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1873(core.List<api.Session> o) {
|
| +checkUnnamed1643(core.List<api.Session> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSession(o[0]);
|
| checkSession(o[1]);
|
| @@ -593,10 +593,10 @@ buildListSessionsResponse() {
|
| var o = new api.ListSessionsResponse();
|
| buildCounterListSessionsResponse++;
|
| if (buildCounterListSessionsResponse < 3) {
|
| - o.deletedSession = buildUnnamed1872();
|
| + o.deletedSession = buildUnnamed1642();
|
| o.hasMoreData = true;
|
| o.nextPageToken = "foo";
|
| - o.session = buildUnnamed1873();
|
| + o.session = buildUnnamed1643();
|
| }
|
| buildCounterListSessionsResponse--;
|
| return o;
|
| @@ -605,10 +605,10 @@ buildListSessionsResponse() {
|
| checkListSessionsResponse(api.ListSessionsResponse o) {
|
| buildCounterListSessionsResponse++;
|
| if (buildCounterListSessionsResponse < 3) {
|
| - checkUnnamed1872(o.deletedSession);
|
| + checkUnnamed1642(o.deletedSession);
|
| unittest.expect(o.hasMoreData, unittest.isTrue);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1873(o.session);
|
| + checkUnnamed1643(o.session);
|
| }
|
| buildCounterListSessionsResponse--;
|
| }
|
| @@ -667,14 +667,14 @@ checkSession(api.Session o) {
|
| buildCounterSession--;
|
| }
|
|
|
| -buildUnnamed1874() {
|
| +buildUnnamed1644() {
|
| var o = new core.List<api.ValueMapValEntry>();
|
| o.add(buildValueMapValEntry());
|
| o.add(buildValueMapValEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1874(core.List<api.ValueMapValEntry> o) {
|
| +checkUnnamed1644(core.List<api.ValueMapValEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkValueMapValEntry(o[0]);
|
| checkValueMapValEntry(o[1]);
|
| @@ -687,7 +687,7 @@ buildValue() {
|
| if (buildCounterValue < 3) {
|
| o.fpVal = 42.0;
|
| o.intVal = 42;
|
| - o.mapVal = buildUnnamed1874();
|
| + o.mapVal = buildUnnamed1644();
|
| o.stringVal = "foo";
|
| }
|
| buildCounterValue--;
|
| @@ -699,7 +699,7 @@ checkValue(api.Value o) {
|
| if (buildCounterValue < 3) {
|
| unittest.expect(o.fpVal, unittest.equals(42.0));
|
| unittest.expect(o.intVal, unittest.equals(42));
|
| - checkUnnamed1874(o.mapVal);
|
| + checkUnnamed1644(o.mapVal);
|
| unittest.expect(o.stringVal, unittest.equals('foo'));
|
| }
|
| buildCounterValue--;
|
| @@ -726,14 +726,14 @@ checkValueMapValEntry(api.ValueMapValEntry o) {
|
| buildCounterValueMapValEntry--;
|
| }
|
|
|
| -buildUnnamed1875() {
|
| +buildUnnamed1645() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1875(core.List<core.String> o) {
|
| +checkUnnamed1645(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'));
|
| @@ -1068,7 +1068,7 @@ main() {
|
| var mock = new HttpServerMock();
|
| api.UsersDataSourcesResourceApi res = new api.FitnessApi(mock).users.dataSources;
|
| var arg_userId = "foo";
|
| - var arg_dataTypeName = buildUnnamed1875();
|
| + var arg_dataTypeName = buildUnnamed1645();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
|
|