Skip to content

Commit 8927820

Browse files
1 parent ac4472b commit 8927820

4 files changed

Lines changed: 15 additions & 9 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-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
}
3737
dependencies {
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

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff 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) {

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-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>

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-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
}
3737
dependencies {
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

0 commit comments

Comments
 (0)