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/TotalCaloriesRollupValue.java
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,11 @@
17
17
packagecom.google.api.services.health.v4.model;
18
18
19
19
/**
20
-
* Represents the result of the rollup of the user's total calories.
20
+
* Represents the result of the rollup of the user's total calories. Note: Queries for the `total-
21
+
* calories` data type must include a time interval filter (such as
22
+
* `total_calories.interval.start_time` or `total_calories.interval.civil_start_time`). The maximum
23
+
* range is 14 days. Example filter query: `total_calories.interval.start_time >=
24
+
* "2026-04-20T00:00:00Z" AND total_calories.interval.start_time < "2026-04-21T00:00:00Z"`
21
25
*
22
26
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23
27
* transmitted over HTTP when working with the Google Health API. For a detailed explanation see:
0 commit comments