diff --git a/clients/google-api-services-health/v4/2.0.0/README.md b/clients/google-api-services-health/v4/2.0.0/README.md index 754bbe99202..32097d45095 100644 --- a/clients/google-api-services-health/v4/2.0.0/README.md +++ b/clients/google-api-services-health/v4/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-health - v4-rev20260803-2.0.0 + v4-rev20260804-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-health:v4-rev20260803-2.0.0' + implementation 'com.google.apis:google-api-services-health:v4-rev20260804-2.0.0' } ``` diff --git a/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/Settings.java b/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/Settings.java index 1c97512b49a..d26dac05517 100644 --- a/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/Settings.java +++ b/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/Settings.java @@ -38,8 +38,7 @@ public final class Settings extends com.google.api.client.json.GenericJson { private java.lang.Boolean autoStrideEnabled; /** - * Optional. The measurement unit defined in the user's account settings. Updates to this field - * are currently not supported. + * Optional. The measurement unit defined in the user's account settings. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -168,8 +167,7 @@ public Settings setAutoStrideEnabled(java.lang.Boolean autoStrideEnabled) { } /** - * Optional. The measurement unit defined in the user's account settings. Updates to this field - * are currently not supported. + * Optional. The measurement unit defined in the user's account settings. * @return value or {@code null} for none */ public java.lang.String getDistanceUnit() { @@ -177,8 +175,7 @@ public java.lang.String getDistanceUnit() { } /** - * Optional. The measurement unit defined in the user's account settings. Updates to this field - * are currently not supported. + * Optional. The measurement unit defined in the user's account settings. * @param distanceUnit distanceUnit or {@code null} for none */ public Settings setDistanceUnit(java.lang.String distanceUnit) { diff --git a/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/Sleep.java b/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/Sleep.java index 1770cfe491a..8fcf2fc80be 100644 --- a/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/Sleep.java +++ b/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/model/Sleep.java @@ -63,6 +63,14 @@ public final class Sleep extends com.google.api.client.json.GenericJson { com.google.api.client.util.Data.nullOf(OutOfBedSegment.class); } + /** + * Output only. List of short awake segments (under a set threshold) that are part of the sleep + * session. These can overlap with sleep stages. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private java.util.List shortAwakenings; + /** * Optional. List of non-overlapping contiguous sleep stage segments that cover the sleep period. * The value may be {@code null}. @@ -159,6 +167,25 @@ public Sleep setOutOfBedSegments(java.util.List outOfBedSegment return this; } + /** + * Output only. List of short awake segments (under a set threshold) that are part of the sleep + * session. These can overlap with sleep stages. + * @return value or {@code null} for none + */ + public java.util.List getShortAwakenings() { + return shortAwakenings; + } + + /** + * Output only. List of short awake segments (under a set threshold) that are part of the sleep + * session. These can overlap with sleep stages. + * @param shortAwakenings shortAwakenings or {@code null} for none + */ + public Sleep setShortAwakenings(java.util.List shortAwakenings) { + this.shortAwakenings = shortAwakenings; + return this; + } + /** * Optional. List of non-overlapping contiguous sleep stage segments that cover the sleep period. * @return value or {@code null} for none diff --git a/clients/google-api-services-health/v4/2.0.0/pom.xml b/clients/google-api-services-health/v4/2.0.0/pom.xml index 333d542594c..f9f61282a44 100644 --- a/clients/google-api-services-health/v4/2.0.0/pom.xml +++ b/clients/google-api-services-health/v4/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-health - v4-rev20260803-2.0.0 - Google Health API v4-rev20260803-2.0.0 + v4-rev20260804-2.0.0 + Google Health API v4-rev20260804-2.0.0 jar 2011 diff --git a/clients/google-api-services-health/v4/README.md b/clients/google-api-services-health/v4/README.md index 754bbe99202..32097d45095 100644 --- a/clients/google-api-services-health/v4/README.md +++ b/clients/google-api-services-health/v4/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-health - v4-rev20260803-2.0.0 + v4-rev20260804-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-health:v4-rev20260803-2.0.0' + implementation 'com.google.apis:google-api-services-health:v4-rev20260804-2.0.0' } ```