Skip to content

Commit b325f4a

Browse files
1 parent 97d37d8 commit b325f4a

7 files changed

Lines changed: 21 additions & 14 deletions

File tree

clients/google-api-services-health/v4/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-health</artifactId>
25-
<version>v4-rev20260514-2.0.0</version>
25+
<version>v4-rev20260515-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-health:v4-rev20260514-2.0.0'
38+
implementation 'com.google.apis:google-api-services-health:v4-rev20260515-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/DailyRollupDataPoint.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
package com.google.api.services.health.v4.model;
1818

1919
/**
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.
2123
*
2224
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2325
* transmitted over HTTP when working with the Google Health API. For a detailed explanation see:

clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/HeartRateVariability.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public final class HeartRateVariability extends com.google.api.client.json.Gener
3333

3434
/**
3535
* 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.
3737
* The value may be {@code null}.
3838
*/
3939
@com.google.api.client.util.Key
@@ -55,7 +55,7 @@ public final class HeartRateVariability extends com.google.api.client.json.Gener
5555

5656
/**
5757
* 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.
5959
* @return value or {@code null} for none
6060
*/
6161
public java.lang.Double getRootMeanSquareOfSuccessiveDifferencesMilliseconds() {
@@ -64,7 +64,7 @@ public java.lang.Double getRootMeanSquareOfSuccessiveDifferencesMilliseconds() {
6464

6565
/**
6666
* Optional. The root mean square of successive differences between normal heartbeats. This is a
67-
* measure of heart rate variability used by Fitbit.
67+
* measure of heart rate variability used by Google Health.
6868
* @param rootMeanSquareOfSuccessiveDifferencesMilliseconds rootMeanSquareOfSuccessiveDifferencesMilliseconds or {@code null} for none
6969
*/
7070
public HeartRateVariability setRootMeanSquareOfSuccessiveDifferencesMilliseconds(java.lang.Double rootMeanSquareOfSuccessiveDifferencesMilliseconds) {

clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/RollupDataPoint.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
package com.google.api.services.health.v4.model;
1818

1919
/**
20-
* Value of a rollup for a single physical time interval (aggregation window)
20+
* Value of a rollup for a single physical 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.
2123
*
2224
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2325
* transmitted over HTTP when working with the Google Health API. For a detailed explanation see:

clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/VolumeQuantity.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ public final class VolumeQuantity extends com.google.api.client.json.GenericJson
3737
private java.lang.Double milliliters;
3838

3939
/**
40-
* Optional. Value representing the user provided unit.
40+
* Optional. Value representing the user provided unit, used only for user-facing input and
41+
* display purposes. In the API format, all volume quantities are converted to milliliters.
4142
* The value may be {@code null}.
4243
*/
4344
@com.google.api.client.util.Key
@@ -61,15 +62,17 @@ public VolumeQuantity setMilliliters(java.lang.Double milliliters) {
6162
}
6263

6364
/**
64-
* Optional. Value representing the user provided unit.
65+
* Optional. Value representing the user provided unit, used only for user-facing input and
66+
* display purposes. In the API format, all volume quantities are converted to milliliters.
6567
* @return value or {@code null} for none
6668
*/
6769
public java.lang.String getUserProvidedUnit() {
6870
return userProvidedUnit;
6971
}
7072

7173
/**
72-
* Optional. Value representing the user provided unit.
74+
* Optional. Value representing the user provided unit, used only for user-facing input and
75+
* display purposes. In the API format, all volume quantities are converted to milliliters.
7376
* @param userProvidedUnit userProvidedUnit or {@code null} for none
7477
*/
7578
public VolumeQuantity setUserProvidedUnit(java.lang.String userProvidedUnit) {

clients/google-api-services-health/v4/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-health</artifactId>
11-
<version>v4-rev20260514-2.0.0</version>
12-
<name>Google Health API v4-rev20260514-2.0.0</name>
11+
<version>v4-rev20260515-2.0.0</version>
12+
<name>Google Health API v4-rev20260515-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-health/v4/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-health</artifactId>
25-
<version>v4-rev20260514-2.0.0</version>
25+
<version>v4-rev20260515-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-health:v4-rev20260514-2.0.0'
38+
implementation 'com.google.apis:google-api-services-health:v4-rev20260515-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)