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 6bbbdfe9cb8566b4eb555112b2faea3af371c58e..cd0b1e404b119f7a77c272f6966a54c861c3808d 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); |
} |
-buildUnnamed1701() { |
+buildUnnamed1713() { |
var o = new core.List<api.Dataset>(); |
o.add(buildDataset()); |
o.add(buildDataset()); |
return o; |
} |
-checkUnnamed1701(core.List<api.Dataset> o) { |
+checkUnnamed1713(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 = buildUnnamed1701(); |
+ o.dataset = buildUnnamed1713(); |
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)); |
- checkUnnamed1701(o.dataset); |
+ checkUnnamed1713(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--; |
} |
-buildUnnamed1702() { |
+buildUnnamed1714() { |
var o = new core.List<api.AggregateBy>(); |
o.add(buildAggregateBy()); |
o.add(buildAggregateBy()); |
return o; |
} |
-checkUnnamed1702(core.List<api.AggregateBy> o) { |
+checkUnnamed1714(core.List<api.AggregateBy> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkAggregateBy(o[0]); |
checkAggregateBy(o[1]); |
} |
-buildUnnamed1703() { |
+buildUnnamed1715() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1703(core.List<core.String> o) { |
+checkUnnamed1715(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 = buildUnnamed1702(); |
+ o.aggregateBy = buildUnnamed1714(); |
o.bucketByActivitySegment = buildBucketByActivity(); |
o.bucketByActivityType = buildBucketByActivity(); |
o.bucketBySession = buildBucketBySession(); |
o.bucketByTime = buildBucketByTime(); |
o.endTimeMillis = "foo"; |
- o.filteredDataQualityStandard = buildUnnamed1703(); |
+ o.filteredDataQualityStandard = buildUnnamed1715(); |
o.startTimeMillis = "foo"; |
} |
buildCounterAggregateRequest--; |
@@ -161,26 +161,26 @@ buildAggregateRequest() { |
checkAggregateRequest(api.AggregateRequest o) { |
buildCounterAggregateRequest++; |
if (buildCounterAggregateRequest < 3) { |
- checkUnnamed1702(o.aggregateBy); |
+ checkUnnamed1714(o.aggregateBy); |
checkBucketByActivity(o.bucketByActivitySegment); |
checkBucketByActivity(o.bucketByActivityType); |
checkBucketBySession(o.bucketBySession); |
checkBucketByTime(o.bucketByTime); |
unittest.expect(o.endTimeMillis, unittest.equals('foo')); |
- checkUnnamed1703(o.filteredDataQualityStandard); |
+ checkUnnamed1715(o.filteredDataQualityStandard); |
unittest.expect(o.startTimeMillis, unittest.equals('foo')); |
} |
buildCounterAggregateRequest--; |
} |
-buildUnnamed1704() { |
+buildUnnamed1716() { |
var o = new core.List<api.AggregateBucket>(); |
o.add(buildAggregateBucket()); |
o.add(buildAggregateBucket()); |
return o; |
} |
-checkUnnamed1704(core.List<api.AggregateBucket> o) { |
+checkUnnamed1716(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 = buildUnnamed1704(); |
+ o.bucket = buildUnnamed1716(); |
} |
buildCounterAggregateResponse--; |
return o; |
@@ -200,7 +200,7 @@ buildAggregateResponse() { |
checkAggregateResponse(api.AggregateResponse o) { |
buildCounterAggregateResponse++; |
if (buildCounterAggregateResponse < 3) { |
- checkUnnamed1704(o.bucket); |
+ checkUnnamed1716(o.bucket); |
} |
buildCounterAggregateResponse--; |
} |
@@ -314,14 +314,14 @@ checkBucketByTimePeriod(api.BucketByTimePeriod o) { |
buildCounterBucketByTimePeriod--; |
} |
-buildUnnamed1705() { |
+buildUnnamed1717() { |
var o = new core.List<api.Value>(); |
o.add(buildValue()); |
o.add(buildValue()); |
return o; |
} |
-checkUnnamed1705(core.List<api.Value> o) { |
+checkUnnamed1717(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 = buildUnnamed1705(); |
+ o.value = buildUnnamed1717(); |
} |
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')); |
- checkUnnamed1705(o.value); |
+ checkUnnamed1717(o.value); |
} |
buildCounterDataPoint--; |
} |
-buildUnnamed1706() { |
+buildUnnamed1718() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1706(core.List<core.String> o) { |
+checkUnnamed1718(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 = buildUnnamed1706(); |
+ o.dataQualityStandard = buildUnnamed1718(); |
o.dataStreamId = "foo"; |
o.dataStreamName = "foo"; |
o.dataType = buildDataType(); |
@@ -395,7 +395,7 @@ checkDataSource(api.DataSource o) { |
buildCounterDataSource++; |
if (buildCounterDataSource < 3) { |
checkApplication(o.application); |
- checkUnnamed1706(o.dataQualityStandard); |
+ checkUnnamed1718(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--; |
} |
-buildUnnamed1707() { |
+buildUnnamed1719() { |
var o = new core.List<api.DataTypeField>(); |
o.add(buildDataTypeField()); |
o.add(buildDataTypeField()); |
return o; |
} |
-checkUnnamed1707(core.List<api.DataTypeField> o) { |
+checkUnnamed1719(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 = buildUnnamed1707(); |
+ o.field = buildUnnamed1719(); |
o.name = "foo"; |
} |
buildCounterDataType--; |
@@ -434,7 +434,7 @@ buildDataType() { |
checkDataType(api.DataType o) { |
buildCounterDataType++; |
if (buildCounterDataType < 3) { |
- checkUnnamed1707(o.field); |
+ checkUnnamed1719(o.field); |
unittest.expect(o.name, unittest.equals('foo')); |
} |
buildCounterDataType--; |
@@ -463,14 +463,14 @@ checkDataTypeField(api.DataTypeField o) { |
buildCounterDataTypeField--; |
} |
-buildUnnamed1708() { |
+buildUnnamed1720() { |
var o = new core.List<api.DataPoint>(); |
o.add(buildDataPoint()); |
o.add(buildDataPoint()); |
return o; |
} |
-checkUnnamed1708(core.List<api.DataPoint> o) { |
+checkUnnamed1720(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 = buildUnnamed1708(); |
+ o.point = buildUnnamed1720(); |
} |
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')); |
- checkUnnamed1708(o.point); |
+ checkUnnamed1720(o.point); |
} |
buildCounterDataset--; |
} |
@@ -530,14 +530,14 @@ checkDevice(api.Device o) { |
buildCounterDevice--; |
} |
-buildUnnamed1709() { |
+buildUnnamed1721() { |
var o = new core.List<api.DataSource>(); |
o.add(buildDataSource()); |
o.add(buildDataSource()); |
return o; |
} |
-checkUnnamed1709(core.List<api.DataSource> o) { |
+checkUnnamed1721(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 = buildUnnamed1709(); |
+ o.dataSource = buildUnnamed1721(); |
} |
buildCounterListDataSourcesResponse--; |
return o; |
@@ -557,32 +557,32 @@ buildListDataSourcesResponse() { |
checkListDataSourcesResponse(api.ListDataSourcesResponse o) { |
buildCounterListDataSourcesResponse++; |
if (buildCounterListDataSourcesResponse < 3) { |
- checkUnnamed1709(o.dataSource); |
+ checkUnnamed1721(o.dataSource); |
} |
buildCounterListDataSourcesResponse--; |
} |
-buildUnnamed1710() { |
+buildUnnamed1722() { |
var o = new core.List<api.Session>(); |
o.add(buildSession()); |
o.add(buildSession()); |
return o; |
} |
-checkUnnamed1710(core.List<api.Session> o) { |
+checkUnnamed1722(core.List<api.Session> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkSession(o[0]); |
checkSession(o[1]); |
} |
-buildUnnamed1711() { |
+buildUnnamed1723() { |
var o = new core.List<api.Session>(); |
o.add(buildSession()); |
o.add(buildSession()); |
return o; |
} |
-checkUnnamed1711(core.List<api.Session> o) { |
+checkUnnamed1723(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 = buildUnnamed1710(); |
+ o.deletedSession = buildUnnamed1722(); |
o.hasMoreData = true; |
o.nextPageToken = "foo"; |
- o.session = buildUnnamed1711(); |
+ o.session = buildUnnamed1723(); |
} |
buildCounterListSessionsResponse--; |
return o; |
@@ -605,10 +605,10 @@ buildListSessionsResponse() { |
checkListSessionsResponse(api.ListSessionsResponse o) { |
buildCounterListSessionsResponse++; |
if (buildCounterListSessionsResponse < 3) { |
- checkUnnamed1710(o.deletedSession); |
+ checkUnnamed1722(o.deletedSession); |
unittest.expect(o.hasMoreData, unittest.isTrue); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed1711(o.session); |
+ checkUnnamed1723(o.session); |
} |
buildCounterListSessionsResponse--; |
} |
@@ -667,14 +667,14 @@ checkSession(api.Session o) { |
buildCounterSession--; |
} |
-buildUnnamed1712() { |
+buildUnnamed1724() { |
var o = new core.List<api.ValueMapValEntry>(); |
o.add(buildValueMapValEntry()); |
o.add(buildValueMapValEntry()); |
return o; |
} |
-checkUnnamed1712(core.List<api.ValueMapValEntry> o) { |
+checkUnnamed1724(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 = buildUnnamed1712(); |
+ o.mapVal = buildUnnamed1724(); |
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)); |
- checkUnnamed1712(o.mapVal); |
+ checkUnnamed1724(o.mapVal); |
unittest.expect(o.stringVal, unittest.equals('foo')); |
} |
buildCounterValue--; |
@@ -726,14 +726,14 @@ checkValueMapValEntry(api.ValueMapValEntry o) { |
buildCounterValueMapValEntry--; |
} |
-buildUnnamed1713() { |
+buildUnnamed1725() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1713(core.List<core.String> o) { |
+checkUnnamed1725(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 = buildUnnamed1713(); |
+ var arg_dataTypeName = buildUnnamed1725(); |
mock.register(unittest.expectAsync((http.BaseRequest req, json) { |
var path = (req.url).path; |
var pathOffset = 0; |