File tree Expand file tree Collapse file tree
clients/google-api-services-health/v4
com/google/api/services/health/v4/model Expand file tree Collapse file tree Original file line number Diff line number Diff 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-rev20260611 -2.0.0</version >
25+ <version >v4-rev20260618 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-health:v4-rev20260611 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-health:v4-rev20260618 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change @@ -51,7 +51,9 @@ public final class SleepMetadata extends com.google.api.client.json.GenericJson
5151 private java .lang .Boolean nap ;
5252
5353 /**
54- * Output only. Sleep and sleep stages algorithms finished processing.
54+ * Output only. Sleep and sleep stages algorithms finished processing. A `true` value indicates
55+ * whether all data processing for the session is complete. A `false` value means sleep period is
56+ * detected but sleep stages is still processing.
5557 * The value may be {@code null}.
5658 */
5759 @ com .google .api .client .util .Key
@@ -116,15 +118,19 @@ public SleepMetadata setNap(java.lang.Boolean nap) {
116118 }
117119
118120 /**
119- * Output only. Sleep and sleep stages algorithms finished processing.
121+ * Output only. Sleep and sleep stages algorithms finished processing. A `true` value indicates
122+ * whether all data processing for the session is complete. A `false` value means sleep period is
123+ * detected but sleep stages is still processing.
120124 * @return value or {@code null} for none
121125 */
122126 public java .lang .Boolean getProcessed () {
123127 return processed ;
124128 }
125129
126130 /**
127- * Output only. Sleep and sleep stages algorithms finished processing.
131+ * Output only. Sleep and sleep stages algorithms finished processing. A `true` value indicates
132+ * whether all data processing for the session is complete. A `false` value means sleep period is
133+ * detected but sleep stages is still processing.
128134 * @param processed processed or {@code null} for none
129135 */
130136 public SleepMetadata setProcessed (java .lang .Boolean processed ) {
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.apis</groupId >
1010 <artifactId >google-api-services-health</artifactId >
11- <version >v4-rev20260611 -2.0.0</version >
12- <name >Google Health API v4-rev20260611 -2.0.0</name >
11+ <version >v4-rev20260618 -2.0.0</version >
12+ <name >Google Health API v4-rev20260618 -2.0.0</name >
1313 <packaging >jar</packaging >
1414
1515 <inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff 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-rev20260611 -2.0.0</version >
25+ <version >v4-rev20260618 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-health:v4-rev20260611 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-health:v4-rev20260618 -2.0.0'
3939}
4040```
4141
You can’t perform that action at this time.
0 commit comments