You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/DailyRollupDataPoint.java
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,9 @@
17
17
packagecom.google.api.services.health.v4.model;
18
18
19
19
/**
20
-
* Value of a daily rollup for a single civil time interval (aggregation window)
20
+
* Value of a daily rollup for a single civil time interval (aggregation window) of reconciled data
21
+
* points from all data sources, excluding those data points that are identified as recorded by
22
+
* wearables in intervals when they were not actually worn.
21
23
*
22
24
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23
25
* transmitted over HTTP when working with the Google Health API. For a detailed explanation see:
Copy file name to clipboardExpand all lines: clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/HeartRateVariability.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ public final class HeartRateVariability extends com.google.api.client.json.Gener
33
33
34
34
/**
35
35
* Optional. The root mean square of successive differences between normal heartbeats. This is a
36
-
* measure of heart rate variability used by Fitbit.
36
+
* measure of heart rate variability used by Google Health.
37
37
* The value may be {@code null}.
38
38
*/
39
39
@com.google.api.client.util.Key
@@ -55,7 +55,7 @@ public final class HeartRateVariability extends com.google.api.client.json.Gener
55
55
56
56
/**
57
57
* Optional. The root mean square of successive differences between normal heartbeats. This is a
58
-
* measure of heart rate variability used by Fitbit.
58
+
* measure of heart rate variability used by Google Health.
0 commit comments