| 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 b972a0165de3a57eb44dcd2b97be165a1f896490..6bbbdfe9cb8566b4eb555112b2faea3af371c58e 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);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1633() {
 | 
| +buildUnnamed1701() {
 | 
|    var o = new core.List<api.Dataset>();
 | 
|    o.add(buildDataset());
 | 
|    o.add(buildDataset());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1633(core.List<api.Dataset> o) {
 | 
| +checkUnnamed1701(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 = buildUnnamed1633();
 | 
| +    o.dataset = buildUnnamed1701();
 | 
|      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));
 | 
| -    checkUnnamed1633(o.dataset);
 | 
| +    checkUnnamed1701(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--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1634() {
 | 
| +buildUnnamed1702() {
 | 
|    var o = new core.List<api.AggregateBy>();
 | 
|    o.add(buildAggregateBy());
 | 
|    o.add(buildAggregateBy());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1634(core.List<api.AggregateBy> o) {
 | 
| +checkUnnamed1702(core.List<api.AggregateBy> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAggregateBy(o[0]);
 | 
|    checkAggregateBy(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1635() {
 | 
| +buildUnnamed1703() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1635(core.List<core.String> o) {
 | 
| +checkUnnamed1703(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 = buildUnnamed1634();
 | 
| +    o.aggregateBy = buildUnnamed1702();
 | 
|      o.bucketByActivitySegment = buildBucketByActivity();
 | 
|      o.bucketByActivityType = buildBucketByActivity();
 | 
|      o.bucketBySession = buildBucketBySession();
 | 
|      o.bucketByTime = buildBucketByTime();
 | 
|      o.endTimeMillis = "foo";
 | 
| -    o.filteredDataQualityStandard = buildUnnamed1635();
 | 
| +    o.filteredDataQualityStandard = buildUnnamed1703();
 | 
|      o.startTimeMillis = "foo";
 | 
|    }
 | 
|    buildCounterAggregateRequest--;
 | 
| @@ -161,26 +161,26 @@ buildAggregateRequest() {
 | 
|  checkAggregateRequest(api.AggregateRequest o) {
 | 
|    buildCounterAggregateRequest++;
 | 
|    if (buildCounterAggregateRequest < 3) {
 | 
| -    checkUnnamed1634(o.aggregateBy);
 | 
| +    checkUnnamed1702(o.aggregateBy);
 | 
|      checkBucketByActivity(o.bucketByActivitySegment);
 | 
|      checkBucketByActivity(o.bucketByActivityType);
 | 
|      checkBucketBySession(o.bucketBySession);
 | 
|      checkBucketByTime(o.bucketByTime);
 | 
|      unittest.expect(o.endTimeMillis, unittest.equals('foo'));
 | 
| -    checkUnnamed1635(o.filteredDataQualityStandard);
 | 
| +    checkUnnamed1703(o.filteredDataQualityStandard);
 | 
|      unittest.expect(o.startTimeMillis, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterAggregateRequest--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1636() {
 | 
| +buildUnnamed1704() {
 | 
|    var o = new core.List<api.AggregateBucket>();
 | 
|    o.add(buildAggregateBucket());
 | 
|    o.add(buildAggregateBucket());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1636(core.List<api.AggregateBucket> o) {
 | 
| +checkUnnamed1704(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 = buildUnnamed1636();
 | 
| +    o.bucket = buildUnnamed1704();
 | 
|    }
 | 
|    buildCounterAggregateResponse--;
 | 
|    return o;
 | 
| @@ -200,7 +200,7 @@ buildAggregateResponse() {
 | 
|  checkAggregateResponse(api.AggregateResponse o) {
 | 
|    buildCounterAggregateResponse++;
 | 
|    if (buildCounterAggregateResponse < 3) {
 | 
| -    checkUnnamed1636(o.bucket);
 | 
| +    checkUnnamed1704(o.bucket);
 | 
|    }
 | 
|    buildCounterAggregateResponse--;
 | 
|  }
 | 
| @@ -314,14 +314,14 @@ checkBucketByTimePeriod(api.BucketByTimePeriod o) {
 | 
|    buildCounterBucketByTimePeriod--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1637() {
 | 
| +buildUnnamed1705() {
 | 
|    var o = new core.List<api.Value>();
 | 
|    o.add(buildValue());
 | 
|    o.add(buildValue());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1637(core.List<api.Value> o) {
 | 
| +checkUnnamed1705(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 = buildUnnamed1637();
 | 
| +    o.value = buildUnnamed1705();
 | 
|    }
 | 
|    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'));
 | 
| -    checkUnnamed1637(o.value);
 | 
| +    checkUnnamed1705(o.value);
 | 
|    }
 | 
|    buildCounterDataPoint--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1638() {
 | 
| +buildUnnamed1706() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1638(core.List<core.String> o) {
 | 
| +checkUnnamed1706(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 = buildUnnamed1638();
 | 
| +    o.dataQualityStandard = buildUnnamed1706();
 | 
|      o.dataStreamId = "foo";
 | 
|      o.dataStreamName = "foo";
 | 
|      o.dataType = buildDataType();
 | 
| @@ -395,7 +395,7 @@ checkDataSource(api.DataSource o) {
 | 
|    buildCounterDataSource++;
 | 
|    if (buildCounterDataSource < 3) {
 | 
|      checkApplication(o.application);
 | 
| -    checkUnnamed1638(o.dataQualityStandard);
 | 
| +    checkUnnamed1706(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--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1639() {
 | 
| +buildUnnamed1707() {
 | 
|    var o = new core.List<api.DataTypeField>();
 | 
|    o.add(buildDataTypeField());
 | 
|    o.add(buildDataTypeField());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1639(core.List<api.DataTypeField> o) {
 | 
| +checkUnnamed1707(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 = buildUnnamed1639();
 | 
| +    o.field = buildUnnamed1707();
 | 
|      o.name = "foo";
 | 
|    }
 | 
|    buildCounterDataType--;
 | 
| @@ -434,7 +434,7 @@ buildDataType() {
 | 
|  checkDataType(api.DataType o) {
 | 
|    buildCounterDataType++;
 | 
|    if (buildCounterDataType < 3) {
 | 
| -    checkUnnamed1639(o.field);
 | 
| +    checkUnnamed1707(o.field);
 | 
|      unittest.expect(o.name, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterDataType--;
 | 
| @@ -463,14 +463,14 @@ checkDataTypeField(api.DataTypeField o) {
 | 
|    buildCounterDataTypeField--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1640() {
 | 
| +buildUnnamed1708() {
 | 
|    var o = new core.List<api.DataPoint>();
 | 
|    o.add(buildDataPoint());
 | 
|    o.add(buildDataPoint());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1640(core.List<api.DataPoint> o) {
 | 
| +checkUnnamed1708(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 = buildUnnamed1640();
 | 
| +    o.point = buildUnnamed1708();
 | 
|    }
 | 
|    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'));
 | 
| -    checkUnnamed1640(o.point);
 | 
| +    checkUnnamed1708(o.point);
 | 
|    }
 | 
|    buildCounterDataset--;
 | 
|  }
 | 
| @@ -530,14 +530,14 @@ checkDevice(api.Device o) {
 | 
|    buildCounterDevice--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1641() {
 | 
| +buildUnnamed1709() {
 | 
|    var o = new core.List<api.DataSource>();
 | 
|    o.add(buildDataSource());
 | 
|    o.add(buildDataSource());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1641(core.List<api.DataSource> o) {
 | 
| +checkUnnamed1709(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 = buildUnnamed1641();
 | 
| +    o.dataSource = buildUnnamed1709();
 | 
|    }
 | 
|    buildCounterListDataSourcesResponse--;
 | 
|    return o;
 | 
| @@ -557,32 +557,32 @@ buildListDataSourcesResponse() {
 | 
|  checkListDataSourcesResponse(api.ListDataSourcesResponse o) {
 | 
|    buildCounterListDataSourcesResponse++;
 | 
|    if (buildCounterListDataSourcesResponse < 3) {
 | 
| -    checkUnnamed1641(o.dataSource);
 | 
| +    checkUnnamed1709(o.dataSource);
 | 
|    }
 | 
|    buildCounterListDataSourcesResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1642() {
 | 
| +buildUnnamed1710() {
 | 
|    var o = new core.List<api.Session>();
 | 
|    o.add(buildSession());
 | 
|    o.add(buildSession());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1642(core.List<api.Session> o) {
 | 
| +checkUnnamed1710(core.List<api.Session> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkSession(o[0]);
 | 
|    checkSession(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1643() {
 | 
| +buildUnnamed1711() {
 | 
|    var o = new core.List<api.Session>();
 | 
|    o.add(buildSession());
 | 
|    o.add(buildSession());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1643(core.List<api.Session> o) {
 | 
| +checkUnnamed1711(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 = buildUnnamed1642();
 | 
| +    o.deletedSession = buildUnnamed1710();
 | 
|      o.hasMoreData = true;
 | 
|      o.nextPageToken = "foo";
 | 
| -    o.session = buildUnnamed1643();
 | 
| +    o.session = buildUnnamed1711();
 | 
|    }
 | 
|    buildCounterListSessionsResponse--;
 | 
|    return o;
 | 
| @@ -605,10 +605,10 @@ buildListSessionsResponse() {
 | 
|  checkListSessionsResponse(api.ListSessionsResponse o) {
 | 
|    buildCounterListSessionsResponse++;
 | 
|    if (buildCounterListSessionsResponse < 3) {
 | 
| -    checkUnnamed1642(o.deletedSession);
 | 
| +    checkUnnamed1710(o.deletedSession);
 | 
|      unittest.expect(o.hasMoreData, unittest.isTrue);
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
| -    checkUnnamed1643(o.session);
 | 
| +    checkUnnamed1711(o.session);
 | 
|    }
 | 
|    buildCounterListSessionsResponse--;
 | 
|  }
 | 
| @@ -667,14 +667,14 @@ checkSession(api.Session o) {
 | 
|    buildCounterSession--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1644() {
 | 
| +buildUnnamed1712() {
 | 
|    var o = new core.List<api.ValueMapValEntry>();
 | 
|    o.add(buildValueMapValEntry());
 | 
|    o.add(buildValueMapValEntry());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1644(core.List<api.ValueMapValEntry> o) {
 | 
| +checkUnnamed1712(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 = buildUnnamed1644();
 | 
| +    o.mapVal = buildUnnamed1712();
 | 
|      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));
 | 
| -    checkUnnamed1644(o.mapVal);
 | 
| +    checkUnnamed1712(o.mapVal);
 | 
|      unittest.expect(o.stringVal, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterValue--;
 | 
| @@ -726,14 +726,14 @@ checkValueMapValEntry(api.ValueMapValEntry o) {
 | 
|    buildCounterValueMapValEntry--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed1645() {
 | 
| +buildUnnamed1713() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed1645(core.List<core.String> o) {
 | 
| +checkUnnamed1713(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 = buildUnnamed1645();
 | 
| +      var arg_dataTypeName = buildUnnamed1713();
 | 
|        mock.register(unittest.expectAsync((http.BaseRequest req, json) {
 | 
|          var path = (req.url).path;
 | 
|          var pathOffset = 0;
 | 
| 
 |